@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
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartVerificationRequest,
|
|
5
|
+
StartVerificationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
PartnerCentralAccountClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../PartnerCentralAccountClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartVerificationCommandInput
|
|
15
|
+
extends StartVerificationRequest {}
|
|
16
|
+
export interface StartVerificationCommandOutput
|
|
17
|
+
extends StartVerificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartVerificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartVerificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartVerificationCommandInput,
|
|
24
|
+
StartVerificationCommandOutput,
|
|
25
|
+
PartnerCentralAccountClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [StartVerificationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartVerificationCommandInput,
|
|
33
|
+
StartVerificationCommandOutput,
|
|
34
|
+
PartnerCentralAccountClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartVerificationCommand extends StartVerificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartVerificationRequest;
|
|
44
|
+
output: StartVerificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartVerificationCommandInput;
|
|
48
|
+
output: StartVerificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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";
|
|
@@ -17,6 +17,7 @@ export declare const AccessDeniedExceptionReason: {
|
|
|
17
17
|
export type AccessDeniedExceptionReason =
|
|
18
18
|
(typeof AccessDeniedExceptionReason)[keyof typeof AccessDeniedExceptionReason];
|
|
19
19
|
export declare const ConflictExceptionReason: {
|
|
20
|
+
readonly ACCOUNT_ALREADY_VERIFIED: "ACCOUNT_ALREADY_VERIFIED";
|
|
20
21
|
readonly CONFLICT_CLIENT_TOKEN: "CONFLICT_CLIENT_TOKEN";
|
|
21
22
|
readonly DUPLICATE_CONNECTION: "DUPLICATE_CONNECTION";
|
|
22
23
|
readonly DUPLICATE_CONNECTION_INVITATION: "DUPLICATE_CONNECTION_INVITATION";
|
|
@@ -27,6 +28,7 @@ export declare const ConflictExceptionReason: {
|
|
|
27
28
|
readonly INCOMPATIBLE_CONNECTION_STATE: "INCOMPATIBLE_CONNECTION_STATE";
|
|
28
29
|
readonly INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE: "INCOMPATIBLE_PARTNER_PROFILE_TASK_STATE";
|
|
29
30
|
readonly INCOMPATIBLE_PROFILE_STATE: "INCOMPATIBLE_PROFILE_STATE";
|
|
31
|
+
readonly VERIFICATION_ALREADY_IN_PROGRESS: "VERIFICATION_ALREADY_IN_PROGRESS";
|
|
30
32
|
};
|
|
31
33
|
export type ConflictExceptionReason =
|
|
32
34
|
(typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
|
|
@@ -39,6 +41,7 @@ export declare const ResourceNotFoundExceptionReason: {
|
|
|
39
41
|
readonly PARTNER_PROFILE_TASK_NOT_FOUND: "PARTNER_PROFILE_TASK_NOT_FOUND";
|
|
40
42
|
readonly RECEIVER_PROFILE_NOT_FOUND: "RECEIVER_PROFILE_NOT_FOUND";
|
|
41
43
|
readonly SENDER_PROFILE_NOT_FOUND: "SENDER_PROFILE_NOT_FOUND";
|
|
44
|
+
readonly VERIFICATION_NOT_FOUND: "VERIFICATION_NOT_FOUND";
|
|
42
45
|
};
|
|
43
46
|
export type ResourceNotFoundExceptionReason =
|
|
44
47
|
(typeof ResourceNotFoundExceptionReason)[keyof typeof ResourceNotFoundExceptionReason];
|
|
@@ -175,3 +178,18 @@ export declare const ProfileVisibility: {
|
|
|
175
178
|
};
|
|
176
179
|
export type ProfileVisibility =
|
|
177
180
|
(typeof ProfileVisibility)[keyof typeof ProfileVisibility];
|
|
181
|
+
export declare const VerificationType: {
|
|
182
|
+
readonly BUSINESS_VERIFICATION: "BUSINESS_VERIFICATION";
|
|
183
|
+
readonly REGISTRANT_VERIFICATION: "REGISTRANT_VERIFICATION";
|
|
184
|
+
};
|
|
185
|
+
export type VerificationType =
|
|
186
|
+
(typeof VerificationType)[keyof typeof VerificationType];
|
|
187
|
+
export declare const VerificationStatus: {
|
|
188
|
+
readonly FAILED: "FAILED";
|
|
189
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
190
|
+
readonly PENDING_CUSTOMER_ACTION: "PENDING_CUSTOMER_ACTION";
|
|
191
|
+
readonly REJECTED: "REJECTED";
|
|
192
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
193
|
+
};
|
|
194
|
+
export type VerificationStatus =
|
|
195
|
+
(typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
@@ -11,6 +11,8 @@ import {
|
|
|
11
11
|
ProfileTaskStatus,
|
|
12
12
|
ProfileValidationErrorReason,
|
|
13
13
|
ProfileVisibility,
|
|
14
|
+
VerificationStatus,
|
|
15
|
+
VerificationType,
|
|
14
16
|
} from "./enums";
|
|
15
17
|
export interface AcceptConnectionInvitationRequest {
|
|
16
18
|
Catalog: string | undefined;
|
|
@@ -136,6 +138,15 @@ export interface AssociateAwsTrainingCertificationEmailDomainRequest {
|
|
|
136
138
|
EmailVerificationCode: string | undefined;
|
|
137
139
|
}
|
|
138
140
|
export interface AssociateAwsTrainingCertificationEmailDomainResponse {}
|
|
141
|
+
export interface BusinessVerificationDetails {
|
|
142
|
+
LegalName: string | undefined;
|
|
143
|
+
RegistrationId: string | undefined;
|
|
144
|
+
CountryCode: string | undefined;
|
|
145
|
+
JurisdictionOfIncorporation?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface BusinessVerificationResponse {
|
|
148
|
+
BusinessVerificationDetails: BusinessVerificationDetails | undefined;
|
|
149
|
+
}
|
|
139
150
|
export interface CancelConnectionRequest {
|
|
140
151
|
Catalog: string | undefined;
|
|
141
152
|
Identifier: string | undefined;
|
|
@@ -464,6 +475,49 @@ export interface GetProfileVisibilityResponse {
|
|
|
464
475
|
Visibility: ProfileVisibility | undefined;
|
|
465
476
|
ProfileId: string | undefined;
|
|
466
477
|
}
|
|
478
|
+
export interface GetVerificationRequest {
|
|
479
|
+
VerificationType: VerificationType | undefined;
|
|
480
|
+
}
|
|
481
|
+
export interface RegistrantVerificationResponse {
|
|
482
|
+
CompletionUrl: string | undefined;
|
|
483
|
+
CompletionUrlExpiresAt: Date | undefined;
|
|
484
|
+
}
|
|
485
|
+
export type VerificationResponseDetails =
|
|
486
|
+
| VerificationResponseDetails.BusinessVerificationResponseMember
|
|
487
|
+
| VerificationResponseDetails.RegistrantVerificationResponseMember
|
|
488
|
+
| VerificationResponseDetails.$UnknownMember;
|
|
489
|
+
export declare namespace VerificationResponseDetails {
|
|
490
|
+
interface BusinessVerificationResponseMember {
|
|
491
|
+
BusinessVerificationResponse: BusinessVerificationResponse;
|
|
492
|
+
RegistrantVerificationResponse?: never;
|
|
493
|
+
$unknown?: never;
|
|
494
|
+
}
|
|
495
|
+
interface RegistrantVerificationResponseMember {
|
|
496
|
+
BusinessVerificationResponse?: never;
|
|
497
|
+
RegistrantVerificationResponse: RegistrantVerificationResponse;
|
|
498
|
+
$unknown?: never;
|
|
499
|
+
}
|
|
500
|
+
interface $UnknownMember {
|
|
501
|
+
BusinessVerificationResponse?: never;
|
|
502
|
+
RegistrantVerificationResponse?: never;
|
|
503
|
+
$unknown: [string, any];
|
|
504
|
+
}
|
|
505
|
+
interface Visitor<T> {
|
|
506
|
+
BusinessVerificationResponse: (value: BusinessVerificationResponse) => T;
|
|
507
|
+
RegistrantVerificationResponse: (
|
|
508
|
+
value: RegistrantVerificationResponse
|
|
509
|
+
) => T;
|
|
510
|
+
_: (name: string, value: any) => T;
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
export interface GetVerificationResponse {
|
|
514
|
+
VerificationType: VerificationType | undefined;
|
|
515
|
+
VerificationStatus: VerificationStatus | undefined;
|
|
516
|
+
VerificationStatusReason?: string | undefined;
|
|
517
|
+
VerificationResponseDetails: VerificationResponseDetails | undefined;
|
|
518
|
+
StartedAt: Date | undefined;
|
|
519
|
+
CompletedAt?: Date | undefined;
|
|
520
|
+
}
|
|
467
521
|
export interface ListPartnersRequest {
|
|
468
522
|
Catalog: string | undefined;
|
|
469
523
|
NextToken?: string | undefined;
|
|
@@ -532,6 +586,45 @@ export interface SendEmailVerificationCodeRequest {
|
|
|
532
586
|
Email: string | undefined;
|
|
533
587
|
}
|
|
534
588
|
export interface SendEmailVerificationCodeResponse {}
|
|
589
|
+
export interface RegistrantVerificationDetails {}
|
|
590
|
+
export type VerificationDetails =
|
|
591
|
+
| VerificationDetails.BusinessVerificationDetailsMember
|
|
592
|
+
| VerificationDetails.RegistrantVerificationDetailsMember
|
|
593
|
+
| VerificationDetails.$UnknownMember;
|
|
594
|
+
export declare namespace VerificationDetails {
|
|
595
|
+
interface BusinessVerificationDetailsMember {
|
|
596
|
+
BusinessVerificationDetails: BusinessVerificationDetails;
|
|
597
|
+
RegistrantVerificationDetails?: never;
|
|
598
|
+
$unknown?: never;
|
|
599
|
+
}
|
|
600
|
+
interface RegistrantVerificationDetailsMember {
|
|
601
|
+
BusinessVerificationDetails?: never;
|
|
602
|
+
RegistrantVerificationDetails: RegistrantVerificationDetails;
|
|
603
|
+
$unknown?: never;
|
|
604
|
+
}
|
|
605
|
+
interface $UnknownMember {
|
|
606
|
+
BusinessVerificationDetails?: never;
|
|
607
|
+
RegistrantVerificationDetails?: never;
|
|
608
|
+
$unknown: [string, any];
|
|
609
|
+
}
|
|
610
|
+
interface Visitor<T> {
|
|
611
|
+
BusinessVerificationDetails: (value: BusinessVerificationDetails) => T;
|
|
612
|
+
RegistrantVerificationDetails: (value: RegistrantVerificationDetails) => T;
|
|
613
|
+
_: (name: string, value: any) => T;
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
export interface StartVerificationRequest {
|
|
617
|
+
ClientToken?: string | undefined;
|
|
618
|
+
VerificationDetails?: VerificationDetails | undefined;
|
|
619
|
+
}
|
|
620
|
+
export interface StartVerificationResponse {
|
|
621
|
+
VerificationType: VerificationType | undefined;
|
|
622
|
+
VerificationStatus: VerificationStatus | undefined;
|
|
623
|
+
VerificationStatusReason?: string | undefined;
|
|
624
|
+
VerificationResponseDetails: VerificationResponseDetails | undefined;
|
|
625
|
+
StartedAt: Date | undefined;
|
|
626
|
+
CompletedAt?: Date | undefined;
|
|
627
|
+
}
|
|
535
628
|
export interface TagResourceRequest {
|
|
536
629
|
ResourceArn: string | undefined;
|
|
537
630
|
Tags: Tag[] | undefined;
|
|
@@ -7,6 +7,8 @@ import {
|
|
|
7
7
|
StaticStructureSchema,
|
|
8
8
|
} from "@smithy/types";
|
|
9
9
|
export declare var EmailVerificationCode: StaticSimpleSchema;
|
|
10
|
+
export declare var LegalName: StaticSimpleSchema;
|
|
11
|
+
export declare var RegistrationId: StaticSimpleSchema;
|
|
10
12
|
export declare var SensitiveUnicodeString: StaticSimpleSchema;
|
|
11
13
|
export declare var AcceptConnectionInvitationRequest: StaticStructureSchema;
|
|
12
14
|
export declare var AcceptConnectionInvitationResponse: StaticStructureSchema;
|
|
@@ -16,6 +18,8 @@ export declare var AllianceLeadContact: StaticStructureSchema;
|
|
|
16
18
|
export declare var AssociateAwsTrainingCertificationEmailDomainRequest: StaticStructureSchema;
|
|
17
19
|
export declare var AssociateAwsTrainingCertificationEmailDomainResponse: StaticStructureSchema;
|
|
18
20
|
export declare var BusinessValidationError: StaticStructureSchema;
|
|
21
|
+
export declare var BusinessVerificationDetails: StaticStructureSchema;
|
|
22
|
+
export declare var BusinessVerificationResponse: StaticStructureSchema;
|
|
19
23
|
export declare var CancelConnectionInvitationRequest: StaticStructureSchema;
|
|
20
24
|
export declare var CancelConnectionInvitationResponse: StaticStructureSchema;
|
|
21
25
|
export declare var CancelConnectionRequest: StaticStructureSchema;
|
|
@@ -50,6 +54,8 @@ export declare var GetProfileUpdateTaskRequest: StaticStructureSchema;
|
|
|
50
54
|
export declare var GetProfileUpdateTaskResponse: StaticStructureSchema;
|
|
51
55
|
export declare var GetProfileVisibilityRequest: StaticStructureSchema;
|
|
52
56
|
export declare var GetProfileVisibilityResponse: StaticStructureSchema;
|
|
57
|
+
export declare var GetVerificationRequest: StaticStructureSchema;
|
|
58
|
+
export declare var GetVerificationResponse: StaticStructureSchema;
|
|
53
59
|
export declare var InternalServerException: StaticErrorSchema;
|
|
54
60
|
export declare var ListConnectionInvitationsRequest: StaticStructureSchema;
|
|
55
61
|
export declare var ListConnectionInvitationsResponse: StaticStructureSchema;
|
|
@@ -68,6 +74,8 @@ export declare var PutAllianceLeadContactRequest: StaticStructureSchema;
|
|
|
68
74
|
export declare var PutAllianceLeadContactResponse: StaticStructureSchema;
|
|
69
75
|
export declare var PutProfileVisibilityRequest: StaticStructureSchema;
|
|
70
76
|
export declare var PutProfileVisibilityResponse: StaticStructureSchema;
|
|
77
|
+
export declare var RegistrantVerificationDetails: StaticStructureSchema;
|
|
78
|
+
export declare var RegistrantVerificationResponse: StaticStructureSchema;
|
|
71
79
|
export declare var RejectConnectionInvitationRequest: StaticStructureSchema;
|
|
72
80
|
export declare var RejectConnectionInvitationResponse: StaticStructureSchema;
|
|
73
81
|
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
@@ -77,6 +85,8 @@ export declare var SendEmailVerificationCodeResponse: StaticStructureSchema;
|
|
|
77
85
|
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
78
86
|
export declare var StartProfileUpdateTaskRequest: StaticStructureSchema;
|
|
79
87
|
export declare var StartProfileUpdateTaskResponse: StaticStructureSchema;
|
|
88
|
+
export declare var StartVerificationRequest: StaticStructureSchema;
|
|
89
|
+
export declare var StartVerificationResponse: StaticStructureSchema;
|
|
80
90
|
export declare var Tag: StaticStructureSchema;
|
|
81
91
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
82
92
|
export declare var TagResourceResponse: StaticStructureSchema;
|
|
@@ -87,7 +97,6 @@ export declare var UntagResourceResponse: StaticStructureSchema;
|
|
|
87
97
|
export declare var UpdateConnectionPreferencesRequest: StaticStructureSchema;
|
|
88
98
|
export declare var UpdateConnectionPreferencesResponse: StaticStructureSchema;
|
|
89
99
|
export declare var ValidationException: StaticErrorSchema;
|
|
90
|
-
export declare var __Unit: "unit";
|
|
91
100
|
export declare var PartnerCentralAccountServiceException: StaticErrorSchema;
|
|
92
101
|
export declare var ConnectionInvitationSummaryList: StaticListSchema;
|
|
93
102
|
export declare var ConnectionSummaryList: StaticListSchema;
|
|
@@ -104,6 +113,8 @@ export declare var ConnectionTypeDetailMap: StaticMapSchema;
|
|
|
104
113
|
export declare var ConnectionTypeSummaryMap: StaticMapSchema;
|
|
105
114
|
export declare var Participant: StaticStructureSchema;
|
|
106
115
|
export declare var ValidationError: StaticStructureSchema;
|
|
116
|
+
export declare var VerificationDetails: StaticStructureSchema;
|
|
117
|
+
export declare var VerificationResponseDetails: StaticStructureSchema;
|
|
107
118
|
export declare var AcceptConnectionInvitation: StaticOperationSchema;
|
|
108
119
|
export declare var AssociateAwsTrainingCertificationEmailDomain: StaticOperationSchema;
|
|
109
120
|
export declare var CancelConnection: StaticOperationSchema;
|
|
@@ -119,6 +130,7 @@ export declare var GetConnectionPreferences: StaticOperationSchema;
|
|
|
119
130
|
export declare var GetPartner: StaticOperationSchema;
|
|
120
131
|
export declare var GetProfileUpdateTask: StaticOperationSchema;
|
|
121
132
|
export declare var GetProfileVisibility: StaticOperationSchema;
|
|
133
|
+
export declare var GetVerification: StaticOperationSchema;
|
|
122
134
|
export declare var ListConnectionInvitations: StaticOperationSchema;
|
|
123
135
|
export declare var ListConnections: StaticOperationSchema;
|
|
124
136
|
export declare var ListPartners: StaticOperationSchema;
|
|
@@ -128,6 +140,7 @@ export declare var PutProfileVisibility: StaticOperationSchema;
|
|
|
128
140
|
export declare var RejectConnectionInvitation: StaticOperationSchema;
|
|
129
141
|
export declare var SendEmailVerificationCode: StaticOperationSchema;
|
|
130
142
|
export declare var StartProfileUpdateTask: StaticOperationSchema;
|
|
143
|
+
export declare var StartVerification: StaticOperationSchema;
|
|
131
144
|
export declare var TagResource: StaticOperationSchema;
|
|
132
145
|
export declare var UntagResource: StaticOperationSchema;
|
|
133
146
|
export declare var UpdateConnectionPreferences: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-account",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Account Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.947.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-partnercentral-account",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo partnercentral-account"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo partnercentral-account",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|