@aws-sdk/client-sso 3.40.0 → 3.41.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,17 @@
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.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
18
 
8
19
 
@@ -223,6 +223,10 @@ const partitionHash = {
223
223
  hostname: "portal.sso.{region}.c2s.ic.gov",
224
224
  tags: [],
225
225
  },
226
+ {
227
+ hostname: "portal.sso-fips.{region}.c2s.ic.gov",
228
+ tags: ["fips"],
229
+ },
226
230
  ],
227
231
  },
228
232
  "aws-iso-b": {
@@ -233,6 +237,10 @@ const partitionHash = {
233
237
  hostname: "portal.sso.{region}.sc2s.sgov.gov",
234
238
  tags: [],
235
239
  },
240
+ {
241
+ hostname: "portal.sso-fips.{region}.sc2s.sgov.gov",
242
+ tags: ["fips"],
243
+ },
236
244
  ],
237
245
  },
238
246
  "aws-us-gov": {
@@ -221,6 +221,10 @@ var partitionHash = {
221
221
  hostname: "portal.sso.{region}.c2s.ic.gov",
222
222
  tags: [],
223
223
  },
224
+ {
225
+ hostname: "portal.sso-fips.{region}.c2s.ic.gov",
226
+ tags: ["fips"],
227
+ },
224
228
  ],
225
229
  },
226
230
  "aws-iso-b": {
@@ -231,6 +235,10 @@ var partitionHash = {
231
235
  hostname: "portal.sso.{region}.sc2s.sgov.gov",
232
236
  tags: [],
233
237
  },
238
+ {
239
+ hostname: "portal.sso-fips.{region}.sc2s.sgov.gov",
240
+ tags: ["fips"],
241
+ },
234
242
  ],
235
243
  },
236
244
  "aws-us-gov": {
@@ -21,7 +21,7 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
21
21
  *
22
22
  * @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
24
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
20
20
  *
21
21
  * @see {@link ListAccountRolesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
23
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
22
22
  *
23
23
  * @see {@link ListAccountsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListAccountsCommandOutput} for command's `response` shape.
25
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface LogoutCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link LogoutCommandInput} for command's `input` shape.
22
22
  * @see {@link LogoutCommandOutput} for command's `response` shape.
23
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/node-config-provider": "3.40.0",
36
36
  "@aws-sdk/node-http-handler": "3.40.0",
37
37
  "@aws-sdk/protocol-http": "3.40.0",
38
- "@aws-sdk/smithy-client": "3.40.0",
38
+ "@aws-sdk/smithy-client": "3.41.0",
39
39
  "@aws-sdk/types": "3.40.0",
40
40
  "@aws-sdk/url-parser": "3.40.0",
41
41
  "@aws-sdk/util-base64-browser": "3.37.0",