@aws-sdk/client-account 3.927.0 → 3.929.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-cjs/index.js +528 -707
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AccountClient.js +2 -0
- package/dist-es/commands/AcceptPrimaryEmailUpdateCommand.js +3 -10
- package/dist-es/commands/DeleteAlternateContactCommand.js +3 -9
- package/dist-es/commands/DisableRegionCommand.js +3 -9
- package/dist-es/commands/EnableRegionCommand.js +3 -9
- package/dist-es/commands/GetAccountInformationCommand.js +3 -10
- package/dist-es/commands/GetAlternateContactCommand.js +3 -10
- package/dist-es/commands/GetContactInformationCommand.js +3 -10
- package/dist-es/commands/GetPrimaryEmailCommand.js +3 -10
- package/dist-es/commands/GetRegionOptStatusCommand.js +3 -9
- package/dist-es/commands/ListRegionsCommand.js +3 -9
- package/dist-es/commands/PutAccountNameCommand.js +3 -10
- package/dist-es/commands/PutAlternateContactCommand.js +3 -10
- package/dist-es/commands/PutContactInformationCommand.js +3 -10
- package/dist-es/commands/StartPrimaryEmailUpdateCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -67
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +482 -0
- package/dist-types/AccountClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -48
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +70 -0
- package/dist-types/ts3.4/AccountClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -36
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -515
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
|
@@ -196,39 +196,3 @@ export interface ListRegionsResponse {
|
|
|
196
196
|
NextToken?: string | undefined;
|
|
197
197
|
Regions?: Region[] | undefined;
|
|
198
198
|
}
|
|
199
|
-
export declare const AcceptPrimaryEmailUpdateRequestFilterSensitiveLog: (
|
|
200
|
-
obj: AcceptPrimaryEmailUpdateRequest
|
|
201
|
-
) => any;
|
|
202
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
203
|
-
obj: ValidationExceptionField
|
|
204
|
-
) => any;
|
|
205
|
-
export declare const GetAccountInformationResponseFilterSensitiveLog: (
|
|
206
|
-
obj: GetAccountInformationResponse
|
|
207
|
-
) => any;
|
|
208
|
-
export declare const PutAccountNameRequestFilterSensitiveLog: (
|
|
209
|
-
obj: PutAccountNameRequest
|
|
210
|
-
) => any;
|
|
211
|
-
export declare const AlternateContactFilterSensitiveLog: (
|
|
212
|
-
obj: AlternateContact
|
|
213
|
-
) => any;
|
|
214
|
-
export declare const GetAlternateContactResponseFilterSensitiveLog: (
|
|
215
|
-
obj: GetAlternateContactResponse
|
|
216
|
-
) => any;
|
|
217
|
-
export declare const PutAlternateContactRequestFilterSensitiveLog: (
|
|
218
|
-
obj: PutAlternateContactRequest
|
|
219
|
-
) => any;
|
|
220
|
-
export declare const ContactInformationFilterSensitiveLog: (
|
|
221
|
-
obj: ContactInformation
|
|
222
|
-
) => any;
|
|
223
|
-
export declare const GetContactInformationResponseFilterSensitiveLog: (
|
|
224
|
-
obj: GetContactInformationResponse
|
|
225
|
-
) => any;
|
|
226
|
-
export declare const PutContactInformationRequestFilterSensitiveLog: (
|
|
227
|
-
obj: PutContactInformationRequest
|
|
228
|
-
) => any;
|
|
229
|
-
export declare const GetPrimaryEmailResponseFilterSensitiveLog: (
|
|
230
|
-
obj: GetPrimaryEmailResponse
|
|
231
|
-
) => any;
|
|
232
|
-
export declare const StartPrimaryEmailUpdateRequestFilterSensitiveLog: (
|
|
233
|
-
obj: StartPrimaryEmailUpdateRequest
|
|
234
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AccountHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var AccountName: StaticSimpleSchema;
|
|
9
|
+
export declare var AddressLine: StaticSimpleSchema;
|
|
10
|
+
export declare var City: StaticSimpleSchema;
|
|
11
|
+
export declare var CompanyName: StaticSimpleSchema;
|
|
12
|
+
export declare var ContactInformationPhoneNumber: StaticSimpleSchema;
|
|
13
|
+
export declare var CountryCode: StaticSimpleSchema;
|
|
14
|
+
export declare var DistrictOrCounty: StaticSimpleSchema;
|
|
15
|
+
export declare var EmailAddress: StaticSimpleSchema;
|
|
16
|
+
export declare var FullName: StaticSimpleSchema;
|
|
17
|
+
export declare var Name: StaticSimpleSchema;
|
|
18
|
+
export declare var Otp: StaticSimpleSchema;
|
|
19
|
+
export declare var PhoneNumber: StaticSimpleSchema;
|
|
20
|
+
export declare var PostalCode: StaticSimpleSchema;
|
|
21
|
+
export declare var PrimaryEmailAddress: StaticSimpleSchema;
|
|
22
|
+
export declare var SensitiveString: StaticSimpleSchema;
|
|
23
|
+
export declare var StateOrRegion: StaticSimpleSchema;
|
|
24
|
+
export declare var Title: StaticSimpleSchema;
|
|
25
|
+
export declare var WebsiteUrl: StaticSimpleSchema;
|
|
26
|
+
export declare var AcceptPrimaryEmailUpdateRequest: StaticStructureSchema;
|
|
27
|
+
export declare var AcceptPrimaryEmailUpdateResponse: StaticStructureSchema;
|
|
28
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
29
|
+
export declare var AlternateContact: StaticStructureSchema;
|
|
30
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
31
|
+
export declare var ContactInformation: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteAlternateContactRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DisableRegionRequest: StaticStructureSchema;
|
|
34
|
+
export declare var EnableRegionRequest: StaticStructureSchema;
|
|
35
|
+
export declare var GetAccountInformationRequest: StaticStructureSchema;
|
|
36
|
+
export declare var GetAccountInformationResponse: StaticStructureSchema;
|
|
37
|
+
export declare var GetAlternateContactRequest: StaticStructureSchema;
|
|
38
|
+
export declare var GetAlternateContactResponse: StaticStructureSchema;
|
|
39
|
+
export declare var GetContactInformationRequest: StaticStructureSchema;
|
|
40
|
+
export declare var GetContactInformationResponse: StaticStructureSchema;
|
|
41
|
+
export declare var GetPrimaryEmailRequest: StaticStructureSchema;
|
|
42
|
+
export declare var GetPrimaryEmailResponse: StaticStructureSchema;
|
|
43
|
+
export declare var GetRegionOptStatusRequest: StaticStructureSchema;
|
|
44
|
+
export declare var GetRegionOptStatusResponse: StaticStructureSchema;
|
|
45
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
46
|
+
export declare var ListRegionsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var ListRegionsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var PutAccountNameRequest: StaticStructureSchema;
|
|
49
|
+
export declare var PutAlternateContactRequest: StaticStructureSchema;
|
|
50
|
+
export declare var PutContactInformationRequest: StaticStructureSchema;
|
|
51
|
+
export declare var Region: StaticStructureSchema;
|
|
52
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
53
|
+
export declare var StartPrimaryEmailUpdateRequest: StaticStructureSchema;
|
|
54
|
+
export declare var StartPrimaryEmailUpdateResponse: StaticStructureSchema;
|
|
55
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
56
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
57
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
58
|
+
export declare var __Unit: "unit";
|
|
59
|
+
export declare var AccountServiceException: StaticErrorSchema;
|
|
60
|
+
export declare var RegionOptList: StaticListSchema;
|
|
61
|
+
export declare var RegionOptStatusList: number;
|
|
62
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
63
|
+
export declare var AcceptPrimaryEmailUpdate: StaticOperationSchema;
|
|
64
|
+
export declare var DeleteAlternateContact: StaticOperationSchema;
|
|
65
|
+
export declare var DisableRegion: StaticOperationSchema;
|
|
66
|
+
export declare var EnableRegion: StaticOperationSchema;
|
|
67
|
+
export declare var GetAccountInformation: StaticOperationSchema;
|
|
68
|
+
export declare var GetAlternateContact: StaticOperationSchema;
|
|
69
|
+
export declare var GetContactInformation: StaticOperationSchema;
|
|
70
|
+
export declare var GetPrimaryEmail: StaticOperationSchema;
|
|
71
|
+
export declare var GetRegionOptStatus: StaticOperationSchema;
|
|
72
|
+
export declare var ListRegions: StaticOperationSchema;
|
|
73
|
+
export declare var PutAccountName: StaticOperationSchema;
|
|
74
|
+
export declare var PutAlternateContact: StaticOperationSchema;
|
|
75
|
+
export declare var PutContactInformation: StaticOperationSchema;
|
|
76
|
+
export declare var StartPrimaryEmailUpdate: StaticOperationSchema;
|
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.929.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",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|