@aws-sdk/client-partnercentral-channel 3.987.0 → 3.989.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 +36 -887
- package/dist-cjs/models/PartnerCentralChannelServiceException.js +12 -0
- package/dist-cjs/models/errors.js +124 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +670 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +14 -14
|
@@ -106,12 +106,12 @@ const _aRIs = "associatedResourceIdentifier";
|
|
|
106
106
|
const _aRIss = "associatedResourceIdentifiers";
|
|
107
107
|
const _aT = "associationType";
|
|
108
108
|
const _aTs = "associationTypes";
|
|
109
|
-
const _c = "
|
|
109
|
+
const _c = "client";
|
|
110
110
|
const _cA = "createdAt";
|
|
111
111
|
const _cAI = "chargeAccountId";
|
|
112
112
|
const _cHD = "channelHandshakeDetail";
|
|
113
113
|
const _cT = "clientToken";
|
|
114
|
-
const
|
|
114
|
+
const _ca = "catalog";
|
|
115
115
|
const _co = "coverage";
|
|
116
116
|
const _cod = "code";
|
|
117
117
|
const _d = "detail";
|
|
@@ -165,7 +165,7 @@ const _rSPTF = "revokeServicePeriodTypeFilters";
|
|
|
165
165
|
const _rSPTS = "revokeServicePeriodTypeSort";
|
|
166
166
|
const _rT = "resourceType";
|
|
167
167
|
const _re = "revision";
|
|
168
|
-
const _s = "
|
|
168
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralchannel";
|
|
169
169
|
const _sAI = "senderAccountId";
|
|
170
170
|
const _sB = "sortBy";
|
|
171
171
|
const _sC = "serviceCode";
|
|
@@ -178,11 +178,11 @@ const _sSPHD = "startServicePeriodHandshakeDetail";
|
|
|
178
178
|
const _sSPP = "startServicePeriodPayload";
|
|
179
179
|
const _sSPTF = "startServicePeriodTypeFilters";
|
|
180
180
|
const _sSPTS = "startServicePeriodTypeSort";
|
|
181
|
-
const _se = "
|
|
182
|
-
const
|
|
183
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralchannel";
|
|
181
|
+
const _se = "server";
|
|
182
|
+
const _sec = "sector";
|
|
184
183
|
const _so = "sort";
|
|
185
|
-
const _st = "
|
|
184
|
+
const _st = "status";
|
|
185
|
+
const _sta = "statuses";
|
|
186
186
|
const _t = "tags";
|
|
187
187
|
const _tK = "tagKeys";
|
|
188
188
|
const _tL = "tamLocation";
|
|
@@ -192,14 +192,64 @@ const n0 = "com.amazonaws.partnercentralchannel";
|
|
|
192
192
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
193
193
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
194
194
|
import { PartnerCentralChannelServiceException } from "../models/PartnerCentralChannelServiceException";
|
|
195
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
196
|
+
export var PartnerCentralChannelServiceException$ = [-3, _s, "PartnerCentralChannelServiceException", 0, [], []];
|
|
197
|
+
_s_registry.registerError(PartnerCentralChannelServiceException$, PartnerCentralChannelServiceException);
|
|
198
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
199
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
200
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
201
|
+
[_m, _r],
|
|
202
|
+
[0, 0], 1
|
|
203
|
+
];
|
|
204
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
205
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
206
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
207
|
+
[_m, _rI, _rT],
|
|
208
|
+
[0, 0, 0], 3
|
|
209
|
+
];
|
|
210
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
211
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
212
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
213
|
+
[_m],
|
|
214
|
+
[0], 1
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
217
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
218
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
219
|
+
[_m, _rI, _rT],
|
|
220
|
+
[0, 0, 0], 1
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
223
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
224
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
225
|
+
[_m, _rI, _rT, _qC],
|
|
226
|
+
[0, 0, 0, 0], 4
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
229
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
230
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
231
|
+
[_m, _sC, _qC],
|
|
232
|
+
[0, 0, 0], 1
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
235
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
236
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
237
|
+
[_m, _r, _fL],
|
|
238
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
241
|
+
export const errorTypeRegistries = [
|
|
242
|
+
_s_registry,
|
|
243
|
+
n0_registry,
|
|
244
|
+
];
|
|
195
245
|
export var AcceptChannelHandshakeDetail$ = [3, n0, _ACHD,
|
|
196
246
|
0,
|
|
197
|
-
[_i, _a,
|
|
247
|
+
[_i, _a, _st],
|
|
198
248
|
[0, 0, 0]
|
|
199
249
|
];
|
|
200
250
|
export var AcceptChannelHandshakeRequest$ = [3, n0, _ACHR,
|
|
201
251
|
0,
|
|
202
|
-
[
|
|
252
|
+
[_ca, _id],
|
|
203
253
|
[0, 0], 2
|
|
204
254
|
];
|
|
205
255
|
export var AcceptChannelHandshakeResponse$ = [3, n0, _ACHRc,
|
|
@@ -207,20 +257,14 @@ export var AcceptChannelHandshakeResponse$ = [3, n0, _ACHRc,
|
|
|
207
257
|
[_cHD],
|
|
208
258
|
[() => AcceptChannelHandshakeDetail$]
|
|
209
259
|
];
|
|
210
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
211
|
-
{ [_e]: _cl, [_hE]: 403 },
|
|
212
|
-
[_m, _r],
|
|
213
|
-
[0, 0], 1
|
|
214
|
-
];
|
|
215
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
216
260
|
export var CancelChannelHandshakeDetail$ = [3, n0, _CCHD,
|
|
217
261
|
0,
|
|
218
|
-
[_i, _a,
|
|
262
|
+
[_i, _a, _st],
|
|
219
263
|
[0, 0, 0]
|
|
220
264
|
];
|
|
221
265
|
export var CancelChannelHandshakeRequest$ = [3, n0, _CCHR,
|
|
222
266
|
0,
|
|
223
|
-
[
|
|
267
|
+
[_ca, _id],
|
|
224
268
|
[0, 0], 2
|
|
225
269
|
];
|
|
226
270
|
export var CancelChannelHandshakeResponse$ = [3, n0, _CCHRa,
|
|
@@ -230,15 +274,9 @@ export var CancelChannelHandshakeResponse$ = [3, n0, _CCHRa,
|
|
|
230
274
|
];
|
|
231
275
|
export var ChannelHandshakeSummary$ = [3, n0, _CHS,
|
|
232
276
|
0,
|
|
233
|
-
[_i, _a,
|
|
277
|
+
[_i, _a, _ca, _hT, _oAI, _sAI, _sDN, _rAI, _aRI, _d, _cA, _uA, _st],
|
|
234
278
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, () => HandshakeDetail$, 5, 5, 0]
|
|
235
279
|
];
|
|
236
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
237
|
-
{ [_e]: _cl, [_hE]: 409 },
|
|
238
|
-
[_m, _rI, _rT],
|
|
239
|
-
[0, 0, 0], 3
|
|
240
|
-
];
|
|
241
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
242
280
|
export var CreateChannelHandshakeDetail$ = [3, n0, _CCHDr,
|
|
243
281
|
0,
|
|
244
282
|
[_i, _a],
|
|
@@ -246,7 +284,7 @@ export var CreateChannelHandshakeDetail$ = [3, n0, _CCHDr,
|
|
|
246
284
|
];
|
|
247
285
|
export var CreateChannelHandshakeRequest$ = [3, n0, _CCHRr,
|
|
248
286
|
0,
|
|
249
|
-
[_hT,
|
|
287
|
+
[_hT, _ca, _aRIs, _p, _cT, _t],
|
|
250
288
|
[0, 0, 0, () => ChannelHandshakePayload$, [0, 4], () => TagList], 3
|
|
251
289
|
];
|
|
252
290
|
export var CreateChannelHandshakeResponse$ = [3, n0, _CCHRre,
|
|
@@ -261,7 +299,7 @@ export var CreateProgramManagementAccountDetail$ = [3, n0, _CPMAD,
|
|
|
261
299
|
];
|
|
262
300
|
export var CreateProgramManagementAccountRequest$ = [3, n0, _CPMAR,
|
|
263
301
|
0,
|
|
264
|
-
[
|
|
302
|
+
[_ca, _pr, _dN, _aI, _cT, _t],
|
|
265
303
|
[0, 0, 0, 0, [0, 4], () => TagList], 4
|
|
266
304
|
];
|
|
267
305
|
export var CreateProgramManagementAccountResponse$ = [3, n0, _CPMARr,
|
|
@@ -276,7 +314,7 @@ export var CreateRelationshipDetail$ = [3, n0, _CRD,
|
|
|
276
314
|
];
|
|
277
315
|
export var CreateRelationshipRequest$ = [3, n0, _CRR,
|
|
278
316
|
0,
|
|
279
|
-
[
|
|
317
|
+
[_ca, _aT, _pMAI, _aAI, _dN, _sec, _rAM, _cT, _t, _rSP],
|
|
280
318
|
[0, 0, 0, 0, 0, 0, 0, [0, 4], () => TagList, () => SupportPlan$], 6
|
|
281
319
|
];
|
|
282
320
|
export var CreateRelationshipResponse$ = [3, n0, _CRRr,
|
|
@@ -286,7 +324,7 @@ export var CreateRelationshipResponse$ = [3, n0, _CRRr,
|
|
|
286
324
|
];
|
|
287
325
|
export var DeleteProgramManagementAccountRequest$ = [3, n0, _DPMAR,
|
|
288
326
|
0,
|
|
289
|
-
[
|
|
327
|
+
[_ca, _id, _cT],
|
|
290
328
|
[0, 0, [0, 4]], 2
|
|
291
329
|
];
|
|
292
330
|
export var DeleteProgramManagementAccountResponse$ = [3, n0, _DPMARe,
|
|
@@ -296,7 +334,7 @@ export var DeleteProgramManagementAccountResponse$ = [3, n0, _DPMARe,
|
|
|
296
334
|
];
|
|
297
335
|
export var DeleteRelationshipRequest$ = [3, n0, _DRR,
|
|
298
336
|
0,
|
|
299
|
-
[
|
|
337
|
+
[_ca, _id, _pMAI, _cT],
|
|
300
338
|
[0, 0, 0, [0, 4]], 3
|
|
301
339
|
];
|
|
302
340
|
export var DeleteRelationshipResponse$ = [3, n0, _DRRe,
|
|
@@ -306,7 +344,7 @@ export var DeleteRelationshipResponse$ = [3, n0, _DRRe,
|
|
|
306
344
|
];
|
|
307
345
|
export var GetRelationshipRequest$ = [3, n0, _GRR,
|
|
308
346
|
0,
|
|
309
|
-
[
|
|
347
|
+
[_ca, _pMAI, _id],
|
|
310
348
|
[0, 0, 0], 3
|
|
311
349
|
];
|
|
312
350
|
export var GetRelationshipResponse$ = [3, n0, _GRRe,
|
|
@@ -314,15 +352,9 @@ export var GetRelationshipResponse$ = [3, n0, _GRRe,
|
|
|
314
352
|
[_rD],
|
|
315
353
|
[() => RelationshipDetail$]
|
|
316
354
|
];
|
|
317
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
318
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
319
|
-
[_m],
|
|
320
|
-
[0], 1
|
|
321
|
-
];
|
|
322
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
323
355
|
export var ListChannelHandshakesRequest$ = [3, n0, _LCHR,
|
|
324
356
|
0,
|
|
325
|
-
[_hT,
|
|
357
|
+
[_hT, _ca, _pT, _mR, _sta, _aRIss, _hTF, _hTS, _nT],
|
|
326
358
|
[0, 0, 0, 1, 64 | 0, 64 | 0, () => ListChannelHandshakesTypeFilters$, () => ListChannelHandshakesTypeSort$, 0], 3
|
|
327
359
|
];
|
|
328
360
|
export var ListChannelHandshakesResponse$ = [3, n0, _LCHRi,
|
|
@@ -332,7 +364,7 @@ export var ListChannelHandshakesResponse$ = [3, n0, _LCHRi,
|
|
|
332
364
|
];
|
|
333
365
|
export var ListProgramManagementAccountsRequest$ = [3, n0, _LPMAR,
|
|
334
366
|
0,
|
|
335
|
-
[
|
|
367
|
+
[_ca, _mR, _dNi, _pro, _aIc, _sta, _so, _nT],
|
|
336
368
|
[0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListProgramManagementAccountsSortBase$, 0], 1
|
|
337
369
|
];
|
|
338
370
|
export var ListProgramManagementAccountsResponse$ = [3, n0, _LPMARi,
|
|
@@ -347,7 +379,7 @@ export var ListProgramManagementAccountsSortBase$ = [3, n0, _LPMASB,
|
|
|
347
379
|
];
|
|
348
380
|
export var ListRelationshipsRequest$ = [3, n0, _LRR,
|
|
349
381
|
0,
|
|
350
|
-
[
|
|
382
|
+
[_ca, _mR, _aAIs, _aTs, _dNi, _pMAIr, _so, _nT],
|
|
351
383
|
[0, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListRelationshipsSortBase$, 0], 1
|
|
352
384
|
];
|
|
353
385
|
export var ListRelationshipsResponse$ = [3, n0, _LRRi,
|
|
@@ -382,7 +414,7 @@ export var ProgramManagementAccountHandshakeDetail$ = [3, n0, _PMAHD,
|
|
|
382
414
|
];
|
|
383
415
|
export var ProgramManagementAccountSummary$ = [3, n0, _PMAS,
|
|
384
416
|
0,
|
|
385
|
-
[_i, _re,
|
|
417
|
+
[_i, _re, _ca, _pr, _dN, _aI, _a, _cA, _uA, _sD, _st],
|
|
386
418
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 0]
|
|
387
419
|
];
|
|
388
420
|
export var ProgramManagementAccountTypeFilters$ = [3, n0, _PMATF,
|
|
@@ -397,12 +429,12 @@ export var ProgramManagementAccountTypeSort$ = [3, n0, _PMATS,
|
|
|
397
429
|
];
|
|
398
430
|
export var RejectChannelHandshakeDetail$ = [3, n0, _RCHD,
|
|
399
431
|
0,
|
|
400
|
-
[_i, _a,
|
|
432
|
+
[_i, _a, _st],
|
|
401
433
|
[0, 0, 0]
|
|
402
434
|
];
|
|
403
435
|
export var RejectChannelHandshakeRequest$ = [3, n0, _RCHR,
|
|
404
436
|
0,
|
|
405
|
-
[
|
|
437
|
+
[_ca, _id],
|
|
406
438
|
[0, 0], 2
|
|
407
439
|
];
|
|
408
440
|
export var RejectChannelHandshakeResponse$ = [3, n0, _RCHRe,
|
|
@@ -412,12 +444,12 @@ export var RejectChannelHandshakeResponse$ = [3, n0, _RCHRe,
|
|
|
412
444
|
];
|
|
413
445
|
export var RelationshipDetail$ = [3, n0, _RD,
|
|
414
446
|
0,
|
|
415
|
-
[_a, _i, _re,
|
|
447
|
+
[_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _rAM, _sec, _cA, _uA, _sD],
|
|
416
448
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
|
|
417
449
|
];
|
|
418
450
|
export var RelationshipSummary$ = [3, n0, _RS,
|
|
419
451
|
0,
|
|
420
|
-
[_a, _i, _re,
|
|
452
|
+
[_a, _i, _re, _ca, _aT, _pMAIro, _aAI, _dN, _sec, _cA, _uA, _sD],
|
|
421
453
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5]
|
|
422
454
|
];
|
|
423
455
|
export var ResoldBusiness$ = [3, n0, _RB,
|
|
@@ -430,12 +462,6 @@ export var ResoldEnterprise$ = [3, n0, _RE,
|
|
|
430
462
|
[_co, _tL, _cAI],
|
|
431
463
|
[0, 0, 0], 2
|
|
432
464
|
];
|
|
433
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
434
|
-
{ [_e]: _cl, [_hE]: 404 },
|
|
435
|
-
[_m, _rI, _rT],
|
|
436
|
-
[0, 0, 0], 1
|
|
437
|
-
];
|
|
438
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
439
465
|
export var RevokeServicePeriodHandshakeDetail$ = [3, n0, _RSPHD,
|
|
440
466
|
0,
|
|
441
467
|
[_n, _sPT, _mND, _sD, _eD],
|
|
@@ -456,12 +482,6 @@ export var RevokeServicePeriodTypeSort$ = [3, n0, _RSPTS,
|
|
|
456
482
|
[_sO, _sB],
|
|
457
483
|
[0, 0], 2
|
|
458
484
|
];
|
|
459
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
460
|
-
{ [_e]: _cl, [_hE]: 402 },
|
|
461
|
-
[_m, _rI, _rT, _qC],
|
|
462
|
-
[0, 0, 0, 0], 4
|
|
463
|
-
];
|
|
464
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
465
485
|
export var StartServicePeriodHandshakeDetail$ = [3, n0, _SSPHD,
|
|
466
486
|
0,
|
|
467
487
|
[_n, _sPT, _mND, _sD, _eD],
|
|
@@ -497,12 +517,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
497
517
|
[],
|
|
498
518
|
[]
|
|
499
519
|
];
|
|
500
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
501
|
-
{ [_e]: _cl, [_hE]: 429 },
|
|
502
|
-
[_m, _sC, _qC],
|
|
503
|
-
[0, 0, 0], 1
|
|
504
|
-
];
|
|
505
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
506
520
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
507
521
|
0,
|
|
508
522
|
[_rA, _tK],
|
|
@@ -520,7 +534,7 @@ export var UpdateProgramManagementAccountDetail$ = [3, n0, _UPMAD,
|
|
|
520
534
|
];
|
|
521
535
|
export var UpdateProgramManagementAccountRequest$ = [3, n0, _UPMAR,
|
|
522
536
|
0,
|
|
523
|
-
[
|
|
537
|
+
[_ca, _id, _re, _dN],
|
|
524
538
|
[0, 0, 0, 0], 2
|
|
525
539
|
];
|
|
526
540
|
export var UpdateProgramManagementAccountResponse$ = [3, n0, _UPMARp,
|
|
@@ -535,7 +549,7 @@ export var UpdateRelationshipDetail$ = [3, n0, _URD,
|
|
|
535
549
|
];
|
|
536
550
|
export var UpdateRelationshipRequest$ = [3, n0, _URRp,
|
|
537
551
|
0,
|
|
538
|
-
[
|
|
552
|
+
[_ca, _id, _pMAI, _re, _dN, _rSP],
|
|
539
553
|
[0, 0, 0, 0, 0, () => SupportPlan$], 3
|
|
540
554
|
];
|
|
541
555
|
export var UpdateRelationshipResponse$ = [3, n0, _URRpd,
|
|
@@ -543,19 +557,11 @@ export var UpdateRelationshipResponse$ = [3, n0, _URRpd,
|
|
|
543
557
|
[_rD],
|
|
544
558
|
[() => UpdateRelationshipDetail$]
|
|
545
559
|
];
|
|
546
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
547
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
548
|
-
[_m, _r, _fL],
|
|
549
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
550
|
-
];
|
|
551
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
552
560
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
553
561
|
0,
|
|
554
562
|
[_na, _cod, _m],
|
|
555
563
|
[0, 0, 0], 3
|
|
556
564
|
];
|
|
557
|
-
export var PartnerCentralChannelServiceException$ = [-3, _sm, "PartnerCentralChannelServiceException", 0, [], []];
|
|
558
|
-
TypeRegistry.for(_sm).registerError(PartnerCentralChannelServiceException$, PartnerCentralChannelServiceException);
|
|
559
565
|
var AccountIdList = 64 | 0;
|
|
560
566
|
var AssociatedResourceIdentifierList = 64 | 0;
|
|
561
567
|
var AssociationTypeList = 64 | 0;
|
|
@@ -1,13 +1,26 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
17
|
export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
|
|
3
18
|
export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
|
|
4
19
|
export declare var AcceptChannelHandshakeResponse$: StaticStructureSchema;
|
|
5
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
6
20
|
export declare var CancelChannelHandshakeDetail$: StaticStructureSchema;
|
|
7
21
|
export declare var CancelChannelHandshakeRequest$: StaticStructureSchema;
|
|
8
22
|
export declare var CancelChannelHandshakeResponse$: StaticStructureSchema;
|
|
9
23
|
export declare var ChannelHandshakeSummary$: StaticStructureSchema;
|
|
10
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
11
24
|
export declare var CreateChannelHandshakeDetail$: StaticStructureSchema;
|
|
12
25
|
export declare var CreateChannelHandshakeRequest$: StaticStructureSchema;
|
|
13
26
|
export declare var CreateChannelHandshakeResponse$: StaticStructureSchema;
|
|
@@ -23,7 +36,6 @@ export declare var DeleteRelationshipRequest$: StaticStructureSchema;
|
|
|
23
36
|
export declare var DeleteRelationshipResponse$: StaticStructureSchema;
|
|
24
37
|
export declare var GetRelationshipRequest$: StaticStructureSchema;
|
|
25
38
|
export declare var GetRelationshipResponse$: StaticStructureSchema;
|
|
26
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
27
39
|
export declare var ListChannelHandshakesRequest$: StaticStructureSchema;
|
|
28
40
|
export declare var ListChannelHandshakesResponse$: StaticStructureSchema;
|
|
29
41
|
export declare var ListProgramManagementAccountsRequest$: StaticStructureSchema;
|
|
@@ -46,12 +58,10 @@ export declare var RelationshipDetail$: StaticStructureSchema;
|
|
|
46
58
|
export declare var RelationshipSummary$: StaticStructureSchema;
|
|
47
59
|
export declare var ResoldBusiness$: StaticStructureSchema;
|
|
48
60
|
export declare var ResoldEnterprise$: StaticStructureSchema;
|
|
49
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
50
61
|
export declare var RevokeServicePeriodHandshakeDetail$: StaticStructureSchema;
|
|
51
62
|
export declare var RevokeServicePeriodPayload$: StaticStructureSchema;
|
|
52
63
|
export declare var RevokeServicePeriodTypeFilters$: StaticStructureSchema;
|
|
53
64
|
export declare var RevokeServicePeriodTypeSort$: StaticStructureSchema;
|
|
54
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
55
65
|
export declare var StartServicePeriodHandshakeDetail$: StaticStructureSchema;
|
|
56
66
|
export declare var StartServicePeriodPayload$: StaticStructureSchema;
|
|
57
67
|
export declare var StartServicePeriodTypeFilters$: StaticStructureSchema;
|
|
@@ -59,7 +69,6 @@ export declare var StartServicePeriodTypeSort$: StaticStructureSchema;
|
|
|
59
69
|
export declare var Tag$: StaticStructureSchema;
|
|
60
70
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
61
71
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
62
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
63
72
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
64
73
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
65
74
|
export declare var UpdateProgramManagementAccountDetail$: StaticStructureSchema;
|
|
@@ -68,9 +77,7 @@ export declare var UpdateProgramManagementAccountResponse$: StaticStructureSchem
|
|
|
68
77
|
export declare var UpdateRelationshipDetail$: StaticStructureSchema;
|
|
69
78
|
export declare var UpdateRelationshipRequest$: StaticStructureSchema;
|
|
70
79
|
export declare var UpdateRelationshipResponse$: StaticStructureSchema;
|
|
71
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
72
80
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
73
|
-
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
74
81
|
export declare var ChannelHandshakePayload$: StaticUnionSchema;
|
|
75
82
|
export declare var HandshakeDetail$: StaticUnionSchema;
|
|
76
83
|
export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
|
|
@@ -1,18 +1,26 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
|
|
8
18
|
export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
|
|
9
19
|
export declare var AcceptChannelHandshakeResponse$: StaticStructureSchema;
|
|
10
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
11
20
|
export declare var CancelChannelHandshakeDetail$: StaticStructureSchema;
|
|
12
21
|
export declare var CancelChannelHandshakeRequest$: StaticStructureSchema;
|
|
13
22
|
export declare var CancelChannelHandshakeResponse$: StaticStructureSchema;
|
|
14
23
|
export declare var ChannelHandshakeSummary$: StaticStructureSchema;
|
|
15
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
16
24
|
export declare var CreateChannelHandshakeDetail$: StaticStructureSchema;
|
|
17
25
|
export declare var CreateChannelHandshakeRequest$: StaticStructureSchema;
|
|
18
26
|
export declare var CreateChannelHandshakeResponse$: StaticStructureSchema;
|
|
@@ -28,7 +36,6 @@ export declare var DeleteRelationshipRequest$: StaticStructureSchema;
|
|
|
28
36
|
export declare var DeleteRelationshipResponse$: StaticStructureSchema;
|
|
29
37
|
export declare var GetRelationshipRequest$: StaticStructureSchema;
|
|
30
38
|
export declare var GetRelationshipResponse$: StaticStructureSchema;
|
|
31
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
32
39
|
export declare var ListChannelHandshakesRequest$: StaticStructureSchema;
|
|
33
40
|
export declare var ListChannelHandshakesResponse$: StaticStructureSchema;
|
|
34
41
|
export declare var ListProgramManagementAccountsRequest$: StaticStructureSchema;
|
|
@@ -51,12 +58,10 @@ export declare var RelationshipDetail$: StaticStructureSchema;
|
|
|
51
58
|
export declare var RelationshipSummary$: StaticStructureSchema;
|
|
52
59
|
export declare var ResoldBusiness$: StaticStructureSchema;
|
|
53
60
|
export declare var ResoldEnterprise$: StaticStructureSchema;
|
|
54
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
55
61
|
export declare var RevokeServicePeriodHandshakeDetail$: StaticStructureSchema;
|
|
56
62
|
export declare var RevokeServicePeriodPayload$: StaticStructureSchema;
|
|
57
63
|
export declare var RevokeServicePeriodTypeFilters$: StaticStructureSchema;
|
|
58
64
|
export declare var RevokeServicePeriodTypeSort$: StaticStructureSchema;
|
|
59
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
60
65
|
export declare var StartServicePeriodHandshakeDetail$: StaticStructureSchema;
|
|
61
66
|
export declare var StartServicePeriodPayload$: StaticStructureSchema;
|
|
62
67
|
export declare var StartServicePeriodTypeFilters$: StaticStructureSchema;
|
|
@@ -64,7 +69,6 @@ export declare var StartServicePeriodTypeSort$: StaticStructureSchema;
|
|
|
64
69
|
export declare var Tag$: StaticStructureSchema;
|
|
65
70
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
66
71
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
68
72
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
69
73
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
70
74
|
export declare var UpdateProgramManagementAccountDetail$: StaticStructureSchema;
|
|
@@ -73,9 +77,7 @@ export declare var UpdateProgramManagementAccountResponse$: StaticStructureSchem
|
|
|
73
77
|
export declare var UpdateRelationshipDetail$: StaticStructureSchema;
|
|
74
78
|
export declare var UpdateRelationshipRequest$: StaticStructureSchema;
|
|
75
79
|
export declare var UpdateRelationshipResponse$: StaticStructureSchema;
|
|
76
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
77
80
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
78
|
-
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
79
81
|
export declare var ChannelHandshakePayload$: StaticUnionSchema;
|
|
80
82
|
export declare var HandshakeDetail$: StaticUnionSchema;
|
|
81
83
|
export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-channel",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Channel Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-partnercentral-channel",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
31
|
+
"@aws-sdk/signature-v4-multi-region": "3.989.0",
|
|
32
32
|
"@aws-sdk/types": "^3.973.1",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
|
-
"@smithy/core": "^3.
|
|
37
|
+
"@smithy/core": "^3.23.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
39
39
|
"@smithy/hash-node": "^4.2.8",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.9",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.8",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.8",
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.8",
|
|
49
|
-
"@smithy/smithy-client": "^4.11.
|
|
49
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
50
50
|
"@smithy/types": "^4.12.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.8",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.8",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.8",
|
|
59
59
|
"@smithy/util-retry": "^4.2.8",
|