@aws-sdk/client-account
Advanced tools
Comparing version 3.40.0 to 3.41.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11) | ||
### Features | ||
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a)) | ||
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05) | ||
@@ -8,0 +19,0 @@ |
@@ -103,2 +103,6 @@ "use strict"; | ||
}, | ||
{ | ||
hostname: "account-fips.{region}.c2s.ic.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -114,2 +118,6 @@ }, | ||
}, | ||
{ | ||
hostname: "account-fips.{region}.sc2s.sgov.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -116,0 +124,0 @@ }, |
@@ -101,2 +101,6 @@ import { __assign, __awaiter, __generator } from "tslib"; | ||
}, | ||
{ | ||
hostname: "account-fips.{region}.c2s.ic.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -112,2 +116,6 @@ }, | ||
}, | ||
{ | ||
hostname: "account-fips.{region}.sc2s.sgov.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -114,0 +122,0 @@ }, |
@@ -25,3 +25,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link DeleteAlternateContactCommandOutput} for command's `response` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape. | ||
* | ||
@@ -28,0 +28,0 @@ */ |
@@ -25,3 +25,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link GetAlternateContactCommandOutput} for command's `response` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape. | ||
* | ||
@@ -28,0 +28,0 @@ */ |
@@ -25,3 +25,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link PutAlternateContactCommandOutput} for command's `response` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link AccountClientResolvedConfig | config} for AccountClient's `config` shape. | ||
* | ||
@@ -28,0 +28,0 @@ */ |
{ | ||
"name": "@aws-sdk/client-account", | ||
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native", | ||
"version": "3.40.0", | ||
"version": "3.41.0", | ||
"scripts": { | ||
@@ -24,5 +24,5 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.40.0", | ||
"@aws-sdk/client-sts": "3.41.0", | ||
"@aws-sdk/config-resolver": "3.40.0", | ||
"@aws-sdk/credential-provider-node": "3.40.0", | ||
"@aws-sdk/credential-provider-node": "3.41.0", | ||
"@aws-sdk/fetch-http-handler": "3.40.0", | ||
@@ -42,3 +42,3 @@ "@aws-sdk/hash-node": "3.40.0", | ||
"@aws-sdk/protocol-http": "3.40.0", | ||
"@aws-sdk/smithy-client": "3.40.0", | ||
"@aws-sdk/smithy-client": "3.41.0", | ||
"@aws-sdk/types": "3.40.0", | ||
@@ -45,0 +45,0 @@ "@aws-sdk/url-parser": "3.40.0", |
184956
2995
+ Added@aws-sdk/client-sso@3.41.0(transitive)
+ Added@aws-sdk/client-sts@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.41.0(transitive)
+ Added@aws-sdk/smithy-client@3.41.0(transitive)
- Removed@aws-sdk/client-sso@3.40.0(transitive)
- Removed@aws-sdk/client-sts@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.40.0(transitive)
- Removed@aws-sdk/smithy-client@3.40.0(transitive)
Updated@aws-sdk/client-sts@3.41.0