@cdk8s/awscdk-resolver 0.0.57 → 0.0.59
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +267 -1714
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +17 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +180 -1685
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +16 -16
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +76 -96
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +19 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +8 -89
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +17 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/package.json +14 -13
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +96 -144
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +17 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +29 -134
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +13 -11
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +12 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +14 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +29 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +16 -16
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +74 -196
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -15
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +30 -178
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +11 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +4 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +11 -3
- package/node_modules/@aws-sdk/client-sts/package.json +14 -14
- package/node_modules/@aws-sdk/core/CHANGELOG.md +22 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +13 -7
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -2
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +10 -2
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +5 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +28 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +5 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +3 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/index.js +26 -15
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +12 -1
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +13 -3
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -227
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -103
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -55
- package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js → client-cloudformation/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/isClockSkewed.js → client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js → client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
@@ -1,7 +1,9 @@
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
1
2
|
import { NoOpLogger } from "@smithy/smithy-client";
|
2
3
|
import { parseUrl } from "@smithy/url-parser";
|
3
4
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
4
5
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
6
|
+
import { defaultCloudFormationHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
5
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
6
8
|
export const getRuntimeConfig = (config) => {
|
7
9
|
return {
|
@@ -11,6 +13,14 @@ export const getRuntimeConfig = (config) => {
|
|
11
13
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
12
14
|
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
13
15
|
extensions: config?.extensions ?? [],
|
16
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCloudFormationHttpAuthSchemeProvider,
|
17
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
18
|
+
{
|
19
|
+
schemeId: "aws.auth#sigv4",
|
20
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
21
|
+
signer: new AwsSdkSigV4Signer(),
|
22
|
+
},
|
23
|
+
],
|
14
24
|
logger: config?.logger ?? new NoOpLogger(),
|
15
25
|
serviceId: config?.serviceId ?? "CloudFormation",
|
16
26
|
urlParser: config?.urlParser ?? parseUrl,
|
@@ -1,12 +1,14 @@
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
4
|
+
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
4
5
|
const asPartial = (t) => t;
|
5
6
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
6
7
|
const extensionConfiguration = {
|
7
8
|
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
8
9
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
9
10
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
11
|
+
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
10
12
|
};
|
11
13
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
12
14
|
return {
|
@@ -14,5 +16,6 @@ export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
14
16
|
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
15
17
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
16
18
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
19
|
+
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
17
20
|
};
|
18
21
|
};
|
@@ -1,13 +1,12 @@
|
|
1
1
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
2
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
3
2
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
4
|
-
import { Credentials as __Credentials } from "@aws-sdk/types";
|
5
3
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
6
4
|
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
7
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
8
6
|
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
9
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
10
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
9
|
+
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
11
10
|
import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
|
12
11
|
import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
|
13
12
|
import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
|
@@ -172,20 +171,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
172
171
|
* Enables FIPS compatible endpoints.
|
173
172
|
*/
|
174
173
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
174
|
+
/**
|
175
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
176
|
+
* @internal
|
177
|
+
*/
|
178
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
175
179
|
/**
|
176
180
|
* The AWS region to which this client will send requests
|
177
181
|
*/
|
178
182
|
region?: string | __Provider<string>;
|
179
183
|
/**
|
180
184
|
* Default credentials provider; Not available in browser runtime.
|
185
|
+
* @deprecated
|
181
186
|
* @internal
|
182
187
|
*/
|
183
|
-
credentialDefaultProvider?: (input: any) =>
|
184
|
-
/**
|
185
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
186
|
-
* @internal
|
187
|
-
*/
|
188
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
188
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
189
189
|
/**
|
190
190
|
* Value for how many times a request will be made at most in case of retry.
|
191
191
|
*/
|
@@ -212,7 +212,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
212
212
|
/**
|
213
213
|
* @public
|
214
214
|
*/
|
215
|
-
export type CloudFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig &
|
215
|
+
export type CloudFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
216
216
|
/**
|
217
217
|
* @public
|
218
218
|
*
|
@@ -223,7 +223,7 @@ export interface CloudFormationClientConfig extends CloudFormationClientConfigTy
|
|
223
223
|
/**
|
224
224
|
* @public
|
225
225
|
*/
|
226
|
-
export type CloudFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig &
|
226
|
+
export type CloudFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
227
227
|
/**
|
228
228
|
* @public
|
229
229
|
*
|
@@ -256,4 +256,6 @@ export declare class CloudFormationClient extends __Client<__HttpHandlerOptions,
|
|
256
256
|
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
257
257
|
*/
|
258
258
|
destroy(): void;
|
259
|
+
private getDefaultHttpAuthSchemeParametersProvider;
|
260
|
+
private getIdentityProviderConfigProvider;
|
259
261
|
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
2
|
+
import { CloudFormationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
3
|
+
/**
|
4
|
+
* @internal
|
5
|
+
*/
|
6
|
+
export interface HttpAuthExtensionConfiguration {
|
7
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
8
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
9
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider): void;
|
10
|
+
httpAuthSchemeProvider(): CloudFormationHttpAuthSchemeProvider;
|
11
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
12
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* @internal
|
16
|
+
*/
|
17
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
18
|
+
httpAuthSchemes: HttpAuthScheme[];
|
19
|
+
httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
20
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
21
|
+
}>;
|
22
|
+
/**
|
23
|
+
* @internal
|
24
|
+
*/
|
25
|
+
export declare const getHttpAuthExtensionConfiguration: (runtimeConfig: HttpAuthRuntimeConfig) => HttpAuthExtensionConfiguration;
|
26
|
+
/**
|
27
|
+
* @internal
|
28
|
+
*/
|
29
|
+
export declare const resolveHttpAuthRuntimeConfig: (config: HttpAuthExtensionConfiguration) => HttpAuthRuntimeConfig;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
2
|
+
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider } from "@smithy/types";
|
3
|
+
import { CloudFormationClientResolvedConfig } from "../CloudFormationClient";
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export interface CloudFormationHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
8
|
+
region?: string;
|
9
|
+
}
|
10
|
+
/**
|
11
|
+
* @internal
|
12
|
+
*/
|
13
|
+
export interface CloudFormationHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<CloudFormationClientResolvedConfig, HandlerExecutionContext, CloudFormationHttpAuthSchemeParameters, object> {
|
14
|
+
}
|
15
|
+
/**
|
16
|
+
* @internal
|
17
|
+
*/
|
18
|
+
export declare const defaultCloudFormationHttpAuthSchemeParametersProvider: (config: CloudFormationClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<CloudFormationHttpAuthSchemeParameters>;
|
19
|
+
/**
|
20
|
+
* @internal
|
21
|
+
*/
|
22
|
+
export interface CloudFormationHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CloudFormationHttpAuthSchemeParameters> {
|
23
|
+
}
|
24
|
+
/**
|
25
|
+
* @internal
|
26
|
+
*/
|
27
|
+
export declare const defaultCloudFormationHttpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
28
|
+
/**
|
29
|
+
* @internal
|
30
|
+
*/
|
31
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
32
|
+
/**
|
33
|
+
* experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
34
|
+
* @internal
|
35
|
+
*/
|
36
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
37
|
+
/**
|
38
|
+
* experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
39
|
+
* @internal
|
40
|
+
*/
|
41
|
+
httpAuthSchemeProvider?: CloudFormationHttpAuthSchemeProvider;
|
42
|
+
}
|
43
|
+
/**
|
44
|
+
* @internal
|
45
|
+
*/
|
46
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
47
|
+
/**
|
48
|
+
* experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
49
|
+
* @internal
|
50
|
+
*/
|
51
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
52
|
+
/**
|
53
|
+
* experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
54
|
+
* @internal
|
55
|
+
*/
|
56
|
+
readonly httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
57
|
+
}
|
58
|
+
/**
|
59
|
+
* @internal
|
60
|
+
*/
|
61
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
2
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
4
|
+
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
4
5
|
/**
|
5
6
|
* @internal
|
6
7
|
*/
|
7
|
-
export interface CloudFormationExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
8
|
+
export interface CloudFormationExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration, HttpAuthExtensionConfiguration {
|
8
9
|
}
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
7
7
|
runtime: string;
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
@@ -36,11 +36,13 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
36
36
|
}) => import("@smithy/types").EndpointV2;
|
37
37
|
tls?: boolean | undefined;
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
39
|
-
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
40
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
41
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
42
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
40
43
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
41
44
|
signingEscapePath?: boolean | undefined;
|
42
45
|
systemClockOffset?: number | undefined;
|
43
46
|
signingRegion?: string | undefined;
|
44
47
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
45
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
46
48
|
};
|
@@ -36,11 +36,13 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
36
36
|
}) => import("@smithy/types").EndpointV2;
|
37
37
|
tls?: boolean | undefined;
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
39
|
-
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
40
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
41
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
42
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
40
43
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
41
44
|
signingEscapePath?: boolean | undefined;
|
42
45
|
systemClockOffset?: number | undefined;
|
43
46
|
signingRegion?: string | undefined;
|
44
47
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
45
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
46
48
|
};
|
@@ -21,9 +21,9 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
21
21
|
serviceId: string;
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
24
|
-
region: string | import("@smithy/types").Provider<any>;
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
26
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
26
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
27
27
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
28
28
|
retryMode: string | import("@smithy/types").Provider<string>;
|
29
29
|
logger: import("@smithy/types").Logger;
|
@@ -35,11 +35,13 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
35
35
|
}) => import("@smithy/types").EndpointV2;
|
36
36
|
tls?: boolean | undefined;
|
37
37
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
38
|
-
|
38
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
39
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
40
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
41
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
39
42
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
40
43
|
signingEscapePath?: boolean | undefined;
|
41
44
|
systemClockOffset?: number | undefined;
|
42
45
|
signingRegion?: string | undefined;
|
43
46
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
44
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
45
47
|
};
|
@@ -11,6 +11,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
12
12
|
}) => import("@smithy/types").EndpointV2;
|
13
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
14
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
15
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
14
16
|
logger: import("@smithy/types").Logger;
|
15
17
|
serviceId: string;
|
16
18
|
urlParser: import("@smithy/types").UrlParser;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts
CHANGED
@@ -2,15 +2,10 @@ import {
|
|
2
2
|
HostHeaderInputConfig,
|
3
3
|
HostHeaderResolvedConfig,
|
4
4
|
} from "@aws-sdk/middleware-host-header";
|
5
|
-
import {
|
6
|
-
AwsAuthInputConfig,
|
7
|
-
AwsAuthResolvedConfig,
|
8
|
-
} from "@aws-sdk/middleware-signing";
|
9
5
|
import {
|
10
6
|
UserAgentInputConfig,
|
11
7
|
UserAgentResolvedConfig,
|
12
8
|
} from "@aws-sdk/middleware-user-agent";
|
13
|
-
import { Credentials as __Credentials } from "@aws-sdk/types";
|
14
9
|
import {
|
15
10
|
RegionInputConfig,
|
16
11
|
RegionResolvedConfig,
|
@@ -31,6 +26,7 @@ import {
|
|
31
26
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
32
27
|
} from "@smithy/smithy-client";
|
33
28
|
import {
|
29
|
+
AwsCredentialIdentityProvider,
|
34
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
35
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
36
32
|
ChecksumConstructor as __ChecksumConstructor,
|
@@ -45,6 +41,10 @@ import {
|
|
45
41
|
UrlParser as __UrlParser,
|
46
42
|
UserAgent as __UserAgent,
|
47
43
|
} from "@smithy/types";
|
44
|
+
import {
|
45
|
+
HttpAuthSchemeInputConfig,
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
48
48
|
import {
|
49
49
|
ActivateOrganizationsAccessCommandInput,
|
50
50
|
ActivateOrganizationsAccessCommandOutput,
|
@@ -556,9 +556,9 @@ export interface ClientDefaults
|
|
556
556
|
serviceId?: string;
|
557
557
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
558
558
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
559
|
-
region?: string | __Provider<string>;
|
560
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
561
559
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
560
|
+
region?: string | __Provider<string>;
|
561
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
562
562
|
maxAttempts?: number | __Provider<number>;
|
563
563
|
retryMode?: string | __Provider<string>;
|
564
564
|
logger?: __Logger;
|
@@ -573,8 +573,8 @@ export type CloudFormationClientConfigType = Partial<
|
|
573
573
|
EndpointInputConfig<EndpointParameters> &
|
574
574
|
RetryInputConfig &
|
575
575
|
HostHeaderInputConfig &
|
576
|
-
AwsAuthInputConfig &
|
577
576
|
UserAgentInputConfig &
|
577
|
+
HttpAuthSchemeInputConfig &
|
578
578
|
ClientInputEndpointParameters;
|
579
579
|
export interface CloudFormationClientConfig
|
580
580
|
extends CloudFormationClientConfigType {}
|
@@ -586,8 +586,8 @@ export type CloudFormationClientResolvedConfigType =
|
|
586
586
|
EndpointResolvedConfig<EndpointParameters> &
|
587
587
|
RetryResolvedConfig &
|
588
588
|
HostHeaderResolvedConfig &
|
589
|
-
AwsAuthResolvedConfig &
|
590
589
|
UserAgentResolvedConfig &
|
590
|
+
HttpAuthSchemeResolvedConfig &
|
591
591
|
ClientResolvedEndpointParameters;
|
592
592
|
export interface CloudFormationClientResolvedConfig
|
593
593
|
extends CloudFormationClientResolvedConfigType {}
|
@@ -602,4 +602,6 @@ export declare class CloudFormationClient extends __Client<
|
|
602
602
|
...[configuration]: __CheckOptionalClientConfig<CloudFormationClientConfig>
|
603
603
|
);
|
604
604
|
destroy(): void;
|
605
|
+
private getDefaultHttpAuthSchemeParametersProvider;
|
606
|
+
private getIdentityProviderConfigProvider;
|
605
607
|
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import {
|
2
|
+
AwsCredentialIdentity,
|
3
|
+
AwsCredentialIdentityProvider,
|
4
|
+
HttpAuthScheme,
|
5
|
+
} from "@smithy/types";
|
6
|
+
import { CloudFormationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
10
|
+
setHttpAuthSchemeProvider(
|
11
|
+
httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider
|
12
|
+
): void;
|
13
|
+
httpAuthSchemeProvider(): CloudFormationHttpAuthSchemeProvider;
|
14
|
+
setCredentials(
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
16
|
+
): void;
|
17
|
+
credentials():
|
18
|
+
| AwsCredentialIdentity
|
19
|
+
| AwsCredentialIdentityProvider
|
20
|
+
| undefined;
|
21
|
+
}
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
24
|
+
httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
26
|
+
}>;
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
31
|
+
config: HttpAuthExtensionConfiguration
|
32
|
+
) => HttpAuthRuntimeConfig;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import {
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
5
|
+
} from "@aws-sdk/core";
|
6
|
+
import {
|
7
|
+
HandlerExecutionContext,
|
8
|
+
HttpAuthScheme,
|
9
|
+
HttpAuthSchemeParameters,
|
10
|
+
HttpAuthSchemeParametersProvider,
|
11
|
+
HttpAuthSchemeProvider,
|
12
|
+
} from "@smithy/types";
|
13
|
+
import { CloudFormationClientResolvedConfig } from "../CloudFormationClient";
|
14
|
+
export interface CloudFormationHttpAuthSchemeParameters
|
15
|
+
extends HttpAuthSchemeParameters {
|
16
|
+
region?: string;
|
17
|
+
}
|
18
|
+
export interface CloudFormationHttpAuthSchemeParametersProvider
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
20
|
+
CloudFormationClientResolvedConfig,
|
21
|
+
HandlerExecutionContext,
|
22
|
+
CloudFormationHttpAuthSchemeParameters,
|
23
|
+
object
|
24
|
+
> {}
|
25
|
+
export declare const defaultCloudFormationHttpAuthSchemeParametersProvider: (
|
26
|
+
config: CloudFormationClientResolvedConfig,
|
27
|
+
context: HandlerExecutionContext,
|
28
|
+
input: object
|
29
|
+
) => Promise<CloudFormationHttpAuthSchemeParameters>;
|
30
|
+
export interface CloudFormationHttpAuthSchemeProvider
|
31
|
+
extends HttpAuthSchemeProvider<CloudFormationHttpAuthSchemeParameters> {}
|
32
|
+
export declare const defaultCloudFormationHttpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
35
|
+
httpAuthSchemeProvider?: CloudFormationHttpAuthSchemeProvider;
|
36
|
+
}
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
40
|
+
readonly httpAuthSchemeProvider: CloudFormationHttpAuthSchemeProvider;
|
41
|
+
}
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
2
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
4
|
+
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
4
5
|
export interface CloudFormationExtensionConfiguration
|
5
6
|
extends HttpHandlerExtensionConfiguration,
|
6
7
|
DefaultExtensionConfiguration,
|
7
|
-
AwsRegionExtensionConfiguration
|
8
|
+
AwsRegionExtensionConfiguration,
|
9
|
+
HttpAuthExtensionConfiguration {}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts
CHANGED
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
9
9
|
credentialDefaultProvider: (
|
10
10
|
input: any
|
11
|
-
) => import("@smithy/types").
|
11
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
12
12
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
13
13
|
import("@smithy/types").UserAgent
|
14
14
|
>;
|
@@ -72,11 +72,12 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
72
72
|
| import("@smithy/types").RetryStrategy
|
73
73
|
| import("@smithy/types").RetryStrategyV2
|
74
74
|
| undefined;
|
75
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
76
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
77
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
75
78
|
credentials?:
|
76
79
|
| import("@smithy/types").AwsCredentialIdentity
|
77
|
-
| import("@smithy/types").
|
78
|
-
import("@smithy/types").AwsCredentialIdentity
|
79
|
-
>
|
80
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
80
81
|
| undefined;
|
81
82
|
signer?:
|
82
83
|
| import("@smithy/types").RequestSigner
|
@@ -93,5 +94,4 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
93
94
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
94
95
|
) => import("@smithy/types").RequestSigner)
|
95
96
|
| undefined;
|
96
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
97
97
|
};
|
@@ -76,11 +76,12 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
76
76
|
| import("@smithy/types").RetryStrategy
|
77
77
|
| import("@smithy/types").RetryStrategyV2
|
78
78
|
| undefined;
|
79
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
80
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
81
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
79
82
|
credentials?:
|
80
83
|
| import("@smithy/types").AwsCredentialIdentity
|
81
|
-
| import("@smithy/types").
|
82
|
-
import("@smithy/types").AwsCredentialIdentity
|
83
|
-
>
|
84
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
84
85
|
| undefined;
|
85
86
|
signer?:
|
86
87
|
| import("@smithy/types").RequestSigner
|
@@ -97,5 +98,4 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
97
98
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
98
99
|
) => import("@smithy/types").RequestSigner)
|
99
100
|
| undefined;
|
100
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
101
101
|
};
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts
CHANGED
@@ -29,13 +29,13 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
29
29
|
serviceId: string;
|
30
30
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
31
31
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
32
|
-
region: string | import("@smithy/types").Provider<any>;
|
33
|
-
credentialDefaultProvider: (
|
34
|
-
input: any
|
35
|
-
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
36
32
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
37
33
|
import("@smithy/types").UserAgent
|
38
34
|
>;
|
35
|
+
region: string | import("@smithy/types").Provider<any>;
|
36
|
+
credentialDefaultProvider: (
|
37
|
+
input: any
|
38
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
39
39
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
40
40
|
retryMode: string | import("@smithy/types").Provider<string>;
|
41
41
|
logger: import("@smithy/types").Logger;
|
@@ -63,11 +63,12 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
63
63
|
| import("@smithy/types").RetryStrategy
|
64
64
|
| import("@smithy/types").RetryStrategyV2
|
65
65
|
| undefined;
|
66
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
67
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
68
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
66
69
|
credentials?:
|
67
70
|
| import("@smithy/types").AwsCredentialIdentity
|
68
|
-
| import("@smithy/types").
|
69
|
-
import("@smithy/types").AwsCredentialIdentity
|
70
|
-
>
|
71
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
71
72
|
| undefined;
|
72
73
|
signer?:
|
73
74
|
| import("@smithy/types").RequestSigner
|
@@ -84,5 +85,4 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
84
85
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
85
86
|
) => import("@smithy/types").RequestSigner)
|
86
87
|
| undefined;
|
87
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
88
88
|
};
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts
CHANGED
@@ -11,6 +11,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
11
11
|
}
|
12
12
|
) => import("@smithy/types").EndpointV2;
|
13
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
14
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
15
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
14
16
|
logger: import("@smithy/types").Logger;
|
15
17
|
serviceId: string;
|
16
18
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.513.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
@@ -20,21 +20,20 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
23
|
-
"@aws-sdk/client-sts": "3.
|
24
|
-
"@aws-sdk/core": "3.
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
29
|
-
"@aws-sdk/middleware-
|
30
|
-
"@aws-sdk/
|
31
|
-
"@aws-sdk/
|
32
|
-
"@aws-sdk/
|
33
|
-
"@aws-sdk/util-
|
34
|
-
"@aws-sdk/util-user-agent-
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.502.0",
|
23
|
+
"@aws-sdk/client-sts": "3.513.0",
|
24
|
+
"@aws-sdk/core": "3.513.0",
|
25
|
+
"@aws-sdk/credential-provider-node": "3.513.0",
|
26
|
+
"@aws-sdk/middleware-host-header": "3.511.0",
|
27
|
+
"@aws-sdk/middleware-logger": "3.511.0",
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.511.0",
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.511.0",
|
30
|
+
"@aws-sdk/region-config-resolver": "3.511.0",
|
31
|
+
"@aws-sdk/types": "3.511.0",
|
32
|
+
"@aws-sdk/util-endpoints": "3.511.0",
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.511.0",
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.511.0",
|
36
35
|
"@smithy/config-resolver": "^2.1.1",
|
37
|
-
"@smithy/core": "^1.3.
|
36
|
+
"@smithy/core": "^1.3.2",
|
38
37
|
"@smithy/fetch-http-handler": "^2.4.1",
|
39
38
|
"@smithy/hash-node": "^2.1.1",
|
40
39
|
"@smithy/invalid-dependency": "^2.1.1",
|
@@ -53,8 +52,9 @@
|
|
53
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
54
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
55
54
|
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.0",
|
57
56
|
"@smithy/util-endpoints": "^1.1.1",
|
57
|
+
"@smithy/util-middleware": "^2.1.1",
|
58
58
|
"@smithy/util-retry": "^2.1.1",
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
60
60
|
"@smithy/util-waiter": "^2.1.1",
|