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
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws::PartnerCentralChannel
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class AcceptChannelHandshakeDetail
|
|
12
|
+
attr_accessor id: ::String
|
|
13
|
+
attr_accessor arn: ::String
|
|
14
|
+
attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
|
15
|
+
SENSITIVE: []
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
class AcceptChannelHandshakeRequest
|
|
19
|
+
attr_accessor catalog: ::String
|
|
20
|
+
attr_accessor identifier: ::String
|
|
21
|
+
SENSITIVE: []
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
class AcceptChannelHandshakeResponse
|
|
25
|
+
attr_accessor channel_handshake_detail: Types::AcceptChannelHandshakeDetail
|
|
26
|
+
SENSITIVE: []
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class AccessDeniedException
|
|
30
|
+
attr_accessor message: ::String
|
|
31
|
+
attr_accessor reason: ::String
|
|
32
|
+
SENSITIVE: []
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
class CancelChannelHandshakeDetail
|
|
36
|
+
attr_accessor id: ::String
|
|
37
|
+
attr_accessor arn: ::String
|
|
38
|
+
attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
|
39
|
+
SENSITIVE: []
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
class CancelChannelHandshakeRequest
|
|
43
|
+
attr_accessor catalog: ::String
|
|
44
|
+
attr_accessor identifier: ::String
|
|
45
|
+
SENSITIVE: []
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
class CancelChannelHandshakeResponse
|
|
49
|
+
attr_accessor channel_handshake_detail: Types::CancelChannelHandshakeDetail
|
|
50
|
+
SENSITIVE: []
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
class ChannelHandshakePayload
|
|
54
|
+
attr_accessor start_service_period_payload: Types::StartServicePeriodPayload
|
|
55
|
+
attr_accessor revoke_service_period_payload: Types::RevokeServicePeriodPayload
|
|
56
|
+
attr_accessor unknown: untyped
|
|
57
|
+
SENSITIVE: []
|
|
58
|
+
|
|
59
|
+
class StartServicePeriodPayload < ChannelHandshakePayload
|
|
60
|
+
end
|
|
61
|
+
class RevokeServicePeriodPayload < ChannelHandshakePayload
|
|
62
|
+
end
|
|
63
|
+
class Unknown < ChannelHandshakePayload
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class ChannelHandshakeSummary
|
|
68
|
+
attr_accessor id: ::String
|
|
69
|
+
attr_accessor arn: ::String
|
|
70
|
+
attr_accessor catalog: ::String
|
|
71
|
+
attr_accessor handshake_type: ("START_SERVICE_PERIOD" | "REVOKE_SERVICE_PERIOD" | "PROGRAM_MANAGEMENT_ACCOUNT")
|
|
72
|
+
attr_accessor owner_account_id: ::String
|
|
73
|
+
attr_accessor sender_account_id: ::String
|
|
74
|
+
attr_accessor sender_display_name: ::String
|
|
75
|
+
attr_accessor receiver_account_id: ::String
|
|
76
|
+
attr_accessor associated_resource_id: ::String
|
|
77
|
+
attr_accessor detail: Types::HandshakeDetail
|
|
78
|
+
attr_accessor created_at: ::Time
|
|
79
|
+
attr_accessor updated_at: ::Time
|
|
80
|
+
attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
|
81
|
+
SENSITIVE: []
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
class ConflictException
|
|
85
|
+
attr_accessor message: ::String
|
|
86
|
+
attr_accessor resource_id: ::String
|
|
87
|
+
attr_accessor resource_type: ::String
|
|
88
|
+
SENSITIVE: []
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class CreateChannelHandshakeDetail
|
|
92
|
+
attr_accessor id: ::String
|
|
93
|
+
attr_accessor arn: ::String
|
|
94
|
+
SENSITIVE: []
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class CreateChannelHandshakeRequest
|
|
98
|
+
attr_accessor handshake_type: ("START_SERVICE_PERIOD" | "REVOKE_SERVICE_PERIOD" | "PROGRAM_MANAGEMENT_ACCOUNT")
|
|
99
|
+
attr_accessor catalog: ::String
|
|
100
|
+
attr_accessor associated_resource_identifier: ::String
|
|
101
|
+
attr_accessor payload: Types::ChannelHandshakePayload
|
|
102
|
+
attr_accessor client_token: ::String
|
|
103
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
104
|
+
SENSITIVE: []
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
class CreateChannelHandshakeResponse
|
|
108
|
+
attr_accessor channel_handshake_detail: Types::CreateChannelHandshakeDetail
|
|
109
|
+
SENSITIVE: []
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
class CreateProgramManagementAccountDetail
|
|
113
|
+
attr_accessor id: ::String
|
|
114
|
+
attr_accessor arn: ::String
|
|
115
|
+
SENSITIVE: []
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class CreateProgramManagementAccountRequest
|
|
119
|
+
attr_accessor catalog: ::String
|
|
120
|
+
attr_accessor program: ("SOLUTION_PROVIDER" | "DISTRIBUTION" | "DISTRIBUTION_SELLER")
|
|
121
|
+
attr_accessor display_name: ::String
|
|
122
|
+
attr_accessor account_id: ::String
|
|
123
|
+
attr_accessor client_token: ::String
|
|
124
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
125
|
+
SENSITIVE: []
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
class CreateProgramManagementAccountResponse
|
|
129
|
+
attr_accessor program_management_account_detail: Types::CreateProgramManagementAccountDetail
|
|
130
|
+
SENSITIVE: []
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class CreateRelationshipDetail
|
|
134
|
+
attr_accessor arn: ::String
|
|
135
|
+
attr_accessor id: ::String
|
|
136
|
+
SENSITIVE: []
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class CreateRelationshipRequest
|
|
140
|
+
attr_accessor catalog: ::String
|
|
141
|
+
attr_accessor association_type: ("DOWNSTREAM_SELLER" | "END_CUSTOMER" | "INTERNAL")
|
|
142
|
+
attr_accessor program_management_account_identifier: ::String
|
|
143
|
+
attr_accessor associated_account_id: ::String
|
|
144
|
+
attr_accessor display_name: ::String
|
|
145
|
+
attr_accessor resale_account_model: ("DISTRIBUTOR" | "END_CUSTOMER" | "SOLUTION_PROVIDER")
|
|
146
|
+
attr_accessor sector: ("COMMERCIAL" | "GOVERNMENT" | "GOVERNMENT_EXCEPTION")
|
|
147
|
+
attr_accessor client_token: ::String
|
|
148
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
149
|
+
attr_accessor requested_support_plan: Types::SupportPlan
|
|
150
|
+
SENSITIVE: []
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
class CreateRelationshipResponse
|
|
154
|
+
attr_accessor relationship_detail: Types::CreateRelationshipDetail
|
|
155
|
+
SENSITIVE: []
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
class DeleteProgramManagementAccountRequest
|
|
159
|
+
attr_accessor catalog: ::String
|
|
160
|
+
attr_accessor identifier: ::String
|
|
161
|
+
attr_accessor client_token: ::String
|
|
162
|
+
SENSITIVE: []
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
class DeleteProgramManagementAccountResponse < Aws::EmptyStructure
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
class DeleteRelationshipRequest
|
|
169
|
+
attr_accessor catalog: ::String
|
|
170
|
+
attr_accessor identifier: ::String
|
|
171
|
+
attr_accessor program_management_account_identifier: ::String
|
|
172
|
+
attr_accessor client_token: ::String
|
|
173
|
+
SENSITIVE: []
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
class DeleteRelationshipResponse < Aws::EmptyStructure
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
class GetRelationshipRequest
|
|
180
|
+
attr_accessor catalog: ::String
|
|
181
|
+
attr_accessor program_management_account_identifier: ::String
|
|
182
|
+
attr_accessor identifier: ::String
|
|
183
|
+
SENSITIVE: []
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
class GetRelationshipResponse
|
|
187
|
+
attr_accessor relationship_detail: Types::RelationshipDetail
|
|
188
|
+
SENSITIVE: []
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
class HandshakeDetail
|
|
192
|
+
attr_accessor start_service_period_handshake_detail: Types::StartServicePeriodHandshakeDetail
|
|
193
|
+
attr_accessor revoke_service_period_handshake_detail: Types::RevokeServicePeriodHandshakeDetail
|
|
194
|
+
attr_accessor program_management_account_handshake_detail: Types::ProgramManagementAccountHandshakeDetail
|
|
195
|
+
attr_accessor unknown: untyped
|
|
196
|
+
SENSITIVE: []
|
|
197
|
+
|
|
198
|
+
class StartServicePeriodHandshakeDetail < HandshakeDetail
|
|
199
|
+
end
|
|
200
|
+
class RevokeServicePeriodHandshakeDetail < HandshakeDetail
|
|
201
|
+
end
|
|
202
|
+
class ProgramManagementAccountHandshakeDetail < HandshakeDetail
|
|
203
|
+
end
|
|
204
|
+
class Unknown < HandshakeDetail
|
|
205
|
+
end
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
class InternalServerException
|
|
209
|
+
attr_accessor message: ::String
|
|
210
|
+
SENSITIVE: []
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
class ListChannelHandshakesRequest
|
|
214
|
+
attr_accessor handshake_type: ("START_SERVICE_PERIOD" | "REVOKE_SERVICE_PERIOD" | "PROGRAM_MANAGEMENT_ACCOUNT")
|
|
215
|
+
attr_accessor catalog: ::String
|
|
216
|
+
attr_accessor participant_type: ("SENDER" | "RECEIVER")
|
|
217
|
+
attr_accessor max_results: ::Integer
|
|
218
|
+
attr_accessor statuses: ::Array[("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")]
|
|
219
|
+
attr_accessor associated_resource_identifiers: ::Array[::String]
|
|
220
|
+
attr_accessor handshake_type_filters: Types::ListChannelHandshakesTypeFilters
|
|
221
|
+
attr_accessor handshake_type_sort: Types::ListChannelHandshakesTypeSort
|
|
222
|
+
attr_accessor next_token: ::String
|
|
223
|
+
SENSITIVE: []
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
class ListChannelHandshakesResponse
|
|
227
|
+
attr_accessor items: ::Array[Types::ChannelHandshakeSummary]
|
|
228
|
+
attr_accessor next_token: ::String
|
|
229
|
+
SENSITIVE: []
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
class ListChannelHandshakesTypeFilters
|
|
233
|
+
attr_accessor start_service_period_type_filters: Types::StartServicePeriodTypeFilters
|
|
234
|
+
attr_accessor revoke_service_period_type_filters: Types::RevokeServicePeriodTypeFilters
|
|
235
|
+
attr_accessor program_management_account_type_filters: Types::ProgramManagementAccountTypeFilters
|
|
236
|
+
attr_accessor unknown: untyped
|
|
237
|
+
SENSITIVE: []
|
|
238
|
+
|
|
239
|
+
class StartServicePeriodTypeFilters < ListChannelHandshakesTypeFilters
|
|
240
|
+
end
|
|
241
|
+
class RevokeServicePeriodTypeFilters < ListChannelHandshakesTypeFilters
|
|
242
|
+
end
|
|
243
|
+
class ProgramManagementAccountTypeFilters < ListChannelHandshakesTypeFilters
|
|
244
|
+
end
|
|
245
|
+
class Unknown < ListChannelHandshakesTypeFilters
|
|
246
|
+
end
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
class ListChannelHandshakesTypeSort
|
|
250
|
+
attr_accessor start_service_period_type_sort: Types::StartServicePeriodTypeSort
|
|
251
|
+
attr_accessor revoke_service_period_type_sort: Types::RevokeServicePeriodTypeSort
|
|
252
|
+
attr_accessor program_management_account_type_sort: Types::ProgramManagementAccountTypeSort
|
|
253
|
+
attr_accessor unknown: untyped
|
|
254
|
+
SENSITIVE: []
|
|
255
|
+
|
|
256
|
+
class StartServicePeriodTypeSort < ListChannelHandshakesTypeSort
|
|
257
|
+
end
|
|
258
|
+
class RevokeServicePeriodTypeSort < ListChannelHandshakesTypeSort
|
|
259
|
+
end
|
|
260
|
+
class ProgramManagementAccountTypeSort < ListChannelHandshakesTypeSort
|
|
261
|
+
end
|
|
262
|
+
class Unknown < ListChannelHandshakesTypeSort
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class ListProgramManagementAccountsRequest
|
|
267
|
+
attr_accessor catalog: ::String
|
|
268
|
+
attr_accessor max_results: ::Integer
|
|
269
|
+
attr_accessor display_names: ::Array[::String]
|
|
270
|
+
attr_accessor programs: ::Array[("SOLUTION_PROVIDER" | "DISTRIBUTION" | "DISTRIBUTION_SELLER")]
|
|
271
|
+
attr_accessor account_ids: ::Array[::String]
|
|
272
|
+
attr_accessor statuses: ::Array[("PENDING" | "ACTIVE" | "INACTIVE")]
|
|
273
|
+
attr_accessor sort: Types::ListProgramManagementAccountsSortBase
|
|
274
|
+
attr_accessor next_token: ::String
|
|
275
|
+
SENSITIVE: []
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
class ListProgramManagementAccountsResponse
|
|
279
|
+
attr_accessor items: ::Array[Types::ProgramManagementAccountSummary]
|
|
280
|
+
attr_accessor next_token: ::String
|
|
281
|
+
SENSITIVE: []
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
class ListProgramManagementAccountsSortBase
|
|
285
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
|
286
|
+
attr_accessor sort_by: ("UpdatedAt")
|
|
287
|
+
SENSITIVE: []
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
class ListRelationshipsRequest
|
|
291
|
+
attr_accessor catalog: ::String
|
|
292
|
+
attr_accessor max_results: ::Integer
|
|
293
|
+
attr_accessor associated_account_ids: ::Array[::String]
|
|
294
|
+
attr_accessor association_types: ::Array[("DOWNSTREAM_SELLER" | "END_CUSTOMER" | "INTERNAL")]
|
|
295
|
+
attr_accessor display_names: ::Array[::String]
|
|
296
|
+
attr_accessor program_management_account_identifiers: ::Array[::String]
|
|
297
|
+
attr_accessor sort: Types::ListRelationshipsSortBase
|
|
298
|
+
attr_accessor next_token: ::String
|
|
299
|
+
SENSITIVE: []
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
class ListRelationshipsResponse
|
|
303
|
+
attr_accessor items: ::Array[Types::RelationshipSummary]
|
|
304
|
+
attr_accessor next_token: ::String
|
|
305
|
+
SENSITIVE: []
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
class ListRelationshipsSortBase
|
|
309
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
|
310
|
+
attr_accessor sort_by: ("UpdatedAt")
|
|
311
|
+
SENSITIVE: []
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
class ListTagsForResourceRequest
|
|
315
|
+
attr_accessor resource_arn: ::String
|
|
316
|
+
SENSITIVE: []
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class ListTagsForResourceResponse
|
|
320
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
321
|
+
SENSITIVE: []
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
class PartnerLedSupport
|
|
325
|
+
attr_accessor coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
|
|
326
|
+
attr_accessor provider: ("DISTRIBUTOR" | "DISTRIBUTION_SELLER")
|
|
327
|
+
attr_accessor tam_location: ::String
|
|
328
|
+
SENSITIVE: []
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class ProgramManagementAccountHandshakeDetail
|
|
332
|
+
attr_accessor program: ("SOLUTION_PROVIDER" | "DISTRIBUTION" | "DISTRIBUTION_SELLER")
|
|
333
|
+
SENSITIVE: []
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
class ProgramManagementAccountSummary
|
|
337
|
+
attr_accessor id: ::String
|
|
338
|
+
attr_accessor revision: ::String
|
|
339
|
+
attr_accessor catalog: ::String
|
|
340
|
+
attr_accessor program: ("SOLUTION_PROVIDER" | "DISTRIBUTION" | "DISTRIBUTION_SELLER")
|
|
341
|
+
attr_accessor display_name: ::String
|
|
342
|
+
attr_accessor account_id: ::String
|
|
343
|
+
attr_accessor arn: ::String
|
|
344
|
+
attr_accessor created_at: ::Time
|
|
345
|
+
attr_accessor updated_at: ::Time
|
|
346
|
+
attr_accessor start_date: ::Time
|
|
347
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "INACTIVE")
|
|
348
|
+
SENSITIVE: []
|
|
349
|
+
end
|
|
350
|
+
|
|
351
|
+
class ProgramManagementAccountTypeFilters
|
|
352
|
+
attr_accessor programs: ::Array[("SOLUTION_PROVIDER" | "DISTRIBUTION" | "DISTRIBUTION_SELLER")]
|
|
353
|
+
SENSITIVE: []
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
class ProgramManagementAccountTypeSort
|
|
357
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
|
358
|
+
attr_accessor sort_by: ("UpdatedAt")
|
|
359
|
+
SENSITIVE: []
|
|
360
|
+
end
|
|
361
|
+
|
|
362
|
+
class RejectChannelHandshakeDetail
|
|
363
|
+
attr_accessor id: ::String
|
|
364
|
+
attr_accessor arn: ::String
|
|
365
|
+
attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
|
366
|
+
SENSITIVE: []
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
class RejectChannelHandshakeRequest
|
|
370
|
+
attr_accessor catalog: ::String
|
|
371
|
+
attr_accessor identifier: ::String
|
|
372
|
+
SENSITIVE: []
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
class RejectChannelHandshakeResponse
|
|
376
|
+
attr_accessor channel_handshake_detail: Types::RejectChannelHandshakeDetail
|
|
377
|
+
SENSITIVE: []
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
class RelationshipDetail
|
|
381
|
+
attr_accessor arn: ::String
|
|
382
|
+
attr_accessor id: ::String
|
|
383
|
+
attr_accessor revision: ::String
|
|
384
|
+
attr_accessor catalog: ::String
|
|
385
|
+
attr_accessor association_type: ("DOWNSTREAM_SELLER" | "END_CUSTOMER" | "INTERNAL")
|
|
386
|
+
attr_accessor program_management_account_id: ::String
|
|
387
|
+
attr_accessor associated_account_id: ::String
|
|
388
|
+
attr_accessor display_name: ::String
|
|
389
|
+
attr_accessor resale_account_model: ("DISTRIBUTOR" | "END_CUSTOMER" | "SOLUTION_PROVIDER")
|
|
390
|
+
attr_accessor sector: ("COMMERCIAL" | "GOVERNMENT" | "GOVERNMENT_EXCEPTION")
|
|
391
|
+
attr_accessor created_at: ::Time
|
|
392
|
+
attr_accessor updated_at: ::Time
|
|
393
|
+
attr_accessor start_date: ::Time
|
|
394
|
+
SENSITIVE: []
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class RelationshipSummary
|
|
398
|
+
attr_accessor arn: ::String
|
|
399
|
+
attr_accessor id: ::String
|
|
400
|
+
attr_accessor revision: ::String
|
|
401
|
+
attr_accessor catalog: ::String
|
|
402
|
+
attr_accessor association_type: ("DOWNSTREAM_SELLER" | "END_CUSTOMER" | "INTERNAL")
|
|
403
|
+
attr_accessor program_management_account_id: ::String
|
|
404
|
+
attr_accessor associated_account_id: ::String
|
|
405
|
+
attr_accessor display_name: ::String
|
|
406
|
+
attr_accessor sector: ("COMMERCIAL" | "GOVERNMENT" | "GOVERNMENT_EXCEPTION")
|
|
407
|
+
attr_accessor created_at: ::Time
|
|
408
|
+
attr_accessor updated_at: ::Time
|
|
409
|
+
attr_accessor start_date: ::Time
|
|
410
|
+
SENSITIVE: []
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
class ResoldBusiness
|
|
414
|
+
attr_accessor coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
|
|
415
|
+
SENSITIVE: []
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
class ResoldEnterprise
|
|
419
|
+
attr_accessor coverage: ("ENTIRE_ORGANIZATION" | "MANAGEMENT_ACCOUNT_ONLY")
|
|
420
|
+
attr_accessor tam_location: ::String
|
|
421
|
+
attr_accessor charge_account_id: ::String
|
|
422
|
+
SENSITIVE: []
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
class ResourceNotFoundException
|
|
426
|
+
attr_accessor message: ::String
|
|
427
|
+
attr_accessor resource_id: ::String
|
|
428
|
+
attr_accessor resource_type: ::String
|
|
429
|
+
SENSITIVE: []
|
|
430
|
+
end
|
|
431
|
+
|
|
432
|
+
class RevokeServicePeriodHandshakeDetail
|
|
433
|
+
attr_accessor note: ::String
|
|
434
|
+
attr_accessor service_period_type: ("MINIMUM_NOTICE_PERIOD" | "FIXED_COMMITMENT_PERIOD")
|
|
435
|
+
attr_accessor minimum_notice_days: ::String
|
|
436
|
+
attr_accessor start_date: ::Time
|
|
437
|
+
attr_accessor end_date: ::Time
|
|
438
|
+
SENSITIVE: []
|
|
439
|
+
end
|
|
440
|
+
|
|
441
|
+
class RevokeServicePeriodPayload
|
|
442
|
+
attr_accessor program_management_account_identifier: ::String
|
|
443
|
+
attr_accessor note: ::String
|
|
444
|
+
SENSITIVE: []
|
|
445
|
+
end
|
|
446
|
+
|
|
447
|
+
class RevokeServicePeriodTypeFilters
|
|
448
|
+
attr_accessor service_period_types: ::Array[("MINIMUM_NOTICE_PERIOD" | "FIXED_COMMITMENT_PERIOD")]
|
|
449
|
+
SENSITIVE: []
|
|
450
|
+
end
|
|
451
|
+
|
|
452
|
+
class RevokeServicePeriodTypeSort
|
|
453
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
|
454
|
+
attr_accessor sort_by: ("UpdatedAt")
|
|
455
|
+
SENSITIVE: []
|
|
456
|
+
end
|
|
457
|
+
|
|
458
|
+
class ServiceQuotaExceededException
|
|
459
|
+
attr_accessor message: ::String
|
|
460
|
+
attr_accessor resource_id: ::String
|
|
461
|
+
attr_accessor resource_type: ::String
|
|
462
|
+
attr_accessor quota_code: ::String
|
|
463
|
+
SENSITIVE: []
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
class StartServicePeriodHandshakeDetail
|
|
467
|
+
attr_accessor note: ::String
|
|
468
|
+
attr_accessor service_period_type: ("MINIMUM_NOTICE_PERIOD" | "FIXED_COMMITMENT_PERIOD")
|
|
469
|
+
attr_accessor minimum_notice_days: ::String
|
|
470
|
+
attr_accessor start_date: ::Time
|
|
471
|
+
attr_accessor end_date: ::Time
|
|
472
|
+
SENSITIVE: []
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class StartServicePeriodPayload
|
|
476
|
+
attr_accessor program_management_account_identifier: ::String
|
|
477
|
+
attr_accessor note: ::String
|
|
478
|
+
attr_accessor service_period_type: ("MINIMUM_NOTICE_PERIOD" | "FIXED_COMMITMENT_PERIOD")
|
|
479
|
+
attr_accessor minimum_notice_days: ::String
|
|
480
|
+
attr_accessor end_date: ::Time
|
|
481
|
+
SENSITIVE: []
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
class StartServicePeriodTypeFilters
|
|
485
|
+
attr_accessor service_period_types: ::Array[("MINIMUM_NOTICE_PERIOD" | "FIXED_COMMITMENT_PERIOD")]
|
|
486
|
+
SENSITIVE: []
|
|
487
|
+
end
|
|
488
|
+
|
|
489
|
+
class StartServicePeriodTypeSort
|
|
490
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
|
491
|
+
attr_accessor sort_by: ("UpdatedAt")
|
|
492
|
+
SENSITIVE: []
|
|
493
|
+
end
|
|
494
|
+
|
|
495
|
+
class SupportPlan
|
|
496
|
+
attr_accessor resold_business: Types::ResoldBusiness
|
|
497
|
+
attr_accessor resold_enterprise: Types::ResoldEnterprise
|
|
498
|
+
attr_accessor partner_led_support: Types::PartnerLedSupport
|
|
499
|
+
attr_accessor unknown: untyped
|
|
500
|
+
SENSITIVE: []
|
|
501
|
+
|
|
502
|
+
class ResoldBusiness < SupportPlan
|
|
503
|
+
end
|
|
504
|
+
class ResoldEnterprise < SupportPlan
|
|
505
|
+
end
|
|
506
|
+
class PartnerLedSupport < SupportPlan
|
|
507
|
+
end
|
|
508
|
+
class Unknown < SupportPlan
|
|
509
|
+
end
|
|
510
|
+
end
|
|
511
|
+
|
|
512
|
+
class Tag
|
|
513
|
+
attr_accessor key: ::String
|
|
514
|
+
attr_accessor value: ::String
|
|
515
|
+
SENSITIVE: []
|
|
516
|
+
end
|
|
517
|
+
|
|
518
|
+
class TagResourceRequest
|
|
519
|
+
attr_accessor resource_arn: ::String
|
|
520
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
521
|
+
SENSITIVE: []
|
|
522
|
+
end
|
|
523
|
+
|
|
524
|
+
class TagResourceResponse < Aws::EmptyStructure
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
class ThrottlingException
|
|
528
|
+
attr_accessor message: ::String
|
|
529
|
+
attr_accessor service_code: ::String
|
|
530
|
+
attr_accessor quota_code: ::String
|
|
531
|
+
SENSITIVE: []
|
|
532
|
+
end
|
|
533
|
+
|
|
534
|
+
class UntagResourceRequest
|
|
535
|
+
attr_accessor resource_arn: ::String
|
|
536
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
537
|
+
SENSITIVE: []
|
|
538
|
+
end
|
|
539
|
+
|
|
540
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
class UpdateProgramManagementAccountDetail
|
|
544
|
+
attr_accessor id: ::String
|
|
545
|
+
attr_accessor arn: ::String
|
|
546
|
+
attr_accessor revision: ::String
|
|
547
|
+
attr_accessor display_name: ::String
|
|
548
|
+
SENSITIVE: []
|
|
549
|
+
end
|
|
550
|
+
|
|
551
|
+
class UpdateProgramManagementAccountRequest
|
|
552
|
+
attr_accessor catalog: ::String
|
|
553
|
+
attr_accessor identifier: ::String
|
|
554
|
+
attr_accessor revision: ::String
|
|
555
|
+
attr_accessor display_name: ::String
|
|
556
|
+
SENSITIVE: []
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class UpdateProgramManagementAccountResponse
|
|
560
|
+
attr_accessor program_management_account_detail: Types::UpdateProgramManagementAccountDetail
|
|
561
|
+
SENSITIVE: []
|
|
562
|
+
end
|
|
563
|
+
|
|
564
|
+
class UpdateRelationshipDetail
|
|
565
|
+
attr_accessor arn: ::String
|
|
566
|
+
attr_accessor id: ::String
|
|
567
|
+
attr_accessor revision: ::String
|
|
568
|
+
attr_accessor display_name: ::String
|
|
569
|
+
SENSITIVE: []
|
|
570
|
+
end
|
|
571
|
+
|
|
572
|
+
class UpdateRelationshipRequest
|
|
573
|
+
attr_accessor catalog: ::String
|
|
574
|
+
attr_accessor identifier: ::String
|
|
575
|
+
attr_accessor program_management_account_identifier: ::String
|
|
576
|
+
attr_accessor revision: ::String
|
|
577
|
+
attr_accessor display_name: ::String
|
|
578
|
+
attr_accessor requested_support_plan: Types::SupportPlan
|
|
579
|
+
SENSITIVE: []
|
|
580
|
+
end
|
|
581
|
+
|
|
582
|
+
class UpdateRelationshipResponse
|
|
583
|
+
attr_accessor relationship_detail: Types::UpdateRelationshipDetail
|
|
584
|
+
SENSITIVE: []
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
class ValidationException
|
|
588
|
+
attr_accessor message: ::String
|
|
589
|
+
attr_accessor reason: ("REQUEST_VALIDATION_FAILED" | "BUSINESS_VALIDATION_FAILED")
|
|
590
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
|
591
|
+
SENSITIVE: []
|
|
592
|
+
end
|
|
593
|
+
|
|
594
|
+
class ValidationExceptionField
|
|
595
|
+
attr_accessor name: ::String
|
|
596
|
+
attr_accessor code: ::String
|
|
597
|
+
attr_accessor message: ::String
|
|
598
|
+
SENSITIVE: []
|
|
599
|
+
end
|
|
600
|
+
end
|
|
601
|
+
end
|
data/sig/waiters.rbs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module PartnerCentralChannel
|
|
10
|
+
module Waiters
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: aws-sdk-partnercentralchannel
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Amazon Web Services
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: aws-sdk-core
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '3'
|
|
19
|
+
- - ">="
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 3.234.0
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - "~>"
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: '3'
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 3.234.0
|
|
32
|
+
- !ruby/object:Gem::Dependency
|
|
33
|
+
name: aws-sigv4
|
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - "~>"
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '1.5'
|
|
39
|
+
type: :runtime
|
|
40
|
+
prerelease: false
|
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
+
requirements:
|
|
43
|
+
- - "~>"
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '1.5'
|
|
46
|
+
description: Official AWS Ruby gem for Partner Central Channel API. This gem is part
|
|
47
|
+
of the AWS SDK for Ruby.
|
|
48
|
+
email:
|
|
49
|
+
- aws-dr-rubygems@amazon.com
|
|
50
|
+
executables: []
|
|
51
|
+
extensions: []
|
|
52
|
+
extra_rdoc_files: []
|
|
53
|
+
files:
|
|
54
|
+
- CHANGELOG.md
|
|
55
|
+
- LICENSE.txt
|
|
56
|
+
- VERSION
|
|
57
|
+
- lib/aws-sdk-partnercentralchannel.rb
|
|
58
|
+
- lib/aws-sdk-partnercentralchannel/client.rb
|
|
59
|
+
- lib/aws-sdk-partnercentralchannel/client_api.rb
|
|
60
|
+
- lib/aws-sdk-partnercentralchannel/customizations.rb
|
|
61
|
+
- lib/aws-sdk-partnercentralchannel/endpoint_parameters.rb
|
|
62
|
+
- lib/aws-sdk-partnercentralchannel/endpoint_provider.rb
|
|
63
|
+
- lib/aws-sdk-partnercentralchannel/endpoints.rb
|
|
64
|
+
- lib/aws-sdk-partnercentralchannel/errors.rb
|
|
65
|
+
- lib/aws-sdk-partnercentralchannel/plugins/endpoints.rb
|
|
66
|
+
- lib/aws-sdk-partnercentralchannel/resource.rb
|
|
67
|
+
- lib/aws-sdk-partnercentralchannel/types.rb
|
|
68
|
+
- lib/aws-sdk-partnercentralchannel/waiters.rb
|
|
69
|
+
- sig/client.rbs
|
|
70
|
+
- sig/errors.rbs
|
|
71
|
+
- sig/resource.rbs
|
|
72
|
+
- sig/types.rbs
|
|
73
|
+
- sig/waiters.rbs
|
|
74
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
|
75
|
+
licenses:
|
|
76
|
+
- Apache-2.0
|
|
77
|
+
metadata:
|
|
78
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-partnercentralchannel
|
|
79
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-partnercentralchannel/CHANGELOG.md
|
|
80
|
+
rdoc_options: []
|
|
81
|
+
require_paths:
|
|
82
|
+
- lib
|
|
83
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
|
+
requirements:
|
|
85
|
+
- - ">="
|
|
86
|
+
- !ruby/object:Gem::Version
|
|
87
|
+
version: '2.7'
|
|
88
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
|
+
requirements:
|
|
90
|
+
- - ">="
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: '0'
|
|
93
|
+
requirements: []
|
|
94
|
+
rubygems_version: 3.6.7
|
|
95
|
+
specification_version: 4
|
|
96
|
+
summary: AWS SDK for Ruby - Partner Central Channel API
|
|
97
|
+
test_files: []
|