@aws-sdk/client-account 3.288.0 → 3.290.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.
@@ -37,6 +37,25 @@ export interface DeleteAlternateContactCommandOutput extends __MetadataBearer {
37
37
  * @see {@link DeleteAlternateContactCommandOutput} for command's `response` shape.
38
38
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The operation failed because the calling identity doesn't have the minimum required
42
+ * permissions.</p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
46
+ * later.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The operation failed because it specified a resource that can't be found.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
53
+ * limit.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The operation failed because one of the input parameters was invalid.</p>
57
+ *
58
+ *
40
59
  */
41
60
  export declare class DeleteAlternateContactCommand extends $Command<DeleteAlternateContactCommandInput, DeleteAlternateContactCommandOutput, AccountClientResolvedConfig> {
42
61
  readonly input: DeleteAlternateContactCommandInput;
@@ -29,6 +29,27 @@ export interface DisableRegionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DisableRegionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation failed because the calling identity doesn't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>The request could not be processed because of a conflict in the current status of the
38
+ * resource. For example, this happens if you try to enable a Region that is currently being disabled
39
+ * (in a status of DISABLING).</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
43
+ * later.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
47
+ * limit.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The operation failed because one of the input parameters was invalid.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DisableRegionCommand extends $Command<DisableRegionCommandInput, DisableRegionCommandOutput, AccountClientResolvedConfig> {
34
55
  readonly input: DisableRegionCommandInput;
@@ -29,6 +29,27 @@ export interface EnableRegionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link EnableRegionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation failed because the calling identity doesn't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>The request could not be processed because of a conflict in the current status of the
38
+ * resource. For example, this happens if you try to enable a Region that is currently being disabled
39
+ * (in a status of DISABLING).</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
43
+ * later.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
47
+ * limit.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The operation failed because one of the input parameters was invalid.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class EnableRegionCommand extends $Command<EnableRegionCommandInput, EnableRegionCommandOutput, AccountClientResolvedConfig> {
34
55
  readonly input: EnableRegionCommandInput;
@@ -37,6 +37,25 @@ export interface GetAlternateContactCommandOutput extends GetAlternateContactRes
37
37
  * @see {@link GetAlternateContactCommandOutput} for command's `response` shape.
38
38
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The operation failed because the calling identity doesn't have the minimum required
42
+ * permissions.</p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
46
+ * later.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The operation failed because it specified a resource that can't be found.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
53
+ * limit.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The operation failed because one of the input parameters was invalid.</p>
57
+ *
58
+ *
40
59
  */
41
60
  export declare class GetAlternateContactCommand extends $Command<GetAlternateContactCommandInput, GetAlternateContactCommandOutput, AccountClientResolvedConfig> {
42
61
  readonly input: GetAlternateContactCommandInput;
@@ -31,6 +31,25 @@ export interface GetContactInformationCommandOutput extends GetContactInformatio
31
31
  * @see {@link GetContactInformationCommandOutput} for command's `response` shape.
32
32
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The operation failed because the calling identity doesn't have the minimum required
36
+ * permissions.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
40
+ * later.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The operation failed because it specified a resource that can't be found.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
47
+ * limit.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The operation failed because one of the input parameters was invalid.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class GetContactInformationCommand extends $Command<GetContactInformationCommandInput, GetContactInformationCommandOutput, AccountClientResolvedConfig> {
36
55
  readonly input: GetContactInformationCommandInput;
@@ -29,6 +29,22 @@ export interface GetRegionOptStatusCommandOutput extends GetRegionOptStatusRespo
29
29
  * @see {@link GetRegionOptStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The operation failed because the calling identity doesn't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
42
+ * limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The operation failed because one of the input parameters was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetRegionOptStatusCommand extends $Command<GetRegionOptStatusCommandInput, GetRegionOptStatusCommandOutput, AccountClientResolvedConfig> {
34
50
  readonly input: GetRegionOptStatusCommandInput;
@@ -31,6 +31,22 @@ export interface ListRegionsCommandOutput extends ListRegionsResponse, __Metadat
31
31
  * @see {@link ListRegionsCommandOutput} for command's `response` shape.
32
32
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The operation failed because the calling identity doesn't have the minimum required
36
+ * permissions.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
40
+ * later.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
44
+ * limit.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The operation failed because one of the input parameters was invalid.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class ListRegionsCommand extends $Command<ListRegionsCommandInput, ListRegionsCommandOutput, AccountClientResolvedConfig> {
36
52
  readonly input: ListRegionsCommandInput;
@@ -37,6 +37,22 @@ export interface PutAlternateContactCommandOutput extends __MetadataBearer {
37
37
  * @see {@link PutAlternateContactCommandOutput} for command's `response` shape.
38
38
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The operation failed because the calling identity doesn't have the minimum required
42
+ * permissions.</p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
46
+ * later.</p>
47
+ *
48
+ * @throws {@link TooManyRequestsException} (client fault)
49
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
50
+ * limit.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The operation failed because one of the input parameters was invalid.</p>
54
+ *
55
+ *
40
56
  */
41
57
  export declare class PutAlternateContactCommand extends $Command<PutAlternateContactCommandInput, PutAlternateContactCommandOutput, AccountClientResolvedConfig> {
42
58
  readonly input: PutAlternateContactCommandInput;
@@ -31,6 +31,22 @@ export interface PutContactInformationCommandOutput extends __MetadataBearer {
31
31
  * @see {@link PutContactInformationCommandOutput} for command's `response` shape.
32
32
  * @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The operation failed because the calling identity doesn't have the minimum required
36
+ * permissions.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The operation failed because of an error internal to Amazon Web Services. Try your operation again
40
+ * later.</p>
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ * <p>The operation failed because it was called too frequently and exceeded a throttle
44
+ * limit.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The operation failed because one of the input parameters was invalid.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class PutContactInformationCommand extends $Command<PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig> {
36
52
  readonly input: PutContactInformationCommandInput;
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.288.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },