@aws-sdk/client-partnercentral-channel 3.1068.0 → 3.1070.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RelationshipDetail$ = exports.RejectChannelHandshakeResponse$ = exports.RejectChannelHandshakeRequest$ = exports.RejectChannelHandshakeDetail$ = exports.ProgramManagementAccountTypeSort$ = exports.ProgramManagementAccountTypeFilters$ = exports.ProgramManagementAccountSummary$ = exports.ProgramManagementAccountHandshakeDetail$ = exports.PartnerLedSupport$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRelationshipsSortBase$ = exports.ListRelationshipsResponse$ = exports.ListRelationshipsRequest$ = exports.ListProgramManagementAccountsSortBase$ = exports.ListProgramManagementAccountsResponse$ = exports.ListProgramManagementAccountsRequest$ = exports.ListChannelHandshakesResponse$ = exports.ListChannelHandshakesRequest$ = exports.GetRelationshipResponse$ = exports.GetRelationshipRequest$ = exports.DeleteRelationshipResponse$ = exports.DeleteRelationshipRequest$ = exports.DeleteProgramManagementAccountResponse$ = exports.DeleteProgramManagementAccountRequest$ = exports.CreateRelationshipResponse$ = exports.CreateRelationshipRequest$ = exports.CreateRelationshipDetail$ = exports.CreateProgramManagementAccountResponse$ = exports.CreateProgramManagementAccountRequest$ = exports.CreateProgramManagementAccountDetail$ = exports.CreateChannelHandshakeResponse$ = exports.CreateChannelHandshakeRequest$ = exports.CreateChannelHandshakeDetail$ = exports.ChannelHandshakeSummary$ = exports.CancelChannelHandshakeResponse$ = exports.CancelChannelHandshakeRequest$ = exports.CancelChannelHandshakeDetail$ = exports.AcceptChannelHandshakeResponse$ = exports.AcceptChannelHandshakeRequest$ = exports.AcceptChannelHandshakeDetail$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PartnerCentralChannelServiceException$ = void 0;
4
- exports.UpdateRelationship$ = exports.UpdateProgramManagementAccount$ = exports.UntagResource$ = exports.TagResource$ = exports.RejectChannelHandshake$ = exports.ListTagsForResource$ = exports.ListRelationships$ = exports.ListProgramManagementAccounts$ = exports.ListChannelHandshakes$ = exports.GetRelationship$ = exports.DeleteRelationship$ = exports.DeleteProgramManagementAccount$ = exports.CreateRelationship$ = exports.CreateProgramManagementAccount$ = exports.CreateChannelHandshake$ = exports.CancelChannelHandshake$ = exports.AcceptChannelHandshake$ = exports.SupportPlan$ = exports.ListChannelHandshakesTypeSort$ = exports.ListChannelHandshakesTypeFilters$ = exports.HandshakeDetail$ = exports.ChannelHandshakePayload$ = exports.ValidationExceptionField$ = exports.UpdateRelationshipResponse$ = exports.UpdateRelationshipRequest$ = exports.UpdateRelationshipDetail$ = exports.UpdateProgramManagementAccountResponse$ = exports.UpdateProgramManagementAccountRequest$ = exports.UpdateProgramManagementAccountDetail$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StartServicePeriodTypeSort$ = exports.StartServicePeriodTypeFilters$ = exports.StartServicePeriodPayload$ = exports.StartServicePeriodHandshakeDetail$ = exports.RevokeServicePeriodTypeSort$ = exports.RevokeServicePeriodTypeFilters$ = exports.RevokeServicePeriodPayload$ = exports.RevokeServicePeriodHandshakeDetail$ = exports.ResoldUnifiedOperations$ = exports.ResoldEnterprise$ = exports.RelationshipSummary$ = void 0;
5
1
  const _ACH = "AcceptChannelHandshake";
6
2
  const _ACHD = "AcceptChannelHandshakeDetail";
7
3
  const _ACHR = "AcceptChannelHandshakeRequest";
@@ -193,384 +189,456 @@ const _tL = "tamLocation";
193
189
  const _uA = "updatedAt";
194
190
  const _v = "value";
195
191
  const n0 = "com.amazonaws.partnercentralchannel";
196
- const schema_1 = require("@smithy/core/schema");
197
- const errors_1 = require("../models/errors");
198
- const PartnerCentralChannelServiceException_1 = require("../models/PartnerCentralChannelServiceException");
199
- const _s_registry = schema_1.TypeRegistry.for(_s);
200
- exports.PartnerCentralChannelServiceException$ = [-3, _s, "PartnerCentralChannelServiceException", 0, [], []];
201
- _s_registry.registerError(exports.PartnerCentralChannelServiceException$, PartnerCentralChannelServiceException_1.PartnerCentralChannelServiceException);
202
- const n0_registry = schema_1.TypeRegistry.for(n0);
203
- exports.AccessDeniedException$ = [-3, n0, _ADE,
192
+ const { TypeRegistry } = require("@smithy/core/schema");
193
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
194
+ const { PartnerCentralChannelServiceException } = require("../models/PartnerCentralChannelServiceException");
195
+ const _s_registry = TypeRegistry.for(_s);
196
+ const PartnerCentralChannelServiceException$ = [-3, _s, "PartnerCentralChannelServiceException", 0, [], []];
197
+ exports.PartnerCentralChannelServiceException$ = PartnerCentralChannelServiceException$;
198
+ _s_registry.registerError(PartnerCentralChannelServiceException$, PartnerCentralChannelServiceException);
199
+ const n0_registry = TypeRegistry.for(n0);
200
+ const AccessDeniedException$ = [-3, n0, _ADE,
204
201
  { [_e]: _c, [_hE]: 403 },
205
202
  [_m, _r],
206
203
  [0, 0], 1
207
204
  ];
208
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
209
- exports.ConflictException$ = [-3, n0, _CE,
205
+ exports.AccessDeniedException$ = AccessDeniedException$;
206
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
207
+ const ConflictException$ = [-3, n0, _CE,
210
208
  { [_e]: _c, [_hE]: 409 },
211
209
  [_m, _rI, _rT],
212
210
  [0, 0, 0], 3
213
211
  ];
214
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
215
- exports.InternalServerException$ = [-3, n0, _ISE,
212
+ exports.ConflictException$ = ConflictException$;
213
+ n0_registry.registerError(ConflictException$, ConflictException);
214
+ const InternalServerException$ = [-3, n0, _ISE,
216
215
  { [_e]: _se, [_hE]: 500 },
217
216
  [_m],
218
217
  [0], 1
219
218
  ];
220
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
221
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
219
+ exports.InternalServerException$ = InternalServerException$;
220
+ n0_registry.registerError(InternalServerException$, InternalServerException);
221
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
222
222
  { [_e]: _c, [_hE]: 404 },
223
223
  [_m, _rI, _rT],
224
224
  [0, 0, 0], 1
225
225
  ];
226
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
227
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
226
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
227
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
228
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
228
229
  { [_e]: _c, [_hE]: 402 },
229
230
  [_m, _rI, _rT, _qC],
230
231
  [0, 0, 0, 0], 4
231
232
  ];
232
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
233
- exports.ThrottlingException$ = [-3, n0, _TE,
233
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
234
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
235
+ const ThrottlingException$ = [-3, n0, _TE,
234
236
  { [_e]: _c, [_hE]: 429 },
235
237
  [_m, _sC, _qC],
236
238
  [0, 0, 0], 1
237
239
  ];
238
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
239
- exports.ValidationException$ = [-3, n0, _VE,
240
+ exports.ThrottlingException$ = ThrottlingException$;
241
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
242
+ const ValidationException$ = [-3, n0, _VE,
240
243
  { [_e]: _c, [_hE]: 400 },
241
244
  [_m, _r, _fL],
242
245
  [0, 0, () => ValidationExceptionFieldList], 2
243
246
  ];
244
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
247
+ exports.ValidationException$ = ValidationException$;
248
+ n0_registry.registerError(ValidationException$, ValidationException);
245
249
  exports.errorTypeRegistries = [
246
250
  _s_registry,
247
251
  n0_registry,
248
252
  ];
249
- exports.AcceptChannelHandshakeDetail$ = [3, n0, _ACHD,
253
+ const AcceptChannelHandshakeDetail$ = [3, n0, _ACHD,
250
254
  0,
251
255
  [_i, _a, _st],
252
256
  [0, 0, 0]
253
257
  ];
254
- exports.AcceptChannelHandshakeRequest$ = [3, n0, _ACHR,
258
+ exports.AcceptChannelHandshakeDetail$ = AcceptChannelHandshakeDetail$;
259
+ const AcceptChannelHandshakeRequest$ = [3, n0, _ACHR,
255
260
  0,
256
261
  [_ca, _id],
257
262
  [0, 0], 2
258
263
  ];
259
- exports.AcceptChannelHandshakeResponse$ = [3, n0, _ACHRc,
264
+ exports.AcceptChannelHandshakeRequest$ = AcceptChannelHandshakeRequest$;
265
+ const AcceptChannelHandshakeResponse$ = [3, n0, _ACHRc,
260
266
  0,
261
267
  [_cHD],
262
- [() => exports.AcceptChannelHandshakeDetail$]
268
+ [() => AcceptChannelHandshakeDetail$]
263
269
  ];
264
- exports.CancelChannelHandshakeDetail$ = [3, n0, _CCHD,
270
+ exports.AcceptChannelHandshakeResponse$ = AcceptChannelHandshakeResponse$;
271
+ const CancelChannelHandshakeDetail$ = [3, n0, _CCHD,
265
272
  0,
266
273
  [_i, _a, _st],
267
274
  [0, 0, 0]
268
275
  ];
269
- exports.CancelChannelHandshakeRequest$ = [3, n0, _CCHR,
276
+ exports.CancelChannelHandshakeDetail$ = CancelChannelHandshakeDetail$;
277
+ const CancelChannelHandshakeRequest$ = [3, n0, _CCHR,
270
278
  0,
271
279
  [_ca, _id],
272
280
  [0, 0], 2
273
281
  ];
274
- exports.CancelChannelHandshakeResponse$ = [3, n0, _CCHRa,
282
+ exports.CancelChannelHandshakeRequest$ = CancelChannelHandshakeRequest$;
283
+ const CancelChannelHandshakeResponse$ = [3, n0, _CCHRa,
275
284
  0,
276
285
  [_cHD],
277
- [() => exports.CancelChannelHandshakeDetail$]
286
+ [() => CancelChannelHandshakeDetail$]
278
287
  ];
279
- exports.ChannelHandshakeSummary$ = [3, n0, _CHS,
288
+ exports.CancelChannelHandshakeResponse$ = CancelChannelHandshakeResponse$;
289
+ const ChannelHandshakeSummary$ = [3, n0, _CHS,
280
290
  0,
281
291
  [_i, _a, _ca, _hT, _oAI, _sAI, _sDN, _rAI, _aRI, _d, _cA, _uA, _st],
282
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => exports.HandshakeDetail$, 5, 5, 0]
292
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => HandshakeDetail$, 5, 5, 0]
283
293
  ];
284
- exports.CreateChannelHandshakeDetail$ = [3, n0, _CCHDr,
294
+ exports.ChannelHandshakeSummary$ = ChannelHandshakeSummary$;
295
+ const CreateChannelHandshakeDetail$ = [3, n0, _CCHDr,
285
296
  0,
286
297
  [_i, _a],
287
298
  [0, 0]
288
299
  ];
289
- exports.CreateChannelHandshakeRequest$ = [3, n0, _CCHRr,
300
+ exports.CreateChannelHandshakeDetail$ = CreateChannelHandshakeDetail$;
301
+ const CreateChannelHandshakeRequest$ = [3, n0, _CCHRr,
290
302
  0,
291
303
  [_hT, _ca, _aRIs, _p, _cT, _t],
292
- [0, 0, 0, () => exports.ChannelHandshakePayload$, [0, 4], () => TagList], 3
304
+ [0, 0, 0, () => ChannelHandshakePayload$, [0, 4], () => TagList], 3
293
305
  ];
294
- exports.CreateChannelHandshakeResponse$ = [3, n0, _CCHRre,
306
+ exports.CreateChannelHandshakeRequest$ = CreateChannelHandshakeRequest$;
307
+ const CreateChannelHandshakeResponse$ = [3, n0, _CCHRre,
295
308
  0,
296
309
  [_cHD],
297
- [() => exports.CreateChannelHandshakeDetail$]
310
+ [() => CreateChannelHandshakeDetail$]
298
311
  ];
299
- exports.CreateProgramManagementAccountDetail$ = [3, n0, _CPMAD,
312
+ exports.CreateChannelHandshakeResponse$ = CreateChannelHandshakeResponse$;
313
+ const CreateProgramManagementAccountDetail$ = [3, n0, _CPMAD,
300
314
  0,
301
315
  [_i, _a],
302
316
  [0, 0]
303
317
  ];
304
- exports.CreateProgramManagementAccountRequest$ = [3, n0, _CPMAR,
318
+ exports.CreateProgramManagementAccountDetail$ = CreateProgramManagementAccountDetail$;
319
+ const CreateProgramManagementAccountRequest$ = [3, n0, _CPMAR,
305
320
  0,
306
321
  [_ca, _pr, _dN, _aI, _cT, _t],
307
322
  [0, 0, 0, 0, [0, 4], () => TagList], 4
308
323
  ];
309
- exports.CreateProgramManagementAccountResponse$ = [3, n0, _CPMARr,
324
+ exports.CreateProgramManagementAccountRequest$ = CreateProgramManagementAccountRequest$;
325
+ const CreateProgramManagementAccountResponse$ = [3, n0, _CPMARr,
310
326
  0,
311
327
  [_pMAD],
312
- [() => exports.CreateProgramManagementAccountDetail$]
328
+ [() => CreateProgramManagementAccountDetail$]
313
329
  ];
314
- exports.CreateRelationshipDetail$ = [3, n0, _CRD,
330
+ exports.CreateProgramManagementAccountResponse$ = CreateProgramManagementAccountResponse$;
331
+ const CreateRelationshipDetail$ = [3, n0, _CRD,
315
332
  0,
316
333
  [_a, _i],
317
334
  [0, 0]
318
335
  ];
319
- exports.CreateRelationshipRequest$ = [3, n0, _CRR,
336
+ exports.CreateRelationshipDetail$ = CreateRelationshipDetail$;
337
+ const CreateRelationshipRequest$ = [3, n0, _CRR,
320
338
  0,
321
339
  [_ca, _aT, _pMAI, _aAI, _dN, _sec, _rAM, _cT, _t, _rSP],
322
- [0, 0, 0, 0, 0, 0, 0, [0, 4], () => TagList, () => exports.SupportPlan$], 6
340
+ [0, 0, 0, 0, 0, 0, 0, [0, 4], () => TagList, () => SupportPlan$], 6
323
341
  ];
324
- exports.CreateRelationshipResponse$ = [3, n0, _CRRr,
342
+ exports.CreateRelationshipRequest$ = CreateRelationshipRequest$;
343
+ const CreateRelationshipResponse$ = [3, n0, _CRRr,
325
344
  0,
326
345
  [_rD],
327
- [() => exports.CreateRelationshipDetail$]
346
+ [() => CreateRelationshipDetail$]
328
347
  ];
329
- exports.DeleteProgramManagementAccountRequest$ = [3, n0, _DPMAR,
348
+ exports.CreateRelationshipResponse$ = CreateRelationshipResponse$;
349
+ const DeleteProgramManagementAccountRequest$ = [3, n0, _DPMAR,
330
350
  0,
331
351
  [_ca, _id, _cT],
332
352
  [0, 0, [0, 4]], 2
333
353
  ];
334
- exports.DeleteProgramManagementAccountResponse$ = [3, n0, _DPMARe,
354
+ exports.DeleteProgramManagementAccountRequest$ = DeleteProgramManagementAccountRequest$;
355
+ const DeleteProgramManagementAccountResponse$ = [3, n0, _DPMARe,
335
356
  0,
336
357
  [],
337
358
  []
338
359
  ];
339
- exports.DeleteRelationshipRequest$ = [3, n0, _DRR,
360
+ exports.DeleteProgramManagementAccountResponse$ = DeleteProgramManagementAccountResponse$;
361
+ const DeleteRelationshipRequest$ = [3, n0, _DRR,
340
362
  0,
341
363
  [_ca, _id, _pMAI, _cT],
342
364
  [0, 0, 0, [0, 4]], 3
343
365
  ];
344
- exports.DeleteRelationshipResponse$ = [3, n0, _DRRe,
366
+ exports.DeleteRelationshipRequest$ = DeleteRelationshipRequest$;
367
+ const DeleteRelationshipResponse$ = [3, n0, _DRRe,
345
368
  0,
346
369
  [],
347
370
  []
348
371
  ];
349
- exports.GetRelationshipRequest$ = [3, n0, _GRR,
372
+ exports.DeleteRelationshipResponse$ = DeleteRelationshipResponse$;
373
+ const GetRelationshipRequest$ = [3, n0, _GRR,
350
374
  0,
351
375
  [_ca, _pMAI, _id],
352
376
  [0, 0, 0], 3
353
377
  ];
354
- exports.GetRelationshipResponse$ = [3, n0, _GRRe,
378
+ exports.GetRelationshipRequest$ = GetRelationshipRequest$;
379
+ const GetRelationshipResponse$ = [3, n0, _GRRe,
355
380
  0,
356
381
  [_rD],
357
- [() => exports.RelationshipDetail$]
382
+ [() => RelationshipDetail$]
358
383
  ];
359
- exports.ListChannelHandshakesRequest$ = [3, n0, _LCHR,
384
+ exports.GetRelationshipResponse$ = GetRelationshipResponse$;
385
+ const ListChannelHandshakesRequest$ = [3, n0, _LCHR,
360
386
  0,
361
387
  [_hT, _ca, _pT, _mR, _sta, _aRIss, _hTF, _hTS, _nT],
362
- [0, 0, 0, 1, 64 | 0, 64 | 0, () => exports.ListChannelHandshakesTypeFilters$, () => exports.ListChannelHandshakesTypeSort$, 0], 3
388
+ [0, 0, 0, 1, 64 | 0, 64 | 0, () => ListChannelHandshakesTypeFilters$, () => ListChannelHandshakesTypeSort$, 0], 3
363
389
  ];
364
- exports.ListChannelHandshakesResponse$ = [3, n0, _LCHRi,
390
+ exports.ListChannelHandshakesRequest$ = ListChannelHandshakesRequest$;
391
+ const ListChannelHandshakesResponse$ = [3, n0, _LCHRi,
365
392
  0,
366
393
  [_it, _nT],
367
394
  [() => ChannelHandshakeSummaries, 0]
368
395
  ];
369
- exports.ListProgramManagementAccountsRequest$ = [3, n0, _LPMAR,
396
+ exports.ListChannelHandshakesResponse$ = ListChannelHandshakesResponse$;
397
+ const ListProgramManagementAccountsRequest$ = [3, n0, _LPMAR,
370
398
  0,
371
399
  [_ca, _mR, _dNi, _pro, _aIc, _sta, _so, _nT],
372
- [0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.ListProgramManagementAccountsSortBase$, 0], 1
400
+ [0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListProgramManagementAccountsSortBase$, 0], 1
373
401
  ];
374
- exports.ListProgramManagementAccountsResponse$ = [3, n0, _LPMARi,
402
+ exports.ListProgramManagementAccountsRequest$ = ListProgramManagementAccountsRequest$;
403
+ const ListProgramManagementAccountsResponse$ = [3, n0, _LPMARi,
375
404
  0,
376
405
  [_it, _nT],
377
406
  [() => ProgramManagementAccountSummaries, 0]
378
407
  ];
379
- exports.ListProgramManagementAccountsSortBase$ = [3, n0, _LPMASB,
408
+ exports.ListProgramManagementAccountsResponse$ = ListProgramManagementAccountsResponse$;
409
+ const ListProgramManagementAccountsSortBase$ = [3, n0, _LPMASB,
380
410
  0,
381
411
  [_sO, _sB],
382
412
  [0, 0], 2
383
413
  ];
384
- exports.ListRelationshipsRequest$ = [3, n0, _LRR,
414
+ exports.ListProgramManagementAccountsSortBase$ = ListProgramManagementAccountsSortBase$;
415
+ const ListRelationshipsRequest$ = [3, n0, _LRR,
385
416
  0,
386
417
  [_ca, _mR, _aAIs, _aTs, _dNi, _pMAIr, _so, _nT],
387
- [0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.ListRelationshipsSortBase$, 0], 1
418
+ [0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListRelationshipsSortBase$, 0], 1
388
419
  ];
389
- exports.ListRelationshipsResponse$ = [3, n0, _LRRi,
420
+ exports.ListRelationshipsRequest$ = ListRelationshipsRequest$;
421
+ const ListRelationshipsResponse$ = [3, n0, _LRRi,
390
422
  0,
391
423
  [_it, _nT],
392
424
  [() => RelationshipSummaries, 0]
393
425
  ];
394
- exports.ListRelationshipsSortBase$ = [3, n0, _LRSB,
426
+ exports.ListRelationshipsResponse$ = ListRelationshipsResponse$;
427
+ const ListRelationshipsSortBase$ = [3, n0, _LRSB,
395
428
  0,
396
429
  [_sO, _sB],
397
430
  [0, 0], 2
398
431
  ];
399
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
432
+ exports.ListRelationshipsSortBase$ = ListRelationshipsSortBase$;
433
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
400
434
  0,
401
435
  [_rA],
402
436
  [0], 1
403
437
  ];
404
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
438
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
439
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
405
440
  0,
406
441
  [_t],
407
442
  [() => TagList]
408
443
  ];
409
- exports.PartnerLedSupport$ = [3, n0, _PLS,
444
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
445
+ const PartnerLedSupport$ = [3, n0, _PLS,
410
446
  0,
411
447
  [_co, _tL, _prov],
412
448
  [0, 0, 0], 2
413
449
  ];
414
- exports.ProgramManagementAccountHandshakeDetail$ = [3, n0, _PMAHD,
450
+ exports.PartnerLedSupport$ = PartnerLedSupport$;
451
+ const ProgramManagementAccountHandshakeDetail$ = [3, n0, _PMAHD,
415
452
  0,
416
453
  [_pr],
417
454
  [0]
418
455
  ];
419
- exports.ProgramManagementAccountSummary$ = [3, n0, _PMAS,
456
+ exports.ProgramManagementAccountHandshakeDetail$ = ProgramManagementAccountHandshakeDetail$;
457
+ const ProgramManagementAccountSummary$ = [3, n0, _PMAS,
420
458
  0,
421
459
  [_i, _re, _ca, _pr, _dN, _aI, _a, _cA, _uA, _sD, _st],
422
460
  [0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 0]
423
461
  ];
424
- exports.ProgramManagementAccountTypeFilters$ = [3, n0, _PMATF,
462
+ exports.ProgramManagementAccountSummary$ = ProgramManagementAccountSummary$;
463
+ const ProgramManagementAccountTypeFilters$ = [3, n0, _PMATF,
425
464
  0,
426
465
  [_pro],
427
466
  [64 | 0]
428
467
  ];
429
- exports.ProgramManagementAccountTypeSort$ = [3, n0, _PMATS,
468
+ exports.ProgramManagementAccountTypeFilters$ = ProgramManagementAccountTypeFilters$;
469
+ const ProgramManagementAccountTypeSort$ = [3, n0, _PMATS,
430
470
  0,
431
471
  [_sO, _sB],
432
472
  [0, 0], 2
433
473
  ];
434
- exports.RejectChannelHandshakeDetail$ = [3, n0, _RCHD,
474
+ exports.ProgramManagementAccountTypeSort$ = ProgramManagementAccountTypeSort$;
475
+ const RejectChannelHandshakeDetail$ = [3, n0, _RCHD,
435
476
  0,
436
477
  [_i, _a, _st],
437
478
  [0, 0, 0]
438
479
  ];
439
- exports.RejectChannelHandshakeRequest$ = [3, n0, _RCHR,
480
+ exports.RejectChannelHandshakeDetail$ = RejectChannelHandshakeDetail$;
481
+ const RejectChannelHandshakeRequest$ = [3, n0, _RCHR,
440
482
  0,
441
483
  [_ca, _id],
442
484
  [0, 0], 2
443
485
  ];
444
- exports.RejectChannelHandshakeResponse$ = [3, n0, _RCHRe,
486
+ exports.RejectChannelHandshakeRequest$ = RejectChannelHandshakeRequest$;
487
+ const RejectChannelHandshakeResponse$ = [3, n0, _RCHRe,
445
488
  0,
446
489
  [_cHD],
447
- [() => exports.RejectChannelHandshakeDetail$]
490
+ [() => RejectChannelHandshakeDetail$]
448
491
  ];
449
- exports.RelationshipDetail$ = [3, n0, _RD,
492
+ exports.RejectChannelHandshakeResponse$ = RejectChannelHandshakeResponse$;
493
+ const RelationshipDetail$ = [3, n0, _RD,
450
494
  0,
451
495
  [_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _rAM, _sec, _cA, _uA, _sD],
452
496
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
453
497
  ];
454
- exports.RelationshipSummary$ = [3, n0, _RS,
498
+ exports.RelationshipDetail$ = RelationshipDetail$;
499
+ const RelationshipSummary$ = [3, n0, _RS,
455
500
  0,
456
501
  [_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _sec, _cA, _uA, _sD],
457
502
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
458
503
  ];
459
- exports.ResoldEnterprise$ = [3, n0, _RE,
504
+ exports.RelationshipSummary$ = RelationshipSummary$;
505
+ const ResoldEnterprise$ = [3, n0, _RE,
460
506
  0,
461
507
  [_co, _tL, _cAI],
462
508
  [0, 0, 0], 2
463
509
  ];
464
- exports.ResoldUnifiedOperations$ = [3, n0, _RUO,
510
+ exports.ResoldEnterprise$ = ResoldEnterprise$;
511
+ const ResoldUnifiedOperations$ = [3, n0, _RUO,
465
512
  0,
466
513
  [_co, _tL, _cAI],
467
514
  [0, 0, 0], 2
468
515
  ];
469
- exports.RevokeServicePeriodHandshakeDetail$ = [3, n0, _RSPHD,
516
+ exports.ResoldUnifiedOperations$ = ResoldUnifiedOperations$;
517
+ const RevokeServicePeriodHandshakeDetail$ = [3, n0, _RSPHD,
470
518
  0,
471
519
  [_n, _sPT, _mND, _sD, _eD],
472
520
  [0, 0, 0, 5, 5]
473
521
  ];
474
- exports.RevokeServicePeriodPayload$ = [3, n0, _RSPP,
522
+ exports.RevokeServicePeriodHandshakeDetail$ = RevokeServicePeriodHandshakeDetail$;
523
+ const RevokeServicePeriodPayload$ = [3, n0, _RSPP,
475
524
  0,
476
525
  [_pMAI, _n],
477
526
  [0, 0], 1
478
527
  ];
479
- exports.RevokeServicePeriodTypeFilters$ = [3, n0, _RSPTF,
528
+ exports.RevokeServicePeriodPayload$ = RevokeServicePeriodPayload$;
529
+ const RevokeServicePeriodTypeFilters$ = [3, n0, _RSPTF,
480
530
  0,
481
531
  [_sPTe],
482
532
  [64 | 0]
483
533
  ];
484
- exports.RevokeServicePeriodTypeSort$ = [3, n0, _RSPTS,
534
+ exports.RevokeServicePeriodTypeFilters$ = RevokeServicePeriodTypeFilters$;
535
+ const RevokeServicePeriodTypeSort$ = [3, n0, _RSPTS,
485
536
  0,
486
537
  [_sO, _sB],
487
538
  [0, 0], 2
488
539
  ];
489
- exports.StartServicePeriodHandshakeDetail$ = [3, n0, _SSPHD,
540
+ exports.RevokeServicePeriodTypeSort$ = RevokeServicePeriodTypeSort$;
541
+ const StartServicePeriodHandshakeDetail$ = [3, n0, _SSPHD,
490
542
  0,
491
543
  [_n, _sPT, _mND, _sD, _eD],
492
544
  [0, 0, 0, 5, 5]
493
545
  ];
494
- exports.StartServicePeriodPayload$ = [3, n0, _SSPP,
546
+ exports.StartServicePeriodHandshakeDetail$ = StartServicePeriodHandshakeDetail$;
547
+ const StartServicePeriodPayload$ = [3, n0, _SSPP,
495
548
  0,
496
549
  [_pMAI, _sPT, _n, _mND, _eD],
497
550
  [0, 0, 0, 0, 5], 2
498
551
  ];
499
- exports.StartServicePeriodTypeFilters$ = [3, n0, _SSPTF,
552
+ exports.StartServicePeriodPayload$ = StartServicePeriodPayload$;
553
+ const StartServicePeriodTypeFilters$ = [3, n0, _SSPTF,
500
554
  0,
501
555
  [_sPTe],
502
556
  [64 | 0]
503
557
  ];
504
- exports.StartServicePeriodTypeSort$ = [3, n0, _SSPTS,
558
+ exports.StartServicePeriodTypeFilters$ = StartServicePeriodTypeFilters$;
559
+ const StartServicePeriodTypeSort$ = [3, n0, _SSPTS,
505
560
  0,
506
561
  [_sO, _sB],
507
562
  [0, 0], 2
508
563
  ];
509
- exports.Tag$ = [3, n0, _T,
564
+ exports.StartServicePeriodTypeSort$ = StartServicePeriodTypeSort$;
565
+ const Tag$ = [3, n0, _T,
510
566
  0,
511
567
  [_k, _v],
512
568
  [0, 0], 2
513
569
  ];
514
- exports.TagResourceRequest$ = [3, n0, _TRR,
570
+ exports.Tag$ = Tag$;
571
+ const TagResourceRequest$ = [3, n0, _TRR,
515
572
  0,
516
573
  [_rA, _t],
517
574
  [0, () => TagList], 2
518
575
  ];
519
- exports.TagResourceResponse$ = [3, n0, _TRRa,
576
+ exports.TagResourceRequest$ = TagResourceRequest$;
577
+ const TagResourceResponse$ = [3, n0, _TRRa,
520
578
  0,
521
579
  [],
522
580
  []
523
581
  ];
524
- exports.UntagResourceRequest$ = [3, n0, _URR,
582
+ exports.TagResourceResponse$ = TagResourceResponse$;
583
+ const UntagResourceRequest$ = [3, n0, _URR,
525
584
  0,
526
585
  [_rA, _tK],
527
586
  [0, 64 | 0], 2
528
587
  ];
529
- exports.UntagResourceResponse$ = [3, n0, _URRn,
588
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
589
+ const UntagResourceResponse$ = [3, n0, _URRn,
530
590
  0,
531
591
  [],
532
592
  []
533
593
  ];
534
- exports.UpdateProgramManagementAccountDetail$ = [3, n0, _UPMAD,
594
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
595
+ const UpdateProgramManagementAccountDetail$ = [3, n0, _UPMAD,
535
596
  0,
536
597
  [_i, _a, _re, _dN],
537
598
  [0, 0, 0, 0]
538
599
  ];
539
- exports.UpdateProgramManagementAccountRequest$ = [3, n0, _UPMAR,
600
+ exports.UpdateProgramManagementAccountDetail$ = UpdateProgramManagementAccountDetail$;
601
+ const UpdateProgramManagementAccountRequest$ = [3, n0, _UPMAR,
540
602
  0,
541
603
  [_ca, _id, _re, _dN],
542
604
  [0, 0, 0, 0], 2
543
605
  ];
544
- exports.UpdateProgramManagementAccountResponse$ = [3, n0, _UPMARp,
606
+ exports.UpdateProgramManagementAccountRequest$ = UpdateProgramManagementAccountRequest$;
607
+ const UpdateProgramManagementAccountResponse$ = [3, n0, _UPMARp,
545
608
  0,
546
609
  [_pMAD],
547
- [() => exports.UpdateProgramManagementAccountDetail$]
610
+ [() => UpdateProgramManagementAccountDetail$]
548
611
  ];
549
- exports.UpdateRelationshipDetail$ = [3, n0, _URD,
612
+ exports.UpdateProgramManagementAccountResponse$ = UpdateProgramManagementAccountResponse$;
613
+ const UpdateRelationshipDetail$ = [3, n0, _URD,
550
614
  0,
551
615
  [_a, _i, _re, _dN],
552
616
  [0, 0, 0, 0]
553
617
  ];
554
- exports.UpdateRelationshipRequest$ = [3, n0, _URRp,
618
+ exports.UpdateRelationshipDetail$ = UpdateRelationshipDetail$;
619
+ const UpdateRelationshipRequest$ = [3, n0, _URRp,
555
620
  0,
556
621
  [_ca, _id, _pMAI, _re, _dN, _rSP],
557
- [0, 0, 0, 0, 0, () => exports.SupportPlan$], 3
622
+ [0, 0, 0, 0, 0, () => SupportPlan$], 3
558
623
  ];
559
- exports.UpdateRelationshipResponse$ = [3, n0, _URRpd,
624
+ exports.UpdateRelationshipRequest$ = UpdateRelationshipRequest$;
625
+ const UpdateRelationshipResponse$ = [3, n0, _URRpd,
560
626
  0,
561
627
  [_rD],
562
- [() => exports.UpdateRelationshipDetail$]
628
+ [() => UpdateRelationshipDetail$]
563
629
  ];
564
- exports.ValidationExceptionField$ = [3, n0, _VEF,
630
+ exports.UpdateRelationshipResponse$ = UpdateRelationshipResponse$;
631
+ const ValidationExceptionField$ = [3, n0, _VEF,
565
632
  0,
566
633
  [_na, _cod, _m],
567
634
  [0, 0, 0], 3
568
635
  ];
636
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
569
637
  var AccountIdList = 64 | 0;
570
638
  var AssociatedResourceIdentifierList = 64 | 0;
571
639
  var AssociationTypeList = 64 | 0;
572
640
  var ChannelHandshakeSummaries = [1, n0, _CHSh,
573
- 0, () => exports.ChannelHandshakeSummary$
641
+ 0, () => ChannelHandshakeSummary$
574
642
  ];
575
643
  var HandshakeStatusList = 64 | 0;
576
644
  var ProgramList = 64 | 0;
@@ -578,93 +646,98 @@ var ProgramManagementAccountDisplayNameList = 64 | 0;
578
646
  var ProgramManagementAccountIdentifierList = 64 | 0;
579
647
  var ProgramManagementAccountStatusList = 64 | 0;
580
648
  var ProgramManagementAccountSummaries = [1, n0, _PMASr,
581
- 0, () => exports.ProgramManagementAccountSummary$
649
+ 0, () => ProgramManagementAccountSummary$
582
650
  ];
583
651
  var RelationshipDisplayNameList = 64 | 0;
584
652
  var RelationshipSummaries = [1, n0, _RSe,
585
- 0, () => exports.RelationshipSummary$
653
+ 0, () => RelationshipSummary$
586
654
  ];
587
655
  var ServicePeriodTypeList = 64 | 0;
588
656
  var TagKeyList = 64 | 0;
589
657
  var TagList = [1, n0, _TL,
590
- 0, () => exports.Tag$
658
+ 0, () => Tag$
591
659
  ];
592
660
  var ValidationExceptionFieldList = [1, n0, _VEFL,
593
- 0, () => exports.ValidationExceptionField$
661
+ 0, () => ValidationExceptionField$
594
662
  ];
595
- exports.ChannelHandshakePayload$ = [4, n0, _CHP,
663
+ const ChannelHandshakePayload$ = [4, n0, _CHP,
596
664
  0,
597
665
  [_sSPP, _rSPP],
598
- [() => exports.StartServicePeriodPayload$, () => exports.RevokeServicePeriodPayload$]
666
+ [() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$]
599
667
  ];
600
- exports.HandshakeDetail$ = [4, n0, _HD,
668
+ exports.ChannelHandshakePayload$ = ChannelHandshakePayload$;
669
+ const HandshakeDetail$ = [4, n0, _HD,
601
670
  0,
602
671
  [_sSPHD, _rSPHD, _pMAHD],
603
- [() => exports.StartServicePeriodHandshakeDetail$, () => exports.RevokeServicePeriodHandshakeDetail$, () => exports.ProgramManagementAccountHandshakeDetail$]
672
+ [() => StartServicePeriodHandshakeDetail$, () => RevokeServicePeriodHandshakeDetail$, () => ProgramManagementAccountHandshakeDetail$]
604
673
  ];
605
- exports.ListChannelHandshakesTypeFilters$ = [4, n0, _LCHTF,
674
+ exports.HandshakeDetail$ = HandshakeDetail$;
675
+ const ListChannelHandshakesTypeFilters$ = [4, n0, _LCHTF,
606
676
  0,
607
677
  [_sSPTF, _rSPTF, _pMATF],
608
- [() => exports.StartServicePeriodTypeFilters$, () => exports.RevokeServicePeriodTypeFilters$, () => exports.ProgramManagementAccountTypeFilters$]
678
+ [() => StartServicePeriodTypeFilters$, () => RevokeServicePeriodTypeFilters$, () => ProgramManagementAccountTypeFilters$]
609
679
  ];
610
- exports.ListChannelHandshakesTypeSort$ = [4, n0, _LCHTS,
680
+ exports.ListChannelHandshakesTypeFilters$ = ListChannelHandshakesTypeFilters$;
681
+ const ListChannelHandshakesTypeSort$ = [4, n0, _LCHTS,
611
682
  0,
612
683
  [_sSPTS, _rSPTS, _pMATS],
613
- [() => exports.StartServicePeriodTypeSort$, () => exports.RevokeServicePeriodTypeSort$, () => exports.ProgramManagementAccountTypeSort$]
684
+ [() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$]
614
685
  ];
615
- exports.SupportPlan$ = [4, n0, _SP,
686
+ exports.ListChannelHandshakesTypeSort$ = ListChannelHandshakesTypeSort$;
687
+ const SupportPlan$ = [4, n0, _SP,
616
688
  0,
617
689
  [_rE, _pLS, _rUO],
618
- [() => exports.ResoldEnterprise$, () => exports.PartnerLedSupport$, () => exports.ResoldUnifiedOperations$]
690
+ [() => ResoldEnterprise$, () => PartnerLedSupport$, () => ResoldUnifiedOperations$]
619
691
  ];
692
+ exports.SupportPlan$ = SupportPlan$;
620
693
  exports.AcceptChannelHandshake$ = [9, n0, _ACH,
621
- { [_h]: ["POST", "/AcceptChannelHandshake", 200] }, () => exports.AcceptChannelHandshakeRequest$, () => exports.AcceptChannelHandshakeResponse$
694
+ { [_h]: ["POST", "/AcceptChannelHandshake", 200] }, () => AcceptChannelHandshakeRequest$, () => AcceptChannelHandshakeResponse$
622
695
  ];
623
696
  exports.CancelChannelHandshake$ = [9, n0, _CCH,
624
- { [_h]: ["POST", "/CancelChannelHandshake", 200] }, () => exports.CancelChannelHandshakeRequest$, () => exports.CancelChannelHandshakeResponse$
697
+ { [_h]: ["POST", "/CancelChannelHandshake", 200] }, () => CancelChannelHandshakeRequest$, () => CancelChannelHandshakeResponse$
625
698
  ];
626
699
  exports.CreateChannelHandshake$ = [9, n0, _CCHr,
627
- { [_h]: ["POST", "/CreateChannelHandshake", 200] }, () => exports.CreateChannelHandshakeRequest$, () => exports.CreateChannelHandshakeResponse$
700
+ { [_h]: ["POST", "/CreateChannelHandshake", 200] }, () => CreateChannelHandshakeRequest$, () => CreateChannelHandshakeResponse$
628
701
  ];
629
702
  exports.CreateProgramManagementAccount$ = [9, n0, _CPMA,
630
- { [_h]: ["POST", "/CreateProgramManagementAccount", 200] }, () => exports.CreateProgramManagementAccountRequest$, () => exports.CreateProgramManagementAccountResponse$
703
+ { [_h]: ["POST", "/CreateProgramManagementAccount", 200] }, () => CreateProgramManagementAccountRequest$, () => CreateProgramManagementAccountResponse$
631
704
  ];
632
705
  exports.CreateRelationship$ = [9, n0, _CR,
633
- { [_h]: ["POST", "/CreateRelationship", 200] }, () => exports.CreateRelationshipRequest$, () => exports.CreateRelationshipResponse$
706
+ { [_h]: ["POST", "/CreateRelationship", 200] }, () => CreateRelationshipRequest$, () => CreateRelationshipResponse$
634
707
  ];
635
708
  exports.DeleteProgramManagementAccount$ = [9, n0, _DPMA,
636
- { [_h]: ["POST", "/DeleteProgramManagementAccount", 200] }, () => exports.DeleteProgramManagementAccountRequest$, () => exports.DeleteProgramManagementAccountResponse$
709
+ { [_h]: ["POST", "/DeleteProgramManagementAccount", 200] }, () => DeleteProgramManagementAccountRequest$, () => DeleteProgramManagementAccountResponse$
637
710
  ];
638
711
  exports.DeleteRelationship$ = [9, n0, _DR,
639
- { [_h]: ["POST", "/DeleteRelationship", 200] }, () => exports.DeleteRelationshipRequest$, () => exports.DeleteRelationshipResponse$
712
+ { [_h]: ["POST", "/DeleteRelationship", 200] }, () => DeleteRelationshipRequest$, () => DeleteRelationshipResponse$
640
713
  ];
641
714
  exports.GetRelationship$ = [9, n0, _GR,
642
- { [_h]: ["POST", "/GetRelationship", 200] }, () => exports.GetRelationshipRequest$, () => exports.GetRelationshipResponse$
715
+ { [_h]: ["POST", "/GetRelationship", 200] }, () => GetRelationshipRequest$, () => GetRelationshipResponse$
643
716
  ];
644
717
  exports.ListChannelHandshakes$ = [9, n0, _LCH,
645
- { [_h]: ["POST", "/ListChannelHandshakes", 200] }, () => exports.ListChannelHandshakesRequest$, () => exports.ListChannelHandshakesResponse$
718
+ { [_h]: ["POST", "/ListChannelHandshakes", 200] }, () => ListChannelHandshakesRequest$, () => ListChannelHandshakesResponse$
646
719
  ];
647
720
  exports.ListProgramManagementAccounts$ = [9, n0, _LPMA,
648
- { [_h]: ["POST", "/ListProgramManagementAccounts", 200] }, () => exports.ListProgramManagementAccountsRequest$, () => exports.ListProgramManagementAccountsResponse$
721
+ { [_h]: ["POST", "/ListProgramManagementAccounts", 200] }, () => ListProgramManagementAccountsRequest$, () => ListProgramManagementAccountsResponse$
649
722
  ];
650
723
  exports.ListRelationships$ = [9, n0, _LR,
651
- { [_h]: ["POST", "/ListRelationships", 200] }, () => exports.ListRelationshipsRequest$, () => exports.ListRelationshipsResponse$
724
+ { [_h]: ["POST", "/ListRelationships", 200] }, () => ListRelationshipsRequest$, () => ListRelationshipsResponse$
652
725
  ];
653
726
  exports.ListTagsForResource$ = [9, n0, _LTFR,
654
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
727
+ { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
655
728
  ];
656
729
  exports.RejectChannelHandshake$ = [9, n0, _RCH,
657
- { [_h]: ["POST", "/RejectChannelHandshake", 200] }, () => exports.RejectChannelHandshakeRequest$, () => exports.RejectChannelHandshakeResponse$
730
+ { [_h]: ["POST", "/RejectChannelHandshake", 200] }, () => RejectChannelHandshakeRequest$, () => RejectChannelHandshakeResponse$
658
731
  ];
659
732
  exports.TagResource$ = [9, n0, _TR,
660
- { [_h]: ["POST", "/TagResource", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
733
+ { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
661
734
  ];
662
735
  exports.UntagResource$ = [9, n0, _UR,
663
- { [_h]: ["POST", "/UntagResource", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
736
+ { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
664
737
  ];
665
738
  exports.UpdateProgramManagementAccount$ = [9, n0, _UPMA,
666
- { [_h]: ["POST", "/UpdateProgramManagementAccount", 200] }, () => exports.UpdateProgramManagementAccountRequest$, () => exports.UpdateProgramManagementAccountResponse$
739
+ { [_h]: ["POST", "/UpdateProgramManagementAccount", 200] }, () => UpdateProgramManagementAccountRequest$, () => UpdateProgramManagementAccountResponse$
667
740
  ];
668
741
  exports.UpdateRelationship$ = [9, n0, _URp,
669
- { [_h]: ["POST", "/UpdateRelationship", 200] }, () => exports.UpdateRelationshipRequest$, () => exports.UpdateRelationshipResponse$
742
+ { [_h]: ["POST", "/UpdateRelationship", 200] }, () => UpdateRelationshipRequest$, () => UpdateRelationshipResponse$
670
743
  ];