@aws-sdk/client-partnercentral-account 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 +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
- package/dist-es/commands/CancelConnectionCommand.js +2 -14
- package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/CreatePartnerCommand.js +2 -14
- package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
- package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -14
- package/dist-es/commands/GetPartnerCommand.js +2 -14
- package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/GetProfileVisibilityCommand.js +2 -14
- package/dist-es/commands/GetVerificationCommand.js +2 -14
- package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListPartnersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -14
- package/dist-es/commands/PutProfileVisibilityCommand.js +2 -14
- package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -14
- package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/StartVerificationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -14
- package/dist-es/index.js +1 -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-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
- package/dist-types/commands/CancelConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CancelConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CancelProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CreatePartnerCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
- package/dist-types/commands/GetAllianceLeadContactCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetPartnerCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/GetVerificationCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAllianceLeadContactCommand.d.ts +3 -8
- package/dist-types/commands/PutProfileVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/RejectConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailVerificationCodeCommand.d.ts +3 -8
- package/dist-types/commands/StartProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartVerificationCommand.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/UpdateConnectionPreferencesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -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/AcceptConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePartnerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAllianceLeadContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPartnerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAllianceLeadContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProfileVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailVerificationCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVerificationCommand.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/UpdateConnectionPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -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 defaultPartnerCentralAccountHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1070,6 +1072,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1070
1072
|
serviceTarget: "PartnerCentralAccount",
|
|
1071
1073
|
},
|
|
1072
1074
|
serviceId: config?.serviceId ?? "PartnerCentral Account",
|
|
1075
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1073
1076
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1074
1077
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1075
1078
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1103,7 +1106,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1103
1106
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1104
1107
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1105
1108
|
}, config),
|
|
1106
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1107
1109
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1108
1110
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1109
1111
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1191,352 +1193,95 @@ class PartnerCentralAccountClient extends Client {
|
|
|
1191
1193
|
}
|
|
1192
1194
|
}
|
|
1193
1195
|
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
})
|
|
1200
|
-
.s("PartnerCentralAccount", "AcceptConnectionInvitation", {})
|
|
1201
|
-
.n("PartnerCentralAccountClient", "AcceptConnectionInvitationCommand")
|
|
1202
|
-
.sc(AcceptConnectionInvitation$)
|
|
1203
|
-
.build() {
|
|
1196
|
+
const command = makeBuilder(commonParams, "PartnerCentralAccount", "PartnerCentralAccountClient", getEndpointPlugin);
|
|
1197
|
+
const _ep0 = {};
|
|
1198
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1199
|
+
|
|
1200
|
+
class AcceptConnectionInvitationCommand extends command(_ep0, _mw0, "AcceptConnectionInvitation", AcceptConnectionInvitation$) {
|
|
1204
1201
|
}
|
|
1205
1202
|
|
|
1206
|
-
class AssociateAwsTrainingCertificationEmailDomainCommand extends
|
|
1207
|
-
.classBuilder()
|
|
1208
|
-
.ep(commonParams)
|
|
1209
|
-
.m(function (Command, cs, config, o) {
|
|
1210
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1211
|
-
})
|
|
1212
|
-
.s("PartnerCentralAccount", "AssociateAwsTrainingCertificationEmailDomain", {})
|
|
1213
|
-
.n("PartnerCentralAccountClient", "AssociateAwsTrainingCertificationEmailDomainCommand")
|
|
1214
|
-
.sc(AssociateAwsTrainingCertificationEmailDomain$)
|
|
1215
|
-
.build() {
|
|
1203
|
+
class AssociateAwsTrainingCertificationEmailDomainCommand extends command(_ep0, _mw0, "AssociateAwsTrainingCertificationEmailDomain", AssociateAwsTrainingCertificationEmailDomain$) {
|
|
1216
1204
|
}
|
|
1217
1205
|
|
|
1218
|
-
class CancelConnectionCommand extends
|
|
1219
|
-
.classBuilder()
|
|
1220
|
-
.ep(commonParams)
|
|
1221
|
-
.m(function (Command, cs, config, o) {
|
|
1222
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1223
|
-
})
|
|
1224
|
-
.s("PartnerCentralAccount", "CancelConnection", {})
|
|
1225
|
-
.n("PartnerCentralAccountClient", "CancelConnectionCommand")
|
|
1226
|
-
.sc(CancelConnection$)
|
|
1227
|
-
.build() {
|
|
1206
|
+
class CancelConnectionCommand extends command(_ep0, _mw0, "CancelConnection", CancelConnection$) {
|
|
1228
1207
|
}
|
|
1229
1208
|
|
|
1230
|
-
class CancelConnectionInvitationCommand extends
|
|
1231
|
-
.classBuilder()
|
|
1232
|
-
.ep(commonParams)
|
|
1233
|
-
.m(function (Command, cs, config, o) {
|
|
1234
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1235
|
-
})
|
|
1236
|
-
.s("PartnerCentralAccount", "CancelConnectionInvitation", {})
|
|
1237
|
-
.n("PartnerCentralAccountClient", "CancelConnectionInvitationCommand")
|
|
1238
|
-
.sc(CancelConnectionInvitation$)
|
|
1239
|
-
.build() {
|
|
1209
|
+
class CancelConnectionInvitationCommand extends command(_ep0, _mw0, "CancelConnectionInvitation", CancelConnectionInvitation$) {
|
|
1240
1210
|
}
|
|
1241
1211
|
|
|
1242
|
-
class CancelProfileUpdateTaskCommand extends
|
|
1243
|
-
.classBuilder()
|
|
1244
|
-
.ep(commonParams)
|
|
1245
|
-
.m(function (Command, cs, config, o) {
|
|
1246
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1247
|
-
})
|
|
1248
|
-
.s("PartnerCentralAccount", "CancelProfileUpdateTask", {})
|
|
1249
|
-
.n("PartnerCentralAccountClient", "CancelProfileUpdateTaskCommand")
|
|
1250
|
-
.sc(CancelProfileUpdateTask$)
|
|
1251
|
-
.build() {
|
|
1212
|
+
class CancelProfileUpdateTaskCommand extends command(_ep0, _mw0, "CancelProfileUpdateTask", CancelProfileUpdateTask$) {
|
|
1252
1213
|
}
|
|
1253
1214
|
|
|
1254
|
-
class CreateConnectionInvitationCommand extends
|
|
1255
|
-
.classBuilder()
|
|
1256
|
-
.ep(commonParams)
|
|
1257
|
-
.m(function (Command, cs, config, o) {
|
|
1258
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1259
|
-
})
|
|
1260
|
-
.s("PartnerCentralAccount", "CreateConnectionInvitation", {})
|
|
1261
|
-
.n("PartnerCentralAccountClient", "CreateConnectionInvitationCommand")
|
|
1262
|
-
.sc(CreateConnectionInvitation$)
|
|
1263
|
-
.build() {
|
|
1215
|
+
class CreateConnectionInvitationCommand extends command(_ep0, _mw0, "CreateConnectionInvitation", CreateConnectionInvitation$) {
|
|
1264
1216
|
}
|
|
1265
1217
|
|
|
1266
|
-
class CreatePartnerCommand extends
|
|
1267
|
-
.classBuilder()
|
|
1268
|
-
.ep(commonParams)
|
|
1269
|
-
.m(function (Command, cs, config, o) {
|
|
1270
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1271
|
-
})
|
|
1272
|
-
.s("PartnerCentralAccount", "CreatePartner", {})
|
|
1273
|
-
.n("PartnerCentralAccountClient", "CreatePartnerCommand")
|
|
1274
|
-
.sc(CreatePartner$)
|
|
1275
|
-
.build() {
|
|
1218
|
+
class CreatePartnerCommand extends command(_ep0, _mw0, "CreatePartner", CreatePartner$) {
|
|
1276
1219
|
}
|
|
1277
1220
|
|
|
1278
|
-
class DisassociateAwsTrainingCertificationEmailDomainCommand extends
|
|
1279
|
-
.classBuilder()
|
|
1280
|
-
.ep(commonParams)
|
|
1281
|
-
.m(function (Command, cs, config, o) {
|
|
1282
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1283
|
-
})
|
|
1284
|
-
.s("PartnerCentralAccount", "DisassociateAwsTrainingCertificationEmailDomain", {})
|
|
1285
|
-
.n("PartnerCentralAccountClient", "DisassociateAwsTrainingCertificationEmailDomainCommand")
|
|
1286
|
-
.sc(DisassociateAwsTrainingCertificationEmailDomain$)
|
|
1287
|
-
.build() {
|
|
1221
|
+
class DisassociateAwsTrainingCertificationEmailDomainCommand extends command(_ep0, _mw0, "DisassociateAwsTrainingCertificationEmailDomain", DisassociateAwsTrainingCertificationEmailDomain$) {
|
|
1288
1222
|
}
|
|
1289
1223
|
|
|
1290
|
-
class GetAllianceLeadContactCommand extends
|
|
1291
|
-
.classBuilder()
|
|
1292
|
-
.ep(commonParams)
|
|
1293
|
-
.m(function (Command, cs, config, o) {
|
|
1294
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1295
|
-
})
|
|
1296
|
-
.s("PartnerCentralAccount", "GetAllianceLeadContact", {})
|
|
1297
|
-
.n("PartnerCentralAccountClient", "GetAllianceLeadContactCommand")
|
|
1298
|
-
.sc(GetAllianceLeadContact$)
|
|
1299
|
-
.build() {
|
|
1224
|
+
class GetAllianceLeadContactCommand extends command(_ep0, _mw0, "GetAllianceLeadContact", GetAllianceLeadContact$) {
|
|
1300
1225
|
}
|
|
1301
1226
|
|
|
1302
|
-
class GetConnectionCommand extends
|
|
1303
|
-
.classBuilder()
|
|
1304
|
-
.ep(commonParams)
|
|
1305
|
-
.m(function (Command, cs, config, o) {
|
|
1306
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1307
|
-
})
|
|
1308
|
-
.s("PartnerCentralAccount", "GetConnection", {})
|
|
1309
|
-
.n("PartnerCentralAccountClient", "GetConnectionCommand")
|
|
1310
|
-
.sc(GetConnection$)
|
|
1311
|
-
.build() {
|
|
1227
|
+
class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
1312
1228
|
}
|
|
1313
1229
|
|
|
1314
|
-
class GetConnectionInvitationCommand extends
|
|
1315
|
-
.classBuilder()
|
|
1316
|
-
.ep(commonParams)
|
|
1317
|
-
.m(function (Command, cs, config, o) {
|
|
1318
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1319
|
-
})
|
|
1320
|
-
.s("PartnerCentralAccount", "GetConnectionInvitation", {})
|
|
1321
|
-
.n("PartnerCentralAccountClient", "GetConnectionInvitationCommand")
|
|
1322
|
-
.sc(GetConnectionInvitation$)
|
|
1323
|
-
.build() {
|
|
1230
|
+
class GetConnectionInvitationCommand extends command(_ep0, _mw0, "GetConnectionInvitation", GetConnectionInvitation$) {
|
|
1324
1231
|
}
|
|
1325
1232
|
|
|
1326
|
-
class GetConnectionPreferencesCommand extends
|
|
1327
|
-
.classBuilder()
|
|
1328
|
-
.ep(commonParams)
|
|
1329
|
-
.m(function (Command, cs, config, o) {
|
|
1330
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1331
|
-
})
|
|
1332
|
-
.s("PartnerCentralAccount", "GetConnectionPreferences", {})
|
|
1333
|
-
.n("PartnerCentralAccountClient", "GetConnectionPreferencesCommand")
|
|
1334
|
-
.sc(GetConnectionPreferences$)
|
|
1335
|
-
.build() {
|
|
1233
|
+
class GetConnectionPreferencesCommand extends command(_ep0, _mw0, "GetConnectionPreferences", GetConnectionPreferences$) {
|
|
1336
1234
|
}
|
|
1337
1235
|
|
|
1338
|
-
class GetPartnerCommand extends
|
|
1339
|
-
.classBuilder()
|
|
1340
|
-
.ep(commonParams)
|
|
1341
|
-
.m(function (Command, cs, config, o) {
|
|
1342
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1343
|
-
})
|
|
1344
|
-
.s("PartnerCentralAccount", "GetPartner", {})
|
|
1345
|
-
.n("PartnerCentralAccountClient", "GetPartnerCommand")
|
|
1346
|
-
.sc(GetPartner$)
|
|
1347
|
-
.build() {
|
|
1236
|
+
class GetPartnerCommand extends command(_ep0, _mw0, "GetPartner", GetPartner$) {
|
|
1348
1237
|
}
|
|
1349
1238
|
|
|
1350
|
-
class GetProfileUpdateTaskCommand extends
|
|
1351
|
-
.classBuilder()
|
|
1352
|
-
.ep(commonParams)
|
|
1353
|
-
.m(function (Command, cs, config, o) {
|
|
1354
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1355
|
-
})
|
|
1356
|
-
.s("PartnerCentralAccount", "GetProfileUpdateTask", {})
|
|
1357
|
-
.n("PartnerCentralAccountClient", "GetProfileUpdateTaskCommand")
|
|
1358
|
-
.sc(GetProfileUpdateTask$)
|
|
1359
|
-
.build() {
|
|
1239
|
+
class GetProfileUpdateTaskCommand extends command(_ep0, _mw0, "GetProfileUpdateTask", GetProfileUpdateTask$) {
|
|
1360
1240
|
}
|
|
1361
1241
|
|
|
1362
|
-
class GetProfileVisibilityCommand extends
|
|
1363
|
-
.classBuilder()
|
|
1364
|
-
.ep(commonParams)
|
|
1365
|
-
.m(function (Command, cs, config, o) {
|
|
1366
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1367
|
-
})
|
|
1368
|
-
.s("PartnerCentralAccount", "GetProfileVisibility", {})
|
|
1369
|
-
.n("PartnerCentralAccountClient", "GetProfileVisibilityCommand")
|
|
1370
|
-
.sc(GetProfileVisibility$)
|
|
1371
|
-
.build() {
|
|
1242
|
+
class GetProfileVisibilityCommand extends command(_ep0, _mw0, "GetProfileVisibility", GetProfileVisibility$) {
|
|
1372
1243
|
}
|
|
1373
1244
|
|
|
1374
|
-
class GetVerificationCommand extends
|
|
1375
|
-
.classBuilder()
|
|
1376
|
-
.ep(commonParams)
|
|
1377
|
-
.m(function (Command, cs, config, o) {
|
|
1378
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1379
|
-
})
|
|
1380
|
-
.s("PartnerCentralAccount", "GetVerification", {})
|
|
1381
|
-
.n("PartnerCentralAccountClient", "GetVerificationCommand")
|
|
1382
|
-
.sc(GetVerification$)
|
|
1383
|
-
.build() {
|
|
1245
|
+
class GetVerificationCommand extends command(_ep0, _mw0, "GetVerification", GetVerification$) {
|
|
1384
1246
|
}
|
|
1385
1247
|
|
|
1386
|
-
class ListConnectionInvitationsCommand extends
|
|
1387
|
-
.classBuilder()
|
|
1388
|
-
.ep(commonParams)
|
|
1389
|
-
.m(function (Command, cs, config, o) {
|
|
1390
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1391
|
-
})
|
|
1392
|
-
.s("PartnerCentralAccount", "ListConnectionInvitations", {})
|
|
1393
|
-
.n("PartnerCentralAccountClient", "ListConnectionInvitationsCommand")
|
|
1394
|
-
.sc(ListConnectionInvitations$)
|
|
1395
|
-
.build() {
|
|
1248
|
+
class ListConnectionInvitationsCommand extends command(_ep0, _mw0, "ListConnectionInvitations", ListConnectionInvitations$) {
|
|
1396
1249
|
}
|
|
1397
1250
|
|
|
1398
|
-
class ListConnectionsCommand extends
|
|
1399
|
-
.classBuilder()
|
|
1400
|
-
.ep(commonParams)
|
|
1401
|
-
.m(function (Command, cs, config, o) {
|
|
1402
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1403
|
-
})
|
|
1404
|
-
.s("PartnerCentralAccount", "ListConnections", {})
|
|
1405
|
-
.n("PartnerCentralAccountClient", "ListConnectionsCommand")
|
|
1406
|
-
.sc(ListConnections$)
|
|
1407
|
-
.build() {
|
|
1251
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
1408
1252
|
}
|
|
1409
1253
|
|
|
1410
|
-
class ListPartnersCommand extends
|
|
1411
|
-
.classBuilder()
|
|
1412
|
-
.ep(commonParams)
|
|
1413
|
-
.m(function (Command, cs, config, o) {
|
|
1414
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1415
|
-
})
|
|
1416
|
-
.s("PartnerCentralAccount", "ListPartners", {})
|
|
1417
|
-
.n("PartnerCentralAccountClient", "ListPartnersCommand")
|
|
1418
|
-
.sc(ListPartners$)
|
|
1419
|
-
.build() {
|
|
1254
|
+
class ListPartnersCommand extends command(_ep0, _mw0, "ListPartners", ListPartners$) {
|
|
1420
1255
|
}
|
|
1421
1256
|
|
|
1422
|
-
class ListTagsForResourceCommand extends
|
|
1423
|
-
.classBuilder()
|
|
1424
|
-
.ep(commonParams)
|
|
1425
|
-
.m(function (Command, cs, config, o) {
|
|
1426
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1427
|
-
})
|
|
1428
|
-
.s("PartnerCentralAccount", "ListTagsForResource", {})
|
|
1429
|
-
.n("PartnerCentralAccountClient", "ListTagsForResourceCommand")
|
|
1430
|
-
.sc(ListTagsForResource$)
|
|
1431
|
-
.build() {
|
|
1257
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1432
1258
|
}
|
|
1433
1259
|
|
|
1434
|
-
class PutAllianceLeadContactCommand extends
|
|
1435
|
-
.classBuilder()
|
|
1436
|
-
.ep(commonParams)
|
|
1437
|
-
.m(function (Command, cs, config, o) {
|
|
1438
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1439
|
-
})
|
|
1440
|
-
.s("PartnerCentralAccount", "PutAllianceLeadContact", {})
|
|
1441
|
-
.n("PartnerCentralAccountClient", "PutAllianceLeadContactCommand")
|
|
1442
|
-
.sc(PutAllianceLeadContact$)
|
|
1443
|
-
.build() {
|
|
1260
|
+
class PutAllianceLeadContactCommand extends command(_ep0, _mw0, "PutAllianceLeadContact", PutAllianceLeadContact$) {
|
|
1444
1261
|
}
|
|
1445
1262
|
|
|
1446
|
-
class PutProfileVisibilityCommand extends
|
|
1447
|
-
.classBuilder()
|
|
1448
|
-
.ep(commonParams)
|
|
1449
|
-
.m(function (Command, cs, config, o) {
|
|
1450
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1451
|
-
})
|
|
1452
|
-
.s("PartnerCentralAccount", "PutProfileVisibility", {})
|
|
1453
|
-
.n("PartnerCentralAccountClient", "PutProfileVisibilityCommand")
|
|
1454
|
-
.sc(PutProfileVisibility$)
|
|
1455
|
-
.build() {
|
|
1263
|
+
class PutProfileVisibilityCommand extends command(_ep0, _mw0, "PutProfileVisibility", PutProfileVisibility$) {
|
|
1456
1264
|
}
|
|
1457
1265
|
|
|
1458
|
-
class RejectConnectionInvitationCommand extends
|
|
1459
|
-
.classBuilder()
|
|
1460
|
-
.ep(commonParams)
|
|
1461
|
-
.m(function (Command, cs, config, o) {
|
|
1462
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1463
|
-
})
|
|
1464
|
-
.s("PartnerCentralAccount", "RejectConnectionInvitation", {})
|
|
1465
|
-
.n("PartnerCentralAccountClient", "RejectConnectionInvitationCommand")
|
|
1466
|
-
.sc(RejectConnectionInvitation$)
|
|
1467
|
-
.build() {
|
|
1266
|
+
class RejectConnectionInvitationCommand extends command(_ep0, _mw0, "RejectConnectionInvitation", RejectConnectionInvitation$) {
|
|
1468
1267
|
}
|
|
1469
1268
|
|
|
1470
|
-
class SendEmailVerificationCodeCommand extends
|
|
1471
|
-
.classBuilder()
|
|
1472
|
-
.ep(commonParams)
|
|
1473
|
-
.m(function (Command, cs, config, o) {
|
|
1474
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1475
|
-
})
|
|
1476
|
-
.s("PartnerCentralAccount", "SendEmailVerificationCode", {})
|
|
1477
|
-
.n("PartnerCentralAccountClient", "SendEmailVerificationCodeCommand")
|
|
1478
|
-
.sc(SendEmailVerificationCode$)
|
|
1479
|
-
.build() {
|
|
1269
|
+
class SendEmailVerificationCodeCommand extends command(_ep0, _mw0, "SendEmailVerificationCode", SendEmailVerificationCode$) {
|
|
1480
1270
|
}
|
|
1481
1271
|
|
|
1482
|
-
class StartProfileUpdateTaskCommand extends
|
|
1483
|
-
.classBuilder()
|
|
1484
|
-
.ep(commonParams)
|
|
1485
|
-
.m(function (Command, cs, config, o) {
|
|
1486
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1487
|
-
})
|
|
1488
|
-
.s("PartnerCentralAccount", "StartProfileUpdateTask", {})
|
|
1489
|
-
.n("PartnerCentralAccountClient", "StartProfileUpdateTaskCommand")
|
|
1490
|
-
.sc(StartProfileUpdateTask$)
|
|
1491
|
-
.build() {
|
|
1272
|
+
class StartProfileUpdateTaskCommand extends command(_ep0, _mw0, "StartProfileUpdateTask", StartProfileUpdateTask$) {
|
|
1492
1273
|
}
|
|
1493
1274
|
|
|
1494
|
-
class StartVerificationCommand extends
|
|
1495
|
-
.classBuilder()
|
|
1496
|
-
.ep(commonParams)
|
|
1497
|
-
.m(function (Command, cs, config, o) {
|
|
1498
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1499
|
-
})
|
|
1500
|
-
.s("PartnerCentralAccount", "StartVerification", {})
|
|
1501
|
-
.n("PartnerCentralAccountClient", "StartVerificationCommand")
|
|
1502
|
-
.sc(StartVerification$)
|
|
1503
|
-
.build() {
|
|
1275
|
+
class StartVerificationCommand extends command(_ep0, _mw0, "StartVerification", StartVerification$) {
|
|
1504
1276
|
}
|
|
1505
1277
|
|
|
1506
|
-
class TagResourceCommand extends
|
|
1507
|
-
.classBuilder()
|
|
1508
|
-
.ep(commonParams)
|
|
1509
|
-
.m(function (Command, cs, config, o) {
|
|
1510
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1511
|
-
})
|
|
1512
|
-
.s("PartnerCentralAccount", "TagResource", {})
|
|
1513
|
-
.n("PartnerCentralAccountClient", "TagResourceCommand")
|
|
1514
|
-
.sc(TagResource$)
|
|
1515
|
-
.build() {
|
|
1278
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1516
1279
|
}
|
|
1517
1280
|
|
|
1518
|
-
class UntagResourceCommand extends
|
|
1519
|
-
.classBuilder()
|
|
1520
|
-
.ep(commonParams)
|
|
1521
|
-
.m(function (Command, cs, config, o) {
|
|
1522
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1523
|
-
})
|
|
1524
|
-
.s("PartnerCentralAccount", "UntagResource", {})
|
|
1525
|
-
.n("PartnerCentralAccountClient", "UntagResourceCommand")
|
|
1526
|
-
.sc(UntagResource$)
|
|
1527
|
-
.build() {
|
|
1281
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1528
1282
|
}
|
|
1529
1283
|
|
|
1530
|
-
class UpdateConnectionPreferencesCommand extends
|
|
1531
|
-
.classBuilder()
|
|
1532
|
-
.ep(commonParams)
|
|
1533
|
-
.m(function (Command, cs, config, o) {
|
|
1534
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1535
|
-
})
|
|
1536
|
-
.s("PartnerCentralAccount", "UpdateConnectionPreferences", {})
|
|
1537
|
-
.n("PartnerCentralAccountClient", "UpdateConnectionPreferencesCommand")
|
|
1538
|
-
.sc(UpdateConnectionPreferences$)
|
|
1539
|
-
.build() {
|
|
1284
|
+
class UpdateConnectionPreferencesCommand extends command(_ep0, _mw0, "UpdateConnectionPreferences", UpdateConnectionPreferences$) {
|
|
1540
1285
|
}
|
|
1541
1286
|
|
|
1542
1287
|
const paginateListConnectionInvitations = createPaginator(PartnerCentralAccountClient, ListConnectionInvitationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "PartnerCentralAccount", "PartnerCentralAccountClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AcceptConnectionInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AcceptConnectionInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "AcceptConnectionInvitation", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "AcceptConnectionInvitationCommand")
|
|
14
|
-
.sc(AcceptConnectionInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AcceptConnectionInvitationCommand extends command(_ep0, _mw0, "AcceptConnectionInvitation", AcceptConnectionInvitation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateAwsTrainingCertificationEmailDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateAwsTrainingCertificationEmailDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "AssociateAwsTrainingCertificationEmailDomain", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "AssociateAwsTrainingCertificationEmailDomainCommand")
|
|
14
|
-
.sc(AssociateAwsTrainingCertificationEmailDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateAwsTrainingCertificationEmailDomainCommand extends command(_ep0, _mw0, "AssociateAwsTrainingCertificationEmailDomain", AssociateAwsTrainingCertificationEmailDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "CancelConnection", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "CancelConnectionCommand")
|
|
14
|
-
.sc(CancelConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelConnectionCommand extends command(_ep0, _mw0, "CancelConnection", CancelConnection$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelConnectionInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelConnectionInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "CancelConnectionInvitation", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "CancelConnectionInvitationCommand")
|
|
14
|
-
.sc(CancelConnectionInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelConnectionInvitationCommand extends command(_ep0, _mw0, "CancelConnectionInvitation", CancelConnectionInvitation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelProfileUpdateTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelProfileUpdateTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "CancelProfileUpdateTask", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "CancelProfileUpdateTaskCommand")
|
|
14
|
-
.sc(CancelProfileUpdateTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelProfileUpdateTaskCommand extends command(_ep0, _mw0, "CancelProfileUpdateTask", CancelProfileUpdateTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConnectionInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConnectionInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "CreateConnectionInvitation", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "CreateConnectionInvitationCommand")
|
|
14
|
-
.sc(CreateConnectionInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConnectionInvitationCommand extends command(_ep0, _mw0, "CreateConnectionInvitation", CreateConnectionInvitation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePartner$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePartnerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "CreatePartner", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "CreatePartnerCommand")
|
|
14
|
-
.sc(CreatePartner$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePartnerCommand extends command(_ep0, _mw0, "CreatePartner", CreatePartner$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateAwsTrainingCertificationEmailDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateAwsTrainingCertificationEmailDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "DisassociateAwsTrainingCertificationEmailDomain", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "DisassociateAwsTrainingCertificationEmailDomainCommand")
|
|
14
|
-
.sc(DisassociateAwsTrainingCertificationEmailDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateAwsTrainingCertificationEmailDomainCommand extends command(_ep0, _mw0, "DisassociateAwsTrainingCertificationEmailDomain", DisassociateAwsTrainingCertificationEmailDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAllianceLeadContact$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAllianceLeadContactCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "GetAllianceLeadContact", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "GetAllianceLeadContactCommand")
|
|
14
|
-
.sc(GetAllianceLeadContact$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAllianceLeadContactCommand extends command(_ep0, _mw0, "GetAllianceLeadContact", GetAllianceLeadContact$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PartnerCentralAccount", "GetConnection", {})
|
|
13
|
-
.n("PartnerCentralAccountClient", "GetConnectionCommand")
|
|
14
|
-
.sc(GetConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
16
4
|
}
|