@aws-sdk/client-account 3.1077.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.
Files changed (53) hide show
  1. package/dist-cjs/index.js +23 -153
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptPrimaryEmailUpdateCommand.js +2 -14
  4. package/dist-es/commands/DeleteAlternateContactCommand.js +2 -14
  5. package/dist-es/commands/DisableRegionCommand.js +2 -14
  6. package/dist-es/commands/EnableRegionCommand.js +2 -14
  7. package/dist-es/commands/GetAccountInformationCommand.js +2 -14
  8. package/dist-es/commands/GetAlternateContactCommand.js +2 -14
  9. package/dist-es/commands/GetContactInformationCommand.js +2 -14
  10. package/dist-es/commands/GetGovCloudAccountInformationCommand.js +2 -14
  11. package/dist-es/commands/GetPrimaryEmailCommand.js +2 -14
  12. package/dist-es/commands/GetRegionOptStatusCommand.js +2 -14
  13. package/dist-es/commands/ListRegionsCommand.js +2 -14
  14. package/dist-es/commands/PutAccountNameCommand.js +2 -14
  15. package/dist-es/commands/PutAlternateContactCommand.js +2 -14
  16. package/dist-es/commands/PutContactInformationCommand.js +2 -14
  17. package/dist-es/commands/StartPrimaryEmailUpdateCommand.js +2 -14
  18. package/dist-es/index.js +1 -0
  19. package/dist-types/commandBuilder.d.ts +18 -0
  20. package/dist-types/commands/AcceptPrimaryEmailUpdateCommand.d.ts +3 -8
  21. package/dist-types/commands/DeleteAlternateContactCommand.d.ts +3 -8
  22. package/dist-types/commands/DisableRegionCommand.d.ts +3 -8
  23. package/dist-types/commands/EnableRegionCommand.d.ts +3 -8
  24. package/dist-types/commands/GetAccountInformationCommand.d.ts +3 -8
  25. package/dist-types/commands/GetAlternateContactCommand.d.ts +3 -8
  26. package/dist-types/commands/GetContactInformationCommand.d.ts +3 -8
  27. package/dist-types/commands/GetGovCloudAccountInformationCommand.d.ts +3 -8
  28. package/dist-types/commands/GetPrimaryEmailCommand.d.ts +3 -8
  29. package/dist-types/commands/GetRegionOptStatusCommand.d.ts +3 -8
  30. package/dist-types/commands/ListRegionsCommand.d.ts +3 -8
  31. package/dist-types/commands/PutAccountNameCommand.d.ts +3 -8
  32. package/dist-types/commands/PutAlternateContactCommand.d.ts +3 -8
  33. package/dist-types/commands/PutContactInformationCommand.d.ts +3 -8
  34. package/dist-types/commands/StartPrimaryEmailUpdateCommand.d.ts +3 -8
  35. package/dist-types/index.d.ts +1 -0
  36. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  37. package/dist-types/ts3.4/commands/AcceptPrimaryEmailUpdateCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/DeleteAlternateContactCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/DisableRegionCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/EnableRegionCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/GetAccountInformationCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/GetAlternateContactCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/GetContactInformationCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/GetGovCloudAccountInformationCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/GetPrimaryEmailCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetRegionOptStatusCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/ListRegionsCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/PutAccountNameCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/PutAlternateContactCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/PutContactInformationCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/StartPrimaryEmailUpdateCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/index.d.ts +1 -0
  53. 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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { DisableRegionRequest } from "../models/models_0";
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 DisableRegionCommandInput extends DisableRegionRequest {
22
19
  export interface DisableRegionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisableRegionCommand_base: {
25
- new (input: DisableRegionCommandInput): import("@smithy/core/client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableRegionCommandInput): import("@smithy/core/client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableRegionCommandInput): import("@smithy/core/client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableRegionCommandInput): import("@smithy/core/client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disables (opts-out) a particular Region for an account.</p> <note> <p>The act of disabling a Region will remove all IAM access to any resources that reside in that Region.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { EnableRegionRequest } from "../models/models_0";
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 EnableRegionCommandInput extends EnableRegionRequest {
22
19
  export interface EnableRegionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const EnableRegionCommand_base: {
25
- new (input: EnableRegionCommandInput): import("@smithy/core/client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableRegionCommandInput): import("@smithy/core/client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableRegionCommandInput): import("@smithy/core/client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableRegionCommandInput): import("@smithy/core/client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables (opts-in) a particular Region for an 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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetAccountInformationRequest, GetAccountInformationResponse } from "../models/models_0";
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 GetAccountInformationCommandInput extends GetAccountInformation
22
19
  export interface GetAccountInformationCommandOutput extends GetAccountInformationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccountInformationCommand_base: {
25
- new (input: GetAccountInformationCommandInput): import("@smithy/core/client").CommandImpl<GetAccountInformationCommandInput, GetAccountInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountInformationCommandInput, GetAccountInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccountInformationCommandInput): import("@smithy/core/client").CommandImpl<GetAccountInformationCommandInput, GetAccountInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAccountInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountInformationCommandInput, GetAccountInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the specified account including its account name, account ID, account creation date and time, and account state. To use this API, an IAM user or role must have the <code>account:GetAccountInformation</code> IAM permission. </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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetAlternateContactRequest, GetAlternateContactResponse } from "../models/models_0";
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 GetAlternateContactCommandInput extends GetAlternateContactRequ
22
19
  export interface GetAlternateContactCommandOutput extends GetAlternateContactResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAlternateContactCommand_base: {
25
- new (input: GetAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html">Update the alternate contacts for your Amazon Web Services account</a>.</p> <note> <p>Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html">Enable trusted access for Amazon Web Services Account Management</a>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetContactInformationRequest, GetContactInformationResponse } from "../models/models_0";
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 GetContactInformationCommandInput extends GetContactInformation
22
19
  export interface GetContactInformationCommandOutput extends GetContactInformationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetContactInformationCommand_base: {
25
- new (input: GetContactInformationCommandInput): import("@smithy/core/client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetContactInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetContactInformationCommandInput): import("@smithy/core/client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetContactInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the primary contact information of an Amazon Web Services account.</p> <p>For complete details about how to use the primary contact operations, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-primary.html">Update the primary contact for your Amazon Web Services account</a>.</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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetGovCloudAccountInformationRequest, GetGovCloudAccountInformationResponse } from "../models/models_0";
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 GetGovCloudAccountInformationCommandInput extends GetGovCloudAc
22
19
  export interface GetGovCloudAccountInformationCommandOutput extends GetGovCloudAccountInformationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetGovCloudAccountInformationCommand_base: {
25
- new (input: GetGovCloudAccountInformationCommandInput): import("@smithy/core/client").CommandImpl<GetGovCloudAccountInformationCommandInput, GetGovCloudAccountInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetGovCloudAccountInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetGovCloudAccountInformationCommandInput, GetGovCloudAccountInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGovCloudAccountInformationCommandInput): import("@smithy/core/client").CommandImpl<GetGovCloudAccountInformationCommandInput, GetGovCloudAccountInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetGovCloudAccountInformationCommandInput]): import("@smithy/core/client").CommandImpl<GetGovCloudAccountInformationCommandInput, GetGovCloudAccountInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the GovCloud account linked to the specified standard account (if it exists) including the GovCloud account ID and state. To use this API, an IAM user or role must have the <code>account:GetGovCloudAccountInformation</code> IAM permission. </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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetPrimaryEmailRequest, GetPrimaryEmailResponse } from "../models/models_0";
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 GetPrimaryEmailCommandInput extends GetPrimaryEmailRequest {
22
19
  export interface GetPrimaryEmailCommandOutput extends GetPrimaryEmailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPrimaryEmailCommand_base: {
25
- new (input: GetPrimaryEmailCommandInput): import("@smithy/core/client").CommandImpl<GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPrimaryEmailCommandInput): import("@smithy/core/client").CommandImpl<GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPrimaryEmailCommandInput): import("@smithy/core/client").CommandImpl<GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPrimaryEmailCommandInput): import("@smithy/core/client").CommandImpl<GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the primary email address for the specified 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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { GetRegionOptStatusRequest, GetRegionOptStatusResponse } from "../models/models_0";
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 GetRegionOptStatusCommandInput extends GetRegionOptStatusReques
22
19
  export interface GetRegionOptStatusCommandOutput extends GetRegionOptStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRegionOptStatusCommand_base: {
25
- new (input: GetRegionOptStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRegionOptStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRegionOptStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRegionOptStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the opt-in status of a particular Region.</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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { ListRegionsRequest, ListRegionsResponse } from "../models/models_0";
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 ListRegionsCommandInput extends ListRegionsRequest {
22
19
  export interface ListRegionsCommandOutput extends ListRegionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRegionsCommand_base: {
25
- new (input: ListRegionsCommandInput): import("@smithy/core/client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRegionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRegionsCommandInput): import("@smithy/core/client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRegionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the Regions for a given account and their respective opt-in statuses. Optionally, this list can be filtered by the <code>region-opt-status-contains</code> parameter. </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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { PutAccountNameRequest } from "../models/models_0";
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 PutAccountNameCommandInput extends PutAccountNameRequest {
22
19
  export interface PutAccountNameCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountNameCommand_base: {
25
- new (input: PutAccountNameCommandInput): import("@smithy/core/client").CommandImpl<PutAccountNameCommandInput, PutAccountNameCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAccountNameCommandInput): import("@smithy/core/client").CommandImpl<PutAccountNameCommandInput, PutAccountNameCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountNameCommandInput): import("@smithy/core/client").CommandImpl<PutAccountNameCommandInput, PutAccountNameCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAccountNameCommandInput): import("@smithy/core/client").CommandImpl<PutAccountNameCommandInput, PutAccountNameCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the account name of the specified account. To use this API, IAM principals must have the <code>account:PutAccountName</code> IAM permission. </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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { PutAlternateContactRequest } from "../models/models_0";
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 PutAlternateContactCommandInput extends PutAlternateContactRequ
22
19
  export interface PutAlternateContactCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutAlternateContactCommand_base: {
25
- new (input: PutAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutAlternateContactCommandInput): import("@smithy/core/client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html">Update the alternate contacts for your Amazon Web Services account</a>.</p> <note> <p>Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html">Enable trusted access for Amazon Web Services Account Management</a>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { PutContactInformationRequest } from "../models/models_0";
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 PutContactInformationCommandInput extends PutContactInformation
22
19
  export interface PutContactInformationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutContactInformationCommand_base: {
25
- new (input: PutContactInformationCommandInput): import("@smithy/core/client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutContactInformationCommandInput): import("@smithy/core/client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutContactInformationCommandInput): import("@smithy/core/client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutContactInformationCommandInput): import("@smithy/core/client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the primary contact information of an Amazon Web Services account.</p> <p>For complete details about how to use the primary contact operations, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-primary.html">Update the primary contact for your Amazon Web Services account</a>.</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
- import type { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient";
4
2
  import type { StartPrimaryEmailUpdateRequest, StartPrimaryEmailUpdateResponse } from "../models/models_0";
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 StartPrimaryEmailUpdateCommandInput extends StartPrimaryEmailUp
22
19
  export interface StartPrimaryEmailUpdateCommandOutput extends StartPrimaryEmailUpdateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartPrimaryEmailUpdateCommand_base: {
25
- new (input: StartPrimaryEmailUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartPrimaryEmailUpdateCommandInput, StartPrimaryEmailUpdateCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPrimaryEmailUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartPrimaryEmailUpdateCommandInput, StartPrimaryEmailUpdateCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartPrimaryEmailUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartPrimaryEmailUpdateCommandInput, StartPrimaryEmailUpdateCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartPrimaryEmailUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartPrimaryEmailUpdateCommandInput, StartPrimaryEmailUpdateCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the process to update the primary email address for the specified account.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { AccountExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ AccountClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./AccountClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ AccountClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ AccountClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AccountClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AccountClient";
8
2
  import {
9
3
  AcceptPrimaryEmailUpdateRequest,
10
4
  AcceptPrimaryEmailUpdateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AcceptPrimaryEmailUpdateCommandInput
15
8
  extends AcceptPrimaryEmailUpdateRequest {}
16
9
  export interface AcceptPrimaryEmailUpdateCommandOutput
@@ -22,22 +15,20 @@ declare const AcceptPrimaryEmailUpdateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AcceptPrimaryEmailUpdateCommandInput,
24
17
  AcceptPrimaryEmailUpdateCommandOutput,
25
- AccountClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AccountClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AcceptPrimaryEmailUpdateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AcceptPrimaryEmailUpdateCommandInput,
33
26
  AcceptPrimaryEmailUpdateCommandOutput,
34
- AccountClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AccountClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AcceptPrimaryEmailUpdateCommand extends AcceptPrimaryEmailUpdateCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AccountClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AccountClient";
8
2
  import { DeleteAlternateContactRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAlternateContactCommandInput
12
5
  extends DeleteAlternateContactRequest {}
13
6
  export interface DeleteAlternateContactCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteAlternateContactCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteAlternateContactCommandInput,
19
12
  DeleteAlternateContactCommandOutput,
20
- AccountClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").AccountClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteAlternateContactCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteAlternateContactCommandInput,
28
21
  DeleteAlternateContactCommandOutput,
29
- AccountClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").AccountClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteAlternateContactCommand extends DeleteAlternateContactCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AccountClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AccountClient";
8
2
  import { DisableRegionRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DisableRegionCommandInput extends DisableRegionRequest {}
12
5
  export interface DisableRegionCommandOutput extends __MetadataBearer {}
13
6
  declare const DisableRegionCommand_base: {
@@ -16,22 +9,20 @@ declare const DisableRegionCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DisableRegionCommandInput,
18
11
  DisableRegionCommandOutput,
19
- AccountClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AccountClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DisableRegionCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DisableRegionCommandInput,
27
20
  DisableRegionCommandOutput,
28
- AccountClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").AccountClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DisableRegionCommand extends DisableRegionCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AccountClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AccountClient";
8
2
  import { EnableRegionRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface EnableRegionCommandInput extends EnableRegionRequest {}
12
5
  export interface EnableRegionCommandOutput extends __MetadataBearer {}
13
6
  declare const EnableRegionCommand_base: {
@@ -16,22 +9,20 @@ declare const EnableRegionCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  EnableRegionCommandInput,
18
11
  EnableRegionCommandOutput,
19
- AccountClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AccountClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: EnableRegionCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  EnableRegionCommandInput,
27
20
  EnableRegionCommandOutput,
28
- AccountClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").AccountClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class EnableRegionCommand extends EnableRegionCommand_base {
37
28
  protected static __types: {