@aws-sdk/client-partnercentral-selling 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 (62) hide show
  1. package/dist-cjs/index.js +653 -445
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AcceptEngagementInvitationCommand.js +2 -2
  4. package/dist-es/commands/AssignOpportunityCommand.js +2 -2
  5. package/dist-es/commands/AssociateOpportunityCommand.js +2 -2
  6. package/dist-es/commands/CreateEngagementCommand.js +2 -2
  7. package/dist-es/commands/CreateEngagementContextCommand.js +2 -2
  8. package/dist-es/commands/CreateEngagementInvitationCommand.js +2 -2
  9. package/dist-es/commands/CreateOpportunityCommand.js +2 -2
  10. package/dist-es/commands/CreateResourceSnapshotCommand.js +2 -2
  11. package/dist-es/commands/CreateResourceSnapshotJobCommand.js +2 -2
  12. package/dist-es/commands/DeleteResourceSnapshotJobCommand.js +2 -2
  13. package/dist-es/commands/DisassociateOpportunityCommand.js +2 -2
  14. package/dist-es/commands/GetAwsOpportunitySummaryCommand.js +2 -2
  15. package/dist-es/commands/GetEngagementCommand.js +2 -2
  16. package/dist-es/commands/GetEngagementInvitationCommand.js +2 -2
  17. package/dist-es/commands/GetOpportunityCommand.js +2 -2
  18. package/dist-es/commands/GetResourceSnapshotCommand.js +2 -2
  19. package/dist-es/commands/GetResourceSnapshotJobCommand.js +2 -2
  20. package/dist-es/commands/GetSellingSystemSettingsCommand.js +2 -2
  21. package/dist-es/commands/ListEngagementByAcceptingInvitationTasksCommand.js +2 -2
  22. package/dist-es/commands/ListEngagementFromOpportunityTasksCommand.js +2 -2
  23. package/dist-es/commands/ListEngagementInvitationsCommand.js +2 -2
  24. package/dist-es/commands/ListEngagementMembersCommand.js +2 -2
  25. package/dist-es/commands/ListEngagementResourceAssociationsCommand.js +2 -2
  26. package/dist-es/commands/ListEngagementsCommand.js +2 -2
  27. package/dist-es/commands/ListOpportunitiesCommand.js +2 -2
  28. package/dist-es/commands/ListOpportunityFromEngagementTasksCommand.js +2 -2
  29. package/dist-es/commands/ListResourceSnapshotJobsCommand.js +2 -2
  30. package/dist-es/commands/ListResourceSnapshotsCommand.js +2 -2
  31. package/dist-es/commands/ListSolutionsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/PutSellingSystemSettingsCommand.js +2 -2
  34. package/dist-es/commands/RejectEngagementInvitationCommand.js +2 -2
  35. package/dist-es/commands/StartEngagementByAcceptingInvitationTaskCommand.js +2 -2
  36. package/dist-es/commands/StartEngagementFromOpportunityTaskCommand.js +2 -2
  37. package/dist-es/commands/StartOpportunityFromEngagementTaskCommand.js +2 -2
  38. package/dist-es/commands/StartResourceSnapshotJobCommand.js +2 -2
  39. package/dist-es/commands/StopResourceSnapshotJobCommand.js +2 -2
  40. package/dist-es/commands/SubmitOpportunityCommand.js +2 -2
  41. package/dist-es/commands/TagResourceCommand.js +2 -2
  42. package/dist-es/commands/UntagResourceCommand.js +2 -2
  43. package/dist-es/commands/UpdateEngagementContextCommand.js +2 -2
  44. package/dist-es/commands/UpdateOpportunityCommand.js +2 -2
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.shared.js +6 -6
  47. package/dist-es/schemas/schemas_0.js +443 -436
  48. package/dist-types/PartnerCentralSellingClient.d.ts +1 -10
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  51. package/dist-types/runtimeConfig.d.ts +6 -2
  52. package/dist-types/runtimeConfig.native.d.ts +6 -2
  53. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  54. package/dist-types/schemas/schemas_0.d.ts +202 -277
  55. package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +0 -4
  56. package/dist-types/ts3.4/index.d.ts +1 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +201 -279
  62. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class PartnerCentralSellingClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let PartnerCentralSellingServiceException$1 = class PartnerCentralSellingServiceException extends smithyClient.ServiceException {
111
+ class PartnerCentralSellingServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, PartnerCentralSellingServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends PartnerCentralSellingServiceException$1 {
118
+ class AccessDeniedException extends PartnerCentralSellingServiceException {
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 PartnerCentralSellingServiceException$1 {
133
+ }
134
+ class ConflictException extends PartnerCentralSellingServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends PartnerCentralSellingS
144
144
  Object.setPrototypeOf(this, ConflictException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InternalServerException$1 = class InternalServerException extends PartnerCentralSellingServiceException$1 {
147
+ }
148
+ class InternalServerException extends PartnerCentralSellingServiceException {
149
149
  name = "InternalServerException";
150
150
  $fault = "server";
151
151
  Message;
@@ -158,8 +158,8 @@ let InternalServerException$1 = class InternalServerException extends PartnerCen
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends PartnerCentralSellingServiceException$1 {
161
+ }
162
+ class ResourceNotFoundException extends PartnerCentralSellingServiceException {
163
163
  name = "ResourceNotFoundException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Partne
172
172
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ThrottlingException$1 = class ThrottlingException extends PartnerCentralSellingServiceException$1 {
175
+ }
176
+ class ThrottlingException extends PartnerCentralSellingServiceException {
177
177
  name = "ThrottlingException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ThrottlingException$1 = class ThrottlingException extends PartnerCentralSell
186
186
  Object.setPrototypeOf(this, ThrottlingException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ValidationException$1 = class ValidationException extends PartnerCentralSellingServiceException$1 {
189
+ }
190
+ class ValidationException extends PartnerCentralSellingServiceException {
191
191
  name = "ValidationException";
192
192
  $fault = "client";
193
193
  Message;
@@ -204,8 +204,8 @@ let ValidationException$1 = class ValidationException extends PartnerCentralSell
204
204
  this.Reason = opts.Reason;
205
205
  this.ErrorList = opts.ErrorList;
206
206
  }
207
- };
208
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PartnerCentralSellingServiceException$1 {
207
+ }
208
+ class ServiceQuotaExceededException extends PartnerCentralSellingServiceException {
209
209
  name = "ServiceQuotaExceededException";
210
210
  $fault = "client";
211
211
  Message;
@@ -218,7 +218,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
218
218
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
219
219
  this.Message = opts.Message;
220
220
  }
221
- };
221
+ }
222
222
 
223
223
  const _A = "Alias";
224
224
  const _AA = "AwsAccount";
@@ -677,18 +677,18 @@ var PhoneNumber = [0, n0, _PN, 8, 0];
677
677
  var PiiString = [0, n0, _PS, 8, 0];
678
678
  var SenderContactEmail = [0, n0, _SCE, 8, 0];
679
679
  var WebsiteUrl = [0, n0, _WU, 8, 0];
680
- var AcceptEngagementInvitationRequest = [3, n0, _AEIR, 0, [_C, _I], [0, 0]];
681
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
682
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
683
- var Account = [
680
+ var AcceptEngagementInvitationRequest$ = [3, n0, _AEIR, 0, [_C, _I], [0, 0]];
681
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
682
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
683
+ var Account$ = [
684
684
  3,
685
685
  n0,
686
686
  _Ac,
687
687
  0,
688
688
  [_In, _OI, _CN, _WU, _AAI, _Ad, _D],
689
- [0, 0, [() => Name, 0], [() => WebsiteUrl, 0], [() => AwsAccount, 0], [() => Address, 0], [() => DunsNumber, 0]],
689
+ [0, 0, [() => Name, 0], [() => WebsiteUrl, 0], [() => AwsAccount, 0], [() => Address$, 0], [() => DunsNumber, 0]],
690
690
  ];
691
- var AccountReceiver = [
691
+ var AccountReceiver$ = [
692
692
  3,
693
693
  n0,
694
694
  _AR,
@@ -699,15 +699,15 @@ var AccountReceiver = [
699
699
  [() => AwsAccount, 0],
700
700
  ],
701
701
  ];
702
- var AccountSummary = [
702
+ var AccountSummary$ = [
703
703
  3,
704
704
  n0,
705
705
  _AS,
706
706
  0,
707
707
  [_In, _OI, _CN, _WU, _Ad],
708
- [0, 0, [() => Name, 0], [() => WebsiteUrl, 0], [() => AddressSummary, 0]],
708
+ [0, 0, [() => Name, 0], [() => WebsiteUrl, 0], [() => AddressSummary$, 0]],
709
709
  ];
710
- var Address = [
710
+ var Address$ = [
711
711
  3,
712
712
  n0,
713
713
  _Ad,
@@ -721,7 +721,7 @@ var Address = [
721
721
  [() => AddressPart, 0],
722
722
  ],
723
723
  ];
724
- var AddressSummary = [
724
+ var AddressSummary$ = [
725
725
  3,
726
726
  n0,
727
727
  _ASd,
@@ -734,7 +734,7 @@ var AddressSummary = [
734
734
  [() => CountryCode$1, 0],
735
735
  ],
736
736
  ];
737
- var AssigneeContact = [
737
+ var AssigneeContact$ = [
738
738
  3,
739
739
  n0,
740
740
  _AC,
@@ -748,25 +748,32 @@ var AssigneeContact = [
748
748
  [() => JobTitle, 0],
749
749
  ],
750
750
  ];
751
- var AssignOpportunityRequest = [
751
+ var AssignOpportunityRequest$ = [
752
752
  3,
753
753
  n0,
754
754
  _AOR,
755
755
  0,
756
756
  [_C, _I, _As],
757
- [0, 0, [() => AssigneeContact, 0]],
757
+ [0, 0, [() => AssigneeContact$, 0]],
758
+ ];
759
+ var AssociateOpportunityRequest$ = [
760
+ 3,
761
+ n0,
762
+ _AORs,
763
+ 0,
764
+ [_C, _OIp, _RET, _REI],
765
+ [0, 0, 0, 0],
758
766
  ];
759
- var AssociateOpportunityRequest = [3, n0, _AORs, 0, [_C, _OIp, _RET, _REI], [0, 0, 0, 0]];
760
- var AwsOpportunityCustomer = [3, n0, _AOC, 0, [_Co], [[() => CustomerContactsList, 0]]];
761
- var AwsOpportunityInsights = [
767
+ var AwsOpportunityCustomer$ = [3, n0, _AOC, 0, [_Co], [[() => CustomerContactsList, 0]]];
768
+ var AwsOpportunityInsights$ = [
762
769
  3,
763
770
  n0,
764
771
  _AOI,
765
772
  0,
766
773
  [_NBA, _ES, _APSIBS],
767
- [0, 0, [() => AwsProductsSpendInsightsBySource, 0]],
774
+ [0, 0, [() => AwsProductsSpendInsightsBySource$, 0]],
768
775
  ];
769
- var AwsOpportunityLifeCycle = [
776
+ var AwsOpportunityLifeCycle$ = [
770
777
  3,
771
778
  n0,
772
779
  _AOLC,
@@ -774,7 +781,7 @@ var AwsOpportunityLifeCycle = [
774
781
  [_TCD, _CLR, _S, _NS, _NSH],
775
782
  [0, 0, 0, [() => PiiString, 0], () => ProfileNextStepsHistories],
776
783
  ];
777
- var AwsOpportunityProject = [
784
+ var AwsOpportunityProject$ = [
778
785
  3,
779
786
  n0,
780
787
  _AOP,
@@ -782,8 +789,8 @@ var AwsOpportunityProject = [
782
789
  [_ECS, _APw],
783
790
  [[() => ExpectedCustomerSpendList, 0], 0],
784
791
  ];
785
- var AwsOpportunityRelatedEntities = [3, n0, _AORE, 0, [_APws, _So], [64 | 0, 64 | 0]];
786
- var AwsProductDetails = [
792
+ var AwsOpportunityRelatedEntities$ = [3, n0, _AORE, 0, [_APws, _So], [64 | 0, 64 | 0]];
793
+ var AwsProductDetails$ = [
787
794
  3,
788
795
  n0,
789
796
  _APD,
@@ -799,7 +806,7 @@ var AwsProductDetails = [
799
806
  [() => AwsProductOptimizationsList, 0],
800
807
  ],
801
808
  ];
802
- var AwsProductInsights = [
809
+ var AwsProductInsights$ = [
803
810
  3,
804
811
  n0,
805
812
  _API,
@@ -815,7 +822,7 @@ var AwsProductInsights = [
815
822
  [() => AwsProductsList, 0],
816
823
  ],
817
824
  ];
818
- var AwsProductOptimization = [
825
+ var AwsProductOptimization$ = [
819
826
  3,
820
827
  n0,
821
828
  _APO,
@@ -823,19 +830,19 @@ var AwsProductOptimization = [
823
830
  [_De, _SAa],
824
831
  [0, [() => MonetaryAmount, 0]],
825
832
  ];
826
- var AwsProductsSpendInsightsBySource = [
833
+ var AwsProductsSpendInsightsBySource$ = [
827
834
  3,
828
835
  n0,
829
836
  _APSIBS,
830
837
  0,
831
838
  [_Pa, _AWS],
832
839
  [
833
- [() => AwsProductInsights, 0],
834
- [() => AwsProductInsights, 0],
840
+ [() => AwsProductInsights$, 0],
841
+ [() => AwsProductInsights$, 0],
835
842
  ],
836
843
  ];
837
- var AwsSubmission = [3, n0, _ASw, 0, [_IT, _V], [0, 0]];
838
- var AwsTeamMember = [
844
+ var AwsSubmission$ = [3, n0, _ASw, 0, [_IT, _V], [0, 0]];
845
+ var AwsTeamMember$ = [
839
846
  3,
840
847
  n0,
841
848
  _ATM,
@@ -843,9 +850,9 @@ var AwsTeamMember = [
843
850
  [_E, _FN, _LN, _BT],
844
851
  [[() => Email, 0], [() => Name, 0], [() => Name, 0], 0],
845
852
  ];
846
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
847
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
848
- var Contact = [
853
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
854
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
855
+ var Contact$ = [
849
856
  3,
850
857
  n0,
851
858
  _Con,
@@ -859,15 +866,15 @@ var Contact = [
859
866
  [() => PhoneNumber, 0],
860
867
  ],
861
868
  ];
862
- var CreateEngagementContextRequest = [
869
+ var CreateEngagementContextRequest$ = [
863
870
  3,
864
871
  n0,
865
872
  _CECR,
866
873
  0,
867
874
  [_C, _EI, _CT, _T, _Pay],
868
- [0, 0, [0, 4], 0, [() => EngagementContextPayload, 0]],
875
+ [0, 0, [0, 4], 0, [() => EngagementContextPayload$, 0]],
869
876
  ];
870
- var CreateEngagementContextResponse = [
877
+ var CreateEngagementContextResponse$ = [
871
878
  3,
872
879
  n0,
873
880
  _CECRr,
@@ -875,16 +882,16 @@ var CreateEngagementContextResponse = [
875
882
  [_EIn, _EA, _ELMA, _CI],
876
883
  [0, 0, 5, 0],
877
884
  ];
878
- var CreateEngagementInvitationRequest = [
885
+ var CreateEngagementInvitationRequest$ = [
879
886
  3,
880
887
  n0,
881
888
  _CEIR,
882
889
  0,
883
890
  [_C, _CT, _EI, _Inv],
884
- [0, [0, 4], 0, [() => Invitation, 0]],
891
+ [0, [0, 4], 0, [() => Invitation$, 0]],
885
892
  ];
886
- var CreateEngagementInvitationResponse = [3, n0, _CEIRr, 0, [_Id, _Ar], [0, 0]];
887
- var CreateEngagementRequest = [
893
+ var CreateEngagementInvitationResponse$ = [3, n0, _CEIRr, 0, [_Id, _Ar], [0, 0]];
894
+ var CreateEngagementRequest$ = [
888
895
  3,
889
896
  n0,
890
897
  _CER,
@@ -892,8 +899,8 @@ var CreateEngagementRequest = [
892
899
  [_C, _CT, _Ti, _De, _Cont],
893
900
  [0, [0, 4], 0, 0, [() => EngagementContexts, 0]],
894
901
  ];
895
- var CreateEngagementResponse = [3, n0, _CERr, 0, [_Id, _Ar, _MAo], [0, 0, 5]];
896
- var CreateOpportunityRequest = [
902
+ var CreateEngagementResponse$ = [3, n0, _CERr, 0, [_Id, _Ar, _MAo], [0, 0, 5]];
903
+ var CreateOpportunityRequest$ = [
897
904
  3,
898
905
  n0,
899
906
  _COR,
@@ -904,20 +911,20 @@ var CreateOpportunityRequest = [
904
911
  64 | 0,
905
912
  0,
906
913
  0,
907
- [() => Customer, 0],
908
- [() => Project, 0],
914
+ [() => Customer$, 0],
915
+ [() => Project$, 0],
909
916
  0,
910
- () => Marketing,
911
- [() => SoftwareRevenue, 0],
917
+ () => Marketing$,
918
+ [() => SoftwareRevenue$, 0],
912
919
  [0, 4],
913
- [() => LifeCycle, 0],
920
+ [() => LifeCycle$, 0],
914
921
  0,
915
922
  [() => PartnerOpportunityTeamMembersList, 0],
916
923
  () => TagList,
917
924
  ],
918
925
  ];
919
- var CreateOpportunityResponse = [3, n0, _CORr, 0, [_Id, _POI, _LMD], [0, 0, 5]];
920
- var CreateResourceSnapshotJobRequest = [
926
+ var CreateOpportunityResponse$ = [3, n0, _CORr, 0, [_Id, _POI, _LMD], [0, 0, 5]];
927
+ var CreateResourceSnapshotJobRequest$ = [
921
928
  3,
922
929
  n0,
923
930
  _CRSJR,
@@ -925,8 +932,8 @@ var CreateResourceSnapshotJobRequest = [
925
932
  [_C, _CT, _EI, _RT, _RI, _RSTI, _Ta],
926
933
  [0, [0, 4], 0, 0, 0, 0, () => TagList],
927
934
  ];
928
- var CreateResourceSnapshotJobResponse = [3, n0, _CRSJRr, 0, [_Id, _Ar], [0, 0]];
929
- var CreateResourceSnapshotRequest = [
935
+ var CreateResourceSnapshotJobResponse$ = [3, n0, _CRSJRr, 0, [_Id, _Ar], [0, 0]];
936
+ var CreateResourceSnapshotRequest$ = [
930
937
  3,
931
938
  n0,
932
939
  _CRSR,
@@ -934,32 +941,32 @@ var CreateResourceSnapshotRequest = [
934
941
  [_C, _EI, _RT, _RI, _RSTI, _CT],
935
942
  [0, 0, 0, 0, 0, [0, 4]],
936
943
  ];
937
- var CreateResourceSnapshotResponse = [3, n0, _CRSRr, 0, [_Ar, _Re], [0, 1]];
938
- var Customer = [
944
+ var CreateResourceSnapshotResponse$ = [3, n0, _CRSRr, 0, [_Ar, _Re], [0, 1]];
945
+ var Customer$ = [
939
946
  3,
940
947
  n0,
941
948
  _Cu,
942
949
  0,
943
950
  [_Ac, _Co],
944
951
  [
945
- [() => Account, 0],
952
+ [() => Account$, 0],
946
953
  [() => CustomerContactsList, 0],
947
954
  ],
948
955
  ];
949
- var CustomerProjectsContext = [
956
+ var CustomerProjectsContext$ = [
950
957
  3,
951
958
  n0,
952
959
  _CPC,
953
960
  0,
954
961
  [_Cu, _Pr],
955
962
  [
956
- [() => EngagementCustomer, 0],
957
- [() => EngagementCustomerProjectDetails, 0],
963
+ [() => EngagementCustomer$, 0],
964
+ [() => EngagementCustomerProjectDetails$, 0],
958
965
  ],
959
966
  ];
960
- var CustomerSummary = [3, n0, _CS, 0, [_Ac], [[() => AccountSummary, 0]]];
961
- var DeleteResourceSnapshotJobRequest = [3, n0, _DRSJR, 0, [_C, _RSJI], [0, 0]];
962
- var DisassociateOpportunityRequest = [
967
+ var CustomerSummary$ = [3, n0, _CS, 0, [_Ac], [[() => AccountSummary$, 0]]];
968
+ var DeleteResourceSnapshotJobRequest$ = [3, n0, _DRSJR, 0, [_C, _RSJI], [0, 0]];
969
+ var DisassociateOpportunityRequest$ = [
963
970
  3,
964
971
  n0,
965
972
  _DOR,
@@ -967,15 +974,15 @@ var DisassociateOpportunityRequest = [
967
974
  [_C, _OIp, _RET, _REI],
968
975
  [0, 0, 0, 0],
969
976
  ];
970
- var EngagementContextDetails = [
977
+ var EngagementContextDetails$ = [
971
978
  3,
972
979
  n0,
973
980
  _ECD,
974
981
  0,
975
982
  [_Id, _T, _Pay],
976
- [0, 0, [() => EngagementContextPayload, 0]],
983
+ [0, 0, [() => EngagementContextPayload$, 0]],
977
984
  ];
978
- var EngagementCustomer = [
985
+ var EngagementCustomer$ = [
979
986
  3,
980
987
  n0,
981
988
  _EC,
@@ -983,7 +990,7 @@ var EngagementCustomer = [
983
990
  [_In, _CN, _WU, _CC],
984
991
  [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => CountryCode$1, 0]],
985
992
  ];
986
- var EngagementCustomerProjectDetails = [
993
+ var EngagementCustomerProjectDetails$ = [
987
994
  3,
988
995
  n0,
989
996
  _ECPD,
@@ -991,15 +998,15 @@ var EngagementCustomerProjectDetails = [
991
998
  [_Ti, _BP, _TCDa],
992
999
  [0, [() => EngagementCustomerBusinessProblem, 0], 0],
993
1000
  ];
994
- var EngagementInvitationSummary = [
1001
+ var EngagementInvitationSummary$ = [
995
1002
  3,
996
1003
  n0,
997
1004
  _EIS,
998
1005
  0,
999
1006
  [_Ar, _PT, _Id, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _C, _PTa],
1000
- [0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver, 0], 0, 0],
1007
+ [0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, 0],
1001
1008
  ];
1002
- var EngagementMember = [
1009
+ var EngagementMember$ = [
1003
1010
  3,
1004
1011
  n0,
1005
1012
  _EM,
@@ -1007,7 +1014,7 @@ var EngagementMember = [
1007
1014
  [_CN, _WU, _AI],
1008
1015
  [[() => MemberCompanyName, 0], 0, [() => AwsAccount, 0]],
1009
1016
  ];
1010
- var EngagementMemberSummary = [
1017
+ var EngagementMemberSummary$ = [
1011
1018
  3,
1012
1019
  n0,
1013
1020
  _EMS,
@@ -1015,7 +1022,7 @@ var EngagementMemberSummary = [
1015
1022
  [_CN, _WU],
1016
1023
  [[() => MemberCompanyName, 0], 0],
1017
1024
  ];
1018
- var EngagementResourceAssociationSummary = [
1025
+ var EngagementResourceAssociationSummary$ = [
1019
1026
  3,
1020
1027
  n0,
1021
1028
  _ERAS,
@@ -1023,8 +1030,8 @@ var EngagementResourceAssociationSummary = [
1023
1030
  [_C, _EIn, _RT, _RIe, _CB],
1024
1031
  [0, 0, 0, 0, [() => AwsAccount, 0]],
1025
1032
  ];
1026
- var EngagementSort = [3, n0, _ESn, 0, [_SO, _SB], [0, 0]];
1027
- var EngagementSummary = [
1033
+ var EngagementSort$ = [3, n0, _ESn, 0, [_SO, _SB], [0, 0]];
1034
+ var EngagementSummary$ = [
1028
1035
  3,
1029
1036
  n0,
1030
1037
  _ESng,
@@ -1032,7 +1039,7 @@ var EngagementSummary = [
1032
1039
  [_Ar, _Id, _Ti, _CA, _CB, _MC, _MAo, _MB, _CTo],
1033
1040
  [0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], 64 | 0],
1034
1041
  ];
1035
- var ExpectedCustomerSpend = [
1042
+ var ExpectedCustomerSpend$ = [
1036
1043
  3,
1037
1044
  n0,
1038
1045
  _ECS,
@@ -1040,8 +1047,8 @@ var ExpectedCustomerSpend = [
1040
1047
  [_Am, _CCu, _F, _TC, _EU],
1041
1048
  [[() => Amount, 0], [() => CurrencyCode$1, 0], 0, 0, 0],
1042
1049
  ];
1043
- var GetAwsOpportunitySummaryRequest = [3, n0, _GAOSR, 0, [_C, _ROI], [0, 0]];
1044
- var GetAwsOpportunitySummaryResponse = [
1050
+ var GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR, 0, [_C, _ROI], [0, 0]];
1051
+ var GetAwsOpportunitySummaryResponse$ = [
1045
1052
  3,
1046
1053
  n0,
1047
1054
  _GAOSRe,
@@ -1052,18 +1059,18 @@ var GetAwsOpportunitySummaryResponse = [
1052
1059
  0,
1053
1060
  0,
1054
1061
  0,
1055
- [() => AwsOpportunityLifeCycle, 0],
1062
+ [() => AwsOpportunityLifeCycle$, 0],
1056
1063
  [() => AwsOpportunityTeamMembersList, 0],
1057
- [() => AwsOpportunityInsights, 0],
1064
+ [() => AwsOpportunityInsights$, 0],
1058
1065
  0,
1059
- () => AwsOpportunityRelatedEntities,
1060
- [() => AwsOpportunityCustomer, 0],
1061
- [() => AwsOpportunityProject, 0],
1066
+ () => AwsOpportunityRelatedEntities$,
1067
+ [() => AwsOpportunityCustomer$, 0],
1068
+ [() => AwsOpportunityProject$, 0],
1062
1069
  0,
1063
1070
  ],
1064
1071
  ];
1065
- var GetEngagementInvitationRequest = [3, n0, _GEIR, 0, [_C, _I], [0, 0]];
1066
- var GetEngagementInvitationResponse = [
1072
+ var GetEngagementInvitationRequest$ = [3, n0, _GEIR, 0, [_C, _I], [0, 0]];
1073
+ var GetEngagementInvitationResponse$ = [
1067
1074
  3,
1068
1075
  n0,
1069
1076
  _GEIRe,
@@ -1080,17 +1087,17 @@ var GetEngagementInvitationResponse = [
1080
1087
  5,
1081
1088
  [() => AwsAccount, 0],
1082
1089
  0,
1083
- [() => Receiver, 0],
1090
+ [() => Receiver$, 0],
1084
1091
  0,
1085
1092
  0,
1086
- [() => Payload, 0],
1093
+ [() => Payload$, 0],
1087
1094
  [() => InvitationMessage, 0],
1088
1095
  0,
1089
1096
  [() => EngagementMemberSummaries, 0],
1090
1097
  ],
1091
1098
  ];
1092
- var GetEngagementRequest = [3, n0, _GER, 0, [_C, _I], [0, 0]];
1093
- var GetEngagementResponse = [
1099
+ var GetEngagementRequest$ = [3, n0, _GER, 0, [_C, _I], [0, 0]];
1100
+ var GetEngagementResponse$ = [
1094
1101
  3,
1095
1102
  n0,
1096
1103
  _GERe,
@@ -1098,8 +1105,8 @@ var GetEngagementResponse = [
1098
1105
  [_Id, _Ar, _Ti, _De, _CA, _CB, _MC, _MAo, _MB, _Cont],
1099
1106
  [0, 0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], [() => EngagementContexts, 0]],
1100
1107
  ];
1101
- var GetOpportunityRequest = [3, n0, _GOR, 0, [_C, _I], [0, 0]];
1102
- var GetOpportunityResponse = [
1108
+ var GetOpportunityRequest$ = [3, n0, _GOR, 0, [_C, _I], [0, 0]];
1109
+ var GetOpportunityResponse$ = [
1103
1110
  3,
1104
1111
  n0,
1105
1112
  _GORe,
@@ -1110,22 +1117,22 @@ var GetOpportunityResponse = [
1110
1117
  64 | 0,
1111
1118
  0,
1112
1119
  0,
1113
- [() => Customer, 0],
1114
- [() => Project, 0],
1120
+ [() => Customer$, 0],
1121
+ [() => Project$, 0],
1115
1122
  0,
1116
- () => Marketing,
1117
- [() => SoftwareRevenue, 0],
1123
+ () => Marketing$,
1124
+ [() => SoftwareRevenue$, 0],
1118
1125
  0,
1119
1126
  0,
1120
1127
  5,
1121
1128
  5,
1122
- () => RelatedEntityIdentifiers,
1123
- [() => LifeCycle, 0],
1129
+ () => RelatedEntityIdentifiers$,
1130
+ [() => LifeCycle$, 0],
1124
1131
  [() => PartnerOpportunityTeamMembersList, 0],
1125
1132
  ],
1126
1133
  ];
1127
- var GetResourceSnapshotJobRequest = [3, n0, _GRSJR, 0, [_C, _RSJI], [0, 0]];
1128
- var GetResourceSnapshotJobResponse = [
1134
+ var GetResourceSnapshotJobRequest$ = [3, n0, _GRSJR, 0, [_C, _RSJI], [0, 0]];
1135
+ var GetResourceSnapshotJobResponse$ = [
1129
1136
  3,
1130
1137
  n0,
1131
1138
  _GRSJRe,
@@ -1133,7 +1140,7 @@ var GetResourceSnapshotJobResponse = [
1133
1140
  [_C, _Id, _Ar, _EIn, _RT, _RIe, _RA, _RSTN, _CA, _St, _LSED, _LF],
1134
1141
  [0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 0],
1135
1142
  ];
1136
- var GetResourceSnapshotRequest = [
1143
+ var GetResourceSnapshotRequest$ = [
1137
1144
  3,
1138
1145
  n0,
1139
1146
  _GRSR,
@@ -1141,19 +1148,19 @@ var GetResourceSnapshotRequest = [
1141
1148
  [_C, _EI, _RT, _RI, _RSTI, _Re],
1142
1149
  [0, 0, 0, 0, 0, 1],
1143
1150
  ];
1144
- var GetResourceSnapshotResponse = [
1151
+ var GetResourceSnapshotResponse$ = [
1145
1152
  3,
1146
1153
  n0,
1147
1154
  _GRSRe,
1148
1155
  0,
1149
1156
  [_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN, _Re, _Pay],
1150
- [0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => ResourceSnapshotPayload, 0]],
1157
+ [0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => ResourceSnapshotPayload$, 0]],
1151
1158
  ];
1152
- var GetSellingSystemSettingsRequest = [3, n0, _GSSSR, 0, [_C], [0]];
1153
- var GetSellingSystemSettingsResponse = [3, n0, _GSSSRe, 0, [_C, _RSJRA], [0, 0]];
1154
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1155
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1156
- var Invitation = [
1159
+ var GetSellingSystemSettingsRequest$ = [3, n0, _GSSSR, 0, [_C], [0]];
1160
+ var GetSellingSystemSettingsResponse$ = [3, n0, _GSSSRe, 0, [_C, _RSJRA], [0, 0]];
1161
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1162
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1163
+ var Invitation$ = [
1157
1164
  3,
1158
1165
  n0,
1159
1166
  _Inv,
@@ -1161,12 +1168,12 @@ var Invitation = [
1161
1168
  [_M, _Rec, _Pay],
1162
1169
  [
1163
1170
  [() => InvitationMessage, 0],
1164
- [() => Receiver, 0],
1165
- [() => Payload, 0],
1171
+ [() => Receiver$, 0],
1172
+ [() => Payload$, 0],
1166
1173
  ],
1167
1174
  ];
1168
- var LastModifiedDate = [3, n0, _LMD, 0, [_ALMD, _BLMD], [5, 5]];
1169
- var LeadContact = [
1175
+ var LastModifiedDate$ = [3, n0, _LMD, 0, [_ALMD, _BLMD], [5, 5]];
1176
+ var LeadContact$ = [
1170
1177
  3,
1171
1178
  n0,
1172
1179
  _LCe,
@@ -1180,31 +1187,31 @@ var LeadContact = [
1180
1187
  [() => PhoneNumber, 0],
1181
1188
  ],
1182
1189
  ];
1183
- var LeadContext = [
1190
+ var LeadContext$ = [
1184
1191
  3,
1185
1192
  n0,
1186
1193
  _LCea,
1187
1194
  0,
1188
1195
  [_QS, _Cu, _Int],
1189
- [0, [() => LeadCustomer, 0], [() => LeadInteractionList, 0]],
1196
+ [0, [() => LeadCustomer$, 0], [() => LeadInteractionList, 0]],
1190
1197
  ];
1191
- var LeadCustomer = [
1198
+ var LeadCustomer$ = [
1192
1199
  3,
1193
1200
  n0,
1194
1201
  _LCead,
1195
1202
  0,
1196
1203
  [_In, _CN, _WU, _Ad, _AM, _MS],
1197
- [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => AddressSummary, 0], 0, 0],
1204
+ [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => AddressSummary$, 0], 0, 0],
1198
1205
  ];
1199
- var LeadInteraction = [
1206
+ var LeadInteraction$ = [
1200
1207
  3,
1201
1208
  n0,
1202
1209
  _LI,
1203
1210
  0,
1204
1211
  [_ST, _SI, _SN, _U, _IDn, _CAu, _BP, _Con],
1205
- [0, 0, 0, 0, 5, 0, [() => EngagementCustomerBusinessProblem, 0], [() => LeadContact, 0]],
1212
+ [0, 0, 0, 0, 5, 0, [() => EngagementCustomerBusinessProblem, 0], [() => LeadContact$, 0]],
1206
1213
  ];
1207
- var LeadInvitationCustomer = [
1214
+ var LeadInvitationCustomer$ = [
1208
1215
  3,
1209
1216
  n0,
1210
1217
  _LIC,
@@ -1212,7 +1219,7 @@ var LeadInvitationCustomer = [
1212
1219
  [_In, _CN, _WU, _CC, _AM, _MS],
1213
1220
  [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => CountryCode$1, 0], 0, 0],
1214
1221
  ];
1215
- var LeadInvitationInteraction = [
1222
+ var LeadInvitationInteraction$ = [
1216
1223
  3,
1217
1224
  n0,
1218
1225
  _LII,
@@ -1220,18 +1227,18 @@ var LeadInvitationInteraction = [
1220
1227
  [_ST, _SI, _SN, _U, _CBT],
1221
1228
  [0, 0, 0, 0, [() => JobTitle, 0]],
1222
1229
  ];
1223
- var LeadInvitationPayload = [
1230
+ var LeadInvitationPayload$ = [
1224
1231
  3,
1225
1232
  n0,
1226
1233
  _LIP,
1227
1234
  0,
1228
1235
  [_Cu, _Inte],
1229
1236
  [
1230
- [() => LeadInvitationCustomer, 0],
1231
- [() => LeadInvitationInteraction, 0],
1237
+ [() => LeadInvitationCustomer$, 0],
1238
+ [() => LeadInvitationInteraction$, 0],
1232
1239
  ],
1233
1240
  ];
1234
- var LifeCycle = [
1241
+ var LifeCycle$ = [
1235
1242
  3,
1236
1243
  n0,
1237
1244
  _LC,
@@ -1239,7 +1246,7 @@ var LifeCycle = [
1239
1246
  [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR, _NSH],
1240
1247
  [0, 0, [() => PiiString, 0], 0, 0, 0, 0, () => NextStepsHistories],
1241
1248
  ];
1242
- var LifeCycleForView = [
1249
+ var LifeCycleForView$ = [
1243
1250
  3,
1244
1251
  n0,
1245
1252
  _LCFV,
@@ -1247,7 +1254,7 @@ var LifeCycleForView = [
1247
1254
  [_TCD, _RS, _S, _NS],
1248
1255
  [0, 0, 0, [() => PiiString, 0]],
1249
1256
  ];
1250
- var LifeCycleSummary = [
1257
+ var LifeCycleSummary$ = [
1251
1258
  3,
1252
1259
  n0,
1253
1260
  _LCS,
@@ -1255,15 +1262,15 @@ var LifeCycleSummary = [
1255
1262
  [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR],
1256
1263
  [0, 0, [() => PiiString, 0], 0, 0, 0, 0],
1257
1264
  ];
1258
- var ListEngagementByAcceptingInvitationTasksRequest = [
1265
+ var ListEngagementByAcceptingInvitationTasksRequest$ = [
1259
1266
  3,
1260
1267
  n0,
1261
1268
  _LEBAITR,
1262
1269
  0,
1263
1270
  [_MR, _NT, _Sor, _C, _TS, _OIp, _EII, _TI],
1264
- [1, 0, () => ListTasksSortBase, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1271
+ [1, 0, () => ListTasksSortBase$, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1265
1272
  ];
1266
- var ListEngagementByAcceptingInvitationTasksResponse = [
1273
+ var ListEngagementByAcceptingInvitationTasksResponse$ = [
1267
1274
  3,
1268
1275
  n0,
1269
1276
  _LEBAITRi,
@@ -1271,7 +1278,7 @@ var ListEngagementByAcceptingInvitationTasksResponse = [
1271
1278
  [_TSa, _NT],
1272
1279
  [() => ListEngagementByAcceptingInvitationTaskSummaries, 0],
1273
1280
  ];
1274
- var ListEngagementByAcceptingInvitationTaskSummary = [
1281
+ var ListEngagementByAcceptingInvitationTaskSummary$ = [
1275
1282
  3,
1276
1283
  n0,
1277
1284
  _LEBAITS,
@@ -1279,15 +1286,15 @@ var ListEngagementByAcceptingInvitationTaskSummary = [
1279
1286
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1280
1287
  [0, 0, 5, 0, 0, 0, 0, 0, 0],
1281
1288
  ];
1282
- var ListEngagementFromOpportunityTasksRequest = [
1289
+ var ListEngagementFromOpportunityTasksRequest$ = [
1283
1290
  3,
1284
1291
  n0,
1285
1292
  _LEFOTR,
1286
1293
  0,
1287
1294
  [_MR, _NT, _Sor, _C, _TS, _TI, _OIp, _EI],
1288
- [1, 0, () => ListTasksSortBase, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1295
+ [1, 0, () => ListTasksSortBase$, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1289
1296
  ];
1290
- var ListEngagementFromOpportunityTasksResponse = [
1297
+ var ListEngagementFromOpportunityTasksResponse$ = [
1291
1298
  3,
1292
1299
  n0,
1293
1300
  _LEFOTRi,
@@ -1295,7 +1302,7 @@ var ListEngagementFromOpportunityTasksResponse = [
1295
1302
  [_TSa, _NT],
1296
1303
  [() => ListEngagementFromOpportunityTaskSummaries, 0],
1297
1304
  ];
1298
- var ListEngagementFromOpportunityTaskSummary = [
1305
+ var ListEngagementFromOpportunityTaskSummary$ = [
1299
1306
  3,
1300
1307
  n0,
1301
1308
  _LEFOTS,
@@ -1303,15 +1310,15 @@ var ListEngagementFromOpportunityTaskSummary = [
1303
1310
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1304
1311
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0],
1305
1312
  ];
1306
- var ListEngagementInvitationsRequest = [
1313
+ var ListEngagementInvitationsRequest$ = [
1307
1314
  3,
1308
1315
  n0,
1309
1316
  _LEIR,
1310
1317
  0,
1311
1318
  [_C, _MR, _NT, _Sor, _PT, _PTa, _St, _EI, _SAAI],
1312
- [0, 1, 0, () => OpportunityEngagementInvitationSort, 64 | 0, 0, 64 | 0, 64 | 0, [() => AwsAccountIdOrAliasList, 0]],
1319
+ [0, 1, 0, () => OpportunityEngagementInvitationSort$, 64 | 0, 0, 64 | 0, 64 | 0, [() => AwsAccountIdOrAliasList, 0]],
1313
1320
  ];
1314
- var ListEngagementInvitationsResponse = [
1321
+ var ListEngagementInvitationsResponse$ = [
1315
1322
  3,
1316
1323
  n0,
1317
1324
  _LEIRi,
@@ -1319,8 +1326,8 @@ var ListEngagementInvitationsResponse = [
1319
1326
  [_EISn, _NT],
1320
1327
  [[() => EngagementInvitationSummaries, 0], 0],
1321
1328
  ];
1322
- var ListEngagementMembersRequest = [3, n0, _LEMR, 0, [_C, _I, _MR, _NT], [0, 0, 1, 0]];
1323
- var ListEngagementMembersResponse = [
1329
+ var ListEngagementMembersRequest$ = [3, n0, _LEMR, 0, [_C, _I, _MR, _NT], [0, 0, 1, 0]];
1330
+ var ListEngagementMembersResponse$ = [
1324
1331
  3,
1325
1332
  n0,
1326
1333
  _LEMRi,
@@ -1328,7 +1335,7 @@ var ListEngagementMembersResponse = [
1328
1335
  [_EML, _NT],
1329
1336
  [[() => EngagementMembers, 0], 0],
1330
1337
  ];
1331
- var ListEngagementResourceAssociationsRequest = [
1338
+ var ListEngagementResourceAssociationsRequest$ = [
1332
1339
  3,
1333
1340
  n0,
1334
1341
  _LERAR,
@@ -1336,7 +1343,7 @@ var ListEngagementResourceAssociationsRequest = [
1336
1343
  [_C, _MR, _NT, _EI, _RT, _RI, _CB],
1337
1344
  [0, 1, 0, 0, 0, 0, [() => AwsAccount, 0]],
1338
1345
  ];
1339
- var ListEngagementResourceAssociationsResponse = [
1346
+ var ListEngagementResourceAssociationsResponse$ = [
1340
1347
  3,
1341
1348
  n0,
1342
1349
  _LERARi,
@@ -1344,15 +1351,15 @@ var ListEngagementResourceAssociationsResponse = [
1344
1351
  [_ERASn, _NT],
1345
1352
  [[() => EngagementResourceAssociationSummaryList, 0], 0],
1346
1353
  ];
1347
- var ListEngagementsRequest = [
1354
+ var ListEngagementsRequest$ = [
1348
1355
  3,
1349
1356
  n0,
1350
1357
  _LER,
1351
1358
  0,
1352
1359
  [_C, _CB, _ECB, _CTo, _ECT, _Sor, _MR, _NT, _EI],
1353
- [0, [() => AwsAccountList, 0], [() => AwsAccountList, 0], 64 | 0, 64 | 0, () => EngagementSort, 1, 0, 64 | 0],
1360
+ [0, [() => AwsAccountList, 0], [() => AwsAccountList, 0], 64 | 0, 64 | 0, () => EngagementSort$, 1, 0, 64 | 0],
1354
1361
  ];
1355
- var ListEngagementsResponse = [
1362
+ var ListEngagementsResponse$ = [
1356
1363
  3,
1357
1364
  n0,
1358
1365
  _LERi,
@@ -1360,15 +1367,15 @@ var ListEngagementsResponse = [
1360
1367
  [_ESL, _NT],
1361
1368
  [[() => EngagementSummaryList, 0], 0],
1362
1369
  ];
1363
- var ListOpportunitiesRequest = [
1370
+ var ListOpportunitiesRequest$ = [
1364
1371
  3,
1365
1372
  n0,
1366
1373
  _LOR,
1367
1374
  0,
1368
1375
  [_C, _MR, _NT, _Sor, _LMD, _I, _LCSi, _LCRS, _CCN],
1369
- [0, 1, 0, () => OpportunitySort, () => LastModifiedDate, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1376
+ [0, 1, 0, () => OpportunitySort$, () => LastModifiedDate$, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1370
1377
  ];
1371
- var ListOpportunitiesResponse = [
1378
+ var ListOpportunitiesResponse$ = [
1372
1379
  3,
1373
1380
  n0,
1374
1381
  _LORi,
@@ -1376,15 +1383,15 @@ var ListOpportunitiesResponse = [
1376
1383
  [_OS, _NT],
1377
1384
  [[() => OpportunitySummaries, 0], 0],
1378
1385
  ];
1379
- var ListOpportunityFromEngagementTasksRequest = [
1386
+ var ListOpportunityFromEngagementTasksRequest$ = [
1380
1387
  3,
1381
1388
  n0,
1382
1389
  _LOFETR,
1383
1390
  0,
1384
1391
  [_MR, _NT, _Sor, _C, _TS, _TI, _OIp, _EI, _CIo],
1385
- [1, 0, () => ListTasksSortBase, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1392
+ [1, 0, () => ListTasksSortBase$, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
1386
1393
  ];
1387
- var ListOpportunityFromEngagementTasksResponse = [
1394
+ var ListOpportunityFromEngagementTasksResponse$ = [
1388
1395
  3,
1389
1396
  n0,
1390
1397
  _LOFETRi,
@@ -1392,7 +1399,7 @@ var ListOpportunityFromEngagementTasksResponse = [
1392
1399
  [_TSa, _NT],
1393
1400
  [() => ListOpportunityFromEngagementTaskSummaries, 0],
1394
1401
  ];
1395
- var ListOpportunityFromEngagementTaskSummary = [
1402
+ var ListOpportunityFromEngagementTaskSummary$ = [
1396
1403
  3,
1397
1404
  n0,
1398
1405
  _LOFETS,
@@ -1400,15 +1407,15 @@ var ListOpportunityFromEngagementTaskSummary = [
1400
1407
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1401
1408
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0],
1402
1409
  ];
1403
- var ListResourceSnapshotJobsRequest = [
1410
+ var ListResourceSnapshotJobsRequest$ = [
1404
1411
  3,
1405
1412
  n0,
1406
1413
  _LRSJR,
1407
1414
  0,
1408
1415
  [_C, _MR, _NT, _EI, _St, _Sor],
1409
- [0, 1, 0, 0, 0, () => SortObject],
1416
+ [0, 1, 0, 0, 0, () => SortObject$],
1410
1417
  ];
1411
- var ListResourceSnapshotJobsResponse = [
1418
+ var ListResourceSnapshotJobsResponse$ = [
1412
1419
  3,
1413
1420
  n0,
1414
1421
  _LRSJRi,
@@ -1416,7 +1423,7 @@ var ListResourceSnapshotJobsResponse = [
1416
1423
  [_RSJS, _NT],
1417
1424
  [() => ResourceSnapshotJobSummaryList, 0],
1418
1425
  ];
1419
- var ListResourceSnapshotsRequest = [
1426
+ var ListResourceSnapshotsRequest$ = [
1420
1427
  3,
1421
1428
  n0,
1422
1429
  _LRSR,
@@ -1424,7 +1431,7 @@ var ListResourceSnapshotsRequest = [
1424
1431
  [_C, _MR, _NT, _EI, _RT, _RI, _RSTI, _CB],
1425
1432
  [0, 1, 0, 0, 0, 0, 0, [() => AwsAccount, 0]],
1426
1433
  ];
1427
- var ListResourceSnapshotsResponse = [
1434
+ var ListResourceSnapshotsResponse$ = [
1428
1435
  3,
1429
1436
  n0,
1430
1437
  _LRSRi,
@@ -1432,40 +1439,40 @@ var ListResourceSnapshotsResponse = [
1432
1439
  [_RSS, _NT],
1433
1440
  [[() => ResourceSnapshotSummaryList, 0], 0],
1434
1441
  ];
1435
- var ListSolutionsRequest = [
1442
+ var ListSolutionsRequest$ = [
1436
1443
  3,
1437
1444
  n0,
1438
1445
  _LSR,
1439
1446
  0,
1440
1447
  [_C, _MR, _NT, _Sor, _St, _I, _Cat],
1441
- [0, 1, 0, () => SolutionSort, 64 | 0, 64 | 0, 64 | 0],
1448
+ [0, 1, 0, () => SolutionSort$, 64 | 0, 64 | 0, 64 | 0],
1442
1449
  ];
1443
- var ListSolutionsResponse = [3, n0, _LSRi, 0, [_SS, _NT], [() => SolutionList, 0]];
1444
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
1445
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1446
- var ListTasksSortBase = [3, n0, _LTSB, 0, [_SO, _SB], [0, 0]];
1447
- var Marketing = [3, n0, _Ma, 0, [_CNa, _Sou, _UC, _Ch, _AFU], [0, 0, 64 | 0, 64 | 0, 0]];
1448
- var MonetaryValue = [3, n0, _MV, 0, [_Am, _CCu], [0, [() => CurrencyCode$1, 0]]];
1449
- var NextStepsHistory = [3, n0, _NSH, 0, [_Va, _Tim], [0, 5]];
1450
- var OpportunityEngagementInvitationSort = [3, n0, _OEIS, 0, [_SO, _SB], [0, 0]];
1451
- var OpportunityInvitationPayload = [
1450
+ var ListSolutionsResponse$ = [3, n0, _LSRi, 0, [_SS, _NT], [() => SolutionList, 0]];
1451
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
1452
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1453
+ var ListTasksSortBase$ = [3, n0, _LTSB, 0, [_SO, _SB], [0, 0]];
1454
+ var Marketing$ = [3, n0, _Ma, 0, [_CNa, _Sou, _UC, _Ch, _AFU], [0, 0, 64 | 0, 64 | 0, 0]];
1455
+ var MonetaryValue$ = [3, n0, _MV, 0, [_Am, _CCu], [0, [() => CurrencyCode$1, 0]]];
1456
+ var NextStepsHistory$ = [3, n0, _NSH, 0, [_Va, _Tim], [0, 5]];
1457
+ var OpportunityEngagementInvitationSort$ = [3, n0, _OEIS, 0, [_SO, _SB], [0, 0]];
1458
+ var OpportunityInvitationPayload$ = [
1452
1459
  3,
1453
1460
  n0,
1454
1461
  _OIP,
1455
1462
  0,
1456
1463
  [_SCe, _RRe, _Cu, _Pr],
1457
- [[() => SenderContactList, 0], 64 | 0, [() => EngagementCustomer, 0], [() => ProjectDetails, 0]],
1464
+ [[() => SenderContactList, 0], 64 | 0, [() => EngagementCustomer$, 0], [() => ProjectDetails$, 0]],
1458
1465
  ];
1459
- var OpportunitySort = [3, n0, _OSp, 0, [_SO, _SB], [0, 0]];
1460
- var OpportunitySummary = [
1466
+ var OpportunitySort$ = [3, n0, _OSp, 0, [_SO, _SB], [0, 0]];
1467
+ var OpportunitySummary$ = [
1461
1468
  3,
1462
1469
  n0,
1463
1470
  _OSpp,
1464
1471
  0,
1465
1472
  [_C, _Id, _Ar, _POI, _OT, _LMD, _CD, _LC, _Cu, _Pr],
1466
- [0, 0, 0, 0, 0, 5, 5, [() => LifeCycleSummary, 0], [() => CustomerSummary, 0], [() => ProjectSummary, 0]],
1473
+ [0, 0, 0, 0, 0, 5, 5, [() => LifeCycleSummary$, 0], [() => CustomerSummary$, 0], [() => ProjectSummary$, 0]],
1467
1474
  ];
1468
- var OpportunitySummaryView = [
1475
+ var OpportunitySummaryView$ = [
1469
1476
  3,
1470
1477
  n0,
1471
1478
  _OSV,
@@ -1473,16 +1480,16 @@ var OpportunitySummaryView = [
1473
1480
  [_OT, _L, _OTp, _PNFA, _Cu, _Pr, _REIel],
1474
1481
  [
1475
1482
  0,
1476
- [() => LifeCycleForView, 0],
1483
+ [() => LifeCycleForView$, 0],
1477
1484
  [() => PartnerOpportunityTeamMembersList, 0],
1478
1485
  64 | 0,
1479
- [() => Customer, 0],
1480
- [() => ProjectView, 0],
1481
- () => RelatedEntityIdentifiers,
1486
+ [() => Customer$, 0],
1487
+ [() => ProjectView$, 0],
1488
+ () => RelatedEntityIdentifiers$,
1482
1489
  ],
1483
1490
  ];
1484
- var ProfileNextStepsHistory = [3, n0, _PNSH, 0, [_Va, _Tim], [0, 5]];
1485
- var Project = [
1491
+ var ProfileNextStepsHistory$ = [3, n0, _PNSH, 0, [_Va, _Tim], [0, 5]];
1492
+ var Project$ = [
1486
1493
  3,
1487
1494
  n0,
1488
1495
  _Pr,
@@ -1504,7 +1511,7 @@ var Project = [
1504
1511
  0,
1505
1512
  ],
1506
1513
  ];
1507
- var ProjectDetails = [
1514
+ var ProjectDetails$ = [
1508
1515
  3,
1509
1516
  n0,
1510
1517
  _PD,
@@ -1512,7 +1519,7 @@ var ProjectDetails = [
1512
1519
  [_BP, _Ti, _TCDa, _ECS],
1513
1520
  [[() => EngagementCustomerBusinessProblem, 0], 0, 0, [() => ExpectedCustomerSpendList, 0]],
1514
1521
  ];
1515
- var ProjectSummary = [
1522
+ var ProjectSummary$ = [
1516
1523
  3,
1517
1524
  n0,
1518
1525
  _PSr,
@@ -1520,7 +1527,7 @@ var ProjectSummary = [
1520
1527
  [_DM, _ECS],
1521
1528
  [64 | 0, [() => ExpectedCustomerSpendList, 0]],
1522
1529
  ];
1523
- var ProjectView = [
1530
+ var ProjectView$ = [
1524
1531
  3,
1525
1532
  n0,
1526
1533
  _PV,
@@ -1528,10 +1535,10 @@ var ProjectView = [
1528
1535
  [_DM, _ECS, _CUC, _SAal, _OSD],
1529
1536
  [64 | 0, [() => ExpectedCustomerSpendList, 0], 0, 64 | 0, [() => PiiString, 0]],
1530
1537
  ];
1531
- var PutSellingSystemSettingsRequest = [3, n0, _PSSSR, 0, [_C, _RSJRI], [0, 0]];
1532
- var PutSellingSystemSettingsResponse = [3, n0, _PSSSRu, 0, [_C, _RSJRA], [0, 0]];
1533
- var RejectEngagementInvitationRequest = [3, n0, _REIR, 0, [_C, _I, _RR], [0, 0, 0]];
1534
- var RelatedEntityIdentifiers = [
1538
+ var PutSellingSystemSettingsRequest$ = [3, n0, _PSSSR, 0, [_C, _RSJRI], [0, 0]];
1539
+ var PutSellingSystemSettingsResponse$ = [3, n0, _PSSSRu, 0, [_C, _RSJRA], [0, 0]];
1540
+ var RejectEngagementInvitationRequest$ = [3, n0, _REIR, 0, [_C, _I, _RR], [0, 0, 0]];
1541
+ var RelatedEntityIdentifiers$ = [
1535
1542
  3,
1536
1543
  n0,
1537
1544
  _REIel,
@@ -1539,10 +1546,10 @@ var RelatedEntityIdentifiers = [
1539
1546
  [_AMO, _AMOS, _So, _APws],
1540
1547
  [64 | 0, 64 | 0, 64 | 0, 64 | 0],
1541
1548
  ];
1542
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1543
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1544
- var ResourceSnapshotJobSummary = [3, n0, _RSJSe, 0, [_Id, _Ar, _EIn, _St], [0, 0, 0, 0]];
1545
- var ResourceSnapshotSummary = [
1549
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1550
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1551
+ var ResourceSnapshotJobSummary$ = [3, n0, _RSJSe, 0, [_Id, _Ar, _EIn, _St], [0, 0, 0, 0]];
1552
+ var ResourceSnapshotSummary$ = [
1546
1553
  3,
1547
1554
  n0,
1548
1555
  _RSSe,
@@ -1550,7 +1557,7 @@ var ResourceSnapshotSummary = [
1550
1557
  [_Ar, _Re, _RT, _RIe, _RSTN, _CB],
1551
1558
  [0, 1, 0, 0, 0, [() => AwsAccount, 0]],
1552
1559
  ];
1553
- var SenderContact = [
1560
+ var SenderContact$ = [
1554
1561
  3,
1555
1562
  n0,
1556
1563
  _SCen,
@@ -1564,17 +1571,17 @@ var SenderContact = [
1564
1571
  [() => PhoneNumber, 0],
1565
1572
  ],
1566
1573
  ];
1567
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1568
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1569
- var SoftwareRevenue = [
1574
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1575
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1576
+ var SoftwareRevenue$ = [
1570
1577
  3,
1571
1578
  n0,
1572
1579
  _SR,
1573
1580
  0,
1574
1581
  [_DMe, _Va, _EDf, _ED],
1575
- [0, [() => MonetaryValue, 0], 0, 0],
1582
+ [0, [() => MonetaryValue$, 0], 0, 0],
1576
1583
  ];
1577
- var SolutionBase = [
1584
+ var SolutionBase$ = [
1578
1585
  3,
1579
1586
  n0,
1580
1587
  _SBo,
@@ -1582,9 +1589,9 @@ var SolutionBase = [
1582
1589
  [_C, _Id, _Ar, _N, _St, _Cat, _CD],
1583
1590
  [0, 0, 0, 0, 0, 0, 5],
1584
1591
  ];
1585
- var SolutionSort = [3, n0, _SSo, 0, [_SO, _SB], [0, 0]];
1586
- var SortObject = [3, n0, _SOo, 0, [_SB, _SO], [0, 0]];
1587
- var StartEngagementByAcceptingInvitationTaskRequest = [
1592
+ var SolutionSort$ = [3, n0, _SSo, 0, [_SO, _SB], [0, 0]];
1593
+ var SortObject$ = [3, n0, _SOo, 0, [_SB, _SO], [0, 0]];
1594
+ var StartEngagementByAcceptingInvitationTaskRequest$ = [
1588
1595
  3,
1589
1596
  n0,
1590
1597
  _SEBAITR,
@@ -1592,7 +1599,7 @@ var StartEngagementByAcceptingInvitationTaskRequest = [
1592
1599
  [_C, _CT, _I, _Ta],
1593
1600
  [0, [0, 4], 0, () => TagList],
1594
1601
  ];
1595
- var StartEngagementByAcceptingInvitationTaskResponse = [
1602
+ var StartEngagementByAcceptingInvitationTaskResponse$ = [
1596
1603
  3,
1597
1604
  n0,
1598
1605
  _SEBAITRt,
@@ -1600,15 +1607,15 @@ var StartEngagementByAcceptingInvitationTaskResponse = [
1600
1607
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1601
1608
  [0, 0, 5, 0, 0, 0, 0, 0, 0],
1602
1609
  ];
1603
- var StartEngagementFromOpportunityTaskRequest = [
1610
+ var StartEngagementFromOpportunityTaskRequest$ = [
1604
1611
  3,
1605
1612
  n0,
1606
1613
  _SEFOTR,
1607
1614
  0,
1608
1615
  [_C, _CT, _I, _ASw, _Ta],
1609
- [0, [0, 4], 0, () => AwsSubmission, () => TagList],
1616
+ [0, [0, 4], 0, () => AwsSubmission$, () => TagList],
1610
1617
  ];
1611
- var StartEngagementFromOpportunityTaskResponse = [
1618
+ var StartEngagementFromOpportunityTaskResponse$ = [
1612
1619
  3,
1613
1620
  n0,
1614
1621
  _SEFOTRt,
@@ -1616,7 +1623,7 @@ var StartEngagementFromOpportunityTaskResponse = [
1616
1623
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1617
1624
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0],
1618
1625
  ];
1619
- var StartOpportunityFromEngagementTaskRequest = [
1626
+ var StartOpportunityFromEngagementTaskRequest$ = [
1620
1627
  3,
1621
1628
  n0,
1622
1629
  _SOFETR,
@@ -1624,7 +1631,7 @@ var StartOpportunityFromEngagementTaskRequest = [
1624
1631
  [_C, _CT, _I, _CIo, _Ta],
1625
1632
  [0, [0, 4], 0, 0, () => TagList],
1626
1633
  ];
1627
- var StartOpportunityFromEngagementTaskResponse = [
1634
+ var StartOpportunityFromEngagementTaskResponse$ = [
1628
1635
  3,
1629
1636
  n0,
1630
1637
  _SOFETRt,
@@ -1632,25 +1639,25 @@ var StartOpportunityFromEngagementTaskResponse = [
1632
1639
  [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1633
1640
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0],
1634
1641
  ];
1635
- var StartResourceSnapshotJobRequest = [3, n0, _SRSJR, 0, [_C, _RSJI], [0, 0]];
1636
- var StopResourceSnapshotJobRequest = [3, n0, _SRSJRt, 0, [_C, _RSJI], [0, 0]];
1637
- var SubmitOpportunityRequest = [3, n0, _SORu, 0, [_C, _I, _IT, _V], [0, 0, 0, 0]];
1638
- var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1639
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1640
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1641
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1642
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1643
- var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1644
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1645
- var UpdateEngagementContextRequest = [
1642
+ var StartResourceSnapshotJobRequest$ = [3, n0, _SRSJR, 0, [_C, _RSJI], [0, 0]];
1643
+ var StopResourceSnapshotJobRequest$ = [3, n0, _SRSJRt, 0, [_C, _RSJI], [0, 0]];
1644
+ var SubmitOpportunityRequest$ = [3, n0, _SORu, 0, [_C, _I, _IT, _V], [0, 0, 0, 0]];
1645
+ var Tag$ = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1646
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1647
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1648
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1649
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1650
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1651
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1652
+ var UpdateEngagementContextRequest$ = [
1646
1653
  3,
1647
1654
  n0,
1648
1655
  _UECR,
1649
1656
  0,
1650
1657
  [_C, _EI, _CIo, _ELMA, _T, _Pay],
1651
- [0, 0, 0, 5, 0, [() => UpdateEngagementContextPayload, 0]],
1658
+ [0, 0, 0, 5, 0, [() => UpdateEngagementContextPayload$, 0]],
1652
1659
  ];
1653
- var UpdateEngagementContextResponse = [
1660
+ var UpdateEngagementContextResponse$ = [
1654
1661
  3,
1655
1662
  n0,
1656
1663
  _UECRp,
@@ -1658,15 +1665,15 @@ var UpdateEngagementContextResponse = [
1658
1665
  [_EIn, _EA, _ELMA, _CI],
1659
1666
  [0, 0, 5, 0],
1660
1667
  ];
1661
- var UpdateLeadContext = [
1668
+ var UpdateLeadContext$ = [
1662
1669
  3,
1663
1670
  n0,
1664
1671
  _ULC,
1665
1672
  0,
1666
1673
  [_QS, _Cu, _Inte],
1667
- [0, [() => LeadCustomer, 0], [() => LeadInteraction, 0]],
1674
+ [0, [() => LeadCustomer$, 0], [() => LeadInteraction$, 0]],
1668
1675
  ];
1669
- var UpdateOpportunityRequest = [
1676
+ var UpdateOpportunityRequest$ = [
1670
1677
  3,
1671
1678
  n0,
1672
1679
  _UOR,
@@ -1677,18 +1684,18 @@ var UpdateOpportunityRequest = [
1677
1684
  64 | 0,
1678
1685
  0,
1679
1686
  0,
1680
- [() => Customer, 0],
1681
- [() => Project, 0],
1687
+ [() => Customer$, 0],
1688
+ [() => Project$, 0],
1682
1689
  0,
1683
- () => Marketing,
1684
- [() => SoftwareRevenue, 0],
1690
+ () => Marketing$,
1691
+ [() => SoftwareRevenue$, 0],
1685
1692
  5,
1686
1693
  0,
1687
- [() => LifeCycle, 0],
1694
+ [() => LifeCycle$, 0],
1688
1695
  ],
1689
1696
  ];
1690
- var UpdateOpportunityResponse = [3, n0, _UORp, 0, [_Id, _LMD], [0, 5]];
1691
- var ValidationException = [
1697
+ var UpdateOpportunityResponse$ = [3, n0, _UORp, 0, [_Id, _LMD], [0, 5]];
1698
+ var ValidationException$ = [
1692
1699
  -3,
1693
1700
  n0,
1694
1701
  _VE,
@@ -1696,10 +1703,10 @@ var ValidationException = [
1696
1703
  [_M, _R, _EL],
1697
1704
  [0, 0, () => ValidationExceptionErrorList],
1698
1705
  ];
1699
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1700
- var ValidationExceptionError = [3, n0, _VEE, 0, [_FNi, _M, _Cod], [0, 0, 0]];
1706
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1707
+ var ValidationExceptionError$ = [3, n0, _VEE, 0, [_FNi, _M, _Cod], [0, 0, 0]];
1701
1708
  var __Unit = "unit";
1702
- var PartnerCentralSellingServiceException = [
1709
+ var PartnerCentralSellingServiceException$ = [
1703
1710
  -3,
1704
1711
  _sm,
1705
1712
  "PartnerCentralSellingServiceException",
@@ -1707,436 +1714,436 @@ var PartnerCentralSellingServiceException = [
1707
1714
  [],
1708
1715
  [],
1709
1716
  ];
1710
- schema.TypeRegistry.for(_sm).registerError(PartnerCentralSellingServiceException, PartnerCentralSellingServiceException$1);
1717
+ schema.TypeRegistry.for(_sm).registerError(PartnerCentralSellingServiceException$, PartnerCentralSellingServiceException);
1711
1718
  var AwsAccountIdOrAliasList = [1, n0, _AAIOAL, 0, [() => AwsAccount, 0]];
1712
1719
  var AwsAccountList = [1, n0, _AAL, 0, [() => AwsAccount, 0]];
1713
- var AwsOpportunityTeamMembersList = [1, n0, _AOTML, 0, [() => AwsTeamMember, 0]];
1714
- var AwsProductOptimizationsList = [1, n0, _APOL, 0, [() => AwsProductOptimization, 0]];
1715
- var AwsProductsList = [1, n0, _APL, 0, [() => AwsProductDetails, 0]];
1716
- var CustomerContactsList = [1, n0, _CCL, 0, [() => Contact, 0]];
1717
- var EngagementContexts = [1, n0, _ECn, 0, [() => EngagementContextDetails, 0]];
1718
- var EngagementInvitationSummaries = [1, n0, _EISn, 0, [() => EngagementInvitationSummary, 0]];
1719
- var EngagementMembers = [1, n0, _EMn, 0, [() => EngagementMember, 0]];
1720
- var EngagementMemberSummaries = [1, n0, _EMSn, 0, [() => EngagementMemberSummary, 0]];
1720
+ var AwsOpportunityTeamMembersList = [1, n0, _AOTML, 0, [() => AwsTeamMember$, 0]];
1721
+ var AwsProductOptimizationsList = [1, n0, _APOL, 0, [() => AwsProductOptimization$, 0]];
1722
+ var AwsProductsList = [1, n0, _APL, 0, [() => AwsProductDetails$, 0]];
1723
+ var CustomerContactsList = [1, n0, _CCL, 0, [() => Contact$, 0]];
1724
+ var EngagementContexts = [1, n0, _ECn, 0, [() => EngagementContextDetails$, 0]];
1725
+ var EngagementInvitationSummaries = [1, n0, _EISn, 0, [() => EngagementInvitationSummary$, 0]];
1726
+ var EngagementMembers = [1, n0, _EMn, 0, [() => EngagementMember$, 0]];
1727
+ var EngagementMemberSummaries = [1, n0, _EMSn, 0, [() => EngagementMemberSummary$, 0]];
1721
1728
  var EngagementResourceAssociationSummaryList = [
1722
1729
  1,
1723
1730
  n0,
1724
1731
  _ERASL,
1725
1732
  0,
1726
- [() => EngagementResourceAssociationSummary, 0],
1733
+ [() => EngagementResourceAssociationSummary$, 0],
1727
1734
  ];
1728
- var EngagementSummaryList = [1, n0, _ESL, 0, [() => EngagementSummary, 0]];
1729
- var ExpectedCustomerSpendList = [1, n0, _ECSL, 0, [() => ExpectedCustomerSpend, 0]];
1730
- var LeadInteractionList = [1, n0, _LIL, 0, [() => LeadInteraction, 0]];
1735
+ var EngagementSummaryList = [1, n0, _ESL, 0, [() => EngagementSummary$, 0]];
1736
+ var ExpectedCustomerSpendList = [1, n0, _ECSL, 0, [() => ExpectedCustomerSpend$, 0]];
1737
+ var LeadInteractionList = [1, n0, _LIL, 0, [() => LeadInteraction$, 0]];
1731
1738
  var ListEngagementByAcceptingInvitationTaskSummaries = [
1732
1739
  1,
1733
1740
  n0,
1734
1741
  _LEBAITSi,
1735
1742
  0,
1736
- () => ListEngagementByAcceptingInvitationTaskSummary,
1743
+ () => ListEngagementByAcceptingInvitationTaskSummary$,
1737
1744
  ];
1738
1745
  var ListEngagementFromOpportunityTaskSummaries = [
1739
1746
  1,
1740
1747
  n0,
1741
1748
  _LEFOTSi,
1742
1749
  0,
1743
- () => ListEngagementFromOpportunityTaskSummary,
1750
+ () => ListEngagementFromOpportunityTaskSummary$,
1744
1751
  ];
1745
1752
  var ListOpportunityFromEngagementTaskSummaries = [
1746
1753
  1,
1747
1754
  n0,
1748
1755
  _LOFETSi,
1749
1756
  0,
1750
- () => ListOpportunityFromEngagementTaskSummary,
1751
- ];
1752
- var NextStepsHistories = [1, n0, _NSHe, 0, () => NextStepsHistory];
1753
- var OpportunitySummaries = [1, n0, _OS, 0, [() => OpportunitySummary, 0]];
1754
- var PartnerOpportunityTeamMembersList = [1, n0, _POTML, 0, [() => Contact, 0]];
1755
- var ProfileNextStepsHistories = [1, n0, _PNSHr, 0, () => ProfileNextStepsHistory];
1756
- var ResourceSnapshotJobSummaryList = [1, n0, _RSJSL, 0, () => ResourceSnapshotJobSummary];
1757
- var ResourceSnapshotSummaryList = [1, n0, _RSSL, 0, [() => ResourceSnapshotSummary, 0]];
1758
- var SenderContactList = [1, n0, _SCL, 0, [() => SenderContact, 0]];
1759
- var SolutionList = [1, n0, _SL, 0, () => SolutionBase];
1760
- var TagList = [1, n0, _TL, 0, () => Tag];
1761
- var ValidationExceptionErrorList = [1, n0, _VEEL, 0, () => ValidationExceptionError];
1757
+ () => ListOpportunityFromEngagementTaskSummary$,
1758
+ ];
1759
+ var NextStepsHistories = [1, n0, _NSHe, 0, () => NextStepsHistory$];
1760
+ var OpportunitySummaries = [1, n0, _OS, 0, [() => OpportunitySummary$, 0]];
1761
+ var PartnerOpportunityTeamMembersList = [1, n0, _POTML, 0, [() => Contact$, 0]];
1762
+ var ProfileNextStepsHistories = [1, n0, _PNSHr, 0, () => ProfileNextStepsHistory$];
1763
+ var ResourceSnapshotJobSummaryList = [1, n0, _RSJSL, 0, () => ResourceSnapshotJobSummary$];
1764
+ var ResourceSnapshotSummaryList = [1, n0, _RSSL, 0, [() => ResourceSnapshotSummary$, 0]];
1765
+ var SenderContactList = [1, n0, _SCL, 0, [() => SenderContact$, 0]];
1766
+ var SolutionList = [1, n0, _SL, 0, () => SolutionBase$];
1767
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1768
+ var ValidationExceptionErrorList = [1, n0, _VEEL, 0, () => ValidationExceptionError$];
1762
1769
  var AmountMap = [2, n0, _AMm, 0, [0, 0], [() => MonetaryAmount, 0]];
1763
- var EngagementContextPayload = [
1770
+ var EngagementContextPayload$ = [
1764
1771
  3,
1765
1772
  n0,
1766
1773
  _ECP,
1767
1774
  0,
1768
1775
  [_CP, _Le],
1769
1776
  [
1770
- [() => CustomerProjectsContext, 0],
1771
- [() => LeadContext, 0],
1777
+ [() => CustomerProjectsContext$, 0],
1778
+ [() => LeadContext$, 0],
1772
1779
  ],
1773
1780
  ];
1774
- var Payload = [
1781
+ var Payload$ = [
1775
1782
  3,
1776
1783
  n0,
1777
1784
  _Pay,
1778
1785
  0,
1779
1786
  [_OIppo, _LIe],
1780
1787
  [
1781
- [() => OpportunityInvitationPayload, 0],
1782
- [() => LeadInvitationPayload, 0],
1788
+ [() => OpportunityInvitationPayload$, 0],
1789
+ [() => LeadInvitationPayload$, 0],
1783
1790
  ],
1784
1791
  ];
1785
- var Receiver = [3, n0, _Rec, 0, [_Ac], [[() => AccountReceiver, 0]]];
1786
- var ResourceSnapshotPayload = [
1792
+ var Receiver$ = [3, n0, _Rec, 0, [_Ac], [[() => AccountReceiver$, 0]]];
1793
+ var ResourceSnapshotPayload$ = [
1787
1794
  3,
1788
1795
  n0,
1789
1796
  _RSP,
1790
1797
  0,
1791
1798
  [_OSpp],
1792
- [[() => OpportunitySummaryView, 0]],
1799
+ [[() => OpportunitySummaryView$, 0]],
1793
1800
  ];
1794
- var UpdateEngagementContextPayload = [
1801
+ var UpdateEngagementContextPayload$ = [
1795
1802
  3,
1796
1803
  n0,
1797
1804
  _UECP,
1798
1805
  0,
1799
1806
  [_Le, _CP],
1800
1807
  [
1801
- [() => UpdateLeadContext, 0],
1802
- [() => CustomerProjectsContext, 0],
1808
+ [() => UpdateLeadContext$, 0],
1809
+ [() => CustomerProjectsContext$, 0],
1803
1810
  ],
1804
1811
  ];
1805
- var AcceptEngagementInvitation = [
1812
+ var AcceptEngagementInvitation$ = [
1806
1813
  9,
1807
1814
  n0,
1808
1815
  _AEI,
1809
1816
  { [_h]: ["POST", "/AcceptEngagementInvitation", 200] },
1810
- () => AcceptEngagementInvitationRequest,
1817
+ () => AcceptEngagementInvitationRequest$,
1811
1818
  () => __Unit,
1812
1819
  ];
1813
- var AssignOpportunity = [
1820
+ var AssignOpportunity$ = [
1814
1821
  9,
1815
1822
  n0,
1816
1823
  _AO,
1817
1824
  { [_h]: ["POST", "/AssignOpportunity", 200] },
1818
- () => AssignOpportunityRequest,
1825
+ () => AssignOpportunityRequest$,
1819
1826
  () => __Unit,
1820
1827
  ];
1821
- var AssociateOpportunity = [
1828
+ var AssociateOpportunity$ = [
1822
1829
  9,
1823
1830
  n0,
1824
1831
  _AOs,
1825
1832
  { [_h]: ["POST", "/AssociateOpportunity", 200] },
1826
- () => AssociateOpportunityRequest,
1833
+ () => AssociateOpportunityRequest$,
1827
1834
  () => __Unit,
1828
1835
  ];
1829
- var CreateEngagement = [
1836
+ var CreateEngagement$ = [
1830
1837
  9,
1831
1838
  n0,
1832
1839
  _CEr,
1833
1840
  { [_h]: ["POST", "/CreateEngagement", 200] },
1834
- () => CreateEngagementRequest,
1835
- () => CreateEngagementResponse,
1841
+ () => CreateEngagementRequest$,
1842
+ () => CreateEngagementResponse$,
1836
1843
  ];
1837
- var CreateEngagementContext = [
1844
+ var CreateEngagementContext$ = [
1838
1845
  9,
1839
1846
  n0,
1840
1847
  _CEC,
1841
1848
  { [_h]: ["POST", "/CreateEngagementContext", 200] },
1842
- () => CreateEngagementContextRequest,
1843
- () => CreateEngagementContextResponse,
1849
+ () => CreateEngagementContextRequest$,
1850
+ () => CreateEngagementContextResponse$,
1844
1851
  ];
1845
- var CreateEngagementInvitation = [
1852
+ var CreateEngagementInvitation$ = [
1846
1853
  9,
1847
1854
  n0,
1848
1855
  _CEI,
1849
1856
  { [_h]: ["POST", "/CreateEngagementInvitation", 200] },
1850
- () => CreateEngagementInvitationRequest,
1851
- () => CreateEngagementInvitationResponse,
1857
+ () => CreateEngagementInvitationRequest$,
1858
+ () => CreateEngagementInvitationResponse$,
1852
1859
  ];
1853
- var CreateOpportunity = [
1860
+ var CreateOpportunity$ = [
1854
1861
  9,
1855
1862
  n0,
1856
1863
  _CO,
1857
1864
  { [_h]: ["POST", "/CreateOpportunity", 200] },
1858
- () => CreateOpportunityRequest,
1859
- () => CreateOpportunityResponse,
1865
+ () => CreateOpportunityRequest$,
1866
+ () => CreateOpportunityResponse$,
1860
1867
  ];
1861
- var CreateResourceSnapshot = [
1868
+ var CreateResourceSnapshot$ = [
1862
1869
  9,
1863
1870
  n0,
1864
1871
  _CRS,
1865
1872
  { [_h]: ["POST", "/CreateResourceSnapshot", 200] },
1866
- () => CreateResourceSnapshotRequest,
1867
- () => CreateResourceSnapshotResponse,
1873
+ () => CreateResourceSnapshotRequest$,
1874
+ () => CreateResourceSnapshotResponse$,
1868
1875
  ];
1869
- var CreateResourceSnapshotJob = [
1876
+ var CreateResourceSnapshotJob$ = [
1870
1877
  9,
1871
1878
  n0,
1872
1879
  _CRSJ,
1873
1880
  { [_h]: ["POST", "/CreateResourceSnapshotJob", 200] },
1874
- () => CreateResourceSnapshotJobRequest,
1875
- () => CreateResourceSnapshotJobResponse,
1881
+ () => CreateResourceSnapshotJobRequest$,
1882
+ () => CreateResourceSnapshotJobResponse$,
1876
1883
  ];
1877
- var DeleteResourceSnapshotJob = [
1884
+ var DeleteResourceSnapshotJob$ = [
1878
1885
  9,
1879
1886
  n0,
1880
1887
  _DRSJ,
1881
1888
  { [_h]: ["POST", "/DeleteResourceSnapshotJob", 204] },
1882
- () => DeleteResourceSnapshotJobRequest,
1889
+ () => DeleteResourceSnapshotJobRequest$,
1883
1890
  () => __Unit,
1884
1891
  ];
1885
- var DisassociateOpportunity = [
1892
+ var DisassociateOpportunity$ = [
1886
1893
  9,
1887
1894
  n0,
1888
1895
  _DO,
1889
1896
  { [_h]: ["POST", "/DisassociateOpportunity", 200] },
1890
- () => DisassociateOpportunityRequest,
1897
+ () => DisassociateOpportunityRequest$,
1891
1898
  () => __Unit,
1892
1899
  ];
1893
- var GetAwsOpportunitySummary = [
1900
+ var GetAwsOpportunitySummary$ = [
1894
1901
  9,
1895
1902
  n0,
1896
1903
  _GAOS,
1897
1904
  { [_h]: ["POST", "/GetAwsOpportunitySummary", 200] },
1898
- () => GetAwsOpportunitySummaryRequest,
1899
- () => GetAwsOpportunitySummaryResponse,
1905
+ () => GetAwsOpportunitySummaryRequest$,
1906
+ () => GetAwsOpportunitySummaryResponse$,
1900
1907
  ];
1901
- var GetEngagement = [
1908
+ var GetEngagement$ = [
1902
1909
  9,
1903
1910
  n0,
1904
1911
  _GE,
1905
1912
  { [_h]: ["POST", "/GetEngagement", 200] },
1906
- () => GetEngagementRequest,
1907
- () => GetEngagementResponse,
1913
+ () => GetEngagementRequest$,
1914
+ () => GetEngagementResponse$,
1908
1915
  ];
1909
- var GetEngagementInvitation = [
1916
+ var GetEngagementInvitation$ = [
1910
1917
  9,
1911
1918
  n0,
1912
1919
  _GEI,
1913
1920
  { [_h]: ["POST", "/GetEngagementInvitation", 200] },
1914
- () => GetEngagementInvitationRequest,
1915
- () => GetEngagementInvitationResponse,
1921
+ () => GetEngagementInvitationRequest$,
1922
+ () => GetEngagementInvitationResponse$,
1916
1923
  ];
1917
- var GetOpportunity = [
1924
+ var GetOpportunity$ = [
1918
1925
  9,
1919
1926
  n0,
1920
1927
  _GO,
1921
1928
  { [_h]: ["POST", "/GetOpportunity", 200] },
1922
- () => GetOpportunityRequest,
1923
- () => GetOpportunityResponse,
1929
+ () => GetOpportunityRequest$,
1930
+ () => GetOpportunityResponse$,
1924
1931
  ];
1925
- var GetResourceSnapshot = [
1932
+ var GetResourceSnapshot$ = [
1926
1933
  9,
1927
1934
  n0,
1928
1935
  _GRS,
1929
1936
  { [_h]: ["POST", "/GetResourceSnapshot", 200] },
1930
- () => GetResourceSnapshotRequest,
1931
- () => GetResourceSnapshotResponse,
1937
+ () => GetResourceSnapshotRequest$,
1938
+ () => GetResourceSnapshotResponse$,
1932
1939
  ];
1933
- var GetResourceSnapshotJob = [
1940
+ var GetResourceSnapshotJob$ = [
1934
1941
  9,
1935
1942
  n0,
1936
1943
  _GRSJ,
1937
1944
  { [_h]: ["POST", "/GetResourceSnapshotJob", 200] },
1938
- () => GetResourceSnapshotJobRequest,
1939
- () => GetResourceSnapshotJobResponse,
1945
+ () => GetResourceSnapshotJobRequest$,
1946
+ () => GetResourceSnapshotJobResponse$,
1940
1947
  ];
1941
- var GetSellingSystemSettings = [
1948
+ var GetSellingSystemSettings$ = [
1942
1949
  9,
1943
1950
  n0,
1944
1951
  _GSSS,
1945
1952
  { [_h]: ["POST", "/GetSellingSystemSettings", 200] },
1946
- () => GetSellingSystemSettingsRequest,
1947
- () => GetSellingSystemSettingsResponse,
1953
+ () => GetSellingSystemSettingsRequest$,
1954
+ () => GetSellingSystemSettingsResponse$,
1948
1955
  ];
1949
- var ListEngagementByAcceptingInvitationTasks = [
1956
+ var ListEngagementByAcceptingInvitationTasks$ = [
1950
1957
  9,
1951
1958
  n0,
1952
1959
  _LEBAIT,
1953
1960
  { [_h]: ["POST", "/ListEngagementByAcceptingInvitationTasks", 200] },
1954
- () => ListEngagementByAcceptingInvitationTasksRequest,
1955
- () => ListEngagementByAcceptingInvitationTasksResponse,
1961
+ () => ListEngagementByAcceptingInvitationTasksRequest$,
1962
+ () => ListEngagementByAcceptingInvitationTasksResponse$,
1956
1963
  ];
1957
- var ListEngagementFromOpportunityTasks = [
1964
+ var ListEngagementFromOpportunityTasks$ = [
1958
1965
  9,
1959
1966
  n0,
1960
1967
  _LEFOT,
1961
1968
  { [_h]: ["POST", "/ListEngagementFromOpportunityTasks", 200] },
1962
- () => ListEngagementFromOpportunityTasksRequest,
1963
- () => ListEngagementFromOpportunityTasksResponse,
1969
+ () => ListEngagementFromOpportunityTasksRequest$,
1970
+ () => ListEngagementFromOpportunityTasksResponse$,
1964
1971
  ];
1965
- var ListEngagementInvitations = [
1972
+ var ListEngagementInvitations$ = [
1966
1973
  9,
1967
1974
  n0,
1968
1975
  _LEI,
1969
1976
  { [_h]: ["POST", "/ListEngagementInvitations", 200] },
1970
- () => ListEngagementInvitationsRequest,
1971
- () => ListEngagementInvitationsResponse,
1977
+ () => ListEngagementInvitationsRequest$,
1978
+ () => ListEngagementInvitationsResponse$,
1972
1979
  ];
1973
- var ListEngagementMembers = [
1980
+ var ListEngagementMembers$ = [
1974
1981
  9,
1975
1982
  n0,
1976
1983
  _LEM,
1977
1984
  { [_h]: ["POST", "/ListEngagementMembers", 200] },
1978
- () => ListEngagementMembersRequest,
1979
- () => ListEngagementMembersResponse,
1985
+ () => ListEngagementMembersRequest$,
1986
+ () => ListEngagementMembersResponse$,
1980
1987
  ];
1981
- var ListEngagementResourceAssociations = [
1988
+ var ListEngagementResourceAssociations$ = [
1982
1989
  9,
1983
1990
  n0,
1984
1991
  _LERA,
1985
1992
  { [_h]: ["POST", "/ListEngagementResourceAssociations", 200] },
1986
- () => ListEngagementResourceAssociationsRequest,
1987
- () => ListEngagementResourceAssociationsResponse,
1993
+ () => ListEngagementResourceAssociationsRequest$,
1994
+ () => ListEngagementResourceAssociationsResponse$,
1988
1995
  ];
1989
- var ListEngagements = [
1996
+ var ListEngagements$ = [
1990
1997
  9,
1991
1998
  n0,
1992
1999
  _LE,
1993
2000
  { [_h]: ["POST", "/ListEngagements", 200] },
1994
- () => ListEngagementsRequest,
1995
- () => ListEngagementsResponse,
2001
+ () => ListEngagementsRequest$,
2002
+ () => ListEngagementsResponse$,
1996
2003
  ];
1997
- var ListOpportunities = [
2004
+ var ListOpportunities$ = [
1998
2005
  9,
1999
2006
  n0,
2000
2007
  _LO,
2001
2008
  { [_h]: ["POST", "/ListOpportunities", 200] },
2002
- () => ListOpportunitiesRequest,
2003
- () => ListOpportunitiesResponse,
2009
+ () => ListOpportunitiesRequest$,
2010
+ () => ListOpportunitiesResponse$,
2004
2011
  ];
2005
- var ListOpportunityFromEngagementTasks = [
2012
+ var ListOpportunityFromEngagementTasks$ = [
2006
2013
  9,
2007
2014
  n0,
2008
2015
  _LOFET,
2009
2016
  { [_h]: ["POST", "/ListOpportunityFromEngagementTasks", 200] },
2010
- () => ListOpportunityFromEngagementTasksRequest,
2011
- () => ListOpportunityFromEngagementTasksResponse,
2017
+ () => ListOpportunityFromEngagementTasksRequest$,
2018
+ () => ListOpportunityFromEngagementTasksResponse$,
2012
2019
  ];
2013
- var ListResourceSnapshotJobs = [
2020
+ var ListResourceSnapshotJobs$ = [
2014
2021
  9,
2015
2022
  n0,
2016
2023
  _LRSJ,
2017
2024
  { [_h]: ["POST", "/ListResourceSnapshotJobs", 200] },
2018
- () => ListResourceSnapshotJobsRequest,
2019
- () => ListResourceSnapshotJobsResponse,
2025
+ () => ListResourceSnapshotJobsRequest$,
2026
+ () => ListResourceSnapshotJobsResponse$,
2020
2027
  ];
2021
- var ListResourceSnapshots = [
2028
+ var ListResourceSnapshots$ = [
2022
2029
  9,
2023
2030
  n0,
2024
2031
  _LRS,
2025
2032
  { [_h]: ["POST", "/ListResourceSnapshots", 200] },
2026
- () => ListResourceSnapshotsRequest,
2027
- () => ListResourceSnapshotsResponse,
2033
+ () => ListResourceSnapshotsRequest$,
2034
+ () => ListResourceSnapshotsResponse$,
2028
2035
  ];
2029
- var ListSolutions = [
2036
+ var ListSolutions$ = [
2030
2037
  9,
2031
2038
  n0,
2032
2039
  _LS,
2033
2040
  { [_h]: ["POST", "/ListSolutions", 200] },
2034
- () => ListSolutionsRequest,
2035
- () => ListSolutionsResponse,
2041
+ () => ListSolutionsRequest$,
2042
+ () => ListSolutionsResponse$,
2036
2043
  ];
2037
- var ListTagsForResource = [
2044
+ var ListTagsForResource$ = [
2038
2045
  9,
2039
2046
  n0,
2040
2047
  _LTFR,
2041
2048
  { [_h]: ["POST", "/ListTagsForResource", 200] },
2042
- () => ListTagsForResourceRequest,
2043
- () => ListTagsForResourceResponse,
2049
+ () => ListTagsForResourceRequest$,
2050
+ () => ListTagsForResourceResponse$,
2044
2051
  ];
2045
- var PutSellingSystemSettings = [
2052
+ var PutSellingSystemSettings$ = [
2046
2053
  9,
2047
2054
  n0,
2048
2055
  _PSSS,
2049
2056
  { [_h]: ["POST", "/PutSellingSystemSettings", 200] },
2050
- () => PutSellingSystemSettingsRequest,
2051
- () => PutSellingSystemSettingsResponse,
2057
+ () => PutSellingSystemSettingsRequest$,
2058
+ () => PutSellingSystemSettingsResponse$,
2052
2059
  ];
2053
- var RejectEngagementInvitation = [
2060
+ var RejectEngagementInvitation$ = [
2054
2061
  9,
2055
2062
  n0,
2056
2063
  _REIej,
2057
2064
  { [_h]: ["POST", "/RejectEngagementInvitation", 200] },
2058
- () => RejectEngagementInvitationRequest,
2065
+ () => RejectEngagementInvitationRequest$,
2059
2066
  () => __Unit,
2060
2067
  ];
2061
- var StartEngagementByAcceptingInvitationTask = [
2068
+ var StartEngagementByAcceptingInvitationTask$ = [
2062
2069
  9,
2063
2070
  n0,
2064
2071
  _SEBAIT,
2065
2072
  { [_h]: ["POST", "/StartEngagementByAcceptingInvitationTask", 200] },
2066
- () => StartEngagementByAcceptingInvitationTaskRequest,
2067
- () => StartEngagementByAcceptingInvitationTaskResponse,
2073
+ () => StartEngagementByAcceptingInvitationTaskRequest$,
2074
+ () => StartEngagementByAcceptingInvitationTaskResponse$,
2068
2075
  ];
2069
- var StartEngagementFromOpportunityTask = [
2076
+ var StartEngagementFromOpportunityTask$ = [
2070
2077
  9,
2071
2078
  n0,
2072
2079
  _SEFOT,
2073
2080
  { [_h]: ["POST", "/StartEngagementFromOpportunityTask", 200] },
2074
- () => StartEngagementFromOpportunityTaskRequest,
2075
- () => StartEngagementFromOpportunityTaskResponse,
2081
+ () => StartEngagementFromOpportunityTaskRequest$,
2082
+ () => StartEngagementFromOpportunityTaskResponse$,
2076
2083
  ];
2077
- var StartOpportunityFromEngagementTask = [
2084
+ var StartOpportunityFromEngagementTask$ = [
2078
2085
  9,
2079
2086
  n0,
2080
2087
  _SOFET,
2081
2088
  { [_h]: ["POST", "/StartOpportunityFromEngagementTask", 200] },
2082
- () => StartOpportunityFromEngagementTaskRequest,
2083
- () => StartOpportunityFromEngagementTaskResponse,
2089
+ () => StartOpportunityFromEngagementTaskRequest$,
2090
+ () => StartOpportunityFromEngagementTaskResponse$,
2084
2091
  ];
2085
- var StartResourceSnapshotJob = [
2092
+ var StartResourceSnapshotJob$ = [
2086
2093
  9,
2087
2094
  n0,
2088
2095
  _SRSJ,
2089
2096
  { [_h]: ["POST", "/StartResourceSnapshotJob", 204] },
2090
- () => StartResourceSnapshotJobRequest,
2097
+ () => StartResourceSnapshotJobRequest$,
2091
2098
  () => __Unit,
2092
2099
  ];
2093
- var StopResourceSnapshotJob = [
2100
+ var StopResourceSnapshotJob$ = [
2094
2101
  9,
2095
2102
  n0,
2096
2103
  _SRSJt,
2097
2104
  { [_h]: ["POST", "/StopResourceSnapshotJob", 204] },
2098
- () => StopResourceSnapshotJobRequest,
2105
+ () => StopResourceSnapshotJobRequest$,
2099
2106
  () => __Unit,
2100
2107
  ];
2101
- var SubmitOpportunity = [
2108
+ var SubmitOpportunity$ = [
2102
2109
  9,
2103
2110
  n0,
2104
2111
  _SOu,
2105
2112
  { [_h]: ["POST", "/SubmitOpportunity", 200] },
2106
- () => SubmitOpportunityRequest,
2113
+ () => SubmitOpportunityRequest$,
2107
2114
  () => __Unit,
2108
2115
  ];
2109
- var TagResource = [
2116
+ var TagResource$ = [
2110
2117
  9,
2111
2118
  n0,
2112
2119
  _TR,
2113
2120
  { [_h]: ["POST", "/TagResource", 200] },
2114
- () => TagResourceRequest,
2115
- () => TagResourceResponse,
2121
+ () => TagResourceRequest$,
2122
+ () => TagResourceResponse$,
2116
2123
  ];
2117
- var UntagResource = [
2124
+ var UntagResource$ = [
2118
2125
  9,
2119
2126
  n0,
2120
2127
  _UR,
2121
2128
  { [_h]: ["POST", "/UntagResource", 200] },
2122
- () => UntagResourceRequest,
2123
- () => UntagResourceResponse,
2129
+ () => UntagResourceRequest$,
2130
+ () => UntagResourceResponse$,
2124
2131
  ];
2125
- var UpdateEngagementContext = [
2132
+ var UpdateEngagementContext$ = [
2126
2133
  9,
2127
2134
  n0,
2128
2135
  _UEC,
2129
2136
  { [_h]: ["POST", "/UpdateEngagementContext", 200] },
2130
- () => UpdateEngagementContextRequest,
2131
- () => UpdateEngagementContextResponse,
2137
+ () => UpdateEngagementContextRequest$,
2138
+ () => UpdateEngagementContextResponse$,
2132
2139
  ];
2133
- var UpdateOpportunity = [
2140
+ var UpdateOpportunity$ = [
2134
2141
  9,
2135
2142
  n0,
2136
2143
  _UO,
2137
2144
  { [_h]: ["POST", "/UpdateOpportunity", 200] },
2138
- () => UpdateOpportunityRequest,
2139
- () => UpdateOpportunityResponse,
2145
+ () => UpdateOpportunityRequest$,
2146
+ () => UpdateOpportunityResponse$,
2140
2147
  ];
2141
2148
 
2142
2149
  class AcceptEngagementInvitationCommand extends smithyClient.Command
@@ -2147,7 +2154,7 @@ class AcceptEngagementInvitationCommand extends smithyClient.Command
2147
2154
  })
2148
2155
  .s("AWSPartnerCentralSelling", "AcceptEngagementInvitation", {})
2149
2156
  .n("PartnerCentralSellingClient", "AcceptEngagementInvitationCommand")
2150
- .sc(AcceptEngagementInvitation)
2157
+ .sc(AcceptEngagementInvitation$)
2151
2158
  .build() {
2152
2159
  }
2153
2160
 
@@ -2159,7 +2166,7 @@ class AssignOpportunityCommand extends smithyClient.Command
2159
2166
  })
2160
2167
  .s("AWSPartnerCentralSelling", "AssignOpportunity", {})
2161
2168
  .n("PartnerCentralSellingClient", "AssignOpportunityCommand")
2162
- .sc(AssignOpportunity)
2169
+ .sc(AssignOpportunity$)
2163
2170
  .build() {
2164
2171
  }
2165
2172
 
@@ -2171,7 +2178,7 @@ class AssociateOpportunityCommand extends smithyClient.Command
2171
2178
  })
2172
2179
  .s("AWSPartnerCentralSelling", "AssociateOpportunity", {})
2173
2180
  .n("PartnerCentralSellingClient", "AssociateOpportunityCommand")
2174
- .sc(AssociateOpportunity)
2181
+ .sc(AssociateOpportunity$)
2175
2182
  .build() {
2176
2183
  }
2177
2184
 
@@ -2183,7 +2190,7 @@ class CreateEngagementCommand extends smithyClient.Command
2183
2190
  })
2184
2191
  .s("AWSPartnerCentralSelling", "CreateEngagement", {})
2185
2192
  .n("PartnerCentralSellingClient", "CreateEngagementCommand")
2186
- .sc(CreateEngagement)
2193
+ .sc(CreateEngagement$)
2187
2194
  .build() {
2188
2195
  }
2189
2196
 
@@ -2195,7 +2202,7 @@ class CreateEngagementContextCommand extends smithyClient.Command
2195
2202
  })
2196
2203
  .s("AWSPartnerCentralSelling", "CreateEngagementContext", {})
2197
2204
  .n("PartnerCentralSellingClient", "CreateEngagementContextCommand")
2198
- .sc(CreateEngagementContext)
2205
+ .sc(CreateEngagementContext$)
2199
2206
  .build() {
2200
2207
  }
2201
2208
 
@@ -2207,7 +2214,7 @@ class CreateEngagementInvitationCommand extends smithyClient.Command
2207
2214
  })
2208
2215
  .s("AWSPartnerCentralSelling", "CreateEngagementInvitation", {})
2209
2216
  .n("PartnerCentralSellingClient", "CreateEngagementInvitationCommand")
2210
- .sc(CreateEngagementInvitation)
2217
+ .sc(CreateEngagementInvitation$)
2211
2218
  .build() {
2212
2219
  }
2213
2220
 
@@ -2219,7 +2226,7 @@ class CreateOpportunityCommand extends smithyClient.Command
2219
2226
  })
2220
2227
  .s("AWSPartnerCentralSelling", "CreateOpportunity", {})
2221
2228
  .n("PartnerCentralSellingClient", "CreateOpportunityCommand")
2222
- .sc(CreateOpportunity)
2229
+ .sc(CreateOpportunity$)
2223
2230
  .build() {
2224
2231
  }
2225
2232
 
@@ -2231,7 +2238,7 @@ class CreateResourceSnapshotCommand extends smithyClient.Command
2231
2238
  })
2232
2239
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshot", {})
2233
2240
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotCommand")
2234
- .sc(CreateResourceSnapshot)
2241
+ .sc(CreateResourceSnapshot$)
2235
2242
  .build() {
2236
2243
  }
2237
2244
 
@@ -2243,7 +2250,7 @@ class CreateResourceSnapshotJobCommand extends smithyClient.Command
2243
2250
  })
2244
2251
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshotJob", {})
2245
2252
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotJobCommand")
2246
- .sc(CreateResourceSnapshotJob)
2253
+ .sc(CreateResourceSnapshotJob$)
2247
2254
  .build() {
2248
2255
  }
2249
2256
 
@@ -2255,7 +2262,7 @@ class DeleteResourceSnapshotJobCommand extends smithyClient.Command
2255
2262
  })
2256
2263
  .s("AWSPartnerCentralSelling", "DeleteResourceSnapshotJob", {})
2257
2264
  .n("PartnerCentralSellingClient", "DeleteResourceSnapshotJobCommand")
2258
- .sc(DeleteResourceSnapshotJob)
2265
+ .sc(DeleteResourceSnapshotJob$)
2259
2266
  .build() {
2260
2267
  }
2261
2268
 
@@ -2267,7 +2274,7 @@ class DisassociateOpportunityCommand extends smithyClient.Command
2267
2274
  })
2268
2275
  .s("AWSPartnerCentralSelling", "DisassociateOpportunity", {})
2269
2276
  .n("PartnerCentralSellingClient", "DisassociateOpportunityCommand")
2270
- .sc(DisassociateOpportunity)
2277
+ .sc(DisassociateOpportunity$)
2271
2278
  .build() {
2272
2279
  }
2273
2280
 
@@ -2279,7 +2286,7 @@ class GetAwsOpportunitySummaryCommand extends smithyClient.Command
2279
2286
  })
2280
2287
  .s("AWSPartnerCentralSelling", "GetAwsOpportunitySummary", {})
2281
2288
  .n("PartnerCentralSellingClient", "GetAwsOpportunitySummaryCommand")
2282
- .sc(GetAwsOpportunitySummary)
2289
+ .sc(GetAwsOpportunitySummary$)
2283
2290
  .build() {
2284
2291
  }
2285
2292
 
@@ -2291,7 +2298,7 @@ class GetEngagementCommand extends smithyClient.Command
2291
2298
  })
2292
2299
  .s("AWSPartnerCentralSelling", "GetEngagement", {})
2293
2300
  .n("PartnerCentralSellingClient", "GetEngagementCommand")
2294
- .sc(GetEngagement)
2301
+ .sc(GetEngagement$)
2295
2302
  .build() {
2296
2303
  }
2297
2304
 
@@ -2303,7 +2310,7 @@ class GetEngagementInvitationCommand extends smithyClient.Command
2303
2310
  })
2304
2311
  .s("AWSPartnerCentralSelling", "GetEngagementInvitation", {})
2305
2312
  .n("PartnerCentralSellingClient", "GetEngagementInvitationCommand")
2306
- .sc(GetEngagementInvitation)
2313
+ .sc(GetEngagementInvitation$)
2307
2314
  .build() {
2308
2315
  }
2309
2316
 
@@ -2315,7 +2322,7 @@ class GetOpportunityCommand extends smithyClient.Command
2315
2322
  })
2316
2323
  .s("AWSPartnerCentralSelling", "GetOpportunity", {})
2317
2324
  .n("PartnerCentralSellingClient", "GetOpportunityCommand")
2318
- .sc(GetOpportunity)
2325
+ .sc(GetOpportunity$)
2319
2326
  .build() {
2320
2327
  }
2321
2328
 
@@ -2327,7 +2334,7 @@ class GetResourceSnapshotCommand extends smithyClient.Command
2327
2334
  })
2328
2335
  .s("AWSPartnerCentralSelling", "GetResourceSnapshot", {})
2329
2336
  .n("PartnerCentralSellingClient", "GetResourceSnapshotCommand")
2330
- .sc(GetResourceSnapshot)
2337
+ .sc(GetResourceSnapshot$)
2331
2338
  .build() {
2332
2339
  }
2333
2340
 
@@ -2339,7 +2346,7 @@ class GetResourceSnapshotJobCommand extends smithyClient.Command
2339
2346
  })
2340
2347
  .s("AWSPartnerCentralSelling", "GetResourceSnapshotJob", {})
2341
2348
  .n("PartnerCentralSellingClient", "GetResourceSnapshotJobCommand")
2342
- .sc(GetResourceSnapshotJob)
2349
+ .sc(GetResourceSnapshotJob$)
2343
2350
  .build() {
2344
2351
  }
2345
2352
 
@@ -2351,7 +2358,7 @@ class GetSellingSystemSettingsCommand extends smithyClient.Command
2351
2358
  })
2352
2359
  .s("AWSPartnerCentralSelling", "GetSellingSystemSettings", {})
2353
2360
  .n("PartnerCentralSellingClient", "GetSellingSystemSettingsCommand")
2354
- .sc(GetSellingSystemSettings)
2361
+ .sc(GetSellingSystemSettings$)
2355
2362
  .build() {
2356
2363
  }
2357
2364
 
@@ -2363,7 +2370,7 @@ class ListEngagementByAcceptingInvitationTasksCommand extends smithyClient.Comma
2363
2370
  })
2364
2371
  .s("AWSPartnerCentralSelling", "ListEngagementByAcceptingInvitationTasks", {})
2365
2372
  .n("PartnerCentralSellingClient", "ListEngagementByAcceptingInvitationTasksCommand")
2366
- .sc(ListEngagementByAcceptingInvitationTasks)
2373
+ .sc(ListEngagementByAcceptingInvitationTasks$)
2367
2374
  .build() {
2368
2375
  }
2369
2376
 
@@ -2375,7 +2382,7 @@ class ListEngagementFromOpportunityTasksCommand extends smithyClient.Command
2375
2382
  })
2376
2383
  .s("AWSPartnerCentralSelling", "ListEngagementFromOpportunityTasks", {})
2377
2384
  .n("PartnerCentralSellingClient", "ListEngagementFromOpportunityTasksCommand")
2378
- .sc(ListEngagementFromOpportunityTasks)
2385
+ .sc(ListEngagementFromOpportunityTasks$)
2379
2386
  .build() {
2380
2387
  }
2381
2388
 
@@ -2387,7 +2394,7 @@ class ListEngagementInvitationsCommand extends smithyClient.Command
2387
2394
  })
2388
2395
  .s("AWSPartnerCentralSelling", "ListEngagementInvitations", {})
2389
2396
  .n("PartnerCentralSellingClient", "ListEngagementInvitationsCommand")
2390
- .sc(ListEngagementInvitations)
2397
+ .sc(ListEngagementInvitations$)
2391
2398
  .build() {
2392
2399
  }
2393
2400
 
@@ -2399,7 +2406,7 @@ class ListEngagementMembersCommand extends smithyClient.Command
2399
2406
  })
2400
2407
  .s("AWSPartnerCentralSelling", "ListEngagementMembers", {})
2401
2408
  .n("PartnerCentralSellingClient", "ListEngagementMembersCommand")
2402
- .sc(ListEngagementMembers)
2409
+ .sc(ListEngagementMembers$)
2403
2410
  .build() {
2404
2411
  }
2405
2412
 
@@ -2411,7 +2418,7 @@ class ListEngagementResourceAssociationsCommand extends smithyClient.Command
2411
2418
  })
2412
2419
  .s("AWSPartnerCentralSelling", "ListEngagementResourceAssociations", {})
2413
2420
  .n("PartnerCentralSellingClient", "ListEngagementResourceAssociationsCommand")
2414
- .sc(ListEngagementResourceAssociations)
2421
+ .sc(ListEngagementResourceAssociations$)
2415
2422
  .build() {
2416
2423
  }
2417
2424
 
@@ -2423,7 +2430,7 @@ class ListEngagementsCommand extends smithyClient.Command
2423
2430
  })
2424
2431
  .s("AWSPartnerCentralSelling", "ListEngagements", {})
2425
2432
  .n("PartnerCentralSellingClient", "ListEngagementsCommand")
2426
- .sc(ListEngagements)
2433
+ .sc(ListEngagements$)
2427
2434
  .build() {
2428
2435
  }
2429
2436
 
@@ -2435,7 +2442,7 @@ class ListOpportunitiesCommand extends smithyClient.Command
2435
2442
  })
2436
2443
  .s("AWSPartnerCentralSelling", "ListOpportunities", {})
2437
2444
  .n("PartnerCentralSellingClient", "ListOpportunitiesCommand")
2438
- .sc(ListOpportunities)
2445
+ .sc(ListOpportunities$)
2439
2446
  .build() {
2440
2447
  }
2441
2448
 
@@ -2447,7 +2454,7 @@ class ListOpportunityFromEngagementTasksCommand extends smithyClient.Command
2447
2454
  })
2448
2455
  .s("AWSPartnerCentralSelling", "ListOpportunityFromEngagementTasks", {})
2449
2456
  .n("PartnerCentralSellingClient", "ListOpportunityFromEngagementTasksCommand")
2450
- .sc(ListOpportunityFromEngagementTasks)
2457
+ .sc(ListOpportunityFromEngagementTasks$)
2451
2458
  .build() {
2452
2459
  }
2453
2460
 
@@ -2459,7 +2466,7 @@ class ListResourceSnapshotJobsCommand extends smithyClient.Command
2459
2466
  })
2460
2467
  .s("AWSPartnerCentralSelling", "ListResourceSnapshotJobs", {})
2461
2468
  .n("PartnerCentralSellingClient", "ListResourceSnapshotJobsCommand")
2462
- .sc(ListResourceSnapshotJobs)
2469
+ .sc(ListResourceSnapshotJobs$)
2463
2470
  .build() {
2464
2471
  }
2465
2472
 
@@ -2471,7 +2478,7 @@ class ListResourceSnapshotsCommand extends smithyClient.Command
2471
2478
  })
2472
2479
  .s("AWSPartnerCentralSelling", "ListResourceSnapshots", {})
2473
2480
  .n("PartnerCentralSellingClient", "ListResourceSnapshotsCommand")
2474
- .sc(ListResourceSnapshots)
2481
+ .sc(ListResourceSnapshots$)
2475
2482
  .build() {
2476
2483
  }
2477
2484
 
@@ -2483,7 +2490,7 @@ class ListSolutionsCommand extends smithyClient.Command
2483
2490
  })
2484
2491
  .s("AWSPartnerCentralSelling", "ListSolutions", {})
2485
2492
  .n("PartnerCentralSellingClient", "ListSolutionsCommand")
2486
- .sc(ListSolutions)
2493
+ .sc(ListSolutions$)
2487
2494
  .build() {
2488
2495
  }
2489
2496
 
@@ -2495,7 +2502,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2495
2502
  })
2496
2503
  .s("AWSPartnerCentralSelling", "ListTagsForResource", {})
2497
2504
  .n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
2498
- .sc(ListTagsForResource)
2505
+ .sc(ListTagsForResource$)
2499
2506
  .build() {
2500
2507
  }
2501
2508
 
@@ -2507,7 +2514,7 @@ class PutSellingSystemSettingsCommand extends smithyClient.Command
2507
2514
  })
2508
2515
  .s("AWSPartnerCentralSelling", "PutSellingSystemSettings", {})
2509
2516
  .n("PartnerCentralSellingClient", "PutSellingSystemSettingsCommand")
2510
- .sc(PutSellingSystemSettings)
2517
+ .sc(PutSellingSystemSettings$)
2511
2518
  .build() {
2512
2519
  }
2513
2520
 
@@ -2519,7 +2526,7 @@ class RejectEngagementInvitationCommand extends smithyClient.Command
2519
2526
  })
2520
2527
  .s("AWSPartnerCentralSelling", "RejectEngagementInvitation", {})
2521
2528
  .n("PartnerCentralSellingClient", "RejectEngagementInvitationCommand")
2522
- .sc(RejectEngagementInvitation)
2529
+ .sc(RejectEngagementInvitation$)
2523
2530
  .build() {
2524
2531
  }
2525
2532
 
@@ -2531,7 +2538,7 @@ class StartEngagementByAcceptingInvitationTaskCommand extends smithyClient.Comma
2531
2538
  })
2532
2539
  .s("AWSPartnerCentralSelling", "StartEngagementByAcceptingInvitationTask", {})
2533
2540
  .n("PartnerCentralSellingClient", "StartEngagementByAcceptingInvitationTaskCommand")
2534
- .sc(StartEngagementByAcceptingInvitationTask)
2541
+ .sc(StartEngagementByAcceptingInvitationTask$)
2535
2542
  .build() {
2536
2543
  }
2537
2544
 
@@ -2543,7 +2550,7 @@ class StartEngagementFromOpportunityTaskCommand extends smithyClient.Command
2543
2550
  })
2544
2551
  .s("AWSPartnerCentralSelling", "StartEngagementFromOpportunityTask", {})
2545
2552
  .n("PartnerCentralSellingClient", "StartEngagementFromOpportunityTaskCommand")
2546
- .sc(StartEngagementFromOpportunityTask)
2553
+ .sc(StartEngagementFromOpportunityTask$)
2547
2554
  .build() {
2548
2555
  }
2549
2556
 
@@ -2555,7 +2562,7 @@ class StartOpportunityFromEngagementTaskCommand extends smithyClient.Command
2555
2562
  })
2556
2563
  .s("AWSPartnerCentralSelling", "StartOpportunityFromEngagementTask", {})
2557
2564
  .n("PartnerCentralSellingClient", "StartOpportunityFromEngagementTaskCommand")
2558
- .sc(StartOpportunityFromEngagementTask)
2565
+ .sc(StartOpportunityFromEngagementTask$)
2559
2566
  .build() {
2560
2567
  }
2561
2568
 
@@ -2567,7 +2574,7 @@ class StartResourceSnapshotJobCommand extends smithyClient.Command
2567
2574
  })
2568
2575
  .s("AWSPartnerCentralSelling", "StartResourceSnapshotJob", {})
2569
2576
  .n("PartnerCentralSellingClient", "StartResourceSnapshotJobCommand")
2570
- .sc(StartResourceSnapshotJob)
2577
+ .sc(StartResourceSnapshotJob$)
2571
2578
  .build() {
2572
2579
  }
2573
2580
 
@@ -2579,7 +2586,7 @@ class StopResourceSnapshotJobCommand extends smithyClient.Command
2579
2586
  })
2580
2587
  .s("AWSPartnerCentralSelling", "StopResourceSnapshotJob", {})
2581
2588
  .n("PartnerCentralSellingClient", "StopResourceSnapshotJobCommand")
2582
- .sc(StopResourceSnapshotJob)
2589
+ .sc(StopResourceSnapshotJob$)
2583
2590
  .build() {
2584
2591
  }
2585
2592
 
@@ -2591,7 +2598,7 @@ class SubmitOpportunityCommand extends smithyClient.Command
2591
2598
  })
2592
2599
  .s("AWSPartnerCentralSelling", "SubmitOpportunity", {})
2593
2600
  .n("PartnerCentralSellingClient", "SubmitOpportunityCommand")
2594
- .sc(SubmitOpportunity)
2601
+ .sc(SubmitOpportunity$)
2595
2602
  .build() {
2596
2603
  }
2597
2604
 
@@ -2603,7 +2610,7 @@ class TagResourceCommand extends smithyClient.Command
2603
2610
  })
2604
2611
  .s("AWSPartnerCentralSelling", "TagResource", {})
2605
2612
  .n("PartnerCentralSellingClient", "TagResourceCommand")
2606
- .sc(TagResource)
2613
+ .sc(TagResource$)
2607
2614
  .build() {
2608
2615
  }
2609
2616
 
@@ -2615,7 +2622,7 @@ class UntagResourceCommand extends smithyClient.Command
2615
2622
  })
2616
2623
  .s("AWSPartnerCentralSelling", "UntagResource", {})
2617
2624
  .n("PartnerCentralSellingClient", "UntagResourceCommand")
2618
- .sc(UntagResource)
2625
+ .sc(UntagResource$)
2619
2626
  .build() {
2620
2627
  }
2621
2628
 
@@ -2627,7 +2634,7 @@ class UpdateEngagementContextCommand extends smithyClient.Command
2627
2634
  })
2628
2635
  .s("AWSPartnerCentralSelling", "UpdateEngagementContext", {})
2629
2636
  .n("PartnerCentralSellingClient", "UpdateEngagementContextCommand")
2630
- .sc(UpdateEngagementContext)
2637
+ .sc(UpdateEngagementContext$)
2631
2638
  .build() {
2632
2639
  }
2633
2640
 
@@ -2639,7 +2646,7 @@ class UpdateOpportunityCommand extends smithyClient.Command
2639
2646
  })
2640
2647
  .s("AWSPartnerCentralSelling", "UpdateOpportunity", {})
2641
2648
  .n("PartnerCentralSellingClient", "UpdateOpportunityCommand")
2642
- .sc(UpdateOpportunity)
2649
+ .sc(UpdateOpportunity$)
2643
2650
  .build() {
2644
2651
  }
2645
2652
 
@@ -3533,103 +3540,304 @@ Object.defineProperty(exports, "__Client", {
3533
3540
  enumerable: true,
3534
3541
  get: function () { return smithyClient.Client; }
3535
3542
  });
3543
+ exports.AcceptEngagementInvitation$ = AcceptEngagementInvitation$;
3536
3544
  exports.AcceptEngagementInvitationCommand = AcceptEngagementInvitationCommand;
3537
- exports.AccessDeniedException = AccessDeniedException$1;
3545
+ exports.AcceptEngagementInvitationRequest$ = AcceptEngagementInvitationRequest$;
3546
+ exports.AccessDeniedException = AccessDeniedException;
3547
+ exports.AccessDeniedException$ = AccessDeniedException$;
3538
3548
  exports.AccessDeniedExceptionErrorCode = AccessDeniedExceptionErrorCode;
3549
+ exports.Account$ = Account$;
3550
+ exports.AccountReceiver$ = AccountReceiver$;
3551
+ exports.AccountSummary$ = AccountSummary$;
3552
+ exports.Address$ = Address$;
3553
+ exports.AddressSummary$ = AddressSummary$;
3554
+ exports.AssignOpportunity$ = AssignOpportunity$;
3539
3555
  exports.AssignOpportunityCommand = AssignOpportunityCommand;
3556
+ exports.AssignOpportunityRequest$ = AssignOpportunityRequest$;
3557
+ exports.AssigneeContact$ = AssigneeContact$;
3558
+ exports.AssociateOpportunity$ = AssociateOpportunity$;
3540
3559
  exports.AssociateOpportunityCommand = AssociateOpportunityCommand;
3560
+ exports.AssociateOpportunityRequest$ = AssociateOpportunityRequest$;
3541
3561
  exports.AwsClosedLostReason = AwsClosedLostReason;
3542
3562
  exports.AwsFundingUsed = AwsFundingUsed;
3543
3563
  exports.AwsMemberBusinessTitle = AwsMemberBusinessTitle;
3564
+ exports.AwsOpportunityCustomer$ = AwsOpportunityCustomer$;
3565
+ exports.AwsOpportunityInsights$ = AwsOpportunityInsights$;
3566
+ exports.AwsOpportunityLifeCycle$ = AwsOpportunityLifeCycle$;
3567
+ exports.AwsOpportunityProject$ = AwsOpportunityProject$;
3568
+ exports.AwsOpportunityRelatedEntities$ = AwsOpportunityRelatedEntities$;
3544
3569
  exports.AwsOpportunityStage = AwsOpportunityStage;
3545
3570
  exports.AwsPartition = AwsPartition;
3571
+ exports.AwsProductDetails$ = AwsProductDetails$;
3572
+ exports.AwsProductInsights$ = AwsProductInsights$;
3573
+ exports.AwsProductOptimization$ = AwsProductOptimization$;
3574
+ exports.AwsProductsSpendInsightsBySource$ = AwsProductsSpendInsightsBySource$;
3575
+ exports.AwsSubmission$ = AwsSubmission$;
3576
+ exports.AwsTeamMember$ = AwsTeamMember$;
3546
3577
  exports.Channel = Channel;
3547
3578
  exports.ClosedLostReason = ClosedLostReason;
3548
3579
  exports.CompetitorName = CompetitorName;
3549
- exports.ConflictException = ConflictException$1;
3580
+ exports.ConflictException = ConflictException;
3581
+ exports.ConflictException$ = ConflictException$;
3582
+ exports.Contact$ = Contact$;
3550
3583
  exports.CountryCode = CountryCode;
3584
+ exports.CreateEngagement$ = CreateEngagement$;
3551
3585
  exports.CreateEngagementCommand = CreateEngagementCommand;
3586
+ exports.CreateEngagementContext$ = CreateEngagementContext$;
3552
3587
  exports.CreateEngagementContextCommand = CreateEngagementContextCommand;
3588
+ exports.CreateEngagementContextRequest$ = CreateEngagementContextRequest$;
3589
+ exports.CreateEngagementContextResponse$ = CreateEngagementContextResponse$;
3590
+ exports.CreateEngagementInvitation$ = CreateEngagementInvitation$;
3553
3591
  exports.CreateEngagementInvitationCommand = CreateEngagementInvitationCommand;
3592
+ exports.CreateEngagementInvitationRequest$ = CreateEngagementInvitationRequest$;
3593
+ exports.CreateEngagementInvitationResponse$ = CreateEngagementInvitationResponse$;
3594
+ exports.CreateEngagementRequest$ = CreateEngagementRequest$;
3595
+ exports.CreateEngagementResponse$ = CreateEngagementResponse$;
3596
+ exports.CreateOpportunity$ = CreateOpportunity$;
3554
3597
  exports.CreateOpportunityCommand = CreateOpportunityCommand;
3598
+ exports.CreateOpportunityRequest$ = CreateOpportunityRequest$;
3599
+ exports.CreateOpportunityResponse$ = CreateOpportunityResponse$;
3600
+ exports.CreateResourceSnapshot$ = CreateResourceSnapshot$;
3555
3601
  exports.CreateResourceSnapshotCommand = CreateResourceSnapshotCommand;
3602
+ exports.CreateResourceSnapshotJob$ = CreateResourceSnapshotJob$;
3556
3603
  exports.CreateResourceSnapshotJobCommand = CreateResourceSnapshotJobCommand;
3604
+ exports.CreateResourceSnapshotJobRequest$ = CreateResourceSnapshotJobRequest$;
3605
+ exports.CreateResourceSnapshotJobResponse$ = CreateResourceSnapshotJobResponse$;
3606
+ exports.CreateResourceSnapshotRequest$ = CreateResourceSnapshotRequest$;
3607
+ exports.CreateResourceSnapshotResponse$ = CreateResourceSnapshotResponse$;
3557
3608
  exports.CurrencyCode = CurrencyCode;
3609
+ exports.Customer$ = Customer$;
3610
+ exports.CustomerProjectsContext$ = CustomerProjectsContext$;
3611
+ exports.CustomerSummary$ = CustomerSummary$;
3612
+ exports.DeleteResourceSnapshotJob$ = DeleteResourceSnapshotJob$;
3558
3613
  exports.DeleteResourceSnapshotJobCommand = DeleteResourceSnapshotJobCommand;
3614
+ exports.DeleteResourceSnapshotJobRequest$ = DeleteResourceSnapshotJobRequest$;
3559
3615
  exports.DeliveryModel = DeliveryModel;
3616
+ exports.DisassociateOpportunity$ = DisassociateOpportunity$;
3560
3617
  exports.DisassociateOpportunityCommand = DisassociateOpportunityCommand;
3618
+ exports.DisassociateOpportunityRequest$ = DisassociateOpportunityRequest$;
3619
+ exports.EngagementContextDetails$ = EngagementContextDetails$;
3620
+ exports.EngagementContextPayload$ = EngagementContextPayload$;
3561
3621
  exports.EngagementContextType = EngagementContextType;
3622
+ exports.EngagementCustomer$ = EngagementCustomer$;
3623
+ exports.EngagementCustomerProjectDetails$ = EngagementCustomerProjectDetails$;
3562
3624
  exports.EngagementInvitationPayloadType = EngagementInvitationPayloadType;
3625
+ exports.EngagementInvitationSummary$ = EngagementInvitationSummary$;
3626
+ exports.EngagementMember$ = EngagementMember$;
3627
+ exports.EngagementMemberSummary$ = EngagementMemberSummary$;
3628
+ exports.EngagementResourceAssociationSummary$ = EngagementResourceAssociationSummary$;
3563
3629
  exports.EngagementScore = EngagementScore;
3630
+ exports.EngagementSort$ = EngagementSort$;
3564
3631
  exports.EngagementSortName = EngagementSortName;
3632
+ exports.EngagementSummary$ = EngagementSummary$;
3633
+ exports.ExpectedCustomerSpend$ = ExpectedCustomerSpend$;
3634
+ exports.GetAwsOpportunitySummary$ = GetAwsOpportunitySummary$;
3565
3635
  exports.GetAwsOpportunitySummaryCommand = GetAwsOpportunitySummaryCommand;
3636
+ exports.GetAwsOpportunitySummaryRequest$ = GetAwsOpportunitySummaryRequest$;
3637
+ exports.GetAwsOpportunitySummaryResponse$ = GetAwsOpportunitySummaryResponse$;
3638
+ exports.GetEngagement$ = GetEngagement$;
3566
3639
  exports.GetEngagementCommand = GetEngagementCommand;
3640
+ exports.GetEngagementInvitation$ = GetEngagementInvitation$;
3567
3641
  exports.GetEngagementInvitationCommand = GetEngagementInvitationCommand;
3642
+ exports.GetEngagementInvitationRequest$ = GetEngagementInvitationRequest$;
3643
+ exports.GetEngagementInvitationResponse$ = GetEngagementInvitationResponse$;
3644
+ exports.GetEngagementRequest$ = GetEngagementRequest$;
3645
+ exports.GetEngagementResponse$ = GetEngagementResponse$;
3646
+ exports.GetOpportunity$ = GetOpportunity$;
3568
3647
  exports.GetOpportunityCommand = GetOpportunityCommand;
3648
+ exports.GetOpportunityRequest$ = GetOpportunityRequest$;
3649
+ exports.GetOpportunityResponse$ = GetOpportunityResponse$;
3650
+ exports.GetResourceSnapshot$ = GetResourceSnapshot$;
3569
3651
  exports.GetResourceSnapshotCommand = GetResourceSnapshotCommand;
3652
+ exports.GetResourceSnapshotJob$ = GetResourceSnapshotJob$;
3570
3653
  exports.GetResourceSnapshotJobCommand = GetResourceSnapshotJobCommand;
3654
+ exports.GetResourceSnapshotJobRequest$ = GetResourceSnapshotJobRequest$;
3655
+ exports.GetResourceSnapshotJobResponse$ = GetResourceSnapshotJobResponse$;
3656
+ exports.GetResourceSnapshotRequest$ = GetResourceSnapshotRequest$;
3657
+ exports.GetResourceSnapshotResponse$ = GetResourceSnapshotResponse$;
3658
+ exports.GetSellingSystemSettings$ = GetSellingSystemSettings$;
3571
3659
  exports.GetSellingSystemSettingsCommand = GetSellingSystemSettingsCommand;
3660
+ exports.GetSellingSystemSettingsRequest$ = GetSellingSystemSettingsRequest$;
3661
+ exports.GetSellingSystemSettingsResponse$ = GetSellingSystemSettingsResponse$;
3572
3662
  exports.Industry = Industry;
3573
- exports.InternalServerException = InternalServerException$1;
3663
+ exports.InternalServerException = InternalServerException;
3664
+ exports.InternalServerException$ = InternalServerException$;
3665
+ exports.Invitation$ = Invitation$;
3574
3666
  exports.InvitationStatus = InvitationStatus;
3575
3667
  exports.InvolvementTypeChangeReason = InvolvementTypeChangeReason;
3668
+ exports.LastModifiedDate$ = LastModifiedDate$;
3669
+ exports.LeadContact$ = LeadContact$;
3670
+ exports.LeadContext$ = LeadContext$;
3671
+ exports.LeadCustomer$ = LeadCustomer$;
3672
+ exports.LeadInteraction$ = LeadInteraction$;
3673
+ exports.LeadInvitationCustomer$ = LeadInvitationCustomer$;
3674
+ exports.LeadInvitationInteraction$ = LeadInvitationInteraction$;
3675
+ exports.LeadInvitationPayload$ = LeadInvitationPayload$;
3676
+ exports.LifeCycle$ = LifeCycle$;
3677
+ exports.LifeCycleForView$ = LifeCycleForView$;
3678
+ exports.LifeCycleSummary$ = LifeCycleSummary$;
3679
+ exports.ListEngagementByAcceptingInvitationTaskSummary$ = ListEngagementByAcceptingInvitationTaskSummary$;
3680
+ exports.ListEngagementByAcceptingInvitationTasks$ = ListEngagementByAcceptingInvitationTasks$;
3576
3681
  exports.ListEngagementByAcceptingInvitationTasksCommand = ListEngagementByAcceptingInvitationTasksCommand;
3682
+ exports.ListEngagementByAcceptingInvitationTasksRequest$ = ListEngagementByAcceptingInvitationTasksRequest$;
3683
+ exports.ListEngagementByAcceptingInvitationTasksResponse$ = ListEngagementByAcceptingInvitationTasksResponse$;
3684
+ exports.ListEngagementFromOpportunityTaskSummary$ = ListEngagementFromOpportunityTaskSummary$;
3685
+ exports.ListEngagementFromOpportunityTasks$ = ListEngagementFromOpportunityTasks$;
3577
3686
  exports.ListEngagementFromOpportunityTasksCommand = ListEngagementFromOpportunityTasksCommand;
3687
+ exports.ListEngagementFromOpportunityTasksRequest$ = ListEngagementFromOpportunityTasksRequest$;
3688
+ exports.ListEngagementFromOpportunityTasksResponse$ = ListEngagementFromOpportunityTasksResponse$;
3689
+ exports.ListEngagementInvitations$ = ListEngagementInvitations$;
3578
3690
  exports.ListEngagementInvitationsCommand = ListEngagementInvitationsCommand;
3691
+ exports.ListEngagementInvitationsRequest$ = ListEngagementInvitationsRequest$;
3692
+ exports.ListEngagementInvitationsResponse$ = ListEngagementInvitationsResponse$;
3693
+ exports.ListEngagementMembers$ = ListEngagementMembers$;
3579
3694
  exports.ListEngagementMembersCommand = ListEngagementMembersCommand;
3695
+ exports.ListEngagementMembersRequest$ = ListEngagementMembersRequest$;
3696
+ exports.ListEngagementMembersResponse$ = ListEngagementMembersResponse$;
3697
+ exports.ListEngagementResourceAssociations$ = ListEngagementResourceAssociations$;
3580
3698
  exports.ListEngagementResourceAssociationsCommand = ListEngagementResourceAssociationsCommand;
3699
+ exports.ListEngagementResourceAssociationsRequest$ = ListEngagementResourceAssociationsRequest$;
3700
+ exports.ListEngagementResourceAssociationsResponse$ = ListEngagementResourceAssociationsResponse$;
3701
+ exports.ListEngagements$ = ListEngagements$;
3581
3702
  exports.ListEngagementsCommand = ListEngagementsCommand;
3703
+ exports.ListEngagementsRequest$ = ListEngagementsRequest$;
3704
+ exports.ListEngagementsResponse$ = ListEngagementsResponse$;
3705
+ exports.ListOpportunities$ = ListOpportunities$;
3582
3706
  exports.ListOpportunitiesCommand = ListOpportunitiesCommand;
3707
+ exports.ListOpportunitiesRequest$ = ListOpportunitiesRequest$;
3708
+ exports.ListOpportunitiesResponse$ = ListOpportunitiesResponse$;
3709
+ exports.ListOpportunityFromEngagementTaskSummary$ = ListOpportunityFromEngagementTaskSummary$;
3710
+ exports.ListOpportunityFromEngagementTasks$ = ListOpportunityFromEngagementTasks$;
3583
3711
  exports.ListOpportunityFromEngagementTasksCommand = ListOpportunityFromEngagementTasksCommand;
3712
+ exports.ListOpportunityFromEngagementTasksRequest$ = ListOpportunityFromEngagementTasksRequest$;
3713
+ exports.ListOpportunityFromEngagementTasksResponse$ = ListOpportunityFromEngagementTasksResponse$;
3714
+ exports.ListResourceSnapshotJobs$ = ListResourceSnapshotJobs$;
3584
3715
  exports.ListResourceSnapshotJobsCommand = ListResourceSnapshotJobsCommand;
3716
+ exports.ListResourceSnapshotJobsRequest$ = ListResourceSnapshotJobsRequest$;
3717
+ exports.ListResourceSnapshotJobsResponse$ = ListResourceSnapshotJobsResponse$;
3718
+ exports.ListResourceSnapshots$ = ListResourceSnapshots$;
3585
3719
  exports.ListResourceSnapshotsCommand = ListResourceSnapshotsCommand;
3720
+ exports.ListResourceSnapshotsRequest$ = ListResourceSnapshotsRequest$;
3721
+ exports.ListResourceSnapshotsResponse$ = ListResourceSnapshotsResponse$;
3722
+ exports.ListSolutions$ = ListSolutions$;
3586
3723
  exports.ListSolutionsCommand = ListSolutionsCommand;
3724
+ exports.ListSolutionsRequest$ = ListSolutionsRequest$;
3725
+ exports.ListSolutionsResponse$ = ListSolutionsResponse$;
3726
+ exports.ListTagsForResource$ = ListTagsForResource$;
3587
3727
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3728
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3729
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3730
+ exports.ListTasksSortBase$ = ListTasksSortBase$;
3588
3731
  exports.ListTasksSortName = ListTasksSortName;
3589
3732
  exports.MarketSegment = MarketSegment;
3733
+ exports.Marketing$ = Marketing$;
3590
3734
  exports.MarketingSource = MarketingSource;
3735
+ exports.MonetaryValue$ = MonetaryValue$;
3591
3736
  exports.NationalSecurity = NationalSecurity;
3737
+ exports.NextStepsHistory$ = NextStepsHistory$;
3738
+ exports.OpportunityEngagementInvitationSort$ = OpportunityEngagementInvitationSort$;
3592
3739
  exports.OpportunityEngagementInvitationSortName = OpportunityEngagementInvitationSortName;
3740
+ exports.OpportunityInvitationPayload$ = OpportunityInvitationPayload$;
3593
3741
  exports.OpportunityOrigin = OpportunityOrigin;
3742
+ exports.OpportunitySort$ = OpportunitySort$;
3594
3743
  exports.OpportunitySortName = OpportunitySortName;
3744
+ exports.OpportunitySummary$ = OpportunitySummary$;
3745
+ exports.OpportunitySummaryView$ = OpportunitySummaryView$;
3595
3746
  exports.OpportunityType = OpportunityType;
3596
3747
  exports.ParticipantType = ParticipantType;
3597
3748
  exports.PartnerCentralSelling = PartnerCentralSelling;
3598
3749
  exports.PartnerCentralSellingClient = PartnerCentralSellingClient;
3599
- exports.PartnerCentralSellingServiceException = PartnerCentralSellingServiceException$1;
3750
+ exports.PartnerCentralSellingServiceException = PartnerCentralSellingServiceException;
3751
+ exports.PartnerCentralSellingServiceException$ = PartnerCentralSellingServiceException$;
3752
+ exports.Payload$ = Payload$;
3600
3753
  exports.PaymentFrequency = PaymentFrequency;
3601
3754
  exports.PrimaryNeedFromAws = PrimaryNeedFromAws;
3755
+ exports.ProfileNextStepsHistory$ = ProfileNextStepsHistory$;
3756
+ exports.Project$ = Project$;
3757
+ exports.ProjectDetails$ = ProjectDetails$;
3758
+ exports.ProjectSummary$ = ProjectSummary$;
3759
+ exports.ProjectView$ = ProjectView$;
3760
+ exports.PutSellingSystemSettings$ = PutSellingSystemSettings$;
3602
3761
  exports.PutSellingSystemSettingsCommand = PutSellingSystemSettingsCommand;
3762
+ exports.PutSellingSystemSettingsRequest$ = PutSellingSystemSettingsRequest$;
3763
+ exports.PutSellingSystemSettingsResponse$ = PutSellingSystemSettingsResponse$;
3603
3764
  exports.ReasonCode = ReasonCode;
3765
+ exports.Receiver$ = Receiver$;
3604
3766
  exports.ReceiverResponsibility = ReceiverResponsibility;
3767
+ exports.RejectEngagementInvitation$ = RejectEngagementInvitation$;
3605
3768
  exports.RejectEngagementInvitationCommand = RejectEngagementInvitationCommand;
3769
+ exports.RejectEngagementInvitationRequest$ = RejectEngagementInvitationRequest$;
3770
+ exports.RelatedEntityIdentifiers$ = RelatedEntityIdentifiers$;
3606
3771
  exports.RelatedEntityType = RelatedEntityType;
3607
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
3772
+ exports.ResourceNotFoundException = ResourceNotFoundException;
3773
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3608
3774
  exports.ResourceSnapshotJobStatus = ResourceSnapshotJobStatus;
3775
+ exports.ResourceSnapshotJobSummary$ = ResourceSnapshotJobSummary$;
3776
+ exports.ResourceSnapshotPayload$ = ResourceSnapshotPayload$;
3777
+ exports.ResourceSnapshotSummary$ = ResourceSnapshotSummary$;
3609
3778
  exports.ResourceType = ResourceType;
3610
3779
  exports.RevenueModel = RevenueModel;
3611
3780
  exports.ReviewStatus = ReviewStatus;
3612
3781
  exports.SalesActivity = SalesActivity;
3613
3782
  exports.SalesInvolvementType = SalesInvolvementType;
3614
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
3783
+ exports.SenderContact$ = SenderContact$;
3784
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3785
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
3786
+ exports.SoftwareRevenue$ = SoftwareRevenue$;
3787
+ exports.SolutionBase$ = SolutionBase$;
3788
+ exports.SolutionSort$ = SolutionSort$;
3615
3789
  exports.SolutionSortName = SolutionSortName;
3616
3790
  exports.SolutionStatus = SolutionStatus;
3617
3791
  exports.SortBy = SortBy;
3792
+ exports.SortObject$ = SortObject$;
3618
3793
  exports.SortOrder = SortOrder;
3619
3794
  exports.Stage = Stage;
3795
+ exports.StartEngagementByAcceptingInvitationTask$ = StartEngagementByAcceptingInvitationTask$;
3620
3796
  exports.StartEngagementByAcceptingInvitationTaskCommand = StartEngagementByAcceptingInvitationTaskCommand;
3797
+ exports.StartEngagementByAcceptingInvitationTaskRequest$ = StartEngagementByAcceptingInvitationTaskRequest$;
3798
+ exports.StartEngagementByAcceptingInvitationTaskResponse$ = StartEngagementByAcceptingInvitationTaskResponse$;
3799
+ exports.StartEngagementFromOpportunityTask$ = StartEngagementFromOpportunityTask$;
3621
3800
  exports.StartEngagementFromOpportunityTaskCommand = StartEngagementFromOpportunityTaskCommand;
3801
+ exports.StartEngagementFromOpportunityTaskRequest$ = StartEngagementFromOpportunityTaskRequest$;
3802
+ exports.StartEngagementFromOpportunityTaskResponse$ = StartEngagementFromOpportunityTaskResponse$;
3803
+ exports.StartOpportunityFromEngagementTask$ = StartOpportunityFromEngagementTask$;
3622
3804
  exports.StartOpportunityFromEngagementTaskCommand = StartOpportunityFromEngagementTaskCommand;
3805
+ exports.StartOpportunityFromEngagementTaskRequest$ = StartOpportunityFromEngagementTaskRequest$;
3806
+ exports.StartOpportunityFromEngagementTaskResponse$ = StartOpportunityFromEngagementTaskResponse$;
3807
+ exports.StartResourceSnapshotJob$ = StartResourceSnapshotJob$;
3623
3808
  exports.StartResourceSnapshotJobCommand = StartResourceSnapshotJobCommand;
3809
+ exports.StartResourceSnapshotJobRequest$ = StartResourceSnapshotJobRequest$;
3810
+ exports.StopResourceSnapshotJob$ = StopResourceSnapshotJob$;
3624
3811
  exports.StopResourceSnapshotJobCommand = StopResourceSnapshotJobCommand;
3812
+ exports.StopResourceSnapshotJobRequest$ = StopResourceSnapshotJobRequest$;
3813
+ exports.SubmitOpportunity$ = SubmitOpportunity$;
3625
3814
  exports.SubmitOpportunityCommand = SubmitOpportunityCommand;
3815
+ exports.SubmitOpportunityRequest$ = SubmitOpportunityRequest$;
3816
+ exports.Tag$ = Tag$;
3817
+ exports.TagResource$ = TagResource$;
3626
3818
  exports.TagResourceCommand = TagResourceCommand;
3819
+ exports.TagResourceRequest$ = TagResourceRequest$;
3820
+ exports.TagResourceResponse$ = TagResourceResponse$;
3627
3821
  exports.TaskStatus = TaskStatus;
3628
- exports.ThrottlingException = ThrottlingException$1;
3822
+ exports.ThrottlingException = ThrottlingException;
3823
+ exports.ThrottlingException$ = ThrottlingException$;
3824
+ exports.UntagResource$ = UntagResource$;
3629
3825
  exports.UntagResourceCommand = UntagResourceCommand;
3826
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
3827
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
3828
+ exports.UpdateEngagementContext$ = UpdateEngagementContext$;
3630
3829
  exports.UpdateEngagementContextCommand = UpdateEngagementContextCommand;
3830
+ exports.UpdateEngagementContextPayload$ = UpdateEngagementContextPayload$;
3831
+ exports.UpdateEngagementContextRequest$ = UpdateEngagementContextRequest$;
3832
+ exports.UpdateEngagementContextResponse$ = UpdateEngagementContextResponse$;
3833
+ exports.UpdateLeadContext$ = UpdateLeadContext$;
3834
+ exports.UpdateOpportunity$ = UpdateOpportunity$;
3631
3835
  exports.UpdateOpportunityCommand = UpdateOpportunityCommand;
3632
- exports.ValidationException = ValidationException$1;
3836
+ exports.UpdateOpportunityRequest$ = UpdateOpportunityRequest$;
3837
+ exports.UpdateOpportunityResponse$ = UpdateOpportunityResponse$;
3838
+ exports.ValidationException = ValidationException;
3839
+ exports.ValidationException$ = ValidationException$;
3840
+ exports.ValidationExceptionError$ = ValidationExceptionError$;
3633
3841
  exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
3634
3842
  exports.ValidationExceptionReason = ValidationExceptionReason;
3635
3843
  exports.Visibility = Visibility;