@aws-sdk/client-partnercentral-selling 3.1076.0 → 3.1078.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 +69 -463
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/AssignOpportunityCommand.js +2 -14
- package/dist-es/commands/AssociateOpportunityCommand.js +2 -14
- package/dist-es/commands/CreateEngagementCommand.js +2 -14
- package/dist-es/commands/CreateEngagementContextCommand.js +2 -14
- package/dist-es/commands/CreateEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/CreateOpportunityCommand.js +2 -14
- package/dist-es/commands/CreateResourceSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/DeleteResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/DisassociateOpportunityCommand.js +2 -14
- package/dist-es/commands/GetAwsOpportunitySummaryCommand.js +2 -14
- package/dist-es/commands/GetEngagementCommand.js +2 -14
- package/dist-es/commands/GetEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/GetOpportunityCommand.js +2 -14
- package/dist-es/commands/GetProspectingFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/GetResourceSnapshotCommand.js +2 -14
- package/dist-es/commands/GetResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/GetSellingSystemSettingsCommand.js +2 -14
- package/dist-es/commands/ListEngagementByAcceptingInvitationTasksCommand.js +2 -14
- package/dist-es/commands/ListEngagementFromOpportunityTasksCommand.js +2 -14
- package/dist-es/commands/ListEngagementInvitationsCommand.js +2 -14
- package/dist-es/commands/ListEngagementMembersCommand.js +2 -14
- package/dist-es/commands/ListEngagementResourceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListEngagementsCommand.js +2 -14
- package/dist-es/commands/ListOpportunitiesCommand.js +2 -14
- package/dist-es/commands/ListOpportunityFromEngagementTasksCommand.js +2 -14
- package/dist-es/commands/ListProspectingFromEngagementTasksCommand.js +2 -14
- package/dist-es/commands/ListResourceSnapshotJobsCommand.js +2 -14
- package/dist-es/commands/ListResourceSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListSolutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSellingSystemSettingsCommand.js +2 -14
- package/dist-es/commands/RejectEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/StartEngagementByAcceptingInvitationTaskCommand.js +2 -14
- package/dist-es/commands/StartEngagementFromOpportunityTaskCommand.js +2 -14
- package/dist-es/commands/StartOpportunityFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/StartProspectingFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/StartResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/StopResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/SubmitOpportunityCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEngagementContextCommand.js +2 -14
- package/dist-es/commands/UpdateOpportunityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +14 -8
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssignOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/AssociateOpportunityCommand.d.ts +4 -9
- package/dist-types/commands/CreateEngagementCommand.d.ts +3 -8
- package/dist-types/commands/CreateEngagementContextCommand.d.ts +3 -8
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CreateOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateOpportunityCommand.d.ts +4 -9
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +9 -8
- package/dist-types/commands/GetEngagementCommand.d.ts +3 -8
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/GetOpportunityCommand.d.ts +9 -8
- package/dist-types/commands/GetProspectingFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +15 -8
- package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
- package/dist-types/commands/ListOpportunitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListOpportunityFromEngagementTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListProspectingFromEngagementTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionsCommand.d.ts +7 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartOpportunityFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartProspectingFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEngagementContextCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOpportunityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +30 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultPartnerCentralSellingHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -65,7 +67,7 @@ const commonParams = {
|
|
|
65
67
|
Region: { type: "builtInParams", name: "region" },
|
|
66
68
|
};
|
|
67
69
|
|
|
68
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
69
71
|
var packageInfo = {
|
|
70
72
|
version: version};
|
|
71
73
|
|
|
@@ -239,6 +241,9 @@ const _ALMD = "AfterLastModifiedDate";
|
|
|
239
241
|
const _AM = "AwsMaturity";
|
|
240
242
|
const _AMO = "AwsMarketplaceOffers";
|
|
241
243
|
const _AMOS = "AwsMarketplaceOfferSets";
|
|
244
|
+
const _AMP = "AwsMarketplaceProducts";
|
|
245
|
+
const _AMS = "AwsMarketplaceSolutions";
|
|
246
|
+
const _AMSA = "AwsMarketplaceSolutionArn";
|
|
242
247
|
const _AMm = "AmountMap";
|
|
243
248
|
const _AN = "AccountName";
|
|
244
249
|
const _AO = "AssignOpportunity";
|
|
@@ -860,8 +865,8 @@ var AwsOpportunityProject$ = [3, n0, _AOP,
|
|
|
860
865
|
];
|
|
861
866
|
var AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
|
|
862
867
|
0,
|
|
863
|
-
[_APws, _So],
|
|
864
|
-
[64 | 0, 64 | 0]
|
|
868
|
+
[_APws, _So, _AMS, _AMP],
|
|
869
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
865
870
|
];
|
|
866
871
|
var AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
|
|
867
872
|
0,
|
|
@@ -1325,8 +1330,8 @@ var ListResourceSnapshotsResponse$ = [3, n0, _LRSRi,
|
|
|
1325
1330
|
];
|
|
1326
1331
|
var ListSolutionsRequest$ = [3, n0, _LSR,
|
|
1327
1332
|
0,
|
|
1328
|
-
[_C, _MR, _NT, _Sor, _St, _I, _Cat],
|
|
1329
|
-
[0, 1, 0, () => SolutionSort$, 64 | 0, 64 | 0, 64 | 0], 1
|
|
1333
|
+
[_C, _MR, _NT, _Sor, _St, _I, _Cat, _AMSA],
|
|
1334
|
+
[0, 1, 0, () => SolutionSort$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
1330
1335
|
];
|
|
1331
1336
|
var ListSolutionsResponse$ = [3, n0, _LSRi,
|
|
1332
1337
|
0,
|
|
@@ -1470,8 +1475,8 @@ var RejectEngagementInvitationRequest$ = [3, n0, _REIR,
|
|
|
1470
1475
|
];
|
|
1471
1476
|
var RelatedEntityIdentifiers$ = [3, n0, _REIel,
|
|
1472
1477
|
0,
|
|
1473
|
-
[_AMO, _AMOS, _So, _APws],
|
|
1474
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
1478
|
+
[_AMO, _AMOS, _So, _APws, _AMS, _AMP],
|
|
1479
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
1475
1480
|
];
|
|
1476
1481
|
var ResourceSnapshotJobSummary$ = [3, n0, _RSJSe,
|
|
1477
1482
|
0,
|
|
@@ -1495,8 +1500,8 @@ var SoftwareRevenue$ = [3, n0, _SR,
|
|
|
1495
1500
|
];
|
|
1496
1501
|
var SolutionBase$ = [3, n0, _SBo,
|
|
1497
1502
|
0,
|
|
1498
|
-
[_C, _Id, _N, _St, _Cat, _CD, _Ar],
|
|
1499
|
-
[0, 0, 0, 0, 0, 5, 0], 6
|
|
1503
|
+
[_C, _Id, _N, _St, _Cat, _CD, _Ar, _AMSA],
|
|
1504
|
+
[0, 0, 0, 0, 0, 5, 0, 0], 6
|
|
1500
1505
|
];
|
|
1501
1506
|
var SolutionSort$ = [3, n0, _SSol,
|
|
1502
1507
|
0,
|
|
@@ -1924,6 +1929,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1924
1929
|
serviceTarget: "AWSPartnerCentralSelling",
|
|
1925
1930
|
},
|
|
1926
1931
|
serviceId: config?.serviceId ?? "PartnerCentral Selling",
|
|
1932
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1927
1933
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1928
1934
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1929
1935
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1957,7 +1963,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1957
1963
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1958
1964
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1959
1965
|
}, config),
|
|
1960
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1961
1966
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1962
1967
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1963
1968
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2045,544 +2050,143 @@ class PartnerCentralSellingClient extends Client {
|
|
|
2045
2050
|
}
|
|
2046
2051
|
}
|
|
2047
2052
|
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
})
|
|
2054
|
-
.s("AWSPartnerCentralSelling", "AcceptEngagementInvitation", {})
|
|
2055
|
-
.n("PartnerCentralSellingClient", "AcceptEngagementInvitationCommand")
|
|
2056
|
-
.sc(AcceptEngagementInvitation$)
|
|
2057
|
-
.build() {
|
|
2053
|
+
const command = makeBuilder(commonParams, "AWSPartnerCentralSelling", "PartnerCentralSellingClient", getEndpointPlugin);
|
|
2054
|
+
const _ep0 = {};
|
|
2055
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2056
|
+
|
|
2057
|
+
class AcceptEngagementInvitationCommand extends command(_ep0, _mw0, "AcceptEngagementInvitation", AcceptEngagementInvitation$) {
|
|
2058
2058
|
}
|
|
2059
2059
|
|
|
2060
|
-
class AssignOpportunityCommand extends
|
|
2061
|
-
.classBuilder()
|
|
2062
|
-
.ep(commonParams)
|
|
2063
|
-
.m(function (Command, cs, config, o) {
|
|
2064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
-
})
|
|
2066
|
-
.s("AWSPartnerCentralSelling", "AssignOpportunity", {})
|
|
2067
|
-
.n("PartnerCentralSellingClient", "AssignOpportunityCommand")
|
|
2068
|
-
.sc(AssignOpportunity$)
|
|
2069
|
-
.build() {
|
|
2060
|
+
class AssignOpportunityCommand extends command(_ep0, _mw0, "AssignOpportunity", AssignOpportunity$) {
|
|
2070
2061
|
}
|
|
2071
2062
|
|
|
2072
|
-
class AssociateOpportunityCommand extends
|
|
2073
|
-
.classBuilder()
|
|
2074
|
-
.ep(commonParams)
|
|
2075
|
-
.m(function (Command, cs, config, o) {
|
|
2076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
-
})
|
|
2078
|
-
.s("AWSPartnerCentralSelling", "AssociateOpportunity", {})
|
|
2079
|
-
.n("PartnerCentralSellingClient", "AssociateOpportunityCommand")
|
|
2080
|
-
.sc(AssociateOpportunity$)
|
|
2081
|
-
.build() {
|
|
2063
|
+
class AssociateOpportunityCommand extends command(_ep0, _mw0, "AssociateOpportunity", AssociateOpportunity$) {
|
|
2082
2064
|
}
|
|
2083
2065
|
|
|
2084
|
-
class CreateEngagementCommand extends
|
|
2085
|
-
.classBuilder()
|
|
2086
|
-
.ep(commonParams)
|
|
2087
|
-
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2089
|
-
})
|
|
2090
|
-
.s("AWSPartnerCentralSelling", "CreateEngagement", {})
|
|
2091
|
-
.n("PartnerCentralSellingClient", "CreateEngagementCommand")
|
|
2092
|
-
.sc(CreateEngagement$)
|
|
2093
|
-
.build() {
|
|
2066
|
+
class CreateEngagementCommand extends command(_ep0, _mw0, "CreateEngagement", CreateEngagement$) {
|
|
2094
2067
|
}
|
|
2095
2068
|
|
|
2096
|
-
class CreateEngagementContextCommand extends
|
|
2097
|
-
.classBuilder()
|
|
2098
|
-
.ep(commonParams)
|
|
2099
|
-
.m(function (Command, cs, config, o) {
|
|
2100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2101
|
-
})
|
|
2102
|
-
.s("AWSPartnerCentralSelling", "CreateEngagementContext", {})
|
|
2103
|
-
.n("PartnerCentralSellingClient", "CreateEngagementContextCommand")
|
|
2104
|
-
.sc(CreateEngagementContext$)
|
|
2105
|
-
.build() {
|
|
2069
|
+
class CreateEngagementContextCommand extends command(_ep0, _mw0, "CreateEngagementContext", CreateEngagementContext$) {
|
|
2106
2070
|
}
|
|
2107
2071
|
|
|
2108
|
-
class CreateEngagementInvitationCommand extends
|
|
2109
|
-
.classBuilder()
|
|
2110
|
-
.ep(commonParams)
|
|
2111
|
-
.m(function (Command, cs, config, o) {
|
|
2112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2113
|
-
})
|
|
2114
|
-
.s("AWSPartnerCentralSelling", "CreateEngagementInvitation", {})
|
|
2115
|
-
.n("PartnerCentralSellingClient", "CreateEngagementInvitationCommand")
|
|
2116
|
-
.sc(CreateEngagementInvitation$)
|
|
2117
|
-
.build() {
|
|
2072
|
+
class CreateEngagementInvitationCommand extends command(_ep0, _mw0, "CreateEngagementInvitation", CreateEngagementInvitation$) {
|
|
2118
2073
|
}
|
|
2119
2074
|
|
|
2120
|
-
class CreateOpportunityCommand extends
|
|
2121
|
-
.classBuilder()
|
|
2122
|
-
.ep(commonParams)
|
|
2123
|
-
.m(function (Command, cs, config, o) {
|
|
2124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
|
-
})
|
|
2126
|
-
.s("AWSPartnerCentralSelling", "CreateOpportunity", {})
|
|
2127
|
-
.n("PartnerCentralSellingClient", "CreateOpportunityCommand")
|
|
2128
|
-
.sc(CreateOpportunity$)
|
|
2129
|
-
.build() {
|
|
2075
|
+
class CreateOpportunityCommand extends command(_ep0, _mw0, "CreateOpportunity", CreateOpportunity$) {
|
|
2130
2076
|
}
|
|
2131
2077
|
|
|
2132
|
-
class CreateResourceSnapshotCommand extends
|
|
2133
|
-
.classBuilder()
|
|
2134
|
-
.ep(commonParams)
|
|
2135
|
-
.m(function (Command, cs, config, o) {
|
|
2136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2137
|
-
})
|
|
2138
|
-
.s("AWSPartnerCentralSelling", "CreateResourceSnapshot", {})
|
|
2139
|
-
.n("PartnerCentralSellingClient", "CreateResourceSnapshotCommand")
|
|
2140
|
-
.sc(CreateResourceSnapshot$)
|
|
2141
|
-
.build() {
|
|
2078
|
+
class CreateResourceSnapshotCommand extends command(_ep0, _mw0, "CreateResourceSnapshot", CreateResourceSnapshot$) {
|
|
2142
2079
|
}
|
|
2143
2080
|
|
|
2144
|
-
class CreateResourceSnapshotJobCommand extends
|
|
2145
|
-
.classBuilder()
|
|
2146
|
-
.ep(commonParams)
|
|
2147
|
-
.m(function (Command, cs, config, o) {
|
|
2148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2149
|
-
})
|
|
2150
|
-
.s("AWSPartnerCentralSelling", "CreateResourceSnapshotJob", {})
|
|
2151
|
-
.n("PartnerCentralSellingClient", "CreateResourceSnapshotJobCommand")
|
|
2152
|
-
.sc(CreateResourceSnapshotJob$)
|
|
2153
|
-
.build() {
|
|
2081
|
+
class CreateResourceSnapshotJobCommand extends command(_ep0, _mw0, "CreateResourceSnapshotJob", CreateResourceSnapshotJob$) {
|
|
2154
2082
|
}
|
|
2155
2083
|
|
|
2156
|
-
class DeleteResourceSnapshotJobCommand extends
|
|
2157
|
-
.classBuilder()
|
|
2158
|
-
.ep(commonParams)
|
|
2159
|
-
.m(function (Command, cs, config, o) {
|
|
2160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2161
|
-
})
|
|
2162
|
-
.s("AWSPartnerCentralSelling", "DeleteResourceSnapshotJob", {})
|
|
2163
|
-
.n("PartnerCentralSellingClient", "DeleteResourceSnapshotJobCommand")
|
|
2164
|
-
.sc(DeleteResourceSnapshotJob$)
|
|
2165
|
-
.build() {
|
|
2084
|
+
class DeleteResourceSnapshotJobCommand extends command(_ep0, _mw0, "DeleteResourceSnapshotJob", DeleteResourceSnapshotJob$) {
|
|
2166
2085
|
}
|
|
2167
2086
|
|
|
2168
|
-
class DisassociateOpportunityCommand extends
|
|
2169
|
-
.classBuilder()
|
|
2170
|
-
.ep(commonParams)
|
|
2171
|
-
.m(function (Command, cs, config, o) {
|
|
2172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2173
|
-
})
|
|
2174
|
-
.s("AWSPartnerCentralSelling", "DisassociateOpportunity", {})
|
|
2175
|
-
.n("PartnerCentralSellingClient", "DisassociateOpportunityCommand")
|
|
2176
|
-
.sc(DisassociateOpportunity$)
|
|
2177
|
-
.build() {
|
|
2087
|
+
class DisassociateOpportunityCommand extends command(_ep0, _mw0, "DisassociateOpportunity", DisassociateOpportunity$) {
|
|
2178
2088
|
}
|
|
2179
2089
|
|
|
2180
|
-
class GetAwsOpportunitySummaryCommand extends
|
|
2181
|
-
.classBuilder()
|
|
2182
|
-
.ep(commonParams)
|
|
2183
|
-
.m(function (Command, cs, config, o) {
|
|
2184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2185
|
-
})
|
|
2186
|
-
.s("AWSPartnerCentralSelling", "GetAwsOpportunitySummary", {})
|
|
2187
|
-
.n("PartnerCentralSellingClient", "GetAwsOpportunitySummaryCommand")
|
|
2188
|
-
.sc(GetAwsOpportunitySummary$)
|
|
2189
|
-
.build() {
|
|
2090
|
+
class GetAwsOpportunitySummaryCommand extends command(_ep0, _mw0, "GetAwsOpportunitySummary", GetAwsOpportunitySummary$) {
|
|
2190
2091
|
}
|
|
2191
2092
|
|
|
2192
|
-
class GetEngagementCommand extends
|
|
2193
|
-
.classBuilder()
|
|
2194
|
-
.ep(commonParams)
|
|
2195
|
-
.m(function (Command, cs, config, o) {
|
|
2196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2197
|
-
})
|
|
2198
|
-
.s("AWSPartnerCentralSelling", "GetEngagement", {})
|
|
2199
|
-
.n("PartnerCentralSellingClient", "GetEngagementCommand")
|
|
2200
|
-
.sc(GetEngagement$)
|
|
2201
|
-
.build() {
|
|
2093
|
+
class GetEngagementCommand extends command(_ep0, _mw0, "GetEngagement", GetEngagement$) {
|
|
2202
2094
|
}
|
|
2203
2095
|
|
|
2204
|
-
class GetEngagementInvitationCommand extends
|
|
2205
|
-
.classBuilder()
|
|
2206
|
-
.ep(commonParams)
|
|
2207
|
-
.m(function (Command, cs, config, o) {
|
|
2208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2209
|
-
})
|
|
2210
|
-
.s("AWSPartnerCentralSelling", "GetEngagementInvitation", {})
|
|
2211
|
-
.n("PartnerCentralSellingClient", "GetEngagementInvitationCommand")
|
|
2212
|
-
.sc(GetEngagementInvitation$)
|
|
2213
|
-
.build() {
|
|
2096
|
+
class GetEngagementInvitationCommand extends command(_ep0, _mw0, "GetEngagementInvitation", GetEngagementInvitation$) {
|
|
2214
2097
|
}
|
|
2215
2098
|
|
|
2216
|
-
class GetOpportunityCommand extends
|
|
2217
|
-
.classBuilder()
|
|
2218
|
-
.ep(commonParams)
|
|
2219
|
-
.m(function (Command, cs, config, o) {
|
|
2220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2221
|
-
})
|
|
2222
|
-
.s("AWSPartnerCentralSelling", "GetOpportunity", {})
|
|
2223
|
-
.n("PartnerCentralSellingClient", "GetOpportunityCommand")
|
|
2224
|
-
.sc(GetOpportunity$)
|
|
2225
|
-
.build() {
|
|
2099
|
+
class GetOpportunityCommand extends command(_ep0, _mw0, "GetOpportunity", GetOpportunity$) {
|
|
2226
2100
|
}
|
|
2227
2101
|
|
|
2228
|
-
class GetProspectingFromEngagementTaskCommand extends
|
|
2229
|
-
.classBuilder()
|
|
2230
|
-
.ep(commonParams)
|
|
2231
|
-
.m(function (Command, cs, config, o) {
|
|
2232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2233
|
-
})
|
|
2234
|
-
.s("AWSPartnerCentralSelling", "GetProspectingFromEngagementTask", {})
|
|
2235
|
-
.n("PartnerCentralSellingClient", "GetProspectingFromEngagementTaskCommand")
|
|
2236
|
-
.sc(GetProspectingFromEngagementTask$)
|
|
2237
|
-
.build() {
|
|
2102
|
+
class GetProspectingFromEngagementTaskCommand extends command(_ep0, _mw0, "GetProspectingFromEngagementTask", GetProspectingFromEngagementTask$) {
|
|
2238
2103
|
}
|
|
2239
2104
|
|
|
2240
|
-
class GetResourceSnapshotCommand extends
|
|
2241
|
-
.classBuilder()
|
|
2242
|
-
.ep(commonParams)
|
|
2243
|
-
.m(function (Command, cs, config, o) {
|
|
2244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
|
-
})
|
|
2246
|
-
.s("AWSPartnerCentralSelling", "GetResourceSnapshot", {})
|
|
2247
|
-
.n("PartnerCentralSellingClient", "GetResourceSnapshotCommand")
|
|
2248
|
-
.sc(GetResourceSnapshot$)
|
|
2249
|
-
.build() {
|
|
2105
|
+
class GetResourceSnapshotCommand extends command(_ep0, _mw0, "GetResourceSnapshot", GetResourceSnapshot$) {
|
|
2250
2106
|
}
|
|
2251
2107
|
|
|
2252
|
-
class GetResourceSnapshotJobCommand extends
|
|
2253
|
-
.classBuilder()
|
|
2254
|
-
.ep(commonParams)
|
|
2255
|
-
.m(function (Command, cs, config, o) {
|
|
2256
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2257
|
-
})
|
|
2258
|
-
.s("AWSPartnerCentralSelling", "GetResourceSnapshotJob", {})
|
|
2259
|
-
.n("PartnerCentralSellingClient", "GetResourceSnapshotJobCommand")
|
|
2260
|
-
.sc(GetResourceSnapshotJob$)
|
|
2261
|
-
.build() {
|
|
2108
|
+
class GetResourceSnapshotJobCommand extends command(_ep0, _mw0, "GetResourceSnapshotJob", GetResourceSnapshotJob$) {
|
|
2262
2109
|
}
|
|
2263
2110
|
|
|
2264
|
-
class GetSellingSystemSettingsCommand extends
|
|
2265
|
-
.classBuilder()
|
|
2266
|
-
.ep(commonParams)
|
|
2267
|
-
.m(function (Command, cs, config, o) {
|
|
2268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2269
|
-
})
|
|
2270
|
-
.s("AWSPartnerCentralSelling", "GetSellingSystemSettings", {})
|
|
2271
|
-
.n("PartnerCentralSellingClient", "GetSellingSystemSettingsCommand")
|
|
2272
|
-
.sc(GetSellingSystemSettings$)
|
|
2273
|
-
.build() {
|
|
2111
|
+
class GetSellingSystemSettingsCommand extends command(_ep0, _mw0, "GetSellingSystemSettings", GetSellingSystemSettings$) {
|
|
2274
2112
|
}
|
|
2275
2113
|
|
|
2276
|
-
class ListEngagementByAcceptingInvitationTasksCommand extends
|
|
2277
|
-
.classBuilder()
|
|
2278
|
-
.ep(commonParams)
|
|
2279
|
-
.m(function (Command, cs, config, o) {
|
|
2280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2281
|
-
})
|
|
2282
|
-
.s("AWSPartnerCentralSelling", "ListEngagementByAcceptingInvitationTasks", {})
|
|
2283
|
-
.n("PartnerCentralSellingClient", "ListEngagementByAcceptingInvitationTasksCommand")
|
|
2284
|
-
.sc(ListEngagementByAcceptingInvitationTasks$)
|
|
2285
|
-
.build() {
|
|
2114
|
+
class ListEngagementByAcceptingInvitationTasksCommand extends command(_ep0, _mw0, "ListEngagementByAcceptingInvitationTasks", ListEngagementByAcceptingInvitationTasks$) {
|
|
2286
2115
|
}
|
|
2287
2116
|
|
|
2288
|
-
class ListEngagementFromOpportunityTasksCommand extends
|
|
2289
|
-
.classBuilder()
|
|
2290
|
-
.ep(commonParams)
|
|
2291
|
-
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2293
|
-
})
|
|
2294
|
-
.s("AWSPartnerCentralSelling", "ListEngagementFromOpportunityTasks", {})
|
|
2295
|
-
.n("PartnerCentralSellingClient", "ListEngagementFromOpportunityTasksCommand")
|
|
2296
|
-
.sc(ListEngagementFromOpportunityTasks$)
|
|
2297
|
-
.build() {
|
|
2117
|
+
class ListEngagementFromOpportunityTasksCommand extends command(_ep0, _mw0, "ListEngagementFromOpportunityTasks", ListEngagementFromOpportunityTasks$) {
|
|
2298
2118
|
}
|
|
2299
2119
|
|
|
2300
|
-
class ListEngagementInvitationsCommand extends
|
|
2301
|
-
.classBuilder()
|
|
2302
|
-
.ep(commonParams)
|
|
2303
|
-
.m(function (Command, cs, config, o) {
|
|
2304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2305
|
-
})
|
|
2306
|
-
.s("AWSPartnerCentralSelling", "ListEngagementInvitations", {})
|
|
2307
|
-
.n("PartnerCentralSellingClient", "ListEngagementInvitationsCommand")
|
|
2308
|
-
.sc(ListEngagementInvitations$)
|
|
2309
|
-
.build() {
|
|
2120
|
+
class ListEngagementInvitationsCommand extends command(_ep0, _mw0, "ListEngagementInvitations", ListEngagementInvitations$) {
|
|
2310
2121
|
}
|
|
2311
2122
|
|
|
2312
|
-
class ListEngagementMembersCommand extends
|
|
2313
|
-
.classBuilder()
|
|
2314
|
-
.ep(commonParams)
|
|
2315
|
-
.m(function (Command, cs, config, o) {
|
|
2316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2317
|
-
})
|
|
2318
|
-
.s("AWSPartnerCentralSelling", "ListEngagementMembers", {})
|
|
2319
|
-
.n("PartnerCentralSellingClient", "ListEngagementMembersCommand")
|
|
2320
|
-
.sc(ListEngagementMembers$)
|
|
2321
|
-
.build() {
|
|
2123
|
+
class ListEngagementMembersCommand extends command(_ep0, _mw0, "ListEngagementMembers", ListEngagementMembers$) {
|
|
2322
2124
|
}
|
|
2323
2125
|
|
|
2324
|
-
class ListEngagementResourceAssociationsCommand extends
|
|
2325
|
-
.classBuilder()
|
|
2326
|
-
.ep(commonParams)
|
|
2327
|
-
.m(function (Command, cs, config, o) {
|
|
2328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2329
|
-
})
|
|
2330
|
-
.s("AWSPartnerCentralSelling", "ListEngagementResourceAssociations", {})
|
|
2331
|
-
.n("PartnerCentralSellingClient", "ListEngagementResourceAssociationsCommand")
|
|
2332
|
-
.sc(ListEngagementResourceAssociations$)
|
|
2333
|
-
.build() {
|
|
2126
|
+
class ListEngagementResourceAssociationsCommand extends command(_ep0, _mw0, "ListEngagementResourceAssociations", ListEngagementResourceAssociations$) {
|
|
2334
2127
|
}
|
|
2335
2128
|
|
|
2336
|
-
class ListEngagementsCommand extends
|
|
2337
|
-
.classBuilder()
|
|
2338
|
-
.ep(commonParams)
|
|
2339
|
-
.m(function (Command, cs, config, o) {
|
|
2340
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2341
|
-
})
|
|
2342
|
-
.s("AWSPartnerCentralSelling", "ListEngagements", {})
|
|
2343
|
-
.n("PartnerCentralSellingClient", "ListEngagementsCommand")
|
|
2344
|
-
.sc(ListEngagements$)
|
|
2345
|
-
.build() {
|
|
2129
|
+
class ListEngagementsCommand extends command(_ep0, _mw0, "ListEngagements", ListEngagements$) {
|
|
2346
2130
|
}
|
|
2347
2131
|
|
|
2348
|
-
class ListOpportunitiesCommand extends
|
|
2349
|
-
.classBuilder()
|
|
2350
|
-
.ep(commonParams)
|
|
2351
|
-
.m(function (Command, cs, config, o) {
|
|
2352
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2353
|
-
})
|
|
2354
|
-
.s("AWSPartnerCentralSelling", "ListOpportunities", {})
|
|
2355
|
-
.n("PartnerCentralSellingClient", "ListOpportunitiesCommand")
|
|
2356
|
-
.sc(ListOpportunities$)
|
|
2357
|
-
.build() {
|
|
2132
|
+
class ListOpportunitiesCommand extends command(_ep0, _mw0, "ListOpportunities", ListOpportunities$) {
|
|
2358
2133
|
}
|
|
2359
2134
|
|
|
2360
|
-
class ListOpportunityFromEngagementTasksCommand extends
|
|
2361
|
-
.classBuilder()
|
|
2362
|
-
.ep(commonParams)
|
|
2363
|
-
.m(function (Command, cs, config, o) {
|
|
2364
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2365
|
-
})
|
|
2366
|
-
.s("AWSPartnerCentralSelling", "ListOpportunityFromEngagementTasks", {})
|
|
2367
|
-
.n("PartnerCentralSellingClient", "ListOpportunityFromEngagementTasksCommand")
|
|
2368
|
-
.sc(ListOpportunityFromEngagementTasks$)
|
|
2369
|
-
.build() {
|
|
2135
|
+
class ListOpportunityFromEngagementTasksCommand extends command(_ep0, _mw0, "ListOpportunityFromEngagementTasks", ListOpportunityFromEngagementTasks$) {
|
|
2370
2136
|
}
|
|
2371
2137
|
|
|
2372
|
-
class ListProspectingFromEngagementTasksCommand extends
|
|
2373
|
-
.classBuilder()
|
|
2374
|
-
.ep(commonParams)
|
|
2375
|
-
.m(function (Command, cs, config, o) {
|
|
2376
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2377
|
-
})
|
|
2378
|
-
.s("AWSPartnerCentralSelling", "ListProspectingFromEngagementTasks", {})
|
|
2379
|
-
.n("PartnerCentralSellingClient", "ListProspectingFromEngagementTasksCommand")
|
|
2380
|
-
.sc(ListProspectingFromEngagementTasks$)
|
|
2381
|
-
.build() {
|
|
2138
|
+
class ListProspectingFromEngagementTasksCommand extends command(_ep0, _mw0, "ListProspectingFromEngagementTasks", ListProspectingFromEngagementTasks$) {
|
|
2382
2139
|
}
|
|
2383
2140
|
|
|
2384
|
-
class ListResourceSnapshotJobsCommand extends
|
|
2385
|
-
.classBuilder()
|
|
2386
|
-
.ep(commonParams)
|
|
2387
|
-
.m(function (Command, cs, config, o) {
|
|
2388
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2389
|
-
})
|
|
2390
|
-
.s("AWSPartnerCentralSelling", "ListResourceSnapshotJobs", {})
|
|
2391
|
-
.n("PartnerCentralSellingClient", "ListResourceSnapshotJobsCommand")
|
|
2392
|
-
.sc(ListResourceSnapshotJobs$)
|
|
2393
|
-
.build() {
|
|
2141
|
+
class ListResourceSnapshotJobsCommand extends command(_ep0, _mw0, "ListResourceSnapshotJobs", ListResourceSnapshotJobs$) {
|
|
2394
2142
|
}
|
|
2395
2143
|
|
|
2396
|
-
class ListResourceSnapshotsCommand extends
|
|
2397
|
-
.classBuilder()
|
|
2398
|
-
.ep(commonParams)
|
|
2399
|
-
.m(function (Command, cs, config, o) {
|
|
2400
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2401
|
-
})
|
|
2402
|
-
.s("AWSPartnerCentralSelling", "ListResourceSnapshots", {})
|
|
2403
|
-
.n("PartnerCentralSellingClient", "ListResourceSnapshotsCommand")
|
|
2404
|
-
.sc(ListResourceSnapshots$)
|
|
2405
|
-
.build() {
|
|
2144
|
+
class ListResourceSnapshotsCommand extends command(_ep0, _mw0, "ListResourceSnapshots", ListResourceSnapshots$) {
|
|
2406
2145
|
}
|
|
2407
2146
|
|
|
2408
|
-
class ListSolutionsCommand extends
|
|
2409
|
-
.classBuilder()
|
|
2410
|
-
.ep(commonParams)
|
|
2411
|
-
.m(function (Command, cs, config, o) {
|
|
2412
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2413
|
-
})
|
|
2414
|
-
.s("AWSPartnerCentralSelling", "ListSolutions", {})
|
|
2415
|
-
.n("PartnerCentralSellingClient", "ListSolutionsCommand")
|
|
2416
|
-
.sc(ListSolutions$)
|
|
2417
|
-
.build() {
|
|
2147
|
+
class ListSolutionsCommand extends command(_ep0, _mw0, "ListSolutions", ListSolutions$) {
|
|
2418
2148
|
}
|
|
2419
2149
|
|
|
2420
|
-
class ListTagsForResourceCommand extends
|
|
2421
|
-
.classBuilder()
|
|
2422
|
-
.ep(commonParams)
|
|
2423
|
-
.m(function (Command, cs, config, o) {
|
|
2424
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2425
|
-
})
|
|
2426
|
-
.s("AWSPartnerCentralSelling", "ListTagsForResource", {})
|
|
2427
|
-
.n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
|
|
2428
|
-
.sc(ListTagsForResource$)
|
|
2429
|
-
.build() {
|
|
2150
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2430
2151
|
}
|
|
2431
2152
|
|
|
2432
|
-
class PutSellingSystemSettingsCommand extends
|
|
2433
|
-
.classBuilder()
|
|
2434
|
-
.ep(commonParams)
|
|
2435
|
-
.m(function (Command, cs, config, o) {
|
|
2436
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2437
|
-
})
|
|
2438
|
-
.s("AWSPartnerCentralSelling", "PutSellingSystemSettings", {})
|
|
2439
|
-
.n("PartnerCentralSellingClient", "PutSellingSystemSettingsCommand")
|
|
2440
|
-
.sc(PutSellingSystemSettings$)
|
|
2441
|
-
.build() {
|
|
2153
|
+
class PutSellingSystemSettingsCommand extends command(_ep0, _mw0, "PutSellingSystemSettings", PutSellingSystemSettings$) {
|
|
2442
2154
|
}
|
|
2443
2155
|
|
|
2444
|
-
class RejectEngagementInvitationCommand extends
|
|
2445
|
-
.classBuilder()
|
|
2446
|
-
.ep(commonParams)
|
|
2447
|
-
.m(function (Command, cs, config, o) {
|
|
2448
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2449
|
-
})
|
|
2450
|
-
.s("AWSPartnerCentralSelling", "RejectEngagementInvitation", {})
|
|
2451
|
-
.n("PartnerCentralSellingClient", "RejectEngagementInvitationCommand")
|
|
2452
|
-
.sc(RejectEngagementInvitation$)
|
|
2453
|
-
.build() {
|
|
2156
|
+
class RejectEngagementInvitationCommand extends command(_ep0, _mw0, "RejectEngagementInvitation", RejectEngagementInvitation$) {
|
|
2454
2157
|
}
|
|
2455
2158
|
|
|
2456
|
-
class StartEngagementByAcceptingInvitationTaskCommand extends
|
|
2457
|
-
.classBuilder()
|
|
2458
|
-
.ep(commonParams)
|
|
2459
|
-
.m(function (Command, cs, config, o) {
|
|
2460
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2461
|
-
})
|
|
2462
|
-
.s("AWSPartnerCentralSelling", "StartEngagementByAcceptingInvitationTask", {})
|
|
2463
|
-
.n("PartnerCentralSellingClient", "StartEngagementByAcceptingInvitationTaskCommand")
|
|
2464
|
-
.sc(StartEngagementByAcceptingInvitationTask$)
|
|
2465
|
-
.build() {
|
|
2159
|
+
class StartEngagementByAcceptingInvitationTaskCommand extends command(_ep0, _mw0, "StartEngagementByAcceptingInvitationTask", StartEngagementByAcceptingInvitationTask$) {
|
|
2466
2160
|
}
|
|
2467
2161
|
|
|
2468
|
-
class StartEngagementFromOpportunityTaskCommand extends
|
|
2469
|
-
.classBuilder()
|
|
2470
|
-
.ep(commonParams)
|
|
2471
|
-
.m(function (Command, cs, config, o) {
|
|
2472
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2473
|
-
})
|
|
2474
|
-
.s("AWSPartnerCentralSelling", "StartEngagementFromOpportunityTask", {})
|
|
2475
|
-
.n("PartnerCentralSellingClient", "StartEngagementFromOpportunityTaskCommand")
|
|
2476
|
-
.sc(StartEngagementFromOpportunityTask$)
|
|
2477
|
-
.build() {
|
|
2162
|
+
class StartEngagementFromOpportunityTaskCommand extends command(_ep0, _mw0, "StartEngagementFromOpportunityTask", StartEngagementFromOpportunityTask$) {
|
|
2478
2163
|
}
|
|
2479
2164
|
|
|
2480
|
-
class StartOpportunityFromEngagementTaskCommand extends
|
|
2481
|
-
.classBuilder()
|
|
2482
|
-
.ep(commonParams)
|
|
2483
|
-
.m(function (Command, cs, config, o) {
|
|
2484
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2485
|
-
})
|
|
2486
|
-
.s("AWSPartnerCentralSelling", "StartOpportunityFromEngagementTask", {})
|
|
2487
|
-
.n("PartnerCentralSellingClient", "StartOpportunityFromEngagementTaskCommand")
|
|
2488
|
-
.sc(StartOpportunityFromEngagementTask$)
|
|
2489
|
-
.build() {
|
|
2165
|
+
class StartOpportunityFromEngagementTaskCommand extends command(_ep0, _mw0, "StartOpportunityFromEngagementTask", StartOpportunityFromEngagementTask$) {
|
|
2490
2166
|
}
|
|
2491
2167
|
|
|
2492
|
-
class StartProspectingFromEngagementTaskCommand extends
|
|
2493
|
-
.classBuilder()
|
|
2494
|
-
.ep(commonParams)
|
|
2495
|
-
.m(function (Command, cs, config, o) {
|
|
2496
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2497
|
-
})
|
|
2498
|
-
.s("AWSPartnerCentralSelling", "StartProspectingFromEngagementTask", {})
|
|
2499
|
-
.n("PartnerCentralSellingClient", "StartProspectingFromEngagementTaskCommand")
|
|
2500
|
-
.sc(StartProspectingFromEngagementTask$)
|
|
2501
|
-
.build() {
|
|
2168
|
+
class StartProspectingFromEngagementTaskCommand extends command(_ep0, _mw0, "StartProspectingFromEngagementTask", StartProspectingFromEngagementTask$) {
|
|
2502
2169
|
}
|
|
2503
2170
|
|
|
2504
|
-
class StartResourceSnapshotJobCommand extends
|
|
2505
|
-
.classBuilder()
|
|
2506
|
-
.ep(commonParams)
|
|
2507
|
-
.m(function (Command, cs, config, o) {
|
|
2508
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2509
|
-
})
|
|
2510
|
-
.s("AWSPartnerCentralSelling", "StartResourceSnapshotJob", {})
|
|
2511
|
-
.n("PartnerCentralSellingClient", "StartResourceSnapshotJobCommand")
|
|
2512
|
-
.sc(StartResourceSnapshotJob$)
|
|
2513
|
-
.build() {
|
|
2171
|
+
class StartResourceSnapshotJobCommand extends command(_ep0, _mw0, "StartResourceSnapshotJob", StartResourceSnapshotJob$) {
|
|
2514
2172
|
}
|
|
2515
2173
|
|
|
2516
|
-
class StopResourceSnapshotJobCommand extends
|
|
2517
|
-
.classBuilder()
|
|
2518
|
-
.ep(commonParams)
|
|
2519
|
-
.m(function (Command, cs, config, o) {
|
|
2520
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2521
|
-
})
|
|
2522
|
-
.s("AWSPartnerCentralSelling", "StopResourceSnapshotJob", {})
|
|
2523
|
-
.n("PartnerCentralSellingClient", "StopResourceSnapshotJobCommand")
|
|
2524
|
-
.sc(StopResourceSnapshotJob$)
|
|
2525
|
-
.build() {
|
|
2174
|
+
class StopResourceSnapshotJobCommand extends command(_ep0, _mw0, "StopResourceSnapshotJob", StopResourceSnapshotJob$) {
|
|
2526
2175
|
}
|
|
2527
2176
|
|
|
2528
|
-
class SubmitOpportunityCommand extends
|
|
2529
|
-
.classBuilder()
|
|
2530
|
-
.ep(commonParams)
|
|
2531
|
-
.m(function (Command, cs, config, o) {
|
|
2532
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2533
|
-
})
|
|
2534
|
-
.s("AWSPartnerCentralSelling", "SubmitOpportunity", {})
|
|
2535
|
-
.n("PartnerCentralSellingClient", "SubmitOpportunityCommand")
|
|
2536
|
-
.sc(SubmitOpportunity$)
|
|
2537
|
-
.build() {
|
|
2177
|
+
class SubmitOpportunityCommand extends command(_ep0, _mw0, "SubmitOpportunity", SubmitOpportunity$) {
|
|
2538
2178
|
}
|
|
2539
2179
|
|
|
2540
|
-
class TagResourceCommand extends
|
|
2541
|
-
.classBuilder()
|
|
2542
|
-
.ep(commonParams)
|
|
2543
|
-
.m(function (Command, cs, config, o) {
|
|
2544
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2545
|
-
})
|
|
2546
|
-
.s("AWSPartnerCentralSelling", "TagResource", {})
|
|
2547
|
-
.n("PartnerCentralSellingClient", "TagResourceCommand")
|
|
2548
|
-
.sc(TagResource$)
|
|
2549
|
-
.build() {
|
|
2180
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2550
2181
|
}
|
|
2551
2182
|
|
|
2552
|
-
class UntagResourceCommand extends
|
|
2553
|
-
.classBuilder()
|
|
2554
|
-
.ep(commonParams)
|
|
2555
|
-
.m(function (Command, cs, config, o) {
|
|
2556
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2557
|
-
})
|
|
2558
|
-
.s("AWSPartnerCentralSelling", "UntagResource", {})
|
|
2559
|
-
.n("PartnerCentralSellingClient", "UntagResourceCommand")
|
|
2560
|
-
.sc(UntagResource$)
|
|
2561
|
-
.build() {
|
|
2183
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2562
2184
|
}
|
|
2563
2185
|
|
|
2564
|
-
class UpdateEngagementContextCommand extends
|
|
2565
|
-
.classBuilder()
|
|
2566
|
-
.ep(commonParams)
|
|
2567
|
-
.m(function (Command, cs, config, o) {
|
|
2568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2569
|
-
})
|
|
2570
|
-
.s("AWSPartnerCentralSelling", "UpdateEngagementContext", {})
|
|
2571
|
-
.n("PartnerCentralSellingClient", "UpdateEngagementContextCommand")
|
|
2572
|
-
.sc(UpdateEngagementContext$)
|
|
2573
|
-
.build() {
|
|
2186
|
+
class UpdateEngagementContextCommand extends command(_ep0, _mw0, "UpdateEngagementContext", UpdateEngagementContext$) {
|
|
2574
2187
|
}
|
|
2575
2188
|
|
|
2576
|
-
class UpdateOpportunityCommand extends
|
|
2577
|
-
.classBuilder()
|
|
2578
|
-
.ep(commonParams)
|
|
2579
|
-
.m(function (Command, cs, config, o) {
|
|
2580
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2581
|
-
})
|
|
2582
|
-
.s("AWSPartnerCentralSelling", "UpdateOpportunity", {})
|
|
2583
|
-
.n("PartnerCentralSellingClient", "UpdateOpportunityCommand")
|
|
2584
|
-
.sc(UpdateOpportunity$)
|
|
2585
|
-
.build() {
|
|
2189
|
+
class UpdateOpportunityCommand extends command(_ep0, _mw0, "UpdateOpportunity", UpdateOpportunity$) {
|
|
2586
2190
|
}
|
|
2587
2191
|
|
|
2588
2192
|
const paginateListEngagementByAcceptingInvitationTasks = createPaginator(PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2977,6 +2581,8 @@ const Industry = {
|
|
|
2977
2581
|
const RelatedEntityType = {
|
|
2978
2582
|
AWS_MARKETPLACE_OFFERS: "AwsMarketplaceOffers",
|
|
2979
2583
|
AWS_MARKETPLACE_OFFER_SETS: "AwsMarketplaceOfferSets",
|
|
2584
|
+
AWS_MARKETPLACE_PRODUCTS: "AwsMarketplaceProducts",
|
|
2585
|
+
AWS_MARKETPLACE_SOLUTIONS: "AwsMarketplaceSolutions",
|
|
2980
2586
|
AWS_PRODUCTS: "AwsProducts",
|
|
2981
2587
|
SOLUTIONS: "Solutions",
|
|
2982
2588
|
};
|