@aws-sdk/client-partnercentral-account 3.943.0 → 3.947.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/README.md +16 -0
- package/dist-cjs/index.js +161 -72
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/PartnerCentralAccount.js +4 -0
- package/dist-es/PartnerCentralAccountClient.js +2 -2
- package/dist-es/commands/GetVerificationCommand.js +16 -0
- package/dist-es/commands/StartVerificationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +14 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +117 -73
- package/dist-types/PartnerCentralAccount.d.ts +16 -1
- package/dist-types/PartnerCentralAccountClient.d.ts +14 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AcceptConnectionInvitationCommand.d.ts +3 -3
- package/dist-types/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -3
- package/dist-types/commands/CancelConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CancelConnectionInvitationCommand.d.ts +3 -3
- package/dist-types/commands/CancelProfileUpdateTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectionInvitationCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -3
- package/dist-types/commands/GetAllianceLeadContactCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionInvitationCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionPreferencesCommand.d.ts +3 -3
- package/dist-types/commands/GetPartnerCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileUpdateTaskCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileVisibilityCommand.d.ts +3 -3
- package/dist-types/commands/GetVerificationCommand.d.ts +107 -0
- package/dist-types/commands/ListConnectionInvitationsCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPartnersCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutAllianceLeadContactCommand.d.ts +3 -3
- package/dist-types/commands/PutProfileVisibilityCommand.d.ts +3 -3
- package/dist-types/commands/RejectConnectionInvitationCommand.d.ts +3 -3
- package/dist-types/commands/SendEmailVerificationCodeCommand.d.ts +3 -3
- package/dist-types/commands/StartProfileUpdateTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartVerificationCommand.d.ts +119 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectionPreferencesCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/PartnerCentralAccountServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +30 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +245 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListConnectionInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnersPaginator.d.ts +1 -1
- 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 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +15 -2
- package/dist-types/ts3.4/PartnerCentralAccount.d.ts +35 -0
- package/dist-types/ts3.4/PartnerCentralAccountClient.d.ts +15 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerificationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartVerificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/PartnerCentralAccountServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -1
- package/package.json +13 -12
package/README.md
CHANGED
|
@@ -322,6 +322,14 @@ GetProfileVisibility
|
|
|
322
322
|
|
|
323
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-account/command/GetProfileVisibilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/GetProfileVisibilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/GetProfileVisibilityCommandOutput/)
|
|
324
324
|
|
|
325
|
+
</details>
|
|
326
|
+
<details>
|
|
327
|
+
<summary>
|
|
328
|
+
GetVerification
|
|
329
|
+
</summary>
|
|
330
|
+
|
|
331
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-account/command/GetVerificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/GetVerificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/GetVerificationCommandOutput/)
|
|
332
|
+
|
|
325
333
|
</details>
|
|
326
334
|
<details>
|
|
327
335
|
<summary>
|
|
@@ -394,6 +402,14 @@ StartProfileUpdateTask
|
|
|
394
402
|
|
|
395
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-account/command/StartProfileUpdateTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/StartProfileUpdateTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/StartProfileUpdateTaskCommandOutput/)
|
|
396
404
|
|
|
405
|
+
</details>
|
|
406
|
+
<details>
|
|
407
|
+
<summary>
|
|
408
|
+
StartVerification
|
|
409
|
+
</summary>
|
|
410
|
+
|
|
411
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/partnercentral-account/command/StartVerificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/StartVerificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-partnercentral-account/Interface/StartVerificationCommandOutput/)
|
|
412
|
+
|
|
397
413
|
</details>
|
|
398
414
|
<details>
|
|
399
415
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -246,12 +246,15 @@ const _AT = "AccessType";
|
|
|
246
246
|
const _ATCED = "AwsTrainingCertificationEmailDomains";
|
|
247
247
|
const _Ac = "Account";
|
|
248
248
|
const _BT = "BusinessTitle";
|
|
249
|
+
const _BVD = "BusinessVerificationDetails";
|
|
249
250
|
const _BVE = "BusinessValidationError";
|
|
251
|
+
const _BVR = "BusinessVerificationResponse";
|
|
250
252
|
const _C = "Catalog";
|
|
251
253
|
const _CA = "CreatedAt";
|
|
252
254
|
const _CAa = "CanceledAt";
|
|
255
|
+
const _CAo = "CompletedAt";
|
|
253
256
|
const _CB = "CanceledBy";
|
|
254
|
-
const _CC = "
|
|
257
|
+
const _CC = "CountryCode";
|
|
255
258
|
const _CCI = "CancelConnectionInvitation";
|
|
256
259
|
const _CCIR = "CancelConnectionInvitationRequest";
|
|
257
260
|
const _CCIRa = "CancelConnectionInvitationResponse";
|
|
@@ -260,6 +263,7 @@ const _CCIRre = "CreateConnectionInvitationResponse";
|
|
|
260
263
|
const _CCIr = "CreateConnectionInvitation";
|
|
261
264
|
const _CCR = "CancelConnectionRequest";
|
|
262
265
|
const _CCRa = "CancelConnectionResponse";
|
|
266
|
+
const _CCa = "CancelConnection";
|
|
263
267
|
const _CE = "ConflictException";
|
|
264
268
|
const _CI = "ConnectionId";
|
|
265
269
|
const _CIS = "ConnectionInvitationSummary";
|
|
@@ -281,6 +285,8 @@ const _CTS = "ConnectionTypeSummary";
|
|
|
281
285
|
const _CTSM = "ConnectionTypeSummaryMap";
|
|
282
286
|
const _CTo = "ConnectionType";
|
|
283
287
|
const _CTon = "ConnectionTypes";
|
|
288
|
+
const _CU = "CompletionUrl";
|
|
289
|
+
const _CUEA = "CompletionUrlExpiresAt";
|
|
284
290
|
const _Co = "Connection";
|
|
285
291
|
const _Cod = "Code";
|
|
286
292
|
const _D = "Description";
|
|
@@ -321,6 +327,9 @@ const _GPUTRe = "GetProfileUpdateTaskResponse";
|
|
|
321
327
|
const _GPV = "GetProfileVisibility";
|
|
322
328
|
const _GPVR = "GetProfileVisibilityRequest";
|
|
323
329
|
const _GPVRe = "GetProfileVisibilityResponse";
|
|
330
|
+
const _GV = "GetVerification";
|
|
331
|
+
const _GVR = "GetVerificationRequest";
|
|
332
|
+
const _GVRe = "GetVerificationResponse";
|
|
324
333
|
const _I = "Identifier";
|
|
325
334
|
const _IE = "InviterEmail";
|
|
326
335
|
const _IM = "InvitationMessage";
|
|
@@ -328,6 +337,7 @@ const _IN = "InviterName";
|
|
|
328
337
|
const _IS = "IndustrySegments";
|
|
329
338
|
const _ISE = "InternalServerException";
|
|
330
339
|
const _Id = "Id";
|
|
340
|
+
const _JOI = "JurisdictionOfIncorporation";
|
|
331
341
|
const _K = "Key";
|
|
332
342
|
const _L = "Locale";
|
|
333
343
|
const _LC = "LocalizedContent";
|
|
@@ -339,8 +349,8 @@ const _LCR = "ListConnectionsRequest";
|
|
|
339
349
|
const _LCRi = "ListConnectionsResponse";
|
|
340
350
|
const _LCi = "ListConnections";
|
|
341
351
|
const _LCo = "LocalizedContents";
|
|
342
|
-
const _LN = "
|
|
343
|
-
const
|
|
352
|
+
const _LN = "LegalName";
|
|
353
|
+
const _LNa = "LastName";
|
|
344
354
|
const _LP = "ListPartners";
|
|
345
355
|
const _LPR = "ListPartnersRequest";
|
|
346
356
|
const _LPRi = "ListPartnersResponse";
|
|
@@ -380,8 +390,11 @@ const _RAe = "RegisteredAt";
|
|
|
380
390
|
const _RCI = "RejectConnectionInvitation";
|
|
381
391
|
const _RCIR = "RejectConnectionInvitationRequest";
|
|
382
392
|
const _RCIRe = "RejectConnectionInvitationResponse";
|
|
383
|
-
const _RI = "
|
|
393
|
+
const _RI = "RegistrationId";
|
|
394
|
+
const _RIe = "ReceiverIdentifier";
|
|
384
395
|
const _RNFE = "ResourceNotFoundException";
|
|
396
|
+
const _RVD = "RegistrantVerificationDetails";
|
|
397
|
+
const _RVR = "RegistrantVerificationResponse";
|
|
385
398
|
const _Re = "Revision";
|
|
386
399
|
const _S = "Status";
|
|
387
400
|
const _SA = "StartedAt";
|
|
@@ -396,6 +409,9 @@ const _SPUTR = "StartProfileUpdateTaskRequest";
|
|
|
396
409
|
const _SPUTRt = "StartProfileUpdateTaskResponse";
|
|
397
410
|
const _SQEE = "ServiceQuotaExceededException";
|
|
398
411
|
const _SUS = "SensitiveUnicodeString";
|
|
412
|
+
const _SV = "StartVerification";
|
|
413
|
+
const _SVR = "StartVerificationRequest";
|
|
414
|
+
const _SVRt = "StartVerificationResponse";
|
|
399
415
|
const _T = "Tags";
|
|
400
416
|
const _TD = "TaskDetails";
|
|
401
417
|
const _TE = "ThrottlingException";
|
|
@@ -415,9 +431,14 @@ const _UR = "UntagResource";
|
|
|
415
431
|
const _URR = "UntagResourceRequest";
|
|
416
432
|
const _URRn = "UntagResourceResponse";
|
|
417
433
|
const _V = "Visibility";
|
|
434
|
+
const _VD = "VerificationDetails";
|
|
418
435
|
const _VE = "ValidationException";
|
|
419
436
|
const _VEL = "ValidationErrorList";
|
|
420
437
|
const _VEa = "ValidationError";
|
|
438
|
+
const _VRD = "VerificationResponseDetails";
|
|
439
|
+
const _VS = "VerificationStatus";
|
|
440
|
+
const _VSR = "VerificationStatusReason";
|
|
441
|
+
const _VT = "VerificationType";
|
|
421
442
|
const _Va = "Value";
|
|
422
443
|
const _WU = "WebsiteUrl";
|
|
423
444
|
const _c = "client";
|
|
@@ -427,6 +448,8 @@ const _s = "server";
|
|
|
427
448
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralaccount";
|
|
428
449
|
const n0 = "com.amazonaws.partnercentralaccount";
|
|
429
450
|
var EmailVerificationCode = [0, n0, _EVC, 8, 0];
|
|
451
|
+
var LegalName = [0, n0, _LN, 8, 0];
|
|
452
|
+
var RegistrationId = [0, n0, _RI, 8, 0];
|
|
430
453
|
var SensitiveUnicodeString = [0, n0, _SUS, 8, 0];
|
|
431
454
|
var AcceptConnectionInvitationRequest = [3, n0, _ACIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
432
455
|
var AcceptConnectionInvitationResponse = [
|
|
@@ -437,17 +460,7 @@ var AcceptConnectionInvitationResponse = [
|
|
|
437
460
|
[_Co],
|
|
438
461
|
[[() => Connection, 0]],
|
|
439
462
|
];
|
|
440
|
-
var AccessDeniedException = [
|
|
441
|
-
-3,
|
|
442
|
-
n0,
|
|
443
|
-
_ADE,
|
|
444
|
-
{
|
|
445
|
-
[_e]: _c,
|
|
446
|
-
[_hE]: 403,
|
|
447
|
-
},
|
|
448
|
-
[_M, _R],
|
|
449
|
-
[0, 0],
|
|
450
|
-
];
|
|
463
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
|
|
451
464
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
452
465
|
var AccountSummary = [3, n0, _AS, 0, [_N], [0]];
|
|
453
466
|
var AllianceLeadContact = [
|
|
@@ -455,7 +468,7 @@ var AllianceLeadContact = [
|
|
|
455
468
|
n0,
|
|
456
469
|
_ALC,
|
|
457
470
|
0,
|
|
458
|
-
[_FN,
|
|
471
|
+
[_FN, _LNa, _E, _BT],
|
|
459
472
|
[[() => SensitiveUnicodeString, 0], [() => SensitiveUnicodeString, 0], 0, [() => SensitiveUnicodeString, 0]],
|
|
460
473
|
];
|
|
461
474
|
var AssociateAwsTrainingCertificationEmailDomainRequest = [
|
|
@@ -468,6 +481,22 @@ var AssociateAwsTrainingCertificationEmailDomainRequest = [
|
|
|
468
481
|
];
|
|
469
482
|
var AssociateAwsTrainingCertificationEmailDomainResponse = [3, n0, _AATCEDRs, 0, [], []];
|
|
470
483
|
var BusinessValidationError = [3, n0, _BVE, 0, [_M, _Cod], [0, 0]];
|
|
484
|
+
var BusinessVerificationDetails = [
|
|
485
|
+
3,
|
|
486
|
+
n0,
|
|
487
|
+
_BVD,
|
|
488
|
+
0,
|
|
489
|
+
[_LN, _RI, _CC, _JOI],
|
|
490
|
+
[[() => LegalName, 0], [() => RegistrationId, 0], 0, 0],
|
|
491
|
+
];
|
|
492
|
+
var BusinessVerificationResponse = [
|
|
493
|
+
3,
|
|
494
|
+
n0,
|
|
495
|
+
_BVR,
|
|
496
|
+
0,
|
|
497
|
+
[_BVD],
|
|
498
|
+
[[() => BusinessVerificationDetails, 0]],
|
|
499
|
+
];
|
|
471
500
|
var CancelConnectionInvitationRequest = [3, n0, _CCIR, 0, [_C, _I, _CT], [0, 0, [0, 4]]];
|
|
472
501
|
var CancelConnectionInvitationResponse = [
|
|
473
502
|
3,
|
|
@@ -509,17 +538,7 @@ var CancelProfileUpdateTaskResponse = [
|
|
|
509
538
|
[_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
|
|
510
539
|
[0, 0, 0, 0, () => TaskDetails, 5, 0, 5, () => ErrorDetailList],
|
|
511
540
|
];
|
|
512
|
-
var ConflictException = [
|
|
513
|
-
-3,
|
|
514
|
-
n0,
|
|
515
|
-
_CE,
|
|
516
|
-
{
|
|
517
|
-
[_e]: _c,
|
|
518
|
-
[_hE]: 409,
|
|
519
|
-
},
|
|
520
|
-
[_M, _R],
|
|
521
|
-
[0, 0],
|
|
522
|
-
];
|
|
541
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _R], [0, 0]];
|
|
523
542
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
524
543
|
var Connection = [
|
|
525
544
|
3,
|
|
@@ -559,7 +578,7 @@ var CreateConnectionInvitationRequest = [
|
|
|
559
578
|
n0,
|
|
560
579
|
_CCIRr,
|
|
561
580
|
0,
|
|
562
|
-
[_C, _CT, _CTo, _E, _M, _N,
|
|
581
|
+
[_C, _CT, _CTo, _E, _M, _N, _RIe],
|
|
563
582
|
[0, [0, 4], 0, 0, 0, [() => SensitiveUnicodeString, 0], 0],
|
|
564
583
|
];
|
|
565
584
|
var CreateConnectionInvitationResponse = [
|
|
@@ -575,7 +594,7 @@ var CreatePartnerRequest = [
|
|
|
575
594
|
n0,
|
|
576
595
|
_CPR,
|
|
577
596
|
0,
|
|
578
|
-
[_C, _CT,
|
|
597
|
+
[_C, _CT, _LN, _PST, _ALC, _EVC, _T],
|
|
579
598
|
[
|
|
580
599
|
0,
|
|
581
600
|
[0, 4],
|
|
@@ -591,7 +610,7 @@ var CreatePartnerResponse = [
|
|
|
591
610
|
n0,
|
|
592
611
|
_CPRr,
|
|
593
612
|
0,
|
|
594
|
-
[_C, _A, _Id,
|
|
613
|
+
[_C, _A, _Id, _LN, _CA, _P, _ATCED, _ALC],
|
|
595
614
|
[
|
|
596
615
|
0,
|
|
597
616
|
0,
|
|
@@ -663,7 +682,7 @@ var GetPartnerResponse = [
|
|
|
663
682
|
n0,
|
|
664
683
|
_GPRe,
|
|
665
684
|
0,
|
|
666
|
-
[_C, _A, _Id,
|
|
685
|
+
[_C, _A, _Id, _LN, _CA, _P, _ATCED],
|
|
667
686
|
[0, 0, 0, [() => SensitiveUnicodeString, 0], 5, () => PartnerProfile, () => PartnerDomainList],
|
|
668
687
|
];
|
|
669
688
|
var GetProfileUpdateTaskRequest = [3, n0, _GPUTR, 0, [_C, _I], [0, 0]];
|
|
@@ -684,17 +703,16 @@ var GetProfileVisibilityResponse = [
|
|
|
684
703
|
[_C, _A, _Id, _V, _PI],
|
|
685
704
|
[0, 0, 0, 0, 0],
|
|
686
705
|
];
|
|
687
|
-
var
|
|
688
|
-
|
|
706
|
+
var GetVerificationRequest = [3, n0, _GVR, 0, [_VT], [0]];
|
|
707
|
+
var GetVerificationResponse = [
|
|
708
|
+
3,
|
|
689
709
|
n0,
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
},
|
|
695
|
-
[_M],
|
|
696
|
-
[0],
|
|
710
|
+
_GVRe,
|
|
711
|
+
0,
|
|
712
|
+
[_VT, _VS, _VSR, _VRD, _SA, _CAo],
|
|
713
|
+
[0, 0, 0, [() => VerificationResponseDetails, 0], 5, 5],
|
|
697
714
|
];
|
|
715
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
698
716
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
699
717
|
var ListConnectionInvitationsRequest = [
|
|
700
718
|
3,
|
|
@@ -755,7 +773,7 @@ var PartnerSummary = [
|
|
|
755
773
|
n0,
|
|
756
774
|
_PS,
|
|
757
775
|
0,
|
|
758
|
-
[_C, _A, _Id,
|
|
776
|
+
[_C, _A, _Id, _LN, _CA],
|
|
759
777
|
[0, 0, 0, [() => SensitiveUnicodeString, 0], 5],
|
|
760
778
|
];
|
|
761
779
|
var PutAllianceLeadContactRequest = [
|
|
@@ -783,6 +801,8 @@ var PutProfileVisibilityResponse = [
|
|
|
783
801
|
[_C, _A, _Id, _V, _PI],
|
|
784
802
|
[0, 0, 0, 0, 0],
|
|
785
803
|
];
|
|
804
|
+
var RegistrantVerificationDetails = [3, n0, _RVD, 0, [], []];
|
|
805
|
+
var RegistrantVerificationResponse = [3, n0, _RVR, 0, [_CU, _CUEA], [0, 5]];
|
|
786
806
|
var RejectConnectionInvitationRequest = [
|
|
787
807
|
3,
|
|
788
808
|
n0,
|
|
@@ -799,17 +819,7 @@ var RejectConnectionInvitationResponse = [
|
|
|
799
819
|
[_C, _Id, _A, _CI, _CTo, _CA, _UA, _EA, _OPI, _PT, _S, _IM, _IE, _IN],
|
|
800
820
|
[0, 0, 0, 0, 0, 5, 5, 5, 0, 0, 0, 0, 0, [() => SensitiveUnicodeString, 0]],
|
|
801
821
|
];
|
|
802
|
-
var ResourceNotFoundException = [
|
|
803
|
-
-3,
|
|
804
|
-
n0,
|
|
805
|
-
_RNFE,
|
|
806
|
-
{
|
|
807
|
-
[_e]: _c,
|
|
808
|
-
[_hE]: 404,
|
|
809
|
-
},
|
|
810
|
-
[_M, _R],
|
|
811
|
-
[0, 0],
|
|
812
|
-
];
|
|
822
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
|
|
813
823
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
814
824
|
var SellerProfileSummary = [3, n0, _SPS, 0, [_Id, _N], [0, 0]];
|
|
815
825
|
var SendEmailVerificationCodeRequest = [3, n0, _SEVCR, 0, [_C, _E], [0, 0]];
|
|
@@ -818,10 +828,7 @@ var ServiceQuotaExceededException = [
|
|
|
818
828
|
-3,
|
|
819
829
|
n0,
|
|
820
830
|
_SQEE,
|
|
821
|
-
{
|
|
822
|
-
[_e]: _c,
|
|
823
|
-
[_hE]: 402,
|
|
824
|
-
},
|
|
831
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
825
832
|
[_M, _R],
|
|
826
833
|
[0, 0],
|
|
827
834
|
];
|
|
@@ -842,6 +849,25 @@ var StartProfileUpdateTaskResponse = [
|
|
|
842
849
|
[_C, _A, _Id, _TI, _TD, _SA, _S, _EAn, _EDL],
|
|
843
850
|
[0, 0, 0, 0, () => TaskDetails, 5, 0, 5, () => ErrorDetailList],
|
|
844
851
|
];
|
|
852
|
+
var StartVerificationRequest = [
|
|
853
|
+
3,
|
|
854
|
+
n0,
|
|
855
|
+
_SVR,
|
|
856
|
+
0,
|
|
857
|
+
[_CT, _VD],
|
|
858
|
+
[
|
|
859
|
+
[0, 4],
|
|
860
|
+
[() => VerificationDetails, 0],
|
|
861
|
+
],
|
|
862
|
+
];
|
|
863
|
+
var StartVerificationResponse = [
|
|
864
|
+
3,
|
|
865
|
+
n0,
|
|
866
|
+
_SVRt,
|
|
867
|
+
0,
|
|
868
|
+
[_VT, _VS, _VSR, _VRD, _SA, _CAo],
|
|
869
|
+
[0, 0, 0, [() => VerificationResponseDetails, 0], 5, 5],
|
|
870
|
+
];
|
|
845
871
|
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
846
872
|
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
847
873
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
@@ -853,17 +879,7 @@ var TaskDetails = [
|
|
|
853
879
|
[_DNi, _D, _WU, _LU, _PST, _IS, _TSL, _LCo],
|
|
854
880
|
[0, 0, 0, 0, 0, 64 | 0, 0, () => LocalizedContentList],
|
|
855
881
|
];
|
|
856
|
-
var ThrottlingException = [
|
|
857
|
-
-3,
|
|
858
|
-
n0,
|
|
859
|
-
_TE,
|
|
860
|
-
{
|
|
861
|
-
[_e]: _c,
|
|
862
|
-
[_hE]: 429,
|
|
863
|
-
},
|
|
864
|
-
[_M, _SC, _QC],
|
|
865
|
-
[0, 0, 0],
|
|
866
|
-
];
|
|
882
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
|
|
867
883
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
868
884
|
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
869
885
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -887,10 +903,7 @@ var ValidationException = [
|
|
|
887
903
|
-3,
|
|
888
904
|
n0,
|
|
889
905
|
_VE,
|
|
890
|
-
{
|
|
891
|
-
[_e]: _c,
|
|
892
|
-
[_hE]: 400,
|
|
893
|
-
},
|
|
906
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
894
907
|
[_M, _R, _EDr],
|
|
895
908
|
[0, 0, () => ValidationErrorList],
|
|
896
909
|
];
|
|
@@ -930,6 +943,22 @@ var ValidationError = [
|
|
|
930
943
|
[_FVE, _BVE],
|
|
931
944
|
[() => FieldValidationError, () => BusinessValidationError],
|
|
932
945
|
];
|
|
946
|
+
var VerificationDetails = [
|
|
947
|
+
3,
|
|
948
|
+
n0,
|
|
949
|
+
_VD,
|
|
950
|
+
0,
|
|
951
|
+
[_BVD, _RVD],
|
|
952
|
+
[[() => BusinessVerificationDetails, 0], () => RegistrantVerificationDetails],
|
|
953
|
+
];
|
|
954
|
+
var VerificationResponseDetails = [
|
|
955
|
+
3,
|
|
956
|
+
n0,
|
|
957
|
+
_VRD,
|
|
958
|
+
0,
|
|
959
|
+
[_BVR, _RVR],
|
|
960
|
+
[[() => BusinessVerificationResponse, 0], () => RegistrantVerificationResponse],
|
|
961
|
+
];
|
|
933
962
|
var AcceptConnectionInvitation = [
|
|
934
963
|
9,
|
|
935
964
|
n0,
|
|
@@ -949,7 +978,7 @@ var AssociateAwsTrainingCertificationEmailDomain = [
|
|
|
949
978
|
var CancelConnection = [
|
|
950
979
|
9,
|
|
951
980
|
n0,
|
|
952
|
-
|
|
981
|
+
_CCa,
|
|
953
982
|
0,
|
|
954
983
|
() => CancelConnectionRequest,
|
|
955
984
|
() => CancelConnectionResponse,
|
|
@@ -1043,6 +1072,14 @@ var GetProfileVisibility = [
|
|
|
1043
1072
|
() => GetProfileVisibilityRequest,
|
|
1044
1073
|
() => GetProfileVisibilityResponse,
|
|
1045
1074
|
];
|
|
1075
|
+
var GetVerification = [
|
|
1076
|
+
9,
|
|
1077
|
+
n0,
|
|
1078
|
+
_GV,
|
|
1079
|
+
0,
|
|
1080
|
+
() => GetVerificationRequest,
|
|
1081
|
+
() => GetVerificationResponse,
|
|
1082
|
+
];
|
|
1046
1083
|
var ListConnectionInvitations = [
|
|
1047
1084
|
9,
|
|
1048
1085
|
n0,
|
|
@@ -1108,6 +1145,14 @@ var StartProfileUpdateTask = [
|
|
|
1108
1145
|
() => StartProfileUpdateTaskRequest,
|
|
1109
1146
|
() => StartProfileUpdateTaskResponse,
|
|
1110
1147
|
];
|
|
1148
|
+
var StartVerification = [
|
|
1149
|
+
9,
|
|
1150
|
+
n0,
|
|
1151
|
+
_SV,
|
|
1152
|
+
2,
|
|
1153
|
+
() => StartVerificationRequest,
|
|
1154
|
+
() => StartVerificationResponse,
|
|
1155
|
+
];
|
|
1111
1156
|
var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => TagResourceResponse];
|
|
1112
1157
|
var UntagResource = [
|
|
1113
1158
|
9,
|
|
@@ -1306,6 +1351,18 @@ class GetProfileVisibilityCommand extends smithyClient.Command
|
|
|
1306
1351
|
.build() {
|
|
1307
1352
|
}
|
|
1308
1353
|
|
|
1354
|
+
class GetVerificationCommand extends smithyClient.Command
|
|
1355
|
+
.classBuilder()
|
|
1356
|
+
.ep(commonParams)
|
|
1357
|
+
.m(function (Command, cs, config, o) {
|
|
1358
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1359
|
+
})
|
|
1360
|
+
.s("PartnerCentralAccount", "GetVerification", {})
|
|
1361
|
+
.n("PartnerCentralAccountClient", "GetVerificationCommand")
|
|
1362
|
+
.sc(GetVerification)
|
|
1363
|
+
.build() {
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1309
1366
|
class ListConnectionInvitationsCommand extends smithyClient.Command
|
|
1310
1367
|
.classBuilder()
|
|
1311
1368
|
.ep(commonParams)
|
|
@@ -1414,6 +1471,18 @@ class StartProfileUpdateTaskCommand extends smithyClient.Command
|
|
|
1414
1471
|
.build() {
|
|
1415
1472
|
}
|
|
1416
1473
|
|
|
1474
|
+
class StartVerificationCommand extends smithyClient.Command
|
|
1475
|
+
.classBuilder()
|
|
1476
|
+
.ep(commonParams)
|
|
1477
|
+
.m(function (Command, cs, config, o) {
|
|
1478
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1479
|
+
})
|
|
1480
|
+
.s("PartnerCentralAccount", "StartVerification", {})
|
|
1481
|
+
.n("PartnerCentralAccountClient", "StartVerificationCommand")
|
|
1482
|
+
.sc(StartVerification)
|
|
1483
|
+
.build() {
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1417
1486
|
class TagResourceCommand extends smithyClient.Command
|
|
1418
1487
|
.classBuilder()
|
|
1419
1488
|
.ep(commonParams)
|
|
@@ -1466,6 +1535,7 @@ const commands = {
|
|
|
1466
1535
|
GetPartnerCommand,
|
|
1467
1536
|
GetProfileUpdateTaskCommand,
|
|
1468
1537
|
GetProfileVisibilityCommand,
|
|
1538
|
+
GetVerificationCommand,
|
|
1469
1539
|
ListConnectionInvitationsCommand,
|
|
1470
1540
|
ListConnectionsCommand,
|
|
1471
1541
|
ListPartnersCommand,
|
|
@@ -1475,6 +1545,7 @@ const commands = {
|
|
|
1475
1545
|
RejectConnectionInvitationCommand,
|
|
1476
1546
|
SendEmailVerificationCodeCommand,
|
|
1477
1547
|
StartProfileUpdateTaskCommand,
|
|
1548
|
+
StartVerificationCommand,
|
|
1478
1549
|
TagResourceCommand,
|
|
1479
1550
|
UntagResourceCommand,
|
|
1480
1551
|
UpdateConnectionPreferencesCommand,
|
|
@@ -1502,6 +1573,7 @@ const AccessDeniedExceptionReason = {
|
|
|
1502
1573
|
INCOMPATIBLE_BENEFIT_AWS_PARTNER_STATE: "INCOMPATIBLE_BENEFIT_AWS_PARTNER_STATE",
|
|
1503
1574
|
};
|
|
1504
1575
|
const ConflictExceptionReason = {
|
|
1576
|
+
ACCOUNT_ALREADY_VERIFIED: "ACCOUNT_ALREADY_VERIFIED",
|
|
1505
1577
|
CONFLICT_CLIENT_TOKEN: "CONFLICT_CLIENT_TOKEN",
|
|
1506
1578
|
DUPLICATE_CONNECTION: "DUPLICATE_CONNECTION",
|
|
1507
1579
|
DUPLICATE_CONNECTION_INVITATION: "DUPLICATE_CONNECTION_INVITATION",
|
|
@@ -1512,6 +1584,7 @@ const ConflictExceptionReason = {
|
|
|
1512
1584
|
INCOMPATIBLE_CONNECTION_STATE: "INCOMPATIBLE_CONNECTION_STATE",
|
|
1513
1585
|
INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE: "INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE",
|
|
1514
1586
|
INCOMPATIBLE_PROFILE_STATE: "INCOMPATIBLE_PROFILE_STATE",
|
|
1587
|
+
VERIFICATION_ALREADY_IN_PROGRESS: "VERIFICATION_ALREADY_IN_PROGRESS",
|
|
1515
1588
|
};
|
|
1516
1589
|
const ResourceNotFoundExceptionReason = {
|
|
1517
1590
|
CONNECTION_INVITATION_NOT_FOUND: "CONNECTION_INVITATION_NOT_FOUND",
|
|
@@ -1522,6 +1595,7 @@ const ResourceNotFoundExceptionReason = {
|
|
|
1522
1595
|
PARTNER_PROFILE_TASK_NOT_FOUND: "PARTNER_PROFILE_TASK_NOT_FOUND",
|
|
1523
1596
|
RECEIVER_PROFILE_NOT_FOUND: "RECEIVER_PROFILE_NOT_FOUND",
|
|
1524
1597
|
SENDER_PROFILE_NOT_FOUND: "SENDER_PROFILE_NOT_FOUND",
|
|
1598
|
+
VERIFICATION_NOT_FOUND: "VERIFICATION_NOT_FOUND",
|
|
1525
1599
|
};
|
|
1526
1600
|
const BusinessValidationCode = {
|
|
1527
1601
|
INCOMPATIBLE_CONNECTION_INVITATION_REQUEST: "INCOMPATIBLE_CONNECTION_INVITATION_REQUEST",
|
|
@@ -1633,6 +1707,17 @@ const ProfileVisibility = {
|
|
|
1633
1707
|
PRIVATE: "PRIVATE",
|
|
1634
1708
|
PUBLIC: "PUBLIC",
|
|
1635
1709
|
};
|
|
1710
|
+
const VerificationType = {
|
|
1711
|
+
BUSINESS_VERIFICATION: "BUSINESS_VERIFICATION",
|
|
1712
|
+
REGISTRANT_VERIFICATION: "REGISTRANT_VERIFICATION",
|
|
1713
|
+
};
|
|
1714
|
+
const VerificationStatus = {
|
|
1715
|
+
FAILED: "FAILED",
|
|
1716
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1717
|
+
PENDING_CUSTOMER_ACTION: "PENDING_CUSTOMER_ACTION",
|
|
1718
|
+
REJECTED: "REJECTED",
|
|
1719
|
+
SUCCEEDED: "SUCCEEDED",
|
|
1720
|
+
};
|
|
1636
1721
|
|
|
1637
1722
|
Object.defineProperty(exports, "$Command", {
|
|
1638
1723
|
enumerable: true,
|
|
@@ -1666,6 +1751,7 @@ exports.GetConnectionPreferencesCommand = GetConnectionPreferencesCommand;
|
|
|
1666
1751
|
exports.GetPartnerCommand = GetPartnerCommand;
|
|
1667
1752
|
exports.GetProfileUpdateTaskCommand = GetProfileUpdateTaskCommand;
|
|
1668
1753
|
exports.GetProfileVisibilityCommand = GetProfileVisibilityCommand;
|
|
1754
|
+
exports.GetVerificationCommand = GetVerificationCommand;
|
|
1669
1755
|
exports.IndustrySegment = IndustrySegment;
|
|
1670
1756
|
exports.InternalServerException = InternalServerException$1;
|
|
1671
1757
|
exports.InvitationStatus = InvitationStatus;
|
|
@@ -1690,12 +1776,15 @@ exports.SendEmailVerificationCodeCommand = SendEmailVerificationCodeCommand;
|
|
|
1690
1776
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
1691
1777
|
exports.ServiceQuotaExceededExceptionReason = ServiceQuotaExceededExceptionReason;
|
|
1692
1778
|
exports.StartProfileUpdateTaskCommand = StartProfileUpdateTaskCommand;
|
|
1779
|
+
exports.StartVerificationCommand = StartVerificationCommand;
|
|
1693
1780
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1694
1781
|
exports.ThrottlingException = ThrottlingException$1;
|
|
1695
1782
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1696
1783
|
exports.UpdateConnectionPreferencesCommand = UpdateConnectionPreferencesCommand;
|
|
1697
1784
|
exports.ValidationException = ValidationException$1;
|
|
1698
1785
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1786
|
+
exports.VerificationStatus = VerificationStatus;
|
|
1787
|
+
exports.VerificationType = VerificationType;
|
|
1699
1788
|
exports.paginateListConnectionInvitations = paginateListConnectionInvitations;
|
|
1700
1789
|
exports.paginateListConnections = paginateListConnections;
|
|
1701
1790
|
exports.paginateListPartners = paginateListPartners;
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -14,6 +14,7 @@ import { GetConnectionPreferencesCommand, } from "./commands/GetConnectionPrefer
|
|
|
14
14
|
import { GetPartnerCommand } from "./commands/GetPartnerCommand";
|
|
15
15
|
import { GetProfileUpdateTaskCommand, } from "./commands/GetProfileUpdateTaskCommand";
|
|
16
16
|
import { GetProfileVisibilityCommand, } from "./commands/GetProfileVisibilityCommand";
|
|
17
|
+
import { GetVerificationCommand, } from "./commands/GetVerificationCommand";
|
|
17
18
|
import { ListConnectionInvitationsCommand, } from "./commands/ListConnectionInvitationsCommand";
|
|
18
19
|
import { ListConnectionsCommand, } from "./commands/ListConnectionsCommand";
|
|
19
20
|
import { ListPartnersCommand, } from "./commands/ListPartnersCommand";
|
|
@@ -23,6 +24,7 @@ import { PutProfileVisibilityCommand, } from "./commands/PutProfileVisibilityCom
|
|
|
23
24
|
import { RejectConnectionInvitationCommand, } from "./commands/RejectConnectionInvitationCommand";
|
|
24
25
|
import { SendEmailVerificationCodeCommand, } from "./commands/SendEmailVerificationCodeCommand";
|
|
25
26
|
import { StartProfileUpdateTaskCommand, } from "./commands/StartProfileUpdateTaskCommand";
|
|
27
|
+
import { StartVerificationCommand, } from "./commands/StartVerificationCommand";
|
|
26
28
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
27
29
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
28
30
|
import { UpdateConnectionPreferencesCommand, } from "./commands/UpdateConnectionPreferencesCommand";
|
|
@@ -43,6 +45,7 @@ const commands = {
|
|
|
43
45
|
GetPartnerCommand,
|
|
44
46
|
GetProfileUpdateTaskCommand,
|
|
45
47
|
GetProfileVisibilityCommand,
|
|
48
|
+
GetVerificationCommand,
|
|
46
49
|
ListConnectionInvitationsCommand,
|
|
47
50
|
ListConnectionsCommand,
|
|
48
51
|
ListPartnersCommand,
|
|
@@ -52,6 +55,7 @@ const commands = {
|
|
|
52
55
|
RejectConnectionInvitationCommand,
|
|
53
56
|
SendEmailVerificationCodeCommand,
|
|
54
57
|
StartProfileUpdateTaskCommand,
|
|
58
|
+
StartVerificationCommand,
|
|
55
59
|
TagResourceCommand,
|
|
56
60
|
UntagResourceCommand,
|
|
57
61
|
UpdateConnectionPreferencesCommand,
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultPartnerCentralAccountHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetVerification } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetVerificationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("PartnerCentralAccount", "GetVerification", {})
|
|
13
|
+
.n("PartnerCentralAccountClient", "GetVerificationCommand")
|
|
14
|
+
.sc(GetVerification)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StartVerification } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StartVerificationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("PartnerCentralAccount", "StartVerification", {})
|
|
13
|
+
.n("PartnerCentralAccountClient", "StartVerificationCommand")
|
|
14
|
+
.sc(StartVerification)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -13,6 +13,7 @@ export * from "./GetConnectionPreferencesCommand";
|
|
|
13
13
|
export * from "./GetPartnerCommand";
|
|
14
14
|
export * from "./GetProfileUpdateTaskCommand";
|
|
15
15
|
export * from "./GetProfileVisibilityCommand";
|
|
16
|
+
export * from "./GetVerificationCommand";
|
|
16
17
|
export * from "./ListConnectionInvitationsCommand";
|
|
17
18
|
export * from "./ListConnectionsCommand";
|
|
18
19
|
export * from "./ListPartnersCommand";
|
|
@@ -22,6 +23,7 @@ export * from "./PutProfileVisibilityCommand";
|
|
|
22
23
|
export * from "./RejectConnectionInvitationCommand";
|
|
23
24
|
export * from "./SendEmailVerificationCodeCommand";
|
|
24
25
|
export * from "./StartProfileUpdateTaskCommand";
|
|
26
|
+
export * from "./StartVerificationCommand";
|
|
25
27
|
export * from "./TagResourceCommand";
|
|
26
28
|
export * from "./UntagResourceCommand";
|
|
27
29
|
export * from "./UpdateConnectionPreferencesCommand";
|