UpdateIntegrationResponseRequest

public struct UpdateIntegrationResponseRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] Specifies an update integration response request’s HTTP method.

    Declaration

    Swift

    public let httpMethod: String
  • 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] Specifies an update integration response request’s resource identifier.

    Declaration

    Swift

    public let resourceId: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • [Required] Specifies an update integration response request’s status code.

    Declaration

    Swift

    public let statusCode: String
  • Undocumented

    Declaration

    Swift

    public init(httpMethod: String, patchOperations: [PatchOperation]? = nil, resourceId: String, restApiId: String, statusCode: String)
  • Declaration

    Swift

    public func validate(name: String) throws