Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigateway_import_api_keys

Import API keys from an external source, such as a CSV-formatted file


Description

Import API keys from an external source, such as a CSV-formatted file.

Usage

apigateway_import_api_keys(body, format, failOnWarnings)

Arguments

body

[required] The payload of the POST request to import API keys. For the payload format, see API Key File Format.

format

[required] A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

failOnWarnings

A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.

Value

A list with the following syntax:

list(
  ids = list(
    "string"
  ),
  warnings = list(
    "string"
  )
)

Request syntax

svc$import_api_keys(
  body = raw,
  format = "csv",
  failOnWarnings = TRUE|FALSE
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.