UpdateStageRequest

public struct UpdateStageRequest : 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 string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • [Required] The name of the Stage resource to change information about.

    Declaration

    Swift

    public let stageName: String
  • Undocumented

    Declaration

    Swift

    public init(patchOperations: [PatchOperation]? = nil, restApiId: String, stageName: String)