UpdateGatewayResponseRequest
public struct UpdateGatewayResponseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of update operations to be applied to the specified resource and in the order specified in this list.
Declaration
Swift
public let patchOperations: [PatchOperation]?
-
[Required] The response type of the associated GatewayResponse. Valid values are ACCESS_DENIEDAPI_CONFIGURATION_ERRORAUTHORIZER_FAILURE AUTHORIZER_CONFIGURATION_ERRORBAD_REQUEST_PARAMETERSBAD_REQUEST_BODYDEFAULT_4XXDEFAULT_5XXEXPIRED_TOKENINVALID_SIGNATUREINTEGRATION_FAILUREINTEGRATION_TIMEOUTINVALID_API_KEYMISSING_AUTHENTICATION_TOKEN QUOTA_EXCEEDEDREQUEST_TOO_LARGERESOURCE_NOT_FOUNDTHROTTLEDUNAUTHORIZEDUNSUPPORTED_MEDIA_TYPE
Declaration
Swift
public let responseType: GatewayResponseType
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(patchOperations: [PatchOperation]? = nil, responseType: GatewayResponseType, restApiId: String)