CreateMemberInput

public struct CreateMemberInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.

    Declaration

    Swift

    public let clientRequestToken: String
  • The unique identifier of the invitation that is sent to the member to join the network.

    Declaration

    Swift

    public let invitationId: String
  • Member configuration parameters.

    Declaration

    Swift

    public let memberConfiguration: MemberConfiguration
  • The unique identifier of the network in which the member is created.

    Declaration

    Swift

    public let networkId: String
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String = CreateMemberInput.idempotencyToken(), invitationId: String, memberConfiguration: MemberConfiguration, networkId: String)
  • Declaration

    Swift

    public func validate(name: String) throws