@aws-sdk/client-partnercentral-selling 3.726.1 → 3.729.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 (56) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/PartnerCentralSelling.js +6 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +26 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +16 -16
  8. package/dist-cjs/protocols/Aws_json1_0.js +71 -5
  9. package/dist-es/PartnerCentralSelling.js +6 -0
  10. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  11. package/dist-es/commands/TagResourceCommand.js +22 -0
  12. package/dist-es/commands/UntagResourceCommand.js +22 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +14 -14
  15. package/dist-es/protocols/Aws_json1_0.js +63 -3
  16. package/dist-types/PartnerCentralSelling.d.ts +21 -0
  17. package/dist-types/PartnerCentralSellingClient.d.ts +5 -2
  18. package/dist-types/commands/AcceptEngagementInvitationCommand.d.ts +11 -5
  19. package/dist-types/commands/CreateEngagementCommand.d.ts +5 -5
  20. package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +2 -3
  21. package/dist-types/commands/CreateOpportunityCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +3 -4
  23. package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +11 -6
  24. package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +9 -4
  25. package/dist-types/commands/GetEngagementCommand.d.ts +2 -4
  26. package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +2 -4
  27. package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +3 -5
  29. package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +3 -5
  30. package/dist-types/commands/ListEngagementMembersCommand.d.ts +4 -6
  31. package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +2 -4
  32. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -5
  33. package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +9 -5
  34. package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +20 -3
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +105 -0
  36. package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +2 -1
  37. package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +7 -0
  38. package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +7 -1
  39. package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +7 -1
  40. package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +1 -3
  41. package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +1 -3
  42. package/dist-types/commands/SubmitOpportunityCommand.d.ts +4 -6
  43. package/dist-types/commands/TagResourceCommand.d.ts +111 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +108 -0
  45. package/dist-types/commands/index.d.ts +3 -0
  46. package/dist-types/models/models_0.d.ts +659 -965
  47. package/dist-types/protocols/Aws_json1_0.d.ts +27 -0
  48. package/dist-types/ts3.4/PartnerCentralSelling.d.ts +51 -0
  49. package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +18 -0
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +29 -6
  55. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +36 -0
  56. package/package.json +1 -1
package/README.md CHANGED
@@ -479,6 +479,14 @@ ListSolutions
479
479
 
480
480
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-selling/command/ListSolutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/ListSolutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/ListSolutionsCommandOutput/)
481
481
 
482
+ </details>
483
+ <details>
484
+ <summary>
485
+ ListTagsForResource
486
+ </summary>
487
+
488
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-selling/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/ListTagsForResourceCommandOutput/)
489
+
482
490
  </details>
483
491
  <details>
484
492
  <summary>
@@ -535,6 +543,22 @@ SubmitOpportunity
535
543
 
536
544
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-selling/command/SubmitOpportunityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/SubmitOpportunityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/SubmitOpportunityCommandOutput/)
537
545
 
546
+ </details>
547
+ <details>
548
+ <summary>
549
+ TagResource
550
+ </summary>
551
+
552
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-selling/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/TagResourceCommandOutput/)
553
+
554
+ </details>
555
+ <details>
556
+ <summary>
557
+ UntagResource
558
+ </summary>
559
+
560
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-selling/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-selling/Interface/UntagResourceCommandOutput/)
561
+
538
562
  </details>
539
563
  <details>
540
564
  <summary>
