aws-sdk-partnercentralaccount 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1109 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ module Aws::PartnerCentralAccount
12
+ # @api private
13
+ module ClientApi
14
+
15
+ include Seahorse::Model
16
+
17
+ AcceptConnectionInvitationRequest = Shapes::StructureShape.new(name: 'AcceptConnectionInvitationRequest')
18
+ AcceptConnectionInvitationResponse = Shapes::StructureShape.new(name: 'AcceptConnectionInvitationResponse')
19
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
20
+ AccessDeniedExceptionReason = Shapes::StringShape.new(name: 'AccessDeniedExceptionReason')
21
+ AccessType = Shapes::StringShape.new(name: 'AccessType')
22
+ AccountSummary = Shapes::StructureShape.new(name: 'AccountSummary')
23
+ AllianceLeadContact = Shapes::StructureShape.new(name: 'AllianceLeadContact')
24
+ AssociateAwsTrainingCertificationEmailDomainRequest = Shapes::StructureShape.new(name: 'AssociateAwsTrainingCertificationEmailDomainRequest')
25
+ AssociateAwsTrainingCertificationEmailDomainResponse = Shapes::StructureShape.new(name: 'AssociateAwsTrainingCertificationEmailDomainResponse')
26
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
27
+ BusinessValidationCode = Shapes::StringShape.new(name: 'BusinessValidationCode')
28
+ BusinessValidationError = Shapes::StructureShape.new(name: 'BusinessValidationError')
29
+ CancelConnectionInvitationRequest = Shapes::StructureShape.new(name: 'CancelConnectionInvitationRequest')
30
+ CancelConnectionInvitationResponse = Shapes::StructureShape.new(name: 'CancelConnectionInvitationResponse')
31
+ CancelConnectionInvitationResponseInvitationMessageString = Shapes::StringShape.new(name: 'CancelConnectionInvitationResponseInvitationMessageString')
32
+ CancelConnectionRequest = Shapes::StructureShape.new(name: 'CancelConnectionRequest')
33
+ CancelConnectionRequestReasonString = Shapes::StringShape.new(name: 'CancelConnectionRequestReasonString')
34
+ CancelConnectionResponse = Shapes::StructureShape.new(name: 'CancelConnectionResponse')
35
+ CancelProfileUpdateTaskRequest = Shapes::StructureShape.new(name: 'CancelProfileUpdateTaskRequest')
36
+ CancelProfileUpdateTaskResponse = Shapes::StructureShape.new(name: 'CancelProfileUpdateTaskResponse')
37
+ Catalog = Shapes::StringShape.new(name: 'Catalog')
38
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
39
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
40
+ ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
41
+ Connection = Shapes::StructureShape.new(name: 'Connection')
42
+ ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
43
+ ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
44
+ ConnectionInvitationArn = Shapes::StringShape.new(name: 'ConnectionInvitationArn')
45
+ ConnectionInvitationId = Shapes::StringShape.new(name: 'ConnectionInvitationId')
46
+ ConnectionInvitationSummary = Shapes::StructureShape.new(name: 'ConnectionInvitationSummary')
47
+ ConnectionInvitationSummaryList = Shapes::ListShape.new(name: 'ConnectionInvitationSummaryList')
48
+ ConnectionPreferencesArn = Shapes::StringShape.new(name: 'ConnectionPreferencesArn')
49
+ ConnectionSummary = Shapes::StructureShape.new(name: 'ConnectionSummary')
50
+ ConnectionSummaryList = Shapes::ListShape.new(name: 'ConnectionSummaryList')
51
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
52
+ ConnectionTypeDetail = Shapes::StructureShape.new(name: 'ConnectionTypeDetail')
53
+ ConnectionTypeDetailMap = Shapes::MapShape.new(name: 'ConnectionTypeDetailMap')
54
+ ConnectionTypeFilter = Shapes::StringShape.new(name: 'ConnectionTypeFilter')
55
+ ConnectionTypeStatus = Shapes::StringShape.new(name: 'ConnectionTypeStatus')
56
+ ConnectionTypeSummary = Shapes::StructureShape.new(name: 'ConnectionTypeSummary')
57
+ ConnectionTypeSummaryMap = Shapes::MapShape.new(name: 'ConnectionTypeSummaryMap')
58
+ CreateConnectionInvitationRequest = Shapes::StructureShape.new(name: 'CreateConnectionInvitationRequest')
59
+ CreateConnectionInvitationRequestMessageString = Shapes::StringShape.new(name: 'CreateConnectionInvitationRequestMessageString')
60
+ CreateConnectionInvitationResponse = Shapes::StructureShape.new(name: 'CreateConnectionInvitationResponse')
61
+ CreateConnectionInvitationResponseInvitationMessageString = Shapes::StringShape.new(name: 'CreateConnectionInvitationResponseInvitationMessageString')
62
+ CreatePartnerRequest = Shapes::StructureShape.new(name: 'CreatePartnerRequest')
63
+ CreatePartnerResponse = Shapes::StructureShape.new(name: 'CreatePartnerResponse')
64
+ DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
65
+ DisassociateAwsTrainingCertificationEmailDomainRequest = Shapes::StructureShape.new(name: 'DisassociateAwsTrainingCertificationEmailDomainRequest')
66
+ DisassociateAwsTrainingCertificationEmailDomainResponse = Shapes::StructureShape.new(name: 'DisassociateAwsTrainingCertificationEmailDomainResponse')
67
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
68
+ Email = Shapes::StringShape.new(name: 'Email')
69
+ EmailVerificationCode = Shapes::StringShape.new(name: 'EmailVerificationCode')
70
+ ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
71
+ ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
72
+ FieldValidationCode = Shapes::StringShape.new(name: 'FieldValidationCode')
73
+ FieldValidationError = Shapes::StructureShape.new(name: 'FieldValidationError')
74
+ GetAllianceLeadContactRequest = Shapes::StructureShape.new(name: 'GetAllianceLeadContactRequest')
75
+ GetAllianceLeadContactResponse = Shapes::StructureShape.new(name: 'GetAllianceLeadContactResponse')
76
+ GetConnectionInvitationRequest = Shapes::StructureShape.new(name: 'GetConnectionInvitationRequest')
77
+ GetConnectionInvitationResponse = Shapes::StructureShape.new(name: 'GetConnectionInvitationResponse')
78
+ GetConnectionInvitationResponseInvitationMessageString = Shapes::StringShape.new(name: 'GetConnectionInvitationResponseInvitationMessageString')
79
+ GetConnectionPreferencesRequest = Shapes::StructureShape.new(name: 'GetConnectionPreferencesRequest')
80
+ GetConnectionPreferencesResponse = Shapes::StructureShape.new(name: 'GetConnectionPreferencesResponse')
81
+ GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
82
+ GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
83
+ GetPartnerRequest = Shapes::StructureShape.new(name: 'GetPartnerRequest')
84
+ GetPartnerResponse = Shapes::StructureShape.new(name: 'GetPartnerResponse')
85
+ GetProfileUpdateTaskRequest = Shapes::StructureShape.new(name: 'GetProfileUpdateTaskRequest')
86
+ GetProfileUpdateTaskResponse = Shapes::StructureShape.new(name: 'GetProfileUpdateTaskResponse')
87
+ GetProfileVisibilityRequest = Shapes::StructureShape.new(name: 'GetProfileVisibilityRequest')
88
+ GetProfileVisibilityResponse = Shapes::StructureShape.new(name: 'GetProfileVisibilityResponse')
89
+ IndustrySegment = Shapes::StringShape.new(name: 'IndustrySegment')
90
+ IndustrySegmentList = Shapes::ListShape.new(name: 'IndustrySegmentList')
91
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
92
+ InvitationStatus = Shapes::StringShape.new(name: 'InvitationStatus')
93
+ ListConnectionInvitationsRequest = Shapes::StructureShape.new(name: 'ListConnectionInvitationsRequest')
94
+ ListConnectionInvitationsResponse = Shapes::StructureShape.new(name: 'ListConnectionInvitationsResponse')
95
+ ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
96
+ ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
97
+ ListPartnersRequest = Shapes::StructureShape.new(name: 'ListPartnersRequest')
98
+ ListPartnersResponse = Shapes::StructureShape.new(name: 'ListPartnersResponse')
99
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
100
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
101
+ Locale = Shapes::StringShape.new(name: 'Locale')
102
+ LocalizedContent = Shapes::StructureShape.new(name: 'LocalizedContent')
103
+ LocalizedContentDescriptionString = Shapes::StringShape.new(name: 'LocalizedContentDescriptionString')
104
+ LocalizedContentList = Shapes::ListShape.new(name: 'LocalizedContentList')
105
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
106
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
107
+ Participant = Shapes::UnionShape.new(name: 'Participant')
108
+ ParticipantIdentifier = Shapes::StringShape.new(name: 'ParticipantIdentifier')
109
+ ParticipantIdentifierList = Shapes::ListShape.new(name: 'ParticipantIdentifierList')
110
+ ParticipantType = Shapes::StringShape.new(name: 'ParticipantType')
111
+ PartnerArn = Shapes::StringShape.new(name: 'PartnerArn')
112
+ PartnerDomain = Shapes::StructureShape.new(name: 'PartnerDomain')
113
+ PartnerDomainList = Shapes::ListShape.new(name: 'PartnerDomainList')
114
+ PartnerId = Shapes::StringShape.new(name: 'PartnerId')
115
+ PartnerIdentifier = Shapes::StringShape.new(name: 'PartnerIdentifier')
116
+ PartnerProfile = Shapes::StructureShape.new(name: 'PartnerProfile')
117
+ PartnerProfileDescriptionString = Shapes::StringShape.new(name: 'PartnerProfileDescriptionString')
118
+ PartnerProfileId = Shapes::StringShape.new(name: 'PartnerProfileId')
119
+ PartnerProfileSummary = Shapes::StructureShape.new(name: 'PartnerProfileSummary')
120
+ PartnerSummary = Shapes::StructureShape.new(name: 'PartnerSummary')
121
+ PartnerSummaryList = Shapes::ListShape.new(name: 'PartnerSummaryList')
122
+ PrimarySolutionType = Shapes::StringShape.new(name: 'PrimarySolutionType')
123
+ ProfileTaskId = Shapes::StringShape.new(name: 'ProfileTaskId')
124
+ ProfileTaskStatus = Shapes::StringShape.new(name: 'ProfileTaskStatus')
125
+ ProfileValidationErrorReason = Shapes::StringShape.new(name: 'ProfileValidationErrorReason')
126
+ ProfileVisibility = Shapes::StringShape.new(name: 'ProfileVisibility')
127
+ PutAllianceLeadContactRequest = Shapes::StructureShape.new(name: 'PutAllianceLeadContactRequest')
128
+ PutAllianceLeadContactResponse = Shapes::StructureShape.new(name: 'PutAllianceLeadContactResponse')
129
+ PutProfileVisibilityRequest = Shapes::StructureShape.new(name: 'PutProfileVisibilityRequest')
130
+ PutProfileVisibilityResponse = Shapes::StructureShape.new(name: 'PutProfileVisibilityResponse')
131
+ RejectConnectionInvitationRequest = Shapes::StructureShape.new(name: 'RejectConnectionInvitationRequest')
132
+ RejectConnectionInvitationRequestReasonString = Shapes::StringShape.new(name: 'RejectConnectionInvitationRequestReasonString')
133
+ RejectConnectionInvitationResponse = Shapes::StructureShape.new(name: 'RejectConnectionInvitationResponse')
134
+ RejectConnectionInvitationResponseInvitationMessageString = Shapes::StringShape.new(name: 'RejectConnectionInvitationResponseInvitationMessageString')
135
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
136
+ ResourceNotFoundExceptionReason = Shapes::StringShape.new(name: 'ResourceNotFoundExceptionReason')
137
+ Revision = Shapes::IntegerShape.new(name: 'Revision')
138
+ SellerProfileId = Shapes::StringShape.new(name: 'SellerProfileId')
139
+ SellerProfileSummary = Shapes::StructureShape.new(name: 'SellerProfileSummary')
140
+ SendEmailVerificationCodeRequest = Shapes::StructureShape.new(name: 'SendEmailVerificationCodeRequest')
141
+ SendEmailVerificationCodeResponse = Shapes::StructureShape.new(name: 'SendEmailVerificationCodeResponse')
142
+ SensitiveUnicodeString = Shapes::StringShape.new(name: 'SensitiveUnicodeString')
143
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
144
+ ServiceQuotaExceededExceptionReason = Shapes::StringShape.new(name: 'ServiceQuotaExceededExceptionReason')
145
+ StartProfileUpdateTaskRequest = Shapes::StructureShape.new(name: 'StartProfileUpdateTaskRequest')
146
+ StartProfileUpdateTaskResponse = Shapes::StructureShape.new(name: 'StartProfileUpdateTaskResponse')
147
+ String = Shapes::StringShape.new(name: 'String')
148
+ Tag = Shapes::StructureShape.new(name: 'Tag')
149
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
150
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
151
+ TagList = Shapes::ListShape.new(name: 'TagList')
152
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
153
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
154
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
155
+ TaggableResourceArn = Shapes::StringShape.new(name: 'TaggableResourceArn')
156
+ TaskDetails = Shapes::StructureShape.new(name: 'TaskDetails')
157
+ TaskDetailsDescriptionString = Shapes::StringShape.new(name: 'TaskDetailsDescriptionString')
158
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
159
+ UnicodeString = Shapes::StringShape.new(name: 'UnicodeString')
160
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
161
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
162
+ UpdateConnectionPreferencesRequest = Shapes::StructureShape.new(name: 'UpdateConnectionPreferencesRequest')
163
+ UpdateConnectionPreferencesRequestExcludedParticipantIdentifiersList = Shapes::ListShape.new(name: 'UpdateConnectionPreferencesRequestExcludedParticipantIdentifiersList')
164
+ UpdateConnectionPreferencesResponse = Shapes::StructureShape.new(name: 'UpdateConnectionPreferencesResponse')
165
+ Url = Shapes::StringShape.new(name: 'Url')
166
+ ValidationError = Shapes::UnionShape.new(name: 'ValidationError')
167
+ ValidationErrorList = Shapes::ListShape.new(name: 'ValidationErrorList')
168
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
169
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
170
+
171
+ AcceptConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
172
+ AcceptConnectionInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Identifier"))
173
+ AcceptConnectionInvitationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
174
+ AcceptConnectionInvitationRequest.struct_class = Types::AcceptConnectionInvitationRequest
175
+
176
+ AcceptConnectionInvitationResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, required: true, location_name: "Connection"))
177
+ AcceptConnectionInvitationResponse.struct_class = Types::AcceptConnectionInvitationResponse
178
+
179
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
180
+ AccessDeniedException.add_member(:reason, Shapes::ShapeRef.new(shape: AccessDeniedExceptionReason, required: true, location_name: "Reason"))
181
+ AccessDeniedException.struct_class = Types::AccessDeniedException
182
+
183
+ AccountSummary.add_member(:name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "Name"))
184
+ AccountSummary.struct_class = Types::AccountSummary
185
+
186
+ AllianceLeadContact.add_member(:first_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "FirstName"))
187
+ AllianceLeadContact.add_member(:last_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "LastName"))
188
+ AllianceLeadContact.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
189
+ AllianceLeadContact.add_member(:business_title, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "BusinessTitle"))
190
+ AllianceLeadContact.struct_class = Types::AllianceLeadContact
191
+
192
+ AssociateAwsTrainingCertificationEmailDomainRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
193
+ AssociateAwsTrainingCertificationEmailDomainRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
194
+ AssociateAwsTrainingCertificationEmailDomainRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
195
+ AssociateAwsTrainingCertificationEmailDomainRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
196
+ AssociateAwsTrainingCertificationEmailDomainRequest.add_member(:email_verification_code, Shapes::ShapeRef.new(shape: EmailVerificationCode, required: true, location_name: "EmailVerificationCode"))
197
+ AssociateAwsTrainingCertificationEmailDomainRequest.struct_class = Types::AssociateAwsTrainingCertificationEmailDomainRequest
198
+
199
+ AssociateAwsTrainingCertificationEmailDomainResponse.struct_class = Types::AssociateAwsTrainingCertificationEmailDomainResponse
200
+
201
+ BusinessValidationError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
202
+ BusinessValidationError.add_member(:code, Shapes::ShapeRef.new(shape: BusinessValidationCode, required: true, location_name: "Code"))
203
+ BusinessValidationError.struct_class = Types::BusinessValidationError
204
+
205
+ CancelConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
206
+ CancelConnectionInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Identifier"))
207
+ CancelConnectionInvitationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
208
+ CancelConnectionInvitationRequest.struct_class = Types::CancelConnectionInvitationRequest
209
+
210
+ CancelConnectionInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
211
+ CancelConnectionInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Id"))
212
+ CancelConnectionInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionInvitationArn, required: true, location_name: "Arn"))
213
+ CancelConnectionInvitationResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
214
+ CancelConnectionInvitationResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
215
+ CancelConnectionInvitationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
216
+ CancelConnectionInvitationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
217
+ CancelConnectionInvitationResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAt"))
218
+ CancelConnectionInvitationResponse.add_member(:other_participant_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "OtherParticipantIdentifier"))
219
+ CancelConnectionInvitationResponse.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
220
+ CancelConnectionInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, required: true, location_name: "Status"))
221
+ CancelConnectionInvitationResponse.add_member(:invitation_message, Shapes::ShapeRef.new(shape: CancelConnectionInvitationResponseInvitationMessageString, required: true, location_name: "InvitationMessage"))
222
+ CancelConnectionInvitationResponse.add_member(:inviter_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "InviterEmail"))
223
+ CancelConnectionInvitationResponse.add_member(:inviter_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "InviterName"))
224
+ CancelConnectionInvitationResponse.struct_class = Types::CancelConnectionInvitationResponse
225
+
226
+ CancelConnectionRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
227
+ CancelConnectionRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Identifier"))
228
+ CancelConnectionRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
229
+ CancelConnectionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: CancelConnectionRequestReasonString, required: true, location_name: "Reason"))
230
+ CancelConnectionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
231
+ CancelConnectionRequest.struct_class = Types::CancelConnectionRequest
232
+
233
+ CancelConnectionResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
234
+ CancelConnectionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Id"))
235
+ CancelConnectionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "Arn"))
236
+ CancelConnectionResponse.add_member(:other_participant_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "OtherParticipantAccountId"))
237
+ CancelConnectionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
238
+ CancelConnectionResponse.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeDetailMap, required: true, location_name: "ConnectionTypes"))
239
+ CancelConnectionResponse.struct_class = Types::CancelConnectionResponse
240
+
241
+ CancelProfileUpdateTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
242
+ CancelProfileUpdateTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
243
+ CancelProfileUpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
244
+ CancelProfileUpdateTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ProfileTaskId, required: true, location_name: "TaskId"))
245
+ CancelProfileUpdateTaskRequest.struct_class = Types::CancelProfileUpdateTaskRequest
246
+
247
+ CancelProfileUpdateTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
248
+ CancelProfileUpdateTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
249
+ CancelProfileUpdateTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
250
+ CancelProfileUpdateTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: ProfileTaskId, required: true, location_name: "TaskId"))
251
+ CancelProfileUpdateTaskResponse.add_member(:task_details, Shapes::ShapeRef.new(shape: TaskDetails, required: true, location_name: "TaskDetails"))
252
+ CancelProfileUpdateTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
253
+ CancelProfileUpdateTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProfileTaskStatus, required: true, location_name: "Status"))
254
+ CancelProfileUpdateTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
255
+ CancelProfileUpdateTaskResponse.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
256
+ CancelProfileUpdateTaskResponse.struct_class = Types::CancelProfileUpdateTaskResponse
257
+
258
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
259
+ ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, required: true, location_name: "Reason"))
260
+ ConflictException.struct_class = Types::ConflictException
261
+
262
+ Connection.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
263
+ Connection.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Id"))
264
+ Connection.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "Arn"))
265
+ Connection.add_member(:other_participant_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "OtherParticipantAccountId"))
266
+ Connection.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
267
+ Connection.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeDetailMap, required: true, location_name: "ConnectionTypes"))
268
+ Connection.struct_class = Types::Connection
269
+
270
+ ConnectionInvitationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
271
+ ConnectionInvitationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Id"))
272
+ ConnectionInvitationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionInvitationArn, required: true, location_name: "Arn"))
273
+ ConnectionInvitationSummary.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
274
+ ConnectionInvitationSummary.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
275
+ ConnectionInvitationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
276
+ ConnectionInvitationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
277
+ ConnectionInvitationSummary.add_member(:expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAt"))
278
+ ConnectionInvitationSummary.add_member(:other_participant_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "OtherParticipantIdentifier"))
279
+ ConnectionInvitationSummary.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
280
+ ConnectionInvitationSummary.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, required: true, location_name: "Status"))
281
+ ConnectionInvitationSummary.struct_class = Types::ConnectionInvitationSummary
282
+
283
+ ConnectionInvitationSummaryList.member = Shapes::ShapeRef.new(shape: ConnectionInvitationSummary)
284
+
285
+ ConnectionSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
286
+ ConnectionSummary.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Id"))
287
+ ConnectionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "Arn"))
288
+ ConnectionSummary.add_member(:other_participant_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "OtherParticipantAccountId"))
289
+ ConnectionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
290
+ ConnectionSummary.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeSummaryMap, required: true, location_name: "ConnectionTypes"))
291
+ ConnectionSummary.struct_class = Types::ConnectionSummary
292
+
293
+ ConnectionSummaryList.member = Shapes::ShapeRef.new(shape: ConnectionSummary)
294
+
295
+ ConnectionTypeDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
296
+ ConnectionTypeDetail.add_member(:inviter_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "InviterEmail"))
297
+ ConnectionTypeDetail.add_member(:inviter_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "InviterName"))
298
+ ConnectionTypeDetail.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionTypeStatus, required: true, location_name: "Status"))
299
+ ConnectionTypeDetail.add_member(:canceled_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CanceledAt"))
300
+ ConnectionTypeDetail.add_member(:canceled_by, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "CanceledBy"))
301
+ ConnectionTypeDetail.add_member(:other_participant, Shapes::ShapeRef.new(shape: Participant, required: true, location_name: "OtherParticipant"))
302
+ ConnectionTypeDetail.struct_class = Types::ConnectionTypeDetail
303
+
304
+ ConnectionTypeDetailMap.key = Shapes::ShapeRef.new(shape: ConnectionType)
305
+ ConnectionTypeDetailMap.value = Shapes::ShapeRef.new(shape: ConnectionTypeDetail)
306
+
307
+ ConnectionTypeSummary.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionTypeStatus, required: true, location_name: "Status"))
308
+ ConnectionTypeSummary.add_member(:other_participant, Shapes::ShapeRef.new(shape: Participant, required: true, location_name: "OtherParticipant"))
309
+ ConnectionTypeSummary.struct_class = Types::ConnectionTypeSummary
310
+
311
+ ConnectionTypeSummaryMap.key = Shapes::ShapeRef.new(shape: ConnectionType)
312
+ ConnectionTypeSummaryMap.value = Shapes::ShapeRef.new(shape: ConnectionTypeSummary)
313
+
314
+ CreateConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
315
+ CreateConnectionInvitationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
316
+ CreateConnectionInvitationRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
317
+ CreateConnectionInvitationRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
318
+ CreateConnectionInvitationRequest.add_member(:message, Shapes::ShapeRef.new(shape: CreateConnectionInvitationRequestMessageString, required: true, location_name: "Message"))
319
+ CreateConnectionInvitationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "Name"))
320
+ CreateConnectionInvitationRequest.add_member(:receiver_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "ReceiverIdentifier"))
321
+ CreateConnectionInvitationRequest.struct_class = Types::CreateConnectionInvitationRequest
322
+
323
+ CreateConnectionInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
324
+ CreateConnectionInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Id"))
325
+ CreateConnectionInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionInvitationArn, required: true, location_name: "Arn"))
326
+ CreateConnectionInvitationResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
327
+ CreateConnectionInvitationResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
328
+ CreateConnectionInvitationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
329
+ CreateConnectionInvitationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
330
+ CreateConnectionInvitationResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAt"))
331
+ CreateConnectionInvitationResponse.add_member(:other_participant_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "OtherParticipantIdentifier"))
332
+ CreateConnectionInvitationResponse.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
333
+ CreateConnectionInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, required: true, location_name: "Status"))
334
+ CreateConnectionInvitationResponse.add_member(:invitation_message, Shapes::ShapeRef.new(shape: CreateConnectionInvitationResponseInvitationMessageString, required: true, location_name: "InvitationMessage"))
335
+ CreateConnectionInvitationResponse.add_member(:inviter_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "InviterEmail"))
336
+ CreateConnectionInvitationResponse.add_member(:inviter_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "InviterName"))
337
+ CreateConnectionInvitationResponse.struct_class = Types::CreateConnectionInvitationResponse
338
+
339
+ CreatePartnerRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
340
+ CreatePartnerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
341
+ CreatePartnerRequest.add_member(:legal_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "LegalName"))
342
+ CreatePartnerRequest.add_member(:primary_solution_type, Shapes::ShapeRef.new(shape: PrimarySolutionType, required: true, location_name: "PrimarySolutionType"))
343
+ CreatePartnerRequest.add_member(:alliance_lead_contact, Shapes::ShapeRef.new(shape: AllianceLeadContact, required: true, location_name: "AllianceLeadContact"))
344
+ CreatePartnerRequest.add_member(:email_verification_code, Shapes::ShapeRef.new(shape: EmailVerificationCode, required: true, location_name: "EmailVerificationCode"))
345
+ CreatePartnerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
346
+ CreatePartnerRequest.struct_class = Types::CreatePartnerRequest
347
+
348
+ CreatePartnerResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
349
+ CreatePartnerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
350
+ CreatePartnerResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
351
+ CreatePartnerResponse.add_member(:legal_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "LegalName"))
352
+ CreatePartnerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
353
+ CreatePartnerResponse.add_member(:profile, Shapes::ShapeRef.new(shape: PartnerProfile, required: true, location_name: "Profile"))
354
+ CreatePartnerResponse.add_member(:aws_training_certification_email_domains, Shapes::ShapeRef.new(shape: PartnerDomainList, location_name: "AwsTrainingCertificationEmailDomains"))
355
+ CreatePartnerResponse.add_member(:alliance_lead_contact, Shapes::ShapeRef.new(shape: AllianceLeadContact, required: true, location_name: "AllianceLeadContact"))
356
+ CreatePartnerResponse.struct_class = Types::CreatePartnerResponse
357
+
358
+ DisassociateAwsTrainingCertificationEmailDomainRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
359
+ DisassociateAwsTrainingCertificationEmailDomainRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
360
+ DisassociateAwsTrainingCertificationEmailDomainRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
361
+ DisassociateAwsTrainingCertificationEmailDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
362
+ DisassociateAwsTrainingCertificationEmailDomainRequest.struct_class = Types::DisassociateAwsTrainingCertificationEmailDomainRequest
363
+
364
+ DisassociateAwsTrainingCertificationEmailDomainResponse.struct_class = Types::DisassociateAwsTrainingCertificationEmailDomainResponse
365
+
366
+ ErrorDetail.add_member(:locale, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Locale"))
367
+ ErrorDetail.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
368
+ ErrorDetail.add_member(:reason, Shapes::ShapeRef.new(shape: ProfileValidationErrorReason, required: true, location_name: "Reason"))
369
+ ErrorDetail.struct_class = Types::ErrorDetail
370
+
371
+ ErrorDetailList.member = Shapes::ShapeRef.new(shape: ErrorDetail)
372
+
373
+ FieldValidationError.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
374
+ FieldValidationError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
375
+ FieldValidationError.add_member(:code, Shapes::ShapeRef.new(shape: FieldValidationCode, required: true, location_name: "Code"))
376
+ FieldValidationError.struct_class = Types::FieldValidationError
377
+
378
+ GetAllianceLeadContactRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
379
+ GetAllianceLeadContactRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
380
+ GetAllianceLeadContactRequest.struct_class = Types::GetAllianceLeadContactRequest
381
+
382
+ GetAllianceLeadContactResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
383
+ GetAllianceLeadContactResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
384
+ GetAllianceLeadContactResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
385
+ GetAllianceLeadContactResponse.add_member(:alliance_lead_contact, Shapes::ShapeRef.new(shape: AllianceLeadContact, required: true, location_name: "AllianceLeadContact"))
386
+ GetAllianceLeadContactResponse.struct_class = Types::GetAllianceLeadContactResponse
387
+
388
+ GetConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
389
+ GetConnectionInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Identifier"))
390
+ GetConnectionInvitationRequest.struct_class = Types::GetConnectionInvitationRequest
391
+
392
+ GetConnectionInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
393
+ GetConnectionInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Id"))
394
+ GetConnectionInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionInvitationArn, required: true, location_name: "Arn"))
395
+ GetConnectionInvitationResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
396
+ GetConnectionInvitationResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
397
+ GetConnectionInvitationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
398
+ GetConnectionInvitationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
399
+ GetConnectionInvitationResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAt"))
400
+ GetConnectionInvitationResponse.add_member(:other_participant_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "OtherParticipantIdentifier"))
401
+ GetConnectionInvitationResponse.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
402
+ GetConnectionInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, required: true, location_name: "Status"))
403
+ GetConnectionInvitationResponse.add_member(:invitation_message, Shapes::ShapeRef.new(shape: GetConnectionInvitationResponseInvitationMessageString, required: true, location_name: "InvitationMessage"))
404
+ GetConnectionInvitationResponse.add_member(:inviter_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "InviterEmail"))
405
+ GetConnectionInvitationResponse.add_member(:inviter_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "InviterName"))
406
+ GetConnectionInvitationResponse.struct_class = Types::GetConnectionInvitationResponse
407
+
408
+ GetConnectionPreferencesRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
409
+ GetConnectionPreferencesRequest.struct_class = Types::GetConnectionPreferencesRequest
410
+
411
+ GetConnectionPreferencesResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
412
+ GetConnectionPreferencesResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionPreferencesArn, required: true, location_name: "Arn"))
413
+ GetConnectionPreferencesResponse.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, required: true, location_name: "AccessType"))
414
+ GetConnectionPreferencesResponse.add_member(:excluded_participant_ids, Shapes::ShapeRef.new(shape: ParticipantIdentifierList, location_name: "ExcludedParticipantIds"))
415
+ GetConnectionPreferencesResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
416
+ GetConnectionPreferencesResponse.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "Revision"))
417
+ GetConnectionPreferencesResponse.struct_class = Types::GetConnectionPreferencesResponse
418
+
419
+ GetConnectionRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
420
+ GetConnectionRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Identifier"))
421
+ GetConnectionRequest.struct_class = Types::GetConnectionRequest
422
+
423
+ GetConnectionResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
424
+ GetConnectionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "Id"))
425
+ GetConnectionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "Arn"))
426
+ GetConnectionResponse.add_member(:other_participant_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "OtherParticipantAccountId"))
427
+ GetConnectionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
428
+ GetConnectionResponse.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeDetailMap, required: true, location_name: "ConnectionTypes"))
429
+ GetConnectionResponse.struct_class = Types::GetConnectionResponse
430
+
431
+ GetPartnerRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
432
+ GetPartnerRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
433
+ GetPartnerRequest.struct_class = Types::GetPartnerRequest
434
+
435
+ GetPartnerResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
436
+ GetPartnerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
437
+ GetPartnerResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
438
+ GetPartnerResponse.add_member(:legal_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "LegalName"))
439
+ GetPartnerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
440
+ GetPartnerResponse.add_member(:profile, Shapes::ShapeRef.new(shape: PartnerProfile, required: true, location_name: "Profile"))
441
+ GetPartnerResponse.add_member(:aws_training_certification_email_domains, Shapes::ShapeRef.new(shape: PartnerDomainList, location_name: "AwsTrainingCertificationEmailDomains"))
442
+ GetPartnerResponse.struct_class = Types::GetPartnerResponse
443
+
444
+ GetProfileUpdateTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
445
+ GetProfileUpdateTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
446
+ GetProfileUpdateTaskRequest.struct_class = Types::GetProfileUpdateTaskRequest
447
+
448
+ GetProfileUpdateTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
449
+ GetProfileUpdateTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
450
+ GetProfileUpdateTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
451
+ GetProfileUpdateTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: ProfileTaskId, required: true, location_name: "TaskId"))
452
+ GetProfileUpdateTaskResponse.add_member(:task_details, Shapes::ShapeRef.new(shape: TaskDetails, required: true, location_name: "TaskDetails"))
453
+ GetProfileUpdateTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
454
+ GetProfileUpdateTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProfileTaskStatus, required: true, location_name: "Status"))
455
+ GetProfileUpdateTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
456
+ GetProfileUpdateTaskResponse.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
457
+ GetProfileUpdateTaskResponse.struct_class = Types::GetProfileUpdateTaskResponse
458
+
459
+ GetProfileVisibilityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
460
+ GetProfileVisibilityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
461
+ GetProfileVisibilityRequest.struct_class = Types::GetProfileVisibilityRequest
462
+
463
+ GetProfileVisibilityResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
464
+ GetProfileVisibilityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
465
+ GetProfileVisibilityResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
466
+ GetProfileVisibilityResponse.add_member(:visibility, Shapes::ShapeRef.new(shape: ProfileVisibility, required: true, location_name: "Visibility"))
467
+ GetProfileVisibilityResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, required: true, location_name: "ProfileId"))
468
+ GetProfileVisibilityResponse.struct_class = Types::GetProfileVisibilityResponse
469
+
470
+ IndustrySegmentList.member = Shapes::ShapeRef.new(shape: IndustrySegment)
471
+
472
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
473
+ InternalServerException.struct_class = Types::InternalServerException
474
+
475
+ ListConnectionInvitationsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
476
+ ListConnectionInvitationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
477
+ ListConnectionInvitationsRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
478
+ ListConnectionInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
479
+ ListConnectionInvitationsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape: ParticipantIdentifierList, location_name: "OtherParticipantIdentifiers"))
480
+ ListConnectionInvitationsRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, location_name: "ParticipantType"))
481
+ ListConnectionInvitationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
482
+ ListConnectionInvitationsRequest.struct_class = Types::ListConnectionInvitationsRequest
483
+
484
+ ListConnectionInvitationsResponse.add_member(:connection_invitation_summaries, Shapes::ShapeRef.new(shape: ConnectionInvitationSummaryList, required: true, location_name: "ConnectionInvitationSummaries"))
485
+ ListConnectionInvitationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
486
+ ListConnectionInvitationsResponse.struct_class = Types::ListConnectionInvitationsResponse
487
+
488
+ ListConnectionsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
489
+ ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
490
+ ListConnectionsRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionTypeFilter, location_name: "ConnectionType"))
491
+ ListConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
492
+ ListConnectionsRequest.add_member(:other_participant_identifiers, Shapes::ShapeRef.new(shape: ParticipantIdentifierList, location_name: "OtherParticipantIdentifiers"))
493
+ ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
494
+
495
+ ListConnectionsResponse.add_member(:connection_summaries, Shapes::ShapeRef.new(shape: ConnectionSummaryList, required: true, location_name: "ConnectionSummaries"))
496
+ ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
497
+ ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
498
+
499
+ ListPartnersRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
500
+ ListPartnersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
501
+ ListPartnersRequest.struct_class = Types::ListPartnersRequest
502
+
503
+ ListPartnersResponse.add_member(:partner_summary_list, Shapes::ShapeRef.new(shape: PartnerSummaryList, required: true, location_name: "PartnerSummaryList"))
504
+ ListPartnersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
505
+ ListPartnersResponse.struct_class = Types::ListPartnersResponse
506
+
507
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
508
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
509
+
510
+ ListTagsForResourceResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
511
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
512
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
513
+
514
+ LocalizedContent.add_member(:display_name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "DisplayName"))
515
+ LocalizedContent.add_member(:description, Shapes::ShapeRef.new(shape: LocalizedContentDescriptionString, required: true, location_name: "Description"))
516
+ LocalizedContent.add_member(:website_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "WebsiteUrl"))
517
+ LocalizedContent.add_member(:logo_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "LogoUrl"))
518
+ LocalizedContent.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, required: true, location_name: "Locale"))
519
+ LocalizedContent.struct_class = Types::LocalizedContent
520
+
521
+ LocalizedContentList.member = Shapes::ShapeRef.new(shape: LocalizedContent)
522
+
523
+ Participant.add_member(:partner_profile, Shapes::ShapeRef.new(shape: PartnerProfileSummary, location_name: "PartnerProfile"))
524
+ Participant.add_member(:seller_profile, Shapes::ShapeRef.new(shape: SellerProfileSummary, location_name: "SellerProfile"))
525
+ Participant.add_member(:account, Shapes::ShapeRef.new(shape: AccountSummary, location_name: "Account"))
526
+ Participant.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
527
+ Participant.add_member_subclass(:partner_profile, Types::Participant::PartnerProfile)
528
+ Participant.add_member_subclass(:seller_profile, Types::Participant::SellerProfile)
529
+ Participant.add_member_subclass(:account, Types::Participant::Account)
530
+ Participant.add_member_subclass(:unknown, Types::Participant::Unknown)
531
+ Participant.struct_class = Types::Participant
532
+
533
+ ParticipantIdentifierList.member = Shapes::ShapeRef.new(shape: ParticipantIdentifier)
534
+
535
+ PartnerDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
536
+ PartnerDomain.add_member(:registered_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "RegisteredAt"))
537
+ PartnerDomain.struct_class = Types::PartnerDomain
538
+
539
+ PartnerDomainList.member = Shapes::ShapeRef.new(shape: PartnerDomain)
540
+
541
+ PartnerProfile.add_member(:display_name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "DisplayName"))
542
+ PartnerProfile.add_member(:description, Shapes::ShapeRef.new(shape: PartnerProfileDescriptionString, required: true, location_name: "Description"))
543
+ PartnerProfile.add_member(:website_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "WebsiteUrl"))
544
+ PartnerProfile.add_member(:logo_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "LogoUrl"))
545
+ PartnerProfile.add_member(:primary_solution_type, Shapes::ShapeRef.new(shape: PrimarySolutionType, required: true, location_name: "PrimarySolutionType"))
546
+ PartnerProfile.add_member(:industry_segments, Shapes::ShapeRef.new(shape: IndustrySegmentList, required: true, location_name: "IndustrySegments"))
547
+ PartnerProfile.add_member(:translation_source_locale, Shapes::ShapeRef.new(shape: Locale, required: true, location_name: "TranslationSourceLocale"))
548
+ PartnerProfile.add_member(:localized_contents, Shapes::ShapeRef.new(shape: LocalizedContentList, location_name: "LocalizedContents"))
549
+ PartnerProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, location_name: "ProfileId"))
550
+ PartnerProfile.struct_class = Types::PartnerProfile
551
+
552
+ PartnerProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: PartnerProfileId, required: true, location_name: "Id"))
553
+ PartnerProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "Name"))
554
+ PartnerProfileSummary.struct_class = Types::PartnerProfileSummary
555
+
556
+ PartnerSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
557
+ PartnerSummary.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
558
+ PartnerSummary.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
559
+ PartnerSummary.add_member(:legal_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "LegalName"))
560
+ PartnerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
561
+ PartnerSummary.struct_class = Types::PartnerSummary
562
+
563
+ PartnerSummaryList.member = Shapes::ShapeRef.new(shape: PartnerSummary)
564
+
565
+ PutAllianceLeadContactRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
566
+ PutAllianceLeadContactRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
567
+ PutAllianceLeadContactRequest.add_member(:alliance_lead_contact, Shapes::ShapeRef.new(shape: AllianceLeadContact, required: true, location_name: "AllianceLeadContact"))
568
+ PutAllianceLeadContactRequest.add_member(:email_verification_code, Shapes::ShapeRef.new(shape: EmailVerificationCode, location_name: "EmailVerificationCode"))
569
+ PutAllianceLeadContactRequest.struct_class = Types::PutAllianceLeadContactRequest
570
+
571
+ PutAllianceLeadContactResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
572
+ PutAllianceLeadContactResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
573
+ PutAllianceLeadContactResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
574
+ PutAllianceLeadContactResponse.add_member(:alliance_lead_contact, Shapes::ShapeRef.new(shape: AllianceLeadContact, required: true, location_name: "AllianceLeadContact"))
575
+ PutAllianceLeadContactResponse.struct_class = Types::PutAllianceLeadContactResponse
576
+
577
+ PutProfileVisibilityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
578
+ PutProfileVisibilityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
579
+ PutProfileVisibilityRequest.add_member(:visibility, Shapes::ShapeRef.new(shape: ProfileVisibility, required: true, location_name: "Visibility"))
580
+ PutProfileVisibilityRequest.struct_class = Types::PutProfileVisibilityRequest
581
+
582
+ PutProfileVisibilityResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
583
+ PutProfileVisibilityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
584
+ PutProfileVisibilityResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
585
+ PutProfileVisibilityResponse.add_member(:visibility, Shapes::ShapeRef.new(shape: ProfileVisibility, required: true, location_name: "Visibility"))
586
+ PutProfileVisibilityResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: PartnerProfileId, required: true, location_name: "ProfileId"))
587
+ PutProfileVisibilityResponse.struct_class = Types::PutProfileVisibilityResponse
588
+
589
+ RejectConnectionInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
590
+ RejectConnectionInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Identifier"))
591
+ RejectConnectionInvitationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
592
+ RejectConnectionInvitationRequest.add_member(:reason, Shapes::ShapeRef.new(shape: RejectConnectionInvitationRequestReasonString, location_name: "Reason"))
593
+ RejectConnectionInvitationRequest.struct_class = Types::RejectConnectionInvitationRequest
594
+
595
+ RejectConnectionInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
596
+ RejectConnectionInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ConnectionInvitationId, required: true, location_name: "Id"))
597
+ RejectConnectionInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionInvitationArn, required: true, location_name: "Arn"))
598
+ RejectConnectionInvitationResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
599
+ RejectConnectionInvitationResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
600
+ RejectConnectionInvitationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedAt"))
601
+ RejectConnectionInvitationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
602
+ RejectConnectionInvitationResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAt"))
603
+ RejectConnectionInvitationResponse.add_member(:other_participant_identifier, Shapes::ShapeRef.new(shape: ParticipantIdentifier, required: true, location_name: "OtherParticipantIdentifier"))
604
+ RejectConnectionInvitationResponse.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
605
+ RejectConnectionInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, required: true, location_name: "Status"))
606
+ RejectConnectionInvitationResponse.add_member(:invitation_message, Shapes::ShapeRef.new(shape: RejectConnectionInvitationResponseInvitationMessageString, required: true, location_name: "InvitationMessage"))
607
+ RejectConnectionInvitationResponse.add_member(:inviter_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "InviterEmail"))
608
+ RejectConnectionInvitationResponse.add_member(:inviter_name, Shapes::ShapeRef.new(shape: SensitiveUnicodeString, required: true, location_name: "InviterName"))
609
+ RejectConnectionInvitationResponse.struct_class = Types::RejectConnectionInvitationResponse
610
+
611
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
612
+ ResourceNotFoundException.add_member(:reason, Shapes::ShapeRef.new(shape: ResourceNotFoundExceptionReason, required: true, location_name: "Reason"))
613
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
614
+
615
+ SellerProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SellerProfileId, required: true, location_name: "Id"))
616
+ SellerProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "Name"))
617
+ SellerProfileSummary.struct_class = Types::SellerProfileSummary
618
+
619
+ SendEmailVerificationCodeRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
620
+ SendEmailVerificationCodeRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
621
+ SendEmailVerificationCodeRequest.struct_class = Types::SendEmailVerificationCodeRequest
622
+
623
+ SendEmailVerificationCodeResponse.struct_class = Types::SendEmailVerificationCodeResponse
624
+
625
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
626
+ ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, required: true, location_name: "Reason"))
627
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
628
+
629
+ StartProfileUpdateTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
630
+ StartProfileUpdateTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: PartnerIdentifier, required: true, location_name: "Identifier"))
631
+ StartProfileUpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
632
+ StartProfileUpdateTaskRequest.add_member(:task_details, Shapes::ShapeRef.new(shape: TaskDetails, required: true, location_name: "TaskDetails"))
633
+ StartProfileUpdateTaskRequest.struct_class = Types::StartProfileUpdateTaskRequest
634
+
635
+ StartProfileUpdateTaskResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
636
+ StartProfileUpdateTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerArn, required: true, location_name: "Arn"))
637
+ StartProfileUpdateTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: PartnerId, required: true, location_name: "Id"))
638
+ StartProfileUpdateTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: ProfileTaskId, required: true, location_name: "TaskId"))
639
+ StartProfileUpdateTaskResponse.add_member(:task_details, Shapes::ShapeRef.new(shape: TaskDetails, required: true, location_name: "TaskDetails"))
640
+ StartProfileUpdateTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "StartedAt"))
641
+ StartProfileUpdateTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProfileTaskStatus, required: true, location_name: "Status"))
642
+ StartProfileUpdateTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
643
+ StartProfileUpdateTaskResponse.add_member(:error_detail_list, Shapes::ShapeRef.new(shape: ErrorDetailList, location_name: "ErrorDetailList"))
644
+ StartProfileUpdateTaskResponse.struct_class = Types::StartProfileUpdateTaskResponse
645
+
646
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
647
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
648
+ Tag.struct_class = Types::Tag
649
+
650
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
651
+
652
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
653
+
654
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
655
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
656
+ TagResourceRequest.struct_class = Types::TagResourceRequest
657
+
658
+ TagResourceResponse.struct_class = Types::TagResourceResponse
659
+
660
+ TaskDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: UnicodeString, required: true, location_name: "DisplayName"))
661
+ TaskDetails.add_member(:description, Shapes::ShapeRef.new(shape: TaskDetailsDescriptionString, required: true, location_name: "Description"))
662
+ TaskDetails.add_member(:website_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "WebsiteUrl"))
663
+ TaskDetails.add_member(:logo_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "LogoUrl"))
664
+ TaskDetails.add_member(:primary_solution_type, Shapes::ShapeRef.new(shape: PrimarySolutionType, required: true, location_name: "PrimarySolutionType"))
665
+ TaskDetails.add_member(:industry_segments, Shapes::ShapeRef.new(shape: IndustrySegmentList, required: true, location_name: "IndustrySegments"))
666
+ TaskDetails.add_member(:translation_source_locale, Shapes::ShapeRef.new(shape: Locale, required: true, location_name: "TranslationSourceLocale"))
667
+ TaskDetails.add_member(:localized_contents, Shapes::ShapeRef.new(shape: LocalizedContentList, location_name: "LocalizedContents"))
668
+ TaskDetails.struct_class = Types::TaskDetails
669
+
670
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
671
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
672
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "QuotaCode"))
673
+ ThrottlingException.struct_class = Types::ThrottlingException
674
+
675
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
676
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
677
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
678
+
679
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
680
+
681
+ UpdateConnectionPreferencesRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
682
+ UpdateConnectionPreferencesRequest.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "Revision"))
683
+ UpdateConnectionPreferencesRequest.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, required: true, location_name: "AccessType"))
684
+ UpdateConnectionPreferencesRequest.add_member(:excluded_participant_identifiers, Shapes::ShapeRef.new(shape: UpdateConnectionPreferencesRequestExcludedParticipantIdentifiersList, location_name: "ExcludedParticipantIdentifiers"))
685
+ UpdateConnectionPreferencesRequest.struct_class = Types::UpdateConnectionPreferencesRequest
686
+
687
+ UpdateConnectionPreferencesRequestExcludedParticipantIdentifiersList.member = Shapes::ShapeRef.new(shape: ParticipantIdentifier)
688
+
689
+ UpdateConnectionPreferencesResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
690
+ UpdateConnectionPreferencesResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ConnectionPreferencesArn, required: true, location_name: "Arn"))
691
+ UpdateConnectionPreferencesResponse.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, required: true, location_name: "AccessType"))
692
+ UpdateConnectionPreferencesResponse.add_member(:excluded_participant_ids, Shapes::ShapeRef.new(shape: ParticipantIdentifierList, location_name: "ExcludedParticipantIds"))
693
+ UpdateConnectionPreferencesResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "UpdatedAt"))
694
+ UpdateConnectionPreferencesResponse.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "Revision"))
695
+ UpdateConnectionPreferencesResponse.struct_class = Types::UpdateConnectionPreferencesResponse
696
+
697
+ ValidationError.add_member(:field_validation_error, Shapes::ShapeRef.new(shape: FieldValidationError, location_name: "FieldValidationError"))
698
+ ValidationError.add_member(:business_validation_error, Shapes::ShapeRef.new(shape: BusinessValidationError, location_name: "BusinessValidationError"))
699
+ ValidationError.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
700
+ ValidationError.add_member_subclass(:field_validation_error, Types::ValidationError::FieldValidationError)
701
+ ValidationError.add_member_subclass(:business_validation_error, Types::ValidationError::BusinessValidationError)
702
+ ValidationError.add_member_subclass(:unknown, Types::ValidationError::Unknown)
703
+ ValidationError.struct_class = Types::ValidationError
704
+
705
+ ValidationErrorList.member = Shapes::ShapeRef.new(shape: ValidationError)
706
+
707
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
708
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "Reason"))
709
+ ValidationException.add_member(:error_details, Shapes::ShapeRef.new(shape: ValidationErrorList, location_name: "ErrorDetails"))
710
+ ValidationException.struct_class = Types::ValidationException
711
+
712
+
713
+ # @api private
714
+ API = Seahorse::Model::Api.new.tap do |api|
715
+
716
+ api.version = "2025-04-04"
717
+
718
+ api.metadata = {
719
+ "apiVersion" => "2025-04-04",
720
+ "auth" => ["aws.auth#sigv4"],
721
+ "endpointPrefix" => "partnercentral-account",
722
+ "jsonVersion" => "1.0",
723
+ "protocol" => "json",
724
+ "protocols" => ["json"],
725
+ "serviceFullName" => "Partner Central Account API",
726
+ "serviceId" => "PartnerCentral Account",
727
+ "signatureVersion" => "v4",
728
+ "signingName" => "partnercentral-account",
729
+ "targetPrefix" => "PartnerCentralAccount",
730
+ "uid" => "partnercentral-account-2025-04-04",
731
+ }
732
+
733
+ api.add_operation(:accept_connection_invitation, Seahorse::Model::Operation.new.tap do |o|
734
+ o.name = "AcceptConnectionInvitation"
735
+ o.http_method = "POST"
736
+ o.http_request_uri = "/"
737
+ o.input = Shapes::ShapeRef.new(shape: AcceptConnectionInvitationRequest)
738
+ o.output = Shapes::ShapeRef.new(shape: AcceptConnectionInvitationResponse)
739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
740
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
741
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
742
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
743
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
744
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
745
+ end)
746
+
747
+ api.add_operation(:associate_aws_training_certification_email_domain, Seahorse::Model::Operation.new.tap do |o|
748
+ o.name = "AssociateAwsTrainingCertificationEmailDomain"
749
+ o.http_method = "POST"
750
+ o.http_request_uri = "/"
751
+ o.input = Shapes::ShapeRef.new(shape: AssociateAwsTrainingCertificationEmailDomainRequest)
752
+ o.output = Shapes::ShapeRef.new(shape: AssociateAwsTrainingCertificationEmailDomainResponse)
753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
754
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
755
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
757
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
758
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
759
+ end)
760
+
761
+ api.add_operation(:cancel_connection, Seahorse::Model::Operation.new.tap do |o|
762
+ o.name = "CancelConnection"
763
+ o.http_method = "POST"
764
+ o.http_request_uri = "/"
765
+ o.input = Shapes::ShapeRef.new(shape: CancelConnectionRequest)
766
+ o.output = Shapes::ShapeRef.new(shape: CancelConnectionResponse)
767
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
768
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
771
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
772
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
773
+ end)
774
+
775
+ api.add_operation(:cancel_connection_invitation, Seahorse::Model::Operation.new.tap do |o|
776
+ o.name = "CancelConnectionInvitation"
777
+ o.http_method = "POST"
778
+ o.http_request_uri = "/"
779
+ o.input = Shapes::ShapeRef.new(shape: CancelConnectionInvitationRequest)
780
+ o.output = Shapes::ShapeRef.new(shape: CancelConnectionInvitationResponse)
781
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
782
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
783
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
784
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
785
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
786
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
787
+ end)
788
+
789
+ api.add_operation(:cancel_profile_update_task, Seahorse::Model::Operation.new.tap do |o|
790
+ o.name = "CancelProfileUpdateTask"
791
+ o.http_method = "POST"
792
+ o.http_request_uri = "/"
793
+ o.input = Shapes::ShapeRef.new(shape: CancelProfileUpdateTaskRequest)
794
+ o.output = Shapes::ShapeRef.new(shape: CancelProfileUpdateTaskResponse)
795
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
796
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
797
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
798
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
799
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
800
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
801
+ end)
802
+
803
+ api.add_operation(:create_connection_invitation, Seahorse::Model::Operation.new.tap do |o|
804
+ o.name = "CreateConnectionInvitation"
805
+ o.http_method = "POST"
806
+ o.http_request_uri = "/"
807
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectionInvitationRequest)
808
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectionInvitationResponse)
809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
810
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
811
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
812
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
813
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
814
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
815
+ end)
816
+
817
+ api.add_operation(:create_partner, Seahorse::Model::Operation.new.tap do |o|
818
+ o.name = "CreatePartner"
819
+ o.http_method = "POST"
820
+ o.http_request_uri = "/"
821
+ o.input = Shapes::ShapeRef.new(shape: CreatePartnerRequest)
822
+ o.output = Shapes::ShapeRef.new(shape: CreatePartnerResponse)
823
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
824
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
825
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
827
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
828
+ end)
829
+
830
+ api.add_operation(:disassociate_aws_training_certification_email_domain, Seahorse::Model::Operation.new.tap do |o|
831
+ o.name = "DisassociateAwsTrainingCertificationEmailDomain"
832
+ o.http_method = "POST"
833
+ o.http_request_uri = "/"
834
+ o.input = Shapes::ShapeRef.new(shape: DisassociateAwsTrainingCertificationEmailDomainRequest)
835
+ o.output = Shapes::ShapeRef.new(shape: DisassociateAwsTrainingCertificationEmailDomainResponse)
836
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
837
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
839
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
840
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
841
+ end)
842
+
843
+ api.add_operation(:get_alliance_lead_contact, Seahorse::Model::Operation.new.tap do |o|
844
+ o.name = "GetAllianceLeadContact"
845
+ o.http_method = "POST"
846
+ o.http_request_uri = "/"
847
+ o.input = Shapes::ShapeRef.new(shape: GetAllianceLeadContactRequest)
848
+ o.output = Shapes::ShapeRef.new(shape: GetAllianceLeadContactResponse)
849
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
850
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
851
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
852
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
854
+ end)
855
+
856
+ api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
857
+ o.name = "GetConnection"
858
+ o.http_method = "POST"
859
+ o.http_request_uri = "/"
860
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionRequest)
861
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionResponse)
862
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
863
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
864
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
865
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
866
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
867
+ end)
868
+
869
+ api.add_operation(:get_connection_invitation, Seahorse::Model::Operation.new.tap do |o|
870
+ o.name = "GetConnectionInvitation"
871
+ o.http_method = "POST"
872
+ o.http_request_uri = "/"
873
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionInvitationRequest)
874
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionInvitationResponse)
875
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
876
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
877
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
878
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
880
+ end)
881
+
882
+ api.add_operation(:get_connection_preferences, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "GetConnectionPreferences"
884
+ o.http_method = "POST"
885
+ o.http_request_uri = "/"
886
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionPreferencesRequest)
887
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionPreferencesResponse)
888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
891
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
892
+ end)
893
+
894
+ api.add_operation(:get_partner, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "GetPartner"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/"
898
+ o.input = Shapes::ShapeRef.new(shape: GetPartnerRequest)
899
+ o.output = Shapes::ShapeRef.new(shape: GetPartnerResponse)
900
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
901
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
902
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
905
+ end)
906
+
907
+ api.add_operation(:get_profile_update_task, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "GetProfileUpdateTask"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/"
911
+ o.input = Shapes::ShapeRef.new(shape: GetProfileUpdateTaskRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: GetProfileUpdateTaskResponse)
913
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
914
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
915
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
916
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
918
+ end)
919
+
920
+ api.add_operation(:get_profile_visibility, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "GetProfileVisibility"
922
+ o.http_method = "POST"
923
+ o.http_request_uri = "/"
924
+ o.input = Shapes::ShapeRef.new(shape: GetProfileVisibilityRequest)
925
+ o.output = Shapes::ShapeRef.new(shape: GetProfileVisibilityResponse)
926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
928
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
929
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
930
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
931
+ end)
932
+
933
+ api.add_operation(:list_connection_invitations, Seahorse::Model::Operation.new.tap do |o|
934
+ o.name = "ListConnectionInvitations"
935
+ o.http_method = "POST"
936
+ o.http_request_uri = "/"
937
+ o.input = Shapes::ShapeRef.new(shape: ListConnectionInvitationsRequest)
938
+ o.output = Shapes::ShapeRef.new(shape: ListConnectionInvitationsResponse)
939
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
940
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
941
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
942
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
943
+ o[:pager] = Aws::Pager.new(
944
+ limit_key: "max_results",
945
+ tokens: {
946
+ "next_token" => "next_token"
947
+ }
948
+ )
949
+ end)
950
+
951
+ api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
952
+ o.name = "ListConnections"
953
+ o.http_method = "POST"
954
+ o.http_request_uri = "/"
955
+ o.input = Shapes::ShapeRef.new(shape: ListConnectionsRequest)
956
+ o.output = Shapes::ShapeRef.new(shape: ListConnectionsResponse)
957
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
959
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
960
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
961
+ o[:pager] = Aws::Pager.new(
962
+ limit_key: "max_results",
963
+ tokens: {
964
+ "next_token" => "next_token"
965
+ }
966
+ )
967
+ end)
968
+
969
+ api.add_operation(:list_partners, Seahorse::Model::Operation.new.tap do |o|
970
+ o.name = "ListPartners"
971
+ o.http_method = "POST"
972
+ o.http_request_uri = "/"
973
+ o.input = Shapes::ShapeRef.new(shape: ListPartnersRequest)
974
+ o.output = Shapes::ShapeRef.new(shape: ListPartnersResponse)
975
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
979
+ o[:pager] = Aws::Pager.new(
980
+ tokens: {
981
+ "next_token" => "next_token"
982
+ }
983
+ )
984
+ end)
985
+
986
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
987
+ o.name = "ListTagsForResource"
988
+ o.http_method = "POST"
989
+ o.http_request_uri = "/"
990
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
991
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
993
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
995
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
997
+ end)
998
+
999
+ api.add_operation(:put_alliance_lead_contact, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "PutAllianceLeadContact"
1001
+ o.http_method = "POST"
1002
+ o.http_request_uri = "/"
1003
+ o.input = Shapes::ShapeRef.new(shape: PutAllianceLeadContactRequest)
1004
+ o.output = Shapes::ShapeRef.new(shape: PutAllianceLeadContactResponse)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1010
+ end)
1011
+
1012
+ api.add_operation(:put_profile_visibility, Seahorse::Model::Operation.new.tap do |o|
1013
+ o.name = "PutProfileVisibility"
1014
+ o.http_method = "POST"
1015
+ o.http_request_uri = "/"
1016
+ o.input = Shapes::ShapeRef.new(shape: PutProfileVisibilityRequest)
1017
+ o.output = Shapes::ShapeRef.new(shape: PutProfileVisibilityResponse)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1023
+ end)
1024
+
1025
+ api.add_operation(:reject_connection_invitation, Seahorse::Model::Operation.new.tap do |o|
1026
+ o.name = "RejectConnectionInvitation"
1027
+ o.http_method = "POST"
1028
+ o.http_request_uri = "/"
1029
+ o.input = Shapes::ShapeRef.new(shape: RejectConnectionInvitationRequest)
1030
+ o.output = Shapes::ShapeRef.new(shape: RejectConnectionInvitationResponse)
1031
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1037
+ end)
1038
+
1039
+ api.add_operation(:send_email_verification_code, Seahorse::Model::Operation.new.tap do |o|
1040
+ o.name = "SendEmailVerificationCode"
1041
+ o.http_method = "POST"
1042
+ o.http_request_uri = "/"
1043
+ o.input = Shapes::ShapeRef.new(shape: SendEmailVerificationCodeRequest)
1044
+ o.output = Shapes::ShapeRef.new(shape: SendEmailVerificationCodeResponse)
1045
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1050
+ end)
1051
+
1052
+ api.add_operation(:start_profile_update_task, Seahorse::Model::Operation.new.tap do |o|
1053
+ o.name = "StartProfileUpdateTask"
1054
+ o.http_method = "POST"
1055
+ o.http_request_uri = "/"
1056
+ o.input = Shapes::ShapeRef.new(shape: StartProfileUpdateTaskRequest)
1057
+ o.output = Shapes::ShapeRef.new(shape: StartProfileUpdateTaskResponse)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1064
+ end)
1065
+
1066
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1067
+ o.name = "TagResource"
1068
+ o.http_method = "POST"
1069
+ o.http_request_uri = "/"
1070
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1071
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1072
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1078
+ end)
1079
+
1080
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1081
+ o.name = "UntagResource"
1082
+ o.http_method = "POST"
1083
+ o.http_request_uri = "/"
1084
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1085
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1086
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1087
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1092
+ end)
1093
+
1094
+ api.add_operation(:update_connection_preferences, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "UpdateConnectionPreferences"
1096
+ o.http_method = "POST"
1097
+ o.http_request_uri = "/"
1098
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectionPreferencesRequest)
1099
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectionPreferencesResponse)
1100
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1105
+ end)
1106
+ end
1107
+
1108
+ end
1109
+ end