aws-sdk-partnercentralchannel 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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-partnercentralchannel/client.rb +2021 -0
- data/lib/aws-sdk-partnercentralchannel/client_api.rb +879 -0
- data/lib/aws-sdk-partnercentralchannel/customizations.rb +0 -0
- data/lib/aws-sdk-partnercentralchannel/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-partnercentralchannel/endpoint_provider.rb +38 -0
- data/lib/aws-sdk-partnercentralchannel/endpoints.rb +20 -0
- data/lib/aws-sdk-partnercentralchannel/errors.rb +226 -0
- data/lib/aws-sdk-partnercentralchannel/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-partnercentralchannel/resource.rb +26 -0
- data/lib/aws-sdk-partnercentralchannel/types.rb +1903 -0
- data/lib/aws-sdk-partnercentralchannel/waiters.rb +15 -0
- data/lib/aws-sdk-partnercentralchannel.rb +62 -0
- data/sig/client.rbs +403 -0
- data/sig/errors.rbs +49 -0
- data/sig/resource.rbs +86 -0
- data/sig/types.rbs +601 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
|
@@ -0,0 +1,879 @@
|
|
|
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::PartnerCentralChannel
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AcceptChannelHandshakeDetail = Shapes::StructureShape.new(name: 'AcceptChannelHandshakeDetail')
|
|
18
|
+
AcceptChannelHandshakeRequest = Shapes::StructureShape.new(name: 'AcceptChannelHandshakeRequest')
|
|
19
|
+
AcceptChannelHandshakeResponse = Shapes::StructureShape.new(name: 'AcceptChannelHandshakeResponse')
|
|
20
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
21
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
|
22
|
+
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
|
23
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
24
|
+
AssociatedResourceId = Shapes::StringShape.new(name: 'AssociatedResourceId')
|
|
25
|
+
AssociatedResourceIdentifier = Shapes::StringShape.new(name: 'AssociatedResourceIdentifier')
|
|
26
|
+
AssociatedResourceIdentifierList = Shapes::ListShape.new(name: 'AssociatedResourceIdentifierList')
|
|
27
|
+
AssociationType = Shapes::StringShape.new(name: 'AssociationType')
|
|
28
|
+
AssociationTypeList = Shapes::ListShape.new(name: 'AssociationTypeList')
|
|
29
|
+
CancelChannelHandshakeDetail = Shapes::StructureShape.new(name: 'CancelChannelHandshakeDetail')
|
|
30
|
+
CancelChannelHandshakeRequest = Shapes::StructureShape.new(name: 'CancelChannelHandshakeRequest')
|
|
31
|
+
CancelChannelHandshakeResponse = Shapes::StructureShape.new(name: 'CancelChannelHandshakeResponse')
|
|
32
|
+
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
|
33
|
+
ChannelHandshakeId = Shapes::StringShape.new(name: 'ChannelHandshakeId')
|
|
34
|
+
ChannelHandshakeIdentifier = Shapes::StringShape.new(name: 'ChannelHandshakeIdentifier')
|
|
35
|
+
ChannelHandshakePayload = Shapes::UnionShape.new(name: 'ChannelHandshakePayload')
|
|
36
|
+
ChannelHandshakeSummaries = Shapes::ListShape.new(name: 'ChannelHandshakeSummaries')
|
|
37
|
+
ChannelHandshakeSummary = Shapes::StructureShape.new(name: 'ChannelHandshakeSummary')
|
|
38
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
39
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
40
|
+
Coverage = Shapes::StringShape.new(name: 'Coverage')
|
|
41
|
+
CreateChannelHandshakeDetail = Shapes::StructureShape.new(name: 'CreateChannelHandshakeDetail')
|
|
42
|
+
CreateChannelHandshakeRequest = Shapes::StructureShape.new(name: 'CreateChannelHandshakeRequest')
|
|
43
|
+
CreateChannelHandshakeResponse = Shapes::StructureShape.new(name: 'CreateChannelHandshakeResponse')
|
|
44
|
+
CreateProgramManagementAccountDetail = Shapes::StructureShape.new(name: 'CreateProgramManagementAccountDetail')
|
|
45
|
+
CreateProgramManagementAccountRequest = Shapes::StructureShape.new(name: 'CreateProgramManagementAccountRequest')
|
|
46
|
+
CreateProgramManagementAccountResponse = Shapes::StructureShape.new(name: 'CreateProgramManagementAccountResponse')
|
|
47
|
+
CreateRelationshipDetail = Shapes::StructureShape.new(name: 'CreateRelationshipDetail')
|
|
48
|
+
CreateRelationshipRequest = Shapes::StructureShape.new(name: 'CreateRelationshipRequest')
|
|
49
|
+
CreateRelationshipResponse = Shapes::StructureShape.new(name: 'CreateRelationshipResponse')
|
|
50
|
+
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
|
51
|
+
DeleteProgramManagementAccountRequest = Shapes::StructureShape.new(name: 'DeleteProgramManagementAccountRequest')
|
|
52
|
+
DeleteProgramManagementAccountResponse = Shapes::StructureShape.new(name: 'DeleteProgramManagementAccountResponse')
|
|
53
|
+
DeleteRelationshipRequest = Shapes::StructureShape.new(name: 'DeleteRelationshipRequest')
|
|
54
|
+
DeleteRelationshipResponse = Shapes::StructureShape.new(name: 'DeleteRelationshipResponse')
|
|
55
|
+
GetRelationshipRequest = Shapes::StructureShape.new(name: 'GetRelationshipRequest')
|
|
56
|
+
GetRelationshipResponse = Shapes::StructureShape.new(name: 'GetRelationshipResponse')
|
|
57
|
+
HandshakeDetail = Shapes::UnionShape.new(name: 'HandshakeDetail')
|
|
58
|
+
HandshakeStatus = Shapes::StringShape.new(name: 'HandshakeStatus')
|
|
59
|
+
HandshakeStatusList = Shapes::ListShape.new(name: 'HandshakeStatusList')
|
|
60
|
+
HandshakeType = Shapes::StringShape.new(name: 'HandshakeType')
|
|
61
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
62
|
+
ListChannelHandshakesRequest = Shapes::StructureShape.new(name: 'ListChannelHandshakesRequest')
|
|
63
|
+
ListChannelHandshakesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListChannelHandshakesRequestMaxResultsInteger')
|
|
64
|
+
ListChannelHandshakesResponse = Shapes::StructureShape.new(name: 'ListChannelHandshakesResponse')
|
|
65
|
+
ListChannelHandshakesTypeFilters = Shapes::UnionShape.new(name: 'ListChannelHandshakesTypeFilters')
|
|
66
|
+
ListChannelHandshakesTypeSort = Shapes::UnionShape.new(name: 'ListChannelHandshakesTypeSort')
|
|
67
|
+
ListProgramManagementAccountsRequest = Shapes::StructureShape.new(name: 'ListProgramManagementAccountsRequest')
|
|
68
|
+
ListProgramManagementAccountsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListProgramManagementAccountsRequestMaxResultsInteger')
|
|
69
|
+
ListProgramManagementAccountsResponse = Shapes::StructureShape.new(name: 'ListProgramManagementAccountsResponse')
|
|
70
|
+
ListProgramManagementAccountsSortBase = Shapes::StructureShape.new(name: 'ListProgramManagementAccountsSortBase')
|
|
71
|
+
ListProgramManagementAccountsSortName = Shapes::StringShape.new(name: 'ListProgramManagementAccountsSortName')
|
|
72
|
+
ListRelationshipsRequest = Shapes::StructureShape.new(name: 'ListRelationshipsRequest')
|
|
73
|
+
ListRelationshipsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRelationshipsRequestMaxResultsInteger')
|
|
74
|
+
ListRelationshipsResponse = Shapes::StructureShape.new(name: 'ListRelationshipsResponse')
|
|
75
|
+
ListRelationshipsSortBase = Shapes::StructureShape.new(name: 'ListRelationshipsSortBase')
|
|
76
|
+
ListRelationshipsSortName = Shapes::StringShape.new(name: 'ListRelationshipsSortName')
|
|
77
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
78
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
79
|
+
MinimumNoticeDays = Shapes::StringShape.new(name: 'MinimumNoticeDays')
|
|
80
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
81
|
+
Note = Shapes::StringShape.new(name: 'Note')
|
|
82
|
+
ParticipantType = Shapes::StringShape.new(name: 'ParticipantType')
|
|
83
|
+
PartnerLedSupport = Shapes::StructureShape.new(name: 'PartnerLedSupport')
|
|
84
|
+
PartnerProfileDisplayName = Shapes::StringShape.new(name: 'PartnerProfileDisplayName')
|
|
85
|
+
Program = Shapes::StringShape.new(name: 'Program')
|
|
86
|
+
ProgramList = Shapes::ListShape.new(name: 'ProgramList')
|
|
87
|
+
ProgramManagementAccountDisplayName = Shapes::StringShape.new(name: 'ProgramManagementAccountDisplayName')
|
|
88
|
+
ProgramManagementAccountDisplayNameList = Shapes::ListShape.new(name: 'ProgramManagementAccountDisplayNameList')
|
|
89
|
+
ProgramManagementAccountHandshakeDetail = Shapes::StructureShape.new(name: 'ProgramManagementAccountHandshakeDetail')
|
|
90
|
+
ProgramManagementAccountId = Shapes::StringShape.new(name: 'ProgramManagementAccountId')
|
|
91
|
+
ProgramManagementAccountIdentifier = Shapes::StringShape.new(name: 'ProgramManagementAccountIdentifier')
|
|
92
|
+
ProgramManagementAccountIdentifierList = Shapes::ListShape.new(name: 'ProgramManagementAccountIdentifierList')
|
|
93
|
+
ProgramManagementAccountStatus = Shapes::StringShape.new(name: 'ProgramManagementAccountStatus')
|
|
94
|
+
ProgramManagementAccountStatusList = Shapes::ListShape.new(name: 'ProgramManagementAccountStatusList')
|
|
95
|
+
ProgramManagementAccountSummaries = Shapes::ListShape.new(name: 'ProgramManagementAccountSummaries')
|
|
96
|
+
ProgramManagementAccountSummary = Shapes::StructureShape.new(name: 'ProgramManagementAccountSummary')
|
|
97
|
+
ProgramManagementAccountTypeFilters = Shapes::StructureShape.new(name: 'ProgramManagementAccountTypeFilters')
|
|
98
|
+
ProgramManagementAccountTypeSort = Shapes::StructureShape.new(name: 'ProgramManagementAccountTypeSort')
|
|
99
|
+
ProgramManagementAccountTypeSortName = Shapes::StringShape.new(name: 'ProgramManagementAccountTypeSortName')
|
|
100
|
+
Provider = Shapes::StringShape.new(name: 'Provider')
|
|
101
|
+
RejectChannelHandshakeDetail = Shapes::StructureShape.new(name: 'RejectChannelHandshakeDetail')
|
|
102
|
+
RejectChannelHandshakeRequest = Shapes::StructureShape.new(name: 'RejectChannelHandshakeRequest')
|
|
103
|
+
RejectChannelHandshakeResponse = Shapes::StructureShape.new(name: 'RejectChannelHandshakeResponse')
|
|
104
|
+
RelationshipDetail = Shapes::StructureShape.new(name: 'RelationshipDetail')
|
|
105
|
+
RelationshipDisplayName = Shapes::StringShape.new(name: 'RelationshipDisplayName')
|
|
106
|
+
RelationshipDisplayNameList = Shapes::ListShape.new(name: 'RelationshipDisplayNameList')
|
|
107
|
+
RelationshipId = Shapes::StringShape.new(name: 'RelationshipId')
|
|
108
|
+
RelationshipIdentifier = Shapes::StringShape.new(name: 'RelationshipIdentifier')
|
|
109
|
+
RelationshipSummaries = Shapes::ListShape.new(name: 'RelationshipSummaries')
|
|
110
|
+
RelationshipSummary = Shapes::StructureShape.new(name: 'RelationshipSummary')
|
|
111
|
+
ResaleAccountModel = Shapes::StringShape.new(name: 'ResaleAccountModel')
|
|
112
|
+
ResoldBusiness = Shapes::StructureShape.new(name: 'ResoldBusiness')
|
|
113
|
+
ResoldEnterprise = Shapes::StructureShape.new(name: 'ResoldEnterprise')
|
|
114
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
115
|
+
Revision = Shapes::StringShape.new(name: 'Revision')
|
|
116
|
+
RevokeServicePeriodHandshakeDetail = Shapes::StructureShape.new(name: 'RevokeServicePeriodHandshakeDetail')
|
|
117
|
+
RevokeServicePeriodPayload = Shapes::StructureShape.new(name: 'RevokeServicePeriodPayload')
|
|
118
|
+
RevokeServicePeriodTypeFilters = Shapes::StructureShape.new(name: 'RevokeServicePeriodTypeFilters')
|
|
119
|
+
RevokeServicePeriodTypeSort = Shapes::StructureShape.new(name: 'RevokeServicePeriodTypeSort')
|
|
120
|
+
RevokeServicePeriodTypeSortName = Shapes::StringShape.new(name: 'RevokeServicePeriodTypeSortName')
|
|
121
|
+
Sector = Shapes::StringShape.new(name: 'Sector')
|
|
122
|
+
ServicePeriodType = Shapes::StringShape.new(name: 'ServicePeriodType')
|
|
123
|
+
ServicePeriodTypeList = Shapes::ListShape.new(name: 'ServicePeriodTypeList')
|
|
124
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
125
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
126
|
+
StartServicePeriodHandshakeDetail = Shapes::StructureShape.new(name: 'StartServicePeriodHandshakeDetail')
|
|
127
|
+
StartServicePeriodPayload = Shapes::StructureShape.new(name: 'StartServicePeriodPayload')
|
|
128
|
+
StartServicePeriodTypeFilters = Shapes::StructureShape.new(name: 'StartServicePeriodTypeFilters')
|
|
129
|
+
StartServicePeriodTypeSort = Shapes::StructureShape.new(name: 'StartServicePeriodTypeSort')
|
|
130
|
+
StartServicePeriodTypeSortName = Shapes::StringShape.new(name: 'StartServicePeriodTypeSortName')
|
|
131
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
132
|
+
SupportPlan = Shapes::UnionShape.new(name: 'SupportPlan')
|
|
133
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
134
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
135
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
136
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
|
137
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
138
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
139
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
140
|
+
TaggableArn = Shapes::StringShape.new(name: 'TaggableArn')
|
|
141
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
142
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
143
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
144
|
+
UpdateProgramManagementAccountDetail = Shapes::StructureShape.new(name: 'UpdateProgramManagementAccountDetail')
|
|
145
|
+
UpdateProgramManagementAccountRequest = Shapes::StructureShape.new(name: 'UpdateProgramManagementAccountRequest')
|
|
146
|
+
UpdateProgramManagementAccountResponse = Shapes::StructureShape.new(name: 'UpdateProgramManagementAccountResponse')
|
|
147
|
+
UpdateRelationshipDetail = Shapes::StructureShape.new(name: 'UpdateRelationshipDetail')
|
|
148
|
+
UpdateRelationshipRequest = Shapes::StructureShape.new(name: 'UpdateRelationshipRequest')
|
|
149
|
+
UpdateRelationshipResponse = Shapes::StructureShape.new(name: 'UpdateRelationshipResponse')
|
|
150
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
151
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
152
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
153
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
154
|
+
|
|
155
|
+
AcceptChannelHandshakeDetail.add_member(:id, Shapes::ShapeRef.new(shape: ChannelHandshakeId, location_name: "id"))
|
|
156
|
+
AcceptChannelHandshakeDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
157
|
+
AcceptChannelHandshakeDetail.add_member(:status, Shapes::ShapeRef.new(shape: HandshakeStatus, location_name: "status"))
|
|
158
|
+
AcceptChannelHandshakeDetail.struct_class = Types::AcceptChannelHandshakeDetail
|
|
159
|
+
|
|
160
|
+
AcceptChannelHandshakeRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
161
|
+
AcceptChannelHandshakeRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ChannelHandshakeIdentifier, required: true, location_name: "identifier"))
|
|
162
|
+
AcceptChannelHandshakeRequest.struct_class = Types::AcceptChannelHandshakeRequest
|
|
163
|
+
|
|
164
|
+
AcceptChannelHandshakeResponse.add_member(:channel_handshake_detail, Shapes::ShapeRef.new(shape: AcceptChannelHandshakeDetail, location_name: "channelHandshakeDetail"))
|
|
165
|
+
AcceptChannelHandshakeResponse.struct_class = Types::AcceptChannelHandshakeResponse
|
|
166
|
+
|
|
167
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
168
|
+
AccessDeniedException.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
169
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
170
|
+
|
|
171
|
+
AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId)
|
|
172
|
+
|
|
173
|
+
AssociatedResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AssociatedResourceIdentifier)
|
|
174
|
+
|
|
175
|
+
AssociationTypeList.member = Shapes::ShapeRef.new(shape: AssociationType)
|
|
176
|
+
|
|
177
|
+
CancelChannelHandshakeDetail.add_member(:id, Shapes::ShapeRef.new(shape: ChannelHandshakeId, location_name: "id"))
|
|
178
|
+
CancelChannelHandshakeDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
179
|
+
CancelChannelHandshakeDetail.add_member(:status, Shapes::ShapeRef.new(shape: HandshakeStatus, location_name: "status"))
|
|
180
|
+
CancelChannelHandshakeDetail.struct_class = Types::CancelChannelHandshakeDetail
|
|
181
|
+
|
|
182
|
+
CancelChannelHandshakeRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
183
|
+
CancelChannelHandshakeRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ChannelHandshakeIdentifier, required: true, location_name: "identifier"))
|
|
184
|
+
CancelChannelHandshakeRequest.struct_class = Types::CancelChannelHandshakeRequest
|
|
185
|
+
|
|
186
|
+
CancelChannelHandshakeResponse.add_member(:channel_handshake_detail, Shapes::ShapeRef.new(shape: CancelChannelHandshakeDetail, location_name: "channelHandshakeDetail"))
|
|
187
|
+
CancelChannelHandshakeResponse.struct_class = Types::CancelChannelHandshakeResponse
|
|
188
|
+
|
|
189
|
+
ChannelHandshakePayload.add_member(:start_service_period_payload, Shapes::ShapeRef.new(shape: StartServicePeriodPayload, location_name: "startServicePeriodPayload"))
|
|
190
|
+
ChannelHandshakePayload.add_member(:revoke_service_period_payload, Shapes::ShapeRef.new(shape: RevokeServicePeriodPayload, location_name: "revokeServicePeriodPayload"))
|
|
191
|
+
ChannelHandshakePayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
192
|
+
ChannelHandshakePayload.add_member_subclass(:start_service_period_payload, Types::ChannelHandshakePayload::StartServicePeriodPayload)
|
|
193
|
+
ChannelHandshakePayload.add_member_subclass(:revoke_service_period_payload, Types::ChannelHandshakePayload::RevokeServicePeriodPayload)
|
|
194
|
+
ChannelHandshakePayload.add_member_subclass(:unknown, Types::ChannelHandshakePayload::Unknown)
|
|
195
|
+
ChannelHandshakePayload.struct_class = Types::ChannelHandshakePayload
|
|
196
|
+
|
|
197
|
+
ChannelHandshakeSummaries.member = Shapes::ShapeRef.new(shape: ChannelHandshakeSummary)
|
|
198
|
+
|
|
199
|
+
ChannelHandshakeSummary.add_member(:id, Shapes::ShapeRef.new(shape: ChannelHandshakeId, location_name: "id"))
|
|
200
|
+
ChannelHandshakeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
201
|
+
ChannelHandshakeSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "catalog"))
|
|
202
|
+
ChannelHandshakeSummary.add_member(:handshake_type, Shapes::ShapeRef.new(shape: HandshakeType, location_name: "handshakeType"))
|
|
203
|
+
ChannelHandshakeSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "ownerAccountId"))
|
|
204
|
+
ChannelHandshakeSummary.add_member(:sender_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "senderAccountId"))
|
|
205
|
+
ChannelHandshakeSummary.add_member(:sender_display_name, Shapes::ShapeRef.new(shape: PartnerProfileDisplayName, location_name: "senderDisplayName"))
|
|
206
|
+
ChannelHandshakeSummary.add_member(:receiver_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "receiverAccountId"))
|
|
207
|
+
ChannelHandshakeSummary.add_member(:associated_resource_id, Shapes::ShapeRef.new(shape: AssociatedResourceId, location_name: "associatedResourceId"))
|
|
208
|
+
ChannelHandshakeSummary.add_member(:detail, Shapes::ShapeRef.new(shape: HandshakeDetail, location_name: "detail"))
|
|
209
|
+
ChannelHandshakeSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
|
|
210
|
+
ChannelHandshakeSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
|
211
|
+
ChannelHandshakeSummary.add_member(:status, Shapes::ShapeRef.new(shape: HandshakeStatus, location_name: "status"))
|
|
212
|
+
ChannelHandshakeSummary.struct_class = Types::ChannelHandshakeSummary
|
|
213
|
+
|
|
214
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
215
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
|
216
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
217
|
+
ConflictException.struct_class = Types::ConflictException
|
|
218
|
+
|
|
219
|
+
CreateChannelHandshakeDetail.add_member(:id, Shapes::ShapeRef.new(shape: ChannelHandshakeId, location_name: "id"))
|
|
220
|
+
CreateChannelHandshakeDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
221
|
+
CreateChannelHandshakeDetail.struct_class = Types::CreateChannelHandshakeDetail
|
|
222
|
+
|
|
223
|
+
CreateChannelHandshakeRequest.add_member(:handshake_type, Shapes::ShapeRef.new(shape: HandshakeType, required: true, location_name: "handshakeType"))
|
|
224
|
+
CreateChannelHandshakeRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
225
|
+
CreateChannelHandshakeRequest.add_member(:associated_resource_identifier, Shapes::ShapeRef.new(shape: AssociatedResourceIdentifier, required: true, location_name: "associatedResourceIdentifier"))
|
|
226
|
+
CreateChannelHandshakeRequest.add_member(:payload, Shapes::ShapeRef.new(shape: ChannelHandshakePayload, location_name: "payload"))
|
|
227
|
+
CreateChannelHandshakeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
228
|
+
CreateChannelHandshakeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
229
|
+
CreateChannelHandshakeRequest.struct_class = Types::CreateChannelHandshakeRequest
|
|
230
|
+
|
|
231
|
+
CreateChannelHandshakeResponse.add_member(:channel_handshake_detail, Shapes::ShapeRef.new(shape: CreateChannelHandshakeDetail, location_name: "channelHandshakeDetail"))
|
|
232
|
+
CreateChannelHandshakeResponse.struct_class = Types::CreateChannelHandshakeResponse
|
|
233
|
+
|
|
234
|
+
CreateProgramManagementAccountDetail.add_member(:id, Shapes::ShapeRef.new(shape: ProgramManagementAccountId, location_name: "id"))
|
|
235
|
+
CreateProgramManagementAccountDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
236
|
+
CreateProgramManagementAccountDetail.struct_class = Types::CreateProgramManagementAccountDetail
|
|
237
|
+
|
|
238
|
+
CreateProgramManagementAccountRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
239
|
+
CreateProgramManagementAccountRequest.add_member(:program, Shapes::ShapeRef.new(shape: Program, required: true, location_name: "program"))
|
|
240
|
+
CreateProgramManagementAccountRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayName, required: true, location_name: "displayName"))
|
|
241
|
+
CreateProgramManagementAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
242
|
+
CreateProgramManagementAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
243
|
+
CreateProgramManagementAccountRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
244
|
+
CreateProgramManagementAccountRequest.struct_class = Types::CreateProgramManagementAccountRequest
|
|
245
|
+
|
|
246
|
+
CreateProgramManagementAccountResponse.add_member(:program_management_account_detail, Shapes::ShapeRef.new(shape: CreateProgramManagementAccountDetail, location_name: "programManagementAccountDetail"))
|
|
247
|
+
CreateProgramManagementAccountResponse.struct_class = Types::CreateProgramManagementAccountResponse
|
|
248
|
+
|
|
249
|
+
CreateRelationshipDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
250
|
+
CreateRelationshipDetail.add_member(:id, Shapes::ShapeRef.new(shape: RelationshipId, location_name: "id"))
|
|
251
|
+
CreateRelationshipDetail.struct_class = Types::CreateRelationshipDetail
|
|
252
|
+
|
|
253
|
+
CreateRelationshipRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
254
|
+
CreateRelationshipRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationType, required: true, location_name: "associationType"))
|
|
255
|
+
CreateRelationshipRequest.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
256
|
+
CreateRelationshipRequest.add_member(:associated_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "associatedAccountId"))
|
|
257
|
+
CreateRelationshipRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: RelationshipDisplayName, required: true, location_name: "displayName"))
|
|
258
|
+
CreateRelationshipRequest.add_member(:resale_account_model, Shapes::ShapeRef.new(shape: ResaleAccountModel, location_name: "resaleAccountModel"))
|
|
259
|
+
CreateRelationshipRequest.add_member(:sector, Shapes::ShapeRef.new(shape: Sector, required: true, location_name: "sector"))
|
|
260
|
+
CreateRelationshipRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
261
|
+
CreateRelationshipRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
262
|
+
CreateRelationshipRequest.add_member(:requested_support_plan, Shapes::ShapeRef.new(shape: SupportPlan, location_name: "requestedSupportPlan"))
|
|
263
|
+
CreateRelationshipRequest.struct_class = Types::CreateRelationshipRequest
|
|
264
|
+
|
|
265
|
+
CreateRelationshipResponse.add_member(:relationship_detail, Shapes::ShapeRef.new(shape: CreateRelationshipDetail, location_name: "relationshipDetail"))
|
|
266
|
+
CreateRelationshipResponse.struct_class = Types::CreateRelationshipResponse
|
|
267
|
+
|
|
268
|
+
DeleteProgramManagementAccountRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
269
|
+
DeleteProgramManagementAccountRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "identifier"))
|
|
270
|
+
DeleteProgramManagementAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
271
|
+
DeleteProgramManagementAccountRequest.struct_class = Types::DeleteProgramManagementAccountRequest
|
|
272
|
+
|
|
273
|
+
DeleteProgramManagementAccountResponse.struct_class = Types::DeleteProgramManagementAccountResponse
|
|
274
|
+
|
|
275
|
+
DeleteRelationshipRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
276
|
+
DeleteRelationshipRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RelationshipIdentifier, required: true, location_name: "identifier"))
|
|
277
|
+
DeleteRelationshipRequest.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
278
|
+
DeleteRelationshipRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
279
|
+
DeleteRelationshipRequest.struct_class = Types::DeleteRelationshipRequest
|
|
280
|
+
|
|
281
|
+
DeleteRelationshipResponse.struct_class = Types::DeleteRelationshipResponse
|
|
282
|
+
|
|
283
|
+
GetRelationshipRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
284
|
+
GetRelationshipRequest.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
285
|
+
GetRelationshipRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RelationshipIdentifier, required: true, location_name: "identifier"))
|
|
286
|
+
GetRelationshipRequest.struct_class = Types::GetRelationshipRequest
|
|
287
|
+
|
|
288
|
+
GetRelationshipResponse.add_member(:relationship_detail, Shapes::ShapeRef.new(shape: RelationshipDetail, location_name: "relationshipDetail"))
|
|
289
|
+
GetRelationshipResponse.struct_class = Types::GetRelationshipResponse
|
|
290
|
+
|
|
291
|
+
HandshakeDetail.add_member(:start_service_period_handshake_detail, Shapes::ShapeRef.new(shape: StartServicePeriodHandshakeDetail, location_name: "startServicePeriodHandshakeDetail"))
|
|
292
|
+
HandshakeDetail.add_member(:revoke_service_period_handshake_detail, Shapes::ShapeRef.new(shape: RevokeServicePeriodHandshakeDetail, location_name: "revokeServicePeriodHandshakeDetail"))
|
|
293
|
+
HandshakeDetail.add_member(:program_management_account_handshake_detail, Shapes::ShapeRef.new(shape: ProgramManagementAccountHandshakeDetail, location_name: "programManagementAccountHandshakeDetail"))
|
|
294
|
+
HandshakeDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
295
|
+
HandshakeDetail.add_member_subclass(:start_service_period_handshake_detail, Types::HandshakeDetail::StartServicePeriodHandshakeDetail)
|
|
296
|
+
HandshakeDetail.add_member_subclass(:revoke_service_period_handshake_detail, Types::HandshakeDetail::RevokeServicePeriodHandshakeDetail)
|
|
297
|
+
HandshakeDetail.add_member_subclass(:program_management_account_handshake_detail, Types::HandshakeDetail::ProgramManagementAccountHandshakeDetail)
|
|
298
|
+
HandshakeDetail.add_member_subclass(:unknown, Types::HandshakeDetail::Unknown)
|
|
299
|
+
HandshakeDetail.struct_class = Types::HandshakeDetail
|
|
300
|
+
|
|
301
|
+
HandshakeStatusList.member = Shapes::ShapeRef.new(shape: HandshakeStatus)
|
|
302
|
+
|
|
303
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
304
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
305
|
+
|
|
306
|
+
ListChannelHandshakesRequest.add_member(:handshake_type, Shapes::ShapeRef.new(shape: HandshakeType, required: true, location_name: "handshakeType"))
|
|
307
|
+
ListChannelHandshakesRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
308
|
+
ListChannelHandshakesRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "participantType"))
|
|
309
|
+
ListChannelHandshakesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListChannelHandshakesRequestMaxResultsInteger, location_name: "maxResults"))
|
|
310
|
+
ListChannelHandshakesRequest.add_member(:statuses, Shapes::ShapeRef.new(shape: HandshakeStatusList, location_name: "statuses"))
|
|
311
|
+
ListChannelHandshakesRequest.add_member(:associated_resource_identifiers, Shapes::ShapeRef.new(shape: AssociatedResourceIdentifierList, location_name: "associatedResourceIdentifiers"))
|
|
312
|
+
ListChannelHandshakesRequest.add_member(:handshake_type_filters, Shapes::ShapeRef.new(shape: ListChannelHandshakesTypeFilters, location_name: "handshakeTypeFilters"))
|
|
313
|
+
ListChannelHandshakesRequest.add_member(:handshake_type_sort, Shapes::ShapeRef.new(shape: ListChannelHandshakesTypeSort, location_name: "handshakeTypeSort"))
|
|
314
|
+
ListChannelHandshakesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
315
|
+
ListChannelHandshakesRequest.struct_class = Types::ListChannelHandshakesRequest
|
|
316
|
+
|
|
317
|
+
ListChannelHandshakesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ChannelHandshakeSummaries, location_name: "items"))
|
|
318
|
+
ListChannelHandshakesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
319
|
+
ListChannelHandshakesResponse.struct_class = Types::ListChannelHandshakesResponse
|
|
320
|
+
|
|
321
|
+
ListChannelHandshakesTypeFilters.add_member(:start_service_period_type_filters, Shapes::ShapeRef.new(shape: StartServicePeriodTypeFilters, location_name: "startServicePeriodTypeFilters"))
|
|
322
|
+
ListChannelHandshakesTypeFilters.add_member(:revoke_service_period_type_filters, Shapes::ShapeRef.new(shape: RevokeServicePeriodTypeFilters, location_name: "revokeServicePeriodTypeFilters"))
|
|
323
|
+
ListChannelHandshakesTypeFilters.add_member(:program_management_account_type_filters, Shapes::ShapeRef.new(shape: ProgramManagementAccountTypeFilters, location_name: "programManagementAccountTypeFilters"))
|
|
324
|
+
ListChannelHandshakesTypeFilters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
325
|
+
ListChannelHandshakesTypeFilters.add_member_subclass(:start_service_period_type_filters, Types::ListChannelHandshakesTypeFilters::StartServicePeriodTypeFilters)
|
|
326
|
+
ListChannelHandshakesTypeFilters.add_member_subclass(:revoke_service_period_type_filters, Types::ListChannelHandshakesTypeFilters::RevokeServicePeriodTypeFilters)
|
|
327
|
+
ListChannelHandshakesTypeFilters.add_member_subclass(:program_management_account_type_filters, Types::ListChannelHandshakesTypeFilters::ProgramManagementAccountTypeFilters)
|
|
328
|
+
ListChannelHandshakesTypeFilters.add_member_subclass(:unknown, Types::ListChannelHandshakesTypeFilters::Unknown)
|
|
329
|
+
ListChannelHandshakesTypeFilters.struct_class = Types::ListChannelHandshakesTypeFilters
|
|
330
|
+
|
|
331
|
+
ListChannelHandshakesTypeSort.add_member(:start_service_period_type_sort, Shapes::ShapeRef.new(shape: StartServicePeriodTypeSort, location_name: "startServicePeriodTypeSort"))
|
|
332
|
+
ListChannelHandshakesTypeSort.add_member(:revoke_service_period_type_sort, Shapes::ShapeRef.new(shape: RevokeServicePeriodTypeSort, location_name: "revokeServicePeriodTypeSort"))
|
|
333
|
+
ListChannelHandshakesTypeSort.add_member(:program_management_account_type_sort, Shapes::ShapeRef.new(shape: ProgramManagementAccountTypeSort, location_name: "programManagementAccountTypeSort"))
|
|
334
|
+
ListChannelHandshakesTypeSort.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
335
|
+
ListChannelHandshakesTypeSort.add_member_subclass(:start_service_period_type_sort, Types::ListChannelHandshakesTypeSort::StartServicePeriodTypeSort)
|
|
336
|
+
ListChannelHandshakesTypeSort.add_member_subclass(:revoke_service_period_type_sort, Types::ListChannelHandshakesTypeSort::RevokeServicePeriodTypeSort)
|
|
337
|
+
ListChannelHandshakesTypeSort.add_member_subclass(:program_management_account_type_sort, Types::ListChannelHandshakesTypeSort::ProgramManagementAccountTypeSort)
|
|
338
|
+
ListChannelHandshakesTypeSort.add_member_subclass(:unknown, Types::ListChannelHandshakesTypeSort::Unknown)
|
|
339
|
+
ListChannelHandshakesTypeSort.struct_class = Types::ListChannelHandshakesTypeSort
|
|
340
|
+
|
|
341
|
+
ListProgramManagementAccountsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
342
|
+
ListProgramManagementAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListProgramManagementAccountsRequestMaxResultsInteger, location_name: "maxResults"))
|
|
343
|
+
ListProgramManagementAccountsRequest.add_member(:display_names, Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayNameList, location_name: "displayNames"))
|
|
344
|
+
ListProgramManagementAccountsRequest.add_member(:programs, Shapes::ShapeRef.new(shape: ProgramList, location_name: "programs"))
|
|
345
|
+
ListProgramManagementAccountsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "accountIds"))
|
|
346
|
+
ListProgramManagementAccountsRequest.add_member(:statuses, Shapes::ShapeRef.new(shape: ProgramManagementAccountStatusList, location_name: "statuses"))
|
|
347
|
+
ListProgramManagementAccountsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: ListProgramManagementAccountsSortBase, location_name: "sort"))
|
|
348
|
+
ListProgramManagementAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
349
|
+
ListProgramManagementAccountsRequest.struct_class = Types::ListProgramManagementAccountsRequest
|
|
350
|
+
|
|
351
|
+
ListProgramManagementAccountsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProgramManagementAccountSummaries, location_name: "items"))
|
|
352
|
+
ListProgramManagementAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
353
|
+
ListProgramManagementAccountsResponse.struct_class = Types::ListProgramManagementAccountsResponse
|
|
354
|
+
|
|
355
|
+
ListProgramManagementAccountsSortBase.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
|
356
|
+
ListProgramManagementAccountsSortBase.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListProgramManagementAccountsSortName, required: true, location_name: "sortBy"))
|
|
357
|
+
ListProgramManagementAccountsSortBase.struct_class = Types::ListProgramManagementAccountsSortBase
|
|
358
|
+
|
|
359
|
+
ListRelationshipsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
360
|
+
ListRelationshipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRelationshipsRequestMaxResultsInteger, location_name: "maxResults"))
|
|
361
|
+
ListRelationshipsRequest.add_member(:associated_account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "associatedAccountIds"))
|
|
362
|
+
ListRelationshipsRequest.add_member(:association_types, Shapes::ShapeRef.new(shape: AssociationTypeList, location_name: "associationTypes"))
|
|
363
|
+
ListRelationshipsRequest.add_member(:display_names, Shapes::ShapeRef.new(shape: RelationshipDisplayNameList, location_name: "displayNames"))
|
|
364
|
+
ListRelationshipsRequest.add_member(:program_management_account_identifiers, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifierList, location_name: "programManagementAccountIdentifiers"))
|
|
365
|
+
ListRelationshipsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: ListRelationshipsSortBase, location_name: "sort"))
|
|
366
|
+
ListRelationshipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
367
|
+
ListRelationshipsRequest.struct_class = Types::ListRelationshipsRequest
|
|
368
|
+
|
|
369
|
+
ListRelationshipsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RelationshipSummaries, location_name: "items"))
|
|
370
|
+
ListRelationshipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
371
|
+
ListRelationshipsResponse.struct_class = Types::ListRelationshipsResponse
|
|
372
|
+
|
|
373
|
+
ListRelationshipsSortBase.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
|
374
|
+
ListRelationshipsSortBase.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListRelationshipsSortName, required: true, location_name: "sortBy"))
|
|
375
|
+
ListRelationshipsSortBase.struct_class = Types::ListRelationshipsSortBase
|
|
376
|
+
|
|
377
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableArn, required: true, location_name: "resourceArn"))
|
|
378
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
379
|
+
|
|
380
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
381
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
382
|
+
|
|
383
|
+
PartnerLedSupport.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
|
|
384
|
+
PartnerLedSupport.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
|
|
385
|
+
PartnerLedSupport.add_member(:tam_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "tamLocation"))
|
|
386
|
+
PartnerLedSupport.struct_class = Types::PartnerLedSupport
|
|
387
|
+
|
|
388
|
+
ProgramList.member = Shapes::ShapeRef.new(shape: Program)
|
|
389
|
+
|
|
390
|
+
ProgramManagementAccountDisplayNameList.member = Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayName)
|
|
391
|
+
|
|
392
|
+
ProgramManagementAccountHandshakeDetail.add_member(:program, Shapes::ShapeRef.new(shape: Program, location_name: "program"))
|
|
393
|
+
ProgramManagementAccountHandshakeDetail.struct_class = Types::ProgramManagementAccountHandshakeDetail
|
|
394
|
+
|
|
395
|
+
ProgramManagementAccountIdentifierList.member = Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier)
|
|
396
|
+
|
|
397
|
+
ProgramManagementAccountStatusList.member = Shapes::ShapeRef.new(shape: ProgramManagementAccountStatus)
|
|
398
|
+
|
|
399
|
+
ProgramManagementAccountSummaries.member = Shapes::ShapeRef.new(shape: ProgramManagementAccountSummary)
|
|
400
|
+
|
|
401
|
+
ProgramManagementAccountSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProgramManagementAccountId, location_name: "id"))
|
|
402
|
+
ProgramManagementAccountSummary.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
403
|
+
ProgramManagementAccountSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "catalog"))
|
|
404
|
+
ProgramManagementAccountSummary.add_member(:program, Shapes::ShapeRef.new(shape: Program, location_name: "program"))
|
|
405
|
+
ProgramManagementAccountSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayName, location_name: "displayName"))
|
|
406
|
+
ProgramManagementAccountSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
|
407
|
+
ProgramManagementAccountSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
408
|
+
ProgramManagementAccountSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
|
|
409
|
+
ProgramManagementAccountSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
|
410
|
+
ProgramManagementAccountSummary.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
|
|
411
|
+
ProgramManagementAccountSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProgramManagementAccountStatus, location_name: "status"))
|
|
412
|
+
ProgramManagementAccountSummary.struct_class = Types::ProgramManagementAccountSummary
|
|
413
|
+
|
|
414
|
+
ProgramManagementAccountTypeFilters.add_member(:programs, Shapes::ShapeRef.new(shape: ProgramList, location_name: "programs"))
|
|
415
|
+
ProgramManagementAccountTypeFilters.struct_class = Types::ProgramManagementAccountTypeFilters
|
|
416
|
+
|
|
417
|
+
ProgramManagementAccountTypeSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
|
418
|
+
ProgramManagementAccountTypeSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProgramManagementAccountTypeSortName, required: true, location_name: "sortBy"))
|
|
419
|
+
ProgramManagementAccountTypeSort.struct_class = Types::ProgramManagementAccountTypeSort
|
|
420
|
+
|
|
421
|
+
RejectChannelHandshakeDetail.add_member(:id, Shapes::ShapeRef.new(shape: ChannelHandshakeId, location_name: "id"))
|
|
422
|
+
RejectChannelHandshakeDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
423
|
+
RejectChannelHandshakeDetail.add_member(:status, Shapes::ShapeRef.new(shape: HandshakeStatus, location_name: "status"))
|
|
424
|
+
RejectChannelHandshakeDetail.struct_class = Types::RejectChannelHandshakeDetail
|
|
425
|
+
|
|
426
|
+
RejectChannelHandshakeRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
427
|
+
RejectChannelHandshakeRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ChannelHandshakeIdentifier, required: true, location_name: "identifier"))
|
|
428
|
+
RejectChannelHandshakeRequest.struct_class = Types::RejectChannelHandshakeRequest
|
|
429
|
+
|
|
430
|
+
RejectChannelHandshakeResponse.add_member(:channel_handshake_detail, Shapes::ShapeRef.new(shape: RejectChannelHandshakeDetail, location_name: "channelHandshakeDetail"))
|
|
431
|
+
RejectChannelHandshakeResponse.struct_class = Types::RejectChannelHandshakeResponse
|
|
432
|
+
|
|
433
|
+
RelationshipDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
434
|
+
RelationshipDetail.add_member(:id, Shapes::ShapeRef.new(shape: RelationshipId, location_name: "id"))
|
|
435
|
+
RelationshipDetail.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
436
|
+
RelationshipDetail.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "catalog"))
|
|
437
|
+
RelationshipDetail.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationType, location_name: "associationType"))
|
|
438
|
+
RelationshipDetail.add_member(:program_management_account_id, Shapes::ShapeRef.new(shape: ProgramManagementAccountId, location_name: "programManagementAccountId"))
|
|
439
|
+
RelationshipDetail.add_member(:associated_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "associatedAccountId"))
|
|
440
|
+
RelationshipDetail.add_member(:display_name, Shapes::ShapeRef.new(shape: RelationshipDisplayName, location_name: "displayName"))
|
|
441
|
+
RelationshipDetail.add_member(:resale_account_model, Shapes::ShapeRef.new(shape: ResaleAccountModel, location_name: "resaleAccountModel"))
|
|
442
|
+
RelationshipDetail.add_member(:sector, Shapes::ShapeRef.new(shape: Sector, location_name: "sector"))
|
|
443
|
+
RelationshipDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
|
|
444
|
+
RelationshipDetail.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
|
445
|
+
RelationshipDetail.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
|
|
446
|
+
RelationshipDetail.struct_class = Types::RelationshipDetail
|
|
447
|
+
|
|
448
|
+
RelationshipDisplayNameList.member = Shapes::ShapeRef.new(shape: RelationshipDisplayName)
|
|
449
|
+
|
|
450
|
+
RelationshipSummaries.member = Shapes::ShapeRef.new(shape: RelationshipSummary)
|
|
451
|
+
|
|
452
|
+
RelationshipSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
453
|
+
RelationshipSummary.add_member(:id, Shapes::ShapeRef.new(shape: RelationshipId, location_name: "id"))
|
|
454
|
+
RelationshipSummary.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
455
|
+
RelationshipSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "catalog"))
|
|
456
|
+
RelationshipSummary.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationType, location_name: "associationType"))
|
|
457
|
+
RelationshipSummary.add_member(:program_management_account_id, Shapes::ShapeRef.new(shape: ProgramManagementAccountId, location_name: "programManagementAccountId"))
|
|
458
|
+
RelationshipSummary.add_member(:associated_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "associatedAccountId"))
|
|
459
|
+
RelationshipSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: RelationshipDisplayName, location_name: "displayName"))
|
|
460
|
+
RelationshipSummary.add_member(:sector, Shapes::ShapeRef.new(shape: Sector, location_name: "sector"))
|
|
461
|
+
RelationshipSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
|
|
462
|
+
RelationshipSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
|
463
|
+
RelationshipSummary.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
|
|
464
|
+
RelationshipSummary.struct_class = Types::RelationshipSummary
|
|
465
|
+
|
|
466
|
+
ResoldBusiness.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
|
|
467
|
+
ResoldBusiness.struct_class = Types::ResoldBusiness
|
|
468
|
+
|
|
469
|
+
ResoldEnterprise.add_member(:coverage, Shapes::ShapeRef.new(shape: Coverage, required: true, location_name: "coverage"))
|
|
470
|
+
ResoldEnterprise.add_member(:tam_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "tamLocation"))
|
|
471
|
+
ResoldEnterprise.add_member(:charge_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "chargeAccountId"))
|
|
472
|
+
ResoldEnterprise.struct_class = Types::ResoldEnterprise
|
|
473
|
+
|
|
474
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
475
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
476
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
477
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
478
|
+
|
|
479
|
+
RevokeServicePeriodHandshakeDetail.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "note"))
|
|
480
|
+
RevokeServicePeriodHandshakeDetail.add_member(:service_period_type, Shapes::ShapeRef.new(shape: ServicePeriodType, location_name: "servicePeriodType"))
|
|
481
|
+
RevokeServicePeriodHandshakeDetail.add_member(:minimum_notice_days, Shapes::ShapeRef.new(shape: MinimumNoticeDays, location_name: "minimumNoticeDays"))
|
|
482
|
+
RevokeServicePeriodHandshakeDetail.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
|
|
483
|
+
RevokeServicePeriodHandshakeDetail.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "endDate"))
|
|
484
|
+
RevokeServicePeriodHandshakeDetail.struct_class = Types::RevokeServicePeriodHandshakeDetail
|
|
485
|
+
|
|
486
|
+
RevokeServicePeriodPayload.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
487
|
+
RevokeServicePeriodPayload.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "note"))
|
|
488
|
+
RevokeServicePeriodPayload.struct_class = Types::RevokeServicePeriodPayload
|
|
489
|
+
|
|
490
|
+
RevokeServicePeriodTypeFilters.add_member(:service_period_types, Shapes::ShapeRef.new(shape: ServicePeriodTypeList, location_name: "servicePeriodTypes"))
|
|
491
|
+
RevokeServicePeriodTypeFilters.struct_class = Types::RevokeServicePeriodTypeFilters
|
|
492
|
+
|
|
493
|
+
RevokeServicePeriodTypeSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
|
494
|
+
RevokeServicePeriodTypeSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: RevokeServicePeriodTypeSortName, required: true, location_name: "sortBy"))
|
|
495
|
+
RevokeServicePeriodTypeSort.struct_class = Types::RevokeServicePeriodTypeSort
|
|
496
|
+
|
|
497
|
+
ServicePeriodTypeList.member = Shapes::ShapeRef.new(shape: ServicePeriodType)
|
|
498
|
+
|
|
499
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
500
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
|
501
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
502
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
|
503
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
504
|
+
|
|
505
|
+
StartServicePeriodHandshakeDetail.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "note"))
|
|
506
|
+
StartServicePeriodHandshakeDetail.add_member(:service_period_type, Shapes::ShapeRef.new(shape: ServicePeriodType, location_name: "servicePeriodType"))
|
|
507
|
+
StartServicePeriodHandshakeDetail.add_member(:minimum_notice_days, Shapes::ShapeRef.new(shape: MinimumNoticeDays, location_name: "minimumNoticeDays"))
|
|
508
|
+
StartServicePeriodHandshakeDetail.add_member(:start_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "startDate"))
|
|
509
|
+
StartServicePeriodHandshakeDetail.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "endDate"))
|
|
510
|
+
StartServicePeriodHandshakeDetail.struct_class = Types::StartServicePeriodHandshakeDetail
|
|
511
|
+
|
|
512
|
+
StartServicePeriodPayload.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
513
|
+
StartServicePeriodPayload.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "note"))
|
|
514
|
+
StartServicePeriodPayload.add_member(:service_period_type, Shapes::ShapeRef.new(shape: ServicePeriodType, required: true, location_name: "servicePeriodType"))
|
|
515
|
+
StartServicePeriodPayload.add_member(:minimum_notice_days, Shapes::ShapeRef.new(shape: MinimumNoticeDays, location_name: "minimumNoticeDays"))
|
|
516
|
+
StartServicePeriodPayload.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "endDate"))
|
|
517
|
+
StartServicePeriodPayload.struct_class = Types::StartServicePeriodPayload
|
|
518
|
+
|
|
519
|
+
StartServicePeriodTypeFilters.add_member(:service_period_types, Shapes::ShapeRef.new(shape: ServicePeriodTypeList, location_name: "servicePeriodTypes"))
|
|
520
|
+
StartServicePeriodTypeFilters.struct_class = Types::StartServicePeriodTypeFilters
|
|
521
|
+
|
|
522
|
+
StartServicePeriodTypeSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
|
523
|
+
StartServicePeriodTypeSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: StartServicePeriodTypeSortName, required: true, location_name: "sortBy"))
|
|
524
|
+
StartServicePeriodTypeSort.struct_class = Types::StartServicePeriodTypeSort
|
|
525
|
+
|
|
526
|
+
SupportPlan.add_member(:resold_business, Shapes::ShapeRef.new(shape: ResoldBusiness, location_name: "resoldBusiness"))
|
|
527
|
+
SupportPlan.add_member(:resold_enterprise, Shapes::ShapeRef.new(shape: ResoldEnterprise, location_name: "resoldEnterprise"))
|
|
528
|
+
SupportPlan.add_member(:partner_led_support, Shapes::ShapeRef.new(shape: PartnerLedSupport, location_name: "partnerLedSupport"))
|
|
529
|
+
SupportPlan.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
530
|
+
SupportPlan.add_member_subclass(:resold_business, Types::SupportPlan::ResoldBusiness)
|
|
531
|
+
SupportPlan.add_member_subclass(:resold_enterprise, Types::SupportPlan::ResoldEnterprise)
|
|
532
|
+
SupportPlan.add_member_subclass(:partner_led_support, Types::SupportPlan::PartnerLedSupport)
|
|
533
|
+
SupportPlan.add_member_subclass(:unknown, Types::SupportPlan::Unknown)
|
|
534
|
+
SupportPlan.struct_class = Types::SupportPlan
|
|
535
|
+
|
|
536
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
|
537
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
|
538
|
+
Tag.struct_class = Types::Tag
|
|
539
|
+
|
|
540
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
541
|
+
|
|
542
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
|
543
|
+
|
|
544
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableArn, required: true, location_name: "resourceArn"))
|
|
545
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
|
546
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
547
|
+
|
|
548
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
|
549
|
+
|
|
550
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
551
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
552
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
553
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
554
|
+
|
|
555
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableArn, required: true, location_name: "resourceArn"))
|
|
556
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
|
557
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
558
|
+
|
|
559
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
560
|
+
|
|
561
|
+
UpdateProgramManagementAccountDetail.add_member(:id, Shapes::ShapeRef.new(shape: ProgramManagementAccountId, location_name: "id"))
|
|
562
|
+
UpdateProgramManagementAccountDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
563
|
+
UpdateProgramManagementAccountDetail.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
564
|
+
UpdateProgramManagementAccountDetail.add_member(:display_name, Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayName, location_name: "displayName"))
|
|
565
|
+
UpdateProgramManagementAccountDetail.struct_class = Types::UpdateProgramManagementAccountDetail
|
|
566
|
+
|
|
567
|
+
UpdateProgramManagementAccountRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
568
|
+
UpdateProgramManagementAccountRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "identifier"))
|
|
569
|
+
UpdateProgramManagementAccountRequest.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
570
|
+
UpdateProgramManagementAccountRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ProgramManagementAccountDisplayName, location_name: "displayName"))
|
|
571
|
+
UpdateProgramManagementAccountRequest.struct_class = Types::UpdateProgramManagementAccountRequest
|
|
572
|
+
|
|
573
|
+
UpdateProgramManagementAccountResponse.add_member(:program_management_account_detail, Shapes::ShapeRef.new(shape: UpdateProgramManagementAccountDetail, location_name: "programManagementAccountDetail"))
|
|
574
|
+
UpdateProgramManagementAccountResponse.struct_class = Types::UpdateProgramManagementAccountResponse
|
|
575
|
+
|
|
576
|
+
UpdateRelationshipDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
|
577
|
+
UpdateRelationshipDetail.add_member(:id, Shapes::ShapeRef.new(shape: RelationshipId, location_name: "id"))
|
|
578
|
+
UpdateRelationshipDetail.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
579
|
+
UpdateRelationshipDetail.add_member(:display_name, Shapes::ShapeRef.new(shape: RelationshipDisplayName, location_name: "displayName"))
|
|
580
|
+
UpdateRelationshipDetail.struct_class = Types::UpdateRelationshipDetail
|
|
581
|
+
|
|
582
|
+
UpdateRelationshipRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "catalog"))
|
|
583
|
+
UpdateRelationshipRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RelationshipIdentifier, required: true, location_name: "identifier"))
|
|
584
|
+
UpdateRelationshipRequest.add_member(:program_management_account_identifier, Shapes::ShapeRef.new(shape: ProgramManagementAccountIdentifier, required: true, location_name: "programManagementAccountIdentifier"))
|
|
585
|
+
UpdateRelationshipRequest.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
|
|
586
|
+
UpdateRelationshipRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: RelationshipDisplayName, location_name: "displayName"))
|
|
587
|
+
UpdateRelationshipRequest.add_member(:requested_support_plan, Shapes::ShapeRef.new(shape: SupportPlan, location_name: "requestedSupportPlan"))
|
|
588
|
+
UpdateRelationshipRequest.struct_class = Types::UpdateRelationshipRequest
|
|
589
|
+
|
|
590
|
+
UpdateRelationshipResponse.add_member(:relationship_detail, Shapes::ShapeRef.new(shape: UpdateRelationshipDetail, location_name: "relationshipDetail"))
|
|
591
|
+
UpdateRelationshipResponse.struct_class = Types::UpdateRelationshipResponse
|
|
592
|
+
|
|
593
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
594
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
595
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
596
|
+
ValidationException.struct_class = Types::ValidationException
|
|
597
|
+
|
|
598
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
599
|
+
ValidationExceptionField.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
|
600
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
601
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
602
|
+
|
|
603
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
# @api private
|
|
607
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
608
|
+
|
|
609
|
+
api.version = "2024-03-18"
|
|
610
|
+
|
|
611
|
+
api.metadata = {
|
|
612
|
+
"apiVersion" => "2024-03-18",
|
|
613
|
+
"auth" => ["aws.auth#sigv4a", "aws.auth#sigv4"],
|
|
614
|
+
"endpointPrefix" => "partnercentral-channel",
|
|
615
|
+
"jsonVersion" => "1.0",
|
|
616
|
+
"protocol" => "json",
|
|
617
|
+
"protocols" => ["json"],
|
|
618
|
+
"serviceFullName" => "Partner Central Channel API",
|
|
619
|
+
"serviceId" => "PartnerCentral Channel",
|
|
620
|
+
"signatureVersion" => "v4",
|
|
621
|
+
"signingName" => "partnercentral-channel",
|
|
622
|
+
"targetPrefix" => "PartnerCentralChannel",
|
|
623
|
+
"uid" => "partnercentral-channel-2024-03-18",
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
api.add_operation(:accept_channel_handshake, Seahorse::Model::Operation.new.tap do |o|
|
|
627
|
+
o.name = "AcceptChannelHandshake"
|
|
628
|
+
o.http_method = "POST"
|
|
629
|
+
o.http_request_uri = "/"
|
|
630
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptChannelHandshakeRequest)
|
|
631
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptChannelHandshakeResponse)
|
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
635
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
636
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
637
|
+
end)
|
|
638
|
+
|
|
639
|
+
api.add_operation(:cancel_channel_handshake, Seahorse::Model::Operation.new.tap do |o|
|
|
640
|
+
o.name = "CancelChannelHandshake"
|
|
641
|
+
o.http_method = "POST"
|
|
642
|
+
o.http_request_uri = "/"
|
|
643
|
+
o.input = Shapes::ShapeRef.new(shape: CancelChannelHandshakeRequest)
|
|
644
|
+
o.output = Shapes::ShapeRef.new(shape: CancelChannelHandshakeResponse)
|
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
648
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
649
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
650
|
+
end)
|
|
651
|
+
|
|
652
|
+
api.add_operation(:create_channel_handshake, Seahorse::Model::Operation.new.tap do |o|
|
|
653
|
+
o.name = "CreateChannelHandshake"
|
|
654
|
+
o.http_method = "POST"
|
|
655
|
+
o.http_request_uri = "/"
|
|
656
|
+
o.input = Shapes::ShapeRef.new(shape: CreateChannelHandshakeRequest)
|
|
657
|
+
o.output = Shapes::ShapeRef.new(shape: CreateChannelHandshakeResponse)
|
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
660
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
665
|
+
end)
|
|
666
|
+
|
|
667
|
+
api.add_operation(:create_program_management_account, Seahorse::Model::Operation.new.tap do |o|
|
|
668
|
+
o.name = "CreateProgramManagementAccount"
|
|
669
|
+
o.http_method = "POST"
|
|
670
|
+
o.http_request_uri = "/"
|
|
671
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProgramManagementAccountRequest)
|
|
672
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProgramManagementAccountResponse)
|
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
675
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
680
|
+
end)
|
|
681
|
+
|
|
682
|
+
api.add_operation(:create_relationship, Seahorse::Model::Operation.new.tap do |o|
|
|
683
|
+
o.name = "CreateRelationship"
|
|
684
|
+
o.http_method = "POST"
|
|
685
|
+
o.http_request_uri = "/"
|
|
686
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRelationshipRequest)
|
|
687
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRelationshipResponse)
|
|
688
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
689
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
690
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
691
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
692
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
693
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
694
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
695
|
+
end)
|
|
696
|
+
|
|
697
|
+
api.add_operation(:delete_program_management_account, Seahorse::Model::Operation.new.tap do |o|
|
|
698
|
+
o.name = "DeleteProgramManagementAccount"
|
|
699
|
+
o.http_method = "POST"
|
|
700
|
+
o.http_request_uri = "/"
|
|
701
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProgramManagementAccountRequest)
|
|
702
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProgramManagementAccountResponse)
|
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
705
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
706
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
707
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
708
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
709
|
+
end)
|
|
710
|
+
|
|
711
|
+
api.add_operation(:delete_relationship, Seahorse::Model::Operation.new.tap do |o|
|
|
712
|
+
o.name = "DeleteRelationship"
|
|
713
|
+
o.http_method = "POST"
|
|
714
|
+
o.http_request_uri = "/"
|
|
715
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRelationshipRequest)
|
|
716
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRelationshipResponse)
|
|
717
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
718
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
719
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
720
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
721
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
723
|
+
end)
|
|
724
|
+
|
|
725
|
+
api.add_operation(:get_relationship, Seahorse::Model::Operation.new.tap do |o|
|
|
726
|
+
o.name = "GetRelationship"
|
|
727
|
+
o.http_method = "POST"
|
|
728
|
+
o.http_request_uri = "/"
|
|
729
|
+
o.input = Shapes::ShapeRef.new(shape: GetRelationshipRequest)
|
|
730
|
+
o.output = Shapes::ShapeRef.new(shape: GetRelationshipResponse)
|
|
731
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
736
|
+
end)
|
|
737
|
+
|
|
738
|
+
api.add_operation(:list_channel_handshakes, Seahorse::Model::Operation.new.tap do |o|
|
|
739
|
+
o.name = "ListChannelHandshakes"
|
|
740
|
+
o.http_method = "POST"
|
|
741
|
+
o.http_request_uri = "/"
|
|
742
|
+
o.input = Shapes::ShapeRef.new(shape: ListChannelHandshakesRequest)
|
|
743
|
+
o.output = Shapes::ShapeRef.new(shape: ListChannelHandshakesResponse)
|
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
749
|
+
o[:pager] = Aws::Pager.new(
|
|
750
|
+
limit_key: "max_results",
|
|
751
|
+
tokens: {
|
|
752
|
+
"next_token" => "next_token"
|
|
753
|
+
}
|
|
754
|
+
)
|
|
755
|
+
end)
|
|
756
|
+
|
|
757
|
+
api.add_operation(:list_program_management_accounts, Seahorse::Model::Operation.new.tap do |o|
|
|
758
|
+
o.name = "ListProgramManagementAccounts"
|
|
759
|
+
o.http_method = "POST"
|
|
760
|
+
o.http_request_uri = "/"
|
|
761
|
+
o.input = Shapes::ShapeRef.new(shape: ListProgramManagementAccountsRequest)
|
|
762
|
+
o.output = Shapes::ShapeRef.new(shape: ListProgramManagementAccountsResponse)
|
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
766
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
767
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
768
|
+
o[:pager] = Aws::Pager.new(
|
|
769
|
+
limit_key: "max_results",
|
|
770
|
+
tokens: {
|
|
771
|
+
"next_token" => "next_token"
|
|
772
|
+
}
|
|
773
|
+
)
|
|
774
|
+
end)
|
|
775
|
+
|
|
776
|
+
api.add_operation(:list_relationships, Seahorse::Model::Operation.new.tap do |o|
|
|
777
|
+
o.name = "ListRelationships"
|
|
778
|
+
o.http_method = "POST"
|
|
779
|
+
o.http_request_uri = "/"
|
|
780
|
+
o.input = Shapes::ShapeRef.new(shape: ListRelationshipsRequest)
|
|
781
|
+
o.output = Shapes::ShapeRef.new(shape: ListRelationshipsResponse)
|
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
787
|
+
o[:pager] = Aws::Pager.new(
|
|
788
|
+
limit_key: "max_results",
|
|
789
|
+
tokens: {
|
|
790
|
+
"next_token" => "next_token"
|
|
791
|
+
}
|
|
792
|
+
)
|
|
793
|
+
end)
|
|
794
|
+
|
|
795
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
796
|
+
o.name = "ListTagsForResource"
|
|
797
|
+
o.http_method = "POST"
|
|
798
|
+
o.http_request_uri = "/"
|
|
799
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
800
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
806
|
+
end)
|
|
807
|
+
|
|
808
|
+
api.add_operation(:reject_channel_handshake, Seahorse::Model::Operation.new.tap do |o|
|
|
809
|
+
o.name = "RejectChannelHandshake"
|
|
810
|
+
o.http_method = "POST"
|
|
811
|
+
o.http_request_uri = "/"
|
|
812
|
+
o.input = Shapes::ShapeRef.new(shape: RejectChannelHandshakeRequest)
|
|
813
|
+
o.output = Shapes::ShapeRef.new(shape: RejectChannelHandshakeResponse)
|
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
819
|
+
end)
|
|
820
|
+
|
|
821
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
822
|
+
o.name = "TagResource"
|
|
823
|
+
o.http_method = "POST"
|
|
824
|
+
o.http_request_uri = "/"
|
|
825
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
826
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
833
|
+
end)
|
|
834
|
+
|
|
835
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
836
|
+
o.name = "UntagResource"
|
|
837
|
+
o.http_method = "POST"
|
|
838
|
+
o.http_request_uri = "/"
|
|
839
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
840
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
847
|
+
end)
|
|
848
|
+
|
|
849
|
+
api.add_operation(:update_program_management_account, Seahorse::Model::Operation.new.tap do |o|
|
|
850
|
+
o.name = "UpdateProgramManagementAccount"
|
|
851
|
+
o.http_method = "POST"
|
|
852
|
+
o.http_request_uri = "/"
|
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProgramManagementAccountRequest)
|
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProgramManagementAccountResponse)
|
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
861
|
+
end)
|
|
862
|
+
|
|
863
|
+
api.add_operation(:update_relationship, Seahorse::Model::Operation.new.tap do |o|
|
|
864
|
+
o.name = "UpdateRelationship"
|
|
865
|
+
o.http_method = "POST"
|
|
866
|
+
o.http_request_uri = "/"
|
|
867
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRelationshipRequest)
|
|
868
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRelationshipResponse)
|
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
875
|
+
end)
|
|
876
|
+
end
|
|
877
|
+
|
|
878
|
+
end
|
|
879
|
+
end
|