@@ -29,6 +29,7 @@ const ListOpportunitiesCommand_1 = require("./commands/ListOpportunitiesCommand"
29
29
  const ListResourceSnapshotJobsCommand_1 = require("./commands/ListResourceSnapshotJobsCommand");
30
30
  const ListResourceSnapshotsCommand_1 = require("./commands/ListResourceSnapshotsCommand");
31
31
  const ListSolutionsCommand_1 = require("./commands/ListSolutionsCommand");
32
+ const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
32
33
  const PutSellingSystemSettingsCommand_1 = require("./commands/PutSellingSystemSettingsCommand");
33
34
  const RejectEngagementInvitationCommand_1 = require("./commands/RejectEngagementInvitationCommand");
34
35
  const StartEngagementByAcceptingInvitationTaskCommand_1 = require("./commands/StartEngagementByAcceptingInvitationTaskCommand");
@@ -36,6 +37,8 @@ const StartEngagementFromOpportunityTaskCommand_1 = require("./commands/StartEng
36
37
  const StartResourceSnapshotJobCommand_1 = require("./commands/StartResourceSnapshotJobCommand");
37
38
  const StopResourceSnapshotJobCommand_1 = require("./commands/StopResourceSnapshotJobCommand");
38
39
  const SubmitOpportunityCommand_1 = require("./commands/SubmitOpportunityCommand");
40
+ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
41
+ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
39
42
  const UpdateOpportunityCommand_1 = require("./commands/UpdateOpportunityCommand");
40
43
  const PartnerCentralSellingClient_1 = require("./PartnerCentralSellingClient");
41
44
  const commands = {
@@ -66,6 +69,7 @@ const commands = {
66
69
  ListResourceSnapshotJobsCommand: ListResourceSnapshotJobsCommand_1.ListResourceSnapshotJobsCommand,
67
70
  ListResourceSnapshotsCommand: ListResourceSnapshotsCommand_1.ListResourceSnapshotsCommand,
68
71
  ListSolutionsCommand: ListSolutionsCommand_1.ListSolutionsCommand,
72
+ ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
69
73
  PutSellingSystemSettingsCommand: PutSellingSystemSettingsCommand_1.PutSellingSystemSettingsCommand,
70
74
  RejectEngagementInvitationCommand: RejectEngagementInvitationCommand_1.RejectEngagementInvitationCommand,
71
75
  StartEngagementByAcceptingInvitationTaskCommand: StartEngagementByAcceptingInvitationTaskCommand_1.StartEngagementByAcceptingInvitationTaskCommand,
@@ -73,6 +77,8 @@ const commands = {
73
77
  StartResourceSnapshotJobCommand: StartResourceSnapshotJobCommand_1.StartResourceSnapshotJobCommand,
74
78
  StopResourceSnapshotJobCommand: StopResourceSnapshotJobCommand_1.StopResourceSnapshotJobCommand,
75
79
  SubmitOpportunityCommand: SubmitOpportunityCommand_1.SubmitOpportunityCommand,
80
+ TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
81
+ UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
76
82
  UpdateOpportunityCommand: UpdateOpportunityCommand_1.UpdateOpportunityCommand,
77
83
  };
78
84
  class PartnerCentralSelling extends PartnerCentralSellingClient_1.PartnerCentralSellingClient {
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
+ class ListTagsForResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSPartnerCentralSelling", "ListTagsForResource", {})
20
+ .n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
23
+ .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
24
+ .build() {
25
+ }
26
+ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
+ class TagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSPartnerCentralSelling", "TagResource", {})
20
+ .n("PartnerCentralSellingClient", "TagResourceCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_json1_0_1.se_TagResourceCommand)
23
+ .de(Aws_json1_0_1.de_TagResourceCommand)
24
+ .build() {
25
+ }
26
+ exports.TagResourceCommand = TagResourceCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
+ class UntagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSPartnerCentralSelling", "UntagResource", {})
20
+ .n("PartnerCentralSellingClient", "UntagResourceCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_json1_0_1.se_UntagResourceCommand)
23
+ .de(Aws_json1_0_1.de_UntagResourceCommand)
24
+ .build() {
25
+ }
26
+ exports.UntagResourceCommand = UntagResourceCommand;
@@ -28,6 +28,7 @@ tslib_1.__exportStar(require("./ListOpportunitiesCommand"), exports);
28
28
  tslib_1.__exportStar(require("./ListResourceSnapshotJobsCommand"), exports);
29
29
  tslib_1.__exportStar(require("./ListResourceSnapshotsCommand"), exports);
30
30
  tslib_1.__exportStar(require("./ListSolutionsCommand"), exports);
31
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
31
32
  tslib_1.__exportStar(require("./PutSellingSystemSettingsCommand"), exports);
32
33
  tslib_1.__exportStar(require("./RejectEngagementInvitationCommand"), exports);
33
34
  tslib_1.__exportStar(require("./StartEngagementByAcceptingInvitationTaskCommand"), exports);
@@ -35,4 +36,6 @@ tslib_1.__exportStar(require("./StartEngagementFromOpportunityTaskCommand"), exp
35
36
  tslib_1.__exportStar(require("./StartResourceSnapshotJobCommand"), exports);
36
37
  tslib_1.__exportStar(require("./StopResourceSnapshotJobCommand"), exports);
37
38
  tslib_1.__exportStar(require("./SubmitOpportunityCommand"), exports);
39
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
40
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
38
41
  tslib_1.__exportStar(require("./UpdateOpportunityCommand"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OpportunitySortName = exports.InvolvementTypeChangeReason = exports.RevenueModel = exports.SalesActivity = exports.DeliveryModel = exports.CompetitorName = exports.PrimaryNeedFromAws = exports.OpportunityOrigin = exports.OpportunityType = exports.NationalSecurity = exports.MarketingSource = exports.Channel = exports.Stage = exports.ReviewStatus = exports.ClosedLostReason = exports.OpportunityEngagementInvitationSortName = exports.ParticipantType = exports.InvitationStatus = exports.EngagementInvitationPayloadType = exports.Receiver = exports.Payload = exports.ReceiverResponsibility = exports.Visibility = exports.SalesInvolvementType = exports.ReasonCode = exports.TaskStatus = exports.ListTasksSortName = exports.SortOrder = exports.EngagementSortName = exports.ServiceQuotaExceededException = exports.EngagementContextType = exports.EngagementContextPayload = exports.ConflictException = exports.PaymentFrequency = exports.CurrencyCode = exports.AwsOpportunityStage = exports.EngagementScore = exports.AwsMemberBusinessTitle = exports.AwsFundingUsed = exports.AwsClosedLostReason = exports.RelatedEntityType = exports.Industry = exports.CountryCode = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionErrorCode = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;
3
+ exports.OpportunitySortName = exports.InvolvementTypeChangeReason = exports.RevenueModel = exports.SalesActivity = exports.DeliveryModel = exports.CompetitorName = exports.PrimaryNeedFromAws = exports.OpportunityOrigin = exports.OpportunityType = exports.NationalSecurity = exports.MarketingSource = exports.Channel = exports.Stage = exports.ReviewStatus = exports.ClosedLostReason = exports.OpportunityEngagementInvitationSortName = exports.ParticipantType = exports.InvitationStatus = exports.EngagementInvitationPayloadType = exports.Receiver = exports.Payload = exports.ReceiverResponsibility = exports.Visibility = exports.SalesInvolvementType = exports.ReasonCode = exports.TaskStatus = exports.ListTasksSortName = exports.SortOrder = exports.EngagementSortName = exports.ServiceQuotaExceededException = exports.EngagementContextType = exports.EngagementContextPayload = exports.PaymentFrequency = exports.CurrencyCode = exports.AwsOpportunityStage = exports.EngagementScore = exports.AwsMemberBusinessTitle = exports.AwsFundingUsed = exports.AwsClosedLostReason = exports.RelatedEntityType = exports.Industry = exports.CountryCode = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionErrorCode = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
4
  exports.GetOpportunityResponseFilterSensitiveLog = exports.GetAwsOpportunitySummaryResponseFilterSensitiveLog = exports.CreateOpportunityRequestFilterSensitiveLog = exports.SoftwareRevenueFilterSensitiveLog = exports.MonetaryValueFilterSensitiveLog = exports.ProjectFilterSensitiveLog = exports.LifeCycleFilterSensitiveLog = exports.CustomerFilterSensitiveLog = exports.ListEngagementInvitationsResponseFilterSensitiveLog = exports.EngagementInvitationSummaryFilterSensitiveLog = exports.ListEngagementInvitationsRequestFilterSensitiveLog = exports.GetEngagementInvitationResponseFilterSensitiveLog = exports.CreateEngagementInvitationRequestFilterSensitiveLog = exports.InvitationFilterSensitiveLog = exports.ReceiverFilterSensitiveLog = exports.PayloadFilterSensitiveLog = exports.OpportunityInvitationPayloadFilterSensitiveLog = exports.SenderContactFilterSensitiveLog = exports.ProjectDetailsFilterSensitiveLog = exports.ListEngagementsResponseFilterSensitiveLog = exports.EngagementSummaryFilterSensitiveLog = exports.ListEngagementsRequestFilterSensitiveLog = exports.ListEngagementMembersResponseFilterSensitiveLog = exports.EngagementMemberFilterSensitiveLog = exports.GetEngagementResponseFilterSensitiveLog = exports.CreateEngagementRequestFilterSensitiveLog = exports.EngagementContextDetailsFilterSensitiveLog = exports.EngagementContextPayloadFilterSensitiveLog = exports.CustomerProjectsContextFilterSensitiveLog = exports.EngagementCustomerProjectDetailsFilterSensitiveLog = exports.EngagementCustomerFilterSensitiveLog = exports.AwsTeamMemberFilterSensitiveLog = exports.AwsOpportunityProjectFilterSensitiveLog = exports.ExpectedCustomerSpendFilterSensitiveLog = exports.AwsOpportunityLifeCycleFilterSensitiveLog = exports.AwsOpportunityCustomerFilterSensitiveLog = exports.ContactFilterSensitiveLog = exports.AssignOpportunityRequestFilterSensitiveLog = exports.AssigneeContactFilterSensitiveLog = exports.AccountSummaryFilterSensitiveLog = exports.AddressSummaryFilterSensitiveLog = exports.AccountReceiverFilterSensitiveLog = exports.AccountFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.SolutionStatus = exports.SolutionSortName = exports.SortBy = exports.ResourceSnapshotJobStatus = exports.ResourceSnapshotPayload = exports.ResourceType = void 0;
5
5
  exports.ListResourceSnapshotsResponseFilterSensitiveLog = exports.ResourceSnapshotSummaryFilterSensitiveLog = exports.ListResourceSnapshotsRequestFilterSensitiveLog = exports.ListEngagementResourceAssociationsResponseFilterSensitiveLog = exports.EngagementResourceAssociationSummaryFilterSensitiveLog = exports.ListEngagementResourceAssociationsRequestFilterSensitiveLog = exports.GetResourceSnapshotResponseFilterSensitiveLog = exports.ResourceSnapshotPayloadFilterSensitiveLog = exports.OpportunitySummaryViewFilterSensitiveLog = exports.ProjectViewFilterSensitiveLog = exports.LifeCycleForViewFilterSensitiveLog = exports.UpdateOpportunityRequestFilterSensitiveLog = exports.ListOpportunitiesResponseFilterSensitiveLog = exports.OpportunitySummaryFilterSensitiveLog = exports.ProjectSummaryFilterSensitiveLog = exports.LifeCycleSummaryFilterSensitiveLog = exports.CustomerSummaryFilterSensitiveLog = void 0;
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
@@ -20,6 +20,21 @@ class AccessDeniedException extends PartnerCentralSellingServiceException_1.Part
20
20
  }
21
21
  }
22
22
  exports.AccessDeniedException = AccessDeniedException;
23
+ class ConflictException extends PartnerCentralSellingServiceException_1.PartnerCentralSellingServiceException {
24
+ name = "ConflictException";
25
+ $fault = "client";
26
+ Message;
27
+ constructor(opts) {
28
+ super({
29
+ name: "ConflictException",
30
+ $fault: "client",
31
+ ...opts,
32
+ });
33
+ Object.setPrototypeOf(this, ConflictException.prototype);
34
+ this.Message = opts.Message;
35
+ }
36
+ }
37
+ exports.ConflictException = ConflictException;
23
38
  class InternalServerException extends PartnerCentralSellingServiceException_1.PartnerCentralSellingServiceException {
24
39
  name = "InternalServerException";
25
40
  $fault = "server";
@@ -651,21 +666,6 @@ exports.CurrencyCode = {
651
666
  exports.PaymentFrequency = {
652
667
  MONTHLY: "Monthly",
653
668
  };
654
- class ConflictException extends PartnerCentralSellingServiceException_1.PartnerCentralSellingServiceException {
655
- name = "ConflictException";
656
- $fault = "client";
657
- Message;
658
- constructor(opts) {
659
- super({
660
- name: "ConflictException",
661
- $fault: "client",
662
- ...opts,
663
- });
664
- Object.setPrototypeOf(this, ConflictException.prototype);
665
- this.Message = opts.Message;
666
- }
667
- }
668
- exports.ConflictException = ConflictException;
669
669
  var EngagementContextPayload;
670
670
  (function (EngagementContextPayload) {
671
671
  EngagementContextPayload.visit = (value, visitor) => {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.de_GetResourceSnapshotCommand = exports.de_GetOpportunityCommand = exports.de_GetEngagementInvitationCommand = exports.de_GetEngagementCommand = exports.de_GetAwsOpportunitySummaryCommand = exports.de_DisassociateOpportunityCommand = exports.de_DeleteResourceSnapshotJobCommand = exports.de_CreateResourceSnapshotJobCommand = exports.de_CreateResourceSnapshotCommand = exports.de_CreateOpportunityCommand = exports.de_CreateEngagementInvitationCommand = exports.de_CreateEngagementCommand = exports.de_AssociateOpportunityCommand = exports.de_AssignOpportunityCommand = exports.de_AcceptEngagementInvitationCommand = exports.se_UpdateOpportunityCommand = exports.se_SubmitOpportunityCommand = exports.se_StopResourceSnapshotJobCommand = exports.se_StartResourceSnapshotJobCommand = exports.se_StartEngagementFromOpportunityTaskCommand = exports.se_StartEngagementByAcceptingInvitationTaskCommand = exports.se_RejectEngagementInvitationCommand = exports.se_PutSellingSystemSettingsCommand = exports.se_ListSolutionsCommand = exports.se_ListResourceSnapshotsCommand = exports.se_ListResourceSnapshotJobsCommand = exports.se_ListOpportunitiesCommand = exports.se_ListEngagementsCommand = exports.se_ListEngagementResourceAssociationsCommand = exports.se_ListEngagementMembersCommand = exports.se_ListEngagementInvitationsCommand = exports.se_ListEngagementFromOpportunityTasksCommand = exports.se_ListEngagementByAcceptingInvitationTasksCommand = exports.se_GetSellingSystemSettingsCommand = exports.se_GetResourceSnapshotJobCommand = exports.se_GetResourceSnapshotCommand = exports.se_GetOpportunityCommand = exports.se_GetEngagementInvitationCommand = exports.se_GetEngagementCommand = exports.se_GetAwsOpportunitySummaryCommand = exports.se_DisassociateOpportunityCommand = exports.se_DeleteResourceSnapshotJobCommand = exports.se_CreateResourceSnapshotJobCommand = exports.se_CreateResourceSnapshotCommand = exports.se_CreateOpportunityCommand = exports.se_CreateEngagementInvitationCommand = exports.se_CreateEngagementCommand = exports.se_AssociateOpportunityCommand = exports.se_AssignOpportunityCommand = exports.se_AcceptEngagementInvitationCommand = void 0;
4
- exports.de_UpdateOpportunityCommand = exports.de_SubmitOpportunityCommand = exports.de_StopResourceSnapshotJobCommand = exports.de_StartResourceSnapshotJobCommand = exports.de_StartEngagementFromOpportunityTaskCommand = exports.de_StartEngagementByAcceptingInvitationTaskCommand = exports.de_RejectEngagementInvitationCommand = exports.de_PutSellingSystemSettingsCommand = exports.de_ListSolutionsCommand = exports.de_ListResourceSnapshotsCommand = exports.de_ListResourceSnapshotJobsCommand = exports.de_ListOpportunitiesCommand = exports.de_ListEngagementsCommand = exports.de_ListEngagementResourceAssociationsCommand = exports.de_ListEngagementMembersCommand = exports.de_ListEngagementInvitationsCommand = exports.de_ListEngagementFromOpportunityTasksCommand = exports.de_ListEngagementByAcceptingInvitationTasksCommand = exports.de_GetSellingSystemSettingsCommand = exports.de_GetResourceSnapshotJobCommand = void 0;
3
+ exports.de_GetEngagementCommand = exports.de_GetAwsOpportunitySummaryCommand = exports.de_DisassociateOpportunityCommand = exports.de_DeleteResourceSnapshotJobCommand = exports.de_CreateResourceSnapshotJobCommand = exports.de_CreateResourceSnapshotCommand = exports.de_CreateOpportunityCommand = exports.de_CreateEngagementInvitationCommand = exports.de_CreateEngagementCommand = exports.de_AssociateOpportunityCommand = exports.de_AssignOpportunityCommand = exports.de_AcceptEngagementInvitationCommand = exports.se_UpdateOpportunityCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_SubmitOpportunityCommand = exports.se_StopResourceSnapshotJobCommand = exports.se_StartResourceSnapshotJobCommand = exports.se_StartEngagementFromOpportunityTaskCommand = exports.se_StartEngagementByAcceptingInvitationTaskCommand = exports.se_RejectEngagementInvitationCommand = exports.se_PutSellingSystemSettingsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSolutionsCommand = exports.se_ListResourceSnapshotsCommand = exports.se_ListResourceSnapshotJobsCommand = exports.se_ListOpportunitiesCommand = exports.se_ListEngagementsCommand = exports.se_ListEngagementResourceAssociationsCommand = exports.se_ListEngagementMembersCommand = exports.se_ListEngagementInvitationsCommand = exports.se_ListEngagementFromOpportunityTasksCommand = exports.se_ListEngagementByAcceptingInvitationTasksCommand = exports.se_GetSellingSystemSettingsCommand = exports.se_GetResourceSnapshotJobCommand = exports.se_GetResourceSnapshotCommand = exports.se_GetOpportunityCommand = exports.se_GetEngagementInvitationCommand = exports.se_GetEngagementCommand = exports.se_GetAwsOpportunitySummaryCommand = exports.se_DisassociateOpportunityCommand = exports.se_DeleteResourceSnapshotJobCommand = exports.se_CreateResourceSnapshotJobCommand = exports.se_CreateResourceSnapshotCommand = exports.se_CreateOpportunityCommand = exports.se_CreateEngagementInvitationCommand = exports.se_CreateEngagementCommand = exports.se_AssociateOpportunityCommand = exports.se_AssignOpportunityCommand = exports.se_AcceptEngagementInvitationCommand = void 0;
4
+ exports.de_UpdateOpportunityCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_SubmitOpportunityCommand = exports.de_StopResourceSnapshotJobCommand = exports.de_StartResourceSnapshotJobCommand = exports.de_StartEngagementFromOpportunityTaskCommand = exports.de_StartEngagementByAcceptingInvitationTaskCommand = exports.de_RejectEngagementInvitationCommand = exports.de_PutSellingSystemSettingsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSolutionsCommand = exports.de_ListResourceSnapshotsCommand = exports.de_ListResourceSnapshotJobsCommand = exports.de_ListOpportunitiesCommand = exports.de_ListEngagementsCommand = exports.de_ListEngagementResourceAssociationsCommand = exports.de_ListEngagementMembersCommand = exports.de_ListEngagementInvitationsCommand = exports.de_ListEngagementFromOpportunityTasksCommand = exports.de_ListEngagementByAcceptingInvitationTasksCommand = exports.de_GetSellingSystemSettingsCommand = exports.de_GetResourceSnapshotJobCommand = exports.de_GetResourceSnapshotCommand = exports.de_GetOpportunityCommand = exports.de_GetEngagementInvitationCommand = void 0;
5
5
  const core_1 = require("@aws-sdk/core");
6
6
  const protocol_http_1 = require("@smithy/protocol-http");
7
7
  const smithy_client_1 = require("@smithy/smithy-client");
@@ -197,6 +197,13 @@ const se_ListSolutionsCommand = async (input, context) => {
197
197
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
198
198
  };
199
199
  exports.se_ListSolutionsCommand = se_ListSolutionsCommand;
200
+ const se_ListTagsForResourceCommand = async (input, context) => {
201
+ const headers = sharedHeaders("ListTagsForResource");
202
+ let body;
203
+ body = JSON.stringify((0, smithy_client_1._json)(input));
204
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
205
+ };
206
+ exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
200
207
  const se_PutSellingSystemSettingsCommand = async (input, context) => {
201
208
  const headers = sharedHeaders("PutSellingSystemSettings");
202
209
  let body;
@@ -246,6 +253,20 @@ const se_SubmitOpportunityCommand = async (input, context) => {
246
253
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
247
254
  };
248
255
  exports.se_SubmitOpportunityCommand = se_SubmitOpportunityCommand;
256
+ const se_TagResourceCommand = async (input, context) => {
257
+ const headers = sharedHeaders("TagResource");
258
+ let body;
259
+ body = JSON.stringify((0, smithy_client_1._json)(input));
260
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
261
+ };
262
+ exports.se_TagResourceCommand = se_TagResourceCommand;
263
+ const se_UntagResourceCommand = async (input, context) => {
264
+ const headers = sharedHeaders("UntagResource");
265
+ let body;
266
+ body = JSON.stringify((0, smithy_client_1._json)(input));
267
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
268
+ };
269
+ exports.se_UntagResourceCommand = se_UntagResourceCommand;
249
270
  const se_UpdateOpportunityCommand = async (input, context) => {
250
271
  const headers = sharedHeaders("UpdateOpportunity");
251
272
  let body;
@@ -616,6 +637,20 @@ const de_ListSolutionsCommand = async (output, context) => {
616
637
  return response;
617
638
  };
618
639
  exports.de_ListSolutionsCommand = de_ListSolutionsCommand;
640
+ const de_ListTagsForResourceCommand = async (output, context) => {
641
+ if (output.statusCode >= 300) {
642
+ return de_CommandError(output, context);
643
+ }
644
+ const data = await (0, core_1.parseJsonBody)(output.body, context);
645
+ let contents = {};
646
+ contents = (0, smithy_client_1._json)(data);
647
+ const response = {
648
+ $metadata: deserializeMetadata(output),
649
+ ...contents,
650
+ };
651
+ return response;
652
+ };
653
+ exports.de_ListTagsForResourceCommand = de_ListTagsForResourceCommand;
619
654
  const de_PutSellingSystemSettingsCommand = async (output, context) => {
620
655
  if (output.statusCode >= 300) {
621
656
  return de_CommandError(output, context);
@@ -702,6 +737,34 @@ const de_SubmitOpportunityCommand = async (output, context) => {
702
737
  return response;
703
738
  };
704
739
  exports.de_SubmitOpportunityCommand = de_SubmitOpportunityCommand;
740
+ const de_TagResourceCommand = async (output, context) => {
741
+ if (output.statusCode >= 300) {
742
+ return de_CommandError(output, context);
743
+ }
744
+ const data = await (0, core_1.parseJsonBody)(output.body, context);
745
+ let contents = {};
746
+ contents = (0, smithy_client_1._json)(data);
747
+ const response = {
748
+ $metadata: deserializeMetadata(output),
749
+ ...contents,
750
+ };
751
+ return response;
752
+ };
753
+ exports.de_TagResourceCommand = de_TagResourceCommand;
754
+ const de_UntagResourceCommand = async (output, context) => {
755
+ if (output.statusCode >= 300) {
756
+ return de_CommandError(output, context);
757
+ }
758
+ const data = await (0, core_1.parseJsonBody)(output.body, context);
759
+ let contents = {};
760
+ contents = (0, smithy_client_1._json)(data);
761
+ const response = {
762
+ $metadata: deserializeMetadata(output),
763
+ ...contents,
764
+ };
765
+ return response;
766
+ };
767
+ exports.de_UntagResourceCommand = de_UntagResourceCommand;
705
768
  const de_UpdateOpportunityCommand = async (output, context) => {
706
769
  if (output.statusCode >= 300) {
707
770
  return de_CommandError(output, context);
@@ -726,6 +789,9 @@ const de_CommandError = async (output, context) => {
726
789
  case "AccessDeniedException":
727
790
  case "com.amazonaws.partnercentralselling#AccessDeniedException":
728
791
  throw await de_AccessDeniedExceptionRes(parsedOutput, context);
792
+ case "ConflictException":
793
+ case "com.amazonaws.partnercentralselling#ConflictException":
794
+ throw await de_ConflictExceptionRes(parsedOutput, context);
729
795
  case "InternalServerException":
730
796
  case "com.amazonaws.partnercentralselling#InternalServerException":
731
797
  throw await de_InternalServerExceptionRes(parsedOutput, context);
@@ -738,9 +804,6 @@ const de_CommandError = async (output, context) => {
738
804
  case "ValidationException":
739
805
  case "com.amazonaws.partnercentralselling#ValidationException":
740
806
  throw await de_ValidationExceptionRes(parsedOutput, context);
741
- case "ConflictException":
742
- case "com.amazonaws.partnercentralselling#ConflictException":
743
- throw await de_ConflictExceptionRes(parsedOutput, context);
744
807
  case "ServiceQuotaExceededException":
745
808
  case "com.amazonaws.partnercentralselling#ServiceQuotaExceededException":
746
809
  throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
@@ -858,6 +921,7 @@ const se_CreateResourceSnapshotJobRequest = (input, context) => {
858
921
  ResourceIdentifier: [],
859
922
  ResourceSnapshotTemplateIdentifier: [],
860
923
  ResourceType: [],
924
+ Tags: smithy_client_1._json,
861
925
  });
862
926
  };
863
927
  const se_CreateResourceSnapshotRequest = (input, context) => {
@@ -919,6 +983,7 @@ const se_StartEngagementByAcceptingInvitationTaskRequest = (input, context) => {
919
983
  Catalog: [],
920
984
  ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
921
985
  Identifier: [],
986
+ Tags: smithy_client_1._json,
922
987
  });
923
988
  };
924
989
  const se_StartEngagementFromOpportunityTaskRequest = (input, context) => {
@@ -927,6 +992,7 @@ const se_StartEngagementFromOpportunityTaskRequest = (input, context) => {
927
992
  Catalog: [],
928
993
  ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
929
994
  Identifier: [],
995
+ Tags: smithy_client_1._json,
930
996
  });
931
997
  };
932
998
  const se_UpdateOpportunityRequest = (input, context) => {
@@ -26,6 +26,7 @@ import { ListOpportunitiesCommand, } from "./commands/ListOpportunitiesCommand";
26
26
  import { ListResourceSnapshotJobsCommand, } from "./commands/ListResourceSnapshotJobsCommand";
27
27
  import { ListResourceSnapshotsCommand, } from "./commands/ListResourceSnapshotsCommand";
28
28
  import { ListSolutionsCommand, } from "./commands/ListSolutionsCommand";
29
+ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
29
30
  import { PutSellingSystemSettingsCommand, } from "./commands/PutSellingSystemSettingsCommand";
30
31
  import { RejectEngagementInvitationCommand, } from "./commands/RejectEngagementInvitationCommand";
31
32
  import { StartEngagementByAcceptingInvitationTaskCommand, } from "./commands/StartEngagementByAcceptingInvitationTaskCommand";
@@ -33,6 +34,8 @@ import { StartEngagementFromOpportunityTaskCommand, } from "./commands/StartEnga
33
34
  import { StartResourceSnapshotJobCommand, } from "./commands/StartResourceSnapshotJobCommand";
34
35
  import { StopResourceSnapshotJobCommand, } from "./commands/StopResourceSnapshotJobCommand";
35
36
  import { SubmitOpportunityCommand, } from "./commands/SubmitOpportunityCommand";
37
+ import { TagResourceCommand } from "./commands/TagResourceCommand";
38
+ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
36
39
  import { UpdateOpportunityCommand, } from "./commands/UpdateOpportunityCommand";
37
40
  import { PartnerCentralSellingClient } from "./PartnerCentralSellingClient";
38
41
  const commands = {
@@ -63,6 +66,7 @@ const commands = {
63
66
  ListResourceSnapshotJobsCommand,
64
67
  ListResourceSnapshotsCommand,
65
68
  ListSolutionsCommand,
69
+ ListTagsForResourceCommand,
66
70
  PutSellingSystemSettingsCommand,
67
71
  RejectEngagementInvitationCommand,
68
72
  StartEngagementByAcceptingInvitationTaskCommand,
@@ -70,6 +74,8 @@ const commands = {
70
74
  StartResourceSnapshotJobCommand,
71
75
  StopResourceSnapshotJobCommand,
72
76
  SubmitOpportunityCommand,
77
+ TagResourceCommand,
78
+ UntagResourceCommand,
73
79
  UpdateOpportunityCommand,
74
80
  };
75
81
  export class PartnerCentralSelling extends PartnerCentralSellingClient {
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSPartnerCentralSelling", "ListTagsForResource", {})
17
+ .n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListTagsForResourceCommand)
20
+ .de(de_ListTagsForResourceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSPartnerCentralSelling", "TagResource", {})
17
+ .n("PartnerCentralSellingClient", "TagResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_TagResourceCommand)
20
+ .de(de_TagResourceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSPartnerCentralSelling", "UntagResource", {})
17
+ .n("PartnerCentralSellingClient", "UntagResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UntagResourceCommand)
20
+ .de(de_UntagResourceCommand)
21
+ .build() {
22
+ }
@@ -25,6 +25,7 @@ export * from "./ListOpportunitiesCommand";
25
25
  export * from "./ListResourceSnapshotJobsCommand";
26
26
  export * from "./ListResourceSnapshotsCommand";
27
27
  export * from "./ListSolutionsCommand";
28
+ export * from "./ListTagsForResourceCommand";
28
29
  export * from "./PutSellingSystemSettingsCommand";
29
30
  export * from "./RejectEngagementInvitationCommand";
30
31
  export * from "./StartEngagementByAcceptingInvitationTaskCommand";
@@ -32,4 +33,6 @@ export * from "./StartEngagementFromOpportunityTaskCommand";
32
33
  export * from "./StartResourceSnapshotJobCommand";
33
34
  export * from "./StopResourceSnapshotJobCommand";
34
35
  export * from "./SubmitOpportunityCommand";
36
+ export * from "./TagResourceCommand";
37
+ export * from "./UntagResourceCommand";
35
38
  export * from "./UpdateOpportunityCommand";
@@ -14,6 +14,20 @@ export class AccessDeniedException extends __BaseException {
14
14
  this.Message = opts.Message;
15
15
  }
16
16
  }
17
+ export class ConflictException extends __BaseException {
18
+ name = "ConflictException";
19
+ $fault = "client";
20
+ Message;
21
+ constructor(opts) {
22
+ super({
23
+ name: "ConflictException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ConflictException.prototype);
28
+ this.Message = opts.Message;
29
+ }
30
+ }
17
31
  export class InternalServerException extends __BaseException {
18
32
  name = "InternalServerException";
19
33
  $fault = "server";
@@ -641,20 +655,6 @@ export const CurrencyCode = {
641
655
  export const PaymentFrequency = {
642
656
  MONTHLY: "Monthly",
643
657
  };
644
- export class ConflictException extends __BaseException {
645
- name = "ConflictException";
646
- $fault = "client";
647
- Message;
648
- constructor(opts) {
649
- super({
650
- name: "ConflictException",
651
- $fault: "client",
652
- ...opts,
653
- });
654
- Object.setPrototypeOf(this, ConflictException.prototype);
655
- this.Message = opts.Message;
656
- }
657
- }
658
658
  export var EngagementContextPayload;
659
659
  (function (EngagementContextPayload) {
660
660
  EngagementContextPayload.visit = (value, visitor) => {