@aws-sdk/client-account 3.170.0 → 3.171.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-account
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-account
@@ -20,7 +20,6 @@ import {
20
20
  PutContactInformationCommandInput,
21
21
  PutContactInformationCommandOutput,
22
22
  } from "./commands/PutContactInformationCommand";
23
-
24
23
  export declare class Account extends AccountClient {
25
24
  deleteAlternateContact(
26
25
  args: DeleteAlternateContactCommandInput,
@@ -35,7 +34,6 @@ export declare class Account extends AccountClient {
35
34
  options: __HttpHandlerOptions,
36
35
  cb: (err: any, data?: DeleteAlternateContactCommandOutput) => void
37
36
  ): void;
38
-
39
37
  getAlternateContact(
40
38
  args: GetAlternateContactCommandInput,
41
39
  options?: __HttpHandlerOptions
@@ -49,7 +47,6 @@ export declare class Account extends AccountClient {
49
47
  options: __HttpHandlerOptions,
50
48
  cb: (err: any, data?: GetAlternateContactCommandOutput) => void
51
49
  ): void;
52
-
53
50
  getContactInformation(
54
51
  args: GetContactInformationCommandInput,
55
52
  options?: __HttpHandlerOptions
@@ -63,7 +60,6 @@ export declare class Account extends AccountClient {
63
60
  options: __HttpHandlerOptions,
64
61
  cb: (err: any, data?: GetContactInformationCommandOutput) => void
65
62
  ): void;
66
-
67
63
  putAlternateContact(
68
64
  args: PutAlternateContactCommandInput,
69
65
  options?: __HttpHandlerOptions
@@ -77,7 +73,6 @@ export declare class Account extends AccountClient {
77
73
  options: __HttpHandlerOptions,
78
74
  cb: (err: any, data?: PutAlternateContactCommandOutput) => void
79
75
  ): void;
80
-
81
76
  putContactInformation(
82
77
  args: PutContactInformationCommandInput,
83
78
  options?: __HttpHandlerOptions
@@ -77,47 +77,26 @@ export declare type ServiceOutputTypes =
77
77
  export interface ClientDefaults
78
78
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
79
79
  requestHandler?: __HttpHandler;
80
-
81
80
  sha256?: __HashConstructor;
82
-
83
81
  urlParser?: __UrlParser;
84
-
85
82
  bodyLengthChecker?: __BodyLengthCalculator;
86
-
87
83
  streamCollector?: __StreamCollector;
88
-
89
84
  base64Decoder?: __Decoder;
90
-
91
85
  base64Encoder?: __Encoder;
92
-
93
86
  utf8Decoder?: __Decoder;
94
-
95
87
  utf8Encoder?: __Encoder;
96
-
97
88
  runtime?: string;
98
-
99
89
  disableHostPrefix?: boolean;
100
-
101
90
  maxAttempts?: number | __Provider<number>;
102
-
103
91
  retryMode?: string | __Provider<string>;
104
-
105
92
  logger?: __Logger;
106
-
107
93
  useDualstackEndpoint?: boolean | __Provider<boolean>;
108
-
109
94
  useFipsEndpoint?: boolean | __Provider<boolean>;
110
-
111
95
  serviceId?: string;
112
-
113
96
  region?: string | __Provider<string>;
114
-
115
97
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
-
117
98
  regionInfoProvider?: RegionInfoProvider;
118
-
119
99
  defaultUserAgentProvider?: Provider<__UserAgent>;
120
-
121
100
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
122
101
  }
123
102
  declare type AccountClientConfigType = Partial<
@@ -130,7 +109,6 @@ declare type AccountClientConfigType = Partial<
130
109
  HostHeaderInputConfig &
131
110
  AwsAuthInputConfig &
132
111
  UserAgentInputConfig;
133
-
134
112
  export interface AccountClientConfig extends AccountClientConfigType {}
135
113
  declare type AccountClientResolvedConfigType =
136
114
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -141,10 +119,8 @@ declare type AccountClientResolvedConfigType =
141
119
  HostHeaderResolvedConfig &
142
120
  AwsAuthResolvedConfig &
143
121
  UserAgentResolvedConfig;
144
-
145
122
  export interface AccountClientResolvedConfig
146
123
  extends AccountClientResolvedConfigType {}
147
-
148
124
  export declare class AccountClient extends __Client<
149
125
  __HttpHandlerOptions,
150
126
  ServiceInputTypes,
@@ -153,7 +129,6 @@ export declare class AccountClient extends __Client<
153
129
  > {
154
130
  readonly config: AccountClientResolvedConfig;
155
131
  constructor(configuration: AccountClientConfig);
156
-
157
132
  destroy(): void;
158
133
  }
159
134
  export {};
@@ -14,7 +14,6 @@ import { DeleteAlternateContactRequest } from "../models/models_0";
14
14
  export interface DeleteAlternateContactCommandInput
15
15
  extends DeleteAlternateContactRequest {}
16
16
  export interface DeleteAlternateContactCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteAlternateContactCommand extends $Command<
19
18
  DeleteAlternateContactCommandInput,
20
19
  DeleteAlternateContactCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteAlternateContactCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteAlternateContactCommandInput;
24
23
  constructor(input: DeleteAlternateContactCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: AccountClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetAlternateContactCommandInput
19
19
  export interface GetAlternateContactCommandOutput
20
20
  extends GetAlternateContactResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetAlternateContactCommand extends $Command<
24
23
  GetAlternateContactCommandInput,
25
24
  GetAlternateContactCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetAlternateContactCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetAlternateContactCommandInput;
29
28
  constructor(input: GetAlternateContactCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AccountClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetContactInformationCommandInput
19
19
  export interface GetContactInformationCommandOutput
20
20
  extends GetContactInformationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetContactInformationCommand extends $Command<
24
23
  GetContactInformationCommandInput,
25
24
  GetContactInformationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetContactInformationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetContactInformationCommandInput;
29
28
  constructor(input: GetContactInformationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AccountClientResolvedConfig,
@@ -14,7 +14,6 @@ import { PutAlternateContactRequest } from "../models/models_0";
14
14
  export interface PutAlternateContactCommandInput
15
15
  extends PutAlternateContactRequest {}
16
16
  export interface PutAlternateContactCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class PutAlternateContactCommand extends $Command<
19
18
  PutAlternateContactCommandInput,
20
19
  PutAlternateContactCommandOutput,
@@ -22,7 +21,6 @@ export declare class PutAlternateContactCommand extends $Command<
22
21
  > {
23
22
  readonly input: PutAlternateContactCommandInput;
24
23
  constructor(input: PutAlternateContactCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: AccountClientResolvedConfig,
@@ -14,7 +14,6 @@ import { PutContactInformationRequest } from "../models/models_0";
14
14
  export interface PutContactInformationCommandInput
15
15
  extends PutContactInformationRequest {}
16
16
  export interface PutContactInformationCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class PutContactInformationCommand extends $Command<
19
18
  PutContactInformationCommandInput,
20
19
  PutContactInformationCommandOutput,
@@ -22,7 +21,6 @@ export declare class PutContactInformationCommand extends $Command<
22
21
  > {
23
22
  readonly input: PutContactInformationCommandInput;
24
23
  constructor(input: PutContactInformationCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: AccountClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class AccountServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,10 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AccountServiceException as __BaseException } from "./AccountServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
@@ -16,64 +14,49 @@ export declare enum AlternateContactType {
16
14
  }
17
15
  export interface DeleteAlternateContactRequest {
18
16
  AlternateContactType: AlternateContactType | string | undefined;
19
-
20
17
  AccountId?: string;
21
18
  }
22
-
23
19
  export declare class InternalServerException extends __BaseException {
24
20
  readonly name: "InternalServerException";
25
21
  readonly $fault: "server";
26
22
  $retryable: {};
27
-
28
23
  constructor(
29
24
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
30
25
  );
31
26
  }
32
-
33
27
  export declare class ResourceNotFoundException extends __BaseException {
34
28
  readonly name: "ResourceNotFoundException";
35
29
  readonly $fault: "client";
36
-
37
30
  constructor(
38
31
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
39
32
  );
40
33
  }
41
-
42
34
  export declare class TooManyRequestsException extends __BaseException {
43
35
  readonly name: "TooManyRequestsException";
44
36
  readonly $fault: "client";
45
37
  $retryable: {
46
38
  throttling: boolean;
47
39
  };
48
-
49
40
  constructor(
50
41
  opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
51
42
  );
52
43
  }
53
-
54
44
  export declare class ValidationException extends __BaseException {
55
45
  readonly name: "ValidationException";
56
46
  readonly $fault: "client";
57
-
58
47
  constructor(
59
48
  opts: __ExceptionOptionType<ValidationException, __BaseException>
60
49
  );
61
50
  }
62
51
  export interface GetAlternateContactRequest {
63
52
  AlternateContactType: AlternateContactType | string | undefined;
64
-
65
53
  AccountId?: string;
66
54
  }
67
-
68
55
  export interface AlternateContact {
69
56
  Name?: string;
70
-
71
57
  Title?: string;
72
-
73
58
  EmailAddress?: string;
74
-
75
59
  PhoneNumber?: string;
76
-
77
60
  AlternateContactType?: AlternateContactType | string;
78
61
  }
79
62
  export interface GetAlternateContactResponse {
@@ -81,44 +64,27 @@ export interface GetAlternateContactResponse {
81
64
  }
82
65
  export interface PutAlternateContactRequest {
83
66
  Name: string | undefined;
84
-
85
67
  Title: string | undefined;
86
-
87
68
  EmailAddress: string | undefined;
88
-
89
69
  PhoneNumber: string | undefined;
90
-
91
70
  AlternateContactType: AlternateContactType | string | undefined;
92
-
93
71
  AccountId?: string;
94
72
  }
95
73
  export interface GetContactInformationRequest {
96
74
  AccountId?: string;
97
75
  }
98
-
99
76
  export interface ContactInformation {
100
77
  FullName: string | undefined;
101
-
102
78
  AddressLine1: string | undefined;
103
-
104
79
  AddressLine2?: string;
105
-
106
80
  AddressLine3?: string;
107
-
108
81
  City: string | undefined;
109
-
110
82
  StateOrRegion?: string;
111
-
112
83
  DistrictOrCounty?: string;
113
-
114
84
  PostalCode: string | undefined;
115
-
116
85
  CountryCode: string | undefined;
117
-
118
86
  PhoneNumber: string | undefined;
119
-
120
87
  CompanyName?: string;
121
-
122
88
  WebsiteUrl?: string;
123
89
  }
124
90
  export interface GetContactInformationResponse {
@@ -126,42 +92,32 @@ export interface GetContactInformationResponse {
126
92
  }
127
93
  export interface PutContactInformationRequest {
128
94
  ContactInformation: ContactInformation | undefined;
129
-
130
95
  AccountId?: string;
131
96
  }
132
-
133
97
  export declare const DeleteAlternateContactRequestFilterSensitiveLog: (
134
98
  obj: DeleteAlternateContactRequest
135
99
  ) => any;
136
-
137
100
  export declare const GetAlternateContactRequestFilterSensitiveLog: (
138
101
  obj: GetAlternateContactRequest
139
102
  ) => any;
140
-
141
103
  export declare const AlternateContactFilterSensitiveLog: (
142
104
  obj: AlternateContact
143
105
  ) => any;
144
-
145
106
  export declare const GetAlternateContactResponseFilterSensitiveLog: (
146
107
  obj: GetAlternateContactResponse
147
108
  ) => any;
148
-
149
109
  export declare const PutAlternateContactRequestFilterSensitiveLog: (
150
110
  obj: PutAlternateContactRequest
151
111
  ) => any;
152
-
153
112
  export declare const GetContactInformationRequestFilterSensitiveLog: (
154
113
  obj: GetContactInformationRequest
155
114
  ) => any;
156
-
157
115
  export declare const ContactInformationFilterSensitiveLog: (
158
116
  obj: ContactInformation
159
117
  ) => any;
160
-
161
118
  export declare const GetContactInformationResponseFilterSensitiveLog: (
162
119
  obj: GetContactInformationResponse
163
120
  ) => any;
164
-
165
121
  export declare const PutContactInformationRequestFilterSensitiveLog: (
166
122
  obj: PutContactInformationRequest
167
123
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { AccountClientConfig } from "./AccountClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: AccountClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { AccountClientConfig } from "./AccountClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: AccountClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { AccountClientConfig } from "./AccountClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: AccountClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { AccountClientConfig } from "./AccountClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: AccountClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
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.170.0",
4
+ "version": "3.171.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"