@aws-sdk/client-account 3.300.0 → 3.301.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.
@@ -34,7 +34,7 @@ export interface DeleteAlternateContactCommandOutput extends __MetadataBearer {
34
34
  * import { AccountClient, DeleteAlternateContactCommand } from "@aws-sdk/client-account"; // ES Modules import
35
35
  * // const { AccountClient, DeleteAlternateContactCommand } = require("@aws-sdk/client-account"); // CommonJS import
36
36
  * const client = new AccountClient(config);
37
- * const input = {
37
+ * const input = { // DeleteAlternateContactRequest
38
38
  * AlternateContactType: "STRING_VALUE", // required
39
39
  * AccountId: "STRING_VALUE",
40
40
  * };
@@ -26,7 +26,7 @@ export interface DisableRegionCommandOutput extends __MetadataBearer {
26
26
  * import { AccountClient, DisableRegionCommand } from "@aws-sdk/client-account"; // ES Modules import
27
27
  * // const { AccountClient, DisableRegionCommand } = require("@aws-sdk/client-account"); // CommonJS import
28
28
  * const client = new AccountClient(config);
29
- * const input = {
29
+ * const input = { // DisableRegionRequest
30
30
  * AccountId: "STRING_VALUE",
31
31
  * RegionName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface EnableRegionCommandOutput extends __MetadataBearer {
26
26
  * import { AccountClient, EnableRegionCommand } from "@aws-sdk/client-account"; // ES Modules import
27
27
  * // const { AccountClient, EnableRegionCommand } = require("@aws-sdk/client-account"); // CommonJS import
28
28
  * const client = new AccountClient(config);
29
- * const input = {
29
+ * const input = { // EnableRegionRequest
30
30
  * AccountId: "STRING_VALUE",
31
31
  * RegionName: "STRING_VALUE", // required
32
32
  * };
@@ -34,7 +34,7 @@ export interface GetAlternateContactCommandOutput extends GetAlternateContactRes
34
34
  * import { AccountClient, GetAlternateContactCommand } from "@aws-sdk/client-account"; // ES Modules import
35
35
  * // const { AccountClient, GetAlternateContactCommand } = require("@aws-sdk/client-account"); // CommonJS import
36
36
  * const client = new AccountClient(config);
37
- * const input = {
37
+ * const input = { // GetAlternateContactRequest
38
38
  * AlternateContactType: "STRING_VALUE", // required
39
39
  * AccountId: "STRING_VALUE",
40
40
  * };
@@ -28,7 +28,7 @@ export interface GetContactInformationCommandOutput extends GetContactInformatio
28
28
  * import { AccountClient, GetContactInformationCommand } from "@aws-sdk/client-account"; // ES Modules import
29
29
  * // const { AccountClient, GetContactInformationCommand } = require("@aws-sdk/client-account"); // CommonJS import
30
30
  * const client = new AccountClient(config);
31
- * const input = {
31
+ * const input = { // GetContactInformationRequest
32
32
  * AccountId: "STRING_VALUE",
33
33
  * };
34
34
  * const command = new GetContactInformationCommand(input);
@@ -26,7 +26,7 @@ export interface GetRegionOptStatusCommandOutput extends GetRegionOptStatusRespo
26
26
  * import { AccountClient, GetRegionOptStatusCommand } from "@aws-sdk/client-account"; // ES Modules import
27
27
  * // const { AccountClient, GetRegionOptStatusCommand } = require("@aws-sdk/client-account"); // CommonJS import
28
28
  * const client = new AccountClient(config);
29
- * const input = {
29
+ * const input = { // GetRegionOptStatusRequest
30
30
  * AccountId: "STRING_VALUE",
31
31
  * RegionName: "STRING_VALUE", // required
32
32
  * };
@@ -28,11 +28,11 @@ export interface ListRegionsCommandOutput extends ListRegionsResponse, __Metadat
28
28
  * import { AccountClient, ListRegionsCommand } from "@aws-sdk/client-account"; // ES Modules import
29
29
  * // const { AccountClient, ListRegionsCommand } = require("@aws-sdk/client-account"); // CommonJS import
30
30
  * const client = new AccountClient(config);
31
- * const input = {
31
+ * const input = { // ListRegionsRequest
32
32
  * AccountId: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
34
34
  * NextToken: "STRING_VALUE",
35
- * RegionOptStatusContains: [
35
+ * RegionOptStatusContains: [ // RegionOptStatusList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * };
@@ -34,7 +34,7 @@ export interface PutAlternateContactCommandOutput extends __MetadataBearer {
34
34
  * import { AccountClient, PutAlternateContactCommand } from "@aws-sdk/client-account"; // ES Modules import
35
35
  * // const { AccountClient, PutAlternateContactCommand } = require("@aws-sdk/client-account"); // CommonJS import
36
36
  * const client = new AccountClient(config);
37
- * const input = {
37
+ * const input = { // PutAlternateContactRequest
38
38
  * Name: "STRING_VALUE", // required
39
39
  * Title: "STRING_VALUE", // required
40
40
  * EmailAddress: "STRING_VALUE", // required
@@ -28,8 +28,8 @@ export interface PutContactInformationCommandOutput extends __MetadataBearer {
28
28
  * import { AccountClient, PutContactInformationCommand } from "@aws-sdk/client-account"; // ES Modules import
29
29
  * // const { AccountClient, PutContactInformationCommand } = require("@aws-sdk/client-account"); // CommonJS import
30
30
  * const client = new AccountClient(config);
31
- * const input = {
32
- * ContactInformation: {
31
+ * const input = { // PutContactInformationRequest
32
+ * ContactInformation: { // ContactInformation
33
33
  * FullName: "STRING_VALUE", // required
34
34
  * AddressLine1: "STRING_VALUE", // required
35
35
  * AddressLine2: "STRING_VALUE",
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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",