@aws-sdk/client-partnercentral-account 3.952.0 → 3.953.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.
Files changed (49) hide show
  1. package/dist-cjs/index.js +393 -265
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -2
  4. package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
  5. package/dist-es/commands/CancelConnectionCommand.js +2 -2
  6. package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -2
  7. package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -2
  8. package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -2
  9. package/dist-es/commands/CreatePartnerCommand.js +2 -2
  10. package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -2
  11. package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -2
  12. package/dist-es/commands/GetConnectionCommand.js +2 -2
  13. package/dist-es/commands/GetConnectionInvitationCommand.js +2 -2
  14. package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -2
  15. package/dist-es/commands/GetPartnerCommand.js +2 -2
  16. package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -2
  17. package/dist-es/commands/GetProfileVisibilityCommand.js +2 -2
  18. package/dist-es/commands/GetVerificationCommand.js +2 -2
  19. package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -2
  20. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  21. package/dist-es/commands/ListPartnersCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -2
  24. package/dist-es/commands/PutProfileVisibilityCommand.js +2 -2
  25. package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -2
  26. package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -2
  27. package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -2
  28. package/dist-es/commands/StartVerificationCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -2
  32. package/dist-es/index.js +1 -0
  33. package/dist-es/runtimeConfig.shared.js +6 -6
  34. package/dist-es/schemas/schemas_0.js +228 -221
  35. package/dist-types/PartnerCentralAccountClient.d.ts +1 -10
  36. package/dist-types/index.d.ts +1 -0
  37. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  38. package/dist-types/runtimeConfig.d.ts +6 -2
  39. package/dist-types/runtimeConfig.native.d.ts +6 -2
  40. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  41. package/dist-types/schemas/schemas_0.d.ts +122 -139
  42. package/dist-types/ts3.4/PartnerCentralAccountClient.d.ts +0 -4
  43. package/dist-types/ts3.4/index.d.ts +1 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -141
  49. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class PartnerCentralAccountClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let PartnerCentralAccountServiceException$1 = class PartnerCentralAccountServiceException extends smithyClient.ServiceException {
111
+ class PartnerCentralAccountServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, PartnerCentralAccountServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends PartnerCentralAccountServiceException$1 {
118
+ class AccessDeniedException extends PartnerCentralAccountServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends PartnerCentral
130
130
  this.Message = opts.Message;
131
131
  this.Reason = opts.Reason;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends PartnerCentralAccountServiceException$1 {
133
+ }
134
+ class ConflictException extends PartnerCentralAccountServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -146,8 +146,8 @@ let ConflictException$1 = class ConflictException extends PartnerCentralAccountS
146
146
  this.Message = opts.Message;
147
147
  this.Reason = opts.Reason;
148
148
  }
149
- };
150
- let InternalServerException$1 = class InternalServerException extends PartnerCentralAccountServiceException$1 {
149
+ }
150
+ class InternalServerException extends PartnerCentralAccountServiceException {
151
151
  name = "InternalServerException";
152
152
  $fault = "server";
153
153
  $retryable = {};
@@ -161,8 +161,8 @@ let InternalServerException$1 = class InternalServerException extends PartnerCen
161
161
  Object.setPrototypeOf(this, InternalServerException.prototype);
162
162
  this.Message = opts.Message;
163
163
  }
164
- };
165
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends PartnerCentralAccountServiceException$1 {
164
+ }
165
+ class ResourceNotFoundException extends PartnerCentralAccountServiceException {
166
166
  name = "ResourceNotFoundException";
167
167
  $fault = "client";
168
168
  Message;
@@ -177,8 +177,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Partne
177
177
  this.Message = opts.Message;
178
178
  this.Reason = opts.Reason;
179
179
  }
180
- };
181
- let ThrottlingException$1 = class ThrottlingException extends PartnerCentralAccountServiceException$1 {
180
+ }
181
+ class ThrottlingException extends PartnerCentralAccountServiceException {
182
182
  name = "ThrottlingException";
183
183
  $fault = "client";
184
184
  $retryable = {};
@@ -196,8 +196,8 @@ let ThrottlingException$1 = class ThrottlingException extends PartnerCentralAcco
196
196
  this.ServiceCode = opts.ServiceCode;
197
197
  this.QuotaCode = opts.QuotaCode;
198
198
  }
199
- };
200
- let ValidationException$1 = class ValidationException extends PartnerCentralAccountServiceException$1 {
199
+ }
200
+ class ValidationException extends PartnerCentralAccountServiceException {
201
201
  name = "ValidationException";
202
202
  $fault = "client";
203
203
  Message;
@@ -214,8 +214,8 @@ let ValidationException$1 = class ValidationException extends PartnerCentralAcco
214
214
  this.Reason = opts.Reason;
215
215
  this.ErrorDetails = opts.ErrorDetails;
216
216
  }
217
- };
218
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PartnerCentralAccountServiceException$1 {
217
+ }
218
+ class ServiceQuotaExceededException extends PartnerCentralAccountServiceException {
219
219
  name = "ServiceQuotaExceededException";
220
220
  $fault = "client";
221
221
  Message;
@@ -230,7 +230,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
230
230
  this.Message = opts.Message;
231
231
  this.Reason = opts.Reason;
232
232
  }
233
- };
233
+ }
234
234
 
235
235
  const _A = "Arn";
236
236
  const _AATCED = "AssociateAwsTrainingCertificationEmailDomain";
@@ -451,19 +451,19 @@ var EmailVerificationCode = [0, n0, _EVC, 8, 0];
451
451
  var LegalName = [0, n0, _LN, 8, 0];
452
452
  var RegistrationId = [0, n0, _RI, 8, 0];
453
453
  var SensitiveUnicodeString = [0, n0, _SUS, 8, 0];
