@aws-sdk/client-sso
@@ -96,3 +96,3 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); | ||
| var version = "3.1093.0"; | ||
| var version = "3.1094.0"; | ||
| var packageInfo = { | ||
@@ -99,0 +99,0 @@ version: version}; |
@@ -44,2 +44,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -63,2 +64,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -45,2 +45,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -63,2 +64,3 @@ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({ | ||
| signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -43,2 +43,3 @@ import type { SSOClientConfig } from "./SSOClient"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -62,2 +63,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -71,2 +71,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -112,2 +113,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| ) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -70,2 +70,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -110,2 +111,3 @@ httpAuthSchemes: | ||
| ) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -75,2 +75,3 @@ import { SSOClientConfig } from "./SSOClient"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -116,2 +117,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| ) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
+6
-6
| { | ||
| "name": "@aws-sdk/client-sso", | ||
| "version": "3.1094.0", | ||
| "version": "3.1095.0", | ||
| "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native", | ||
@@ -53,7 +53,7 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.976.0", | ||
| "@aws-sdk/core": "^3.977.0", | ||
| "@aws-sdk/types": "^3.974.2", | ||
| "@smithy/core": "^3.29.4", | ||
| "@smithy/fetch-http-handler": "^5.6.6", | ||
| "@smithy/node-http-handler": "^4.9.6", | ||
| "@smithy/core": "^3.29.8", | ||
| "@smithy/fetch-http-handler": "^5.6.10", | ||
| "@smithy/node-http-handler": "^4.9.10", | ||
| "@smithy/types": "^4.16.1", | ||
@@ -63,3 +63,3 @@ "tslib": "^2.6.2" | ||
| "devDependencies": { | ||
| "@smithy/snapshot-testing": "^2.2.9", | ||
| "@smithy/snapshot-testing": "^2.2.13", | ||
| "@tsconfig/node20": "20.1.8", | ||
@@ -66,0 +66,0 @@ "@types/node": "^20.14.8", |
184084
0.42%3734
0.32%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated