@aws-sdk/client-partnercentral-selling 3.893.0 → 3.895.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.
- package/dist-cjs/index.js +3822 -10
- package/package.json +7 -7
- package/dist-cjs/PartnerCentralSelling.js +0 -87
- package/dist-cjs/PartnerCentralSellingClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AcceptEngagementInvitationCommand.js +0 -26
- package/dist-cjs/commands/AssignOpportunityCommand.js +0 -27
- package/dist-cjs/commands/AssociateOpportunityCommand.js +0 -26
- package/dist-cjs/commands/CreateEngagementCommand.js +0 -27
- package/dist-cjs/commands/CreateEngagementInvitationCommand.js +0 -27
- package/dist-cjs/commands/CreateOpportunityCommand.js +0 -27
- package/dist-cjs/commands/CreateResourceSnapshotCommand.js +0 -26
- package/dist-cjs/commands/CreateResourceSnapshotJobCommand.js +0 -26
- package/dist-cjs/commands/DeleteResourceSnapshotJobCommand.js +0 -26
- package/dist-cjs/commands/DisassociateOpportunityCommand.js +0 -26
- package/dist-cjs/commands/GetAwsOpportunitySummaryCommand.js +0 -27
- package/dist-cjs/commands/GetEngagementCommand.js +0 -27
- package/dist-cjs/commands/GetEngagementInvitationCommand.js +0 -27
- package/dist-cjs/commands/GetOpportunityCommand.js +0 -27
- package/dist-cjs/commands/GetResourceSnapshotCommand.js +0 -27
- package/dist-cjs/commands/GetResourceSnapshotJobCommand.js +0 -26
- package/dist-cjs/commands/GetSellingSystemSettingsCommand.js +0 -26
- package/dist-cjs/commands/ListEngagementByAcceptingInvitationTasksCommand.js +0 -26
- package/dist-cjs/commands/ListEngagementFromOpportunityTasksCommand.js +0 -26
- package/dist-cjs/commands/ListEngagementInvitationsCommand.js +0 -27
- package/dist-cjs/commands/ListEngagementMembersCommand.js +0 -27
- package/dist-cjs/commands/ListEngagementResourceAssociationsCommand.js +0 -27
- package/dist-cjs/commands/ListEngagementsCommand.js +0 -27
- package/dist-cjs/commands/ListOpportunitiesCommand.js +0 -27
- package/dist-cjs/commands/ListResourceSnapshotJobsCommand.js +0 -26
- package/dist-cjs/commands/ListResourceSnapshotsCommand.js +0 -27
- package/dist-cjs/commands/ListSolutionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/PutSellingSystemSettingsCommand.js +0 -26
- package/dist-cjs/commands/RejectEngagementInvitationCommand.js +0 -26
- package/dist-cjs/commands/StartEngagementByAcceptingInvitationTaskCommand.js +0 -26
- package/dist-cjs/commands/StartEngagementFromOpportunityTaskCommand.js +0 -26
- package/dist-cjs/commands/StartResourceSnapshotJobCommand.js +0 -26
- package/dist-cjs/commands/StopResourceSnapshotJobCommand.js +0 -26
- package/dist-cjs/commands/SubmitOpportunityCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateOpportunityCommand.js +0 -27
- package/dist-cjs/commands/index.js +0 -41
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/PartnerCentralSellingServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -1355
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListEngagementByAcceptingInvitationTasksPaginator.js +0 -7
- package/dist-cjs/pagination/ListEngagementFromOpportunityTasksPaginator.js +0 -7
- package/dist-cjs/pagination/ListEngagementInvitationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListEngagementMembersPaginator.js +0 -7
- package/dist-cjs/pagination/ListEngagementResourceAssociationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListEngagementsPaginator.js +0 -7
- package/dist-cjs/pagination/ListOpportunitiesPaginator.js +0 -7
- package/dist-cjs/pagination/ListResourceSnapshotJobsPaginator.js +0 -7
- package/dist-cjs/pagination/ListResourceSnapshotsPaginator.js +0 -7
- package/dist-cjs/pagination/ListSolutionsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -14
- package/dist-cjs/protocols/Aws_json1_0.js +0 -1397
- package/dist-cjs/runtimeExtensions.js +0 -13
package/dist-cjs/index.js
CHANGED
|
@@ -1,11 +1,3823 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
|
+
AcceptEngagementInvitationCommand: () => AcceptEngagementInvitationCommand,
|
|
25
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
26
|
+
AccountFilterSensitiveLog: () => AccountFilterSensitiveLog,
|
|
27
|
+
AccountReceiverFilterSensitiveLog: () => AccountReceiverFilterSensitiveLog,
|
|
28
|
+
AccountSummaryFilterSensitiveLog: () => AccountSummaryFilterSensitiveLog,
|
|
29
|
+
AddressFilterSensitiveLog: () => AddressFilterSensitiveLog,
|
|
30
|
+
AddressSummaryFilterSensitiveLog: () => AddressSummaryFilterSensitiveLog,
|
|
31
|
+
AssignOpportunityCommand: () => AssignOpportunityCommand,
|
|
32
|
+
AssignOpportunityRequestFilterSensitiveLog: () => AssignOpportunityRequestFilterSensitiveLog,
|
|
33
|
+
AssigneeContactFilterSensitiveLog: () => AssigneeContactFilterSensitiveLog,
|
|
34
|
+
AssociateOpportunityCommand: () => AssociateOpportunityCommand,
|
|
35
|
+
AwsClosedLostReason: () => AwsClosedLostReason,
|
|
36
|
+
AwsFundingUsed: () => AwsFundingUsed,
|
|
37
|
+
AwsMemberBusinessTitle: () => AwsMemberBusinessTitle,
|
|
38
|
+
AwsOpportunityCustomerFilterSensitiveLog: () => AwsOpportunityCustomerFilterSensitiveLog,
|
|
39
|
+
AwsOpportunityLifeCycleFilterSensitiveLog: () => AwsOpportunityLifeCycleFilterSensitiveLog,
|
|
40
|
+
AwsOpportunityProjectFilterSensitiveLog: () => AwsOpportunityProjectFilterSensitiveLog,
|
|
41
|
+
AwsOpportunityStage: () => AwsOpportunityStage,
|
|
42
|
+
AwsTeamMemberFilterSensitiveLog: () => AwsTeamMemberFilterSensitiveLog,
|
|
43
|
+
Channel: () => Channel,
|
|
44
|
+
ClosedLostReason: () => ClosedLostReason,
|
|
45
|
+
CompetitorName: () => CompetitorName,
|
|
46
|
+
ConflictException: () => ConflictException,
|
|
47
|
+
ContactFilterSensitiveLog: () => ContactFilterSensitiveLog,
|
|
48
|
+
CountryCode: () => CountryCode,
|
|
49
|
+
CreateEngagementCommand: () => CreateEngagementCommand,
|
|
50
|
+
CreateEngagementInvitationCommand: () => CreateEngagementInvitationCommand,
|
|
51
|
+
CreateEngagementInvitationRequestFilterSensitiveLog: () => CreateEngagementInvitationRequestFilterSensitiveLog,
|
|
52
|
+
CreateEngagementRequestFilterSensitiveLog: () => CreateEngagementRequestFilterSensitiveLog,
|
|
53
|
+
CreateOpportunityCommand: () => CreateOpportunityCommand,
|
|
54
|
+
CreateOpportunityRequestFilterSensitiveLog: () => CreateOpportunityRequestFilterSensitiveLog,
|
|
55
|
+
CreateResourceSnapshotCommand: () => CreateResourceSnapshotCommand,
|
|
56
|
+
CreateResourceSnapshotJobCommand: () => CreateResourceSnapshotJobCommand,
|
|
57
|
+
CurrencyCode: () => CurrencyCode,
|
|
58
|
+
CustomerFilterSensitiveLog: () => CustomerFilterSensitiveLog,
|
|
59
|
+
CustomerProjectsContextFilterSensitiveLog: () => CustomerProjectsContextFilterSensitiveLog,
|
|
60
|
+
CustomerSummaryFilterSensitiveLog: () => CustomerSummaryFilterSensitiveLog,
|
|
61
|
+
DeleteResourceSnapshotJobCommand: () => DeleteResourceSnapshotJobCommand,
|
|
62
|
+
DeliveryModel: () => DeliveryModel,
|
|
63
|
+
DisassociateOpportunityCommand: () => DisassociateOpportunityCommand,
|
|
64
|
+
EngagementContextDetailsFilterSensitiveLog: () => EngagementContextDetailsFilterSensitiveLog,
|
|
65
|
+
EngagementContextPayload: () => EngagementContextPayload,
|
|
66
|
+
EngagementContextPayloadFilterSensitiveLog: () => EngagementContextPayloadFilterSensitiveLog,
|
|
67
|
+
EngagementContextType: () => EngagementContextType,
|
|
68
|
+
EngagementCustomerFilterSensitiveLog: () => EngagementCustomerFilterSensitiveLog,
|
|
69
|
+
EngagementCustomerProjectDetailsFilterSensitiveLog: () => EngagementCustomerProjectDetailsFilterSensitiveLog,
|
|
70
|
+
EngagementInvitationPayloadType: () => EngagementInvitationPayloadType,
|
|
71
|
+
EngagementInvitationSummaryFilterSensitiveLog: () => EngagementInvitationSummaryFilterSensitiveLog,
|
|
72
|
+
EngagementMemberFilterSensitiveLog: () => EngagementMemberFilterSensitiveLog,
|
|
73
|
+
EngagementMemberSummaryFilterSensitiveLog: () => EngagementMemberSummaryFilterSensitiveLog,
|
|
74
|
+
EngagementResourceAssociationSummaryFilterSensitiveLog: () => EngagementResourceAssociationSummaryFilterSensitiveLog,
|
|
75
|
+
EngagementScore: () => EngagementScore,
|
|
76
|
+
EngagementSortName: () => EngagementSortName,
|
|
77
|
+
EngagementSummaryFilterSensitiveLog: () => EngagementSummaryFilterSensitiveLog,
|
|
78
|
+
ExpectedCustomerSpendFilterSensitiveLog: () => ExpectedCustomerSpendFilterSensitiveLog,
|
|
79
|
+
GetAwsOpportunitySummaryCommand: () => GetAwsOpportunitySummaryCommand,
|
|
80
|
+
GetAwsOpportunitySummaryResponseFilterSensitiveLog: () => GetAwsOpportunitySummaryResponseFilterSensitiveLog,
|
|
81
|
+
GetEngagementCommand: () => GetEngagementCommand,
|
|
82
|
+
GetEngagementInvitationCommand: () => GetEngagementInvitationCommand,
|
|
83
|
+
GetEngagementInvitationResponseFilterSensitiveLog: () => GetEngagementInvitationResponseFilterSensitiveLog,
|
|
84
|
+
GetEngagementResponseFilterSensitiveLog: () => GetEngagementResponseFilterSensitiveLog,
|
|
85
|
+
GetOpportunityCommand: () => GetOpportunityCommand,
|
|
86
|
+
GetOpportunityResponseFilterSensitiveLog: () => GetOpportunityResponseFilterSensitiveLog,
|
|
87
|
+
GetResourceSnapshotCommand: () => GetResourceSnapshotCommand,
|
|
88
|
+
GetResourceSnapshotJobCommand: () => GetResourceSnapshotJobCommand,
|
|
89
|
+
GetResourceSnapshotResponseFilterSensitiveLog: () => GetResourceSnapshotResponseFilterSensitiveLog,
|
|
90
|
+
GetSellingSystemSettingsCommand: () => GetSellingSystemSettingsCommand,
|
|
91
|
+
Industry: () => Industry,
|
|
92
|
+
InternalServerException: () => InternalServerException,
|
|
93
|
+
InvitationFilterSensitiveLog: () => InvitationFilterSensitiveLog,
|
|
94
|
+
InvitationStatus: () => InvitationStatus,
|
|
95
|
+
InvolvementTypeChangeReason: () => InvolvementTypeChangeReason,
|
|
96
|
+
LifeCycleFilterSensitiveLog: () => LifeCycleFilterSensitiveLog,
|
|
97
|
+
LifeCycleForViewFilterSensitiveLog: () => LifeCycleForViewFilterSensitiveLog,
|
|
98
|
+
LifeCycleSummaryFilterSensitiveLog: () => LifeCycleSummaryFilterSensitiveLog,
|
|
99
|
+
ListEngagementByAcceptingInvitationTasksCommand: () => ListEngagementByAcceptingInvitationTasksCommand,
|
|
100
|
+
ListEngagementFromOpportunityTasksCommand: () => ListEngagementFromOpportunityTasksCommand,
|
|
101
|
+
ListEngagementInvitationsCommand: () => ListEngagementInvitationsCommand,
|
|
102
|
+
ListEngagementInvitationsRequestFilterSensitiveLog: () => ListEngagementInvitationsRequestFilterSensitiveLog,
|
|
103
|
+
ListEngagementInvitationsResponseFilterSensitiveLog: () => ListEngagementInvitationsResponseFilterSensitiveLog,
|
|
104
|
+
ListEngagementMembersCommand: () => ListEngagementMembersCommand,
|
|
105
|
+
ListEngagementMembersResponseFilterSensitiveLog: () => ListEngagementMembersResponseFilterSensitiveLog,
|
|
106
|
+
ListEngagementResourceAssociationsCommand: () => ListEngagementResourceAssociationsCommand,
|
|
107
|
+
ListEngagementResourceAssociationsRequestFilterSensitiveLog: () => ListEngagementResourceAssociationsRequestFilterSensitiveLog,
|
|
108
|
+
ListEngagementResourceAssociationsResponseFilterSensitiveLog: () => ListEngagementResourceAssociationsResponseFilterSensitiveLog,
|
|
109
|
+
ListEngagementsCommand: () => ListEngagementsCommand,
|
|
110
|
+
ListEngagementsRequestFilterSensitiveLog: () => ListEngagementsRequestFilterSensitiveLog,
|
|
111
|
+
ListEngagementsResponseFilterSensitiveLog: () => ListEngagementsResponseFilterSensitiveLog,
|
|
112
|
+
ListOpportunitiesCommand: () => ListOpportunitiesCommand,
|
|
113
|
+
ListOpportunitiesResponseFilterSensitiveLog: () => ListOpportunitiesResponseFilterSensitiveLog,
|
|
114
|
+
ListResourceSnapshotJobsCommand: () => ListResourceSnapshotJobsCommand,
|
|
115
|
+
ListResourceSnapshotsCommand: () => ListResourceSnapshotsCommand,
|
|
116
|
+
ListResourceSnapshotsRequestFilterSensitiveLog: () => ListResourceSnapshotsRequestFilterSensitiveLog,
|
|
117
|
+
ListResourceSnapshotsResponseFilterSensitiveLog: () => ListResourceSnapshotsResponseFilterSensitiveLog,
|
|
118
|
+
ListSolutionsCommand: () => ListSolutionsCommand,
|
|
119
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
120
|
+
ListTasksSortName: () => ListTasksSortName,
|
|
121
|
+
MarketingSource: () => MarketingSource,
|
|
122
|
+
MonetaryValueFilterSensitiveLog: () => MonetaryValueFilterSensitiveLog,
|
|
123
|
+
NationalSecurity: () => NationalSecurity,
|
|
124
|
+
OpportunityEngagementInvitationSortName: () => OpportunityEngagementInvitationSortName,
|
|
125
|
+
OpportunityInvitationPayloadFilterSensitiveLog: () => OpportunityInvitationPayloadFilterSensitiveLog,
|
|
126
|
+
OpportunityOrigin: () => OpportunityOrigin,
|
|
127
|
+
OpportunitySortName: () => OpportunitySortName,
|
|
128
|
+
OpportunitySummaryFilterSensitiveLog: () => OpportunitySummaryFilterSensitiveLog,
|
|
129
|
+
OpportunitySummaryViewFilterSensitiveLog: () => OpportunitySummaryViewFilterSensitiveLog,
|
|
130
|
+
OpportunityType: () => OpportunityType,
|
|
131
|
+
ParticipantType: () => ParticipantType,
|
|
132
|
+
PartnerCentralSelling: () => PartnerCentralSelling,
|
|
133
|
+
PartnerCentralSellingClient: () => PartnerCentralSellingClient,
|
|
134
|
+
PartnerCentralSellingServiceException: () => PartnerCentralSellingServiceException,
|
|
135
|
+
Payload: () => Payload,
|
|
136
|
+
PayloadFilterSensitiveLog: () => PayloadFilterSensitiveLog,
|
|
137
|
+
PaymentFrequency: () => PaymentFrequency,
|
|
138
|
+
PrimaryNeedFromAws: () => PrimaryNeedFromAws,
|
|
139
|
+
ProjectDetailsFilterSensitiveLog: () => ProjectDetailsFilterSensitiveLog,
|
|
140
|
+
ProjectFilterSensitiveLog: () => ProjectFilterSensitiveLog,
|
|
141
|
+
ProjectSummaryFilterSensitiveLog: () => ProjectSummaryFilterSensitiveLog,
|
|
142
|
+
ProjectViewFilterSensitiveLog: () => ProjectViewFilterSensitiveLog,
|
|
143
|
+
PutSellingSystemSettingsCommand: () => PutSellingSystemSettingsCommand,
|
|
144
|
+
ReasonCode: () => ReasonCode,
|
|
145
|
+
Receiver: () => Receiver,
|
|
146
|
+
ReceiverFilterSensitiveLog: () => ReceiverFilterSensitiveLog,
|
|
147
|
+
ReceiverResponsibility: () => ReceiverResponsibility,
|
|
148
|
+
RejectEngagementInvitationCommand: () => RejectEngagementInvitationCommand,
|
|
149
|
+
RelatedEntityType: () => RelatedEntityType,
|
|
150
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
151
|
+
ResourceSnapshotJobStatus: () => ResourceSnapshotJobStatus,
|
|
152
|
+
ResourceSnapshotPayload: () => ResourceSnapshotPayload,
|
|
153
|
+
ResourceSnapshotPayloadFilterSensitiveLog: () => ResourceSnapshotPayloadFilterSensitiveLog,
|
|
154
|
+
ResourceSnapshotSummaryFilterSensitiveLog: () => ResourceSnapshotSummaryFilterSensitiveLog,
|
|
155
|
+
ResourceType: () => ResourceType,
|
|
156
|
+
RevenueModel: () => RevenueModel,
|
|
157
|
+
ReviewStatus: () => ReviewStatus,
|
|
158
|
+
SalesActivity: () => SalesActivity,
|
|
159
|
+
SalesInvolvementType: () => SalesInvolvementType,
|
|
160
|
+
SenderContactFilterSensitiveLog: () => SenderContactFilterSensitiveLog,
|
|
161
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
162
|
+
SoftwareRevenueFilterSensitiveLog: () => SoftwareRevenueFilterSensitiveLog,
|
|
163
|
+
SolutionSortName: () => SolutionSortName,
|
|
164
|
+
SolutionStatus: () => SolutionStatus,
|
|
165
|
+
SortBy: () => SortBy,
|
|
166
|
+
SortOrder: () => SortOrder,
|
|
167
|
+
Stage: () => Stage,
|
|
168
|
+
StartEngagementByAcceptingInvitationTaskCommand: () => StartEngagementByAcceptingInvitationTaskCommand,
|
|
169
|
+
StartEngagementFromOpportunityTaskCommand: () => StartEngagementFromOpportunityTaskCommand,
|
|
170
|
+
StartResourceSnapshotJobCommand: () => StartResourceSnapshotJobCommand,
|
|
171
|
+
StopResourceSnapshotJobCommand: () => StopResourceSnapshotJobCommand,
|
|
172
|
+
SubmitOpportunityCommand: () => SubmitOpportunityCommand,
|
|
173
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
174
|
+
TaskStatus: () => TaskStatus,
|
|
175
|
+
ThrottlingException: () => ThrottlingException,
|
|
176
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
177
|
+
UpdateOpportunityCommand: () => UpdateOpportunityCommand,
|
|
178
|
+
UpdateOpportunityRequestFilterSensitiveLog: () => UpdateOpportunityRequestFilterSensitiveLog,
|
|
179
|
+
ValidationException: () => ValidationException,
|
|
180
|
+
ValidationExceptionErrorCode: () => ValidationExceptionErrorCode,
|
|
181
|
+
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
182
|
+
Visibility: () => Visibility,
|
|
183
|
+
__Client: () => import_smithy_client.Client,
|
|
184
|
+
paginateListEngagementByAcceptingInvitationTasks: () => paginateListEngagementByAcceptingInvitationTasks,
|
|
185
|
+
paginateListEngagementFromOpportunityTasks: () => paginateListEngagementFromOpportunityTasks,
|
|
186
|
+
paginateListEngagementInvitations: () => paginateListEngagementInvitations,
|
|
187
|
+
paginateListEngagementMembers: () => paginateListEngagementMembers,
|
|
188
|
+
paginateListEngagementResourceAssociations: () => paginateListEngagementResourceAssociations,
|
|
189
|
+
paginateListEngagements: () => paginateListEngagements,
|
|
190
|
+
paginateListOpportunities: () => paginateListOpportunities,
|
|
191
|
+
paginateListResourceSnapshotJobs: () => paginateListResourceSnapshotJobs,
|
|
192
|
+
paginateListResourceSnapshots: () => paginateListResourceSnapshots,
|
|
193
|
+
paginateListSolutions: () => paginateListSolutions
|
|
194
|
+
});
|
|
195
|
+
module.exports = __toCommonJS(index_exports);
|
|
196
|
+
|
|
197
|
+
// src/PartnerCentralSellingClient.ts
|
|
198
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
199
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
200
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
201
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
202
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
203
|
+
var import_core = require("@smithy/core");
|
|
204
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
205
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
206
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
207
|
+
|
|
208
|
+
var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
209
|
+
|
|
210
|
+
// src/endpoint/EndpointParameters.ts
|
|
211
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
212
|
+
return Object.assign(options, {
|
|
213
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
214
|
+
defaultSigningName: "partnercentral-selling"
|
|
215
|
+
});
|
|
216
|
+
}, "resolveClientEndpointParameters");
|
|
217
|
+
var commonParams = {
|
|
218
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
219
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
220
|
+
Region: { type: "builtInParams", name: "region" }
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
// src/PartnerCentralSellingClient.ts
|
|
224
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
225
|
+
|
|
226
|
+
// src/runtimeExtensions.ts
|
|
227
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
228
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
229
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
230
|
+
|
|
231
|
+
// src/auth/httpAuthExtensionConfiguration.ts
|
|
232
|
+
var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
233
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
234
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
235
|
+
let _credentials = runtimeConfig.credentials;
|
|
236
|
+
return {
|
|
237
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
238
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
239
|
+
if (index === -1) {
|
|
240
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
241
|
+
} else {
|
|
242
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
httpAuthSchemes() {
|
|
246
|
+
return _httpAuthSchemes;
|
|
247
|
+
},
|
|
248
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
249
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
250
|
+
},
|
|
251
|
+
httpAuthSchemeProvider() {
|
|
252
|
+
return _httpAuthSchemeProvider;
|
|
253
|
+
},
|
|
254
|
+
setCredentials(credentials) {
|
|
255
|
+
_credentials = credentials;
|
|
256
|
+
},
|
|
257
|
+
credentials() {
|
|
258
|
+
return _credentials;
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
}, "getHttpAuthExtensionConfiguration");
|
|
262
|
+
var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
263
|
+
return {
|
|
264
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
265
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
266
|
+
credentials: config.credentials()
|
|
267
|
+
};
|
|
268
|
+
}, "resolveHttpAuthRuntimeConfig");
|
|
269
|
+
|
|
270
|
+
// src/runtimeExtensions.ts
|
|
271
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
272
|
+
const extensionConfiguration = Object.assign(
|
|
273
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
274
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
275
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
276
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
277
|
+
);
|
|
278
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
279
|
+
return Object.assign(
|
|
280
|
+
runtimeConfig,
|
|
281
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
282
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
283
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
284
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
285
|
+
);
|
|
286
|
+
}, "resolveRuntimeExtensions");
|
|
287
|
+
|
|
288
|
+
// src/PartnerCentralSellingClient.ts
|
|
289
|
+
var PartnerCentralSellingClient = class extends import_smithy_client.Client {
|
|
290
|
+
static {
|
|
291
|
+
__name(this, "PartnerCentralSellingClient");
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* The resolved configuration of PartnerCentralSellingClient class. This is resolved and normalized from the {@link PartnerCentralSellingClientConfig | constructor configuration interface}.
|
|
295
|
+
*/
|
|
296
|
+
config;
|
|
297
|
+
constructor(...[configuration]) {
|
|
298
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
299
|
+
super(_config_0);
|
|
300
|
+
this.initConfig = _config_0;
|
|
301
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
302
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
303
|
+
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
304
|
+
const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
|
|
305
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
306
|
+
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
307
|
+
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
308
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
309
|
+
this.config = _config_8;
|
|
310
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
311
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
312
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
313
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
314
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
315
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
316
|
+
this.middlewareStack.use(
|
|
317
|
+
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
318
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPartnerCentralSellingHttpAuthSchemeParametersProvider,
|
|
319
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
320
|
+
"aws.auth#sigv4": config.credentials
|
|
321
|
+
}), "identityProviderConfigProvider")
|
|
322
|
+
})
|
|
323
|
+
);
|
|
324
|
+
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
328
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
329
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
330
|
+
*/
|
|
331
|
+
destroy() {
|
|
332
|
+
super.destroy();
|
|
333
|
+
}
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
// src/PartnerCentralSelling.ts
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
// src/commands/AcceptEngagementInvitationCommand.ts
|
|
340
|
+
|
|
341
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
// src/protocols/Aws_json1_0.ts
|
|
345
|
+
var import_core2 = require("@aws-sdk/core");
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
var import_uuid = require("uuid");
|
|
349
|
+
|
|
350
|
+
// src/models/models_0.ts
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
// src/models/PartnerCentralSellingServiceException.ts
|
|
354
|
+
|
|
355
|
+
var PartnerCentralSellingServiceException = class _PartnerCentralSellingServiceException extends import_smithy_client.ServiceException {
|
|
356
|
+
static {
|
|
357
|
+
__name(this, "PartnerCentralSellingServiceException");
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
constructor(options) {
|
|
363
|
+
super(options);
|
|
364
|
+
Object.setPrototypeOf(this, _PartnerCentralSellingServiceException.prototype);
|
|
365
|
+
}
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
// src/models/models_0.ts
|
|
369
|
+
var AccessDeniedException = class _AccessDeniedException extends PartnerCentralSellingServiceException {
|
|
370
|
+
static {
|
|
371
|
+
__name(this, "AccessDeniedException");
|
|
372
|
+
}
|
|
373
|
+
name = "AccessDeniedException";
|
|
374
|
+
$fault = "client";
|
|
375
|
+
Message;
|
|
376
|
+
/**
|
|
377
|
+
* @internal
|
|
378
|
+
*/
|
|
379
|
+
constructor(opts) {
|
|
380
|
+
super({
|
|
381
|
+
name: "AccessDeniedException",
|
|
382
|
+
$fault: "client",
|
|
383
|
+
...opts
|
|
384
|
+
});
|
|
385
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
386
|
+
this.Message = opts.Message;
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
var ConflictException = class _ConflictException extends PartnerCentralSellingServiceException {
|
|
390
|
+
static {
|
|
391
|
+
__name(this, "ConflictException");
|
|
392
|
+
}
|
|
393
|
+
name = "ConflictException";
|
|
394
|
+
$fault = "client";
|
|
395
|
+
Message;
|
|
396
|
+
/**
|
|
397
|
+
* @internal
|
|
398
|
+
*/
|
|
399
|
+
constructor(opts) {
|
|
400
|
+
super({
|
|
401
|
+
name: "ConflictException",
|
|
402
|
+
$fault: "client",
|
|
403
|
+
...opts
|
|
404
|
+
});
|
|
405
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
406
|
+
this.Message = opts.Message;
|
|
407
|
+
}
|
|
408
|
+
};
|
|
409
|
+
var InternalServerException = class _InternalServerException extends PartnerCentralSellingServiceException {
|
|
410
|
+
static {
|
|
411
|
+
__name(this, "InternalServerException");
|
|
412
|
+
}
|
|
413
|
+
name = "InternalServerException";
|
|
414
|
+
$fault = "server";
|
|
415
|
+
Message;
|
|
416
|
+
/**
|
|
417
|
+
* @internal
|
|
418
|
+
*/
|
|
419
|
+
constructor(opts) {
|
|
420
|
+
super({
|
|
421
|
+
name: "InternalServerException",
|
|
422
|
+
$fault: "server",
|
|
423
|
+
...opts
|
|
424
|
+
});
|
|
425
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
426
|
+
this.Message = opts.Message;
|
|
427
|
+
}
|
|
428
|
+
};
|
|
429
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends PartnerCentralSellingServiceException {
|
|
430
|
+
static {
|
|
431
|
+
__name(this, "ResourceNotFoundException");
|
|
432
|
+
}
|
|
433
|
+
name = "ResourceNotFoundException";
|
|
434
|
+
$fault = "client";
|
|
435
|
+
Message;
|
|
436
|
+
/**
|
|
437
|
+
* @internal
|
|
438
|
+
*/
|
|
439
|
+
constructor(opts) {
|
|
440
|
+
super({
|
|
441
|
+
name: "ResourceNotFoundException",
|
|
442
|
+
$fault: "client",
|
|
443
|
+
...opts
|
|
444
|
+
});
|
|
445
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
446
|
+
this.Message = opts.Message;
|
|
447
|
+
}
|
|
448
|
+
};
|
|
449
|
+
var ThrottlingException = class _ThrottlingException extends PartnerCentralSellingServiceException {
|
|
450
|
+
static {
|
|
451
|
+
__name(this, "ThrottlingException");
|
|
452
|
+
}
|
|
453
|
+
name = "ThrottlingException";
|
|
454
|
+
$fault = "client";
|
|
455
|
+
Message;
|
|
456
|
+
/**
|
|
457
|
+
* @internal
|
|
458
|
+
*/
|
|
459
|
+
constructor(opts) {
|
|
460
|
+
super({
|
|
461
|
+
name: "ThrottlingException",
|
|
462
|
+
$fault: "client",
|
|
463
|
+
...opts
|
|
464
|
+
});
|
|
465
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
466
|
+
this.Message = opts.Message;
|
|
467
|
+
}
|
|
468
|
+
};
|
|
469
|
+
var ValidationExceptionErrorCode = {
|
|
470
|
+
ACTION_NOT_PERMITTED: "ACTION_NOT_PERMITTED",
|
|
471
|
+
DUPLICATE_KEY_VALUE: "DUPLICATE_KEY_VALUE",
|
|
472
|
+
INVALID_ENUM_VALUE: "INVALID_ENUM_VALUE",
|
|
473
|
+
INVALID_RESOURCE_STATE: "INVALID_RESOURCE_STATE",
|
|
474
|
+
INVALID_STRING_FORMAT: "INVALID_STRING_FORMAT",
|
|
475
|
+
INVALID_VALUE: "INVALID_VALUE",
|
|
476
|
+
REQUIRED_FIELD_MISSING: "REQUIRED_FIELD_MISSING",
|
|
477
|
+
TOO_MANY_VALUES: "TOO_MANY_VALUES",
|
|
478
|
+
VALUE_OUT_OF_RANGE: "VALUE_OUT_OF_RANGE"
|
|
479
|
+
};
|
|
480
|
+
var ValidationExceptionReason = {
|
|
481
|
+
BUSINESS_VALIDATION_FAILED: "BUSINESS_VALIDATION_FAILED",
|
|
482
|
+
REQUEST_VALIDATION_FAILED: "REQUEST_VALIDATION_FAILED"
|
|
483
|
+
};
|
|
484
|
+
var ValidationException = class _ValidationException extends PartnerCentralSellingServiceException {
|
|
485
|
+
static {
|
|
486
|
+
__name(this, "ValidationException");
|
|
487
|
+
}
|
|
488
|
+
name = "ValidationException";
|
|
489
|
+
$fault = "client";
|
|
490
|
+
Message;
|
|
491
|
+
/**
|
|
492
|
+
* <p>The primary reason for this validation exception to occur.</p> <ul> <li> <p> <i>REQUEST_VALIDATION_FAILED:</i> The request format is not valid.</p> <p>Fix: Verify your request payload includes all required fields, uses correct data types and string formats.</p> </li> <li> <p> <i>BUSINESS_VALIDATION_FAILED:</i> The requested change doesn't pass the business validation rules.</p> <p>Fix: Check that your change aligns with the business rules defined by AWS Partner Central.</p> </li> </ul>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
Reason;
|
|
496
|
+
/**
|
|
497
|
+
* <p>A list of issues that were discovered in the submitted request or the resource state.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
ErrorList;
|
|
501
|
+
/**
|
|
502
|
+
* @internal
|
|
503
|
+
*/
|
|
504
|
+
constructor(opts) {
|
|
505
|
+
super({
|
|
506
|
+
name: "ValidationException",
|
|
507
|
+
$fault: "client",
|
|
508
|
+
...opts
|
|
509
|
+
});
|
|
510
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
511
|
+
this.Message = opts.Message;
|
|
512
|
+
this.Reason = opts.Reason;
|
|
513
|
+
this.ErrorList = opts.ErrorList;
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
var CountryCode = {
|
|
517
|
+
AD: "AD",
|
|
518
|
+
AE: "AE",
|
|
519
|
+
AF: "AF",
|
|
520
|
+
AG: "AG",
|
|
521
|
+
AI: "AI",
|
|
522
|
+
AL: "AL",
|
|
523
|
+
AM: "AM",
|
|
524
|
+
AN: "AN",
|
|
525
|
+
AO: "AO",
|
|
526
|
+
AQ: "AQ",
|
|
527
|
+
AR: "AR",
|
|
528
|
+
AS: "AS",
|
|
529
|
+
AT: "AT",
|
|
530
|
+
AU: "AU",
|
|
531
|
+
AW: "AW",
|
|
532
|
+
AX: "AX",
|
|
533
|
+
AZ: "AZ",
|
|
534
|
+
BA: "BA",
|
|
535
|
+
BB: "BB",
|
|
536
|
+
BD: "BD",
|
|
537
|
+
BE: "BE",
|
|
538
|
+
BF: "BF",
|
|
539
|
+
BG: "BG",
|
|
540
|
+
BH: "BH",
|
|
541
|
+
BI: "BI",
|
|
542
|
+
BJ: "BJ",
|
|
543
|
+
BL: "BL",
|
|
544
|
+
BM: "BM",
|
|
545
|
+
BN: "BN",
|
|
546
|
+
BO: "BO",
|
|
547
|
+
BQ: "BQ",
|
|
548
|
+
BR: "BR",
|
|
549
|
+
BS: "BS",
|
|
550
|
+
BT: "BT",
|
|
551
|
+
BV: "BV",
|
|
552
|
+
BW: "BW",
|
|
553
|
+
BY: "BY",
|
|
554
|
+
BZ: "BZ",
|
|
555
|
+
CA: "CA",
|
|
556
|
+
CC: "CC",
|
|
557
|
+
CD: "CD",
|
|
558
|
+
CF: "CF",
|
|
559
|
+
CG: "CG",
|
|
560
|
+
CH: "CH",
|
|
561
|
+
CI: "CI",
|
|
562
|
+
CK: "CK",
|
|
563
|
+
CL: "CL",
|
|
564
|
+
CM: "CM",
|
|
565
|
+
CN: "CN",
|
|
566
|
+
CO: "CO",
|
|
567
|
+
CR: "CR",
|
|
568
|
+
CU: "CU",
|
|
569
|
+
CV: "CV",
|
|
570
|
+
CW: "CW",
|
|
571
|
+
CX: "CX",
|
|
572
|
+
CY: "CY",
|
|
573
|
+
CZ: "CZ",
|
|
574
|
+
DE: "DE",
|
|
575
|
+
DJ: "DJ",
|
|
576
|
+
DK: "DK",
|
|
577
|
+
DM: "DM",
|
|
578
|
+
DO: "DO",
|
|
579
|
+
DZ: "DZ",
|
|
580
|
+
EC: "EC",
|
|
581
|
+
EE: "EE",
|
|
582
|
+
EG: "EG",
|
|
583
|
+
EH: "EH",
|
|
584
|
+
ER: "ER",
|
|
585
|
+
ES: "ES",
|
|
586
|
+
ET: "ET",
|
|
587
|
+
FI: "FI",
|
|
588
|
+
FJ: "FJ",
|
|
589
|
+
FK: "FK",
|
|
590
|
+
FM: "FM",
|
|
591
|
+
FO: "FO",
|
|
592
|
+
FR: "FR",
|
|
593
|
+
GA: "GA",
|
|
594
|
+
GB: "GB",
|
|
595
|
+
GD: "GD",
|
|
596
|
+
GE: "GE",
|
|
597
|
+
GF: "GF",
|
|
598
|
+
GG: "GG",
|
|
599
|
+
GH: "GH",
|
|
600
|
+
GI: "GI",
|
|
601
|
+
GL: "GL",
|
|
602
|
+
GM: "GM",
|
|
603
|
+
GN: "GN",
|
|
604
|
+
GP: "GP",
|
|
605
|
+
GQ: "GQ",
|
|
606
|
+
GR: "GR",
|
|
607
|
+
GS: "GS",
|
|
608
|
+
GT: "GT",
|
|
609
|
+
GU: "GU",
|
|
610
|
+
GW: "GW",
|
|
611
|
+
GY: "GY",
|
|
612
|
+
HK: "HK",
|
|
613
|
+
HM: "HM",
|
|
614
|
+
HN: "HN",
|
|
615
|
+
HR: "HR",
|
|
616
|
+
HT: "HT",
|
|
617
|
+
HU: "HU",
|
|
618
|
+
ID: "ID",
|
|
619
|
+
IE: "IE",
|
|
620
|
+
IL: "IL",
|
|
621
|
+
IM: "IM",
|
|
622
|
+
IN: "IN",
|
|
623
|
+
IO: "IO",
|
|
624
|
+
IQ: "IQ",
|
|
625
|
+
IR: "IR",
|
|
626
|
+
IS: "IS",
|
|
627
|
+
IT: "IT",
|
|
628
|
+
JE: "JE",
|
|
629
|
+
JM: "JM",
|
|
630
|
+
JO: "JO",
|
|
631
|
+
JP: "JP",
|
|
632
|
+
KE: "KE",
|
|
633
|
+
KG: "KG",
|
|
634
|
+
KH: "KH",
|
|
635
|
+
KI: "KI",
|
|
636
|
+
KM: "KM",
|
|
637
|
+
KN: "KN",
|
|
638
|
+
KR: "KR",
|
|
639
|
+
KW: "KW",
|
|
640
|
+
KY: "KY",
|
|
641
|
+
KZ: "KZ",
|
|
642
|
+
LA: "LA",
|
|
643
|
+
LB: "LB",
|
|
644
|
+
LC: "LC",
|
|
645
|
+
LI: "LI",
|
|
646
|
+
LK: "LK",
|
|
647
|
+
LR: "LR",
|
|
648
|
+
LS: "LS",
|
|
649
|
+
LT: "LT",
|
|
650
|
+
LU: "LU",
|
|
651
|
+
LV: "LV",
|
|
652
|
+
LY: "LY",
|
|
653
|
+
MA: "MA",
|
|
654
|
+
MC: "MC",
|
|
655
|
+
MD: "MD",
|
|
656
|
+
ME: "ME",
|
|
657
|
+
MF: "MF",
|
|
658
|
+
MG: "MG",
|
|
659
|
+
MH: "MH",
|
|
660
|
+
MK: "MK",
|
|
661
|
+
ML: "ML",
|
|
662
|
+
MM: "MM",
|
|
663
|
+
MN: "MN",
|
|
664
|
+
MO: "MO",
|
|
665
|
+
MP: "MP",
|
|
666
|
+
MQ: "MQ",
|
|
667
|
+
MR: "MR",
|
|
668
|
+
MS: "MS",
|
|
669
|
+
MT: "MT",
|
|
670
|
+
MU: "MU",
|
|
671
|
+
MV: "MV",
|
|
672
|
+
MW: "MW",
|
|
673
|
+
MX: "MX",
|
|
674
|
+
MY: "MY",
|
|
675
|
+
MZ: "MZ",
|
|
676
|
+
NA: "NA",
|
|
677
|
+
NC: "NC",
|
|
678
|
+
NE: "NE",
|
|
679
|
+
NF: "NF",
|
|
680
|
+
NG: "NG",
|
|
681
|
+
NI: "NI",
|
|
682
|
+
NL: "NL",
|
|
683
|
+
NO: "NO",
|
|
684
|
+
NP: "NP",
|
|
685
|
+
NR: "NR",
|
|
686
|
+
NU: "NU",
|
|
687
|
+
NZ: "NZ",
|
|
688
|
+
OM: "OM",
|
|
689
|
+
PA: "PA",
|
|
690
|
+
PE: "PE",
|
|
691
|
+
PF: "PF",
|
|
692
|
+
PG: "PG",
|
|
693
|
+
PH: "PH",
|
|
694
|
+
PK: "PK",
|
|
695
|
+
PL: "PL",
|
|
696
|
+
PM: "PM",
|
|
697
|
+
PN: "PN",
|
|
698
|
+
PR: "PR",
|
|
699
|
+
PS: "PS",
|
|
700
|
+
PT: "PT",
|
|
701
|
+
PW: "PW",
|
|
702
|
+
PY: "PY",
|
|
703
|
+
QA: "QA",
|
|
704
|
+
RE: "RE",
|
|
705
|
+
RO: "RO",
|
|
706
|
+
RS: "RS",
|
|
707
|
+
RU: "RU",
|
|
708
|
+
RW: "RW",
|
|
709
|
+
SA: "SA",
|
|
710
|
+
SB: "SB",
|
|
711
|
+
SC: "SC",
|
|
712
|
+
SD: "SD",
|
|
713
|
+
SE: "SE",
|
|
714
|
+
SG: "SG",
|
|
715
|
+
SH: "SH",
|
|
716
|
+
SI: "SI",
|
|
717
|
+
SJ: "SJ",
|
|
718
|
+
SK: "SK",
|
|
719
|
+
SL: "SL",
|
|
720
|
+
SM: "SM",
|
|
721
|
+
SN: "SN",
|
|
722
|
+
SO: "SO",
|
|
723
|
+
SR: "SR",
|
|
724
|
+
SS: "SS",
|
|
725
|
+
ST: "ST",
|
|
726
|
+
SV: "SV",
|
|
727
|
+
SX: "SX",
|
|
728
|
+
SY: "SY",
|
|
729
|
+
SZ: "SZ",
|
|
730
|
+
TC: "TC",
|
|
731
|
+
TD: "TD",
|
|
732
|
+
TF: "TF",
|
|
733
|
+
TG: "TG",
|
|
734
|
+
TH: "TH",
|
|
735
|
+
TJ: "TJ",
|
|
736
|
+
TK: "TK",
|
|
737
|
+
TL: "TL",
|
|
738
|
+
TM: "TM",
|
|
739
|
+
TN: "TN",
|
|
740
|
+
TO: "TO",
|
|
741
|
+
TR: "TR",
|
|
742
|
+
TT: "TT",
|
|
743
|
+
TV: "TV",
|
|
744
|
+
TW: "TW",
|
|
745
|
+
TZ: "TZ",
|
|
746
|
+
UA: "UA",
|
|
747
|
+
UG: "UG",
|
|
748
|
+
UM: "UM",
|
|
749
|
+
US: "US",
|
|
750
|
+
UY: "UY",
|
|
751
|
+
UZ: "UZ",
|
|
752
|
+
VA: "VA",
|
|
753
|
+
VC: "VC",
|
|
754
|
+
VE: "VE",
|
|
755
|
+
VG: "VG",
|
|
756
|
+
VI: "VI",
|
|
757
|
+
VN: "VN",
|
|
758
|
+
VU: "VU",
|
|
759
|
+
WF: "WF",
|
|
760
|
+
WS: "WS",
|
|
761
|
+
YE: "YE",
|
|
762
|
+
YT: "YT",
|
|
763
|
+
ZA: "ZA",
|
|
764
|
+
ZM: "ZM",
|
|
765
|
+
ZW: "ZW"
|
|
766
|
+
};
|
|
767
|
+
var Industry = {
|
|
768
|
+
AEROSPACE_SATELLITE: "Aerospace",
|
|
769
|
+
AGRICULTURE: "Agriculture",
|
|
770
|
+
AUTOMOTIVE: "Automotive",
|
|
771
|
+
COMPUTERS_ELECTRONICS: "Computers and Electronics",
|
|
772
|
+
CONSUMER_GOODS: "Consumer Goods",
|
|
773
|
+
EDUCATION: "Education",
|
|
774
|
+
ENERGY_OIL_GAS: "Energy - Oil and Gas",
|
|
775
|
+
ENERGY_POWER_UTILITIES: "Energy - Power and Utilities",
|
|
776
|
+
FINANCIAL_SERVICES: "Financial Services",
|
|
777
|
+
GAMING: "Gaming",
|
|
778
|
+
GOVERNMENT: "Government",
|
|
779
|
+
HEALTHCARE: "Healthcare",
|
|
780
|
+
HOSPITALITY: "Hospitality",
|
|
781
|
+
LIFE_SCIENCES: "Life Sciences",
|
|
782
|
+
MANUFACTURING: "Manufacturing",
|
|
783
|
+
MARKETING_ADVERTISING: "Marketing and Advertising",
|
|
784
|
+
MEDIA_ENTERTAINMENT: "Media and Entertainment",
|
|
785
|
+
MINING: "Mining",
|
|
786
|
+
NON_PROFIT_ORGANIZATION: "Non-Profit Organization",
|
|
787
|
+
OTHER: "Other",
|
|
788
|
+
PROFESSIONAL_SERVICES: "Professional Services",
|
|
789
|
+
REALESTATE_CONSTRUCTION: "Real Estate and Construction",
|
|
790
|
+
RETAIL: "Retail",
|
|
791
|
+
SOFTWARE_INTERNET: "Software and Internet",
|
|
792
|
+
TELECOMMUNICATIONS: "Telecommunications",
|
|
793
|
+
TRANSPORTATION_LOGISTICS: "Transportation and Logistics",
|
|
794
|
+
TRAVEL: "Travel",
|
|
795
|
+
WHOLESALE_DISTRIBUTION: "Wholesale and Distribution"
|
|
796
|
+
};
|
|
797
|
+
var RelatedEntityType = {
|
|
798
|
+
AWS_MARKETPLACE_OFFERS: "AwsMarketplaceOffers",
|
|
799
|
+
AWS_PRODUCTS: "AwsProducts",
|
|
800
|
+
SOLUTIONS: "Solutions"
|
|
801
|
+
};
|
|
802
|
+
var AwsClosedLostReason = {
|
|
803
|
+
ADMINISTRATIVE: "Administrative",
|
|
804
|
+
BUSINESS_ASSOCIATE_AGREEMENT: "Business Associate Agreement",
|
|
805
|
+
COMPANY_ACQUIRED_DISSOLVED: "Company Acquired/Dissolved",
|
|
806
|
+
COMPETITIVE_OFFERING: "Competitive Offering",
|
|
807
|
+
CUSTOMER_DATA_REQUIREMENT: "Customer Data Requirement",
|
|
808
|
+
CUSTOMER_DEFICIENCY: "Customer Deficiency",
|
|
809
|
+
CUSTOMER_EXPERIENCE: "Customer Experience",
|
|
810
|
+
DELAY_CANCELLATION_OF_PROJECT: "Delay / Cancellation of Project",
|
|
811
|
+
DUPLICATE: "Duplicate",
|
|
812
|
+
DUPLICATE_OPPORTUNITY: "Duplicate Opportunity",
|
|
813
|
+
EXECUTIVE_BLOCKER: "Executive Blocker",
|
|
814
|
+
FAILED_VETTING: "Failed Vetting",
|
|
815
|
+
FEATURE_LIMITATION: "Feature Limitation",
|
|
816
|
+
FINANCIAL_COMMERCIAL: "Financial/Commercial",
|
|
817
|
+
INSUFFICIENT_AMAZON_VALUE: "Insufficient Amazon Value",
|
|
818
|
+
INSUFFICIENT_AWS_VALUE: "Insufficient AWS Value",
|
|
819
|
+
INTERNATIONAL_CONSTRAINTS: "International Constraints",
|
|
820
|
+
LEGAL_TAX_REGULATORY: "Legal / Tax / Regulatory",
|
|
821
|
+
LEGAL_TERMS_AND_CONDITIONS: "Legal Terms and Conditions",
|
|
822
|
+
LOST_TO_COMPETITOR: "Lost to Competitor",
|
|
823
|
+
LOST_TO_COMPETITOR_GOOGLE: "Lost to Competitor - Google",
|
|
824
|
+
LOST_TO_COMPETITOR_MICROSOFT: "Lost to Competitor - Microsoft",
|
|
825
|
+
LOST_TO_COMPETITOR_OTHER: "Lost to Competitor - Other",
|
|
826
|
+
LOST_TO_COMPETITOR_RACKSPACE: "Lost to Competitor - Rackspace",
|
|
827
|
+
LOST_TO_COMPETITOR_SOFTLAYER: "Lost to Competitor - SoftLayer",
|
|
828
|
+
LOST_TO_COMPETITOR_VMWARE: "Lost to Competitor - VMWare",
|
|
829
|
+
NOT_COMMITTED_TO_AWS: "Not Committed to AWS",
|
|
830
|
+
NO_CUSTOMER_REFERENCE: "No Customer Reference",
|
|
831
|
+
NO_INTEGRATION_RESOURCES: "No Integration Resources",
|
|
832
|
+
NO_OPPORTUNITY: "No Opportunity",
|
|
833
|
+
NO_PERCEIVED_VALUE_OF_MP: "No Perceived Value of MP",
|
|
834
|
+
NO_RESPONSE: "No Response",
|
|
835
|
+
NO_UPDATE: "No Update",
|
|
836
|
+
ON_PREMISES_DEPLOYMENT: "On Premises Deployment",
|
|
837
|
+
OTHER: "Other",
|
|
838
|
+
OTHER_DETAILS_IN_DESCRIPTION: "Other (Details in Description)",
|
|
839
|
+
PARTNER_GAP: "Partner Gap",
|
|
840
|
+
PAST_DUE: "Past Due",
|
|
841
|
+
PEOPLE_RELATIONSHIP_GOVERNANCE: "People/Relationship/Governance",
|
|
842
|
+
PLATFORM_TECHNOLOGY_LIMITATION: "Platform Technology Limitation",
|
|
843
|
+
PREFERENCE_FOR_COMPETITOR: "Preference for Competitor",
|
|
844
|
+
PRICE: "Price",
|
|
845
|
+
PRODUCT_NOT_ON_AWS: "Product Not on AWS",
|
|
846
|
+
PRODUCT_TECHNOLOGY: "Product/Technology",
|
|
847
|
+
SECURITY_COMPLIANCE: "Security / Compliance",
|
|
848
|
+
SELF_SERVICE: "Self-Service",
|
|
849
|
+
TECHNICAL_LIMITATIONS: "Technical Limitations",
|
|
850
|
+
TERM_SHEET_IMPASSE: "Term Sheet Impasse"
|
|
851
|
+
};
|
|
852
|
+
var AwsFundingUsed = {
|
|
853
|
+
NO: "No",
|
|
854
|
+
YES: "Yes"
|
|
855
|
+
};
|
|
856
|
+
var AwsMemberBusinessTitle = {
|
|
857
|
+
AWS_ACCOUNT_OWNER: "AWSAccountOwner",
|
|
858
|
+
AWS_SALES_REP: "AWSSalesRep",
|
|
859
|
+
ISVSM: "ISVSM",
|
|
860
|
+
PDM: "PDM",
|
|
861
|
+
PSM: "PSM",
|
|
862
|
+
WWPSPDM: "WWPSPDM"
|
|
863
|
+
};
|
|
864
|
+
var EngagementScore = {
|
|
865
|
+
HIGH: "High",
|
|
866
|
+
LOW: "Low",
|
|
867
|
+
MEDIUM: "Medium"
|
|
868
|
+
};
|
|
869
|
+
var AwsOpportunityStage = {
|
|
870
|
+
BUILDING_INTEGRATION: "Building Integration",
|
|
871
|
+
BUSINESS_VALIDATION: "Business Validation",
|
|
872
|
+
CLOSED_INCOMPLETE: "Closed Incomplete",
|
|
873
|
+
CLOSED_LOST: "Closed Lost",
|
|
874
|
+
COMMITTED: "Committed",
|
|
875
|
+
COMPLETED: "Completed",
|
|
876
|
+
CONTRACT_NEGOTIATION: "Contract Negotiation",
|
|
877
|
+
DEFERRED_TO_PARTNER: "Deferred to Partner",
|
|
878
|
+
ENGAGED: "Engaged",
|
|
879
|
+
EVALUATING: "Evaluating",
|
|
880
|
+
IDENTIFIED: "Identified",
|
|
881
|
+
IN_PROGRESS: "In Progress",
|
|
882
|
+
LAUNCHED: "Launched",
|
|
883
|
+
NOT_STARTED: "Not Started",
|
|
884
|
+
ONBOARDING: "Onboarding",
|
|
885
|
+
ON_HOLD: "On-hold",
|
|
886
|
+
PROSPECT: "Prospect",
|
|
887
|
+
QUALIFIED: "Qualified",
|
|
888
|
+
QUALIFY: "Qualify",
|
|
889
|
+
RESEARCH: "Research",
|
|
890
|
+
SELLER_ENGAGED: "Seller Engaged",
|
|
891
|
+
SELLER_REGISTERED: "Seller Registered",
|
|
892
|
+
TECHNICAL_VALIDATION: "Technical Validation",
|
|
893
|
+
TERM_SHEET_NEGOTIATION: "Term Sheet Negotiation"
|
|
894
|
+
};
|
|
895
|
+
var CurrencyCode = {
|
|
896
|
+
AED: "AED",
|
|
897
|
+
AFN: "AFN",
|
|
898
|
+
ALL: "ALL",
|
|
899
|
+
AMD: "AMD",
|
|
900
|
+
ANG: "ANG",
|
|
901
|
+
AOA: "AOA",
|
|
902
|
+
ARS: "ARS",
|
|
903
|
+
AUD: "AUD",
|
|
904
|
+
AWG: "AWG",
|
|
905
|
+
AZN: "AZN",
|
|
906
|
+
BAM: "BAM",
|
|
907
|
+
BBD: "BBD",
|
|
908
|
+
BDT: "BDT",
|
|
909
|
+
BGN: "BGN",
|
|
910
|
+
BHD: "BHD",
|
|
911
|
+
BIF: "BIF",
|
|
912
|
+
BMD: "BMD",
|
|
913
|
+
BND: "BND",
|
|
914
|
+
BOB: "BOB",
|
|
915
|
+
BOV: "BOV",
|
|
916
|
+
BRL: "BRL",
|
|
917
|
+
BSD: "BSD",
|
|
918
|
+
BTN: "BTN",
|
|
919
|
+
BWP: "BWP",
|
|
920
|
+
BYN: "BYN",
|
|
921
|
+
BZD: "BZD",
|
|
922
|
+
CAD: "CAD",
|
|
923
|
+
CDF: "CDF",
|
|
924
|
+
CHE: "CHE",
|
|
925
|
+
CHF: "CHF",
|
|
926
|
+
CHW: "CHW",
|
|
927
|
+
CLF: "CLF",
|
|
928
|
+
CLP: "CLP",
|
|
929
|
+
CNY: "CNY",
|
|
930
|
+
COP: "COP",
|
|
931
|
+
COU: "COU",
|
|
932
|
+
CRC: "CRC",
|
|
933
|
+
CUC: "CUC",
|
|
934
|
+
CUP: "CUP",
|
|
935
|
+
CVE: "CVE",
|
|
936
|
+
CZK: "CZK",
|
|
937
|
+
DJF: "DJF",
|
|
938
|
+
DKK: "DKK",
|
|
939
|
+
DOP: "DOP",
|
|
940
|
+
DZD: "DZD",
|
|
941
|
+
EGP: "EGP",
|
|
942
|
+
ERN: "ERN",
|
|
943
|
+
ETB: "ETB",
|
|
944
|
+
EUR: "EUR",
|
|
945
|
+
FJD: "FJD",
|
|
946
|
+
FKP: "FKP",
|
|
947
|
+
GBP: "GBP",
|
|
948
|
+
GEL: "GEL",
|
|
949
|
+
GHS: "GHS",
|
|
950
|
+
GIP: "GIP",
|
|
951
|
+
GMD: "GMD",
|
|
952
|
+
GNF: "GNF",
|
|
953
|
+
GTQ: "GTQ",
|
|
954
|
+
GYD: "GYD",
|
|
955
|
+
HKD: "HKD",
|
|
956
|
+
HNL: "HNL",
|
|
957
|
+
HRK: "HRK",
|
|
958
|
+
HTG: "HTG",
|
|
959
|
+
HUF: "HUF",
|
|
960
|
+
IDR: "IDR",
|
|
961
|
+
ILS: "ILS",
|
|
962
|
+
INR: "INR",
|
|
963
|
+
IQD: "IQD",
|
|
964
|
+
IRR: "IRR",
|
|
965
|
+
ISK: "ISK",
|
|
966
|
+
JMD: "JMD",
|
|
967
|
+
JOD: "JOD",
|
|
968
|
+
JPY: "JPY",
|
|
969
|
+
KES: "KES",
|
|
970
|
+
KGS: "KGS",
|
|
971
|
+
KHR: "KHR",
|
|
972
|
+
KMF: "KMF",
|
|
973
|
+
KPW: "KPW",
|
|
974
|
+
KRW: "KRW",
|
|
975
|
+
KWD: "KWD",
|
|
976
|
+
KYD: "KYD",
|
|
977
|
+
KZT: "KZT",
|
|
978
|
+
LAK: "LAK",
|
|
979
|
+
LBP: "LBP",
|
|
980
|
+
LKR: "LKR",
|
|
981
|
+
LRD: "LRD",
|
|
982
|
+
LSL: "LSL",
|
|
983
|
+
LYD: "LYD",
|
|
984
|
+
MAD: "MAD",
|
|
985
|
+
MDL: "MDL",
|
|
986
|
+
MGA: "MGA",
|
|
987
|
+
MKD: "MKD",
|
|
988
|
+
MMK: "MMK",
|
|
989
|
+
MNT: "MNT",
|
|
990
|
+
MOP: "MOP",
|
|
991
|
+
MRU: "MRU",
|
|
992
|
+
MUR: "MUR",
|
|
993
|
+
MVR: "MVR",
|
|
994
|
+
MWK: "MWK",
|
|
995
|
+
MXN: "MXN",
|
|
996
|
+
MXV: "MXV",
|
|
997
|
+
MYR: "MYR",
|
|
998
|
+
MZN: "MZN",
|
|
999
|
+
NAD: "NAD",
|
|
1000
|
+
NGN: "NGN",
|
|
1001
|
+
NIO: "NIO",
|
|
1002
|
+
NOK: "NOK",
|
|
1003
|
+
NPR: "NPR",
|
|
1004
|
+
NZD: "NZD",
|
|
1005
|
+
OMR: "OMR",
|
|
1006
|
+
PAB: "PAB",
|
|
1007
|
+
PEN: "PEN",
|
|
1008
|
+
PGK: "PGK",
|
|
1009
|
+
PHP: "PHP",
|
|
1010
|
+
PKR: "PKR",
|
|
1011
|
+
PLN: "PLN",
|
|
1012
|
+
PYG: "PYG",
|
|
1013
|
+
QAR: "QAR",
|
|
1014
|
+
RON: "RON",
|
|
1015
|
+
RSD: "RSD",
|
|
1016
|
+
RUB: "RUB",
|
|
1017
|
+
RWF: "RWF",
|
|
1018
|
+
SAR: "SAR",
|
|
1019
|
+
SBD: "SBD",
|
|
1020
|
+
SCR: "SCR",
|
|
1021
|
+
SDG: "SDG",
|
|
1022
|
+
SEK: "SEK",
|
|
1023
|
+
SGD: "SGD",
|
|
1024
|
+
SHP: "SHP",
|
|
1025
|
+
SLL: "SLL",
|
|
1026
|
+
SOS: "SOS",
|
|
1027
|
+
SRD: "SRD",
|
|
1028
|
+
SSP: "SSP",
|
|
1029
|
+
STN: "STN",
|
|
1030
|
+
SVC: "SVC",
|
|
1031
|
+
SYP: "SYP",
|
|
1032
|
+
SZL: "SZL",
|
|
1033
|
+
THB: "THB",
|
|
1034
|
+
TJS: "TJS",
|
|
1035
|
+
TMT: "TMT",
|
|
1036
|
+
TND: "TND",
|
|
1037
|
+
TOP: "TOP",
|
|
1038
|
+
TRY: "TRY",
|
|
1039
|
+
TTD: "TTD",
|
|
1040
|
+
TWD: "TWD",
|
|
1041
|
+
TZS: "TZS",
|
|
1042
|
+
UAH: "UAH",
|
|
1043
|
+
UGX: "UGX",
|
|
1044
|
+
USD: "USD",
|
|
1045
|
+
USN: "USN",
|
|
1046
|
+
UYI: "UYI",
|
|
1047
|
+
UYU: "UYU",
|
|
1048
|
+
UZS: "UZS",
|
|
1049
|
+
VEF: "VEF",
|
|
1050
|
+
VND: "VND",
|
|
1051
|
+
VUV: "VUV",
|
|
1052
|
+
WST: "WST",
|
|
1053
|
+
XAF: "XAF",
|
|
1054
|
+
XCD: "XCD",
|
|
1055
|
+
XDR: "XDR",
|
|
1056
|
+
XOF: "XOF",
|
|
1057
|
+
XPF: "XPF",
|
|
1058
|
+
XSU: "XSU",
|
|
1059
|
+
XUA: "XUA",
|
|
1060
|
+
YER: "YER",
|
|
1061
|
+
ZAR: "ZAR",
|
|
1062
|
+
ZMW: "ZMW",
|
|
1063
|
+
ZWL: "ZWL"
|
|
1064
|
+
};
|
|
1065
|
+
var PaymentFrequency = {
|
|
1066
|
+
MONTHLY: "Monthly"
|
|
1067
|
+
};
|
|
1068
|
+
var EngagementContextPayload;
|
|
1069
|
+
((EngagementContextPayload3) => {
|
|
1070
|
+
EngagementContextPayload3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1071
|
+
if (value.CustomerProject !== void 0) return visitor.CustomerProject(value.CustomerProject);
|
|
1072
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1073
|
+
}, "visit");
|
|
1074
|
+
})(EngagementContextPayload || (EngagementContextPayload = {}));
|
|
1075
|
+
var EngagementContextType = {
|
|
1076
|
+
CUSTOMER_PROJECT: "CustomerProject"
|
|
1077
|
+
};
|
|
1078
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends PartnerCentralSellingServiceException {
|
|
1079
|
+
static {
|
|
1080
|
+
__name(this, "ServiceQuotaExceededException");
|
|
1081
|
+
}
|
|
1082
|
+
name = "ServiceQuotaExceededException";
|
|
1083
|
+
$fault = "client";
|
|
1084
|
+
Message;
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
*/
|
|
1088
|
+
constructor(opts) {
|
|
1089
|
+
super({
|
|
1090
|
+
name: "ServiceQuotaExceededException",
|
|
1091
|
+
$fault: "client",
|
|
1092
|
+
...opts
|
|
1093
|
+
});
|
|
1094
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
1095
|
+
this.Message = opts.Message;
|
|
1096
|
+
}
|
|
1097
|
+
};
|
|
1098
|
+
var EngagementSortName = {
|
|
1099
|
+
CreatedDate: "CreatedDate"
|
|
1100
|
+
};
|
|
1101
|
+
var SortOrder = {
|
|
1102
|
+
ASCENDING: "ASCENDING",
|
|
1103
|
+
DESCENDING: "DESCENDING"
|
|
1104
|
+
};
|
|
1105
|
+
var ListTasksSortName = {
|
|
1106
|
+
START_TIME: "StartTime"
|
|
1107
|
+
};
|
|
1108
|
+
var TaskStatus = {
|
|
1109
|
+
COMPLETE: "COMPLETE",
|
|
1110
|
+
FAILED: "FAILED",
|
|
1111
|
+
IN_PROGRESS: "IN_PROGRESS"
|
|
1112
|
+
};
|
|
1113
|
+
var ReasonCode = {
|
|
1114
|
+
ENGAGEMENT_ACCESS_DENIED: "EngagementAccessDenied",
|
|
1115
|
+
ENGAGEMENT_CONFLICT: "EngagementConflict",
|
|
1116
|
+
ENGAGEMENT_INVITATION_CONFLICT: "EngagementInvitationConflict",
|
|
1117
|
+
ENGAGEMENT_VALIDATION_FAILED: "EngagementValidationFailed",
|
|
1118
|
+
INTERNAL_ERROR: "InternalError",
|
|
1119
|
+
INVITATION_ACCESS_DENIED: "InvitationAccessDenied",
|
|
1120
|
+
INVITATION_VALIDATION_FAILED: "InvitationValidationFailed",
|
|
1121
|
+
OPPORTUNITY_ACCESS_DENIED: "OpportunityAccessDenied",
|
|
1122
|
+
OPPORTUNITY_CONFLICT: "OpportunityConflict",
|
|
1123
|
+
OPPORTUNITY_SUBMISSION_FAILED: "OpportunitySubmissionFailed",
|
|
1124
|
+
OPPORTUNITY_VALIDATION_FAILED: "OpportunityValidationFailed",
|
|
1125
|
+
REQUEST_THROTTLED: "RequestThrottled",
|
|
1126
|
+
RESOURCE_SNAPSHOT_ACCESS_DENIED: "ResourceSnapshotAccessDenied",
|
|
1127
|
+
RESOURCE_SNAPSHOT_CONFLICT: "ResourceSnapshotConflict",
|
|
1128
|
+
RESOURCE_SNAPSHOT_JOB_ACCESS_DENIED: "ResourceSnapshotJobAccessDenied",
|
|
1129
|
+
RESOURCE_SNAPSHOT_JOB_CONFLICT: "ResourceSnapshotJobConflict",
|
|
1130
|
+
RESOURCE_SNAPSHOT_JOB_VALIDATION_FAILED: "ResourceSnapshotJobValidationFailed",
|
|
1131
|
+
RESOURCE_SNAPSHOT_VALIDATION_FAILED: "ResourceSnapshotValidationFailed",
|
|
1132
|
+
SERVICE_QUOTA_EXCEEDED: "ServiceQuotaExceeded"
|
|
1133
|
+
};
|
|
1134
|
+
var SalesInvolvementType = {
|
|
1135
|
+
CO_SELL: "Co-Sell",
|
|
1136
|
+
FOR_VISIBILITY_ONLY: "For Visibility Only"
|
|
1137
|
+
};
|
|
1138
|
+
var Visibility = {
|
|
1139
|
+
FULL: "Full",
|
|
1140
|
+
LIMITED: "Limited"
|
|
1141
|
+
};
|
|
1142
|
+
var ReceiverResponsibility = {
|
|
1143
|
+
CO_SELL_FACILITATOR: "Co-Sell Facilitator",
|
|
1144
|
+
DISTRIBUTOR: "Distributor",
|
|
1145
|
+
FACILITATOR: "Facilitator",
|
|
1146
|
+
HARDWARE_PARTNER: "Hardware Partner",
|
|
1147
|
+
MANAGED_SERVICE_PROVIDER: "Managed Service Provider",
|
|
1148
|
+
RESELLER: "Reseller",
|
|
1149
|
+
SERVICES_PARTNER: "Services Partner",
|
|
1150
|
+
SOFTWARE_PARTNER: "Software Partner",
|
|
1151
|
+
TRAINING_PARTNER: "Training Partner"
|
|
1152
|
+
};
|
|
1153
|
+
var Payload;
|
|
1154
|
+
((Payload3) => {
|
|
1155
|
+
Payload3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1156
|
+
if (value.OpportunityInvitation !== void 0) return visitor.OpportunityInvitation(value.OpportunityInvitation);
|
|
1157
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1158
|
+
}, "visit");
|
|
1159
|
+
})(Payload || (Payload = {}));
|
|
1160
|
+
var Receiver;
|
|
1161
|
+
((Receiver3) => {
|
|
1162
|
+
Receiver3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1163
|
+
if (value.Account !== void 0) return visitor.Account(value.Account);
|
|
1164
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1165
|
+
}, "visit");
|
|
1166
|
+
})(Receiver || (Receiver = {}));
|
|
1167
|
+
var EngagementInvitationPayloadType = {
|
|
1168
|
+
OPPORTUNITY_INVITATION: "OpportunityInvitation"
|
|
1169
|
+
};
|
|
1170
|
+
var InvitationStatus = {
|
|
1171
|
+
ACCEPTED: "ACCEPTED",
|
|
1172
|
+
EXPIRED: "EXPIRED",
|
|
1173
|
+
PENDING: "PENDING",
|
|
1174
|
+
REJECTED: "REJECTED"
|
|
1175
|
+
};
|
|
1176
|
+
var ParticipantType = {
|
|
1177
|
+
RECEIVER: "RECEIVER",
|
|
1178
|
+
SENDER: "SENDER"
|
|
1179
|
+
};
|
|
1180
|
+
var OpportunityEngagementInvitationSortName = {
|
|
1181
|
+
INVITATION_DATE: "InvitationDate"
|
|
1182
|
+
};
|
|
1183
|
+
var ClosedLostReason = {
|
|
1184
|
+
CUSTOMER_DEFICIENCY: "Customer Deficiency",
|
|
1185
|
+
CUSTOMER_EXPERIENCE: "Customer Experience",
|
|
1186
|
+
DELAY_CANCELLATION_OF_PROJECT: "Delay / Cancellation of Project",
|
|
1187
|
+
FINANCIALCOMMERCIAL: "Financial/Commercial",
|
|
1188
|
+
LEGAL_TAX_REGULATORY: "Legal / Tax / Regulatory",
|
|
1189
|
+
LOST_TO_COMPETITOR_GOOGLE: "Lost to Competitor - Google",
|
|
1190
|
+
LOST_TO_COMPETITOR_MICROSOFT: "Lost to Competitor - Microsoft",
|
|
1191
|
+
LOST_TO_COMPETITOR_OTHER: "Lost to Competitor - Other",
|
|
1192
|
+
LOST_TO_COMPETITOR_SOFTLAYER: "Lost to Competitor - SoftLayer",
|
|
1193
|
+
LOST_TO_COMPETITOR_VMWARE: "Lost to Competitor - VMWare",
|
|
1194
|
+
NO_OPPORTUNITY: "No Opportunity",
|
|
1195
|
+
ON_PREMISES_DEPLOYMENT: "On Premises Deployment",
|
|
1196
|
+
OTHER: "Other",
|
|
1197
|
+
PARTNER_GAP: "Partner Gap",
|
|
1198
|
+
PEOPLERELATIONSHIPGOVERNANCE: "People/Relationship/Governance",
|
|
1199
|
+
PRICE: "Price",
|
|
1200
|
+
PRODUCTTECHNOLOGY: "Product/Technology",
|
|
1201
|
+
SECURITY_COMPLIANCE: "Security / Compliance",
|
|
1202
|
+
TECHNICAL_LIMITATIONS: "Technical Limitations"
|
|
1203
|
+
};
|
|
1204
|
+
var ReviewStatus = {
|
|
1205
|
+
ACTION_REQUIRED: "Action Required",
|
|
1206
|
+
APPROVED: "Approved",
|
|
1207
|
+
IN_REVIEW: "In review",
|
|
1208
|
+
PENDING_SUBMISSION: "Pending Submission",
|
|
1209
|
+
REJECTED: "Rejected",
|
|
1210
|
+
SUBMITTED: "Submitted"
|
|
1211
|
+
};
|
|
1212
|
+
var Stage = {
|
|
1213
|
+
BUSINESS_VALIDATION: "Business Validation",
|
|
1214
|
+
CLOSED_LOST: "Closed Lost",
|
|
1215
|
+
COMMITTED: "Committed",
|
|
1216
|
+
LAUNCHED: "Launched",
|
|
1217
|
+
PROSPECT: "Prospect",
|
|
1218
|
+
QUALIFIED: "Qualified",
|
|
1219
|
+
TECHNICAL_VALIDATION: "Technical Validation"
|
|
1220
|
+
};
|
|
1221
|
+
var Channel = {
|
|
1222
|
+
AWS_MARKETING_CENTRAL: "AWS Marketing Central",
|
|
1223
|
+
CONTENT_SYNDICATION: "Content Syndication",
|
|
1224
|
+
DISPLAY: "Display",
|
|
1225
|
+
EMAIL: "Email",
|
|
1226
|
+
LIVE_EVENT: "Live Event",
|
|
1227
|
+
OUT_OF_HOME: "Out Of Home (OOH)",
|
|
1228
|
+
PRINT: "Print",
|
|
1229
|
+
SEARCH: "Search",
|
|
1230
|
+
SOCIAL: "Social",
|
|
1231
|
+
TELEMARKETING: "Telemarketing",
|
|
1232
|
+
TV: "TV",
|
|
1233
|
+
VIDEO: "Video",
|
|
1234
|
+
VIRTUAL_EVENT: "Virtual Event"
|
|
1235
|
+
};
|
|
1236
|
+
var MarketingSource = {
|
|
1237
|
+
MARKETING_ACTIVITY: "Marketing Activity",
|
|
1238
|
+
NONE: "None"
|
|
1239
|
+
};
|
|
1240
|
+
var NationalSecurity = {
|
|
1241
|
+
NO: "No",
|
|
1242
|
+
YES: "Yes"
|
|
1243
|
+
};
|
|
1244
|
+
var OpportunityType = {
|
|
1245
|
+
EXPANSION: "Expansion",
|
|
1246
|
+
FLAT_RENEWAL: "Flat Renewal",
|
|
1247
|
+
NET_NEW_BUSINESS: "Net New Business"
|
|
1248
|
+
};
|
|
1249
|
+
var OpportunityOrigin = {
|
|
1250
|
+
AWS_REFERRAL: "AWS Referral",
|
|
1251
|
+
PARTNER_REFERRAL: "Partner Referral"
|
|
1252
|
+
};
|
|
1253
|
+
var PrimaryNeedFromAws = {
|
|
1254
|
+
CO_SELL_ARCHITECTURAL_VALIDATION: "Co-Sell - Architectural Validation",
|
|
1255
|
+
CO_SELL_BUSINESS_PRESENTATION: "Co-Sell - Business Presentation",
|
|
1256
|
+
CO_SELL_COMPETITIVE_INFORMATION: "Co-Sell - Competitive Information",
|
|
1257
|
+
CO_SELL_DEAL_SUPPORT: "Co-Sell - Deal Support",
|
|
1258
|
+
CO_SELL_PRICING_ASSISTANCE: "Co-Sell - Pricing Assistance",
|
|
1259
|
+
CO_SELL_SUPPORT_FOR_PUBLIC_TENDER_RFX: "Co-Sell - Support for Public Tender / RFx",
|
|
1260
|
+
CO_SELL_TECHNICAL_CONSULTATION: "Co-Sell - Technical Consultation",
|
|
1261
|
+
CO_SELL_TOTAL_COST_OF_OWNERSHIP_EVALUATION: "Co-Sell - Total Cost of Ownership Evaluation"
|
|
1262
|
+
};
|
|
1263
|
+
var CompetitorName = {
|
|
1264
|
+
AKAMAI: "Akamai",
|
|
1265
|
+
ALICLOUD: "AliCloud",
|
|
1266
|
+
CO_LOCATION: "Co-location",
|
|
1267
|
+
GOOGLE_CLOUD_PLATFORM: "Google Cloud Platform",
|
|
1268
|
+
IBM_SOFTLAYER: "IBM Softlayer",
|
|
1269
|
+
MICROSOFT_AZURE: "Microsoft Azure",
|
|
1270
|
+
NO_COMPETITION: "No Competition",
|
|
1271
|
+
ON_PREM: "On-Prem",
|
|
1272
|
+
ORACLE_CLOUD: "Oracle Cloud",
|
|
1273
|
+
OTHER: "*Other",
|
|
1274
|
+
OTHER_COST_OPTIMIZATION: "Other- Cost Optimization"
|
|
1275
|
+
};
|
|
1276
|
+
var DeliveryModel = {
|
|
1277
|
+
BYOL_OR_AMI: "BYOL or AMI",
|
|
1278
|
+
MANAGED_SERVICES: "Managed Services",
|
|
1279
|
+
OTHER: "Other",
|
|
1280
|
+
PROFESSIONAL_SERVICES: "Professional Services",
|
|
1281
|
+
RESELL: "Resell",
|
|
1282
|
+
SAAS_OR_PAAS: "SaaS or PaaS"
|
|
1283
|
+
};
|
|
1284
|
+
var SalesActivity = {
|
|
1285
|
+
AGREED_ON_SOLUTION_TO_BUSINESS_PROBLEM: "Agreed on solution to Business Problem",
|
|
1286
|
+
COMPLETED_ACTION_PLAN: "Completed Action Plan",
|
|
1287
|
+
CONDUCTED_POC_DEMO: "Conducted POC / Demo",
|
|
1288
|
+
CUSTOMER_HAS_SHOWN_INTEREST: "Customer has shown interest in solution",
|
|
1289
|
+
FINALIZED_DEPLOYMENT_NEEDS: "Finalized Deployment Need",
|
|
1290
|
+
INITIALIZED_DISCUSSIONS_WITH_CUSTOMER: "Initialized discussions with customer",
|
|
1291
|
+
IN_EVALUATION_PLANNING_STAGE: "In evaluation / planning stage",
|
|
1292
|
+
SOW_SIGNED: "SOW Signed"
|
|
1293
|
+
};
|
|
1294
|
+
var RevenueModel = {
|
|
1295
|
+
CONTRACT: "Contract",
|
|
1296
|
+
PAY_AS_YOU_GO: "Pay-as-you-go",
|
|
1297
|
+
SUBSCRIPTION: "Subscription"
|
|
1298
|
+
};
|
|
1299
|
+
var InvolvementTypeChangeReason = {
|
|
1300
|
+
CHANGE_IN_DEAL_INFORMATION: "Change in Deal Information",
|
|
1301
|
+
CUSTOMER_REQUESTED: "Customer Requested",
|
|
1302
|
+
EXPANSION_OPPORTUNITY: "Expansion Opportunity",
|
|
1303
|
+
RISK_MITIGATION: "Risk Mitigation",
|
|
1304
|
+
TECHNICAL_COMPLEXITY: "Technical Complexity"
|
|
1305
|
+
};
|
|
1306
|
+
var OpportunitySortName = {
|
|
1307
|
+
CUSTOMER_COMPANY_NAME: "CustomerCompanyName",
|
|
1308
|
+
IDENTIFIER: "Identifier",
|
|
1309
|
+
LAST_MODIFIEDDATE: "LastModifiedDate"
|
|
1310
|
+
};
|
|
1311
|
+
var ResourceType = {
|
|
1312
|
+
OPPORTUNITY: "Opportunity"
|
|
1313
|
+
};
|
|
1314
|
+
var ResourceSnapshotPayload;
|
|
1315
|
+
((ResourceSnapshotPayload2) => {
|
|
1316
|
+
ResourceSnapshotPayload2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1317
|
+
if (value.OpportunitySummary !== void 0) return visitor.OpportunitySummary(value.OpportunitySummary);
|
|
1318
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1319
|
+
}, "visit");
|
|
1320
|
+
})(ResourceSnapshotPayload || (ResourceSnapshotPayload = {}));
|
|
1321
|
+
var ResourceSnapshotJobStatus = {
|
|
1322
|
+
RUNNING: "Running",
|
|
1323
|
+
STOPPED: "Stopped"
|
|
1324
|
+
};
|
|
1325
|
+
var SortBy = {
|
|
1326
|
+
CREATED_DATE: "CreatedDate"
|
|
1327
|
+
};
|
|
1328
|
+
var SolutionSortName = {
|
|
1329
|
+
CATEGORY: "Category",
|
|
1330
|
+
CREATEDDATE: "CreatedDate",
|
|
1331
|
+
IDENTIFIER: "Identifier",
|
|
1332
|
+
NAME: "Name",
|
|
1333
|
+
STATUS: "Status"
|
|
1334
|
+
};
|
|
1335
|
+
var SolutionStatus = {
|
|
1336
|
+
ACTIVE: "Active",
|
|
1337
|
+
DRAFT: "Draft",
|
|
1338
|
+
INACTIVE: "Inactive"
|
|
1339
|
+
};
|
|
1340
|
+
var AddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1341
|
+
...obj,
|
|
1342
|
+
...obj.City && { City: import_smithy_client.SENSITIVE_STRING },
|
|
1343
|
+
...obj.PostalCode && { PostalCode: import_smithy_client.SENSITIVE_STRING },
|
|
1344
|
+
...obj.StateOrRegion && { StateOrRegion: import_smithy_client.SENSITIVE_STRING },
|
|
1345
|
+
...obj.CountryCode && { CountryCode: import_smithy_client.SENSITIVE_STRING },
|
|
1346
|
+
...obj.StreetAddress && { StreetAddress: import_smithy_client.SENSITIVE_STRING }
|
|
1347
|
+
}), "AddressFilterSensitiveLog");
|
|
1348
|
+
var AccountFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
...obj.CompanyName && { CompanyName: import_smithy_client.SENSITIVE_STRING },
|
|
1351
|
+
...obj.WebsiteUrl && { WebsiteUrl: import_smithy_client.SENSITIVE_STRING },
|
|
1352
|
+
...obj.AwsAccountId && { AwsAccountId: import_smithy_client.SENSITIVE_STRING },
|
|
1353
|
+
...obj.Address && { Address: AddressFilterSensitiveLog(obj.Address) },
|
|
1354
|
+
...obj.Duns && { Duns: import_smithy_client.SENSITIVE_STRING }
|
|
1355
|
+
}), "AccountFilterSensitiveLog");
|
|
1356
|
+
var AccountReceiverFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1357
|
+
...obj,
|
|
1358
|
+
...obj.Alias && { Alias: import_smithy_client.SENSITIVE_STRING },
|
|
1359
|
+
...obj.AwsAccountId && { AwsAccountId: import_smithy_client.SENSITIVE_STRING }
|
|
1360
|
+
}), "AccountReceiverFilterSensitiveLog");
|
|
1361
|
+
var AddressSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1362
|
+
...obj,
|
|
1363
|
+
...obj.City && { City: import_smithy_client.SENSITIVE_STRING },
|
|
1364
|
+
...obj.PostalCode && { PostalCode: import_smithy_client.SENSITIVE_STRING },
|
|
1365
|
+
...obj.StateOrRegion && { StateOrRegion: import_smithy_client.SENSITIVE_STRING },
|
|
1366
|
+
...obj.CountryCode && { CountryCode: import_smithy_client.SENSITIVE_STRING }
|
|
1367
|
+
}), "AddressSummaryFilterSensitiveLog");
|
|
1368
|
+
var AccountSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1369
|
+
...obj,
|
|
1370
|
+
...obj.CompanyName && { CompanyName: import_smithy_client.SENSITIVE_STRING },
|
|
1371
|
+
...obj.WebsiteUrl && { WebsiteUrl: import_smithy_client.SENSITIVE_STRING },
|
|
1372
|
+
...obj.Address && { Address: AddressSummaryFilterSensitiveLog(obj.Address) }
|
|
1373
|
+
}), "AccountSummaryFilterSensitiveLog");
|
|
1374
|
+
var AssigneeContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1375
|
+
...obj,
|
|
1376
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
|
|
1377
|
+
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
1378
|
+
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
|
|
1379
|
+
...obj.BusinessTitle && { BusinessTitle: import_smithy_client.SENSITIVE_STRING }
|
|
1380
|
+
}), "AssigneeContactFilterSensitiveLog");
|
|
1381
|
+
var AssignOpportunityRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
...obj.Assignee && { Assignee: AssigneeContactFilterSensitiveLog(obj.Assignee) }
|
|
1384
|
+
}), "AssignOpportunityRequestFilterSensitiveLog");
|
|
1385
|
+
var ContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1386
|
+
...obj,
|
|
1387
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
|
|
1388
|
+
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
1389
|
+
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
|
|
1390
|
+
...obj.BusinessTitle && { BusinessTitle: import_smithy_client.SENSITIVE_STRING },
|
|
1391
|
+
...obj.Phone && { Phone: import_smithy_client.SENSITIVE_STRING }
|
|
1392
|
+
}), "ContactFilterSensitiveLog");
|
|
1393
|
+
var AwsOpportunityCustomerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1394
|
+
...obj,
|
|
1395
|
+
...obj.Contacts && { Contacts: obj.Contacts.map((item) => ContactFilterSensitiveLog(item)) }
|
|
1396
|
+
}), "AwsOpportunityCustomerFilterSensitiveLog");
|
|
1397
|
+
var AwsOpportunityLifeCycleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1398
|
+
...obj,
|
|
1399
|
+
...obj.NextSteps && { NextSteps: import_smithy_client.SENSITIVE_STRING }
|
|
1400
|
+
}), "AwsOpportunityLifeCycleFilterSensitiveLog");
|
|
1401
|
+
var ExpectedCustomerSpendFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1402
|
+
...obj,
|
|
1403
|
+
...obj.Amount && { Amount: import_smithy_client.SENSITIVE_STRING },
|
|
1404
|
+
...obj.CurrencyCode && { CurrencyCode: import_smithy_client.SENSITIVE_STRING },
|
|
1405
|
+
...obj.EstimationUrl && { EstimationUrl: import_smithy_client.SENSITIVE_STRING }
|
|
1406
|
+
}), "ExpectedCustomerSpendFilterSensitiveLog");
|
|
1407
|
+
var AwsOpportunityProjectFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1408
|
+
...obj,
|
|
1409
|
+
...obj.ExpectedCustomerSpend && {
|
|
1410
|
+
ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item))
|
|
1411
|
+
}
|
|
1412
|
+
}), "AwsOpportunityProjectFilterSensitiveLog");
|
|
1413
|
+
var AwsTeamMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
|
|
1416
|
+
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
1417
|
+
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING }
|
|
1418
|
+
}), "AwsTeamMemberFilterSensitiveLog");
|
|
1419
|
+
var EngagementCustomerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1420
|
+
...obj,
|
|
1421
|
+
...obj.CompanyName && { CompanyName: import_smithy_client.SENSITIVE_STRING },
|
|
1422
|
+
...obj.WebsiteUrl && { WebsiteUrl: import_smithy_client.SENSITIVE_STRING },
|
|
1423
|
+
...obj.CountryCode && { CountryCode: import_smithy_client.SENSITIVE_STRING }
|
|
1424
|
+
}), "EngagementCustomerFilterSensitiveLog");
|
|
1425
|
+
var EngagementCustomerProjectDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
...obj.BusinessProblem && { BusinessProblem: import_smithy_client.SENSITIVE_STRING }
|
|
1428
|
+
}), "EngagementCustomerProjectDetailsFilterSensitiveLog");
|
|
1429
|
+
var CustomerProjectsContextFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
...obj.Customer && { Customer: EngagementCustomerFilterSensitiveLog(obj.Customer) },
|
|
1432
|
+
...obj.Project && { Project: EngagementCustomerProjectDetailsFilterSensitiveLog(obj.Project) }
|
|
1433
|
+
}), "CustomerProjectsContextFilterSensitiveLog");
|
|
1434
|
+
var EngagementContextPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1435
|
+
if (obj.CustomerProject !== void 0)
|
|
1436
|
+
return { CustomerProject: CustomerProjectsContextFilterSensitiveLog(obj.CustomerProject) };
|
|
1437
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1438
|
+
}, "EngagementContextPayloadFilterSensitiveLog");
|
|
1439
|
+
var EngagementContextDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1440
|
+
...obj,
|
|
1441
|
+
...obj.Payload && { Payload: EngagementContextPayloadFilterSensitiveLog(obj.Payload) }
|
|
1442
|
+
}), "EngagementContextDetailsFilterSensitiveLog");
|
|
1443
|
+
var CreateEngagementRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1444
|
+
...obj,
|
|
1445
|
+
...obj.Contexts && { Contexts: obj.Contexts.map((item) => EngagementContextDetailsFilterSensitiveLog(item)) }
|
|
1446
|
+
}), "CreateEngagementRequestFilterSensitiveLog");
|
|
1447
|
+
var GetEngagementResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1448
|
+
...obj,
|
|
1449
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING },
|
|
1450
|
+
...obj.Contexts && { Contexts: obj.Contexts.map((item) => EngagementContextDetailsFilterSensitiveLog(item)) }
|
|
1451
|
+
}), "GetEngagementResponseFilterSensitiveLog");
|
|
1452
|
+
var EngagementMemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1453
|
+
...obj,
|
|
1454
|
+
...obj.CompanyName && { CompanyName: import_smithy_client.SENSITIVE_STRING },
|
|
1455
|
+
...obj.AccountId && { AccountId: import_smithy_client.SENSITIVE_STRING }
|
|
1456
|
+
}), "EngagementMemberFilterSensitiveLog");
|
|
1457
|
+
var ListEngagementMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1458
|
+
...obj,
|
|
1459
|
+
...obj.EngagementMemberList && {
|
|
1460
|
+
EngagementMemberList: obj.EngagementMemberList.map((item) => EngagementMemberFilterSensitiveLog(item))
|
|
1461
|
+
}
|
|
1462
|
+
}), "ListEngagementMembersResponseFilterSensitiveLog");
|
|
1463
|
+
var ListEngagementsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1464
|
+
...obj,
|
|
1465
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING },
|
|
1466
|
+
...obj.ExcludeCreatedBy && { ExcludeCreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1467
|
+
}), "ListEngagementsRequestFilterSensitiveLog");
|
|
1468
|
+
var EngagementSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1469
|
+
...obj,
|
|
1470
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1471
|
+
}), "EngagementSummaryFilterSensitiveLog");
|
|
1472
|
+
var ListEngagementsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1473
|
+
...obj,
|
|
1474
|
+
...obj.EngagementSummaryList && {
|
|
1475
|
+
EngagementSummaryList: obj.EngagementSummaryList.map((item) => EngagementSummaryFilterSensitiveLog(item))
|
|
1476
|
+
}
|
|
1477
|
+
}), "ListEngagementsResponseFilterSensitiveLog");
|
|
1478
|
+
var ProjectDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
...obj.BusinessProblem && { BusinessProblem: import_smithy_client.SENSITIVE_STRING },
|
|
1481
|
+
...obj.ExpectedCustomerSpend && {
|
|
1482
|
+
ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item))
|
|
1483
|
+
}
|
|
1484
|
+
}), "ProjectDetailsFilterSensitiveLog");
|
|
1485
|
+
var SenderContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1486
|
+
...obj,
|
|
1487
|
+
...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
|
|
1488
|
+
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
1489
|
+
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
|
|
1490
|
+
...obj.BusinessTitle && { BusinessTitle: import_smithy_client.SENSITIVE_STRING },
|
|
1491
|
+
...obj.Phone && { Phone: import_smithy_client.SENSITIVE_STRING }
|
|
1492
|
+
}), "SenderContactFilterSensitiveLog");
|
|
1493
|
+
var OpportunityInvitationPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1494
|
+
...obj,
|
|
1495
|
+
...obj.SenderContacts && {
|
|
1496
|
+
SenderContacts: obj.SenderContacts.map((item) => SenderContactFilterSensitiveLog(item))
|
|
1497
|
+
},
|
|
1498
|
+
...obj.Customer && { Customer: EngagementCustomerFilterSensitiveLog(obj.Customer) },
|
|
1499
|
+
...obj.Project && { Project: ProjectDetailsFilterSensitiveLog(obj.Project) }
|
|
1500
|
+
}), "OpportunityInvitationPayloadFilterSensitiveLog");
|
|
1501
|
+
var PayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1502
|
+
if (obj.OpportunityInvitation !== void 0)
|
|
1503
|
+
return { OpportunityInvitation: OpportunityInvitationPayloadFilterSensitiveLog(obj.OpportunityInvitation) };
|
|
1504
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1505
|
+
}, "PayloadFilterSensitiveLog");
|
|
1506
|
+
var ReceiverFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1507
|
+
if (obj.Account !== void 0) return { Account: AccountReceiverFilterSensitiveLog(obj.Account) };
|
|
1508
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1509
|
+
}, "ReceiverFilterSensitiveLog");
|
|
1510
|
+
var InvitationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1511
|
+
...obj,
|
|
1512
|
+
...obj.Message && { Message: import_smithy_client.SENSITIVE_STRING },
|
|
1513
|
+
...obj.Receiver && { Receiver: ReceiverFilterSensitiveLog(obj.Receiver) },
|
|
1514
|
+
...obj.Payload && { Payload: PayloadFilterSensitiveLog(obj.Payload) }
|
|
1515
|
+
}), "InvitationFilterSensitiveLog");
|
|
1516
|
+
var CreateEngagementInvitationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1517
|
+
...obj,
|
|
1518
|
+
...obj.Invitation && { Invitation: InvitationFilterSensitiveLog(obj.Invitation) }
|
|
1519
|
+
}), "CreateEngagementInvitationRequestFilterSensitiveLog");
|
|
1520
|
+
var EngagementMemberSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1521
|
+
...obj,
|
|
1522
|
+
...obj.CompanyName && { CompanyName: import_smithy_client.SENSITIVE_STRING }
|
|
1523
|
+
}), "EngagementMemberSummaryFilterSensitiveLog");
|
|
1524
|
+
var GetEngagementInvitationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1525
|
+
...obj,
|
|
1526
|
+
...obj.SenderAwsAccountId && { SenderAwsAccountId: import_smithy_client.SENSITIVE_STRING },
|
|
1527
|
+
...obj.Receiver && { Receiver: ReceiverFilterSensitiveLog(obj.Receiver) },
|
|
1528
|
+
...obj.Payload && { Payload: PayloadFilterSensitiveLog(obj.Payload) },
|
|
1529
|
+
...obj.InvitationMessage && { InvitationMessage: import_smithy_client.SENSITIVE_STRING },
|
|
1530
|
+
...obj.ExistingMembers && {
|
|
1531
|
+
ExistingMembers: obj.ExistingMembers.map((item) => EngagementMemberSummaryFilterSensitiveLog(item))
|
|
1532
|
+
}
|
|
1533
|
+
}), "GetEngagementInvitationResponseFilterSensitiveLog");
|
|
1534
|
+
var ListEngagementInvitationsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1535
|
+
...obj,
|
|
1536
|
+
...obj.SenderAwsAccountId && { SenderAwsAccountId: import_smithy_client.SENSITIVE_STRING }
|
|
1537
|
+
}), "ListEngagementInvitationsRequestFilterSensitiveLog");
|
|
1538
|
+
var EngagementInvitationSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1539
|
+
...obj,
|
|
1540
|
+
...obj.SenderAwsAccountId && { SenderAwsAccountId: import_smithy_client.SENSITIVE_STRING },
|
|
1541
|
+
...obj.Receiver && { Receiver: ReceiverFilterSensitiveLog(obj.Receiver) }
|
|
1542
|
+
}), "EngagementInvitationSummaryFilterSensitiveLog");
|
|
1543
|
+
var ListEngagementInvitationsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1544
|
+
...obj,
|
|
1545
|
+
...obj.EngagementInvitationSummaries && {
|
|
1546
|
+
EngagementInvitationSummaries: obj.EngagementInvitationSummaries.map(
|
|
1547
|
+
(item) => EngagementInvitationSummaryFilterSensitiveLog(item)
|
|
1548
|
+
)
|
|
1549
|
+
}
|
|
1550
|
+
}), "ListEngagementInvitationsResponseFilterSensitiveLog");
|
|
1551
|
+
var CustomerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1552
|
+
...obj,
|
|
1553
|
+
...obj.Account && { Account: AccountFilterSensitiveLog(obj.Account) },
|
|
1554
|
+
...obj.Contacts && { Contacts: obj.Contacts.map((item) => ContactFilterSensitiveLog(item)) }
|
|
1555
|
+
}), "CustomerFilterSensitiveLog");
|
|
1556
|
+
var LifeCycleFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1557
|
+
...obj,
|
|
1558
|
+
...obj.NextSteps && { NextSteps: import_smithy_client.SENSITIVE_STRING }
|
|
1559
|
+
}), "LifeCycleFilterSensitiveLog");
|
|
1560
|
+
var ProjectFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1561
|
+
...obj,
|
|
1562
|
+
...obj.ExpectedCustomerSpend && {
|
|
1563
|
+
ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item))
|
|
1564
|
+
},
|
|
1565
|
+
...obj.Title && { Title: import_smithy_client.SENSITIVE_STRING },
|
|
1566
|
+
...obj.CustomerBusinessProblem && { CustomerBusinessProblem: import_smithy_client.SENSITIVE_STRING },
|
|
1567
|
+
...obj.OtherSolutionDescription && { OtherSolutionDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1568
|
+
}), "ProjectFilterSensitiveLog");
|
|
1569
|
+
var MonetaryValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1570
|
+
...obj,
|
|
1571
|
+
...obj.CurrencyCode && { CurrencyCode: import_smithy_client.SENSITIVE_STRING }
|
|
1572
|
+
}), "MonetaryValueFilterSensitiveLog");
|
|
1573
|
+
var SoftwareRevenueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1574
|
+
...obj,
|
|
1575
|
+
...obj.Value && { Value: MonetaryValueFilterSensitiveLog(obj.Value) }
|
|
1576
|
+
}), "SoftwareRevenueFilterSensitiveLog");
|
|
1577
|
+
var CreateOpportunityRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1578
|
+
...obj,
|
|
1579
|
+
...obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) },
|
|
1580
|
+
...obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) },
|
|
1581
|
+
...obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) },
|
|
1582
|
+
...obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) },
|
|
1583
|
+
...obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }
|
|
1584
|
+
}), "CreateOpportunityRequestFilterSensitiveLog");
|
|
1585
|
+
var GetAwsOpportunitySummaryResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1586
|
+
...obj,
|
|
1587
|
+
...obj.LifeCycle && { LifeCycle: AwsOpportunityLifeCycleFilterSensitiveLog(obj.LifeCycle) },
|
|
1588
|
+
...obj.OpportunityTeam && {
|
|
1589
|
+
OpportunityTeam: obj.OpportunityTeam.map((item) => AwsTeamMemberFilterSensitiveLog(item))
|
|
1590
|
+
},
|
|
1591
|
+
...obj.Customer && { Customer: AwsOpportunityCustomerFilterSensitiveLog(obj.Customer) },
|
|
1592
|
+
...obj.Project && { Project: AwsOpportunityProjectFilterSensitiveLog(obj.Project) }
|
|
1593
|
+
}), "GetAwsOpportunitySummaryResponseFilterSensitiveLog");
|
|
1594
|
+
var GetOpportunityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1595
|
+
...obj,
|
|
1596
|
+
...obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) },
|
|
1597
|
+
...obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) },
|
|
1598
|
+
...obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) },
|
|
1599
|
+
...obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) },
|
|
1600
|
+
...obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }
|
|
1601
|
+
}), "GetOpportunityResponseFilterSensitiveLog");
|
|
1602
|
+
var CustomerSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1603
|
+
...obj,
|
|
1604
|
+
...obj.Account && { Account: AccountSummaryFilterSensitiveLog(obj.Account) }
|
|
1605
|
+
}), "CustomerSummaryFilterSensitiveLog");
|
|
1606
|
+
var LifeCycleSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1607
|
+
...obj,
|
|
1608
|
+
...obj.NextSteps && { NextSteps: import_smithy_client.SENSITIVE_STRING }
|
|
1609
|
+
}), "LifeCycleSummaryFilterSensitiveLog");
|
|
1610
|
+
var ProjectSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
...obj.ExpectedCustomerSpend && {
|
|
1613
|
+
ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item))
|
|
1614
|
+
}
|
|
1615
|
+
}), "ProjectSummaryFilterSensitiveLog");
|
|
1616
|
+
var OpportunitySummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1617
|
+
...obj,
|
|
1618
|
+
...obj.LifeCycle && { LifeCycle: LifeCycleSummaryFilterSensitiveLog(obj.LifeCycle) },
|
|
1619
|
+
...obj.Customer && { Customer: CustomerSummaryFilterSensitiveLog(obj.Customer) },
|
|
1620
|
+
...obj.Project && { Project: ProjectSummaryFilterSensitiveLog(obj.Project) }
|
|
1621
|
+
}), "OpportunitySummaryFilterSensitiveLog");
|
|
1622
|
+
var ListOpportunitiesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
...obj.OpportunitySummaries && {
|
|
1625
|
+
OpportunitySummaries: obj.OpportunitySummaries.map((item) => OpportunitySummaryFilterSensitiveLog(item))
|
|
1626
|
+
}
|
|
1627
|
+
}), "ListOpportunitiesResponseFilterSensitiveLog");
|
|
1628
|
+
var UpdateOpportunityRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
...obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) },
|
|
1631
|
+
...obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) },
|
|
1632
|
+
...obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) },
|
|
1633
|
+
...obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }
|
|
1634
|
+
}), "UpdateOpportunityRequestFilterSensitiveLog");
|
|
1635
|
+
var LifeCycleForViewFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1636
|
+
...obj,
|
|
1637
|
+
...obj.NextSteps && { NextSteps: import_smithy_client.SENSITIVE_STRING }
|
|
1638
|
+
}), "LifeCycleForViewFilterSensitiveLog");
|
|
1639
|
+
var ProjectViewFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1640
|
+
...obj,
|
|
1641
|
+
...obj.ExpectedCustomerSpend && {
|
|
1642
|
+
ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item))
|
|
1643
|
+
},
|
|
1644
|
+
...obj.OtherSolutionDescription && { OtherSolutionDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1645
|
+
}), "ProjectViewFilterSensitiveLog");
|
|
1646
|
+
var OpportunitySummaryViewFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1647
|
+
...obj,
|
|
1648
|
+
...obj.Lifecycle && { Lifecycle: LifeCycleForViewFilterSensitiveLog(obj.Lifecycle) },
|
|
1649
|
+
...obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) },
|
|
1650
|
+
...obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) },
|
|
1651
|
+
...obj.Project && { Project: ProjectViewFilterSensitiveLog(obj.Project) }
|
|
1652
|
+
}), "OpportunitySummaryViewFilterSensitiveLog");
|
|
1653
|
+
var ResourceSnapshotPayloadFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1654
|
+
if (obj.OpportunitySummary !== void 0)
|
|
1655
|
+
return { OpportunitySummary: OpportunitySummaryViewFilterSensitiveLog(obj.OpportunitySummary) };
|
|
1656
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1657
|
+
}, "ResourceSnapshotPayloadFilterSensitiveLog");
|
|
1658
|
+
var GetResourceSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1659
|
+
...obj,
|
|
1660
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING },
|
|
1661
|
+
...obj.Payload && { Payload: ResourceSnapshotPayloadFilterSensitiveLog(obj.Payload) }
|
|
1662
|
+
}), "GetResourceSnapshotResponseFilterSensitiveLog");
|
|
1663
|
+
var ListEngagementResourceAssociationsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1664
|
+
...obj,
|
|
1665
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1666
|
+
}), "ListEngagementResourceAssociationsRequestFilterSensitiveLog");
|
|
1667
|
+
var EngagementResourceAssociationSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1668
|
+
...obj,
|
|
1669
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1670
|
+
}), "EngagementResourceAssociationSummaryFilterSensitiveLog");
|
|
1671
|
+
var ListEngagementResourceAssociationsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1672
|
+
...obj,
|
|
1673
|
+
...obj.EngagementResourceAssociationSummaries && {
|
|
1674
|
+
EngagementResourceAssociationSummaries: obj.EngagementResourceAssociationSummaries.map(
|
|
1675
|
+
(item) => EngagementResourceAssociationSummaryFilterSensitiveLog(item)
|
|
1676
|
+
)
|
|
1677
|
+
}
|
|
1678
|
+
}), "ListEngagementResourceAssociationsResponseFilterSensitiveLog");
|
|
1679
|
+
var ListResourceSnapshotsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1680
|
+
...obj,
|
|
1681
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1682
|
+
}), "ListResourceSnapshotsRequestFilterSensitiveLog");
|
|
1683
|
+
var ResourceSnapshotSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1684
|
+
...obj,
|
|
1685
|
+
...obj.CreatedBy && { CreatedBy: import_smithy_client.SENSITIVE_STRING }
|
|
1686
|
+
}), "ResourceSnapshotSummaryFilterSensitiveLog");
|
|
1687
|
+
var ListResourceSnapshotsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1688
|
+
...obj,
|
|
1689
|
+
...obj.ResourceSnapshotSummaries && {
|
|
1690
|
+
ResourceSnapshotSummaries: obj.ResourceSnapshotSummaries.map(
|
|
1691
|
+
(item) => ResourceSnapshotSummaryFilterSensitiveLog(item)
|
|
1692
|
+
)
|
|
1693
|
+
}
|
|
1694
|
+
}), "ListResourceSnapshotsResponseFilterSensitiveLog");
|
|
1695
|
+
|
|
1696
|
+
// src/protocols/Aws_json1_0.ts
|
|
1697
|
+
var se_AcceptEngagementInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1698
|
+
const headers = sharedHeaders("AcceptEngagementInvitation");
|
|
1699
|
+
let body;
|
|
1700
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1701
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1702
|
+
}, "se_AcceptEngagementInvitationCommand");
|
|
1703
|
+
var se_AssignOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1704
|
+
const headers = sharedHeaders("AssignOpportunity");
|
|
1705
|
+
let body;
|
|
1706
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1707
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1708
|
+
}, "se_AssignOpportunityCommand");
|
|
1709
|
+
var se_AssociateOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1710
|
+
const headers = sharedHeaders("AssociateOpportunity");
|
|
1711
|
+
let body;
|
|
1712
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1713
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1714
|
+
}, "se_AssociateOpportunityCommand");
|
|
1715
|
+
var se_CreateEngagementCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1716
|
+
const headers = sharedHeaders("CreateEngagement");
|
|
1717
|
+
let body;
|
|
1718
|
+
body = JSON.stringify(se_CreateEngagementRequest(input, context));
|
|
1719
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1720
|
+
}, "se_CreateEngagementCommand");
|
|
1721
|
+
var se_CreateEngagementInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1722
|
+
const headers = sharedHeaders("CreateEngagementInvitation");
|
|
1723
|
+
let body;
|
|
1724
|
+
body = JSON.stringify(se_CreateEngagementInvitationRequest(input, context));
|
|
1725
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1726
|
+
}, "se_CreateEngagementInvitationCommand");
|
|
1727
|
+
var se_CreateOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1728
|
+
const headers = sharedHeaders("CreateOpportunity");
|
|
1729
|
+
let body;
|
|
1730
|
+
body = JSON.stringify(se_CreateOpportunityRequest(input, context));
|
|
1731
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1732
|
+
}, "se_CreateOpportunityCommand");
|
|
1733
|
+
var se_CreateResourceSnapshotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1734
|
+
const headers = sharedHeaders("CreateResourceSnapshot");
|
|
1735
|
+
let body;
|
|
1736
|
+
body = JSON.stringify(se_CreateResourceSnapshotRequest(input, context));
|
|
1737
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1738
|
+
}, "se_CreateResourceSnapshotCommand");
|
|
1739
|
+
var se_CreateResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1740
|
+
const headers = sharedHeaders("CreateResourceSnapshotJob");
|
|
1741
|
+
let body;
|
|
1742
|
+
body = JSON.stringify(se_CreateResourceSnapshotJobRequest(input, context));
|
|
1743
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1744
|
+
}, "se_CreateResourceSnapshotJobCommand");
|
|
1745
|
+
var se_DeleteResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1746
|
+
const headers = sharedHeaders("DeleteResourceSnapshotJob");
|
|
1747
|
+
let body;
|
|
1748
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1749
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1750
|
+
}, "se_DeleteResourceSnapshotJobCommand");
|
|
1751
|
+
var se_DisassociateOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1752
|
+
const headers = sharedHeaders("DisassociateOpportunity");
|
|
1753
|
+
let body;
|
|
1754
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1755
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1756
|
+
}, "se_DisassociateOpportunityCommand");
|
|
1757
|
+
var se_GetAwsOpportunitySummaryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1758
|
+
const headers = sharedHeaders("GetAwsOpportunitySummary");
|
|
1759
|
+
let body;
|
|
1760
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1761
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1762
|
+
}, "se_GetAwsOpportunitySummaryCommand");
|
|
1763
|
+
var se_GetEngagementCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1764
|
+
const headers = sharedHeaders("GetEngagement");
|
|
1765
|
+
let body;
|
|
1766
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1767
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1768
|
+
}, "se_GetEngagementCommand");
|
|
1769
|
+
var se_GetEngagementInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1770
|
+
const headers = sharedHeaders("GetEngagementInvitation");
|
|
1771
|
+
let body;
|
|
1772
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1773
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1774
|
+
}, "se_GetEngagementInvitationCommand");
|
|
1775
|
+
var se_GetOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1776
|
+
const headers = sharedHeaders("GetOpportunity");
|
|
1777
|
+
let body;
|
|
1778
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1779
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1780
|
+
}, "se_GetOpportunityCommand");
|
|
1781
|
+
var se_GetResourceSnapshotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1782
|
+
const headers = sharedHeaders("GetResourceSnapshot");
|
|
1783
|
+
let body;
|
|
1784
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1785
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1786
|
+
}, "se_GetResourceSnapshotCommand");
|
|
1787
|
+
var se_GetResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1788
|
+
const headers = sharedHeaders("GetResourceSnapshotJob");
|
|
1789
|
+
let body;
|
|
1790
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1791
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1792
|
+
}, "se_GetResourceSnapshotJobCommand");
|
|
1793
|
+
var se_GetSellingSystemSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1794
|
+
const headers = sharedHeaders("GetSellingSystemSettings");
|
|
1795
|
+
let body;
|
|
1796
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1797
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1798
|
+
}, "se_GetSellingSystemSettingsCommand");
|
|
1799
|
+
var se_ListEngagementByAcceptingInvitationTasksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1800
|
+
const headers = sharedHeaders("ListEngagementByAcceptingInvitationTasks");
|
|
1801
|
+
let body;
|
|
1802
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1803
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1804
|
+
}, "se_ListEngagementByAcceptingInvitationTasksCommand");
|
|
1805
|
+
var se_ListEngagementFromOpportunityTasksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1806
|
+
const headers = sharedHeaders("ListEngagementFromOpportunityTasks");
|
|
1807
|
+
let body;
|
|
1808
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1809
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1810
|
+
}, "se_ListEngagementFromOpportunityTasksCommand");
|
|
1811
|
+
var se_ListEngagementInvitationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1812
|
+
const headers = sharedHeaders("ListEngagementInvitations");
|
|
1813
|
+
let body;
|
|
1814
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1815
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1816
|
+
}, "se_ListEngagementInvitationsCommand");
|
|
1817
|
+
var se_ListEngagementMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1818
|
+
const headers = sharedHeaders("ListEngagementMembers");
|
|
1819
|
+
let body;
|
|
1820
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1821
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1822
|
+
}, "se_ListEngagementMembersCommand");
|
|
1823
|
+
var se_ListEngagementResourceAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1824
|
+
const headers = sharedHeaders("ListEngagementResourceAssociations");
|
|
1825
|
+
let body;
|
|
1826
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1827
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1828
|
+
}, "se_ListEngagementResourceAssociationsCommand");
|
|
1829
|
+
var se_ListEngagementsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1830
|
+
const headers = sharedHeaders("ListEngagements");
|
|
1831
|
+
let body;
|
|
1832
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1833
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1834
|
+
}, "se_ListEngagementsCommand");
|
|
1835
|
+
var se_ListOpportunitiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1836
|
+
const headers = sharedHeaders("ListOpportunities");
|
|
1837
|
+
let body;
|
|
1838
|
+
body = JSON.stringify(se_ListOpportunitiesRequest(input, context));
|
|
1839
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1840
|
+
}, "se_ListOpportunitiesCommand");
|
|
1841
|
+
var se_ListResourceSnapshotJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1842
|
+
const headers = sharedHeaders("ListResourceSnapshotJobs");
|
|
1843
|
+
let body;
|
|
1844
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1845
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1846
|
+
}, "se_ListResourceSnapshotJobsCommand");
|
|
1847
|
+
var se_ListResourceSnapshotsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1848
|
+
const headers = sharedHeaders("ListResourceSnapshots");
|
|
1849
|
+
let body;
|
|
1850
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1851
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1852
|
+
}, "se_ListResourceSnapshotsCommand");
|
|
1853
|
+
var se_ListSolutionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1854
|
+
const headers = sharedHeaders("ListSolutions");
|
|
1855
|
+
let body;
|
|
1856
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1857
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1858
|
+
}, "se_ListSolutionsCommand");
|
|
1859
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1860
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
1861
|
+
let body;
|
|
1862
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1863
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1864
|
+
}, "se_ListTagsForResourceCommand");
|
|
1865
|
+
var se_PutSellingSystemSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1866
|
+
const headers = sharedHeaders("PutSellingSystemSettings");
|
|
1867
|
+
let body;
|
|
1868
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1869
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1870
|
+
}, "se_PutSellingSystemSettingsCommand");
|
|
1871
|
+
var se_RejectEngagementInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1872
|
+
const headers = sharedHeaders("RejectEngagementInvitation");
|
|
1873
|
+
let body;
|
|
1874
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1875
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1876
|
+
}, "se_RejectEngagementInvitationCommand");
|
|
1877
|
+
var se_StartEngagementByAcceptingInvitationTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1878
|
+
const headers = sharedHeaders("StartEngagementByAcceptingInvitationTask");
|
|
1879
|
+
let body;
|
|
1880
|
+
body = JSON.stringify(se_StartEngagementByAcceptingInvitationTaskRequest(input, context));
|
|
1881
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1882
|
+
}, "se_StartEngagementByAcceptingInvitationTaskCommand");
|
|
1883
|
+
var se_StartEngagementFromOpportunityTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1884
|
+
const headers = sharedHeaders("StartEngagementFromOpportunityTask");
|
|
1885
|
+
let body;
|
|
1886
|
+
body = JSON.stringify(se_StartEngagementFromOpportunityTaskRequest(input, context));
|
|
1887
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1888
|
+
}, "se_StartEngagementFromOpportunityTaskCommand");
|
|
1889
|
+
var se_StartResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1890
|
+
const headers = sharedHeaders("StartResourceSnapshotJob");
|
|
1891
|
+
let body;
|
|
1892
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1893
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1894
|
+
}, "se_StartResourceSnapshotJobCommand");
|
|
1895
|
+
var se_StopResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1896
|
+
const headers = sharedHeaders("StopResourceSnapshotJob");
|
|
1897
|
+
let body;
|
|
1898
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1899
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1900
|
+
}, "se_StopResourceSnapshotJobCommand");
|
|
1901
|
+
var se_SubmitOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1902
|
+
const headers = sharedHeaders("SubmitOpportunity");
|
|
1903
|
+
let body;
|
|
1904
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1905
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1906
|
+
}, "se_SubmitOpportunityCommand");
|
|
1907
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1908
|
+
const headers = sharedHeaders("TagResource");
|
|
1909
|
+
let body;
|
|
1910
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1911
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1912
|
+
}, "se_TagResourceCommand");
|
|
1913
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1914
|
+
const headers = sharedHeaders("UntagResource");
|
|
1915
|
+
let body;
|
|
1916
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1917
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1918
|
+
}, "se_UntagResourceCommand");
|
|
1919
|
+
var se_UpdateOpportunityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1920
|
+
const headers = sharedHeaders("UpdateOpportunity");
|
|
1921
|
+
let body;
|
|
1922
|
+
body = JSON.stringify(se_UpdateOpportunityRequest(input, context));
|
|
1923
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1924
|
+
}, "se_UpdateOpportunityCommand");
|
|
1925
|
+
var de_AcceptEngagementInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1926
|
+
if (output.statusCode >= 300) {
|
|
1927
|
+
return de_CommandError(output, context);
|
|
1928
|
+
}
|
|
1929
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1930
|
+
const response = {
|
|
1931
|
+
$metadata: deserializeMetadata(output)
|
|
1932
|
+
};
|
|
1933
|
+
return response;
|
|
1934
|
+
}, "de_AcceptEngagementInvitationCommand");
|
|
1935
|
+
var de_AssignOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1936
|
+
if (output.statusCode >= 300) {
|
|
1937
|
+
return de_CommandError(output, context);
|
|
1938
|
+
}
|
|
1939
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1940
|
+
const response = {
|
|
1941
|
+
$metadata: deserializeMetadata(output)
|
|
1942
|
+
};
|
|
1943
|
+
return response;
|
|
1944
|
+
}, "de_AssignOpportunityCommand");
|
|
1945
|
+
var de_AssociateOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1946
|
+
if (output.statusCode >= 300) {
|
|
1947
|
+
return de_CommandError(output, context);
|
|
1948
|
+
}
|
|
1949
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1950
|
+
const response = {
|
|
1951
|
+
$metadata: deserializeMetadata(output)
|
|
1952
|
+
};
|
|
1953
|
+
return response;
|
|
1954
|
+
}, "de_AssociateOpportunityCommand");
|
|
1955
|
+
var de_CreateEngagementCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1956
|
+
if (output.statusCode >= 300) {
|
|
1957
|
+
return de_CommandError(output, context);
|
|
1958
|
+
}
|
|
1959
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1960
|
+
let contents = {};
|
|
1961
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1962
|
+
const response = {
|
|
1963
|
+
$metadata: deserializeMetadata(output),
|
|
1964
|
+
...contents
|
|
1965
|
+
};
|
|
1966
|
+
return response;
|
|
1967
|
+
}, "de_CreateEngagementCommand");
|
|
1968
|
+
var de_CreateEngagementInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1969
|
+
if (output.statusCode >= 300) {
|
|
1970
|
+
return de_CommandError(output, context);
|
|
1971
|
+
}
|
|
1972
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1973
|
+
let contents = {};
|
|
1974
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1975
|
+
const response = {
|
|
1976
|
+
$metadata: deserializeMetadata(output),
|
|
1977
|
+
...contents
|
|
1978
|
+
};
|
|
1979
|
+
return response;
|
|
1980
|
+
}, "de_CreateEngagementInvitationCommand");
|
|
1981
|
+
var de_CreateOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1982
|
+
if (output.statusCode >= 300) {
|
|
1983
|
+
return de_CommandError(output, context);
|
|
1984
|
+
}
|
|
1985
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1986
|
+
let contents = {};
|
|
1987
|
+
contents = de_CreateOpportunityResponse(data, context);
|
|
1988
|
+
const response = {
|
|
1989
|
+
$metadata: deserializeMetadata(output),
|
|
1990
|
+
...contents
|
|
1991
|
+
};
|
|
1992
|
+
return response;
|
|
1993
|
+
}, "de_CreateOpportunityCommand");
|
|
1994
|
+
var de_CreateResourceSnapshotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1995
|
+
if (output.statusCode >= 300) {
|
|
1996
|
+
return de_CommandError(output, context);
|
|
1997
|
+
}
|
|
1998
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1999
|
+
let contents = {};
|
|
2000
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2001
|
+
const response = {
|
|
2002
|
+
$metadata: deserializeMetadata(output),
|
|
2003
|
+
...contents
|
|
2004
|
+
};
|
|
2005
|
+
return response;
|
|
2006
|
+
}, "de_CreateResourceSnapshotCommand");
|
|
2007
|
+
var de_CreateResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2008
|
+
if (output.statusCode >= 300) {
|
|
2009
|
+
return de_CommandError(output, context);
|
|
2010
|
+
}
|
|
2011
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2012
|
+
let contents = {};
|
|
2013
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2014
|
+
const response = {
|
|
2015
|
+
$metadata: deserializeMetadata(output),
|
|
2016
|
+
...contents
|
|
2017
|
+
};
|
|
2018
|
+
return response;
|
|
2019
|
+
}, "de_CreateResourceSnapshotJobCommand");
|
|
2020
|
+
var de_DeleteResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2021
|
+
if (output.statusCode >= 300) {
|
|
2022
|
+
return de_CommandError(output, context);
|
|
2023
|
+
}
|
|
2024
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2025
|
+
const response = {
|
|
2026
|
+
$metadata: deserializeMetadata(output)
|
|
2027
|
+
};
|
|
2028
|
+
return response;
|
|
2029
|
+
}, "de_DeleteResourceSnapshotJobCommand");
|
|
2030
|
+
var de_DisassociateOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2031
|
+
if (output.statusCode >= 300) {
|
|
2032
|
+
return de_CommandError(output, context);
|
|
2033
|
+
}
|
|
2034
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2035
|
+
const response = {
|
|
2036
|
+
$metadata: deserializeMetadata(output)
|
|
2037
|
+
};
|
|
2038
|
+
return response;
|
|
2039
|
+
}, "de_DisassociateOpportunityCommand");
|
|
2040
|
+
var de_GetAwsOpportunitySummaryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2041
|
+
if (output.statusCode >= 300) {
|
|
2042
|
+
return de_CommandError(output, context);
|
|
2043
|
+
}
|
|
2044
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2045
|
+
let contents = {};
|
|
2046
|
+
contents = de_GetAwsOpportunitySummaryResponse(data, context);
|
|
2047
|
+
const response = {
|
|
2048
|
+
$metadata: deserializeMetadata(output),
|
|
2049
|
+
...contents
|
|
2050
|
+
};
|
|
2051
|
+
return response;
|
|
2052
|
+
}, "de_GetAwsOpportunitySummaryCommand");
|
|
2053
|
+
var de_GetEngagementCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2054
|
+
if (output.statusCode >= 300) {
|
|
2055
|
+
return de_CommandError(output, context);
|
|
2056
|
+
}
|
|
2057
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2058
|
+
let contents = {};
|
|
2059
|
+
contents = de_GetEngagementResponse(data, context);
|
|
2060
|
+
const response = {
|
|
2061
|
+
$metadata: deserializeMetadata(output),
|
|
2062
|
+
...contents
|
|
2063
|
+
};
|
|
2064
|
+
return response;
|
|
2065
|
+
}, "de_GetEngagementCommand");
|
|
2066
|
+
var de_GetEngagementInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2067
|
+
if (output.statusCode >= 300) {
|
|
2068
|
+
return de_CommandError(output, context);
|
|
2069
|
+
}
|
|
2070
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2071
|
+
let contents = {};
|
|
2072
|
+
contents = de_GetEngagementInvitationResponse(data, context);
|
|
2073
|
+
const response = {
|
|
2074
|
+
$metadata: deserializeMetadata(output),
|
|
2075
|
+
...contents
|
|
2076
|
+
};
|
|
2077
|
+
return response;
|
|
2078
|
+
}, "de_GetEngagementInvitationCommand");
|
|
2079
|
+
var de_GetOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2080
|
+
if (output.statusCode >= 300) {
|
|
2081
|
+
return de_CommandError(output, context);
|
|
2082
|
+
}
|
|
2083
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2084
|
+
let contents = {};
|
|
2085
|
+
contents = de_GetOpportunityResponse(data, context);
|
|
2086
|
+
const response = {
|
|
2087
|
+
$metadata: deserializeMetadata(output),
|
|
2088
|
+
...contents
|
|
2089
|
+
};
|
|
2090
|
+
return response;
|
|
2091
|
+
}, "de_GetOpportunityCommand");
|
|
2092
|
+
var de_GetResourceSnapshotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2093
|
+
if (output.statusCode >= 300) {
|
|
2094
|
+
return de_CommandError(output, context);
|
|
2095
|
+
}
|
|
2096
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2097
|
+
let contents = {};
|
|
2098
|
+
contents = de_GetResourceSnapshotResponse(data, context);
|
|
2099
|
+
const response = {
|
|
2100
|
+
$metadata: deserializeMetadata(output),
|
|
2101
|
+
...contents
|
|
2102
|
+
};
|
|
2103
|
+
return response;
|
|
2104
|
+
}, "de_GetResourceSnapshotCommand");
|
|
2105
|
+
var de_GetResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2106
|
+
if (output.statusCode >= 300) {
|
|
2107
|
+
return de_CommandError(output, context);
|
|
2108
|
+
}
|
|
2109
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2110
|
+
let contents = {};
|
|
2111
|
+
contents = de_GetResourceSnapshotJobResponse(data, context);
|
|
2112
|
+
const response = {
|
|
2113
|
+
$metadata: deserializeMetadata(output),
|
|
2114
|
+
...contents
|
|
2115
|
+
};
|
|
2116
|
+
return response;
|
|
2117
|
+
}, "de_GetResourceSnapshotJobCommand");
|
|
2118
|
+
var de_GetSellingSystemSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2119
|
+
if (output.statusCode >= 300) {
|
|
2120
|
+
return de_CommandError(output, context);
|
|
2121
|
+
}
|
|
2122
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2123
|
+
let contents = {};
|
|
2124
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2125
|
+
const response = {
|
|
2126
|
+
$metadata: deserializeMetadata(output),
|
|
2127
|
+
...contents
|
|
2128
|
+
};
|
|
2129
|
+
return response;
|
|
2130
|
+
}, "de_GetSellingSystemSettingsCommand");
|
|
2131
|
+
var de_ListEngagementByAcceptingInvitationTasksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2132
|
+
if (output.statusCode >= 300) {
|
|
2133
|
+
return de_CommandError(output, context);
|
|
2134
|
+
}
|
|
2135
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2136
|
+
let contents = {};
|
|
2137
|
+
contents = de_ListEngagementByAcceptingInvitationTasksResponse(data, context);
|
|
2138
|
+
const response = {
|
|
2139
|
+
$metadata: deserializeMetadata(output),
|
|
2140
|
+
...contents
|
|
2141
|
+
};
|
|
2142
|
+
return response;
|
|
2143
|
+
}, "de_ListEngagementByAcceptingInvitationTasksCommand");
|
|
2144
|
+
var de_ListEngagementFromOpportunityTasksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2145
|
+
if (output.statusCode >= 300) {
|
|
2146
|
+
return de_CommandError(output, context);
|
|
2147
|
+
}
|
|
2148
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2149
|
+
let contents = {};
|
|
2150
|
+
contents = de_ListEngagementFromOpportunityTasksResponse(data, context);
|
|
2151
|
+
const response = {
|
|
2152
|
+
$metadata: deserializeMetadata(output),
|
|
2153
|
+
...contents
|
|
2154
|
+
};
|
|
2155
|
+
return response;
|
|
2156
|
+
}, "de_ListEngagementFromOpportunityTasksCommand");
|
|
2157
|
+
var de_ListEngagementInvitationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2158
|
+
if (output.statusCode >= 300) {
|
|
2159
|
+
return de_CommandError(output, context);
|
|
2160
|
+
}
|
|
2161
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2162
|
+
let contents = {};
|
|
2163
|
+
contents = de_ListEngagementInvitationsResponse(data, context);
|
|
2164
|
+
const response = {
|
|
2165
|
+
$metadata: deserializeMetadata(output),
|
|
2166
|
+
...contents
|
|
2167
|
+
};
|
|
2168
|
+
return response;
|
|
2169
|
+
}, "de_ListEngagementInvitationsCommand");
|
|
2170
|
+
var de_ListEngagementMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2171
|
+
if (output.statusCode >= 300) {
|
|
2172
|
+
return de_CommandError(output, context);
|
|
2173
|
+
}
|
|
2174
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2175
|
+
let contents = {};
|
|
2176
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2177
|
+
const response = {
|
|
2178
|
+
$metadata: deserializeMetadata(output),
|
|
2179
|
+
...contents
|
|
2180
|
+
};
|
|
2181
|
+
return response;
|
|
2182
|
+
}, "de_ListEngagementMembersCommand");
|
|
2183
|
+
var de_ListEngagementResourceAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2184
|
+
if (output.statusCode >= 300) {
|
|
2185
|
+
return de_CommandError(output, context);
|
|
2186
|
+
}
|
|
2187
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2188
|
+
let contents = {};
|
|
2189
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2190
|
+
const response = {
|
|
2191
|
+
$metadata: deserializeMetadata(output),
|
|
2192
|
+
...contents
|
|
2193
|
+
};
|
|
2194
|
+
return response;
|
|
2195
|
+
}, "de_ListEngagementResourceAssociationsCommand");
|
|
2196
|
+
var de_ListEngagementsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2197
|
+
if (output.statusCode >= 300) {
|
|
2198
|
+
return de_CommandError(output, context);
|
|
2199
|
+
}
|
|
2200
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2201
|
+
let contents = {};
|
|
2202
|
+
contents = de_ListEngagementsResponse(data, context);
|
|
2203
|
+
const response = {
|
|
2204
|
+
$metadata: deserializeMetadata(output),
|
|
2205
|
+
...contents
|
|
2206
|
+
};
|
|
2207
|
+
return response;
|
|
2208
|
+
}, "de_ListEngagementsCommand");
|
|
2209
|
+
var de_ListOpportunitiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2210
|
+
if (output.statusCode >= 300) {
|
|
2211
|
+
return de_CommandError(output, context);
|
|
2212
|
+
}
|
|
2213
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2214
|
+
let contents = {};
|
|
2215
|
+
contents = de_ListOpportunitiesResponse(data, context);
|
|
2216
|
+
const response = {
|
|
2217
|
+
$metadata: deserializeMetadata(output),
|
|
2218
|
+
...contents
|
|
2219
|
+
};
|
|
2220
|
+
return response;
|
|
2221
|
+
}, "de_ListOpportunitiesCommand");
|
|
2222
|
+
var de_ListResourceSnapshotJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2223
|
+
if (output.statusCode >= 300) {
|
|
2224
|
+
return de_CommandError(output, context);
|
|
2225
|
+
}
|
|
2226
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2227
|
+
let contents = {};
|
|
2228
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2229
|
+
const response = {
|
|
2230
|
+
$metadata: deserializeMetadata(output),
|
|
2231
|
+
...contents
|
|
2232
|
+
};
|
|
2233
|
+
return response;
|
|
2234
|
+
}, "de_ListResourceSnapshotJobsCommand");
|
|
2235
|
+
var de_ListResourceSnapshotsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2236
|
+
if (output.statusCode >= 300) {
|
|
2237
|
+
return de_CommandError(output, context);
|
|
2238
|
+
}
|
|
2239
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2240
|
+
let contents = {};
|
|
2241
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2242
|
+
const response = {
|
|
2243
|
+
$metadata: deserializeMetadata(output),
|
|
2244
|
+
...contents
|
|
2245
|
+
};
|
|
2246
|
+
return response;
|
|
2247
|
+
}, "de_ListResourceSnapshotsCommand");
|
|
2248
|
+
var de_ListSolutionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2249
|
+
if (output.statusCode >= 300) {
|
|
2250
|
+
return de_CommandError(output, context);
|
|
2251
|
+
}
|
|
2252
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2253
|
+
let contents = {};
|
|
2254
|
+
contents = de_ListSolutionsResponse(data, context);
|
|
2255
|
+
const response = {
|
|
2256
|
+
$metadata: deserializeMetadata(output),
|
|
2257
|
+
...contents
|
|
2258
|
+
};
|
|
2259
|
+
return response;
|
|
2260
|
+
}, "de_ListSolutionsCommand");
|
|
2261
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2262
|
+
if (output.statusCode >= 300) {
|
|
2263
|
+
return de_CommandError(output, context);
|
|
2264
|
+
}
|
|
2265
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2266
|
+
let contents = {};
|
|
2267
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2268
|
+
const response = {
|
|
2269
|
+
$metadata: deserializeMetadata(output),
|
|
2270
|
+
...contents
|
|
2271
|
+
};
|
|
2272
|
+
return response;
|
|
2273
|
+
}, "de_ListTagsForResourceCommand");
|
|
2274
|
+
var de_PutSellingSystemSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2275
|
+
if (output.statusCode >= 300) {
|
|
2276
|
+
return de_CommandError(output, context);
|
|
2277
|
+
}
|
|
2278
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2279
|
+
let contents = {};
|
|
2280
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2281
|
+
const response = {
|
|
2282
|
+
$metadata: deserializeMetadata(output),
|
|
2283
|
+
...contents
|
|
2284
|
+
};
|
|
2285
|
+
return response;
|
|
2286
|
+
}, "de_PutSellingSystemSettingsCommand");
|
|
2287
|
+
var de_RejectEngagementInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2288
|
+
if (output.statusCode >= 300) {
|
|
2289
|
+
return de_CommandError(output, context);
|
|
2290
|
+
}
|
|
2291
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2292
|
+
const response = {
|
|
2293
|
+
$metadata: deserializeMetadata(output)
|
|
2294
|
+
};
|
|
2295
|
+
return response;
|
|
2296
|
+
}, "de_RejectEngagementInvitationCommand");
|
|
2297
|
+
var de_StartEngagementByAcceptingInvitationTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2298
|
+
if (output.statusCode >= 300) {
|
|
2299
|
+
return de_CommandError(output, context);
|
|
2300
|
+
}
|
|
2301
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2302
|
+
let contents = {};
|
|
2303
|
+
contents = de_StartEngagementByAcceptingInvitationTaskResponse(data, context);
|
|
2304
|
+
const response = {
|
|
2305
|
+
$metadata: deserializeMetadata(output),
|
|
2306
|
+
...contents
|
|
2307
|
+
};
|
|
2308
|
+
return response;
|
|
2309
|
+
}, "de_StartEngagementByAcceptingInvitationTaskCommand");
|
|
2310
|
+
var de_StartEngagementFromOpportunityTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2311
|
+
if (output.statusCode >= 300) {
|
|
2312
|
+
return de_CommandError(output, context);
|
|
2313
|
+
}
|
|
2314
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2315
|
+
let contents = {};
|
|
2316
|
+
contents = de_StartEngagementFromOpportunityTaskResponse(data, context);
|
|
2317
|
+
const response = {
|
|
2318
|
+
$metadata: deserializeMetadata(output),
|
|
2319
|
+
...contents
|
|
2320
|
+
};
|
|
2321
|
+
return response;
|
|
2322
|
+
}, "de_StartEngagementFromOpportunityTaskCommand");
|
|
2323
|
+
var de_StartResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2324
|
+
if (output.statusCode >= 300) {
|
|
2325
|
+
return de_CommandError(output, context);
|
|
2326
|
+
}
|
|
2327
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2328
|
+
const response = {
|
|
2329
|
+
$metadata: deserializeMetadata(output)
|
|
2330
|
+
};
|
|
2331
|
+
return response;
|
|
2332
|
+
}, "de_StartResourceSnapshotJobCommand");
|
|
2333
|
+
var de_StopResourceSnapshotJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2334
|
+
if (output.statusCode >= 300) {
|
|
2335
|
+
return de_CommandError(output, context);
|
|
2336
|
+
}
|
|
2337
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2338
|
+
const response = {
|
|
2339
|
+
$metadata: deserializeMetadata(output)
|
|
2340
|
+
};
|
|
2341
|
+
return response;
|
|
2342
|
+
}, "de_StopResourceSnapshotJobCommand");
|
|
2343
|
+
var de_SubmitOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2344
|
+
if (output.statusCode >= 300) {
|
|
2345
|
+
return de_CommandError(output, context);
|
|
2346
|
+
}
|
|
2347
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2348
|
+
const response = {
|
|
2349
|
+
$metadata: deserializeMetadata(output)
|
|
2350
|
+
};
|
|
2351
|
+
return response;
|
|
2352
|
+
}, "de_SubmitOpportunityCommand");
|
|
2353
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2354
|
+
if (output.statusCode >= 300) {
|
|
2355
|
+
return de_CommandError(output, context);
|
|
2356
|
+
}
|
|
2357
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2358
|
+
let contents = {};
|
|
2359
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2360
|
+
const response = {
|
|
2361
|
+
$metadata: deserializeMetadata(output),
|
|
2362
|
+
...contents
|
|
2363
|
+
};
|
|
2364
|
+
return response;
|
|
2365
|
+
}, "de_TagResourceCommand");
|
|
2366
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2367
|
+
if (output.statusCode >= 300) {
|
|
2368
|
+
return de_CommandError(output, context);
|
|
2369
|
+
}
|
|
2370
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2371
|
+
let contents = {};
|
|
2372
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2373
|
+
const response = {
|
|
2374
|
+
$metadata: deserializeMetadata(output),
|
|
2375
|
+
...contents
|
|
2376
|
+
};
|
|
2377
|
+
return response;
|
|
2378
|
+
}, "de_UntagResourceCommand");
|
|
2379
|
+
var de_UpdateOpportunityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2380
|
+
if (output.statusCode >= 300) {
|
|
2381
|
+
return de_CommandError(output, context);
|
|
2382
|
+
}
|
|
2383
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2384
|
+
let contents = {};
|
|
2385
|
+
contents = de_UpdateOpportunityResponse(data, context);
|
|
2386
|
+
const response = {
|
|
2387
|
+
$metadata: deserializeMetadata(output),
|
|
2388
|
+
...contents
|
|
2389
|
+
};
|
|
2390
|
+
return response;
|
|
2391
|
+
}, "de_UpdateOpportunityCommand");
|
|
2392
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2393
|
+
const parsedOutput = {
|
|
2394
|
+
...output,
|
|
2395
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
2396
|
+
};
|
|
2397
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
2398
|
+
switch (errorCode) {
|
|
2399
|
+
case "AccessDeniedException":
|
|
2400
|
+
case "com.amazonaws.partnercentralselling#AccessDeniedException":
|
|
2401
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2402
|
+
case "ConflictException":
|
|
2403
|
+
case "com.amazonaws.partnercentralselling#ConflictException":
|
|
2404
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2405
|
+
case "InternalServerException":
|
|
2406
|
+
case "com.amazonaws.partnercentralselling#InternalServerException":
|
|
2407
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2408
|
+
case "ResourceNotFoundException":
|
|
2409
|
+
case "com.amazonaws.partnercentralselling#ResourceNotFoundException":
|
|
2410
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2411
|
+
case "ThrottlingException":
|
|
2412
|
+
case "com.amazonaws.partnercentralselling#ThrottlingException":
|
|
2413
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2414
|
+
case "ValidationException":
|
|
2415
|
+
case "com.amazonaws.partnercentralselling#ValidationException":
|
|
2416
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2417
|
+
case "ServiceQuotaExceededException":
|
|
2418
|
+
case "com.amazonaws.partnercentralselling#ServiceQuotaExceededException":
|
|
2419
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
2420
|
+
default:
|
|
2421
|
+
const parsedBody = parsedOutput.body;
|
|
2422
|
+
return throwDefaultError({
|
|
2423
|
+
output,
|
|
2424
|
+
parsedBody,
|
|
2425
|
+
errorCode
|
|
2426
|
+
});
|
|
2427
|
+
}
|
|
2428
|
+
}, "de_CommandError");
|
|
2429
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2430
|
+
const body = parsedOutput.body;
|
|
2431
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2432
|
+
const exception = new AccessDeniedException({
|
|
2433
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2434
|
+
...deserialized
|
|
2435
|
+
});
|
|
2436
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2437
|
+
}, "de_AccessDeniedExceptionRes");
|
|
2438
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2439
|
+
const body = parsedOutput.body;
|
|
2440
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2441
|
+
const exception = new ConflictException({
|
|
2442
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2443
|
+
...deserialized
|
|
2444
|
+
});
|
|
2445
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2446
|
+
}, "de_ConflictExceptionRes");
|
|
2447
|
+
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2448
|
+
const body = parsedOutput.body;
|
|
2449
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2450
|
+
const exception = new InternalServerException({
|
|
2451
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2452
|
+
...deserialized
|
|
2453
|
+
});
|
|
2454
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2455
|
+
}, "de_InternalServerExceptionRes");
|
|
2456
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2457
|
+
const body = parsedOutput.body;
|
|
2458
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2459
|
+
const exception = new ResourceNotFoundException({
|
|
2460
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2461
|
+
...deserialized
|
|
2462
|
+
});
|
|
2463
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2464
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
2465
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2466
|
+
const body = parsedOutput.body;
|
|
2467
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2468
|
+
const exception = new ServiceQuotaExceededException({
|
|
2469
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2470
|
+
...deserialized
|
|
2471
|
+
});
|
|
2472
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2473
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
2474
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2475
|
+
const body = parsedOutput.body;
|
|
2476
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2477
|
+
const exception = new ThrottlingException({
|
|
2478
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2479
|
+
...deserialized
|
|
2480
|
+
});
|
|
2481
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2482
|
+
}, "de_ThrottlingExceptionRes");
|
|
2483
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2484
|
+
const body = parsedOutput.body;
|
|
2485
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2486
|
+
const exception = new ValidationException({
|
|
2487
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2488
|
+
...deserialized
|
|
2489
|
+
});
|
|
2490
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2491
|
+
}, "de_ValidationExceptionRes");
|
|
2492
|
+
var se_CreateEngagementInvitationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2493
|
+
return (0, import_smithy_client.take)(input, {
|
|
2494
|
+
Catalog: [],
|
|
2495
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2496
|
+
EngagementIdentifier: [],
|
|
2497
|
+
Invitation: import_smithy_client._json
|
|
2498
|
+
});
|
|
2499
|
+
}, "se_CreateEngagementInvitationRequest");
|
|
2500
|
+
var se_CreateEngagementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2501
|
+
return (0, import_smithy_client.take)(input, {
|
|
2502
|
+
Catalog: [],
|
|
2503
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2504
|
+
Contexts: import_smithy_client._json,
|
|
2505
|
+
Description: [],
|
|
2506
|
+
Title: []
|
|
2507
|
+
});
|
|
2508
|
+
}, "se_CreateEngagementRequest");
|
|
2509
|
+
var se_CreateOpportunityRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2510
|
+
return (0, import_smithy_client.take)(input, {
|
|
2511
|
+
Catalog: [],
|
|
2512
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2513
|
+
Customer: import_smithy_client._json,
|
|
2514
|
+
LifeCycle: /* @__PURE__ */ __name((_) => se_LifeCycle(_, context), "LifeCycle"),
|
|
2515
|
+
Marketing: import_smithy_client._json,
|
|
2516
|
+
NationalSecurity: [],
|
|
2517
|
+
OpportunityTeam: import_smithy_client._json,
|
|
2518
|
+
OpportunityType: [],
|
|
2519
|
+
Origin: [],
|
|
2520
|
+
PartnerOpportunityIdentifier: [],
|
|
2521
|
+
PrimaryNeedsFromAws: import_smithy_client._json,
|
|
2522
|
+
Project: import_smithy_client._json,
|
|
2523
|
+
SoftwareRevenue: import_smithy_client._json,
|
|
2524
|
+
Tags: import_smithy_client._json
|
|
2525
|
+
});
|
|
2526
|
+
}, "se_CreateOpportunityRequest");
|
|
2527
|
+
var se_CreateResourceSnapshotJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2528
|
+
return (0, import_smithy_client.take)(input, {
|
|
2529
|
+
Catalog: [],
|
|
2530
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2531
|
+
EngagementIdentifier: [],
|
|
2532
|
+
ResourceIdentifier: [],
|
|
2533
|
+
ResourceSnapshotTemplateIdentifier: [],
|
|
2534
|
+
ResourceType: [],
|
|
2535
|
+
Tags: import_smithy_client._json
|
|
2536
|
+
});
|
|
2537
|
+
}, "se_CreateResourceSnapshotJobRequest");
|
|
2538
|
+
var se_CreateResourceSnapshotRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2539
|
+
return (0, import_smithy_client.take)(input, {
|
|
2540
|
+
Catalog: [],
|
|
2541
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2542
|
+
EngagementIdentifier: [],
|
|
2543
|
+
ResourceIdentifier: [],
|
|
2544
|
+
ResourceSnapshotTemplateIdentifier: [],
|
|
2545
|
+
ResourceType: []
|
|
2546
|
+
});
|
|
2547
|
+
}, "se_CreateResourceSnapshotRequest");
|
|
2548
|
+
var se_LastModifiedDate = /* @__PURE__ */ __name((input, context) => {
|
|
2549
|
+
return (0, import_smithy_client.take)(input, {
|
|
2550
|
+
AfterLastModifiedDate: import_smithy_client.serializeDateTime,
|
|
2551
|
+
BeforeLastModifiedDate: import_smithy_client.serializeDateTime
|
|
2552
|
+
});
|
|
2553
|
+
}, "se_LastModifiedDate");
|
|
2554
|
+
var se_LifeCycle = /* @__PURE__ */ __name((input, context) => {
|
|
2555
|
+
return (0, import_smithy_client.take)(input, {
|
|
2556
|
+
ClosedLostReason: [],
|
|
2557
|
+
NextSteps: [],
|
|
2558
|
+
NextStepsHistory: /* @__PURE__ */ __name((_) => se_NextStepsHistories(_, context), "NextStepsHistory"),
|
|
2559
|
+
ReviewComments: [],
|
|
2560
|
+
ReviewStatus: [],
|
|
2561
|
+
ReviewStatusReason: [],
|
|
2562
|
+
Stage: [],
|
|
2563
|
+
TargetCloseDate: []
|
|
2564
|
+
});
|
|
2565
|
+
}, "se_LifeCycle");
|
|
2566
|
+
var se_ListOpportunitiesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2567
|
+
return (0, import_smithy_client.take)(input, {
|
|
2568
|
+
Catalog: [],
|
|
2569
|
+
CustomerCompanyName: import_smithy_client._json,
|
|
2570
|
+
Identifier: import_smithy_client._json,
|
|
2571
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => se_LastModifiedDate(_, context), "LastModifiedDate"),
|
|
2572
|
+
LifeCycleReviewStatus: import_smithy_client._json,
|
|
2573
|
+
LifeCycleStage: import_smithy_client._json,
|
|
2574
|
+
MaxResults: [],
|
|
2575
|
+
NextToken: [],
|
|
2576
|
+
Sort: import_smithy_client._json
|
|
2577
|
+
});
|
|
2578
|
+
}, "se_ListOpportunitiesRequest");
|
|
2579
|
+
var se_NextStepsHistories = /* @__PURE__ */ __name((input, context) => {
|
|
2580
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
2581
|
+
return se_NextStepsHistory(entry, context);
|
|
2582
|
+
});
|
|
2583
|
+
}, "se_NextStepsHistories");
|
|
2584
|
+
var se_NextStepsHistory = /* @__PURE__ */ __name((input, context) => {
|
|
2585
|
+
return (0, import_smithy_client.take)(input, {
|
|
2586
|
+
Time: import_smithy_client.serializeDateTime,
|
|
2587
|
+
Value: []
|
|
2588
|
+
});
|
|
2589
|
+
}, "se_NextStepsHistory");
|
|
2590
|
+
var se_StartEngagementByAcceptingInvitationTaskRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2591
|
+
return (0, import_smithy_client.take)(input, {
|
|
2592
|
+
Catalog: [],
|
|
2593
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2594
|
+
Identifier: [],
|
|
2595
|
+
Tags: import_smithy_client._json
|
|
2596
|
+
});
|
|
2597
|
+
}, "se_StartEngagementByAcceptingInvitationTaskRequest");
|
|
2598
|
+
var se_StartEngagementFromOpportunityTaskRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2599
|
+
return (0, import_smithy_client.take)(input, {
|
|
2600
|
+
AwsSubmission: import_smithy_client._json,
|
|
2601
|
+
Catalog: [],
|
|
2602
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2603
|
+
Identifier: [],
|
|
2604
|
+
Tags: import_smithy_client._json
|
|
2605
|
+
});
|
|
2606
|
+
}, "se_StartEngagementFromOpportunityTaskRequest");
|
|
2607
|
+
var se_UpdateOpportunityRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2608
|
+
return (0, import_smithy_client.take)(input, {
|
|
2609
|
+
Catalog: [],
|
|
2610
|
+
Customer: import_smithy_client._json,
|
|
2611
|
+
Identifier: [],
|
|
2612
|
+
LastModifiedDate: import_smithy_client.serializeDateTime,
|
|
2613
|
+
LifeCycle: /* @__PURE__ */ __name((_) => se_LifeCycle(_, context), "LifeCycle"),
|
|
2614
|
+
Marketing: import_smithy_client._json,
|
|
2615
|
+
NationalSecurity: [],
|
|
2616
|
+
OpportunityType: [],
|
|
2617
|
+
PartnerOpportunityIdentifier: [],
|
|
2618
|
+
PrimaryNeedsFromAws: import_smithy_client._json,
|
|
2619
|
+
Project: import_smithy_client._json,
|
|
2620
|
+
SoftwareRevenue: import_smithy_client._json
|
|
2621
|
+
});
|
|
2622
|
+
}, "se_UpdateOpportunityRequest");
|
|
2623
|
+
var de_AwsOpportunityLifeCycle = /* @__PURE__ */ __name((output, context) => {
|
|
2624
|
+
return (0, import_smithy_client.take)(output, {
|
|
2625
|
+
ClosedLostReason: import_smithy_client.expectString,
|
|
2626
|
+
NextSteps: import_smithy_client.expectString,
|
|
2627
|
+
NextStepsHistory: /* @__PURE__ */ __name((_) => de_ProfileNextStepsHistories(_, context), "NextStepsHistory"),
|
|
2628
|
+
Stage: import_smithy_client.expectString,
|
|
2629
|
+
TargetCloseDate: import_smithy_client.expectString
|
|
2630
|
+
});
|
|
2631
|
+
}, "de_AwsOpportunityLifeCycle");
|
|
2632
|
+
var de_CreateOpportunityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2633
|
+
return (0, import_smithy_client.take)(output, {
|
|
2634
|
+
Id: import_smithy_client.expectString,
|
|
2635
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastModifiedDate"),
|
|
2636
|
+
PartnerOpportunityIdentifier: import_smithy_client.expectString
|
|
2637
|
+
});
|
|
2638
|
+
}, "de_CreateOpportunityResponse");
|
|
2639
|
+
var de_EngagementInvitationSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2640
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2641
|
+
return de_EngagementInvitationSummary(entry, context);
|
|
2642
|
+
});
|
|
2643
|
+
return retVal;
|
|
2644
|
+
}, "de_EngagementInvitationSummaries");
|
|
2645
|
+
var de_EngagementInvitationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2646
|
+
return (0, import_smithy_client.take)(output, {
|
|
2647
|
+
Arn: import_smithy_client.expectString,
|
|
2648
|
+
Catalog: import_smithy_client.expectString,
|
|
2649
|
+
EngagementId: import_smithy_client.expectString,
|
|
2650
|
+
EngagementTitle: import_smithy_client.expectString,
|
|
2651
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpirationDate"),
|
|
2652
|
+
Id: import_smithy_client.expectString,
|
|
2653
|
+
InvitationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitationDate"),
|
|
2654
|
+
ParticipantType: import_smithy_client.expectString,
|
|
2655
|
+
PayloadType: import_smithy_client.expectString,
|
|
2656
|
+
Receiver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Receiver"),
|
|
2657
|
+
SenderAwsAccountId: import_smithy_client.expectString,
|
|
2658
|
+
SenderCompanyName: import_smithy_client.expectString,
|
|
2659
|
+
Status: import_smithy_client.expectString
|
|
2660
|
+
});
|
|
2661
|
+
}, "de_EngagementInvitationSummary");
|
|
2662
|
+
var de_EngagementSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2663
|
+
return (0, import_smithy_client.take)(output, {
|
|
2664
|
+
Arn: import_smithy_client.expectString,
|
|
2665
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2666
|
+
CreatedBy: import_smithy_client.expectString,
|
|
2667
|
+
Id: import_smithy_client.expectString,
|
|
2668
|
+
MemberCount: import_smithy_client.expectInt32,
|
|
2669
|
+
Title: import_smithy_client.expectString
|
|
2670
|
+
});
|
|
2671
|
+
}, "de_EngagementSummary");
|
|
2672
|
+
var de_EngagementSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
2673
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2674
|
+
return de_EngagementSummary(entry, context);
|
|
2675
|
+
});
|
|
2676
|
+
return retVal;
|
|
2677
|
+
}, "de_EngagementSummaryList");
|
|
2678
|
+
var de_GetAwsOpportunitySummaryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2679
|
+
return (0, import_smithy_client.take)(output, {
|
|
2680
|
+
Catalog: import_smithy_client.expectString,
|
|
2681
|
+
Customer: import_smithy_client._json,
|
|
2682
|
+
Insights: import_smithy_client._json,
|
|
2683
|
+
InvolvementType: import_smithy_client.expectString,
|
|
2684
|
+
InvolvementTypeChangeReason: import_smithy_client.expectString,
|
|
2685
|
+
LifeCycle: /* @__PURE__ */ __name((_) => de_AwsOpportunityLifeCycle(_, context), "LifeCycle"),
|
|
2686
|
+
OpportunityTeam: import_smithy_client._json,
|
|
2687
|
+
Origin: import_smithy_client.expectString,
|
|
2688
|
+
Project: import_smithy_client._json,
|
|
2689
|
+
RelatedEntityIds: import_smithy_client._json,
|
|
2690
|
+
RelatedOpportunityId: import_smithy_client.expectString,
|
|
2691
|
+
Visibility: import_smithy_client.expectString
|
|
2692
|
+
});
|
|
2693
|
+
}, "de_GetAwsOpportunitySummaryResponse");
|
|
2694
|
+
var de_GetEngagementInvitationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2695
|
+
return (0, import_smithy_client.take)(output, {
|
|
2696
|
+
Arn: import_smithy_client.expectString,
|
|
2697
|
+
Catalog: import_smithy_client.expectString,
|
|
2698
|
+
EngagementDescription: import_smithy_client.expectString,
|
|
2699
|
+
EngagementId: import_smithy_client.expectString,
|
|
2700
|
+
EngagementTitle: import_smithy_client.expectString,
|
|
2701
|
+
ExistingMembers: import_smithy_client._json,
|
|
2702
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpirationDate"),
|
|
2703
|
+
Id: import_smithy_client.expectString,
|
|
2704
|
+
InvitationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitationDate"),
|
|
2705
|
+
InvitationMessage: import_smithy_client.expectString,
|
|
2706
|
+
Payload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Payload"),
|
|
2707
|
+
PayloadType: import_smithy_client.expectString,
|
|
2708
|
+
Receiver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Receiver"),
|
|
2709
|
+
RejectionReason: import_smithy_client.expectString,
|
|
2710
|
+
SenderAwsAccountId: import_smithy_client.expectString,
|
|
2711
|
+
SenderCompanyName: import_smithy_client.expectString,
|
|
2712
|
+
Status: import_smithy_client.expectString
|
|
2713
|
+
});
|
|
2714
|
+
}, "de_GetEngagementInvitationResponse");
|
|
2715
|
+
var de_GetEngagementResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2716
|
+
return (0, import_smithy_client.take)(output, {
|
|
2717
|
+
Arn: import_smithy_client.expectString,
|
|
2718
|
+
Contexts: import_smithy_client._json,
|
|
2719
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2720
|
+
CreatedBy: import_smithy_client.expectString,
|
|
2721
|
+
Description: import_smithy_client.expectString,
|
|
2722
|
+
Id: import_smithy_client.expectString,
|
|
2723
|
+
MemberCount: import_smithy_client.expectInt32,
|
|
2724
|
+
Title: import_smithy_client.expectString
|
|
2725
|
+
});
|
|
2726
|
+
}, "de_GetEngagementResponse");
|
|
2727
|
+
var de_GetOpportunityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2728
|
+
return (0, import_smithy_client.take)(output, {
|
|
2729
|
+
Arn: import_smithy_client.expectString,
|
|
2730
|
+
Catalog: import_smithy_client.expectString,
|
|
2731
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedDate"),
|
|
2732
|
+
Customer: import_smithy_client._json,
|
|
2733
|
+
Id: import_smithy_client.expectString,
|
|
2734
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastModifiedDate"),
|
|
2735
|
+
LifeCycle: /* @__PURE__ */ __name((_) => de_LifeCycle(_, context), "LifeCycle"),
|
|
2736
|
+
Marketing: import_smithy_client._json,
|
|
2737
|
+
NationalSecurity: import_smithy_client.expectString,
|
|
2738
|
+
OpportunityTeam: import_smithy_client._json,
|
|
2739
|
+
OpportunityType: import_smithy_client.expectString,
|
|
2740
|
+
PartnerOpportunityIdentifier: import_smithy_client.expectString,
|
|
2741
|
+
PrimaryNeedsFromAws: import_smithy_client._json,
|
|
2742
|
+
Project: import_smithy_client._json,
|
|
2743
|
+
RelatedEntityIdentifiers: import_smithy_client._json,
|
|
2744
|
+
SoftwareRevenue: import_smithy_client._json
|
|
2745
|
+
});
|
|
2746
|
+
}, "de_GetOpportunityResponse");
|
|
2747
|
+
var de_GetResourceSnapshotJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2748
|
+
return (0, import_smithy_client.take)(output, {
|
|
2749
|
+
Arn: import_smithy_client.expectString,
|
|
2750
|
+
Catalog: import_smithy_client.expectString,
|
|
2751
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2752
|
+
EngagementId: import_smithy_client.expectString,
|
|
2753
|
+
Id: import_smithy_client.expectString,
|
|
2754
|
+
LastFailure: import_smithy_client.expectString,
|
|
2755
|
+
LastSuccessfulExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastSuccessfulExecutionDate"),
|
|
2756
|
+
ResourceArn: import_smithy_client.expectString,
|
|
2757
|
+
ResourceId: import_smithy_client.expectString,
|
|
2758
|
+
ResourceSnapshotTemplateName: import_smithy_client.expectString,
|
|
2759
|
+
ResourceType: import_smithy_client.expectString,
|
|
2760
|
+
Status: import_smithy_client.expectString
|
|
2761
|
+
});
|
|
2762
|
+
}, "de_GetResourceSnapshotJobResponse");
|
|
2763
|
+
var de_GetResourceSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2764
|
+
return (0, import_smithy_client.take)(output, {
|
|
2765
|
+
Arn: import_smithy_client.expectString,
|
|
2766
|
+
Catalog: import_smithy_client.expectString,
|
|
2767
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2768
|
+
CreatedBy: import_smithy_client.expectString,
|
|
2769
|
+
EngagementId: import_smithy_client.expectString,
|
|
2770
|
+
Payload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Payload"),
|
|
2771
|
+
ResourceId: import_smithy_client.expectString,
|
|
2772
|
+
ResourceSnapshotTemplateName: import_smithy_client.expectString,
|
|
2773
|
+
ResourceType: import_smithy_client.expectString,
|
|
2774
|
+
Revision: import_smithy_client.expectInt32
|
|
2775
|
+
});
|
|
2776
|
+
}, "de_GetResourceSnapshotResponse");
|
|
2777
|
+
var de_LifeCycle = /* @__PURE__ */ __name((output, context) => {
|
|
2778
|
+
return (0, import_smithy_client.take)(output, {
|
|
2779
|
+
ClosedLostReason: import_smithy_client.expectString,
|
|
2780
|
+
NextSteps: import_smithy_client.expectString,
|
|
2781
|
+
NextStepsHistory: /* @__PURE__ */ __name((_) => de_NextStepsHistories(_, context), "NextStepsHistory"),
|
|
2782
|
+
ReviewComments: import_smithy_client.expectString,
|
|
2783
|
+
ReviewStatus: import_smithy_client.expectString,
|
|
2784
|
+
ReviewStatusReason: import_smithy_client.expectString,
|
|
2785
|
+
Stage: import_smithy_client.expectString,
|
|
2786
|
+
TargetCloseDate: import_smithy_client.expectString
|
|
2787
|
+
});
|
|
2788
|
+
}, "de_LifeCycle");
|
|
2789
|
+
var de_ListEngagementByAcceptingInvitationTasksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2790
|
+
return (0, import_smithy_client.take)(output, {
|
|
2791
|
+
NextToken: import_smithy_client.expectString,
|
|
2792
|
+
TaskSummaries: /* @__PURE__ */ __name((_) => de_ListEngagementByAcceptingInvitationTaskSummaries(_, context), "TaskSummaries")
|
|
2793
|
+
});
|
|
2794
|
+
}, "de_ListEngagementByAcceptingInvitationTasksResponse");
|
|
2795
|
+
var de_ListEngagementByAcceptingInvitationTaskSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2796
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2797
|
+
return de_ListEngagementByAcceptingInvitationTaskSummary(entry, context);
|
|
2798
|
+
});
|
|
2799
|
+
return retVal;
|
|
2800
|
+
}, "de_ListEngagementByAcceptingInvitationTaskSummaries");
|
|
2801
|
+
var de_ListEngagementByAcceptingInvitationTaskSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2802
|
+
return (0, import_smithy_client.take)(output, {
|
|
2803
|
+
EngagementInvitationId: import_smithy_client.expectString,
|
|
2804
|
+
Message: import_smithy_client.expectString,
|
|
2805
|
+
OpportunityId: import_smithy_client.expectString,
|
|
2806
|
+
ReasonCode: import_smithy_client.expectString,
|
|
2807
|
+
ResourceSnapshotJobId: import_smithy_client.expectString,
|
|
2808
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime"),
|
|
2809
|
+
TaskArn: import_smithy_client.expectString,
|
|
2810
|
+
TaskId: import_smithy_client.expectString,
|
|
2811
|
+
TaskStatus: import_smithy_client.expectString
|
|
2812
|
+
});
|
|
2813
|
+
}, "de_ListEngagementByAcceptingInvitationTaskSummary");
|
|
2814
|
+
var de_ListEngagementFromOpportunityTasksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2815
|
+
return (0, import_smithy_client.take)(output, {
|
|
2816
|
+
NextToken: import_smithy_client.expectString,
|
|
2817
|
+
TaskSummaries: /* @__PURE__ */ __name((_) => de_ListEngagementFromOpportunityTaskSummaries(_, context), "TaskSummaries")
|
|
2818
|
+
});
|
|
2819
|
+
}, "de_ListEngagementFromOpportunityTasksResponse");
|
|
2820
|
+
var de_ListEngagementFromOpportunityTaskSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2821
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2822
|
+
return de_ListEngagementFromOpportunityTaskSummary(entry, context);
|
|
2823
|
+
});
|
|
2824
|
+
return retVal;
|
|
2825
|
+
}, "de_ListEngagementFromOpportunityTaskSummaries");
|
|
2826
|
+
var de_ListEngagementFromOpportunityTaskSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2827
|
+
return (0, import_smithy_client.take)(output, {
|
|
2828
|
+
EngagementId: import_smithy_client.expectString,
|
|
2829
|
+
EngagementInvitationId: import_smithy_client.expectString,
|
|
2830
|
+
Message: import_smithy_client.expectString,
|
|
2831
|
+
OpportunityId: import_smithy_client.expectString,
|
|
2832
|
+
ReasonCode: import_smithy_client.expectString,
|
|
2833
|
+
ResourceSnapshotJobId: import_smithy_client.expectString,
|
|
2834
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime"),
|
|
2835
|
+
TaskArn: import_smithy_client.expectString,
|
|
2836
|
+
TaskId: import_smithy_client.expectString,
|
|
2837
|
+
TaskStatus: import_smithy_client.expectString
|
|
2838
|
+
});
|
|
2839
|
+
}, "de_ListEngagementFromOpportunityTaskSummary");
|
|
2840
|
+
var de_ListEngagementInvitationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2841
|
+
return (0, import_smithy_client.take)(output, {
|
|
2842
|
+
EngagementInvitationSummaries: /* @__PURE__ */ __name((_) => de_EngagementInvitationSummaries(_, context), "EngagementInvitationSummaries"),
|
|
2843
|
+
NextToken: import_smithy_client.expectString
|
|
2844
|
+
});
|
|
2845
|
+
}, "de_ListEngagementInvitationsResponse");
|
|
2846
|
+
var de_ListEngagementsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2847
|
+
return (0, import_smithy_client.take)(output, {
|
|
2848
|
+
EngagementSummaryList: /* @__PURE__ */ __name((_) => de_EngagementSummaryList(_, context), "EngagementSummaryList"),
|
|
2849
|
+
NextToken: import_smithy_client.expectString
|
|
2850
|
+
});
|
|
2851
|
+
}, "de_ListEngagementsResponse");
|
|
2852
|
+
var de_ListOpportunitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2853
|
+
return (0, import_smithy_client.take)(output, {
|
|
2854
|
+
NextToken: import_smithy_client.expectString,
|
|
2855
|
+
OpportunitySummaries: /* @__PURE__ */ __name((_) => de_OpportunitySummaries(_, context), "OpportunitySummaries")
|
|
2856
|
+
});
|
|
2857
|
+
}, "de_ListOpportunitiesResponse");
|
|
2858
|
+
var de_ListSolutionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2859
|
+
return (0, import_smithy_client.take)(output, {
|
|
2860
|
+
NextToken: import_smithy_client.expectString,
|
|
2861
|
+
SolutionSummaries: /* @__PURE__ */ __name((_) => de_SolutionList(_, context), "SolutionSummaries")
|
|
2862
|
+
});
|
|
2863
|
+
}, "de_ListSolutionsResponse");
|
|
2864
|
+
var de_NextStepsHistories = /* @__PURE__ */ __name((output, context) => {
|
|
2865
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2866
|
+
return de_NextStepsHistory(entry, context);
|
|
2867
|
+
});
|
|
2868
|
+
return retVal;
|
|
2869
|
+
}, "de_NextStepsHistories");
|
|
2870
|
+
var de_NextStepsHistory = /* @__PURE__ */ __name((output, context) => {
|
|
2871
|
+
return (0, import_smithy_client.take)(output, {
|
|
2872
|
+
Time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "Time"),
|
|
2873
|
+
Value: import_smithy_client.expectString
|
|
2874
|
+
});
|
|
2875
|
+
}, "de_NextStepsHistory");
|
|
2876
|
+
var de_OpportunitySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2877
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2878
|
+
return de_OpportunitySummary(entry, context);
|
|
2879
|
+
});
|
|
2880
|
+
return retVal;
|
|
2881
|
+
}, "de_OpportunitySummaries");
|
|
2882
|
+
var de_OpportunitySummary = /* @__PURE__ */ __name((output, context) => {
|
|
2883
|
+
return (0, import_smithy_client.take)(output, {
|
|
2884
|
+
Arn: import_smithy_client.expectString,
|
|
2885
|
+
Catalog: import_smithy_client.expectString,
|
|
2886
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedDate"),
|
|
2887
|
+
Customer: import_smithy_client._json,
|
|
2888
|
+
Id: import_smithy_client.expectString,
|
|
2889
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastModifiedDate"),
|
|
2890
|
+
LifeCycle: import_smithy_client._json,
|
|
2891
|
+
OpportunityType: import_smithy_client.expectString,
|
|
2892
|
+
PartnerOpportunityIdentifier: import_smithy_client.expectString,
|
|
2893
|
+
Project: import_smithy_client._json
|
|
2894
|
+
});
|
|
2895
|
+
}, "de_OpportunitySummary");
|
|
2896
|
+
var de_ProfileNextStepsHistories = /* @__PURE__ */ __name((output, context) => {
|
|
2897
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2898
|
+
return de_ProfileNextStepsHistory(entry, context);
|
|
2899
|
+
});
|
|
2900
|
+
return retVal;
|
|
2901
|
+
}, "de_ProfileNextStepsHistories");
|
|
2902
|
+
var de_ProfileNextStepsHistory = /* @__PURE__ */ __name((output, context) => {
|
|
2903
|
+
return (0, import_smithy_client.take)(output, {
|
|
2904
|
+
Time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "Time"),
|
|
2905
|
+
Value: import_smithy_client.expectString
|
|
2906
|
+
});
|
|
2907
|
+
}, "de_ProfileNextStepsHistory");
|
|
2908
|
+
var de_SolutionBase = /* @__PURE__ */ __name((output, context) => {
|
|
2909
|
+
return (0, import_smithy_client.take)(output, {
|
|
2910
|
+
Arn: import_smithy_client.expectString,
|
|
2911
|
+
Catalog: import_smithy_client.expectString,
|
|
2912
|
+
Category: import_smithy_client.expectString,
|
|
2913
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedDate"),
|
|
2914
|
+
Id: import_smithy_client.expectString,
|
|
2915
|
+
Name: import_smithy_client.expectString,
|
|
2916
|
+
Status: import_smithy_client.expectString
|
|
2917
|
+
});
|
|
2918
|
+
}, "de_SolutionBase");
|
|
2919
|
+
var de_SolutionList = /* @__PURE__ */ __name((output, context) => {
|
|
2920
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2921
|
+
return de_SolutionBase(entry, context);
|
|
2922
|
+
});
|
|
2923
|
+
return retVal;
|
|
2924
|
+
}, "de_SolutionList");
|
|
2925
|
+
var de_StartEngagementByAcceptingInvitationTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2926
|
+
return (0, import_smithy_client.take)(output, {
|
|
2927
|
+
EngagementInvitationId: import_smithy_client.expectString,
|
|
2928
|
+
Message: import_smithy_client.expectString,
|
|
2929
|
+
OpportunityId: import_smithy_client.expectString,
|
|
2930
|
+
ReasonCode: import_smithy_client.expectString,
|
|
2931
|
+
ResourceSnapshotJobId: import_smithy_client.expectString,
|
|
2932
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime"),
|
|
2933
|
+
TaskArn: import_smithy_client.expectString,
|
|
2934
|
+
TaskId: import_smithy_client.expectString,
|
|
2935
|
+
TaskStatus: import_smithy_client.expectString
|
|
2936
|
+
});
|
|
2937
|
+
}, "de_StartEngagementByAcceptingInvitationTaskResponse");
|
|
2938
|
+
var de_StartEngagementFromOpportunityTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2939
|
+
return (0, import_smithy_client.take)(output, {
|
|
2940
|
+
EngagementId: import_smithy_client.expectString,
|
|
2941
|
+
EngagementInvitationId: import_smithy_client.expectString,
|
|
2942
|
+
Message: import_smithy_client.expectString,
|
|
2943
|
+
OpportunityId: import_smithy_client.expectString,
|
|
2944
|
+
ReasonCode: import_smithy_client.expectString,
|
|
2945
|
+
ResourceSnapshotJobId: import_smithy_client.expectString,
|
|
2946
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime"),
|
|
2947
|
+
TaskArn: import_smithy_client.expectString,
|
|
2948
|
+
TaskId: import_smithy_client.expectString,
|
|
2949
|
+
TaskStatus: import_smithy_client.expectString
|
|
2950
|
+
});
|
|
2951
|
+
}, "de_StartEngagementFromOpportunityTaskResponse");
|
|
2952
|
+
var de_UpdateOpportunityResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2953
|
+
return (0, import_smithy_client.take)(output, {
|
|
2954
|
+
Id: import_smithy_client.expectString,
|
|
2955
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastModifiedDate")
|
|
2956
|
+
});
|
|
2957
|
+
}, "de_UpdateOpportunityResponse");
|
|
2958
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2959
|
+
httpStatusCode: output.statusCode,
|
|
2960
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2961
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2962
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
2963
|
+
}), "deserializeMetadata");
|
|
2964
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(PartnerCentralSellingServiceException);
|
|
2965
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
2966
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2967
|
+
const contents = {
|
|
2968
|
+
protocol,
|
|
2969
|
+
hostname,
|
|
2970
|
+
port,
|
|
2971
|
+
method: "POST",
|
|
2972
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2973
|
+
headers
|
|
2974
|
+
};
|
|
2975
|
+
if (resolvedHostname !== void 0) {
|
|
2976
|
+
contents.hostname = resolvedHostname;
|
|
2977
|
+
}
|
|
2978
|
+
if (body !== void 0) {
|
|
2979
|
+
contents.body = body;
|
|
2980
|
+
}
|
|
2981
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
2982
|
+
}, "buildHttpRpcRequest");
|
|
2983
|
+
function sharedHeaders(operation) {
|
|
2984
|
+
return {
|
|
2985
|
+
"content-type": "application/x-amz-json-1.0",
|
|
2986
|
+
"x-amz-target": `AWSPartnerCentralSelling.${operation}`
|
|
2987
|
+
};
|
|
2988
|
+
}
|
|
2989
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
2990
|
+
|
|
2991
|
+
// src/commands/AcceptEngagementInvitationCommand.ts
|
|
2992
|
+
var AcceptEngagementInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2993
|
+
return [
|
|
2994
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2995
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2996
|
+
];
|
|
2997
|
+
}).s("AWSPartnerCentralSelling", "AcceptEngagementInvitation", {}).n("PartnerCentralSellingClient", "AcceptEngagementInvitationCommand").f(void 0, void 0).ser(se_AcceptEngagementInvitationCommand).de(de_AcceptEngagementInvitationCommand).build() {
|
|
2998
|
+
static {
|
|
2999
|
+
__name(this, "AcceptEngagementInvitationCommand");
|
|
3000
|
+
}
|
|
3001
|
+
};
|
|
3002
|
+
|
|
3003
|
+
// src/commands/AssignOpportunityCommand.ts
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
|
|
3007
|
+
var AssignOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3008
|
+
return [
|
|
3009
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3010
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3011
|
+
];
|
|
3012
|
+
}).s("AWSPartnerCentralSelling", "AssignOpportunity", {}).n("PartnerCentralSellingClient", "AssignOpportunityCommand").f(AssignOpportunityRequestFilterSensitiveLog, void 0).ser(se_AssignOpportunityCommand).de(de_AssignOpportunityCommand).build() {
|
|
3013
|
+
static {
|
|
3014
|
+
__name(this, "AssignOpportunityCommand");
|
|
3015
|
+
}
|
|
3016
|
+
};
|
|
3017
|
+
|
|
3018
|
+
// src/commands/AssociateOpportunityCommand.ts
|
|
3019
|
+
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
var AssociateOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3023
|
+
return [
|
|
3024
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3025
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3026
|
+
];
|
|
3027
|
+
}).s("AWSPartnerCentralSelling", "AssociateOpportunity", {}).n("PartnerCentralSellingClient", "AssociateOpportunityCommand").f(void 0, void 0).ser(se_AssociateOpportunityCommand).de(de_AssociateOpportunityCommand).build() {
|
|
3028
|
+
static {
|
|
3029
|
+
__name(this, "AssociateOpportunityCommand");
|
|
3030
|
+
}
|
|
3031
|
+
};
|
|
3032
|
+
|
|
3033
|
+
// src/commands/CreateEngagementCommand.ts
|
|
3034
|
+
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
var CreateEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3038
|
+
return [
|
|
3039
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3040
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3041
|
+
];
|
|
3042
|
+
}).s("AWSPartnerCentralSelling", "CreateEngagement", {}).n("PartnerCentralSellingClient", "CreateEngagementCommand").f(CreateEngagementRequestFilterSensitiveLog, void 0).ser(se_CreateEngagementCommand).de(de_CreateEngagementCommand).build() {
|
|
3043
|
+
static {
|
|
3044
|
+
__name(this, "CreateEngagementCommand");
|
|
3045
|
+
}
|
|
3046
|
+
};
|
|
3047
|
+
|
|
3048
|
+
// src/commands/CreateEngagementInvitationCommand.ts
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
var CreateEngagementInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3053
|
+
return [
|
|
3054
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3055
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3056
|
+
];
|
|
3057
|
+
}).s("AWSPartnerCentralSelling", "CreateEngagementInvitation", {}).n("PartnerCentralSellingClient", "CreateEngagementInvitationCommand").f(CreateEngagementInvitationRequestFilterSensitiveLog, void 0).ser(se_CreateEngagementInvitationCommand).de(de_CreateEngagementInvitationCommand).build() {
|
|
3058
|
+
static {
|
|
3059
|
+
__name(this, "CreateEngagementInvitationCommand");
|
|
3060
|
+
}
|
|
3061
|
+
};
|
|
3062
|
+
|
|
3063
|
+
// src/commands/CreateOpportunityCommand.ts
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
var CreateOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3068
|
+
return [
|
|
3069
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3070
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3071
|
+
];
|
|
3072
|
+
}).s("AWSPartnerCentralSelling", "CreateOpportunity", {}).n("PartnerCentralSellingClient", "CreateOpportunityCommand").f(CreateOpportunityRequestFilterSensitiveLog, void 0).ser(se_CreateOpportunityCommand).de(de_CreateOpportunityCommand).build() {
|
|
3073
|
+
static {
|
|
3074
|
+
__name(this, "CreateOpportunityCommand");
|
|
3075
|
+
}
|
|
3076
|
+
};
|
|
3077
|
+
|
|
3078
|
+
// src/commands/CreateResourceSnapshotCommand.ts
|
|
3079
|
+
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
var CreateResourceSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3083
|
+
return [
|
|
3084
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3085
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3086
|
+
];
|
|
3087
|
+
}).s("AWSPartnerCentralSelling", "CreateResourceSnapshot", {}).n("PartnerCentralSellingClient", "CreateResourceSnapshotCommand").f(void 0, void 0).ser(se_CreateResourceSnapshotCommand).de(de_CreateResourceSnapshotCommand).build() {
|
|
3088
|
+
static {
|
|
3089
|
+
__name(this, "CreateResourceSnapshotCommand");
|
|
3090
|
+
}
|
|
3091
|
+
};
|
|
3092
|
+
|
|
3093
|
+
// src/commands/CreateResourceSnapshotJobCommand.ts
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
|
|
3097
|
+
var CreateResourceSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3098
|
+
return [
|
|
3099
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3100
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3101
|
+
];
|
|
3102
|
+
}).s("AWSPartnerCentralSelling", "CreateResourceSnapshotJob", {}).n("PartnerCentralSellingClient", "CreateResourceSnapshotJobCommand").f(void 0, void 0).ser(se_CreateResourceSnapshotJobCommand).de(de_CreateResourceSnapshotJobCommand).build() {
|
|
3103
|
+
static {
|
|
3104
|
+
__name(this, "CreateResourceSnapshotJobCommand");
|
|
3105
|
+
}
|
|
3106
|
+
};
|
|
3107
|
+
|
|
3108
|
+
// src/commands/DeleteResourceSnapshotJobCommand.ts
|
|
3109
|
+
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
var DeleteResourceSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3113
|
+
return [
|
|
3114
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3115
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3116
|
+
];
|
|
3117
|
+
}).s("AWSPartnerCentralSelling", "DeleteResourceSnapshotJob", {}).n("PartnerCentralSellingClient", "DeleteResourceSnapshotJobCommand").f(void 0, void 0).ser(se_DeleteResourceSnapshotJobCommand).de(de_DeleteResourceSnapshotJobCommand).build() {
|
|
3118
|
+
static {
|
|
3119
|
+
__name(this, "DeleteResourceSnapshotJobCommand");
|
|
3120
|
+
}
|
|
3121
|
+
};
|
|
3122
|
+
|
|
3123
|
+
// src/commands/DisassociateOpportunityCommand.ts
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
var DisassociateOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3128
|
+
return [
|
|
3129
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3130
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3131
|
+
];
|
|
3132
|
+
}).s("AWSPartnerCentralSelling", "DisassociateOpportunity", {}).n("PartnerCentralSellingClient", "DisassociateOpportunityCommand").f(void 0, void 0).ser(se_DisassociateOpportunityCommand).de(de_DisassociateOpportunityCommand).build() {
|
|
3133
|
+
static {
|
|
3134
|
+
__name(this, "DisassociateOpportunityCommand");
|
|
3135
|
+
}
|
|
3136
|
+
};
|
|
3137
|
+
|
|
3138
|
+
// src/commands/GetAwsOpportunitySummaryCommand.ts
|
|
3139
|
+
|
|
3140
|
+
|
|
3141
|
+
|
|
3142
|
+
var GetAwsOpportunitySummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3143
|
+
return [
|
|
3144
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3145
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3146
|
+
];
|
|
3147
|
+
}).s("AWSPartnerCentralSelling", "GetAwsOpportunitySummary", {}).n("PartnerCentralSellingClient", "GetAwsOpportunitySummaryCommand").f(void 0, GetAwsOpportunitySummaryResponseFilterSensitiveLog).ser(se_GetAwsOpportunitySummaryCommand).de(de_GetAwsOpportunitySummaryCommand).build() {
|
|
3148
|
+
static {
|
|
3149
|
+
__name(this, "GetAwsOpportunitySummaryCommand");
|
|
3150
|
+
}
|
|
3151
|
+
};
|
|
3152
|
+
|
|
3153
|
+
// src/commands/GetEngagementCommand.ts
|
|
3154
|
+
|
|
3155
|
+
|
|
3156
|
+
|
|
3157
|
+
var GetEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
|
+
return [
|
|
3159
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3161
|
+
];
|
|
3162
|
+
}).s("AWSPartnerCentralSelling", "GetEngagement", {}).n("PartnerCentralSellingClient", "GetEngagementCommand").f(void 0, GetEngagementResponseFilterSensitiveLog).ser(se_GetEngagementCommand).de(de_GetEngagementCommand).build() {
|
|
3163
|
+
static {
|
|
3164
|
+
__name(this, "GetEngagementCommand");
|
|
3165
|
+
}
|
|
3166
|
+
};
|
|
3167
|
+
|
|
3168
|
+
// src/commands/GetEngagementInvitationCommand.ts
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
|
|
3172
|
+
var GetEngagementInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3173
|
+
return [
|
|
3174
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3175
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3176
|
+
];
|
|
3177
|
+
}).s("AWSPartnerCentralSelling", "GetEngagementInvitation", {}).n("PartnerCentralSellingClient", "GetEngagementInvitationCommand").f(void 0, GetEngagementInvitationResponseFilterSensitiveLog).ser(se_GetEngagementInvitationCommand).de(de_GetEngagementInvitationCommand).build() {
|
|
3178
|
+
static {
|
|
3179
|
+
__name(this, "GetEngagementInvitationCommand");
|
|
3180
|
+
}
|
|
3181
|
+
};
|
|
3182
|
+
|
|
3183
|
+
// src/commands/GetOpportunityCommand.ts
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
|
|
3187
|
+
var GetOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3188
|
+
return [
|
|
3189
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3190
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3191
|
+
];
|
|
3192
|
+
}).s("AWSPartnerCentralSelling", "GetOpportunity", {}).n("PartnerCentralSellingClient", "GetOpportunityCommand").f(void 0, GetOpportunityResponseFilterSensitiveLog).ser(se_GetOpportunityCommand).de(de_GetOpportunityCommand).build() {
|
|
3193
|
+
static {
|
|
3194
|
+
__name(this, "GetOpportunityCommand");
|
|
3195
|
+
}
|
|
3196
|
+
};
|
|
3197
|
+
|
|
3198
|
+
// src/commands/GetResourceSnapshotCommand.ts
|
|
3199
|
+
|
|
3200
|
+
|
|
3201
|
+
|
|
3202
|
+
var GetResourceSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3203
|
+
return [
|
|
3204
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3205
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3206
|
+
];
|
|
3207
|
+
}).s("AWSPartnerCentralSelling", "GetResourceSnapshot", {}).n("PartnerCentralSellingClient", "GetResourceSnapshotCommand").f(void 0, GetResourceSnapshotResponseFilterSensitiveLog).ser(se_GetResourceSnapshotCommand).de(de_GetResourceSnapshotCommand).build() {
|
|
3208
|
+
static {
|
|
3209
|
+
__name(this, "GetResourceSnapshotCommand");
|
|
3210
|
+
}
|
|
3211
|
+
};
|
|
3212
|
+
|
|
3213
|
+
// src/commands/GetResourceSnapshotJobCommand.ts
|
|
3214
|
+
|
|
3215
|
+
|
|
3216
|
+
|
|
3217
|
+
var GetResourceSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3218
|
+
return [
|
|
3219
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3220
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3221
|
+
];
|
|
3222
|
+
}).s("AWSPartnerCentralSelling", "GetResourceSnapshotJob", {}).n("PartnerCentralSellingClient", "GetResourceSnapshotJobCommand").f(void 0, void 0).ser(se_GetResourceSnapshotJobCommand).de(de_GetResourceSnapshotJobCommand).build() {
|
|
3223
|
+
static {
|
|
3224
|
+
__name(this, "GetResourceSnapshotJobCommand");
|
|
3225
|
+
}
|
|
3226
|
+
};
|
|
3227
|
+
|
|
3228
|
+
// src/commands/GetSellingSystemSettingsCommand.ts
|
|
3229
|
+
|
|
3230
|
+
|
|
3231
|
+
|
|
3232
|
+
var GetSellingSystemSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3233
|
+
return [
|
|
3234
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3235
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3236
|
+
];
|
|
3237
|
+
}).s("AWSPartnerCentralSelling", "GetSellingSystemSettings", {}).n("PartnerCentralSellingClient", "GetSellingSystemSettingsCommand").f(void 0, void 0).ser(se_GetSellingSystemSettingsCommand).de(de_GetSellingSystemSettingsCommand).build() {
|
|
3238
|
+
static {
|
|
3239
|
+
__name(this, "GetSellingSystemSettingsCommand");
|
|
3240
|
+
}
|
|
3241
|
+
};
|
|
3242
|
+
|
|
3243
|
+
// src/commands/ListEngagementByAcceptingInvitationTasksCommand.ts
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
|
|
3247
|
+
var ListEngagementByAcceptingInvitationTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3248
|
+
return [
|
|
3249
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3250
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3251
|
+
];
|
|
3252
|
+
}).s("AWSPartnerCentralSelling", "ListEngagementByAcceptingInvitationTasks", {}).n("PartnerCentralSellingClient", "ListEngagementByAcceptingInvitationTasksCommand").f(void 0, void 0).ser(se_ListEngagementByAcceptingInvitationTasksCommand).de(de_ListEngagementByAcceptingInvitationTasksCommand).build() {
|
|
3253
|
+
static {
|
|
3254
|
+
__name(this, "ListEngagementByAcceptingInvitationTasksCommand");
|
|
3255
|
+
}
|
|
3256
|
+
};
|
|
3257
|
+
|
|
3258
|
+
// src/commands/ListEngagementFromOpportunityTasksCommand.ts
|
|
3259
|
+
|
|
3260
|
+
|
|
3261
|
+
|
|
3262
|
+
var ListEngagementFromOpportunityTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3263
|
+
return [
|
|
3264
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3265
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3266
|
+
];
|
|
3267
|
+
}).s("AWSPartnerCentralSelling", "ListEngagementFromOpportunityTasks", {}).n("PartnerCentralSellingClient", "ListEngagementFromOpportunityTasksCommand").f(void 0, void 0).ser(se_ListEngagementFromOpportunityTasksCommand).de(de_ListEngagementFromOpportunityTasksCommand).build() {
|
|
3268
|
+
static {
|
|
3269
|
+
__name(this, "ListEngagementFromOpportunityTasksCommand");
|
|
3270
|
+
}
|
|
3271
|
+
};
|
|
3272
|
+
|
|
3273
|
+
// src/commands/ListEngagementInvitationsCommand.ts
|
|
3274
|
+
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
var ListEngagementInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3278
|
+
return [
|
|
3279
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3280
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3281
|
+
];
|
|
3282
|
+
}).s("AWSPartnerCentralSelling", "ListEngagementInvitations", {}).n("PartnerCentralSellingClient", "ListEngagementInvitationsCommand").f(ListEngagementInvitationsRequestFilterSensitiveLog, ListEngagementInvitationsResponseFilterSensitiveLog).ser(se_ListEngagementInvitationsCommand).de(de_ListEngagementInvitationsCommand).build() {
|
|
3283
|
+
static {
|
|
3284
|
+
__name(this, "ListEngagementInvitationsCommand");
|
|
3285
|
+
}
|
|
3286
|
+
};
|
|
3287
|
+
|
|
3288
|
+
// src/commands/ListEngagementMembersCommand.ts
|
|
3289
|
+
|
|
3290
|
+
|
|
3291
|
+
|
|
3292
|
+
var ListEngagementMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3293
|
+
return [
|
|
3294
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3295
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3296
|
+
];
|
|
3297
|
+
}).s("AWSPartnerCentralSelling", "ListEngagementMembers", {}).n("PartnerCentralSellingClient", "ListEngagementMembersCommand").f(void 0, ListEngagementMembersResponseFilterSensitiveLog).ser(se_ListEngagementMembersCommand).de(de_ListEngagementMembersCommand).build() {
|
|
3298
|
+
static {
|
|
3299
|
+
__name(this, "ListEngagementMembersCommand");
|
|
3300
|
+
}
|
|
3301
|
+
};
|
|
3302
|
+
|
|
3303
|
+
// src/commands/ListEngagementResourceAssociationsCommand.ts
|
|
3304
|
+
|
|
3305
|
+
|
|
3306
|
+
|
|
3307
|
+
var ListEngagementResourceAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3308
|
+
return [
|
|
3309
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3310
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3311
|
+
];
|
|
3312
|
+
}).s("AWSPartnerCentralSelling", "ListEngagementResourceAssociations", {}).n("PartnerCentralSellingClient", "ListEngagementResourceAssociationsCommand").f(
|
|
3313
|
+
ListEngagementResourceAssociationsRequestFilterSensitiveLog,
|
|
3314
|
+
ListEngagementResourceAssociationsResponseFilterSensitiveLog
|
|
3315
|
+
).ser(se_ListEngagementResourceAssociationsCommand).de(de_ListEngagementResourceAssociationsCommand).build() {
|
|
3316
|
+
static {
|
|
3317
|
+
__name(this, "ListEngagementResourceAssociationsCommand");
|
|
3318
|
+
}
|
|
3319
|
+
};
|
|
3320
|
+
|
|
3321
|
+
// src/commands/ListEngagementsCommand.ts
|
|
3322
|
+
|
|
3323
|
+
|
|
3324
|
+
|
|
3325
|
+
var ListEngagementsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3326
|
+
return [
|
|
3327
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3328
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3329
|
+
];
|
|
3330
|
+
}).s("AWSPartnerCentralSelling", "ListEngagements", {}).n("PartnerCentralSellingClient", "ListEngagementsCommand").f(ListEngagementsRequestFilterSensitiveLog, ListEngagementsResponseFilterSensitiveLog).ser(se_ListEngagementsCommand).de(de_ListEngagementsCommand).build() {
|
|
3331
|
+
static {
|
|
3332
|
+
__name(this, "ListEngagementsCommand");
|
|
3333
|
+
}
|
|
3334
|
+
};
|
|
3335
|
+
|
|
3336
|
+
// src/commands/ListOpportunitiesCommand.ts
|
|
3337
|
+
|
|
3338
|
+
|
|
3339
|
+
|
|
3340
|
+
var ListOpportunitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3341
|
+
return [
|
|
3342
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3343
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3344
|
+
];
|
|
3345
|
+
}).s("AWSPartnerCentralSelling", "ListOpportunities", {}).n("PartnerCentralSellingClient", "ListOpportunitiesCommand").f(void 0, ListOpportunitiesResponseFilterSensitiveLog).ser(se_ListOpportunitiesCommand).de(de_ListOpportunitiesCommand).build() {
|
|
3346
|
+
static {
|
|
3347
|
+
__name(this, "ListOpportunitiesCommand");
|
|
3348
|
+
}
|
|
3349
|
+
};
|
|
3350
|
+
|
|
3351
|
+
// src/commands/ListResourceSnapshotJobsCommand.ts
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
|
|
3355
|
+
var ListResourceSnapshotJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3356
|
+
return [
|
|
3357
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3358
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3359
|
+
];
|
|
3360
|
+
}).s("AWSPartnerCentralSelling", "ListResourceSnapshotJobs", {}).n("PartnerCentralSellingClient", "ListResourceSnapshotJobsCommand").f(void 0, void 0).ser(se_ListResourceSnapshotJobsCommand).de(de_ListResourceSnapshotJobsCommand).build() {
|
|
3361
|
+
static {
|
|
3362
|
+
__name(this, "ListResourceSnapshotJobsCommand");
|
|
3363
|
+
}
|
|
3364
|
+
};
|
|
3365
|
+
|
|
3366
|
+
// src/commands/ListResourceSnapshotsCommand.ts
|
|
3367
|
+
|
|
3368
|
+
|
|
3369
|
+
|
|
3370
|
+
var ListResourceSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3371
|
+
return [
|
|
3372
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3373
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3374
|
+
];
|
|
3375
|
+
}).s("AWSPartnerCentralSelling", "ListResourceSnapshots", {}).n("PartnerCentralSellingClient", "ListResourceSnapshotsCommand").f(ListResourceSnapshotsRequestFilterSensitiveLog, ListResourceSnapshotsResponseFilterSensitiveLog).ser(se_ListResourceSnapshotsCommand).de(de_ListResourceSnapshotsCommand).build() {
|
|
3376
|
+
static {
|
|
3377
|
+
__name(this, "ListResourceSnapshotsCommand");
|
|
3378
|
+
}
|
|
3379
|
+
};
|
|
3380
|
+
|
|
3381
|
+
// src/commands/ListSolutionsCommand.ts
|
|
3382
|
+
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
var ListSolutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3386
|
+
return [
|
|
3387
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3388
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3389
|
+
];
|
|
3390
|
+
}).s("AWSPartnerCentralSelling", "ListSolutions", {}).n("PartnerCentralSellingClient", "ListSolutionsCommand").f(void 0, void 0).ser(se_ListSolutionsCommand).de(de_ListSolutionsCommand).build() {
|
|
3391
|
+
static {
|
|
3392
|
+
__name(this, "ListSolutionsCommand");
|
|
3393
|
+
}
|
|
3394
|
+
};
|
|
3395
|
+
|
|
3396
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
3397
|
+
|
|
3398
|
+
|
|
3399
|
+
|
|
3400
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3401
|
+
return [
|
|
3402
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3403
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3404
|
+
];
|
|
3405
|
+
}).s("AWSPartnerCentralSelling", "ListTagsForResource", {}).n("PartnerCentralSellingClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3406
|
+
static {
|
|
3407
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3408
|
+
}
|
|
3409
|
+
};
|
|
3410
|
+
|
|
3411
|
+
// src/commands/PutSellingSystemSettingsCommand.ts
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
|
|
3415
|
+
var PutSellingSystemSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3416
|
+
return [
|
|
3417
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3418
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3419
|
+
];
|
|
3420
|
+
}).s("AWSPartnerCentralSelling", "PutSellingSystemSettings", {}).n("PartnerCentralSellingClient", "PutSellingSystemSettingsCommand").f(void 0, void 0).ser(se_PutSellingSystemSettingsCommand).de(de_PutSellingSystemSettingsCommand).build() {
|
|
3421
|
+
static {
|
|
3422
|
+
__name(this, "PutSellingSystemSettingsCommand");
|
|
3423
|
+
}
|
|
3424
|
+
};
|
|
3425
|
+
|
|
3426
|
+
// src/commands/RejectEngagementInvitationCommand.ts
|
|
3427
|
+
|
|
3428
|
+
|
|
3429
|
+
|
|
3430
|
+
var RejectEngagementInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3431
|
+
return [
|
|
3432
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3433
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3434
|
+
];
|
|
3435
|
+
}).s("AWSPartnerCentralSelling", "RejectEngagementInvitation", {}).n("PartnerCentralSellingClient", "RejectEngagementInvitationCommand").f(void 0, void 0).ser(se_RejectEngagementInvitationCommand).de(de_RejectEngagementInvitationCommand).build() {
|
|
3436
|
+
static {
|
|
3437
|
+
__name(this, "RejectEngagementInvitationCommand");
|
|
3438
|
+
}
|
|
3439
|
+
};
|
|
3440
|
+
|
|
3441
|
+
// src/commands/StartEngagementByAcceptingInvitationTaskCommand.ts
|
|
3442
|
+
|
|
3443
|
+
|
|
3444
|
+
|
|
3445
|
+
var StartEngagementByAcceptingInvitationTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
|
+
return [
|
|
3447
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3449
|
+
];
|
|
3450
|
+
}).s("AWSPartnerCentralSelling", "StartEngagementByAcceptingInvitationTask", {}).n("PartnerCentralSellingClient", "StartEngagementByAcceptingInvitationTaskCommand").f(void 0, void 0).ser(se_StartEngagementByAcceptingInvitationTaskCommand).de(de_StartEngagementByAcceptingInvitationTaskCommand).build() {
|
|
3451
|
+
static {
|
|
3452
|
+
__name(this, "StartEngagementByAcceptingInvitationTaskCommand");
|
|
3453
|
+
}
|
|
3454
|
+
};
|
|
3455
|
+
|
|
3456
|
+
// src/commands/StartEngagementFromOpportunityTaskCommand.ts
|
|
3457
|
+
|
|
3458
|
+
|
|
3459
|
+
|
|
3460
|
+
var StartEngagementFromOpportunityTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3461
|
+
return [
|
|
3462
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3463
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3464
|
+
];
|
|
3465
|
+
}).s("AWSPartnerCentralSelling", "StartEngagementFromOpportunityTask", {}).n("PartnerCentralSellingClient", "StartEngagementFromOpportunityTaskCommand").f(void 0, void 0).ser(se_StartEngagementFromOpportunityTaskCommand).de(de_StartEngagementFromOpportunityTaskCommand).build() {
|
|
3466
|
+
static {
|
|
3467
|
+
__name(this, "StartEngagementFromOpportunityTaskCommand");
|
|
3468
|
+
}
|
|
3469
|
+
};
|
|
3470
|
+
|
|
3471
|
+
// src/commands/StartResourceSnapshotJobCommand.ts
|
|
3472
|
+
|
|
3473
|
+
|
|
3474
|
+
|
|
3475
|
+
var StartResourceSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3476
|
+
return [
|
|
3477
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3478
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3479
|
+
];
|
|
3480
|
+
}).s("AWSPartnerCentralSelling", "StartResourceSnapshotJob", {}).n("PartnerCentralSellingClient", "StartResourceSnapshotJobCommand").f(void 0, void 0).ser(se_StartResourceSnapshotJobCommand).de(de_StartResourceSnapshotJobCommand).build() {
|
|
3481
|
+
static {
|
|
3482
|
+
__name(this, "StartResourceSnapshotJobCommand");
|
|
3483
|
+
}
|
|
3484
|
+
};
|
|
3485
|
+
|
|
3486
|
+
// src/commands/StopResourceSnapshotJobCommand.ts
|
|
3487
|
+
|
|
3488
|
+
|
|
3489
|
+
|
|
3490
|
+
var StopResourceSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3491
|
+
return [
|
|
3492
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3493
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3494
|
+
];
|
|
3495
|
+
}).s("AWSPartnerCentralSelling", "StopResourceSnapshotJob", {}).n("PartnerCentralSellingClient", "StopResourceSnapshotJobCommand").f(void 0, void 0).ser(se_StopResourceSnapshotJobCommand).de(de_StopResourceSnapshotJobCommand).build() {
|
|
3496
|
+
static {
|
|
3497
|
+
__name(this, "StopResourceSnapshotJobCommand");
|
|
3498
|
+
}
|
|
3499
|
+
};
|
|
3500
|
+
|
|
3501
|
+
// src/commands/SubmitOpportunityCommand.ts
|
|
3502
|
+
|
|
3503
|
+
|
|
3504
|
+
|
|
3505
|
+
var SubmitOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3506
|
+
return [
|
|
3507
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3508
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3509
|
+
];
|
|
3510
|
+
}).s("AWSPartnerCentralSelling", "SubmitOpportunity", {}).n("PartnerCentralSellingClient", "SubmitOpportunityCommand").f(void 0, void 0).ser(se_SubmitOpportunityCommand).de(de_SubmitOpportunityCommand).build() {
|
|
3511
|
+
static {
|
|
3512
|
+
__name(this, "SubmitOpportunityCommand");
|
|
3513
|
+
}
|
|
3514
|
+
};
|
|
3515
|
+
|
|
3516
|
+
// src/commands/TagResourceCommand.ts
|
|
3517
|
+
|
|
3518
|
+
|
|
3519
|
+
|
|
3520
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3521
|
+
return [
|
|
3522
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3523
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3524
|
+
];
|
|
3525
|
+
}).s("AWSPartnerCentralSelling", "TagResource", {}).n("PartnerCentralSellingClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3526
|
+
static {
|
|
3527
|
+
__name(this, "TagResourceCommand");
|
|
3528
|
+
}
|
|
3529
|
+
};
|
|
3530
|
+
|
|
3531
|
+
// src/commands/UntagResourceCommand.ts
|
|
3532
|
+
|
|
3533
|
+
|
|
3534
|
+
|
|
3535
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3536
|
+
return [
|
|
3537
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3538
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3539
|
+
];
|
|
3540
|
+
}).s("AWSPartnerCentralSelling", "UntagResource", {}).n("PartnerCentralSellingClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3541
|
+
static {
|
|
3542
|
+
__name(this, "UntagResourceCommand");
|
|
3543
|
+
}
|
|
3544
|
+
};
|
|
3545
|
+
|
|
3546
|
+
// src/commands/UpdateOpportunityCommand.ts
|
|
3547
|
+
|
|
3548
|
+
|
|
3549
|
+
|
|
3550
|
+
var UpdateOpportunityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3551
|
+
return [
|
|
3552
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3553
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3554
|
+
];
|
|
3555
|
+
}).s("AWSPartnerCentralSelling", "UpdateOpportunity", {}).n("PartnerCentralSellingClient", "UpdateOpportunityCommand").f(UpdateOpportunityRequestFilterSensitiveLog, void 0).ser(se_UpdateOpportunityCommand).de(de_UpdateOpportunityCommand).build() {
|
|
3556
|
+
static {
|
|
3557
|
+
__name(this, "UpdateOpportunityCommand");
|
|
3558
|
+
}
|
|
3559
|
+
};
|
|
3560
|
+
|
|
3561
|
+
// src/PartnerCentralSelling.ts
|
|
3562
|
+
var commands = {
|
|
3563
|
+
AcceptEngagementInvitationCommand,
|
|
3564
|
+
AssignOpportunityCommand,
|
|
3565
|
+
AssociateOpportunityCommand,
|
|
3566
|
+
CreateEngagementCommand,
|
|
3567
|
+
CreateEngagementInvitationCommand,
|
|
3568
|
+
CreateOpportunityCommand,
|
|
3569
|
+
CreateResourceSnapshotCommand,
|
|
3570
|
+
CreateResourceSnapshotJobCommand,
|
|
3571
|
+
DeleteResourceSnapshotJobCommand,
|
|
3572
|
+
DisassociateOpportunityCommand,
|
|
3573
|
+
GetAwsOpportunitySummaryCommand,
|
|
3574
|
+
GetEngagementCommand,
|
|
3575
|
+
GetEngagementInvitationCommand,
|
|
3576
|
+
GetOpportunityCommand,
|
|
3577
|
+
GetResourceSnapshotCommand,
|
|
3578
|
+
GetResourceSnapshotJobCommand,
|
|
3579
|
+
GetSellingSystemSettingsCommand,
|
|
3580
|
+
ListEngagementByAcceptingInvitationTasksCommand,
|
|
3581
|
+
ListEngagementFromOpportunityTasksCommand,
|
|
3582
|
+
ListEngagementInvitationsCommand,
|
|
3583
|
+
ListEngagementMembersCommand,
|
|
3584
|
+
ListEngagementResourceAssociationsCommand,
|
|
3585
|
+
ListEngagementsCommand,
|
|
3586
|
+
ListOpportunitiesCommand,
|
|
3587
|
+
ListResourceSnapshotJobsCommand,
|
|
3588
|
+
ListResourceSnapshotsCommand,
|
|
3589
|
+
ListSolutionsCommand,
|
|
3590
|
+
ListTagsForResourceCommand,
|
|
3591
|
+
PutSellingSystemSettingsCommand,
|
|
3592
|
+
RejectEngagementInvitationCommand,
|
|
3593
|
+
StartEngagementByAcceptingInvitationTaskCommand,
|
|
3594
|
+
StartEngagementFromOpportunityTaskCommand,
|
|
3595
|
+
StartResourceSnapshotJobCommand,
|
|
3596
|
+
StopResourceSnapshotJobCommand,
|
|
3597
|
+
SubmitOpportunityCommand,
|
|
3598
|
+
TagResourceCommand,
|
|
3599
|
+
UntagResourceCommand,
|
|
3600
|
+
UpdateOpportunityCommand
|
|
3601
|
+
};
|
|
3602
|
+
var PartnerCentralSelling = class extends PartnerCentralSellingClient {
|
|
3603
|
+
static {
|
|
3604
|
+
__name(this, "PartnerCentralSelling");
|
|
3605
|
+
}
|
|
3606
|
+
};
|
|
3607
|
+
(0, import_smithy_client.createAggregatedClient)(commands, PartnerCentralSelling);
|
|
3608
|
+
|
|
3609
|
+
// src/pagination/ListEngagementByAcceptingInvitationTasksPaginator.ts
|
|
3610
|
+
|
|
3611
|
+
var paginateListEngagementByAcceptingInvitationTasks = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
3612
|
+
|
|
3613
|
+
// src/pagination/ListEngagementFromOpportunityTasksPaginator.ts
|
|
3614
|
+
|
|
3615
|
+
var paginateListEngagementFromOpportunityTasks = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementFromOpportunityTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
3616
|
+
|
|
3617
|
+
// src/pagination/ListEngagementInvitationsPaginator.ts
|
|
3618
|
+
|
|
3619
|
+
var paginateListEngagementInvitations = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementInvitationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3620
|
+
|
|
3621
|
+
// src/pagination/ListEngagementMembersPaginator.ts
|
|
3622
|
+
|
|
3623
|
+
var paginateListEngagementMembers = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3624
|
+
|
|
3625
|
+
// src/pagination/ListEngagementResourceAssociationsPaginator.ts
|
|
3626
|
+
|
|
3627
|
+
var paginateListEngagementResourceAssociations = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementResourceAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3628
|
+
|
|
3629
|
+
// src/pagination/ListEngagementsPaginator.ts
|
|
3630
|
+
|
|
3631
|
+
var paginateListEngagements = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListEngagementsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3632
|
+
|
|
3633
|
+
// src/pagination/ListOpportunitiesPaginator.ts
|
|
3634
|
+
|
|
3635
|
+
var paginateListOpportunities = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListOpportunitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3636
|
+
|
|
3637
|
+
// src/pagination/ListResourceSnapshotJobsPaginator.ts
|
|
3638
|
+
|
|
3639
|
+
var paginateListResourceSnapshotJobs = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListResourceSnapshotJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3640
|
+
|
|
3641
|
+
// src/pagination/ListResourceSnapshotsPaginator.ts
|
|
3642
|
+
|
|
3643
|
+
var paginateListResourceSnapshots = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListResourceSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3644
|
+
|
|
3645
|
+
// src/pagination/ListSolutionsPaginator.ts
|
|
3646
|
+
|
|
3647
|
+
var paginateListSolutions = (0, import_core.createPaginator)(PartnerCentralSellingClient, ListSolutionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3648
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
3649
|
+
|
|
3650
|
+
0 && (module.exports = {
|
|
3651
|
+
PartnerCentralSellingServiceException,
|
|
3652
|
+
__Client,
|
|
3653
|
+
PartnerCentralSellingClient,
|
|
3654
|
+
PartnerCentralSelling,
|
|
3655
|
+
$Command,
|
|
3656
|
+
AcceptEngagementInvitationCommand,
|
|
3657
|
+
AssignOpportunityCommand,
|
|
3658
|
+
AssociateOpportunityCommand,
|
|
3659
|
+
CreateEngagementCommand,
|
|
3660
|
+
CreateEngagementInvitationCommand,
|
|
3661
|
+
CreateOpportunityCommand,
|
|
3662
|
+
CreateResourceSnapshotCommand,
|
|
3663
|
+
CreateResourceSnapshotJobCommand,
|
|
3664
|
+
DeleteResourceSnapshotJobCommand,
|
|
3665
|
+
DisassociateOpportunityCommand,
|
|
3666
|
+
GetAwsOpportunitySummaryCommand,
|
|
3667
|
+
GetEngagementCommand,
|
|
3668
|
+
GetEngagementInvitationCommand,
|
|
3669
|
+
GetOpportunityCommand,
|
|
3670
|
+
GetResourceSnapshotCommand,
|
|
3671
|
+
GetResourceSnapshotJobCommand,
|
|
3672
|
+
GetSellingSystemSettingsCommand,
|
|
3673
|
+
ListEngagementByAcceptingInvitationTasksCommand,
|
|
3674
|
+
ListEngagementFromOpportunityTasksCommand,
|
|
3675
|
+
ListEngagementInvitationsCommand,
|
|
3676
|
+
ListEngagementMembersCommand,
|
|
3677
|
+
ListEngagementResourceAssociationsCommand,
|
|
3678
|
+
ListEngagementsCommand,
|
|
3679
|
+
ListOpportunitiesCommand,
|
|
3680
|
+
ListResourceSnapshotJobsCommand,
|
|
3681
|
+
ListResourceSnapshotsCommand,
|
|
3682
|
+
ListSolutionsCommand,
|
|
3683
|
+
ListTagsForResourceCommand,
|
|
3684
|
+
PutSellingSystemSettingsCommand,
|
|
3685
|
+
RejectEngagementInvitationCommand,
|
|
3686
|
+
StartEngagementByAcceptingInvitationTaskCommand,
|
|
3687
|
+
StartEngagementFromOpportunityTaskCommand,
|
|
3688
|
+
StartResourceSnapshotJobCommand,
|
|
3689
|
+
StopResourceSnapshotJobCommand,
|
|
3690
|
+
SubmitOpportunityCommand,
|
|
3691
|
+
TagResourceCommand,
|
|
3692
|
+
UntagResourceCommand,
|
|
3693
|
+
UpdateOpportunityCommand,
|
|
3694
|
+
paginateListEngagementByAcceptingInvitationTasks,
|
|
3695
|
+
paginateListEngagementFromOpportunityTasks,
|
|
3696
|
+
paginateListEngagementInvitations,
|
|
3697
|
+
paginateListEngagementMembers,
|
|
3698
|
+
paginateListEngagementResourceAssociations,
|
|
3699
|
+
paginateListEngagements,
|
|
3700
|
+
paginateListOpportunities,
|
|
3701
|
+
paginateListResourceSnapshotJobs,
|
|
3702
|
+
paginateListResourceSnapshots,
|
|
3703
|
+
paginateListSolutions,
|
|
3704
|
+
AccessDeniedException,
|
|
3705
|
+
ConflictException,
|
|
3706
|
+
InternalServerException,
|
|
3707
|
+
ResourceNotFoundException,
|
|
3708
|
+
ThrottlingException,
|
|
3709
|
+
ValidationExceptionErrorCode,
|
|
3710
|
+
ValidationExceptionReason,
|
|
3711
|
+
ValidationException,
|
|
3712
|
+
CountryCode,
|
|
3713
|
+
Industry,
|
|
3714
|
+
RelatedEntityType,
|
|
3715
|
+
AwsClosedLostReason,
|
|
3716
|
+
AwsFundingUsed,
|
|
3717
|
+
AwsMemberBusinessTitle,
|
|
3718
|
+
EngagementScore,
|
|
3719
|
+
AwsOpportunityStage,
|
|
3720
|
+
CurrencyCode,
|
|
3721
|
+
PaymentFrequency,
|
|
3722
|
+
EngagementContextPayload,
|
|
3723
|
+
EngagementContextType,
|
|
3724
|
+
ServiceQuotaExceededException,
|
|
3725
|
+
EngagementSortName,
|
|
3726
|
+
SortOrder,
|
|
3727
|
+
ListTasksSortName,
|
|
3728
|
+
TaskStatus,
|
|
3729
|
+
ReasonCode,
|
|
3730
|
+
SalesInvolvementType,
|
|
3731
|
+
Visibility,
|
|
3732
|
+
ReceiverResponsibility,
|
|
3733
|
+
Payload,
|
|
3734
|
+
Receiver,
|
|
3735
|
+
EngagementInvitationPayloadType,
|
|
3736
|
+
InvitationStatus,
|
|
3737
|
+
ParticipantType,
|
|
3738
|
+
OpportunityEngagementInvitationSortName,
|
|
3739
|
+
ClosedLostReason,
|
|
3740
|
+
ReviewStatus,
|
|
3741
|
+
Stage,
|
|
3742
|
+
Channel,
|
|
3743
|
+
MarketingSource,
|
|
3744
|
+
NationalSecurity,
|
|
3745
|
+
OpportunityType,
|
|
3746
|
+
OpportunityOrigin,
|
|
3747
|
+
PrimaryNeedFromAws,
|
|
3748
|
+
CompetitorName,
|
|
3749
|
+
DeliveryModel,
|
|
3750
|
+
SalesActivity,
|
|
3751
|
+
RevenueModel,
|
|
3752
|
+
InvolvementTypeChangeReason,
|
|
3753
|
+
OpportunitySortName,
|
|
3754
|
+
ResourceType,
|
|
3755
|
+
ResourceSnapshotPayload,
|
|
3756
|
+
ResourceSnapshotJobStatus,
|
|
3757
|
+
SortBy,
|
|
3758
|
+
SolutionSortName,
|
|
3759
|
+
SolutionStatus,
|
|
3760
|
+
AddressFilterSensitiveLog,
|
|
3761
|
+
AccountFilterSensitiveLog,
|
|
3762
|
+
AccountReceiverFilterSensitiveLog,
|
|
3763
|
+
AddressSummaryFilterSensitiveLog,
|
|
3764
|
+
AccountSummaryFilterSensitiveLog,
|
|
3765
|
+
AssigneeContactFilterSensitiveLog,
|
|
3766
|
+
AssignOpportunityRequestFilterSensitiveLog,
|
|
3767
|
+
ContactFilterSensitiveLog,
|
|
3768
|
+
AwsOpportunityCustomerFilterSensitiveLog,
|
|
3769
|
+
AwsOpportunityLifeCycleFilterSensitiveLog,
|
|
3770
|
+
ExpectedCustomerSpendFilterSensitiveLog,
|
|
3771
|
+
AwsOpportunityProjectFilterSensitiveLog,
|
|
3772
|
+
AwsTeamMemberFilterSensitiveLog,
|
|
3773
|
+
EngagementCustomerFilterSensitiveLog,
|
|
3774
|
+
EngagementCustomerProjectDetailsFilterSensitiveLog,
|
|
3775
|
+
CustomerProjectsContextFilterSensitiveLog,
|
|
3776
|
+
EngagementContextPayloadFilterSensitiveLog,
|
|
3777
|
+
EngagementContextDetailsFilterSensitiveLog,
|
|
3778
|
+
CreateEngagementRequestFilterSensitiveLog,
|
|
3779
|
+
GetEngagementResponseFilterSensitiveLog,
|
|
3780
|
+
EngagementMemberFilterSensitiveLog,
|
|
3781
|
+
ListEngagementMembersResponseFilterSensitiveLog,
|
|
3782
|
+
ListEngagementsRequestFilterSensitiveLog,
|
|
3783
|
+
EngagementSummaryFilterSensitiveLog,
|
|
3784
|
+
ListEngagementsResponseFilterSensitiveLog,
|
|
3785
|
+
ProjectDetailsFilterSensitiveLog,
|
|
3786
|
+
SenderContactFilterSensitiveLog,
|
|
3787
|
+
OpportunityInvitationPayloadFilterSensitiveLog,
|
|
3788
|
+
PayloadFilterSensitiveLog,
|
|
3789
|
+
ReceiverFilterSensitiveLog,
|
|
3790
|
+
InvitationFilterSensitiveLog,
|
|
3791
|
+
CreateEngagementInvitationRequestFilterSensitiveLog,
|
|
3792
|
+
EngagementMemberSummaryFilterSensitiveLog,
|
|
3793
|
+
GetEngagementInvitationResponseFilterSensitiveLog,
|
|
3794
|
+
ListEngagementInvitationsRequestFilterSensitiveLog,
|
|
3795
|
+
EngagementInvitationSummaryFilterSensitiveLog,
|
|
3796
|
+
ListEngagementInvitationsResponseFilterSensitiveLog,
|
|
3797
|
+
CustomerFilterSensitiveLog,
|
|
3798
|
+
LifeCycleFilterSensitiveLog,
|
|
3799
|
+
ProjectFilterSensitiveLog,
|
|
3800
|
+
MonetaryValueFilterSensitiveLog,
|
|
3801
|
+
SoftwareRevenueFilterSensitiveLog,
|
|
3802
|
+
CreateOpportunityRequestFilterSensitiveLog,
|
|
3803
|
+
GetAwsOpportunitySummaryResponseFilterSensitiveLog,
|
|
3804
|
+
GetOpportunityResponseFilterSensitiveLog,
|
|
3805
|
+
CustomerSummaryFilterSensitiveLog,
|
|
3806
|
+
LifeCycleSummaryFilterSensitiveLog,
|
|
3807
|
+
ProjectSummaryFilterSensitiveLog,
|
|
3808
|
+
OpportunitySummaryFilterSensitiveLog,
|
|
3809
|
+
ListOpportunitiesResponseFilterSensitiveLog,
|
|
3810
|
+
UpdateOpportunityRequestFilterSensitiveLog,
|
|
3811
|
+
LifeCycleForViewFilterSensitiveLog,
|
|
3812
|
+
ProjectViewFilterSensitiveLog,
|
|
3813
|
+
OpportunitySummaryViewFilterSensitiveLog,
|
|
3814
|
+
ResourceSnapshotPayloadFilterSensitiveLog,
|
|
3815
|
+
GetResourceSnapshotResponseFilterSensitiveLog,
|
|
3816
|
+
ListEngagementResourceAssociationsRequestFilterSensitiveLog,
|
|
3817
|
+
EngagementResourceAssociationSummaryFilterSensitiveLog,
|
|
3818
|
+
ListEngagementResourceAssociationsResponseFilterSensitiveLog,
|
|
3819
|
+
ListResourceSnapshotsRequestFilterSensitiveLog,
|
|
3820
|
+
ResourceSnapshotSummaryFilterSensitiveLog,
|
|
3821
|
+
ListResourceSnapshotsResponseFilterSensitiveLog
|
|
3822
|
+
});
|
|
3823
|
+
|