454
- var AcceptConnectionInvitationRequest = [3, n0, _ACIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
455
- var AcceptConnectionInvitationResponse = [
454
+ var AcceptConnectionInvitationRequest$ = [3, n0, _ACIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
455
+ var AcceptConnectionInvitationResponse$ = [
456
456
  3,
457
457
  n0,
458
458
  _ACIRc,
459
459
  0,
460
460
  [_Co],
461
- [[() => Connection, 0]],
461
+ [[() => Connection$, 0]],
462
462
  ];
463
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
464
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
465
- var AccountSummary = [3, n0, _AS, 0, [_N], [0]];
466
- var AllianceLeadContact = [
463
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
464
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
465
+ var AccountSummary$ = [3, n0, _AS, 0, [_N], [0]];
466
+ var AllianceLeadContact$ = [
467
467
  3,
468
468
  n0,
469
469
  _ALC,
@@ -471,7 +471,7 @@ var AllianceLeadContact = [
471
471
  [_FN, _LNa, _E, _BT],
472
472
  [[() => SensitiveUnicodeString, 0], [() => SensitiveUnicodeString, 0], 0, [() => SensitiveUnicodeString, 0]],
473
473
  ];
474
- var AssociateAwsTrainingCertificationEmailDomainRequest = [
474
+ var AssociateAwsTrainingCertificationEmailDomainRequest$ = [
475
475
  3,
476
476
  n0,
477
477
  _AATCEDR,
@@ -479,9 +479,9 @@ var AssociateAwsTrainingCertificationEmailDomainRequest = [
479
479
  [_C, _I, _CT, _E, _EVC],
480
480
  [0, 0, [0, 4], 0, [() => EmailVerificationCode, 0]],
481
481
  ];
482
- var AssociateAwsTrainingCertificationEmailDomainResponse = [3, n0, _AATCEDRs, 0, [], []];
483
- var BusinessValidationError = [3, n0, _BVE, 0, [_M, _Cod], [0, 0]];
484
- var BusinessVerificationDetails = [
482
+ var AssociateAwsTrainingCertificationEmailDomainResponse$ = [3, n0, _AATCEDRs, 0, [], []];
483
+ var BusinessValidationError$ = [3, n0, _BVE, 0, [_M, _Cod], [0, 0]];
484
+ var BusinessVerificationDetails$ = [
485
485
  3,
486
486
  n0,
487
487
  _BVD,
@@ -489,16 +489,16 @@ var BusinessVerificationDetails = [
489
489
  [_LN, _RI, _CC, _JOI],
490
490
  [[() => LegalName, 0], [() => RegistrationId, 0], 0, 0],
491
491
  ];
492
- var BusinessVerificationResponse = [
492
+ var BusinessVerificationResponse$ = [
493
493
  3,
494
494
  n0,
495
495
  _BVR,
496
496
  0,
497
497
  [_BVD],
498
- [[() => BusinessVerificationDetails, 0]],
498
+ [[() => BusinessVerificationDetails$, 0]],
499
499
  ];
500
- var CancelConnectionInvitationRequest = [3, n0, _CCIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
501
- var CancelConnectionInvitationResponse = [
500
+ var CancelConnectionInvitationRequest$ = [3, n0, _CCIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
501
+ var CancelConnectionInvitationResponse$ = [
502
502
  3,
503
503
  n0,
504
504
  _CCIRa,
@@ -506,7 +506,7 @@ var CancelConnectionInvitationResponse = [
506
506
  [_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
507
507
  [0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
508
508
  ];
509
- var CancelConnectionRequest = [
509
+ var CancelConnectionRequest$ = [
510
510
  3,
511
511
  n0,
512
512
  _CCR,
@@ -514,7 +514,7 @@ var CancelConnectionRequest = [
514
514
  [_C, _I, _CTo, _R, _CT],
515
515
  [0, 0, 0, 0, [0, 4]],
516
516
  ];
517
- var CancelConnectionResponse = [
517
+ var CancelConnectionResponse$ = [
518
518
  3,
519
519
  n0,
520
520
  _CCRa,
@@ -522,7 +522,7 @@ var CancelConnectionResponse = [
522
522
  [_C, _Id, _A, _OPAI, _UA, _CTon],
523
523
  [0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
524
524
  ];
525
- var CancelProfileUpdateTaskRequest = [
525
+ var CancelProfileUpdateTaskRequest$ = [
526
526
  3,
527
527
  n0,
528
528
  _CPUTR,
@@ -530,17 +530,17 @@ var CancelProfileUpdateTaskRequest = [
530
530
  [_C, _I, _CT, _TI],
531
531
  [0, 0, [0, 4], 0],
532
532
  ];
533
- var CancelProfileUpdateTaskResponse = [
533
+ var CancelProfileUpdateTaskResponse$ = [
534
534
  3,
535
535
  n0,
536
536
  _CPUTRa,
537
537
  0,
538
538
  [_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
539
- [0, 0, 0, 0, () => TaskDetails, 5, 0, 5, () => ErrorDetailList],
539
+ [0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
540
540
  ];
541
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _R], [0, 0]];
542
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
543
- var Connection = [
541
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _R], [0, 0]];
542
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
543
+ var Connection$ = [
544
544
  3,
545
545
  n0,
546
546
  _Co,
@@ -548,7 +548,7 @@ var Connection = [
548
548
  [_C, _Id, _A, _OPAI, _UA, _CTon],
549
549
  [0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
550
550
  ];
551
- var ConnectionInvitationSummary = [
551
+ var ConnectionInvitationSummary$ = [
552
552
  3,
553
553
  n0,
554
554
  _CIS,
@@ -556,7 +556,7 @@ var ConnectionInvitationSummary = [
556
556
  [_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S],
557
557
  [0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0],
558
558
  ];
559
- var ConnectionSummary = [
559
+ var ConnectionSummary$ = [
560
560
  3,
561
561
  n0,
562
562
  _CS,
@@ -564,16 +564,16 @@ var ConnectionSummary = [
564
564
  [_C, _Id, _A, _OPAI, _UA, _CTon],
565
565
  [0, 0, 0, 0, 5, () => ConnectionTypeSummaryMap],
566
566
  ];
567
- var ConnectionTypeDetail = [
567
+ var ConnectionTypeDetail$ = [
568
568
  3,
569
569
  n0,
570
570
  _CTD,
571
571
  0,
572
572
  [_CA, _IE, _IN, _S, _CAa, _CB, _OP],
573
- [5, 0, [() => SensitiveUnicodeString, 0], 0, 5, 0, () => Participant],
573
+ [5, 0, [() => SensitiveUnicodeString, 0], 0, 5, 0, () => Participant$],
574
574
  ];
575
- var ConnectionTypeSummary = [3, n0, _CTS, 0, [_S, _OP], [0, () => Participant]];
576
- var CreateConnectionInvitationRequest = [
575
+ var ConnectionTypeSummary$ = [3, n0, _CTS, 0, [_S, _OP], [0, () => Participant$]];
576
+ var CreateConnectionInvitationRequest$ = [
577
577
  3,
578
578
  n0,
579
579
  _CCIRr,
@@ -581,7 +581,7 @@ var CreateConnectionInvitationRequest = [
581
581
  [_C, _CT, _CTo, _E, _M, _N, _RIe],
582
582
  [0, [0, 4], 0, 0, 0, [() => SensitiveUnicodeString, 0], 0],
583
583
  ];
584
- var CreateConnectionInvitationResponse = [
584
+ var CreateConnectionInvitationResponse$ = [
585
585
  3,
586
586
  n0,
587
587
  _CCIRre,
@@ -589,7 +589,7 @@ var CreateConnectionInvitationResponse = [
589
589
  [_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
590
590
  [0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
591
591
  ];
592
- var CreatePartnerRequest = [
592
+ var CreatePartnerRequest$ = [
593
593
  3,
594
594
  n0,
595
595
  _CPR,
@@ -600,12 +600,12 @@ var CreatePartnerRequest = [
600
600
  [0, 4],
601
601
  [() => SensitiveUnicodeString, 0],
602
602
  0,
603
- [() => AllianceLeadContact, 0],
603
+ [() => AllianceLeadContact$, 0],
604
604
  [() => EmailVerificationCode, 0],
605
605
  () => TagList,
606
606
  ],
607
607
  ];
608
- var CreatePartnerResponse = [
608
+ var CreatePartnerResponse$ = [
609
609
  3,
610
610
  n0,
611
611
  _CPRr,
@@ -617,12 +617,12 @@ var CreatePartnerResponse = [
617
617
  0,
618
618
  [() => SensitiveUnicodeString, 0],
619
619
  5,
620
- () => PartnerProfile,
620
+ () => PartnerProfile$,
621
621
  () => PartnerDomainList,
622
- [() => AllianceLeadContact, 0],
622
+ [() => AllianceLeadContact$, 0],
623
623
  ],
624
624
  ];
625
- var DisassociateAwsTrainingCertificationEmailDomainRequest = [
625
+ var DisassociateAwsTrainingCertificationEmailDomainRequest$ = [
626
626
  3,
627
627
  n0,
628
628
  _DATCEDR,
@@ -630,7 +630,7 @@ var DisassociateAwsTrainingCertificationEmailDomainRequest = [
630
630
  [_C, _I, _CT, _DN],
631
631
  [0, 0, [0, 4], 0],
632
632
  ];
633
- var DisassociateAwsTrainingCertificationEmailDomainResponse = [
633
+ var DisassociateAwsTrainingCertificationEmailDomainResponse$ = [
634
634
  3,
635
635
  n0,
636
636
  _DATCEDRi,
@@ -638,19 +638,19 @@ var DisassociateAwsTrainingCertificationEmailDomainResponse = [
638
638
  [],
639
639
  [],
640
640
  ];
641
- var ErrorDetail = [3, n0, _ED, 0, [_L, _M, _R], [0, 0, 0]];
642
- var FieldValidationError = [3, n0, _FVE, 0, [_N, _M, _Cod], [0, 0, 0]];
643
- var GetAllianceLeadContactRequest = [3, n0, _GALCR, 0, [_C, _I], [0, 0]];
644
- var GetAllianceLeadContactResponse = [
641
+ var ErrorDetail$ = [3, n0, _ED, 0, [_L, _M, _R], [0, 0, 0]];
642
+ var FieldValidationError$ = [3, n0, _FVE, 0, [_N, _M, _Cod], [0, 0, 0]];
643
+ var GetAllianceLeadContactRequest$ = [3, n0, _GALCR, 0, [_C, _I], [0, 0]];
644
+ var GetAllianceLeadContactResponse$ = [
645
645
  3,
646
646
  n0,
647
647
  _GALCRe,
648
648
  0,
649
649
  [_C, _A, _Id, _ALC],
650
- [0, 0, 0, [() => AllianceLeadContact, 0]],
650
+ [0, 0, 0, [() => AllianceLeadContact$, 0]],
651
651
  ];
652
- var GetConnectionInvitationRequest = [3, n0, _GCIR, 0, [_C, _I], [0, 0]];
653
- var GetConnectionInvitationResponse = [
652
+ var GetConnectionInvitationRequest$ = [3, n0, _GCIR, 0, [_C, _I], [0, 0]];
653
+ var GetConnectionInvitationResponse$ = [
654
654
  3,
655
655
  n0,
656
656
  _GCIRe,
@@ -658,8 +658,8 @@ var GetConnectionInvitationResponse = [
658
658
  [_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
659
659
  [0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
660
660
  ];
661
- var GetConnectionPreferencesRequest = [3, n0, _GCPR, 0, [_C], [0]];
662
- var GetConnectionPreferencesResponse = [
661
+ var GetConnectionPreferencesRequest$ = [3, n0, _GCPR, 0, [_C], [0]];
662
+ var GetConnectionPreferencesResponse$ = [
663
663
  3,
664
664
  n0,
665
665
  _GCPRe,
@@ -667,8 +667,8 @@ var GetConnectionPreferencesResponse = [
667
667
  [_C, _A, _AT, _EPI, _UA, _Re],
668
668
  [0, 0, 0, 64 | 0, 5, 1],
669
669
  ];
670
- var GetConnectionRequest = [3, n0, _GCR, 0, [_C, _I], [0, 0]];
671
- var GetConnectionResponse = [
670
+ var GetConnectionRequest$ = [3, n0, _GCR, 0, [_C, _I], [0, 0]];
671
+ var GetConnectionResponse$ = [
672
672
  3,
673
673
  n0,
674
674
  _GCRe,
@@ -676,26 +676,26 @@ var GetConnectionResponse = [
676
676
  [_C, _Id, _A, _OPAI, _UA, _CTon],
677
677
  [0, 0, 0, 0, 5, [() => ConnectionTypeDetailMap, 0]],
678
678
  ];
679
- var GetPartnerRequest = [3, n0, _GPR, 0, [_C, _I], [0, 0]];
680
- var GetPartnerResponse = [
679
+ var GetPartnerRequest$ = [3, n0, _GPR, 0, [_C, _I], [0, 0]];
680
+ var GetPartnerResponse$ = [
681
681
  3,
682
682
  n0,
683
683
  _GPRe,
684
684
  0,
685
685
  [_C, _A, _Id, _LN, _CA, _P, _ATCED],
686
- [0, 0, 0, [() => SensitiveUnicodeString, 0], 5, () => PartnerProfile, () => PartnerDomainList],
686
+ [0, 0, 0, [() => SensitiveUnicodeString, 0], 5, () => PartnerProfile$, () => PartnerDomainList],
687
687
  ];
688
- var GetProfileUpdateTaskRequest = [3, n0, _GPUTR, 0, [_C, _I], [0, 0]];
689
- var GetProfileUpdateTaskResponse = [
688
+ var GetProfileUpdateTaskRequest$ = [3, n0, _GPUTR, 0, [_C, _I], [0, 0]];
689
+ var GetProfileUpdateTaskResponse$ = [
690
690
  3,
691
691
  n0,
692
692
  _GPUTRe,
693
693
  0,
694
694
  [_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
695
- [0, 0, 0, 0, () => TaskDetails, 5, 0, 5, () => ErrorDetailList],
695
+ [0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
696
696
  ];
697
- var GetProfileVisibilityRequest = [3, n0, _GPVR, 0, [_C, _I], [0, 0]];
698
- var GetProfileVisibilityResponse = [
697
+ var GetProfileVisibilityRequest$ = [3, n0, _GPVR, 0, [_C, _I], [0, 0]];
698
+ var GetProfileVisibilityResponse$ = [
699
699
  3,
700
700
  n0,
701
701
  _GPVRe,
@@ -703,18 +703,18 @@ var GetProfileVisibilityResponse = [
703
703
  [_C, _A, _Id, _V, _PI],
704
704
  [0, 0, 0, 0, 0],
705
705
  ];
706
- var GetVerificationRequest = [3, n0, _GVR, 0, [_VT], [0]];
707
- var GetVerificationResponse = [
706
+ var GetVerificationRequest$ = [3, n0, _GVR, 0, [_VT], [0]];
707
+ var GetVerificationResponse$ = [
708
708
  3,
709
709
  n0,
710
710
  _GVRe,
711
711
  0,
712
712
  [_VT, _VS, _VSR, _VRD, _SA, _CAo],
713
- [0, 0, 0, [() => VerificationResponseDetails, 0], 5, 5],
713
+ [0, 0, 0, [() => VerificationResponseDetails$, 0], 5, 5],
714
714
  ];
715
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
716
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
717
- var ListConnectionInvitationsRequest = [
715
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
716
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
717
+ var ListConnectionInvitationsRequest$ = [
718
718
  3,
719
719
  n0,
720
720
  _LCIR,
@@ -722,7 +722,7 @@ var ListConnectionInvitationsRequest = [
722
722
  [_C, _NT, _CTo, _MR, _OPIt, _PT, _S],
723
723
  [0, 0, 0, 1, 64 | 0, 0, 0],
724
724
  ];
725
- var ListConnectionInvitationsResponse = [
725
+ var ListConnectionInvitationsResponse$ = [
726
726
  3,
727
727
  n0,
728
728
  _LCIRi,
@@ -730,7 +730,7 @@ var ListConnectionInvitationsResponse = [
730
730
  [_CISo, _NT],
731
731
  [() => ConnectionInvitationSummaryList, 0],
732
732
  ];
733
- var ListConnectionsRequest = [
733
+ var ListConnectionsRequest$ = [
734
734
  3,
735
735
  n0,
736
736
  _LCR,
@@ -738,7 +738,7 @@ var ListConnectionsRequest = [
738
738
  [_C, _NT, _CTo, _MR, _OPIt],
739
739
  [0, 0, 0, 1, 64 | 0],
740
740
  ];
741
- var ListConnectionsResponse = [
741
+ var ListConnectionsResponse$ = [
742
742
  3,
743
743
  n0,
744
744
  _LCRi,
@@ -746,8 +746,8 @@ var ListConnectionsResponse = [
746
746
  [_CSo, _NT],
747
747
  [() => ConnectionSummaryList, 0],
748
748
  ];
749
- var ListPartnersRequest = [3, n0, _LPR, 0, [_C, _NT], [0, 0]];
750
- var ListPartnersResponse = [
749
+ var ListPartnersRequest$ = [3, n0, _LPR, 0, [_C, _NT], [0, 0]];
750
+ var ListPartnersResponse$ = [
751
751
  3,
752
752
  n0,
753
753
  _LPRi,
@@ -755,11 +755,11 @@ var ListPartnersResponse = [
755
755
  [_PSL, _NT],
756
756
  [[() => PartnerSummaryList, 0], 0],
757
757
  ];
758
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
759
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _T], [0, () => TagList]];
760
- var LocalizedContent = [3, n0, _LC, 0, [_DNi, _D, _WU, _LU, _L], [0, 0, 0, 0, 0]];
761
- var PartnerDomain = [3, n0, _PD, 0, [_DN, _RAe], [0, 5]];
762
- var PartnerProfile = [
758
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
759
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RA, _T], [0, () => TagList]];
760
+ var LocalizedContent$ = [3, n0, _LC, 0, [_DNi, _D, _WU, _LU, _L], [0, 0, 0, 0, 0]];
761
+ var PartnerDomain$ = [3, n0, _PD, 0, [_DN, _RAe], [0, 5]];
762
+ var PartnerProfile$ = [
763
763
  3,
764
764
  n0,
765
765
  _PP,
@@ -767,8 +767,8 @@ var PartnerProfile = [
767
767
  [_DNi, _D, _WU, _LU, _PST, _IS, _TSL, _LCo, _PI],
768
768
  [0, 0, 0, 0, 0, 64 | 0, 0, () => LocalizedContentList, 0],
769
769
  ];
770
- var PartnerProfileSummary = [3, n0, _PPS, 0, [_Id, _N], [0, 0]];
771
- var PartnerSummary = [
770
+ var PartnerProfileSummary$ = [3, n0, _PPS, 0, [_Id, _N], [0, 0]];
771
+ var PartnerSummary$ = [
772
772
  3,
773
773
  n0,
774
774
  _PS,
@@ -776,24 +776,24 @@ var PartnerSummary = [
776
776
  [_C, _A, _Id, _LN, _CA],
777
777
  [0, 0, 0, [() => SensitiveUnicodeString, 0], 5],
778
778
  ];
779
- var PutAllianceLeadContactRequest = [
779
+ var PutAllianceLeadContactRequest$ = [
780
780
  3,
781
781
  n0,
782
782
  _PALCR,
783
783
  0,
784
784
  [_C, _I, _ALC, _EVC],
785
- [0, 0, [() => AllianceLeadContact, 0], [() => EmailVerificationCode, 0]],
785
+ [0, 0, [() => AllianceLeadContact$, 0], [() => EmailVerificationCode, 0]],
786
786
  ];
787
- var PutAllianceLeadContactResponse = [
787
+ var PutAllianceLeadContactResponse$ = [
788
788
  3,
789
789
  n0,
790
790
  _PALCRu,
791
791
  0,
792
792
  [_C, _A, _Id, _ALC],
793
- [0, 0, 0, [() => AllianceLeadContact, 0]],
793
+ [0, 0, 0, [() => AllianceLeadContact$, 0]],
794
794
  ];
795
- var PutProfileVisibilityRequest = [3, n0, _PPVR, 0, [_C, _I, _V], [0, 0, 0]];
796
- var PutProfileVisibilityResponse = [
795
+ var PutProfileVisibilityRequest$ = [3, n0, _PPVR, 0, [_C, _I, _V], [0, 0, 0]];
796
+ var PutProfileVisibilityResponse$ = [
797
797
  3,
798
798
  n0,
799
799
  _PPVRu,
@@ -801,9 +801,9 @@ var PutProfileVisibilityResponse = [
801
801
  [_C, _A, _Id, _V, _PI],
802
802
  [0, 0, 0, 0, 0],
803
803
  ];
804
- var RegistrantVerificationDetails = [3, n0, _RVD, 0, [], []];
805
- var RegistrantVerificationResponse = [3, n0, _RVR, 0, [_CU, _CUEA], [0, 5]];
806
- var RejectConnectionInvitationRequest = [
804
+ var RegistrantVerificationDetails$ = [3, n0, _RVD, 0, [], []];
805
+ var RegistrantVerificationResponse$ = [3, n0, _RVR, 0, [_CU, _CUEA], [0, 5]];
806
+ var RejectConnectionInvitationRequest$ = [
807
807
  3,
808
808
  n0,
809
809
  _RCIR,
@@ -811,7 +811,7 @@ var RejectConnectionInvitationRequest = [
811
811
  [_C, _I, _CT, _R],
812
812
  [0, 0, [0, 4], 0],
813
813
  ];
814
- var RejectConnectionInvitationResponse = [
814
+ var RejectConnectionInvitationResponse$ = [
815
815
  3,
816
816
  n0,
817
817
  _RCIRe,
@@ -819,12 +819,12 @@ var RejectConnectionInvitationResponse = [
819
819
  [_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
820
820
  [0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
821
821
  ];
822
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
823
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
824
- var SellerProfileSummary = [3, n0, _SPS, 0, [_Id, _N], [0, 0]];
825
- var SendEmailVerificationCodeRequest = [3, n0, _SEVCR, 0, [_C, _E], [0, 0]];
826
- var SendEmailVerificationCodeResponse = [3, n0, _SEVCRe, 0, [], []];
827
- var ServiceQuotaExceededException = [
822
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
823
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
824
+ var SellerProfileSummary$ = [3, n0, _SPS, 0, [_Id, _N], [0, 0]];
825
+ var SendEmailVerificationCodeRequest$ = [3, n0, _SEVCR, 0, [_C, _E], [0, 0]];
826
+ var SendEmailVerificationCodeResponse$ = [3, n0, _SEVCRe, 0, [], []];
827
+ var ServiceQuotaExceededException$ = [
828
828
  -3,
829
829
  n0,
830
830
  _SQEE,
@@ -832,24 +832,24 @@ var ServiceQuotaExceededException = [
832
832
  [_M, _R],
833
833
  [0, 0],
834
834
  ];
835
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
836
- var StartProfileUpdateTaskRequest = [
835
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
836
+ var StartProfileUpdateTaskRequest$ = [
837
837
  3,
838
838
  n0,
839
839
  _SPUTR,
840
840
  0,
841
841
  [_C, _I, _CT, _TD],
842
- [0, 0, [0, 4], () => TaskDetails],
842
+ [0, 0, [0, 4], () => TaskDetails$],
843
843
  ];
844
- var StartProfileUpdateTaskResponse = [
844
+ var StartProfileUpdateTaskResponse$ = [
845
845
  3,
846
846
  n0,
847
847
  _SPUTRt,
848
848
  0,
849
849
  [_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
850
- [0, 0, 0, 0, () => TaskDetails, 5, 0, 5, () => ErrorDetailList],
850
+ [0, 0, 0, 0, () => TaskDetails$, 5, 0, 5, () => ErrorDetailList],
851
851
  ];
852
- var StartVerificationRequest = [
852
+ var StartVerificationRequest$ = [
853
853
  3,
854
854
  n0,
855
855
  _SVR,
@@ -857,21 +857,21 @@ var StartVerificationRequest = [
857
857
  [_CT, _VD],
858
858
  [
859
859
  [0, 4],
860
- [() => VerificationDetails, 0],
860
+ [() => VerificationDetails$, 0],
861
861
  ],
862
862
  ];
863
- var StartVerificationResponse = [
863
+ var StartVerificationResponse$ = [
864
864
  3,
865
865
  n0,
866
866
  _SVRt,
867
867
  0,
868
868
  [_VT, _VS, _VSR, _VRD, _SA, _CAo],
869
- [0, 0, 0, [() => VerificationResponseDetails, 0], 5, 5],
869
+ [0, 0, 0, [() => VerificationResponseDetails$, 0], 5, 5],
870
870
  ];
871
- var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
872
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
873
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
874
- var TaskDetails = [
871
+ var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
872
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
873
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
874
+ var TaskDetails$ = [
875
875
  3,
876
876
  n0,
877
877
  _TD,
@@ -879,11 +879,11 @@ var TaskDetails = [
879
879
  [_DNi, _D, _WU, _LU, _PST, _IS, _TSL, _LCo],
880
880
  [0, 0, 0, 0, 0, 64 | 0, 0, () => LocalizedContentList],
881
881
  ];
882
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
883
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
884
- var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
885
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
886
- var UpdateConnectionPreferencesRequest = [
882
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
883
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
884
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
885
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
886
+ var UpdateConnectionPreferencesRequest$ = [
887
887
  3,
888
888
  n0,
889
889
  _UCPR,
@@ -891,7 +891,7 @@ var UpdateConnectionPreferencesRequest = [
891
891
  [_C, _Re, _AT, _EPIx],
892
892
  [0, 1, 0, 64 | 0],
893
893
  ];
894
- var UpdateConnectionPreferencesResponse = [
894
+ var UpdateConnectionPreferencesResponse$ = [
895
895
  3,
896
896
  n0,
897
897
  _UCPRp,
@@ -899,7 +899,7 @@ var UpdateConnectionPreferencesResponse = [
899
899
  [_C, _A, _AT, _EPI, _UA, _Re],
900
900
  [0, 0, 0, 64 | 0, 5, 1],
901
901
  ];
902
- var ValidationException = [
902
+ var ValidationException$ = [
903
903
  -3,
904
904
  n0,
905
905
  _VE,
@@ -907,8 +907,8 @@ var ValidationException = [
907
907
  [_M, _R, _EDr],
908
908
  [0, 0, () => ValidationErrorList],
909
909
  ];
910
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
911
- var PartnerCentralAccountServiceException = [
910
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
911
+ var PartnerCentralAccountServiceException$ = [
912
912
  -3,
913
913
  _sm,
914
914
  "PartnerCentralAccountServiceException",
@@ -916,259 +916,266 @@ var PartnerCentralAccountServiceException = [
916
916
  [],
917
917
  [],
918
918
  ];
919
- schema.TypeRegistry.for(_sm).registerError(PartnerCentralAccountServiceException, PartnerCentralAccountServiceException$1);
920
- var ConnectionInvitationSummaryList = [1, n0, _CISL, 0, () => ConnectionInvitationSummary];
921
- var ConnectionSummaryList = [1, n0, _CSL, 0, () => ConnectionSummary];
922
- var ErrorDetailList = [1, n0, _EDL, 0, () => ErrorDetail];
923
- var LocalizedContentList = [1, n0, _LCL, 0, () => LocalizedContent];
924
- var PartnerDomainList = [1, n0, _PDL, 0, () => PartnerDomain];
925
- var PartnerSummaryList = [1, n0, _PSL, 0, [() => PartnerSummary, 0]];
926
- var TagList = [1, n0, _TL, 0, () => Tag];
927
- var ValidationErrorList = [1, n0, _VEL, 0, () => ValidationError];
928
- var ConnectionTypeDetailMap = [2, n0, _CTDM, 0, [0, 0], [() => ConnectionTypeDetail, 0]];
929
- var ConnectionTypeSummaryMap = [2, n0, _CTSM, 0, 0, () => ConnectionTypeSummary];
930
- var Participant = [
919
+ schema.TypeRegistry.for(_sm).registerError(PartnerCentralAccountServiceException$, PartnerCentralAccountServiceException);
920
+ var ConnectionInvitationSummaryList = [1, n0, _CISL, 0, () => ConnectionInvitationSummary$];
921
+ var ConnectionSummaryList = [1, n0, _CSL, 0, () => ConnectionSummary$];
922
+ var ErrorDetailList = [1, n0, _EDL, 0, () => ErrorDetail$];
923
+ var LocalizedContentList = [1, n0, _LCL, 0, () => LocalizedContent$];
924
+ var PartnerDomainList = [1, n0, _PDL, 0, () => PartnerDomain$];
925
+ var PartnerSummaryList = [1, n0, _PSL, 0, [() => PartnerSummary$, 0]];
926
+ var TagList = [1, n0, _TL, 0, () => Tag$];
927
+ var ValidationErrorList = [1, n0, _VEL, 0, () => ValidationError$];
928
+ var ConnectionTypeDetailMap = [2, n0, _CTDM, 0, [0, 0], [() => ConnectionTypeDetail$, 0]];
929
+ var ConnectionTypeSummaryMap = [2, n0, _CTSM, 0, 0, () => ConnectionTypeSummary$];
930
+ var Participant$ = [
931
931
  3,
932
932
  n0,
933
933
  _Pa,
934
934
  0,
935
935
  [_PP, _SP, _Ac],
936
- [() => PartnerProfileSummary, () => SellerProfileSummary, () => AccountSummary],
936
+ [() => PartnerProfileSummary$, () => SellerProfileSummary$, () => AccountSummary$],
937
937
  ];
938
- var ValidationError = [
938
+ var ValidationError$ = [
939
939
  3,
940
940
  n0,
941
941
  _VEa,
942
942
  0,
943
943
  [_FVE, _BVE],
944
- [() => FieldValidationError, () => BusinessValidationError],
944
+ [() => FieldValidationError$, () => BusinessValidationError$],
945
945
  ];
946
- var VerificationDetails = [
946
+ var VerificationDetails$ = [
947
947
  3,
948
948
  n0,
949
949
  _VD,
950
950
  0,
951
951
  [_BVD, _RVD],
952
- [[() => BusinessVerificationDetails, 0], () => RegistrantVerificationDetails],
952
+ [[() => BusinessVerificationDetails$, 0], () => RegistrantVerificationDetails$],
953
953
  ];
954
- var VerificationResponseDetails = [
954
+ var VerificationResponseDetails$ = [
955
955
  3,
956
956
  n0,
957
957
  _VRD,
958
958
  0,
959
959
  [_BVR, _RVR],
960
- [[() => BusinessVerificationResponse, 0], () => RegistrantVerificationResponse],
960
+ [[() => BusinessVerificationResponse$, 0], () => RegistrantVerificationResponse$],
961
961
  ];
962
- var AcceptConnectionInvitation = [
962
+ var AcceptConnectionInvitation$ = [
963
963
  9,
964
964
  n0,
965
965
  _ACI,
966
966
  0,
967
- () => AcceptConnectionInvitationRequest,
968
- () => AcceptConnectionInvitationResponse,
967
+ () => AcceptConnectionInvitationRequest$,
968
+ () => AcceptConnectionInvitationResponse$,
969
969
  ];
970
- var AssociateAwsTrainingCertificationEmailDomain = [
970
+ var AssociateAwsTrainingCertificationEmailDomain$ = [
971
971
  9,
972
972
  n0,
973
973
  _AATCED,
974
974
  2,
975
- () => AssociateAwsTrainingCertificationEmailDomainRequest,
976
- () => AssociateAwsTrainingCertificationEmailDomainResponse,
975
+ () => AssociateAwsTrainingCertificationEmailDomainRequest$,
976
+ () => AssociateAwsTrainingCertificationEmailDomainResponse$,
977
977
  ];
978
- var CancelConnection = [
978
+ var CancelConnection$ = [
979
979
  9,
980
980
  n0,
981
981
  _CCa,
982
982
  0,
983
- () => CancelConnectionRequest,
984
- () => CancelConnectionResponse,
983
+ () => CancelConnectionRequest$,
984
+ () => CancelConnectionResponse$,
985
985
  ];
986
- var CancelConnectionInvitation = [
986
+ var CancelConnectionInvitation$ = [
987
987
  9,
988
988
  n0,
989
989
  _CCI,
990
990
  0,
991
- () => CancelConnectionInvitationRequest,
992
- () => CancelConnectionInvitationResponse,
991
+ () => CancelConnectionInvitationRequest$,
992
+ () => CancelConnectionInvitationResponse$,
993
993
  ];
994
- var CancelProfileUpdateTask = [
994
+ var CancelProfileUpdateTask$ = [
995
995
  9,
996
996
  n0,
997
997
  _CPUT,
998
998
  0,
999
- () => CancelProfileUpdateTaskRequest,
1000
- () => CancelProfileUpdateTaskResponse,
999
+ () => CancelProfileUpdateTaskRequest$,
1000
+ () => CancelProfileUpdateTaskResponse$,
1001
1001
  ];
1002
- var CreateConnectionInvitation = [
1002
+ var CreateConnectionInvitation$ = [
1003
1003
  9,
1004
1004
  n0,
1005
1005
  _CCIr,
1006
1006
  0,
1007
- () => CreateConnectionInvitationRequest,
1008
- () => CreateConnectionInvitationResponse,
1007
+ () => CreateConnectionInvitationRequest$,
1008
+ () => CreateConnectionInvitationResponse$,
1009
1009
  ];
1010
- var CreatePartner = [
1010
+ var CreatePartner$ = [
1011
1011
  9,
1012
1012
  n0,
1013
1013
  _CP,
1014
1014
  2,
1015
- () => CreatePartnerRequest,
1016
- () => CreatePartnerResponse,
1015
+ () => CreatePartnerRequest$,
1016
+ () => CreatePartnerResponse$,
1017
1017
  ];
1018
- var DisassociateAwsTrainingCertificationEmailDomain = [
1018
+ var DisassociateAwsTrainingCertificationEmailDomain$ = [
1019
1019
  9,
1020
1020
  n0,
1021
1021
  _DATCED,
1022
1022
  2,
1023
- () => DisassociateAwsTrainingCertificationEmailDomainRequest,
1024
- () => DisassociateAwsTrainingCertificationEmailDomainResponse,
1023
+ () => DisassociateAwsTrainingCertificationEmailDomainRequest$,
1024
+ () => DisassociateAwsTrainingCertificationEmailDomainResponse$,
1025
1025
  ];
1026
- var GetAllianceLeadContact = [
1026
+ var GetAllianceLeadContact$ = [
1027
1027
  9,
1028
1028
  n0,
1029
1029
  _GALC,
1030
1030
  0,
1031
- () => GetAllianceLeadContactRequest,
1032
- () => GetAllianceLeadContactResponse,
1031
+ () => GetAllianceLeadContactRequest$,
1032
+ () => GetAllianceLeadContactResponse$,
1033
1033
  ];
1034
- var GetConnection = [
1034
+ var GetConnection$ = [
1035
1035
  9,
1036
1036
  n0,
1037
1037
  _GC,
1038
1038
  0,
1039
- () => GetConnectionRequest,
1040
- () => GetConnectionResponse,
1039
+ () => GetConnectionRequest$,
1040
+ () => GetConnectionResponse$,
1041
1041
  ];
1042
- var GetConnectionInvitation = [
1042
+ var GetConnectionInvitation$ = [
1043
1043
  9,
1044
1044
  n0,
1045
1045
  _GCI,
1046
1046
  0,
1047
- () => GetConnectionInvitationRequest,
1048
- () => GetConnectionInvitationResponse,
1047
+ () => GetConnectionInvitationRequest$,
1048
+ () => GetConnectionInvitationResponse$,
1049
1049
  ];
1050
- var GetConnectionPreferences = [
1050
+ var GetConnectionPreferences$ = [
1051
1051
  9,
1052
1052
  n0,
1053
1053
  _GCP,
1054
1054
  0,
1055
- () => GetConnectionPreferencesRequest,
1056
- () => GetConnectionPreferencesResponse,
1055
+ () => GetConnectionPreferencesRequest$,
1056
+ () => GetConnectionPreferencesResponse$,
1057
1057
  ];
1058
- var GetPartner = [9, n0, _GP, 0, () => GetPartnerRequest, () => GetPartnerResponse];
1059
- var GetProfileUpdateTask = [
1058
+ var GetPartner$ = [9, n0, _GP, 0, () => GetPartnerRequest$, () => GetPartnerResponse$];
1059
+ var GetProfileUpdateTask$ = [
1060
1060
  9,
1061
1061
  n0,
1062
1062
  _GPUT,
1063
1063
  0,
1064
- () => GetProfileUpdateTaskRequest,
1065
- () => GetProfileUpdateTaskResponse,
1064
+ () => GetProfileUpdateTaskRequest$,
1065
+ () => GetProfileUpdateTaskResponse$,
1066
1066
  ];
1067
- var GetProfileVisibility = [
1067
+ var GetProfileVisibility$ = [
1068
1068
  9,
1069
1069
  n0,
1070
1070
  _GPV,
1071
1071
  0,
1072
- () => GetProfileVisibilityRequest,
1073
- () => GetProfileVisibilityResponse,
1072
+ () => GetProfileVisibilityRequest$,
1073
+ () => GetProfileVisibilityResponse$,
1074
1074
  ];
1075
- var GetVerification = [
1075
+ var GetVerification$ = [
1076
1076
  9,
1077
1077
  n0,
1078
1078
  _GV,
1079
1079
  0,
1080
- () => GetVerificationRequest,
1081
- () => GetVerificationResponse,
1080
+ () => GetVerificationRequest$,
1081
+ () => GetVerificationResponse$,
1082
1082
  ];
1083
- var ListConnectionInvitations = [
1083
+ var ListConnectionInvitations$ = [
1084
1084
  9,
1085
1085
  n0,
1086
1086
  _LCI,
1087
1087
  0,
1088
- () => ListConnectionInvitationsRequest,
1089
- () => ListConnectionInvitationsResponse,
1088
+ () => ListConnectionInvitationsRequest$,
1089
+ () => ListConnectionInvitationsResponse$,
1090
1090
  ];
1091
- var ListConnections = [
1091
+ var ListConnections$ = [
1092
1092
  9,
1093
1093
  n0,
1094
1094
  _LCi,
1095
1095
  0,
1096
- () => ListConnectionsRequest,
1097
- () => ListConnectionsResponse,
1096
+ () => ListConnectionsRequest$,
1097
+ () => ListConnectionsResponse$,
1098
+ ];
1099
+ var ListPartners$ = [
1100
+ 9,
1101
+ n0,
1102
+ _LP,
1103
+ 0,
1104
+ () => ListPartnersRequest$,
1105
+ () => ListPartnersResponse$,
1098
1106
  ];
1099
- var ListPartners = [9, n0, _LP, 0, () => ListPartnersRequest, () => ListPartnersResponse];
1100
- var ListTagsForResource = [
1107
+ var ListTagsForResource$ = [
1101
1108
  9,
1102
1109
  n0,
1103
1110
  _LTFR,
1104
1111
  0,
1105
- () => ListTagsForResourceRequest,
1106
- () => ListTagsForResourceResponse,
1112
+ () => ListTagsForResourceRequest$,
1113
+ () => ListTagsForResourceResponse$,
1107
1114
  ];
1108
- var PutAllianceLeadContact = [
1115
+ var PutAllianceLeadContact$ = [
1109
1116
  9,
1110
1117
  n0,
1111
1118
  _PALC,
1112
1119
  0,
1113
- () => PutAllianceLeadContactRequest,
1114
- () => PutAllianceLeadContactResponse,
1120
+ () => PutAllianceLeadContactRequest$,
1121
+ () => PutAllianceLeadContactResponse$,
1115
1122
  ];
1116
- var PutProfileVisibility = [
1123
+ var PutProfileVisibility$ = [
1117
1124
  9,
1118
1125
  n0,
1119
1126
  _PPV,
1120
1127
  0,
1121
- () => PutProfileVisibilityRequest,
1122
- () => PutProfileVisibilityResponse,
1128
+ () => PutProfileVisibilityRequest$,
1129
+ () => PutProfileVisibilityResponse$,
1123
1130
  ];
1124
- var RejectConnectionInvitation = [
1131
+ var RejectConnectionInvitation$ = [
1125
1132
  9,
1126
1133
  n0,
1127
1134
  _RCI,
1128
1135
  0,
1129
- () => RejectConnectionInvitationRequest,
1130
- () => RejectConnectionInvitationResponse,
1136
+ () => RejectConnectionInvitationRequest$,
1137
+ () => RejectConnectionInvitationResponse$,
1131
1138
  ];
1132
- var SendEmailVerificationCode = [
1139
+ var SendEmailVerificationCode$ = [
1133
1140
  9,
1134
1141
  n0,
1135
1142
  _SEVC,
1136
1143
  0,
1137
- () => SendEmailVerificationCodeRequest,
1138
- () => SendEmailVerificationCodeResponse,
1144
+ () => SendEmailVerificationCodeRequest$,
1145
+ () => SendEmailVerificationCodeResponse$,
1139
1146
  ];
1140
- var StartProfileUpdateTask = [
1147
+ var StartProfileUpdateTask$ = [
1141
1148
  9,
1142
1149
  n0,
1143
1150
  _SPUT,
1144
1151
  2,
1145
- () => StartProfileUpdateTaskRequest,
1146
- () => StartProfileUpdateTaskResponse,
1152
+ () => StartProfileUpdateTaskRequest$,
1153
+ () => StartProfileUpdateTaskResponse$,
1147
1154
  ];
1148
- var StartVerification = [
1155
+ var StartVerification$ = [
1149
1156
  9,
1150
1157
  n0,
1151
1158
  _SV,
1152
1159
  2,
1153
- () => StartVerificationRequest,
1154
- () => StartVerificationResponse,
1160
+ () => StartVerificationRequest$,
1161
+ () => StartVerificationResponse$,
1155
1162
  ];
1156
- var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => TagResourceResponse];
1157
- var UntagResource = [
1163
+ var TagResource$ = [9, n0, _TR, 2, () => TagResourceRequest$, () => TagResourceResponse$];
1164
+ var UntagResource$ = [
1158
1165
  9,
1159
1166
  n0,
1160
1167
  _UR,
1161
1168
  2,
1162
- () => UntagResourceRequest,
1163
- () => UntagResourceResponse,
1169
+ () => UntagResourceRequest$,
1170
+ () => UntagResourceResponse$,
1164
1171
  ];
1165
- var UpdateConnectionPreferences = [
1172
+ var UpdateConnectionPreferences$ = [
1166
1173
  9,
1167
1174
  n0,
1168
1175
  _UCP,
1169
1176
  2,
1170
- () => UpdateConnectionPreferencesRequest,
1171
- () => UpdateConnectionPreferencesResponse,
1177
+ () => UpdateConnectionPreferencesRequest$,
1178
+ () => UpdateConnectionPreferencesResponse$,
1172
1179
  ];
1173
1180
 
1174
1181
  class AcceptConnectionInvitationCommand extends smithyClient.Command
@@ -1179,7 +1186,7 @@ class AcceptConnectionInvitationCommand extends smithyClient.Command
1179
1186
  })
1180
1187
  .s("PartnerCentralAccount", "AcceptConnectionInvitation", {})
1181
1188
  .n("PartnerCentralAccountClient", "AcceptConnectionInvitationCommand")
1182
- .sc(AcceptConnectionInvitation)
1189
+ .sc(AcceptConnectionInvitation$)
1183
1190
  .build() {
1184
1191
  }
1185
1192
 
@@ -1191,7 +1198,7 @@ class AssociateAwsTrainingCertificationEmailDomainCommand extends smithyClient.C
1191
1198
  })
1192
1199
  .s("PartnerCentralAccount", "AssociateAwsTrainingCertificationEmailDomain", {})
1193
1200
  .n("PartnerCentralAccountClient", "AssociateAwsTrainingCertificationEmailDomainCommand")
1194
- .sc(AssociateAwsTrainingCertificationEmailDomain)
1201
+ .sc(AssociateAwsTrainingCertificationEmailDomain$)
1195
1202
  .build() {
1196
1203
  }
1197
1204
 
@@ -1203,7 +1210,7 @@ class CancelConnectionCommand extends smithyClient.Command
1203
1210
  })
1204
1211
  .s("PartnerCentralAccount", "CancelConnection", {})
1205
1212
  .n("PartnerCentralAccountClient", "CancelConnectionCommand")
1206
- .sc(CancelConnection)
1213
+ .sc(CancelConnection$)
1207
1214
  .build() {
1208
1215
  }
1209
1216
 
@@ -1215,7 +1222,7 @@ class CancelConnectionInvitationCommand extends smithyClient.Command
1215
1222
  })
1216
1223
  .s("PartnerCentralAccount", "CancelConnectionInvitation", {})
1217
1224
  .n("PartnerCentralAccountClient", "CancelConnectionInvitationCommand")
1218
- .sc(CancelConnectionInvitation)
1225
+ .sc(CancelConnectionInvitation$)
1219
1226
  .build() {
1220
1227
  }
1221
1228
 
@@ -1227,7 +1234,7 @@ class CancelProfileUpdateTaskCommand extends smithyClient.Command
1227
1234
  })
1228
1235
  .s("PartnerCentralAccount", "CancelProfileUpdateTask", {})
1229
1236
  .n("PartnerCentralAccountClient", "CancelProfileUpdateTaskCommand")
1230
- .sc(CancelProfileUpdateTask)
1237
+ .sc(CancelProfileUpdateTask$)
1231
1238
  .build() {
1232
1239
  }
1233
1240
 
@@ -1239,7 +1246,7 @@ class CreateConnectionInvitationCommand extends smithyClient.Command
1239
1246
  })
1240
1247
  .s("PartnerCentralAccount", "CreateConnectionInvitation", {})
1241
1248
  .n("PartnerCentralAccountClient", "CreateConnectionInvitationCommand")
1242
- .sc(CreateConnectionInvitation)
1249
+ .sc(CreateConnectionInvitation$)
1243
1250
  .build() {
1244
1251
  }
1245
1252
 
@@ -1251,7 +1258,7 @@ class CreatePartnerCommand extends smithyClient.Command
1251
1258
  })
1252
1259
  .s("PartnerCentralAccount", "CreatePartner", {})
1253
1260
  .n("PartnerCentralAccountClient", "CreatePartnerCommand")
1254
- .sc(CreatePartner)
1261
+ .sc(CreatePartner$)
1255
1262
  .build() {
1256
1263
  }
1257
1264
 
@@ -1263,7 +1270,7 @@ class DisassociateAwsTrainingCertificationEmailDomainCommand extends smithyClien
1263
1270
  })
1264
1271
  .s("PartnerCentralAccount", "DisassociateAwsTrainingCertificationEmailDomain", {})
1265
1272
  .n("PartnerCentralAccountClient", "DisassociateAwsTrainingCertificationEmailDomainCommand")
1266
- .sc(DisassociateAwsTrainingCertificationEmailDomain)
1273
+ .sc(DisassociateAwsTrainingCertificationEmailDomain$)
1267
1274
  .build() {
1268
1275
  }
1269
1276
 
@@ -1275,7 +1282,7 @@ class GetAllianceLeadContactCommand extends smithyClient.Command
1275
1282
  })
1276
1283
  .s("PartnerCentralAccount", "GetAllianceLeadContact", {})
1277
1284
  .n("PartnerCentralAccountClient", "GetAllianceLeadContactCommand")
1278
- .sc(GetAllianceLeadContact)
1285
+ .sc(GetAllianceLeadContact$)
1279
1286
  .build() {
1280
1287
  }
1281
1288
 
@@ -1287,7 +1294,7 @@ class GetConnectionCommand extends smithyClient.Command
1287
1294
  })
1288
1295
  .s("PartnerCentralAccount", "GetConnection", {})
1289
1296
  .n("PartnerCentralAccountClient", "GetConnectionCommand")
1290
- .sc(GetConnection)
1297
+ .sc(GetConnection$)
1291
1298
  .build() {
1292
1299
  }
1293
1300
 
@@ -1299,7 +1306,7 @@ class GetConnectionInvitationCommand extends smithyClient.Command
1299
1306
  })
1300
1307
  .s("PartnerCentralAccount", "GetConnectionInvitation", {})
1301
1308
  .n("PartnerCentralAccountClient", "GetConnectionInvitationCommand")
1302
- .sc(GetConnectionInvitation)
1309
+ .sc(GetConnectionInvitation$)
1303
1310
  .build() {
1304
1311
  }
1305
1312
 
@@ -1311,7 +1318,7 @@ class GetConnectionPreferencesCommand extends smithyClient.Command
1311
1318
  })
1312
1319
  .s("PartnerCentralAccount", "GetConnectionPreferences", {})
1313
1320
  .n("PartnerCentralAccountClient", "GetConnectionPreferencesCommand")
1314
- .sc(GetConnectionPreferences)
1321
+ .sc(GetConnectionPreferences$)
1315
1322
  .build() {
1316
1323
  }
1317
1324
 
@@ -1323,7 +1330,7 @@ class GetPartnerCommand extends smithyClient.Command
1323
1330
  })
1324
1331
  .s("PartnerCentralAccount", "GetPartner", {})
1325
1332
  .n("PartnerCentralAccountClient", "GetPartnerCommand")
1326
- .sc(GetPartner)
1333
+ .sc(GetPartner$)
1327
1334
  .build() {
1328
1335
  }
1329
1336
 
@@ -1335,7 +1342,7 @@ class GetProfileUpdateTaskCommand extends smithyClient.Command
1335
1342
  })
1336
1343
  .s("PartnerCentralAccount", "GetProfileUpdateTask", {})
1337
1344
  .n("PartnerCentralAccountClient", "GetProfileUpdateTaskCommand")
1338
- .sc(GetProfileUpdateTask)
1345
+ .sc(GetProfileUpdateTask$)
1339
1346
  .build() {
1340
1347
  }
1341
1348
 
@@ -1347,7 +1354,7 @@ class GetProfileVisibilityCommand extends smithyClient.Command
1347
1354
  })
1348
1355
  .s("PartnerCentralAccount", "GetProfileVisibility", {})
1349
1356
  .n("PartnerCentralAccountClient", "GetProfileVisibilityCommand")
1350
- .sc(GetProfileVisibility)
1357
+ .sc(GetProfileVisibility$)
1351
1358
  .build() {
1352
1359
  }
1353
1360
 
@@ -1359,7 +1366,7 @@ class GetVerificationCommand extends smithyClient.Command
1359
1366
  })
1360
1367
  .s("PartnerCentralAccount", "GetVerification", {})
1361
1368
  .n("PartnerCentralAccountClient", "GetVerificationCommand")
1362
- .sc(GetVerification)
1369
+ .sc(GetVerification$)
1363
1370
  .build() {
1364
1371
  }
1365
1372
 
@@ -1371,7 +1378,7 @@ class ListConnectionInvitationsCommand extends smithyClient.Command
1371
1378
  })
1372
1379
  .s("PartnerCentralAccount", "ListConnectionInvitations", {})
1373
1380
  .n("PartnerCentralAccountClient", "ListConnectionInvitationsCommand")
1374
- .sc(ListConnectionInvitations)
1381
+ .sc(ListConnectionInvitations$)
1375
1382
  .build() {
1376
1383
  }
1377
1384
 
@@ -1383,7 +1390,7 @@ class ListConnectionsCommand extends smithyClient.Command
1383
1390
  })
1384
1391
  .s("PartnerCentralAccount", "ListConnections", {})
1385
1392
  .n("PartnerCentralAccountClient", "ListConnectionsCommand")
1386
- .sc(ListConnections)
1393
+ .sc(ListConnections$)
1387
1394
  .build() {
1388
1395
  }
1389
1396
 
@@ -1395,7 +1402,7 @@ class ListPartnersCommand extends smithyClient.Command
1395
1402
  })
1396
1403
  .s("PartnerCentralAccount", "ListPartners", {})
1397
1404
  .n("PartnerCentralAccountClient", "ListPartnersCommand")
1398
- .sc(ListPartners)
1405
+ .sc(ListPartners$)
1399
1406
  .build() {
1400
1407
  }
1401
1408
 
@@ -1407,7 +1414,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1407
1414
  })
1408
1415
  .s("PartnerCentralAccount", "ListTagsForResource", {})
1409
1416
  .n("PartnerCentralAccountClient", "ListTagsForResourceCommand")
1410
- .sc(ListTagsForResource)
1417
+ .sc(ListTagsForResource$)
1411
1418
  .build() {
1412
1419
  }
1413
1420
 
@@ -1419,7 +1426,7 @@ class PutAllianceLeadContactCommand extends smithyClient.Command
1419
1426
  })
1420
1427
  .s("PartnerCentralAccount", "PutAllianceLeadContact", {})
1421
1428
  .n("PartnerCentralAccountClient", "PutAllianceLeadContactCommand")
1422
- .sc(PutAllianceLeadContact)
1429
+ .sc(PutAllianceLeadContact$)
1423
1430
  .build() {
1424
1431
  }
1425
1432
 
@@ -1431,7 +1438,7 @@ class PutProfileVisibilityCommand extends smithyClient.Command
1431
1438
  })
1432
1439
  .s("PartnerCentralAccount", "PutProfileVisibility", {})
1433
1440
  .n("PartnerCentralAccountClient", "PutProfileVisibilityCommand")
1434
- .sc(PutProfileVisibility)
1441
+ .sc(PutProfileVisibility$)
1435
1442
  .build() {
1436
1443
  }
1437
1444
 
@@ -1443,7 +1450,7 @@ class RejectConnectionInvitationCommand extends smithyClient.Command
1443
1450
  })
1444
1451
  .s("PartnerCentralAccount", "RejectConnectionInvitation", {})
1445
1452
  .n("PartnerCentralAccountClient", "RejectConnectionInvitationCommand")
1446
- .sc(RejectConnectionInvitation)
1453
+ .sc(RejectConnectionInvitation$)
1447
1454
  .build() {
1448
1455
  }
1449
1456
 
@@ -1455,7 +1462,7 @@ class SendEmailVerificationCodeCommand extends smithyClient.Command
1455
1462
  })
1456
1463
  .s("PartnerCentralAccount", "SendEmailVerificationCode", {})
1457
1464
  .n("PartnerCentralAccountClient", "SendEmailVerificationCodeCommand")
1458
- .sc(SendEmailVerificationCode)
1465
+ .sc(SendEmailVerificationCode$)
1459
1466
  .build() {
1460
1467
  }
1461
1468
 
@@ -1467,7 +1474,7 @@ class StartProfileUpdateTaskCommand extends smithyClient.Command
1467
1474
  })
1468
1475
  .s("PartnerCentralAccount", "StartProfileUpdateTask", {})
1469
1476
  .n("PartnerCentralAccountClient", "StartProfileUpdateTaskCommand")
1470
- .sc(StartProfileUpdateTask)
1477
+ .sc(StartProfileUpdateTask$)
1471
1478
  .build() {
1472
1479
  }
1473
1480
 
@@ -1479,7 +1486,7 @@ class StartVerificationCommand extends smithyClient.Command
1479
1486
  })
1480
1487
  .s("PartnerCentralAccount", "StartVerification", {})
1481
1488
  .n("PartnerCentralAccountClient", "StartVerificationCommand")
1482
- .sc(StartVerification)
1489
+ .sc(StartVerification$)
1483
1490
  .build() {
1484
1491
  }
1485
1492
 
@@ -1491,7 +1498,7 @@ class TagResourceCommand extends smithyClient.Command
1491
1498
  })
1492
1499
  .s("PartnerCentralAccount", "TagResource", {})
1493
1500
  .n("PartnerCentralAccountClient", "TagResourceCommand")
1494
- .sc(TagResource)
1501
+ .sc(TagResource$)
1495
1502
  .build() {
1496
1503
  }
1497
1504
 
@@ -1503,7 +1510,7 @@ class UntagResourceCommand extends smithyClient.Command
1503
1510
  })
1504
1511
  .s("PartnerCentralAccount", "UntagResource", {})
1505
1512
  .n("PartnerCentralAccountClient", "UntagResourceCommand")
1506
- .sc(UntagResource)
1513
+ .sc(UntagResource$)
1507
1514
  .build() {
1508
1515
  }
1509
1516
 
@@ -1515,7 +1522,7 @@ class UpdateConnectionPreferencesCommand extends smithyClient.Command
1515
1522
  })
1516
1523
  .s("PartnerCentralAccount", "UpdateConnectionPreferences", {})
1517
1524
  .n("PartnerCentralAccountClient", "UpdateConnectionPreferencesCommand")
1518
- .sc(UpdateConnectionPreferences)
1525
+ .sc(UpdateConnectionPreferences$)
1519
1526
  .build() {
1520
1527
  }
1521
1528
 
@@ -1727,62 +1734,183 @@ Object.defineProperty(exports, "__Client", {
1727
1734
  enumerable: true,
1728
1735
  get: function () { return smithyClient.Client; }
1729
1736
  });
1737
+ exports.AcceptConnectionInvitation$ = AcceptConnectionInvitation$;
1730
1738
  exports.AcceptConnectionInvitationCommand = AcceptConnectionInvitationCommand;
1731
- exports.AccessDeniedException = AccessDeniedException$1;
1739
+ exports.AcceptConnectionInvitationRequest$ = AcceptConnectionInvitationRequest$;
1740
+ exports.AcceptConnectionInvitationResponse$ = AcceptConnectionInvitationResponse$;
1741
+ exports.AccessDeniedException = AccessDeniedException;
1742
+ exports.AccessDeniedException$ = AccessDeniedException$;
1732
1743
  exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
1733
1744
  exports.AccessType = AccessType;
1745
+ exports.AccountSummary$ = AccountSummary$;
1746
+ exports.AllianceLeadContact$ = AllianceLeadContact$;
1747
+ exports.AssociateAwsTrainingCertificationEmailDomain$ = AssociateAwsTrainingCertificationEmailDomain$;
1734
1748
  exports.AssociateAwsTrainingCertificationEmailDomainCommand = AssociateAwsTrainingCertificationEmailDomainCommand;
1749
+ exports.AssociateAwsTrainingCertificationEmailDomainRequest$ = AssociateAwsTrainingCertificationEmailDomainRequest$;
1750
+ exports.AssociateAwsTrainingCertificationEmailDomainResponse$ = AssociateAwsTrainingCertificationEmailDomainResponse$;
1735
1751
  exports.BusinessValidationCode = BusinessValidationCode;
1752
+ exports.BusinessValidationError$ = BusinessValidationError$;
1753
+ exports.BusinessVerificationDetails$ = BusinessVerificationDetails$;
1754
+ exports.BusinessVerificationResponse$ = BusinessVerificationResponse$;
1755
+ exports.CancelConnection$ = CancelConnection$;
1736
1756
  exports.CancelConnectionCommand = CancelConnectionCommand;
1757
+ exports.CancelConnectionInvitation$ = CancelConnectionInvitation$;
1737
1758
  exports.CancelConnectionInvitationCommand = CancelConnectionInvitationCommand;
1759
+ exports.CancelConnectionInvitationRequest$ = CancelConnectionInvitationRequest$;
1760
+ exports.CancelConnectionInvitationResponse$ = CancelConnectionInvitationResponse$;
1761
+ exports.CancelConnectionRequest$ = CancelConnectionRequest$;
1762
+ exports.CancelConnectionResponse$ = CancelConnectionResponse$;
1763
+ exports.CancelProfileUpdateTask$ = CancelProfileUpdateTask$;
1738
1764
  exports.CancelProfileUpdateTaskCommand = CancelProfileUpdateTaskCommand;
1739
- exports.ConflictException = ConflictException$1;
1765
+ exports.CancelProfileUpdateTaskRequest$ = CancelProfileUpdateTaskRequest$;
1766
+ exports.CancelProfileUpdateTaskResponse$ = CancelProfileUpdateTaskResponse$;
1767
+ exports.ConflictException = ConflictException;
1768
+ exports.ConflictException$ = ConflictException$;
1740
1769
  exports.ConflictExceptionReason = ConflictExceptionReason;
1770
+ exports.Connection$ = Connection$;
1771
+ exports.ConnectionInvitationSummary$ = ConnectionInvitationSummary$;
1772
+ exports.ConnectionSummary$ = ConnectionSummary$;
1741
1773
  exports.ConnectionType = ConnectionType;
1774
+ exports.ConnectionTypeDetail$ = ConnectionTypeDetail$;
1742
1775
  exports.ConnectionTypeStatus = ConnectionTypeStatus;
1776
+ exports.ConnectionTypeSummary$ = ConnectionTypeSummary$;
1777
+ exports.CreateConnectionInvitation$ = CreateConnectionInvitation$;
1743
1778
  exports.CreateConnectionInvitationCommand = CreateConnectionInvitationCommand;
1779
+ exports.CreateConnectionInvitationRequest$ = CreateConnectionInvitationRequest$;
1780
+ exports.CreateConnectionInvitationResponse$ = CreateConnectionInvitationResponse$;
1781
+ exports.CreatePartner$ = CreatePartner$;
1744
1782
  exports.CreatePartnerCommand = CreatePartnerCommand;
1783
+ exports.CreatePartnerRequest$ = CreatePartnerRequest$;
1784
+ exports.CreatePartnerResponse$ = CreatePartnerResponse$;
1785
+ exports.DisassociateAwsTrainingCertificationEmailDomain$ = DisassociateAwsTrainingCertificationEmailDomain$;
1745
1786
  exports.DisassociateAwsTrainingCertificationEmailDomainCommand = DisassociateAwsTrainingCertificationEmailDomainCommand;
1787
+ exports.DisassociateAwsTrainingCertificationEmailDomainRequest$ = DisassociateAwsTrainingCertificationEmailDomainRequest$;
1788
+ exports.DisassociateAwsTrainingCertificationEmailDomainResponse$ = DisassociateAwsTrainingCertificationEmailDomainResponse$;
1789
+ exports.ErrorDetail$ = ErrorDetail$;
1746
1790
  exports.FieldValidationCode = FieldValidationCode;
1791
+ exports.FieldValidationError$ = FieldValidationError$;
1792
+ exports.GetAllianceLeadContact$ = GetAllianceLeadContact$;
1747
1793
  exports.GetAllianceLeadContactCommand = GetAllianceLeadContactCommand;
1794
+ exports.GetAllianceLeadContactRequest$ = GetAllianceLeadContactRequest$;
1795
+ exports.GetAllianceLeadContactResponse$ = GetAllianceLeadContactResponse$;
1796
+ exports.GetConnection$ = GetConnection$;
1748
1797
  exports.GetConnectionCommand = GetConnectionCommand;
1798
+ exports.GetConnectionInvitation$ = GetConnectionInvitation$;
1749
1799
  exports.GetConnectionInvitationCommand = GetConnectionInvitationCommand;
1800
+ exports.GetConnectionInvitationRequest$ = GetConnectionInvitationRequest$;
1801
+ exports.GetConnectionInvitationResponse$ = GetConnectionInvitationResponse$;
1802
+ exports.GetConnectionPreferences$ = GetConnectionPreferences$;
1750
1803
  exports.GetConnectionPreferencesCommand = GetConnectionPreferencesCommand;
1804
+ exports.GetConnectionPreferencesRequest$ = GetConnectionPreferencesRequest$;
1805
+ exports.GetConnectionPreferencesResponse$ = GetConnectionPreferencesResponse$;
1806
+ exports.GetConnectionRequest$ = GetConnectionRequest$;
1807
+ exports.GetConnectionResponse$ = GetConnectionResponse$;
1808
+ exports.GetPartner$ = GetPartner$;
1751
1809
  exports.GetPartnerCommand = GetPartnerCommand;
1810
+ exports.GetPartnerRequest$ = GetPartnerRequest$;
1811
+ exports.GetPartnerResponse$ = GetPartnerResponse$;
1812
+ exports.GetProfileUpdateTask$ = GetProfileUpdateTask$;
1752
1813
  exports.GetProfileUpdateTaskCommand = GetProfileUpdateTaskCommand;
1814
+ exports.GetProfileUpdateTaskRequest$ = GetProfileUpdateTaskRequest$;
1815
+ exports.GetProfileUpdateTaskResponse$ = GetProfileUpdateTaskResponse$;
1816
+ exports.GetProfileVisibility$ = GetProfileVisibility$;
1753
1817
  exports.GetProfileVisibilityCommand = GetProfileVisibilityCommand;
1818
+ exports.GetProfileVisibilityRequest$ = GetProfileVisibilityRequest$;
1819
+ exports.GetProfileVisibilityResponse$ = GetProfileVisibilityResponse$;
1820
+ exports.GetVerification$ = GetVerification$;
1754
1821
  exports.GetVerificationCommand = GetVerificationCommand;
1822
+ exports.GetVerificationRequest$ = GetVerificationRequest$;
1823
+ exports.GetVerificationResponse$ = GetVerificationResponse$;
1755
1824
  exports.IndustrySegment = IndustrySegment;
1756
- exports.InternalServerException = InternalServerException$1;
1825
+ exports.InternalServerException = InternalServerException;
1826
+ exports.InternalServerException$ = InternalServerException$;
1757
1827
  exports.InvitationStatus = InvitationStatus;
1828
+ exports.ListConnectionInvitations$ = ListConnectionInvitations$;
1758
1829
  exports.ListConnectionInvitationsCommand = ListConnectionInvitationsCommand;
1830
+ exports.ListConnectionInvitationsRequest$ = ListConnectionInvitationsRequest$;
1831
+ exports.ListConnectionInvitationsResponse$ = ListConnectionInvitationsResponse$;
1832
+ exports.ListConnections$ = ListConnections$;
1759
1833
  exports.ListConnectionsCommand = ListConnectionsCommand;
1834
+ exports.ListConnectionsRequest$ = ListConnectionsRequest$;
1835
+ exports.ListConnectionsResponse$ = ListConnectionsResponse$;
1836
+ exports.ListPartners$ = ListPartners$;
1760
1837
  exports.ListPartnersCommand = ListPartnersCommand;
1838
+ exports.ListPartnersRequest$ = ListPartnersRequest$;
1839
+ exports.ListPartnersResponse$ = ListPartnersResponse$;
1840
+ exports.ListTagsForResource$ = ListTagsForResource$;
1761
1841
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1842
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1843
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1844
+ exports.LocalizedContent$ = LocalizedContent$;
1845
+ exports.Participant$ = Participant$;
1762
1846
  exports.ParticipantType = ParticipantType;
1763
1847
  exports.PartnerCentralAccount = PartnerCentralAccount;
1764
1848
  exports.PartnerCentralAccountClient = PartnerCentralAccountClient;
1765
- exports.PartnerCentralAccountServiceException = PartnerCentralAccountServiceException$1;
1849
+ exports.PartnerCentralAccountServiceException = PartnerCentralAccountServiceException;
1850
+ exports.PartnerCentralAccountServiceException$ = PartnerCentralAccountServiceException$;
1851
+ exports.PartnerDomain$ = PartnerDomain$;
1852
+ exports.PartnerProfile$ = PartnerProfile$;
1853
+ exports.PartnerProfileSummary$ = PartnerProfileSummary$;
1854
+ exports.PartnerSummary$ = PartnerSummary$;
1766
1855
  exports.PrimarySolutionType = PrimarySolutionType;
1767
1856
  exports.ProfileTaskStatus = ProfileTaskStatus;
1768
1857
  exports.ProfileValidationErrorReason = ProfileValidationErrorReason;
1769
1858
  exports.ProfileVisibility = ProfileVisibility;
1859
+ exports.PutAllianceLeadContact$ = PutAllianceLeadContact$;
1770
1860
  exports.PutAllianceLeadContactCommand = PutAllianceLeadContactCommand;
1861
+ exports.PutAllianceLeadContactRequest$ = PutAllianceLeadContactRequest$;
1862
+ exports.PutAllianceLeadContactResponse$ = PutAllianceLeadContactResponse$;
1863
+ exports.PutProfileVisibility$ = PutProfileVisibility$;
1771
1864
  exports.PutProfileVisibilityCommand = PutProfileVisibilityCommand;
1865
+ exports.PutProfileVisibilityRequest$ = PutProfileVisibilityRequest$;
1866
+ exports.PutProfileVisibilityResponse$ = PutProfileVisibilityResponse$;
1867
+ exports.RegistrantVerificationDetails$ = RegistrantVerificationDetails$;
1868
+ exports.RegistrantVerificationResponse$ = RegistrantVerificationResponse$;
1869
+ exports.RejectConnectionInvitation$ = RejectConnectionInvitation$;
1772
1870
  exports.RejectConnectionInvitationCommand = RejectConnectionInvitationCommand;
1773
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1871
+ exports.RejectConnectionInvitationRequest$ = RejectConnectionInvitationRequest$;
1872
+ exports.RejectConnectionInvitationResponse$ = RejectConnectionInvitationResponse$;
1873
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1874
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1774
1875
  exports.ResourceNotFoundExceptionReason = ResourceNotFoundExceptionReason;
1876
+ exports.SellerProfileSummary$ = SellerProfileSummary$;
1877
+ exports.SendEmailVerificationCode$ = SendEmailVerificationCode$;
1775
1878
  exports.SendEmailVerificationCodeCommand = SendEmailVerificationCodeCommand;
1776
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1879
+ exports.SendEmailVerificationCodeRequest$ = SendEmailVerificationCodeRequest$;
1880
+ exports.SendEmailVerificationCodeResponse$ = SendEmailVerificationCodeResponse$;
1881
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1882
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1777
1883
  exports.ServiceQuotaExceededExceptionReason = ServiceQuotaExceededExceptionReason;
1884
+ exports.StartProfileUpdateTask$ = StartProfileUpdateTask$;
1778
1885
  exports.StartProfileUpdateTaskCommand = StartProfileUpdateTaskCommand;
1886
+ exports.StartProfileUpdateTaskRequest$ = StartProfileUpdateTaskRequest$;
1887
+ exports.StartProfileUpdateTaskResponse$ = StartProfileUpdateTaskResponse$;
1888
+ exports.StartVerification$ = StartVerification$;
1779
1889
  exports.StartVerificationCommand = StartVerificationCommand;
1890
+ exports.StartVerificationRequest$ = StartVerificationRequest$;
1891
+ exports.StartVerificationResponse$ = StartVerificationResponse$;
1892
+ exports.Tag$ = Tag$;
1893
+ exports.TagResource$ = TagResource$;
1780
1894
  exports.TagResourceCommand = TagResourceCommand;
1781
- exports.ThrottlingException = ThrottlingException$1;
1895
+ exports.TagResourceRequest$ = TagResourceRequest$;
1896
+ exports.TagResourceResponse$ = TagResourceResponse$;
1897
+ exports.TaskDetails$ = TaskDetails$;
1898
+ exports.ThrottlingException = ThrottlingException;
1899
+ exports.ThrottlingException$ = ThrottlingException$;
1900
+ exports.UntagResource$ = UntagResource$;
1782
1901
  exports.UntagResourceCommand = UntagResourceCommand;
1902
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1903
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1904
+ exports.UpdateConnectionPreferences$ = UpdateConnectionPreferences$;
1783
1905
  exports.UpdateConnectionPreferencesCommand = UpdateConnectionPreferencesCommand;
1784
- exports.ValidationException = ValidationException$1;
1906
+ exports.UpdateConnectionPreferencesRequest$ = UpdateConnectionPreferencesRequest$;
1907
+ exports.UpdateConnectionPreferencesResponse$ = UpdateConnectionPreferencesResponse$;
1908
+ exports.ValidationError$ = ValidationError$;
1909
+ exports.ValidationException = ValidationException;
1910
+ exports.ValidationException$ = ValidationException$;
1785
1911
  exports.ValidationExceptionReason = ValidationExceptionReason;
1912
+ exports.VerificationDetails$ = VerificationDetails$;
1913
+ exports.VerificationResponseDetails$ = VerificationResponseDetails$;
1786
1914
  exports.VerificationStatus = VerificationStatus;
1787
1915
  exports.VerificationType = VerificationType;
1788
1916
  exports.paginateListConnectionInvitations = paginateListConnectionInvitations;