@aws-sdk/client-partnercentral-account 3.1077.0 → 3.1079.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.
Files changed (95) hide show
  1. package/dist-cjs/index.js +37 -293
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptConnectionInvitationCommand.js +2 -14
  4. package/dist-es/commands/AssociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
  5. package/dist-es/commands/CancelConnectionCommand.js +2 -14
  6. package/dist-es/commands/CancelConnectionInvitationCommand.js +2 -14
  7. package/dist-es/commands/CancelProfileUpdateTaskCommand.js +2 -14
  8. package/dist-es/commands/CreateConnectionInvitationCommand.js +2 -14
  9. package/dist-es/commands/CreatePartnerCommand.js +2 -14
  10. package/dist-es/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.js +2 -14
  11. package/dist-es/commands/GetAllianceLeadContactCommand.js +2 -14
  12. package/dist-es/commands/GetConnectionCommand.js +2 -14
  13. package/dist-es/commands/GetConnectionInvitationCommand.js +2 -14
  14. package/dist-es/commands/GetConnectionPreferencesCommand.js +2 -14
  15. package/dist-es/commands/GetPartnerCommand.js +2 -14
  16. package/dist-es/commands/GetProfileUpdateTaskCommand.js +2 -14
  17. package/dist-es/commands/GetProfileVisibilityCommand.js +2 -14
  18. package/dist-es/commands/GetVerificationCommand.js +2 -14
  19. package/dist-es/commands/ListConnectionInvitationsCommand.js +2 -14
  20. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  21. package/dist-es/commands/ListPartnersCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/PutAllianceLeadContactCommand.js +2 -14
  24. package/dist-es/commands/PutProfileVisibilityCommand.js +2 -14
  25. package/dist-es/commands/RejectConnectionInvitationCommand.js +2 -14
  26. package/dist-es/commands/SendEmailVerificationCodeCommand.js +2 -14
  27. package/dist-es/commands/StartProfileUpdateTaskCommand.js +2 -14
  28. package/dist-es/commands/StartVerificationCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateConnectionPreferencesCommand.js +2 -14
  32. package/dist-es/index.js +1 -0
  33. package/dist-types/commandBuilder.d.ts +18 -0
  34. package/dist-types/commands/AcceptConnectionInvitationCommand.d.ts +3 -8
  35. package/dist-types/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
  36. package/dist-types/commands/CancelConnectionCommand.d.ts +3 -8
  37. package/dist-types/commands/CancelConnectionInvitationCommand.d.ts +3 -8
  38. package/dist-types/commands/CancelProfileUpdateTaskCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateConnectionInvitationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreatePartnerCommand.d.ts +3 -8
  41. package/dist-types/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +3 -8
  42. package/dist-types/commands/GetAllianceLeadContactCommand.d.ts +3 -8
  43. package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
  44. package/dist-types/commands/GetConnectionInvitationCommand.d.ts +3 -8
  45. package/dist-types/commands/GetConnectionPreferencesCommand.d.ts +3 -8
  46. package/dist-types/commands/GetPartnerCommand.d.ts +3 -8
  47. package/dist-types/commands/GetProfileUpdateTaskCommand.d.ts +3 -8
  48. package/dist-types/commands/GetProfileVisibilityCommand.d.ts +3 -8
  49. package/dist-types/commands/GetVerificationCommand.d.ts +3 -8
  50. package/dist-types/commands/ListConnectionInvitationsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListPartnersCommand.d.ts +3 -8
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/PutAllianceLeadContactCommand.d.ts +3 -8
  55. package/dist-types/commands/PutProfileVisibilityCommand.d.ts +3 -8
  56. package/dist-types/commands/RejectConnectionInvitationCommand.d.ts +3 -8
  57. package/dist-types/commands/SendEmailVerificationCodeCommand.d.ts +3 -8
  58. package/dist-types/commands/StartProfileUpdateTaskCommand.d.ts +3 -8
  59. package/dist-types/commands/StartVerificationCommand.d.ts +3 -8
  60. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateConnectionPreferencesCommand.d.ts +3 -8
  63. package/dist-types/index.d.ts +1 -0
  64. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  65. package/dist-types/ts3.4/commands/AcceptConnectionInvitationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/AssociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/CancelConnectionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CancelConnectionInvitationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CancelProfileUpdateTaskCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateConnectionInvitationCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreatePartnerCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DisassociateAwsTrainingCertificationEmailDomainCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/GetAllianceLeadContactCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetConnectionInvitationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetConnectionPreferencesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetPartnerCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetProfileUpdateTaskCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetProfileVisibilityCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetVerificationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListConnectionInvitationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListPartnersCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/PutAllianceLeadContactCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/PutProfileVisibilityCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/RejectConnectionInvitationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/SendEmailVerificationCodeCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/StartProfileUpdateTaskCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/StartVerificationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateConnectionPreferencesCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/package.json +8 -8
@@ -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>
@@ -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 { StartVerificationRequest, StartVerificationResponse } 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 StartVerificationCommandInput extends StartVerificationRequest
22
19
  export interface StartVerificationCommandOutput extends StartVerificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartVerificationCommand_base: {
25
- new (input: StartVerificationCommandInput): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartVerificationCommandInput]): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartVerificationCommandInput): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [StartVerificationCommandInput]): import("@smithy/core/client").CommandImpl<StartVerificationCommandInput, StartVerificationCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initiates a new verification process for a partner account. This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.</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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates tags for a specified 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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes specified tags from an 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 { UpdateConnectionPreferencesRequest, UpdateConnectionPreferencesResponse } 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 UpdateConnectionPreferencesCommandInput extends UpdateConnectio
22
19
  export interface UpdateConnectionPreferencesCommandOutput extends UpdateConnectionPreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConnectionPreferencesCommand_base: {
25
- new (input: UpdateConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput, PartnerCentralAccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConnectionPreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectionPreferencesCommandInput, UpdateConnectionPreferencesCommandOutput, import("..").PartnerCentralAccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the connection preferences for a partner account, modifying access settings and exclusions.</p>