ImportApiKeysRequest

public struct ImportApiKeysRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The payload of the POST request to import API keys. For the payload format, see API Key File Format.

    Declaration

    Swift

    public let body: Data
  • A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.

    Declaration

    Swift

    public let failOnWarnings: Bool?
  • A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

    Declaration

    Swift

    public let format: ApiKeysFormat
  • Undocumented

    Declaration

    Swift

    public init(body: Data, failOnWarnings: Bool? = nil, format: ApiKeysFormat)