@aws-sdk/client-sso-oidc
Advanced tools
Comparing version 3.20.0 to 3.21.0
{ | ||
"name": "@aws-sdk/client-sso-oidc", | ||
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", | ||
"version": "3.20.0", | ||
"version": "3.21.0", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/node-config-provider": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.21.0", | ||
"@aws-sdk/protocol-http": "3.20.0", | ||
@@ -45,0 +45,0 @@ "@aws-sdk/smithy-client": "3.20.0", |
{ | ||
"name": "@aws-sdk/client-sso-oidc", | ||
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", | ||
"version": "3.20.0", | ||
"version": "3.21.0", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/node-config-provider": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.21.0", | ||
"@aws-sdk/protocol-http": "3.20.0", | ||
@@ -45,0 +45,0 @@ "@aws-sdk/smithy-client": "3.20.0", |
@@ -70,11 +70,2 @@ import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Value for how many times a request will be made at most in case of retry. | ||
@@ -93,2 +84,11 @@ */ | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Fetch related hostname, signing name or signing region with given region. | ||
@@ -95,0 +95,0 @@ * @internal |
@@ -70,11 +70,2 @@ import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Value for how many times a request will be made at most in case of retry. | ||
@@ -93,2 +84,11 @@ */ | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Fetch related hostname, signing name or signing region with given region. | ||
@@ -95,0 +95,0 @@ * @internal |
{ | ||
"name": "@aws-sdk/client-sso-oidc", | ||
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", | ||
"version": "3.20.0", | ||
"version": "3.21.0", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/node-config-provider": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.20.0", | ||
"@aws-sdk/node-http-handler": "3.21.0", | ||
"@aws-sdk/protocol-http": "3.20.0", | ||
@@ -45,0 +45,0 @@ "@aws-sdk/smithy-client": "3.20.0", |
@@ -129,13 +129,2 @@ import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Value for how many times a request will be made at most in case of retry. | ||
@@ -157,2 +146,13 @@ */ | ||
/** | ||
* Unique service identifier. | ||
* @internal | ||
*/ | ||
serviceId?: string; | ||
/** | ||
* The AWS region to which this client will send requests | ||
*/ | ||
region?: string | __Provider<string>; | ||
/** | ||
* Fetch related hostname, signing name or signing region with given region. | ||
@@ -159,0 +159,0 @@ * @internal |
Sorry, the diff of this file is too big to display
464279
+ Added@aws-sdk/node-http-handler@3.21.0(transitive)
- Removed@aws-sdk/node-http-handler@3.20.0(transitive)