New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-account

Package Overview
Dependencies
Maintainers
5
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-account - npm Package Compare versions

Comparing version 3.533.0 to 3.535.0

4

dist-types/Account.d.ts

@@ -40,2 +40,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

*/
getContactInformation(): Promise<GetContactInformationCommandOutput>;
getContactInformation(args: GetContactInformationCommandInput, options?: __HttpHandlerOptions): Promise<GetContactInformationCommandOutput>;

@@ -53,2 +54,3 @@ getContactInformation(args: GetContactInformationCommandInput, cb: (err: any, data?: GetContactInformationCommandOutput) => void): void;

*/
listRegions(): Promise<ListRegionsCommandOutput>;
listRegions(args: ListRegionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRegionsCommandOutput>;

@@ -71,6 +73,6 @@ listRegions(args: ListRegionsCommandInput, cb: (err: any, data?: ListRegionsCommandOutput) => void): void;

/**
* <p>Operations for Amazon Web Services Account Management</p>
* @public
* <p>Operations for Amazon Web Services Account Management</p>
*/
export declare class Account extends AccountClient implements Account {
}

@@ -163,4 +163,4 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

/**
* <p>Operations for Amazon Web Services Account Management</p>
* @public
* <p>Operations for Amazon Web Services Account Management</p>
*/

@@ -167,0 +167,0 @@ export declare class AccountClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AccountClientResolvedConfig> {

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlternateContactCommandInput, DeleteAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DeleteAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlternateContactCommandInput, DeleteAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Deletes the specified alternate contact from an Amazon Web Services account.</p>

@@ -82,4 +82,5 @@ * <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.html">Access or

*
* @public
*/
export declare class DeleteAlternateContactCommand extends DeleteAlternateContactCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DisableRegionCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DisableRegionCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRegionCommandInput, DisableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Disables (opts-out) a particular Region for an account.</p>

@@ -76,4 +76,5 @@ * @example

*
* @public
*/
export declare class DisableRegionCommand extends DisableRegionCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: EnableRegionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: EnableRegionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRegionCommandInput, EnableRegionCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Enables (opts-in) a particular Region for an account.</p>

@@ -76,4 +76,5 @@ * @example

*
* @public
*/
export declare class EnableRegionCommand extends EnableRegionCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Retrieves the specified alternate contact attached to an Amazon Web Services account.</p>

@@ -90,4 +90,5 @@ * <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.html">Access or

*
* @public
*/
export declare class GetAlternateContactCommand extends GetAlternateContactCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetContactInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [GetContactInformationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetContactInformationCommandInput, GetContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Retrieves the primary contact information of an Amazon Web Services account.</p>

@@ -90,4 +90,5 @@ * <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.html">Update

*
* @public
*/
export declare class GetContactInformationCommand extends GetContactInformationCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetRegionOptStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetRegionOptStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Retrieves the opt-in status of a particular Region.</p>

@@ -74,4 +74,5 @@ * @example

*
* @public
*/
export declare class GetRegionOptStatusCommand extends GetRegionOptStatusCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListRegionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRegionsCommandInput, ListRegionsCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists all the Regions for a given account and their respective opt-in statuses.

@@ -85,4 +85,5 @@ * Optionally, this list can be filtered by the <code>region-opt-status-contains</code>

*
* @public
*/
export declare class ListRegionsCommand extends ListRegionsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutAlternateContactCommandInput): import("@smithy/smithy-client").CommandImpl<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Modifies the specified alternate contact attached to an Amazon Web Services account.</p>

@@ -83,4 +83,5 @@ * <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.html">Access or

*
* @public
*/
export declare class PutAlternateContactCommand extends PutAlternateContactCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutContactInformationCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutContactInformationCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Updates the primary contact information of an Amazon Web Services account.</p>

@@ -86,4 +86,5 @@ * <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.html">Update

*
* @public
*/
export declare class PutContactInformationCommand extends PutContactInformationCommand_base {
}
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
import { AccountServiceException as __BaseException } from "./AccountServiceException";
/**
* @public
* <p>The operation failed because the calling identity doesn't have the minimum required
* permissions.</p>
* @public
*/

@@ -34,8 +34,7 @@ export declare class AccessDeniedException extends __BaseException {

/**
* <p>Specifies which of the alternate contacts to delete. </p>
* @public
* <p>Specifies which of the alternate contacts to delete. </p>
*/
AlternateContactType: AlternateContactType | undefined;
/**
* @public
* <p>Specifies the 12 digit account ID number of the Amazon Web Services account that

@@ -59,2 +58,3 @@ * you want to access or modify with this operation.</p>

* the account whose contacts you wish to retrieve or modify.</p>
* @public
*/

@@ -64,5 +64,5 @@ AccountId?: string;

/**
* @public
* <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
* later.</p>
* @public
*/

@@ -79,4 +79,4 @@ export declare class InternalServerException extends __BaseException {

/**
* <p>The operation failed because it specified a resource that can't be found.</p>
* @public
* <p>The operation failed because it specified a resource that can't be found.</p>
*/

@@ -92,5 +92,5 @@ export declare class ResourceNotFoundException extends __BaseException {

/**
* @public
* <p>The operation failed because it was called too frequently and exceeded a throttle
* limit.</p>
* @public
*/

@@ -109,14 +109,14 @@ export declare class TooManyRequestsException extends __BaseException {

/**
* <p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>
* @public
* <p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>
*/
export interface ValidationExceptionField {
/**
* <p>The field name where the invalid entry was detected.</p>
* @public
* <p>The field name where the invalid entry was detected.</p>
*/
name: string | undefined;
/**
* <p>A message about the validation exception.</p>
* @public
* <p>A message about the validation exception.</p>
*/

@@ -138,4 +138,4 @@ message: string | undefined;

/**
* <p>The operation failed because one of the input parameters was invalid.</p>
* @public
* <p>The operation failed because one of the input parameters was invalid.</p>
*/

@@ -146,9 +146,9 @@ export declare class ValidationException extends __BaseException {

/**
* <p>The reason that validation failed.</p>
* @public
* <p>The reason that validation failed.</p>
*/
reason?: ValidationExceptionReason;
/**
* <p>The field where the invalid entry was detected.</p>
* @public
* <p>The field where the invalid entry was detected.</p>
*/

@@ -166,8 +166,7 @@ fieldList?: ValidationExceptionField[];

/**
* <p>Specifies which alternate contact you want to retrieve.</p>
* @public
* <p>Specifies which alternate contact you want to retrieve.</p>
*/
AlternateContactType: AlternateContactType | undefined;
/**
* @public
* <p>Specifies the 12 digit account ID number of the Amazon Web Services account that

@@ -191,2 +190,3 @@ * you want to access or modify with this operation.</p>

* the account whose contacts you wish to retrieve or modify.</p>
* @public
*/

@@ -196,30 +196,30 @@ AccountId?: string;

/**
* @public
* <p>A structure that contains the details of an alternate contact associated with an Amazon Web Services
* account</p>
* @public
*/
export interface AlternateContact {
/**
* <p>The name associated with this alternate contact.</p>
* @public
* <p>The name associated with this alternate contact.</p>
*/
Name?: string;
/**
* <p>The title associated with this alternate contact.</p>
* @public
* <p>The title associated with this alternate contact.</p>
*/
Title?: string;
/**
* <p>The email address associated with this alternate contact.</p>
* @public
* <p>The email address associated with this alternate contact.</p>
*/
EmailAddress?: string;
/**
* <p>The phone number associated with this alternate contact.</p>
* @public
* <p>The phone number associated with this alternate contact.</p>
*/
PhoneNumber?: string;
/**
* <p>The type of alternate contact.</p>
* @public
* <p>The type of alternate contact.</p>
*/

@@ -233,4 +233,4 @@ AlternateContactType?: AlternateContactType;

/**
* <p>A structure that contains the details for the specified alternate contact.</p>
* @public
* <p>A structure that contains the details for the specified alternate contact.</p>
*/

@@ -244,28 +244,27 @@ AlternateContact?: AlternateContact;

/**
* <p>Specifies a name for the alternate contact.</p>
* @public
* <p>Specifies a name for the alternate contact.</p>
*/
Name: string | undefined;
/**
* <p>Specifies a title for the alternate contact.</p>
* @public
* <p>Specifies a title for the alternate contact.</p>
*/
Title: string | undefined;
/**
* <p>Specifies an email address for the alternate contact. </p>
* @public
* <p>Specifies an email address for the alternate contact. </p>
*/
EmailAddress: string | undefined;
/**
* <p>Specifies a phone number for the alternate contact.</p>
* @public
* <p>Specifies a phone number for the alternate contact.</p>
*/
PhoneNumber: string | undefined;
/**
* <p>Specifies which alternate contact you want to create or update.</p>
* @public
* <p>Specifies which alternate contact you want to create or update.</p>
*/
AlternateContactType: AlternateContactType | undefined;
/**
* @public
* <p>Specifies the 12 digit account ID number of the Amazon Web Services account that

@@ -289,2 +288,3 @@ * you want to access or modify with this operation.</p>

* the account whose contacts you wish to retrieve or modify.</p>
* @public
*/

@@ -298,3 +298,2 @@ AccountId?: string;

/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -318,2 +317,3 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* the account whose contacts you wish to retrieve or modify.</p>
* @public
*/

@@ -323,64 +323,64 @@ AccountId?: string;

/**
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
* @public
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
*/
export interface ContactInformation {
/**
* <p>The full name of the primary contact address.</p>
* @public
* <p>The full name of the primary contact address.</p>
*/
FullName: string | undefined;
/**
* <p>The first line of the primary contact address.</p>
* @public
* <p>The first line of the primary contact address.</p>
*/
AddressLine1: string | undefined;
/**
* <p>The second line of the primary contact address, if any.</p>
* @public
* <p>The second line of the primary contact address, if any.</p>
*/
AddressLine2?: string;
/**
* <p>The third line of the primary contact address, if any.</p>
* @public
* <p>The third line of the primary contact address, if any.</p>
*/
AddressLine3?: string;
/**
* <p>The city of the primary contact address.</p>
* @public
* <p>The city of the primary contact address.</p>
*/
City: string | undefined;
/**
* <p>The state or region of the primary contact address. This field is required in selected countries.</p>
* @public
* <p>The state or region of the primary contact address. This field is required in selected countries.</p>
*/
StateOrRegion?: string;
/**
* <p>The district or county of the primary contact address, if any.</p>
* @public
* <p>The district or county of the primary contact address, if any.</p>
*/
DistrictOrCounty?: string;
/**
* <p>The postal code of the primary contact address.</p>
* @public
* <p>The postal code of the primary contact address.</p>
*/
PostalCode: string | undefined;
/**
* <p>The ISO-3166 two-letter country code for the primary contact address.</p>
* @public
* <p>The ISO-3166 two-letter country code for the primary contact address.</p>
*/
CountryCode: string | undefined;
/**
* <p>The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.</p>
* @public
* <p>The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.</p>
*/
PhoneNumber: string | undefined;
/**
* <p>The name of the company associated with the primary contact information, if any.</p>
* @public
* <p>The name of the company associated with the primary contact information, if any.</p>
*/
CompanyName?: string;
/**
* <p>The URL of the website associated with the primary contact information, if any.</p>
* @public
* <p>The URL of the website associated with the primary contact information, if any.</p>
*/

@@ -394,4 +394,4 @@ WebsiteUrl?: string;

/**
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
* @public
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
*/

@@ -405,8 +405,7 @@ ContactInformation?: ContactInformation;

/**
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
* @public
* <p>Contains the details of the primary contact information associated with an Amazon Web Services account.</p>
*/
ContactInformation: ContactInformation | undefined;
/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -430,2 +429,3 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* the account whose contacts you wish to retrieve or modify.</p>
* @public
*/

@@ -435,6 +435,6 @@ AccountId?: string;

/**
* @public
* <p>The request could not be processed because of a conflict in the current status of the
* resource. For example, this happens if you try to enable a Region that is currently being disabled
* (in a status of DISABLING).</p>
* @public
*/

@@ -454,3 +454,2 @@ export declare class ConflictException extends __BaseException {

/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -474,6 +473,6 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* account whose contacts you wish to retrieve or modify.</p>
* @public
*/
AccountId?: string;
/**
* @public
* <p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When

@@ -484,2 +483,3 @@ * you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such

* disabling process is fully completed.</p>
* @public
*/

@@ -493,3 +493,2 @@ RegionName: string | undefined;

/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -513,6 +512,6 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* account whose contacts you wish to retrieve or modify.</p>
* @public
*/
AccountId?: string;
/**
* @public
* <p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When

@@ -524,2 +523,3 @@ * you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such

* process is fully completed.</p>
* @public
*/

@@ -533,3 +533,2 @@ RegionName: string | undefined;

/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -553,8 +552,9 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* account whose contacts you wish to retrieve or modify.</p>
* @public
*/
AccountId?: string;
/**
* @public
* <p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). This
* function will return the status of whatever Region you pass into this parameter. </p>
* @public
*/

@@ -583,10 +583,10 @@ RegionName: string | undefined;

/**
* <p>The Region code that was passed in.</p>
* @public
* <p>The Region code that was passed in.</p>
*/
RegionName?: string;
/**
* @public
* <p>One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled,
* Disabling, Enabled_By_Default).</p>
* @public
*/

@@ -600,3 +600,2 @@ RegionOptStatus?: RegionOptStatus;

/**
* @public
* <p>Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access

@@ -620,6 +619,6 @@ * or modify with this operation. If you don't specify this parameter, it defaults to the

* account whose contacts you wish to retrieve or modify.</p>
* @public
*/
AccountId?: string;
/**
* @public
* <p>The total number of items to return in the command’s output. If the total number of

@@ -632,13 +631,13 @@ * items available is more than the value specified, a <code>NextToken</code> is provided

* Guide</i>. </p>
* @public
*/
MaxResults?: number;
/**
* @public
* <p>A token used to specify where to start paginating. This is the <code>NextToken</code>
* from a previously truncated response. For usage examples, see <a href="http://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Pagination</a> in the
* <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
* @public
*/
NextToken?: string;
/**
* @public
* <p>A list of Region statuses (Enabling, Enabled, Disabling, Disabled, Enabled_by_default)

@@ -648,2 +647,3 @@ * to use to filter the list of Regions for a given account. For example, passing in a

* ENABLING.</p>
* @public
*/

@@ -653,16 +653,16 @@ RegionOptStatusContains?: RegionOptStatus[];

/**
* @public
* <p>This is a structure that expresses the Region for a given account, consisting of a
* name and opt-in status.</p>
* @public
*/
export interface Region {
/**
* <p>The Region code of a given Region (for example, <code>us-east-1</code>).</p>
* @public
* <p>The Region code of a given Region (for example, <code>us-east-1</code>).</p>
*/
RegionName?: string;
/**
* @public
* <p>One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling,
* Enabled_By_Default).</p>
* @public
*/

@@ -676,12 +676,12 @@ RegionOptStatus?: RegionOptStatus;

/**
* @public
* <p>If there is more data to be returned, this will be populated. It should be passed into
* the <code>next-token</code> request parameter of <code>list-regions</code>.</p>
* @public
*/
NextToken?: string;
/**
* @public
* <p>This is a list of Regions for a given account, or if the filtered parameter was used,
* a list of Regions that match the filter criteria set in the <code>filter</code>
* parameter.</p>
* @public
*/

@@ -688,0 +688,0 @@ Regions?: Region[];

@@ -92,2 +92,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

): void;
getContactInformation(): Promise<GetContactInformationCommandOutput>;
getContactInformation(

@@ -119,2 +120,3 @@ args: GetContactInformationCommandInput,

): void;
listRegions(): Promise<ListRegionsCommandOutput>;
listRegions(

@@ -121,0 +123,0 @@ args: ListRegionsCommandInput,

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DeleteAlternateContactCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteAlternateContactCommandInput,
DeleteAlternateContactCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteAlternateContactCommand extends DeleteAlternateContactCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DisableRegionCommandInput
): import("@smithy/smithy-client").CommandImpl<
DisableRegionCommandInput,
DisableRegionCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DisableRegionCommand extends DisableRegionCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: EnableRegionCommandInput
): import("@smithy/smithy-client").CommandImpl<
EnableRegionCommandInput,
EnableRegionCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class EnableRegionCommand extends EnableRegionCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: GetAlternateContactCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetAlternateContactCommandInput,
GetAlternateContactCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetAlternateContactCommand extends GetAlternateContactCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [GetContactInformationCommandInput]
): import("@smithy/smithy-client").CommandImpl<
GetContactInformationCommandInput,
GetContactInformationCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetContactInformationCommand extends GetContactInformationCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: GetRegionOptStatusCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetRegionOptStatusCommandInput,
GetRegionOptStatusCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetRegionOptStatusCommand extends GetRegionOptStatusCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListRegionsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListRegionsCommandInput,
ListRegionsCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListRegionsCommand extends ListRegionsCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: PutAlternateContactCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutAlternateContactCommandInput,
PutAlternateContactCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutAlternateContactCommand extends PutAlternateContactCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: PutContactInformationCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutContactInformationCommandInput,
PutContactInformationCommandOutput,
AccountClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutContactInformationCommand extends PutContactInformationCommand_base {}
{
"name": "@aws-sdk/client-account",
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
"version": "3.533.0",
"version": "3.535.0",
"scripts": {

@@ -23,43 +23,43 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.533.0",
"@aws-sdk/core": "3.533.0",
"@aws-sdk/credential-provider-node": "3.533.0",
"@aws-sdk/middleware-host-header": "3.533.0",
"@aws-sdk/middleware-logger": "3.533.0",
"@aws-sdk/middleware-recursion-detection": "3.533.0",
"@aws-sdk/middleware-user-agent": "3.533.0",
"@aws-sdk/region-config-resolver": "3.533.0",
"@aws-sdk/types": "3.533.0",
"@aws-sdk/util-endpoints": "3.533.0",
"@aws-sdk/util-user-agent-browser": "3.533.0",
"@aws-sdk/util-user-agent-node": "3.533.0",
"@smithy/config-resolver": "^2.1.5",
"@smithy/core": "^1.3.8",
"@smithy/fetch-http-handler": "^2.4.5",
"@smithy/hash-node": "^2.1.4",
"@smithy/invalid-dependency": "^2.1.4",
"@smithy/middleware-content-length": "^2.1.4",
"@smithy/middleware-endpoint": "^2.4.6",
"@smithy/middleware-retry": "^2.1.7",
"@smithy/middleware-serde": "^2.2.1",
"@smithy/middleware-stack": "^2.1.4",
"@smithy/node-config-provider": "^2.2.5",
"@smithy/node-http-handler": "^2.4.3",
"@smithy/protocol-http": "^3.2.2",
"@smithy/smithy-client": "^2.4.5",
"@smithy/types": "^2.11.0",
"@smithy/url-parser": "^2.1.4",
"@smithy/util-base64": "^2.2.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.2",
"@smithy/util-defaults-mode-browser": "^2.1.7",
"@smithy/util-defaults-mode-node": "^2.2.7",
"@smithy/util-endpoints": "^1.1.5",
"@smithy/util-middleware": "^2.1.4",
"@smithy/util-retry": "^2.1.4",
"@smithy/util-utf8": "^2.2.0",
"tslib": "^2.5.0"
"@aws-sdk/client-sts": "3.535.0",
"@aws-sdk/core": "3.535.0",
"@aws-sdk/credential-provider-node": "3.535.0",
"@aws-sdk/middleware-host-header": "3.535.0",
"@aws-sdk/middleware-logger": "3.535.0",
"@aws-sdk/middleware-recursion-detection": "3.535.0",
"@aws-sdk/middleware-user-agent": "3.535.0",
"@aws-sdk/region-config-resolver": "3.535.0",
"@aws-sdk/types": "3.535.0",
"@aws-sdk/util-endpoints": "3.535.0",
"@aws-sdk/util-user-agent-browser": "3.535.0",
"@aws-sdk/util-user-agent-node": "3.535.0",
"@smithy/config-resolver": "^2.2.0",
"@smithy/core": "^1.4.0",
"@smithy/fetch-http-handler": "^2.5.0",
"@smithy/hash-node": "^2.2.0",
"@smithy/invalid-dependency": "^2.2.0",
"@smithy/middleware-content-length": "^2.2.0",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/middleware-retry": "^2.2.0",
"@smithy/middleware-serde": "^2.3.0",
"@smithy/middleware-stack": "^2.2.0",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"@smithy/url-parser": "^2.2.0",
"@smithy/util-base64": "^2.3.0",
"@smithy/util-body-length-browser": "^2.2.0",
"@smithy/util-body-length-node": "^2.3.0",
"@smithy/util-defaults-mode-browser": "^2.2.0",
"@smithy/util-defaults-mode-node": "^2.3.0",
"@smithy/util-endpoints": "^1.2.0",
"@smithy/util-middleware": "^2.2.0",
"@smithy/util-retry": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.1.1",
"@smithy/service-client-documentation-generator": "^2.2.0",
"@tsconfig/node14": "1.0.3",

@@ -66,0 +66,0 @@ "@types/node": "^14.14.31",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc