@aws-sdk/client-partnercentral-account 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
- package/dist-es/commands/CancelConnectionCommand.js +2 -14
- package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/CreatePartnerCommand.js +2 -14
- package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
- package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -14
- package/dist-es/commands/GetPartnerCommand.js +2 -14
- package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/GetProfileVisibilityCommand.js +2 -14
- package/dist-es/commands/GetVerificationCommand.js +2 -14
- package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListPartnersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -14
- package/dist-es/commands/PutProfileVisibilityCommand.js +2 -14
- package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -14
- package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -14
- package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -14
- package/dist-es/commands/StartVerificationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
- package/dist-types/commands/CancelConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CancelConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CancelProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CreatePartnerCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
- package/dist-types/commands/GetAllianceLeadContactCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetPartnerCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/GetVerificationCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAllianceLeadContactCommand.d.ts +3 -8
- package/dist-types/commands/PutProfileVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/RejectConnectionInvitationCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailVerificationCodeCommand.d.ts +3 -8
- package/dist-types/commands/StartProfileUpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartVerificationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionPreferencesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePartnerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAllianceLeadContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPartnerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAllianceLeadContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProfileVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectConnectionInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailVerificationCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProfileUpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConnectionInvitationRequest, CreateConnectionInvitationResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConnectionInvitationCommandInput extends CreateConnection
|
|
|
22
19
|
export interface CreateConnectionInvitationCommandOutput extends CreateConnectionInvitationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConnectionInvitationCommand_base: {
|
|
25
|
-
new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionInvitationCommandInput, CreateConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new connection invitation to establish a partnership with another organization.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreatePartnerRequest, CreatePartnerResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePartnerCommandInput extends CreatePartnerRequest {
|
|
|
22
19
|
export interface CreatePartnerCommandOutput extends CreatePartnerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePartnerCommand_base: {
|
|
25
|
-
new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePartnerCommandInput): import("@smithy/core/client").CommandImpl<CreatePartnerCommandInput, CreatePartnerCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new partner account in the AWS Partner Network with the specified details and configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DisassociateAwsTrainingCertificationEmailDomainRequest, DisassociateAwsTrainingCertificationEmailDomainResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateAwsTrainingCertificationEmailDomainCommandInput ext
|
|
|
22
19
|
export interface DisassociateAwsTrainingCertificationEmailDomainCommandOutput extends DisassociateAwsTrainingCertificationEmailDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateAwsTrainingCertificationEmailDomainCommand_base: {
|
|
25
|
-
new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateAwsTrainingCertificationEmailDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsTrainingCertificationEmailDomainCommandInput, DisassociateAwsTrainingCertificationEmailDomainCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the association between an email domain and AWS training and certification for the partner account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAllianceLeadContactRequest, GetAllianceLeadContactResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAllianceLeadContactCommandInput extends GetAllianceLeadConta
|
|
|
22
19
|
export interface GetAllianceLeadContactCommandOutput extends GetAllianceLeadContactResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAllianceLeadContactCommand_base: {
|
|
25
|
-
new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<GetAllianceLeadContactCommandInput, GetAllianceLeadContactCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the alliance lead contact information for a partner account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {
|
|
|
22
19
|
export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetConnectionCommand_base: {
|
|
25
|
-
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves detailed information about a specific connection between partners.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetConnectionInvitationRequest, GetConnectionInvitationResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetConnectionInvitationCommandInput extends GetConnectionInvita
|
|
|
22
19
|
export interface GetConnectionInvitationCommandOutput extends GetConnectionInvitationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetConnectionInvitationCommand_base: {
|
|
25
|
-
new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionInvitationCommandInput, GetConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves detailed information about a specific connection invitation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetConnectionPreferencesRequest, GetConnectionPreferencesResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetConnectionPreferencesCommandInput extends GetConnectionPrefe
|
|
|
22
19
|
export interface GetConnectionPreferencesCommandOutput extends GetConnectionPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetConnectionPreferencesCommand_base: {
|
|
25
|
-
new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionPreferencesCommandInput, GetConnectionPreferencesCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the connection preferences for a partner account, including access settings and exclusions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetPartnerRequest, GetPartnerResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPartnerCommandInput extends GetPartnerRequest {
|
|
|
22
19
|
export interface GetPartnerCommandOutput extends GetPartnerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPartnerCommand_base: {
|
|
25
|
-
new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPartnerCommandInput): import("@smithy/core/client").CommandImpl<GetPartnerCommandInput, GetPartnerCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves detailed information about a specific partner account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetProfileUpdateTaskRequest, GetProfileUpdateTaskResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProfileUpdateTaskCommandInput extends GetProfileUpdateTaskRe
|
|
|
22
19
|
export interface GetProfileUpdateTaskCommandOutput extends GetProfileUpdateTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProfileUpdateTaskCommand_base: {
|
|
25
|
-
new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProfileUpdateTaskCommandInput, GetProfileUpdateTaskCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a specific profile update task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetProfileVisibilityRequest, GetProfileVisibilityResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProfileVisibilityCommandInput extends GetProfileVisibilityRe
|
|
|
22
19
|
export interface GetProfileVisibilityCommandOutput extends GetProfileVisibilityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProfileVisibilityCommand_base: {
|
|
25
|
-
new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<GetProfileVisibilityCommandInput, GetProfileVisibilityCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the visibility settings for a partner profile, determining who can see the profile information.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetVerificationRequest, GetVerificationResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVerificationCommandInput extends GetVerificationRequest {
|
|
|
22
19
|
export interface GetVerificationCommandOutput extends GetVerificationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVerificationCommand_base: {
|
|
25
|
-
new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetVerificationCommandInput): import("@smithy/core/client").CommandImpl<GetVerificationCommandInput, GetVerificationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the current status and details of a verification process for a partner account. This operation allows partners to check the progress and results of business or registrant verification processes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListConnectionInvitationsRequest, ListConnectionInvitationsResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConnectionInvitationsCommandInput extends ListConnectionInv
|
|
|
22
19
|
export interface ListConnectionInvitationsCommandOutput extends ListConnectionInvitationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConnectionInvitationsCommand_base: {
|
|
25
|
-
new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConnectionInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionInvitationsCommandInput, ListConnectionInvitationsCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists connection invitations for the partner account, with optional filtering by status, type, and other criteria.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
22
19
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists active connections for the partner account, with optional filtering by connection type and participant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPartnersRequest, ListPartnersResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPartnersCommandInput extends ListPartnersRequest {
|
|
|
22
19
|
export interface ListPartnersCommandOutput extends ListPartnersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPartnersCommand_base: {
|
|
25
|
-
new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPartnersCommandInput): import("@smithy/core/client").CommandImpl<ListPartnersCommandInput, ListPartnersCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists partner accounts in the catalog, providing a summary view of all partners.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all tags associated with a specific AWS Partner Central Account resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutAllianceLeadContactRequest, PutAllianceLeadContactResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutAllianceLeadContactCommandInput extends PutAllianceLeadConta
|
|
|
22
19
|
export interface PutAllianceLeadContactCommandOutput extends PutAllianceLeadContactResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutAllianceLeadContactCommand_base: {
|
|
25
|
-
new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutAllianceLeadContactCommandInput): import("@smithy/core/client").CommandImpl<PutAllianceLeadContactCommandInput, PutAllianceLeadContactCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates the alliance lead contact information for a partner account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutProfileVisibilityRequest, PutProfileVisibilityResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutProfileVisibilityCommandInput extends PutProfileVisibilityRe
|
|
|
22
19
|
export interface PutProfileVisibilityCommandOutput extends PutProfileVisibilityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutProfileVisibilityCommand_base: {
|
|
25
|
-
new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutProfileVisibilityCommandInput): import("@smithy/core/client").CommandImpl<PutProfileVisibilityCommandInput, PutProfileVisibilityCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the visibility level for a partner profile, controlling who can view the profile information.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RejectConnectionInvitationRequest, RejectConnectionInvitationResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RejectConnectionInvitationCommandInput extends RejectConnection
|
|
|
22
19
|
export interface RejectConnectionInvitationCommandOutput extends RejectConnectionInvitationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RejectConnectionInvitationCommand_base: {
|
|
25
|
-
new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RejectConnectionInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectConnectionInvitationCommandInput, RejectConnectionInvitationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Rejects a connection invitation from another partner, declining the partnership request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { SendEmailVerificationCodeRequest, SendEmailVerificationCodeResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SendEmailVerificationCodeCommandInput extends SendEmailVerifica
|
|
|
22
19
|
export interface SendEmailVerificationCodeCommandOutput extends SendEmailVerificationCodeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendEmailVerificationCodeCommand_base: {
|
|
25
|
-
new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendEmailVerificationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendEmailVerificationCodeCommandInput, SendEmailVerificationCodeCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends an email verification code to the specified email address for account verification purposes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartProfileUpdateTaskRequest, StartProfileUpdateTaskResponse } from "../models/models_0";
|
|
4
|
-
import type { PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralAccountClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartProfileUpdateTaskCommandInput extends StartProfileUpdateTa
|
|
|
22
19
|
export interface StartProfileUpdateTaskCommandOutput extends StartProfileUpdateTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartProfileUpdateTaskCommand_base: {
|
|
25
|
-
new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartProfileUpdateTaskCommandInput): import("@smithy/core/client").CommandImpl<StartProfileUpdateTaskCommandInput, StartProfileUpdateTaskCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Initiates a profile update task to modify partner profile information asynchronously.</p>
|