@aws-sdk/client-account 3.282.0 → 3.285.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.
|
@@ -84,7 +84,7 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
84
84
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
|
-
* <p>The input failed to meet the constraints specified by the
|
|
87
|
+
* <p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>
|
|
88
88
|
*/
|
|
89
89
|
export interface ValidationExceptionField {
|
|
90
90
|
/**
|
|
@@ -367,7 +367,7 @@ export interface DisableRegionRequest {
|
|
|
367
367
|
AccountId?: string;
|
|
368
368
|
/**
|
|
369
369
|
* <p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When
|
|
370
|
-
* you disable a Region,
|
|
370
|
+
* you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such
|
|
371
371
|
* as destroying IAM resources in the Region. This process takes a few minutes for most
|
|
372
372
|
* accounts, but this can take several hours. You cannot enable the Region until the
|
|
373
373
|
* disabling process is fully completed.</p>
|
|
@@ -398,7 +398,7 @@ export interface EnableRegionRequest {
|
|
|
398
398
|
AccountId?: string;
|
|
399
399
|
/**
|
|
400
400
|
* <p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When
|
|
401
|
-
* you enable a Region,
|
|
401
|
+
* you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such
|
|
402
402
|
* as distributing your IAM resources to the Region. This process takes a few minutes for
|
|
403
403
|
* most accounts, but it can take several hours. You cannot use the Region until this
|
|
404
404
|
* process is complete. Furthermore, you cannot disable the Region until the enabling
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-account",
|
|
3
3
|
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.285.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|