@aws-sdk/client-partnercentral-channel 3.1075.0 → 3.1077.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 +1133 -15
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -122
- package/dist-cjs/endpoint/bdd.js +0 -35
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/PartnerCentralChannelServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -114
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -46
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -45
- package/dist-cjs/schemas/schemas_0.js +0 -743
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,185 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
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");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
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
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, resolveAwsSdkSigV4AConfig, AwsSdkSigV4Signer, AwsSdkSigV4ASigner, NODE_SIGV4A_CONFIG_OPTIONS, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { SignatureV4MultiRegion } = require("@aws-sdk/signature-v4-multi-region");
|
|
13
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
15
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
16
|
+
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
18
|
+
|
|
19
|
+
const i = "authSchemes", j = "name", k = "signingRegion";
|
|
20
|
+
const a = "isSet", b = "PartitionResult", c = "sigv4", d = { "ref": "Endpoint" }, e = { [j]: "sigv4a", "signingRegionSet": ["*"] }, f = { [i]: [e, { [j]: c, [k]: "us-gov-west-1" }] }, g = { [i]: [e, { [j]: c, [k]: "{PartitionResult#implicitGlobalRegion}" }] }, h = [{ "ref": "Region" }];
|
|
21
|
+
const _data = {
|
|
22
|
+
conditions: [
|
|
23
|
+
[a, [d]],
|
|
24
|
+
[a, h],
|
|
25
|
+
["aws.partition", h, b],
|
|
26
|
+
["stringEquals", [{ fn: "getAttr", argv: [{ ref: b }, "name"] }, "aws-us-gov"]],
|
|
27
|
+
["booleanEquals", [{ ref: "UseFIPS" }, true]]
|
|
28
|
+
],
|
|
29
|
+
results: [
|
|
30
|
+
[-1],
|
|
31
|
+
[-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
32
|
+
[d, { [i]: [e, { [j]: c }] }],
|
|
33
|
+
["https://partnercentral-channel.us-gov.{PartitionResult#dualStackDnsSuffix}", f],
|
|
34
|
+
["https://partnercentral-channel-fips.us-gov.{PartitionResult#dualStackDnsSuffix}", f],
|
|
35
|
+
["https://partnercentral-channel-fips.global.{PartitionResult#dualStackDnsSuffix}", g],
|
|
36
|
+
["https://partnercentral-channel.global.{PartitionResult#dualStackDnsSuffix}", g],
|
|
37
|
+
[-1, "Invalid Configuration: Missing Region"]
|
|
38
|
+
]
|
|
39
|
+
};
|
|
40
|
+
const root = 2;
|
|
41
|
+
const r = 100_000_000;
|
|
42
|
+
const nodes = new Int32Array([
|
|
43
|
+
-1, 1, -1,
|
|
44
|
+
0, 8, 3,
|
|
45
|
+
1, 4, r + 7,
|
|
46
|
+
2, 5, r + 7,
|
|
47
|
+
3, 7, 6,
|
|
48
|
+
4, r + 5, r + 6,
|
|
49
|
+
4, r + 4, r + 3,
|
|
50
|
+
4, r + 1, r + 2,
|
|
51
|
+
]);
|
|
52
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
53
|
+
|
|
54
|
+
const cache = new EndpointCache({
|
|
55
|
+
size: 50,
|
|
56
|
+
params: ["Endpoint", "Region", "UseFIPS"],
|
|
57
|
+
});
|
|
58
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
59
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
60
|
+
endpointParams: endpointParams,
|
|
61
|
+
logger: context.logger,
|
|
62
|
+
}));
|
|
63
|
+
};
|
|
64
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
65
|
+
|
|
66
|
+
const createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config, context, input) => {
|
|
67
|
+
if (!input) {
|
|
68
|
+
throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
|
|
69
|
+
}
|
|
70
|
+
const defaultParameters = await defaultHttpAuthSchemeParametersProvider(config, context, input);
|
|
71
|
+
const instructionsFn = getSmithyContext(context)?.commandInstance?.constructor
|
|
72
|
+
?.getEndpointParameterInstructions;
|
|
73
|
+
if (!instructionsFn) {
|
|
74
|
+
throw new Error(`getEndpointParameterInstructions() is not defined on '${context.commandName}'`);
|
|
75
|
+
}
|
|
76
|
+
const endpointParameters = await resolveParams(input, { getEndpointParameterInstructions: instructionsFn }, config);
|
|
77
|
+
return Object.assign(defaultParameters, endpointParameters);
|
|
78
|
+
};
|
|
79
|
+
const _defaultPartnerCentralChannelHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
80
|
+
return {
|
|
81
|
+
operation: getSmithyContext(context).operation,
|
|
82
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
83
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
84
|
+
})(),
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
const defaultPartnerCentralChannelHttpAuthSchemeParametersProvider = createEndpointRuleSetHttpAuthSchemeParametersProvider(_defaultPartnerCentralChannelHttpAuthSchemeParametersProvider);
|
|
88
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
89
|
+
return {
|
|
90
|
+
schemeId: "aws.auth#sigv4",
|
|
91
|
+
signingProperties: {
|
|
92
|
+
name: "partnercentral-channel",
|
|
93
|
+
region: authParameters.region,
|
|
94
|
+
},
|
|
95
|
+
propertiesExtractor: (config, context) => ({
|
|
96
|
+
signingProperties: {
|
|
97
|
+
config,
|
|
98
|
+
context,
|
|
99
|
+
},
|
|
100
|
+
}),
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
function createAwsAuthSigv4aHttpAuthOption(authParameters) {
|
|
104
|
+
return {
|
|
105
|
+
schemeId: "aws.auth#sigv4a",
|
|
106
|
+
signingProperties: {
|
|
107
|
+
name: "partnercentral-channel",
|
|
108
|
+
region: authParameters.region,
|
|
109
|
+
},
|
|
110
|
+
propertiesExtractor: (config, context) => ({
|
|
111
|
+
signingProperties: {
|
|
112
|
+
config,
|
|
113
|
+
context,
|
|
114
|
+
},
|
|
115
|
+
}),
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
const createEndpointRuleSetHttpAuthSchemeProvider = (defaultEndpointResolver, defaultHttpAuthSchemeResolver, createHttpAuthOptionFunctions) => {
|
|
119
|
+
const endpointRuleSetHttpAuthSchemeProvider = (authParameters) => {
|
|
120
|
+
const endpoint = defaultEndpointResolver(authParameters);
|
|
121
|
+
const authSchemes = endpoint.properties?.authSchemes;
|
|
122
|
+
if (!authSchemes) {
|
|
123
|
+
return defaultHttpAuthSchemeResolver(authParameters);
|
|
124
|
+
}
|
|
125
|
+
const options = [];
|
|
126
|
+
for (const scheme of authSchemes) {
|
|
127
|
+
const { name: resolvedName, properties = {}, ...rest } = scheme;
|
|
128
|
+
const name = resolvedName.toLowerCase();
|
|
129
|
+
if (resolvedName !== name) {
|
|
130
|
+
console.warn(`HttpAuthScheme has been normalized with lowercasing: '${resolvedName}' to '${name}'`);
|
|
131
|
+
}
|
|
132
|
+
let schemeId;
|
|
133
|
+
if (name === "sigv4a") {
|
|
134
|
+
schemeId = "aws.auth#sigv4a";
|
|
135
|
+
const sigv4Present = authSchemes.find((s) => {
|
|
136
|
+
const name = s.name.toLowerCase();
|
|
137
|
+
return name !== "sigv4a" && name.startsWith("sigv4");
|
|
138
|
+
});
|
|
139
|
+
if (SignatureV4MultiRegion.sigv4aDependency() === "none" && sigv4Present) {
|
|
140
|
+
continue;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
else if (name.startsWith("sigv4")) {
|
|
144
|
+
schemeId = "aws.auth#sigv4";
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
throw new Error(`Unknown HttpAuthScheme found in '@smithy.rules#endpointRuleSet': '${name}'`);
|
|
148
|
+
}
|
|
149
|
+
const createOption = createHttpAuthOptionFunctions[schemeId];
|
|
150
|
+
if (!createOption) {
|
|
151
|
+
throw new Error(`Could not find HttpAuthOption create function for '${schemeId}'`);
|
|
152
|
+
}
|
|
153
|
+
const option = createOption(authParameters);
|
|
154
|
+
option.schemeId = schemeId;
|
|
155
|
+
option.signingProperties = { ...(option.signingProperties || {}), ...rest, ...properties };
|
|
156
|
+
options.push(option);
|
|
157
|
+
}
|
|
158
|
+
return options;
|
|
159
|
+
};
|
|
160
|
+
return endpointRuleSetHttpAuthSchemeProvider;
|
|
161
|
+
};
|
|
162
|
+
const _defaultPartnerCentralChannelHttpAuthSchemeProvider = (authParameters) => {
|
|
163
|
+
const options = [];
|
|
164
|
+
switch (authParameters.operation) {
|
|
165
|
+
default: {
|
|
166
|
+
options.push(createAwsAuthSigv4aHttpAuthOption(authParameters));
|
|
167
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
return options;
|
|
171
|
+
};
|
|
172
|
+
const defaultPartnerCentralChannelHttpAuthSchemeProvider = createEndpointRuleSetHttpAuthSchemeProvider(defaultEndpointResolver, _defaultPartnerCentralChannelHttpAuthSchemeProvider, {
|
|
173
|
+
"aws.auth#sigv4": createAwsAuthSigv4HttpAuthOption,
|
|
174
|
+
"aws.auth#sigv4a": createAwsAuthSigv4aHttpAuthOption,
|
|
175
|
+
});
|
|
176
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
177
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
178
|
+
const config_1 = resolveAwsSdkSigV4AConfig(config_0);
|
|
179
|
+
return Object.assign(config_1, {
|
|
180
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
181
|
+
});
|
|
182
|
+
};
|
|
19
183
|
|
|
20
184
|
const resolveClientEndpointParameters = (options) => {
|
|
21
185
|
return Object.assign(options, {
|
|
@@ -29,6 +193,857 @@ const commonParams = {
|
|
|
29
193
|
Region: { type: "builtInParams", name: "region" },
|
|
30
194
|
};
|
|
31
195
|
|
|
196
|
+
var version = "3.1076.0";
|
|
197
|
+
var packageInfo = {
|
|
198
|
+
version: version};
|
|
199
|
+
|
|
200
|
+
class PartnerCentralChannelServiceException extends ServiceException {
|
|
201
|
+
constructor(options) {
|
|
202
|
+
super(options);
|
|
203
|
+
Object.setPrototypeOf(this, PartnerCentralChannelServiceException.prototype);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
class AccessDeniedException extends PartnerCentralChannelServiceException {
|
|
208
|
+
name = "AccessDeniedException";
|
|
209
|
+
$fault = "client";
|
|
210
|
+
reason;
|
|
211
|
+
constructor(opts) {
|
|
212
|
+
super({
|
|
213
|
+
name: "AccessDeniedException",
|
|
214
|
+
$fault: "client",
|
|
215
|
+
...opts,
|
|
216
|
+
});
|
|
217
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
218
|
+
this.reason = opts.reason;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
class InternalServerException extends PartnerCentralChannelServiceException {
|
|
222
|
+
name = "InternalServerException";
|
|
223
|
+
$fault = "server";
|
|
224
|
+
$retryable = {};
|
|
225
|
+
constructor(opts) {
|
|
226
|
+
super({
|
|
227
|
+
name: "InternalServerException",
|
|
228
|
+
$fault: "server",
|
|
229
|
+
...opts,
|
|
230
|
+
});
|
|
231
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
class ResourceNotFoundException extends PartnerCentralChannelServiceException {
|
|
235
|
+
name = "ResourceNotFoundException";
|
|
236
|
+
$fault = "client";
|
|
237
|
+
resourceId;
|
|
238
|
+
resourceType;
|
|
239
|
+
constructor(opts) {
|
|
240
|
+
super({
|
|
241
|
+
name: "ResourceNotFoundException",
|
|
242
|
+
$fault: "client",
|
|
243
|
+
...opts,
|
|
244
|
+
});
|
|
245
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
246
|
+
this.resourceId = opts.resourceId;
|
|
247
|
+
this.resourceType = opts.resourceType;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
class ThrottlingException extends PartnerCentralChannelServiceException {
|
|
251
|
+
name = "ThrottlingException";
|
|
252
|
+
$fault = "client";
|
|
253
|
+
$retryable = {
|
|
254
|
+
throttling: true,
|
|
255
|
+
};
|
|
256
|
+
serviceCode;
|
|
257
|
+
quotaCode;
|
|
258
|
+
constructor(opts) {
|
|
259
|
+
super({
|
|
260
|
+
name: "ThrottlingException",
|
|
261
|
+
$fault: "client",
|
|
262
|
+
...opts,
|
|
263
|
+
});
|
|
264
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
265
|
+
this.serviceCode = opts.serviceCode;
|
|
266
|
+
this.quotaCode = opts.quotaCode;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
class ValidationException extends PartnerCentralChannelServiceException {
|
|
270
|
+
name = "ValidationException";
|
|
271
|
+
$fault = "client";
|
|
272
|
+
reason;
|
|
273
|
+
fieldList;
|
|
274
|
+
constructor(opts) {
|
|
275
|
+
super({
|
|
276
|
+
name: "ValidationException",
|
|
277
|
+
$fault: "client",
|
|
278
|
+
...opts,
|
|
279
|
+
});
|
|
280
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
281
|
+
this.reason = opts.reason;
|
|
282
|
+
this.fieldList = opts.fieldList;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
class ConflictException extends PartnerCentralChannelServiceException {
|
|
286
|
+
name = "ConflictException";
|
|
287
|
+
$fault = "client";
|
|
288
|
+
resourceId;
|
|
289
|
+
resourceType;
|
|
290
|
+
constructor(opts) {
|
|
291
|
+
super({
|
|
292
|
+
name: "ConflictException",
|
|
293
|
+
$fault: "client",
|
|
294
|
+
...opts,
|
|
295
|
+
});
|
|
296
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
297
|
+
this.resourceId = opts.resourceId;
|
|
298
|
+
this.resourceType = opts.resourceType;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
class ServiceQuotaExceededException extends PartnerCentralChannelServiceException {
|
|
302
|
+
name = "ServiceQuotaExceededException";
|
|
303
|
+
$fault = "client";
|
|
304
|
+
$retryable = {};
|
|
305
|
+
resourceId;
|
|
306
|
+
resourceType;
|
|
307
|
+
quotaCode;
|
|
308
|
+
constructor(opts) {
|
|
309
|
+
super({
|
|
310
|
+
name: "ServiceQuotaExceededException",
|
|
311
|
+
$fault: "client",
|
|
312
|
+
...opts,
|
|
313
|
+
});
|
|
314
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
315
|
+
this.resourceId = opts.resourceId;
|
|
316
|
+
this.resourceType = opts.resourceType;
|
|
317
|
+
this.quotaCode = opts.quotaCode;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
const _ACH = "AcceptChannelHandshake";
|
|
322
|
+
const _ACHD = "AcceptChannelHandshakeDetail";
|
|
323
|
+
const _ACHR = "AcceptChannelHandshakeRequest";
|
|
324
|
+
const _ACHRc = "AcceptChannelHandshakeResponse";
|
|
325
|
+
const _ADE = "AccessDeniedException";
|
|
326
|
+
const _CCH = "CancelChannelHandshake";
|
|
327
|
+
const _CCHD = "CancelChannelHandshakeDetail";
|
|
328
|
+
const _CCHDr = "CreateChannelHandshakeDetail";
|
|
329
|
+
const _CCHR = "CancelChannelHandshakeRequest";
|
|
330
|
+
const _CCHRa = "CancelChannelHandshakeResponse";
|
|
331
|
+
const _CCHRr = "CreateChannelHandshakeRequest";
|
|
332
|
+
const _CCHRre = "CreateChannelHandshakeResponse";
|
|
333
|
+
const _CCHr = "CreateChannelHandshake";
|
|
334
|
+
const _CE = "ConflictException";
|
|
335
|
+
const _CHP = "ChannelHandshakePayload";
|
|
336
|
+
const _CHS = "ChannelHandshakeSummary";
|
|
337
|
+
const _CHSh = "ChannelHandshakeSummaries";
|
|
338
|
+
const _CPMA = "CreateProgramManagementAccount";
|
|
339
|
+
const _CPMAD = "CreateProgramManagementAccountDetail";
|
|
340
|
+
const _CPMAR = "CreateProgramManagementAccountRequest";
|
|
341
|
+
const _CPMARr = "CreateProgramManagementAccountResponse";
|
|
342
|
+
const _CR = "CreateRelationship";
|
|
343
|
+
const _CRD = "CreateRelationshipDetail";
|
|
344
|
+
const _CRR = "CreateRelationshipRequest";
|
|
345
|
+
const _CRRr = "CreateRelationshipResponse";
|
|
346
|
+
const _DPMA = "DeleteProgramManagementAccount";
|
|
347
|
+
const _DPMAR = "DeleteProgramManagementAccountRequest";
|
|
348
|
+
const _DPMARe = "DeleteProgramManagementAccountResponse";
|
|
349
|
+
const _DR = "DeleteRelationship";
|
|
350
|
+
const _DRR = "DeleteRelationshipRequest";
|
|
351
|
+
const _DRRe = "DeleteRelationshipResponse";
|
|
352
|
+
const _GR = "GetRelationship";
|
|
353
|
+
const _GRR = "GetRelationshipRequest";
|
|
354
|
+
const _GRRe = "GetRelationshipResponse";
|
|
355
|
+
const _HD = "HandshakeDetail";
|
|
356
|
+
const _ISE = "InternalServerException";
|
|
357
|
+
const _LCH = "ListChannelHandshakes";
|
|
358
|
+
const _LCHR = "ListChannelHandshakesRequest";
|
|
359
|
+
const _LCHRi = "ListChannelHandshakesResponse";
|
|
360
|
+
const _LCHTF = "ListChannelHandshakesTypeFilters";
|
|
361
|
+
const _LCHTS = "ListChannelHandshakesTypeSort";
|
|
362
|
+
const _LPMA = "ListProgramManagementAccounts";
|
|
363
|
+
const _LPMAR = "ListProgramManagementAccountsRequest";
|
|
364
|
+
const _LPMARi = "ListProgramManagementAccountsResponse";
|
|
365
|
+
const _LPMASB = "ListProgramManagementAccountsSortBase";
|
|
366
|
+
const _LR = "ListRelationships";
|
|
367
|
+
const _LRR = "ListRelationshipsRequest";
|
|
368
|
+
const _LRRi = "ListRelationshipsResponse";
|
|
369
|
+
const _LRSB = "ListRelationshipsSortBase";
|
|
370
|
+
const _LTFR = "ListTagsForResource";
|
|
371
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
372
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
373
|
+
const _PLS = "PartnerLedSupport";
|
|
374
|
+
const _PMAHD = "ProgramManagementAccountHandshakeDetail";
|
|
375
|
+
const _PMAS = "ProgramManagementAccountSummary";
|
|
376
|
+
const _PMASr = "ProgramManagementAccountSummaries";
|
|
377
|
+
const _PMATF = "ProgramManagementAccountTypeFilters";
|
|
378
|
+
const _PMATS = "ProgramManagementAccountTypeSort";
|
|
379
|
+
const _RCH = "RejectChannelHandshake";
|
|
380
|
+
const _RCHD = "RejectChannelHandshakeDetail";
|
|
381
|
+
const _RCHR = "RejectChannelHandshakeRequest";
|
|
382
|
+
const _RCHRe = "RejectChannelHandshakeResponse";
|
|
383
|
+
const _RD = "RelationshipDetail";
|
|
384
|
+
const _RE = "ResoldEnterprise";
|
|
385
|
+
const _RNFE = "ResourceNotFoundException";
|
|
386
|
+
const _RS = "RelationshipSummary";
|
|
387
|
+
const _RSPHD = "RevokeServicePeriodHandshakeDetail";
|
|
388
|
+
const _RSPP = "RevokeServicePeriodPayload";
|
|
389
|
+
const _RSPTF = "RevokeServicePeriodTypeFilters";
|
|
390
|
+
const _RSPTS = "RevokeServicePeriodTypeSort";
|
|
391
|
+
const _RSe = "RelationshipSummaries";
|
|
392
|
+
const _RUO = "ResoldUnifiedOperations";
|
|
393
|
+
const _SP = "SupportPlan";
|
|
394
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
395
|
+
const _SSPHD = "StartServicePeriodHandshakeDetail";
|
|
396
|
+
const _SSPP = "StartServicePeriodPayload";
|
|
397
|
+
const _SSPTF = "StartServicePeriodTypeFilters";
|
|
398
|
+
const _SSPTS = "StartServicePeriodTypeSort";
|
|
399
|
+
const _T = "Tag";
|
|
400
|
+
const _TE = "ThrottlingException";
|
|
401
|
+
const _TL = "TagList";
|
|
402
|
+
const _TR = "TagResource";
|
|
403
|
+
const _TRR = "TagResourceRequest";
|
|
404
|
+
const _TRRa = "TagResourceResponse";
|
|
405
|
+
const _UPMA = "UpdateProgramManagementAccount";
|
|
406
|
+
const _UPMAD = "UpdateProgramManagementAccountDetail";
|
|
407
|
+
const _UPMAR = "UpdateProgramManagementAccountRequest";
|
|
408
|
+
const _UPMARp = "UpdateProgramManagementAccountResponse";
|
|
409
|
+
const _UR = "UntagResource";
|
|
410
|
+
const _URD = "UpdateRelationshipDetail";
|
|
411
|
+
const _URR = "UntagResourceRequest";
|
|
412
|
+
const _URRn = "UntagResourceResponse";
|
|
413
|
+
const _URRp = "UpdateRelationshipRequest";
|
|
414
|
+
const _URRpd = "UpdateRelationshipResponse";
|
|
415
|
+
const _URp = "UpdateRelationship";
|
|
416
|
+
const _VE = "ValidationException";
|
|
417
|
+
const _VEF = "ValidationExceptionField";
|
|
418
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
419
|
+
const _a = "arn";
|
|
420
|
+
const _aAI = "associatedAccountId";
|
|
421
|
+
const _aAIs = "associatedAccountIds";
|
|
422
|
+
const _aI = "accountId";
|
|
423
|
+
const _aIc = "accountIds";
|
|
424
|
+
const _aRI = "associatedResourceId";
|
|
425
|
+
const _aRIs = "associatedResourceIdentifier";
|
|
426
|
+
const _aRIss = "associatedResourceIdentifiers";
|
|
427
|
+
const _aT = "associationType";
|
|
428
|
+
const _aTs = "associationTypes";
|
|
429
|
+
const _c = "client";
|
|
430
|
+
const _cA = "createdAt";
|
|
431
|
+
const _cAI = "chargeAccountId";
|
|
432
|
+
const _cHD = "channelHandshakeDetail";
|
|
433
|
+
const _cT = "clientToken";
|
|
434
|
+
const _ca = "catalog";
|
|
435
|
+
const _co = "coverage";
|
|
436
|
+
const _cod = "code";
|
|
437
|
+
const _d = "detail";
|
|
438
|
+
const _dN = "displayName";
|
|
439
|
+
const _dNi = "displayNames";
|
|
440
|
+
const _e = "error";
|
|
441
|
+
const _eD = "endDate";
|
|
442
|
+
const _fL = "fieldList";
|
|
443
|
+
const _h = "http";
|
|
444
|
+
const _hE = "httpError";
|
|
445
|
+
const _hT = "handshakeType";
|
|
446
|
+
const _hTF = "handshakeTypeFilters";
|
|
447
|
+
const _hTS = "handshakeTypeSort";
|
|
448
|
+
const _i = "id";
|
|
449
|
+
const _id = "identifier";
|
|
450
|
+
const _it = "items";
|
|
451
|
+
const _k = "key";
|
|
452
|
+
const _m = "message";
|
|
453
|
+
const _mND = "minimumNoticeDays";
|
|
454
|
+
const _mR = "maxResults";
|
|
455
|
+
const _n = "note";
|
|
456
|
+
const _nT = "nextToken";
|
|
457
|
+
const _na = "name";
|
|
458
|
+
const _oAI = "ownerAccountId";
|
|
459
|
+
const _p = "payload";
|
|
460
|
+
const _pLS = "partnerLedSupport";
|
|
461
|
+
const _pMAD = "programManagementAccountDetail";
|
|
462
|
+
const _pMAHD = "programManagementAccountHandshakeDetail";
|
|
463
|
+
const _pMAI = "programManagementAccountIdentifier";
|
|
464
|
+
const _pMAIr = "programManagementAccountIdentifiers";
|
|
465
|
+
const _pMAIro = "programManagementAccountId";
|
|
466
|
+
const _pMATF = "programManagementAccountTypeFilters";
|
|
467
|
+
const _pMATS = "programManagementAccountTypeSort";
|
|
468
|
+
const _pT = "participantType";
|
|
469
|
+
const _pr = "program";
|
|
470
|
+
const _pro = "programs";
|
|
471
|
+
const _prov = "provider";
|
|
472
|
+
const _qC = "quotaCode";
|
|
473
|
+
const _r = "reason";
|
|
474
|
+
const _rA = "resourceArn";
|
|
475
|
+
const _rAI = "receiverAccountId";
|
|
476
|
+
const _rAM = "resaleAccountModel";
|
|
477
|
+
const _rD = "relationshipDetail";
|
|
478
|
+
const _rE = "resoldEnterprise";
|
|
479
|
+
const _rI = "resourceId";
|
|
480
|
+
const _rSP = "requestedSupportPlan";
|
|
481
|
+
const _rSPHD = "revokeServicePeriodHandshakeDetail";
|
|
482
|
+
const _rSPP = "revokeServicePeriodPayload";
|
|
483
|
+
const _rSPTF = "revokeServicePeriodTypeFilters";
|
|
484
|
+
const _rSPTS = "revokeServicePeriodTypeSort";
|
|
485
|
+
const _rT = "resourceType";
|
|
486
|
+
const _rUO = "resoldUnifiedOperations";
|
|
487
|
+
const _re = "revision";
|
|
488
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralchannel";
|
|
489
|
+
const _sAI = "senderAccountId";
|
|
490
|
+
const _sB = "sortBy";
|
|
491
|
+
const _sC = "serviceCode";
|
|
492
|
+
const _sD = "startDate";
|
|
493
|
+
const _sDN = "senderDisplayName";
|
|
494
|
+
const _sO = "sortOrder";
|
|
495
|
+
const _sPT = "servicePeriodType";
|
|
496
|
+
const _sPTe = "servicePeriodTypes";
|
|
497
|
+
const _sSPHD = "startServicePeriodHandshakeDetail";
|
|
498
|
+
const _sSPP = "startServicePeriodPayload";
|
|
499
|
+
const _sSPTF = "startServicePeriodTypeFilters";
|
|
500
|
+
const _sSPTS = "startServicePeriodTypeSort";
|
|
501
|
+
const _se = "server";
|
|
502
|
+
const _sec = "sector";
|
|
503
|
+
const _so = "sort";
|
|
504
|
+
const _st = "status";
|
|
505
|
+
const _sta = "statuses";
|
|
506
|
+
const _t = "tags";
|
|
507
|
+
const _tK = "tagKeys";
|
|
508
|
+
const _tL = "tamLocation";
|
|
509
|
+
const _uA = "updatedAt";
|
|
510
|
+
const _v = "value";
|
|
511
|
+
const n0 = "com.amazonaws.partnercentralchannel";
|
|
512
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
513
|
+
var PartnerCentralChannelServiceException$ = [-3, _s, "PartnerCentralChannelServiceException", 0, [], []];
|
|
514
|
+
_s_registry.registerError(PartnerCentralChannelServiceException$, PartnerCentralChannelServiceException);
|
|
515
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
516
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
517
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
518
|
+
[_m, _r],
|
|
519
|
+
[0, 0], 1
|
|
520
|
+
];
|
|
521
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
522
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
523
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
524
|
+
[_m, _rI, _rT],
|
|
525
|
+
[0, 0, 0], 3
|
|
526
|
+
];
|
|
527
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
528
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
529
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
530
|
+
[_m],
|
|
531
|
+
[0], 1
|
|
532
|
+
];
|
|
533
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
534
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
535
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
536
|
+
[_m, _rI, _rT],
|
|
537
|
+
[0, 0, 0], 1
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
540
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
541
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
542
|
+
[_m, _rI, _rT, _qC],
|
|
543
|
+
[0, 0, 0, 0], 4
|
|
544
|
+
];
|
|
545
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
546
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
547
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
548
|
+
[_m, _sC, _qC],
|
|
549
|
+
[0, 0, 0], 1
|
|
550
|
+
];
|
|
551
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
552
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
553
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
554
|
+
[_m, _r, _fL],
|
|
555
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
556
|
+
];
|
|
557
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
558
|
+
const errorTypeRegistries = [
|
|
559
|
+
_s_registry,
|
|
560
|
+
n0_registry,
|
|
561
|
+
];
|
|
562
|
+
var AcceptChannelHandshakeDetail$ = [3, n0, _ACHD,
|
|
563
|
+
0,
|
|
564
|
+
[_i, _a, _st],
|
|
565
|
+
[0, 0, 0]
|
|
566
|
+
];
|
|
567
|
+
var AcceptChannelHandshakeRequest$ = [3, n0, _ACHR,
|
|
568
|
+
0,
|
|
569
|
+
[_ca, _id],
|
|
570
|
+
[0, 0], 2
|
|
571
|
+
];
|
|
572
|
+
var AcceptChannelHandshakeResponse$ = [3, n0, _ACHRc,
|
|
573
|
+
0,
|
|
574
|
+
[_cHD],
|
|
575
|
+
[() => AcceptChannelHandshakeDetail$]
|
|
576
|
+
];
|
|
577
|
+
var CancelChannelHandshakeDetail$ = [3, n0, _CCHD,
|
|
578
|
+
0,
|
|
579
|
+
[_i, _a, _st],
|
|
580
|
+
[0, 0, 0]
|
|
581
|
+
];
|
|
582
|
+
var CancelChannelHandshakeRequest$ = [3, n0, _CCHR,
|
|
583
|
+
0,
|
|
584
|
+
[_ca, _id],
|
|
585
|
+
[0, 0], 2
|
|
586
|
+
];
|
|
587
|
+
var CancelChannelHandshakeResponse$ = [3, n0, _CCHRa,
|
|
588
|
+
0,
|
|
589
|
+
[_cHD],
|
|
590
|
+
[() => CancelChannelHandshakeDetail$]
|
|
591
|
+
];
|
|
592
|
+
var ChannelHandshakeSummary$ = [3, n0, _CHS,
|
|
593
|
+
0,
|
|
594
|
+
[_i, _a, _ca, _hT, _oAI, _sAI, _sDN, _rAI, _aRI, _d, _cA, _uA, _st],
|
|
595
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, () => HandshakeDetail$, 5, 5, 0]
|
|
596
|
+
];
|
|
597
|
+
var CreateChannelHandshakeDetail$ = [3, n0, _CCHDr,
|
|
598
|
+
0,
|
|
599
|
+
[_i, _a],
|
|
600
|
+
[0, 0]
|
|
601
|
+
];
|
|
602
|
+
var CreateChannelHandshakeRequest$ = [3, n0, _CCHRr,
|
|
603
|
+
0,
|
|
604
|
+
[_hT, _ca, _aRIs, _p, _cT, _t],
|
|
605
|
+
[0, 0, 0, () => ChannelHandshakePayload$, [0, 4], () => TagList], 3
|
|
606
|
+
];
|
|
607
|
+
var CreateChannelHandshakeResponse$ = [3, n0, _CCHRre,
|
|
608
|
+
0,
|
|
609
|
+
[_cHD],
|
|
610
|
+
[() => CreateChannelHandshakeDetail$]
|
|
611
|
+
];
|
|
612
|
+
var CreateProgramManagementAccountDetail$ = [3, n0, _CPMAD,
|
|
613
|
+
0,
|
|
614
|
+
[_i, _a],
|
|
615
|
+
[0, 0]
|
|
616
|
+
];
|
|
617
|
+
var CreateProgramManagementAccountRequest$ = [3, n0, _CPMAR,
|
|
618
|
+
0,
|
|
619
|
+
[_ca, _pr, _dN, _aI, _cT, _t],
|
|
620
|
+
[0, 0, 0, 0, [0, 4], () => TagList], 4
|
|
621
|
+
];
|
|
622
|
+
var CreateProgramManagementAccountResponse$ = [3, n0, _CPMARr,
|
|
623
|
+
0,
|
|
624
|
+
[_pMAD],
|
|
625
|
+
[() => CreateProgramManagementAccountDetail$]
|
|
626
|
+
];
|
|
627
|
+
var CreateRelationshipDetail$ = [3, n0, _CRD,
|
|
628
|
+
0,
|
|
629
|
+
[_a, _i],
|
|
630
|
+
[0, 0]
|
|
631
|
+
];
|
|
632
|
+
var CreateRelationshipRequest$ = [3, n0, _CRR,
|
|
633
|
+
0,
|
|
634
|
+
[_ca, _aT, _pMAI, _aAI, _dN, _sec, _rAM, _cT, _t, _rSP],
|
|
635
|
+
[0, 0, 0, 0, 0, 0, 0, [0, 4], () => TagList, () => SupportPlan$], 6
|
|
636
|
+
];
|
|
637
|
+
var CreateRelationshipResponse$ = [3, n0, _CRRr,
|
|
638
|
+
0,
|
|
639
|
+
[_rD],
|
|
640
|
+
[() => CreateRelationshipDetail$]
|
|
641
|
+
];
|
|
642
|
+
var DeleteProgramManagementAccountRequest$ = [3, n0, _DPMAR,
|
|
643
|
+
0,
|
|
644
|
+
[_ca, _id, _cT],
|
|
645
|
+
[0, 0, [0, 4]], 2
|
|
646
|
+
];
|
|
647
|
+
var DeleteProgramManagementAccountResponse$ = [3, n0, _DPMARe,
|
|
648
|
+
0,
|
|
649
|
+
[],
|
|
650
|
+
[]
|
|
651
|
+
];
|
|
652
|
+
var DeleteRelationshipRequest$ = [3, n0, _DRR,
|
|
653
|
+
0,
|
|
654
|
+
[_ca, _id, _pMAI, _cT],
|
|
655
|
+
[0, 0, 0, [0, 4]], 3
|
|
656
|
+
];
|
|
657
|
+
var DeleteRelationshipResponse$ = [3, n0, _DRRe,
|
|
658
|
+
0,
|
|
659
|
+
[],
|
|
660
|
+
[]
|
|
661
|
+
];
|
|
662
|
+
var GetRelationshipRequest$ = [3, n0, _GRR,
|
|
663
|
+
0,
|
|
664
|
+
[_ca, _pMAI, _id],
|
|
665
|
+
[0, 0, 0], 3
|
|
666
|
+
];
|
|
667
|
+
var GetRelationshipResponse$ = [3, n0, _GRRe,
|
|
668
|
+
0,
|
|
669
|
+
[_rD],
|
|
670
|
+
[() => RelationshipDetail$]
|
|
671
|
+
];
|
|
672
|
+
var ListChannelHandshakesRequest$ = [3, n0, _LCHR,
|
|
673
|
+
0,
|
|
674
|
+
[_hT, _ca, _pT, _mR, _sta, _aRIss, _hTF, _hTS, _nT],
|
|
675
|
+
[0, 0, 0, 1, 64 | 0, 64 | 0, () => ListChannelHandshakesTypeFilters$, () => ListChannelHandshakesTypeSort$, 0], 3
|
|
676
|
+
];
|
|
677
|
+
var ListChannelHandshakesResponse$ = [3, n0, _LCHRi,
|
|
678
|
+
0,
|
|
679
|
+
[_it, _nT],
|
|
680
|
+
[() => ChannelHandshakeSummaries, 0]
|
|
681
|
+
];
|
|
682
|
+
var ListProgramManagementAccountsRequest$ = [3, n0, _LPMAR,
|
|
683
|
+
0,
|
|
684
|
+
[_ca, _mR, _dNi, _pro, _aIc, _sta, _so, _nT],
|
|
685
|
+
[0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListProgramManagementAccountsSortBase$, 0], 1
|
|
686
|
+
];
|
|
687
|
+
var ListProgramManagementAccountsResponse$ = [3, n0, _LPMARi,
|
|
688
|
+
0,
|
|
689
|
+
[_it, _nT],
|
|
690
|
+
[() => ProgramManagementAccountSummaries, 0]
|
|
691
|
+
];
|
|
692
|
+
var ListProgramManagementAccountsSortBase$ = [3, n0, _LPMASB,
|
|
693
|
+
0,
|
|
694
|
+
[_sO, _sB],
|
|
695
|
+
[0, 0], 2
|
|
696
|
+
];
|
|
697
|
+
var ListRelationshipsRequest$ = [3, n0, _LRR,
|
|
698
|
+
0,
|
|
699
|
+
[_ca, _mR, _aAIs, _aTs, _dNi, _pMAIr, _so, _nT],
|
|
700
|
+
[0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListRelationshipsSortBase$, 0], 1
|
|
701
|
+
];
|
|
702
|
+
var ListRelationshipsResponse$ = [3, n0, _LRRi,
|
|
703
|
+
0,
|
|
704
|
+
[_it, _nT],
|
|
705
|
+
[() => RelationshipSummaries, 0]
|
|
706
|
+
];
|
|
707
|
+
var ListRelationshipsSortBase$ = [3, n0, _LRSB,
|
|
708
|
+
0,
|
|
709
|
+
[_sO, _sB],
|
|
710
|
+
[0, 0], 2
|
|
711
|
+
];
|
|
712
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
713
|
+
0,
|
|
714
|
+
[_rA],
|
|
715
|
+
[0], 1
|
|
716
|
+
];
|
|
717
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
718
|
+
0,
|
|
719
|
+
[_t],
|
|
720
|
+
[() => TagList]
|
|
721
|
+
];
|
|
722
|
+
var PartnerLedSupport$ = [3, n0, _PLS,
|
|
723
|
+
0,
|
|
724
|
+
[_co, _tL, _prov],
|
|
725
|
+
[0, 0, 0], 2
|
|
726
|
+
];
|
|
727
|
+
var ProgramManagementAccountHandshakeDetail$ = [3, n0, _PMAHD,
|
|
728
|
+
0,
|
|
729
|
+
[_pr],
|
|
730
|
+
[0]
|
|
731
|
+
];
|
|
732
|
+
var ProgramManagementAccountSummary$ = [3, n0, _PMAS,
|
|
733
|
+
0,
|
|
734
|
+
[_i, _re, _ca, _pr, _dN, _aI, _a, _cA, _uA, _sD, _st],
|
|
735
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 0]
|
|
736
|
+
];
|
|
737
|
+
var ProgramManagementAccountTypeFilters$ = [3, n0, _PMATF,
|
|
738
|
+
0,
|
|
739
|
+
[_pro],
|
|
740
|
+
[64 | 0]
|
|
741
|
+
];
|
|
742
|
+
var ProgramManagementAccountTypeSort$ = [3, n0, _PMATS,
|
|
743
|
+
0,
|
|
744
|
+
[_sO, _sB],
|
|
745
|
+
[0, 0], 2
|
|
746
|
+
];
|
|
747
|
+
var RejectChannelHandshakeDetail$ = [3, n0, _RCHD,
|
|
748
|
+
0,
|
|
749
|
+
[_i, _a, _st],
|
|
750
|
+
[0, 0, 0]
|
|
751
|
+
];
|
|
752
|
+
var RejectChannelHandshakeRequest$ = [3, n0, _RCHR,
|
|
753
|
+
0,
|
|
754
|
+
[_ca, _id],
|
|
755
|
+
[0, 0], 2
|
|
756
|
+
];
|
|
757
|
+
var RejectChannelHandshakeResponse$ = [3, n0, _RCHRe,
|
|
758
|
+
0,
|
|
759
|
+
[_cHD],
|
|
760
|
+
[() => RejectChannelHandshakeDetail$]
|
|
761
|
+
];
|
|
762
|
+
var RelationshipDetail$ = [3, n0, _RD,
|
|
763
|
+
0,
|
|
764
|
+
[_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _rAM, _sec, _cA, _uA, _sD],
|
|
765
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
|
|
766
|
+
];
|
|
767
|
+
var RelationshipSummary$ = [3, n0, _RS,
|
|
768
|
+
0,
|
|
769
|
+
[_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _sec, _cA, _uA, _sD],
|
|
770
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
|
|
771
|
+
];
|
|
772
|
+
var ResoldEnterprise$ = [3, n0, _RE,
|
|
773
|
+
0,
|
|
774
|
+
[_co, _tL, _cAI],
|
|
775
|
+
[0, 0, 0], 2
|
|
776
|
+
];
|
|
777
|
+
var ResoldUnifiedOperations$ = [3, n0, _RUO,
|
|
778
|
+
0,
|
|
779
|
+
[_co, _tL, _cAI],
|
|
780
|
+
[0, 0, 0], 2
|
|
781
|
+
];
|
|
782
|
+
var RevokeServicePeriodHandshakeDetail$ = [3, n0, _RSPHD,
|
|
783
|
+
0,
|
|
784
|
+
[_n, _sPT, _mND, _sD, _eD],
|
|
785
|
+
[0, 0, 0, 5, 5]
|
|
786
|
+
];
|
|
787
|
+
var RevokeServicePeriodPayload$ = [3, n0, _RSPP,
|
|
788
|
+
0,
|
|
789
|
+
[_pMAI, _n],
|
|
790
|
+
[0, 0], 1
|
|
791
|
+
];
|
|
792
|
+
var RevokeServicePeriodTypeFilters$ = [3, n0, _RSPTF,
|
|
793
|
+
0,
|
|
794
|
+
[_sPTe],
|
|
795
|
+
[64 | 0]
|
|
796
|
+
];
|
|
797
|
+
var RevokeServicePeriodTypeSort$ = [3, n0, _RSPTS,
|
|
798
|
+
0,
|
|
799
|
+
[_sO, _sB],
|
|
800
|
+
[0, 0], 2
|
|
801
|
+
];
|
|
802
|
+
var StartServicePeriodHandshakeDetail$ = [3, n0, _SSPHD,
|
|
803
|
+
0,
|
|
804
|
+
[_n, _sPT, _mND, _sD, _eD],
|
|
805
|
+
[0, 0, 0, 5, 5]
|
|
806
|
+
];
|
|
807
|
+
var StartServicePeriodPayload$ = [3, n0, _SSPP,
|
|
808
|
+
0,
|
|
809
|
+
[_pMAI, _sPT, _n, _mND, _eD],
|
|
810
|
+
[0, 0, 0, 0, 5], 2
|
|
811
|
+
];
|
|
812
|
+
var StartServicePeriodTypeFilters$ = [3, n0, _SSPTF,
|
|
813
|
+
0,
|
|
814
|
+
[_sPTe],
|
|
815
|
+
[64 | 0]
|
|
816
|
+
];
|
|
817
|
+
var StartServicePeriodTypeSort$ = [3, n0, _SSPTS,
|
|
818
|
+
0,
|
|
819
|
+
[_sO, _sB],
|
|
820
|
+
[0, 0], 2
|
|
821
|
+
];
|
|
822
|
+
var Tag$ = [3, n0, _T,
|
|
823
|
+
0,
|
|
824
|
+
[_k, _v],
|
|
825
|
+
[0, 0], 2
|
|
826
|
+
];
|
|
827
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
828
|
+
0,
|
|
829
|
+
[_rA, _t],
|
|
830
|
+
[0, () => TagList], 2
|
|
831
|
+
];
|
|
832
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
833
|
+
0,
|
|
834
|
+
[],
|
|
835
|
+
[]
|
|
836
|
+
];
|
|
837
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
838
|
+
0,
|
|
839
|
+
[_rA, _tK],
|
|
840
|
+
[0, 64 | 0], 2
|
|
841
|
+
];
|
|
842
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
843
|
+
0,
|
|
844
|
+
[],
|
|
845
|
+
[]
|
|
846
|
+
];
|
|
847
|
+
var UpdateProgramManagementAccountDetail$ = [3, n0, _UPMAD,
|
|
848
|
+
0,
|
|
849
|
+
[_i, _a, _re, _dN],
|
|
850
|
+
[0, 0, 0, 0]
|
|
851
|
+
];
|
|
852
|
+
var UpdateProgramManagementAccountRequest$ = [3, n0, _UPMAR,
|
|
853
|
+
0,
|
|
854
|
+
[_ca, _id, _re, _dN],
|
|
855
|
+
[0, 0, 0, 0], 2
|
|
856
|
+
];
|
|
857
|
+
var UpdateProgramManagementAccountResponse$ = [3, n0, _UPMARp,
|
|
858
|
+
0,
|
|
859
|
+
[_pMAD],
|
|
860
|
+
[() => UpdateProgramManagementAccountDetail$]
|
|
861
|
+
];
|
|
862
|
+
var UpdateRelationshipDetail$ = [3, n0, _URD,
|
|
863
|
+
0,
|
|
864
|
+
[_a, _i, _re, _dN],
|
|
865
|
+
[0, 0, 0, 0]
|
|
866
|
+
];
|
|
867
|
+
var UpdateRelationshipRequest$ = [3, n0, _URRp,
|
|
868
|
+
0,
|
|
869
|
+
[_ca, _id, _pMAI, _re, _dN, _rSP],
|
|
870
|
+
[0, 0, 0, 0, 0, () => SupportPlan$], 3
|
|
871
|
+
];
|
|
872
|
+
var UpdateRelationshipResponse$ = [3, n0, _URRpd,
|
|
873
|
+
0,
|
|
874
|
+
[_rD],
|
|
875
|
+
[() => UpdateRelationshipDetail$]
|
|
876
|
+
];
|
|
877
|
+
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
878
|
+
0,
|
|
879
|
+
[_na, _cod, _m],
|
|
880
|
+
[0, 0, 0], 3
|
|
881
|
+
];
|
|
882
|
+
var ChannelHandshakeSummaries = [1, n0, _CHSh,
|
|
883
|
+
0, () => ChannelHandshakeSummary$
|
|
884
|
+
];
|
|
885
|
+
var ProgramManagementAccountSummaries = [1, n0, _PMASr,
|
|
886
|
+
0, () => ProgramManagementAccountSummary$
|
|
887
|
+
];
|
|
888
|
+
var RelationshipSummaries = [1, n0, _RSe,
|
|
889
|
+
0, () => RelationshipSummary$
|
|
890
|
+
];
|
|
891
|
+
var TagList = [1, n0, _TL,
|
|
892
|
+
0, () => Tag$
|
|
893
|
+
];
|
|
894
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
895
|
+
0, () => ValidationExceptionField$
|
|
896
|
+
];
|
|
897
|
+
var ChannelHandshakePayload$ = [4, n0, _CHP,
|
|
898
|
+
0,
|
|
899
|
+
[_sSPP, _rSPP],
|
|
900
|
+
[() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$]
|
|
901
|
+
];
|
|
902
|
+
var HandshakeDetail$ = [4, n0, _HD,
|
|
903
|
+
0,
|
|
904
|
+
[_sSPHD, _rSPHD, _pMAHD],
|
|
905
|
+
[() => StartServicePeriodHandshakeDetail$, () => RevokeServicePeriodHandshakeDetail$, () => ProgramManagementAccountHandshakeDetail$]
|
|
906
|
+
];
|
|
907
|
+
var ListChannelHandshakesTypeFilters$ = [4, n0, _LCHTF,
|
|
908
|
+
0,
|
|
909
|
+
[_sSPTF, _rSPTF, _pMATF],
|
|
910
|
+
[() => StartServicePeriodTypeFilters$, () => RevokeServicePeriodTypeFilters$, () => ProgramManagementAccountTypeFilters$]
|
|
911
|
+
];
|
|
912
|
+
var ListChannelHandshakesTypeSort$ = [4, n0, _LCHTS,
|
|
913
|
+
0,
|
|
914
|
+
[_sSPTS, _rSPTS, _pMATS],
|
|
915
|
+
[() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$]
|
|
916
|
+
];
|
|
917
|
+
var SupportPlan$ = [4, n0, _SP,
|
|
918
|
+
0,
|
|
919
|
+
[_rE, _pLS, _rUO],
|
|
920
|
+
[() => ResoldEnterprise$, () => PartnerLedSupport$, () => ResoldUnifiedOperations$]
|
|
921
|
+
];
|
|
922
|
+
var AcceptChannelHandshake$ = [9, n0, _ACH,
|
|
923
|
+
{ [_h]: ["POST", "/AcceptChannelHandshake", 200] }, () => AcceptChannelHandshakeRequest$, () => AcceptChannelHandshakeResponse$
|
|
924
|
+
];
|
|
925
|
+
var CancelChannelHandshake$ = [9, n0, _CCH,
|
|
926
|
+
{ [_h]: ["POST", "/CancelChannelHandshake", 200] }, () => CancelChannelHandshakeRequest$, () => CancelChannelHandshakeResponse$
|
|
927
|
+
];
|
|
928
|
+
var CreateChannelHandshake$ = [9, n0, _CCHr,
|
|
929
|
+
{ [_h]: ["POST", "/CreateChannelHandshake", 200] }, () => CreateChannelHandshakeRequest$, () => CreateChannelHandshakeResponse$
|
|
930
|
+
];
|
|
931
|
+
var CreateProgramManagementAccount$ = [9, n0, _CPMA,
|
|
932
|
+
{ [_h]: ["POST", "/CreateProgramManagementAccount", 200] }, () => CreateProgramManagementAccountRequest$, () => CreateProgramManagementAccountResponse$
|
|
933
|
+
];
|
|
934
|
+
var CreateRelationship$ = [9, n0, _CR,
|
|
935
|
+
{ [_h]: ["POST", "/CreateRelationship", 200] }, () => CreateRelationshipRequest$, () => CreateRelationshipResponse$
|
|
936
|
+
];
|
|
937
|
+
var DeleteProgramManagementAccount$ = [9, n0, _DPMA,
|
|
938
|
+
{ [_h]: ["POST", "/DeleteProgramManagementAccount", 200] }, () => DeleteProgramManagementAccountRequest$, () => DeleteProgramManagementAccountResponse$
|
|
939
|
+
];
|
|
940
|
+
var DeleteRelationship$ = [9, n0, _DR,
|
|
941
|
+
{ [_h]: ["POST", "/DeleteRelationship", 200] }, () => DeleteRelationshipRequest$, () => DeleteRelationshipResponse$
|
|
942
|
+
];
|
|
943
|
+
var GetRelationship$ = [9, n0, _GR,
|
|
944
|
+
{ [_h]: ["POST", "/GetRelationship", 200] }, () => GetRelationshipRequest$, () => GetRelationshipResponse$
|
|
945
|
+
];
|
|
946
|
+
var ListChannelHandshakes$ = [9, n0, _LCH,
|
|
947
|
+
{ [_h]: ["POST", "/ListChannelHandshakes", 200] }, () => ListChannelHandshakesRequest$, () => ListChannelHandshakesResponse$
|
|
948
|
+
];
|
|
949
|
+
var ListProgramManagementAccounts$ = [9, n0, _LPMA,
|
|
950
|
+
{ [_h]: ["POST", "/ListProgramManagementAccounts", 200] }, () => ListProgramManagementAccountsRequest$, () => ListProgramManagementAccountsResponse$
|
|
951
|
+
];
|
|
952
|
+
var ListRelationships$ = [9, n0, _LR,
|
|
953
|
+
{ [_h]: ["POST", "/ListRelationships", 200] }, () => ListRelationshipsRequest$, () => ListRelationshipsResponse$
|
|
954
|
+
];
|
|
955
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
956
|
+
{ [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
957
|
+
];
|
|
958
|
+
var RejectChannelHandshake$ = [9, n0, _RCH,
|
|
959
|
+
{ [_h]: ["POST", "/RejectChannelHandshake", 200] }, () => RejectChannelHandshakeRequest$, () => RejectChannelHandshakeResponse$
|
|
960
|
+
];
|
|
961
|
+
var TagResource$ = [9, n0, _TR,
|
|
962
|
+
{ [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
963
|
+
];
|
|
964
|
+
var UntagResource$ = [9, n0, _UR,
|
|
965
|
+
{ [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
966
|
+
];
|
|
967
|
+
var UpdateProgramManagementAccount$ = [9, n0, _UPMA,
|
|
968
|
+
{ [_h]: ["POST", "/UpdateProgramManagementAccount", 200] }, () => UpdateProgramManagementAccountRequest$, () => UpdateProgramManagementAccountResponse$
|
|
969
|
+
];
|
|
970
|
+
var UpdateRelationship$ = [9, n0, _URp,
|
|
971
|
+
{ [_h]: ["POST", "/UpdateRelationship", 200] }, () => UpdateRelationshipRequest$, () => UpdateRelationshipResponse$
|
|
972
|
+
];
|
|
973
|
+
|
|
974
|
+
const getRuntimeConfig$1 = (config) => {
|
|
975
|
+
return {
|
|
976
|
+
apiVersion: "2024-03-18",
|
|
977
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
978
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
979
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
980
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
981
|
+
extensions: config?.extensions ?? [],
|
|
982
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultPartnerCentralChannelHttpAuthSchemeProvider,
|
|
983
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
984
|
+
{
|
|
985
|
+
schemeId: "aws.auth#sigv4",
|
|
986
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
987
|
+
signer: new AwsSdkSigV4Signer(),
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
schemeId: "aws.auth#sigv4a",
|
|
991
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4a"),
|
|
992
|
+
signer: new AwsSdkSigV4ASigner(),
|
|
993
|
+
},
|
|
994
|
+
],
|
|
995
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
996
|
+
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
997
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
998
|
+
defaultNamespace: "com.amazonaws.partnercentralchannel",
|
|
999
|
+
errorTypeRegistries,
|
|
1000
|
+
version: "2024-03-18",
|
|
1001
|
+
serviceTarget: "PartnerCentralChannel",
|
|
1002
|
+
},
|
|
1003
|
+
serviceId: config?.serviceId ?? "PartnerCentral Channel",
|
|
1004
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1005
|
+
signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
|
|
1006
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
1007
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1008
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
1009
|
+
};
|
|
1010
|
+
};
|
|
1011
|
+
|
|
1012
|
+
const getRuntimeConfig = (config) => {
|
|
1013
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
1014
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
1015
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
1016
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
1017
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
1018
|
+
const loaderConfig = {
|
|
1019
|
+
profile: config?.profile,
|
|
1020
|
+
logger: clientSharedValues.logger,
|
|
1021
|
+
};
|
|
1022
|
+
return {
|
|
1023
|
+
...clientSharedValues,
|
|
1024
|
+
...config,
|
|
1025
|
+
runtime: "node",
|
|
1026
|
+
defaultsMode,
|
|
1027
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
1028
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
1029
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
1030
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
1031
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
1032
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
1033
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
1034
|
+
retryMode: config?.retryMode ??
|
|
1035
|
+
loadConfig({
|
|
1036
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1037
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1038
|
+
}, config),
|
|
1039
|
+
sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
|
|
1040
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1041
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1042
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1043
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
|
|
32
1047
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
33
1048
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
34
1049
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -425,43 +1440,146 @@ const ListRelationshipsSortName = {
|
|
|
425
1440
|
UPDATED_AT: "UpdatedAt",
|
|
426
1441
|
};
|
|
427
1442
|
|
|
1443
|
+
exports.AcceptChannelHandshake$ = AcceptChannelHandshake$;
|
|
428
1444
|
exports.AcceptChannelHandshakeCommand = AcceptChannelHandshakeCommand;
|
|
1445
|
+
exports.AcceptChannelHandshakeDetail$ = AcceptChannelHandshakeDetail$;
|
|
1446
|
+
exports.AcceptChannelHandshakeRequest$ = AcceptChannelHandshakeRequest$;
|
|
1447
|
+
exports.AcceptChannelHandshakeResponse$ = AcceptChannelHandshakeResponse$;
|
|
1448
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1449
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
429
1450
|
exports.AssociationType = AssociationType;
|
|
1451
|
+
exports.CancelChannelHandshake$ = CancelChannelHandshake$;
|
|
430
1452
|
exports.CancelChannelHandshakeCommand = CancelChannelHandshakeCommand;
|
|
1453
|
+
exports.CancelChannelHandshakeDetail$ = CancelChannelHandshakeDetail$;
|
|
1454
|
+
exports.CancelChannelHandshakeRequest$ = CancelChannelHandshakeRequest$;
|
|
1455
|
+
exports.CancelChannelHandshakeResponse$ = CancelChannelHandshakeResponse$;
|
|
1456
|
+
exports.ChannelHandshakePayload$ = ChannelHandshakePayload$;
|
|
1457
|
+
exports.ChannelHandshakeSummary$ = ChannelHandshakeSummary$;
|
|
1458
|
+
exports.ConflictException = ConflictException;
|
|
1459
|
+
exports.ConflictException$ = ConflictException$;
|
|
431
1460
|
exports.Coverage = Coverage;
|
|
1461
|
+
exports.CreateChannelHandshake$ = CreateChannelHandshake$;
|
|
432
1462
|
exports.CreateChannelHandshakeCommand = CreateChannelHandshakeCommand;
|
|
1463
|
+
exports.CreateChannelHandshakeDetail$ = CreateChannelHandshakeDetail$;
|
|
1464
|
+
exports.CreateChannelHandshakeRequest$ = CreateChannelHandshakeRequest$;
|
|
1465
|
+
exports.CreateChannelHandshakeResponse$ = CreateChannelHandshakeResponse$;
|
|
1466
|
+
exports.CreateProgramManagementAccount$ = CreateProgramManagementAccount$;
|
|
433
1467
|
exports.CreateProgramManagementAccountCommand = CreateProgramManagementAccountCommand;
|
|
1468
|
+
exports.CreateProgramManagementAccountDetail$ = CreateProgramManagementAccountDetail$;
|
|
1469
|
+
exports.CreateProgramManagementAccountRequest$ = CreateProgramManagementAccountRequest$;
|
|
1470
|
+
exports.CreateProgramManagementAccountResponse$ = CreateProgramManagementAccountResponse$;
|
|
1471
|
+
exports.CreateRelationship$ = CreateRelationship$;
|
|
434
1472
|
exports.CreateRelationshipCommand = CreateRelationshipCommand;
|
|
1473
|
+
exports.CreateRelationshipDetail$ = CreateRelationshipDetail$;
|
|
1474
|
+
exports.CreateRelationshipRequest$ = CreateRelationshipRequest$;
|
|
1475
|
+
exports.CreateRelationshipResponse$ = CreateRelationshipResponse$;
|
|
1476
|
+
exports.DeleteProgramManagementAccount$ = DeleteProgramManagementAccount$;
|
|
435
1477
|
exports.DeleteProgramManagementAccountCommand = DeleteProgramManagementAccountCommand;
|
|
1478
|
+
exports.DeleteProgramManagementAccountRequest$ = DeleteProgramManagementAccountRequest$;
|
|
1479
|
+
exports.DeleteProgramManagementAccountResponse$ = DeleteProgramManagementAccountResponse$;
|
|
1480
|
+
exports.DeleteRelationship$ = DeleteRelationship$;
|
|
436
1481
|
exports.DeleteRelationshipCommand = DeleteRelationshipCommand;
|
|
1482
|
+
exports.DeleteRelationshipRequest$ = DeleteRelationshipRequest$;
|
|
1483
|
+
exports.DeleteRelationshipResponse$ = DeleteRelationshipResponse$;
|
|
1484
|
+
exports.GetRelationship$ = GetRelationship$;
|
|
437
1485
|
exports.GetRelationshipCommand = GetRelationshipCommand;
|
|
1486
|
+
exports.GetRelationshipRequest$ = GetRelationshipRequest$;
|
|
1487
|
+
exports.GetRelationshipResponse$ = GetRelationshipResponse$;
|
|
1488
|
+
exports.HandshakeDetail$ = HandshakeDetail$;
|
|
438
1489
|
exports.HandshakeStatus = HandshakeStatus;
|
|
439
1490
|
exports.HandshakeType = HandshakeType;
|
|
1491
|
+
exports.InternalServerException = InternalServerException;
|
|
1492
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1493
|
+
exports.ListChannelHandshakes$ = ListChannelHandshakes$;
|
|
440
1494
|
exports.ListChannelHandshakesCommand = ListChannelHandshakesCommand;
|
|
1495
|
+
exports.ListChannelHandshakesRequest$ = ListChannelHandshakesRequest$;
|
|
1496
|
+
exports.ListChannelHandshakesResponse$ = ListChannelHandshakesResponse$;
|
|
1497
|
+
exports.ListChannelHandshakesTypeFilters$ = ListChannelHandshakesTypeFilters$;
|
|
1498
|
+
exports.ListChannelHandshakesTypeSort$ = ListChannelHandshakesTypeSort$;
|
|
1499
|
+
exports.ListProgramManagementAccounts$ = ListProgramManagementAccounts$;
|
|
441
1500
|
exports.ListProgramManagementAccountsCommand = ListProgramManagementAccountsCommand;
|
|
1501
|
+
exports.ListProgramManagementAccountsRequest$ = ListProgramManagementAccountsRequest$;
|
|
1502
|
+
exports.ListProgramManagementAccountsResponse$ = ListProgramManagementAccountsResponse$;
|
|
1503
|
+
exports.ListProgramManagementAccountsSortBase$ = ListProgramManagementAccountsSortBase$;
|
|
442
1504
|
exports.ListProgramManagementAccountsSortName = ListProgramManagementAccountsSortName;
|
|
1505
|
+
exports.ListRelationships$ = ListRelationships$;
|
|
443
1506
|
exports.ListRelationshipsCommand = ListRelationshipsCommand;
|
|
1507
|
+
exports.ListRelationshipsRequest$ = ListRelationshipsRequest$;
|
|
1508
|
+
exports.ListRelationshipsResponse$ = ListRelationshipsResponse$;
|
|
1509
|
+
exports.ListRelationshipsSortBase$ = ListRelationshipsSortBase$;
|
|
444
1510
|
exports.ListRelationshipsSortName = ListRelationshipsSortName;
|
|
1511
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
445
1512
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1513
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1514
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
446
1515
|
exports.ParticipantType = ParticipantType;
|
|
447
1516
|
exports.PartnerCentralChannel = PartnerCentralChannel;
|
|
448
1517
|
exports.PartnerCentralChannelClient = PartnerCentralChannelClient;
|
|
1518
|
+
exports.PartnerCentralChannelServiceException = PartnerCentralChannelServiceException;
|
|
1519
|
+
exports.PartnerCentralChannelServiceException$ = PartnerCentralChannelServiceException$;
|
|
1520
|
+
exports.PartnerLedSupport$ = PartnerLedSupport$;
|
|
449
1521
|
exports.Program = Program;
|
|
1522
|
+
exports.ProgramManagementAccountHandshakeDetail$ = ProgramManagementAccountHandshakeDetail$;
|
|
450
1523
|
exports.ProgramManagementAccountStatus = ProgramManagementAccountStatus;
|
|
1524
|
+
exports.ProgramManagementAccountSummary$ = ProgramManagementAccountSummary$;
|
|
1525
|
+
exports.ProgramManagementAccountTypeFilters$ = ProgramManagementAccountTypeFilters$;
|
|
1526
|
+
exports.ProgramManagementAccountTypeSort$ = ProgramManagementAccountTypeSort$;
|
|
451
1527
|
exports.ProgramManagementAccountTypeSortName = ProgramManagementAccountTypeSortName;
|
|
452
1528
|
exports.Provider = Provider;
|
|
1529
|
+
exports.RejectChannelHandshake$ = RejectChannelHandshake$;
|
|
453
1530
|
exports.RejectChannelHandshakeCommand = RejectChannelHandshakeCommand;
|
|
1531
|
+
exports.RejectChannelHandshakeDetail$ = RejectChannelHandshakeDetail$;
|
|
1532
|
+
exports.RejectChannelHandshakeRequest$ = RejectChannelHandshakeRequest$;
|
|
1533
|
+
exports.RejectChannelHandshakeResponse$ = RejectChannelHandshakeResponse$;
|
|
1534
|
+
exports.RelationshipDetail$ = RelationshipDetail$;
|
|
1535
|
+
exports.RelationshipSummary$ = RelationshipSummary$;
|
|
454
1536
|
exports.ResaleAccountModel = ResaleAccountModel;
|
|
1537
|
+
exports.ResoldEnterprise$ = ResoldEnterprise$;
|
|
1538
|
+
exports.ResoldUnifiedOperations$ = ResoldUnifiedOperations$;
|
|
1539
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1540
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1541
|
+
exports.RevokeServicePeriodHandshakeDetail$ = RevokeServicePeriodHandshakeDetail$;
|
|
1542
|
+
exports.RevokeServicePeriodPayload$ = RevokeServicePeriodPayload$;
|
|
1543
|
+
exports.RevokeServicePeriodTypeFilters$ = RevokeServicePeriodTypeFilters$;
|
|
1544
|
+
exports.RevokeServicePeriodTypeSort$ = RevokeServicePeriodTypeSort$;
|
|
455
1545
|
exports.RevokeServicePeriodTypeSortName = RevokeServicePeriodTypeSortName;
|
|
456
1546
|
exports.Sector = Sector;
|
|
457
1547
|
exports.ServicePeriodType = ServicePeriodType;
|
|
1548
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1549
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
458
1550
|
exports.SortOrder = SortOrder;
|
|
1551
|
+
exports.StartServicePeriodHandshakeDetail$ = StartServicePeriodHandshakeDetail$;
|
|
1552
|
+
exports.StartServicePeriodPayload$ = StartServicePeriodPayload$;
|
|
1553
|
+
exports.StartServicePeriodTypeFilters$ = StartServicePeriodTypeFilters$;
|
|
1554
|
+
exports.StartServicePeriodTypeSort$ = StartServicePeriodTypeSort$;
|
|
459
1555
|
exports.StartServicePeriodTypeSortName = StartServicePeriodTypeSortName;
|
|
1556
|
+
exports.SupportPlan$ = SupportPlan$;
|
|
1557
|
+
exports.Tag$ = Tag$;
|
|
1558
|
+
exports.TagResource$ = TagResource$;
|
|
460
1559
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1560
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1561
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1562
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1563
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1564
|
+
exports.UntagResource$ = UntagResource$;
|
|
461
1565
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1566
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1567
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1568
|
+
exports.UpdateProgramManagementAccount$ = UpdateProgramManagementAccount$;
|
|
462
1569
|
exports.UpdateProgramManagementAccountCommand = UpdateProgramManagementAccountCommand;
|
|
1570
|
+
exports.UpdateProgramManagementAccountDetail$ = UpdateProgramManagementAccountDetail$;
|
|
1571
|
+
exports.UpdateProgramManagementAccountRequest$ = UpdateProgramManagementAccountRequest$;
|
|
1572
|
+
exports.UpdateProgramManagementAccountResponse$ = UpdateProgramManagementAccountResponse$;
|
|
1573
|
+
exports.UpdateRelationship$ = UpdateRelationship$;
|
|
463
1574
|
exports.UpdateRelationshipCommand = UpdateRelationshipCommand;
|
|
1575
|
+
exports.UpdateRelationshipDetail$ = UpdateRelationshipDetail$;
|
|
1576
|
+
exports.UpdateRelationshipRequest$ = UpdateRelationshipRequest$;
|
|
1577
|
+
exports.UpdateRelationshipResponse$ = UpdateRelationshipResponse$;
|
|
1578
|
+
exports.ValidationException = ValidationException;
|
|
1579
|
+
exports.ValidationException$ = ValidationException$;
|
|
1580
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
464
1581
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1582
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
465
1583
|
exports.paginateListChannelHandshakes = paginateListChannelHandshakes;
|
|
466
1584
|
exports.paginateListProgramManagementAccounts = paginateListProgramManagementAccounts;
|
|
467
1585
|
exports.paginateListRelationships = paginateListRelationships;
|