@aws-sdk/client-account 3.775.0 → 3.782.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.
- package/dist-types/commands/AcceptPrimaryEmailUpdateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAlternateContactCommand.d.ts +1 -0
- package/dist-types/commands/DisableRegionCommand.d.ts +1 -0
- package/dist-types/commands/EnableRegionCommand.d.ts +1 -0
- package/dist-types/commands/GetAlternateContactCommand.d.ts +1 -0
- package/dist-types/commands/GetContactInformationCommand.d.ts +1 -0
- package/dist-types/commands/GetPrimaryEmailCommand.d.ts +1 -0
- package/dist-types/commands/GetRegionOptStatusCommand.d.ts +1 -0
- package/dist-types/commands/ListRegionsCommand.d.ts +1 -0
- package/dist-types/commands/PutAlternateContactCommand.d.ts +1 -0
- package/dist-types/commands/PutContactInformationCommand.d.ts +1 -0
- package/dist-types/commands/StartPrimaryEmailUpdateCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -80,6 +80,7 @@ declare const AcceptPrimaryEmailUpdateCommand_base: {
|
|
|
80
80
|
* @throws {@link AccountServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class AcceptPrimaryEmailUpdateCommand extends AcceptPrimaryEmailUpdateCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteAlternateContactCommand_base: {
|
|
|
79
79
|
* @throws {@link AccountServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteAlternateContactCommand extends DeleteAlternateContactCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DisableRegionCommand_base: {
|
|
|
77
77
|
* @throws {@link AccountServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DisableRegionCommand extends DisableRegionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const EnableRegionCommand_base: {
|
|
|
73
73
|
* @throws {@link AccountServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class EnableRegionCommand extends EnableRegionCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetAlternateContactCommand_base: {
|
|
|
87
87
|
* @throws {@link AccountServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetAlternateContactCommand extends GetAlternateContactCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetContactInformationCommand_base: {
|
|
|
87
87
|
* @throws {@link AccountServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetContactInformationCommand extends GetContactInformationCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetPrimaryEmailCommand_base: {
|
|
|
72
72
|
* @throws {@link AccountServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetPrimaryEmailCommand extends GetPrimaryEmailCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetRegionOptStatusCommand_base: {
|
|
|
71
71
|
* @throws {@link AccountServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetRegionOptStatusCommand extends GetRegionOptStatusCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListRegionsCommand_base: {
|
|
|
82
82
|
* @throws {@link AccountServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListRegionsCommand extends ListRegionsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutAlternateContactCommand_base: {
|
|
|
80
80
|
* @throws {@link AccountServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutAlternateContactCommand extends PutAlternateContactCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const PutContactInformationCommand_base: {
|
|
|
83
83
|
* @throws {@link AccountServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class PutContactInformationCommand extends PutContactInformationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const StartPrimaryEmailUpdateCommand_base: {
|
|
|
79
79
|
* @throws {@link AccountServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Account service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class StartPrimaryEmailUpdateCommand extends StartPrimaryEmailUpdateCommand_base {
|
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.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-account",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|