@cdklabs/cdk-ecs-codedeploy 0.0.113 → 0.0.115
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/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +4 -0
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +216 -249
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +216 -249
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -217
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +274 -216
- package/node_modules/@aws-sdk/client-codedeploy/package.json +35 -35
- package/node_modules/@aws-sdk/client-sso/package.json +31 -31
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +31 -31
- package/node_modules/@aws-sdk/client-sts/package.json +34 -34
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/hash-node/package.json +4 -4
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/is-array-buffer/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
- package/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-base64/package.json +2 -2
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-browser/package.json +1 -1
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-node/package.json +1 -1
- package/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-buffer-from/package.json +2 -2
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +7 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +6 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-uri-escape/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/util-utf8/package.json +2 -2
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/config-resolver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/types": "3.303.0",
|
|
24
24
|
"@aws-sdk/util-config-provider": "3.295.0",
|
|
25
|
-
"@aws-sdk/util-middleware": "3.
|
|
25
|
+
"@aws-sdk/util-middleware": "3.303.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@aws-sdk/node-config-provider": "3.
|
|
29
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
30
30
|
"@tsconfig/recommended": "1.0.1",
|
|
31
31
|
"concurrently": "7.0.0",
|
|
32
32
|
"downlevel-dts": "0.10.1",
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export declare const ENV_KEY = "AWS_ACCESS_KEY_ID";
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
3
9
|
export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
4
13
|
export declare const ENV_SESSION = "AWS_SESSION_TOKEN";
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
5
17
|
export declare const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION";
|
|
6
18
|
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*
|
|
7
21
|
* Source AWS credentials from known environment variables. If either the
|
|
8
22
|
* `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` environment variable is not
|
|
9
23
|
* set in this process, the provider will return a rejected promise.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/property-provider": "3.
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/property-provider": "3.303.0",
|
|
28
|
+
"@aws-sdk/types": "3.303.0",
|
|
29
29
|
"tslib": "^2.5.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
3
9
|
export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
4
13
|
export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export declare const ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE";
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
3
9
|
export declare const CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
4
13
|
export declare const ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;
|
package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
2
2
|
import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
|
|
7
|
+
/**
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
4
10
|
export declare const ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
5
14
|
export declare const ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
|
|
6
15
|
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
7
18
|
* Creates a credential provider that will source credentials from the ECS
|
|
8
19
|
* Container Metadata Service
|
|
9
20
|
*/
|
|
@@ -2,6 +2,8 @@ import { Provider } from "@aws-sdk/types";
|
|
|
2
2
|
import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
|
|
3
3
|
import { InstanceMetadataCredentials } from "./types";
|
|
4
4
|
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*
|
|
5
7
|
* Creates a credential provider that will source credentials from the EC2
|
|
6
8
|
* Instance Metadata Service
|
|
7
9
|
*/
|
|
@@ -1,6 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @internal
|
|
3
|
+
*/
|
|
1
4
|
export * from "./fromContainerMetadata";
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
2
8
|
export * from "./fromInstanceMetadata";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
3
12
|
export * from "./remoteProvider/RemoteProviderInit";
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
4
16
|
export * from "./types";
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
5
20
|
export { httpRequest } from "./remoteProvider/httpRequest";
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
6
24
|
export { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint";
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
import { AwsCredentialIdentity } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export interface ImdsCredentials {
|
|
3
6
|
AccessKeyId: string;
|
|
4
7
|
SecretAccessKey: string;
|
|
5
8
|
Token: string;
|
|
6
9
|
Expiration: string;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
8
14
|
export declare const isImdsCredentials: (arg: any) => arg is ImdsCredentials;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
9
18
|
export declare const fromImdsCredentials: (creds: ImdsCredentials) => AwsCredentialIdentity;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { Logger } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export declare const DEFAULT_TIMEOUT = 1000;
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
3
9
|
export declare const DEFAULT_MAX_RETRIES = 0;
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
4
13
|
export interface RemoteProviderConfig {
|
|
5
14
|
/**
|
|
6
15
|
* The connection timeout (in milliseconds)
|
|
@@ -11,7 +20,13 @@ export interface RemoteProviderConfig {
|
|
|
11
20
|
*/
|
|
12
21
|
maxRetries: number;
|
|
13
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
14
26
|
export interface RemoteProviderInit extends Partial<RemoteProviderConfig> {
|
|
15
27
|
logger?: Logger;
|
|
16
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
17
32
|
export declare const providerConfigFromInit: ({ maxRetries, timeout, }: RemoteProviderInit) => RemoteProviderConfig;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { Logger } from "@aws-sdk/types";
|
|
2
2
|
import { InstanceMetadataCredentials } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const getExtendedInstanceMetadataCredentials: (credentials: InstanceMetadataCredentials, logger: Logger) => InstanceMetadataCredentials;
|
package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Logger, Provider } from "@aws-sdk/types";
|
|
2
2
|
import { InstanceMetadataCredentials } from "../types";
|
|
3
3
|
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*
|
|
4
6
|
* IMDS credential supports static stability feature. When used, the expiration
|
|
5
7
|
* of recently issued credentials is extended. The server side allows using
|
|
6
8
|
* the recently expired credentials. This mitigates impact when clients using
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-imds",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/node-config-provider": "3.
|
|
28
|
-
"@aws-sdk/property-provider": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@aws-sdk/url-parser": "3.
|
|
27
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
28
|
+
"@aws-sdk/property-provider": "3.303.0",
|
|
29
|
+
"@aws-sdk/types": "3.303.0",
|
|
30
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -2,6 +2,9 @@ import { AssumeRoleWithWebIdentityParams } from "@aws-sdk/credential-provider-we
|
|
|
2
2
|
import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
|
|
3
3
|
import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
4
4
|
import { AssumeRoleParams } from "./resolveAssumeRoleCredentials";
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
5
8
|
export interface FromIniInit extends SourceProfileInit {
|
|
6
9
|
/**
|
|
7
10
|
* A function that returns a promise fulfilled with an MFA token code for
|
|
@@ -30,6 +33,8 @@ export interface FromIniInit extends SourceProfileInit {
|
|
|
30
33
|
roleAssumerWithWebIdentity?: (params: AssumeRoleWithWebIdentityParams) => Promise<AwsCredentialIdentity>;
|
|
31
34
|
}
|
|
32
35
|
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*
|
|
33
38
|
* Creates a credential provider that will read from ini files and supports
|
|
34
39
|
* role assumption and multi-factor authentication.
|
|
35
40
|
*/
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ParsedIniData } from "@aws-sdk/types";
|
|
2
2
|
import { FromIniInit } from "./fromIni";
|
|
3
3
|
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*
|
|
4
6
|
* @see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property
|
|
5
7
|
* TODO update the above to link to V3 docs
|
|
6
8
|
*/
|
|
@@ -28,5 +30,11 @@ export interface AssumeRoleParams {
|
|
|
28
30
|
*/
|
|
29
31
|
TokenCode?: string;
|
|
30
32
|
}
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
31
36
|
export declare const isAssumeRoleProfile: (arg: any) => boolean;
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
32
40
|
export declare const resolveAssumeRoleCredentials: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record<string, true>) => Promise<import("@aws-sdk/types").AwsCredentialIdentity>;
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
2
2
|
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*
|
|
3
5
|
* Resolve the `credential_source` entry from the profile, and return the
|
|
4
6
|
* credential providers respectively. No memoization is needed for the
|
|
5
7
|
* credential source providers because memoization should be added outside the
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import { Credentials, Profile } from "@aws-sdk/types";
|
|
2
2
|
import { FromIniInit } from "./fromIni";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export interface ProcessProfile extends Profile {
|
|
4
7
|
credential_process: string;
|
|
5
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
6
12
|
export declare const isProcessProfile: (arg: any) => arg is ProcessProfile;
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
7
16
|
export declare const resolveProcessCredentials: (options: FromIniInit, profile: string) => Promise<Credentials>;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
|
|
2
2
|
import { FromIniInit } from "./fromIni";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const resolveProfileData: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record<string, true>) => Promise<AwsCredentialIdentity>;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
import { SsoProfile } from "@aws-sdk/credential-provider-sso";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export { isSsoProfile } from "@aws-sdk/credential-provider-sso";
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
3
9
|
export declare const resolveSsoCredentials: (data: Partial<SsoProfile>) => Promise<import("@aws-sdk/types").AwsCredentialIdentity>;
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { AwsCredentialIdentity, Profile } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
2
5
|
export interface StaticCredsProfile extends Profile {
|
|
3
6
|
aws_access_key_id: string;
|
|
4
7
|
aws_secret_access_key: string;
|
|
5
8
|
aws_session_token?: string;
|
|
6
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
7
13
|
export declare const isStaticCredsProfile: (arg: any) => arg is StaticCredsProfile;
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
8
17
|
export declare const resolveStaticCredentials: (profile: StaticCredsProfile) => Promise<AwsCredentialIdentity>;
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
import { AwsCredentialIdentity, Profile } from "@aws-sdk/types";
|
|
2
2
|
import { FromIniInit } from "./fromIni";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export interface WebIdentityProfile extends Profile {
|
|
4
7
|
web_identity_token_file: string;
|
|
5
8
|
role_arn: string;
|
|
6
9
|
role_session_name?: string;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
8
14
|
export declare const isWebIdentityProfile: (arg: any) => arg is WebIdentityProfile;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
9
18
|
export declare const resolveWebIdentityCredentials: (profile: WebIdentityProfile, options: FromIniInit) => Promise<AwsCredentialIdentity>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
29
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
30
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
32
|
-
"@aws-sdk/property-provider": "3.
|
|
33
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-env": "3.303.0",
|
|
28
|
+
"@aws-sdk/credential-provider-imds": "3.303.0",
|
|
29
|
+
"@aws-sdk/credential-provider-process": "3.303.0",
|
|
30
|
+
"@aws-sdk/credential-provider-sso": "3.303.0",
|
|
31
|
+
"@aws-sdk/credential-provider-web-identity": "3.303.0",
|
|
32
|
+
"@aws-sdk/property-provider": "3.303.0",
|
|
33
|
+
"@aws-sdk/shared-ini-file-loader": "3.303.0",
|
|
34
|
+
"@aws-sdk/types": "3.303.0",
|
|
35
35
|
"tslib": "^2.5.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.0.0"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
36
|
-
"@aws-sdk/property-provider": "3.
|
|
37
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
38
|
-
"@aws-sdk/types": "3.
|
|
30
|
+
"@aws-sdk/credential-provider-env": "3.303.0",
|
|
31
|
+
"@aws-sdk/credential-provider-imds": "3.303.0",
|
|
32
|
+
"@aws-sdk/credential-provider-ini": "3.303.0",
|
|
33
|
+
"@aws-sdk/credential-provider-process": "3.303.0",
|
|
34
|
+
"@aws-sdk/credential-provider-sso": "3.303.0",
|
|
35
|
+
"@aws-sdk/credential-provider-web-identity": "3.303.0",
|
|
36
|
+
"@aws-sdk/property-provider": "3.303.0",
|
|
37
|
+
"@aws-sdk/shared-ini-file-loader": "3.303.0",
|
|
38
|
+
"@aws-sdk/types": "3.303.0",
|
|
39
39
|
"tslib": "^2.5.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
|
|
2
2
|
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export interface FromProcessInit extends SourceProfileInit {
|
|
4
7
|
}
|
|
5
8
|
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*
|
|
6
11
|
* Creates a credential provider that will read from a credential_process specified
|
|
7
12
|
* in ini files.
|
|
8
13
|
*/
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { AwsCredentialIdentity } from "@aws-sdk/types";
|
|
2
2
|
import { ProcessCredentials } from "./ProcessCredentials";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const getValidatedProcessCredentials: (profileName: string, data: ProcessCredentials) => AwsCredentialIdentity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.303.0",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/property-provider": "3.
|
|
28
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/property-provider": "3.303.0",
|
|
28
|
+
"@aws-sdk/shared-ini-file-loader": "3.303.0",
|
|
29
|
+
"@aws-sdk/types": "3.303.0",
|
|
30
30
|
"tslib": "^2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { SSOClient } from "@aws-sdk/client-sso";
|
|
2
2
|
import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
|
|
3
3
|
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
4
7
|
export interface SsoCredentialsParameters {
|
|
5
8
|
/**
|
|
6
9
|
* The URL to the AWS SSO service.
|
|
@@ -24,10 +27,15 @@ export interface SsoCredentialsParameters {
|
|
|
24
27
|
*/
|
|
25
28
|
ssoRoleName: string;
|
|
26
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
27
33
|
export interface FromSSOInit extends SourceProfileInit {
|
|
28
34
|
ssoClient?: SSOClient;
|
|
29
35
|
}
|
|
30
36
|
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*
|
|
31
39
|
* Creates a credential provider that will read from a credential_process specified
|
|
32
40
|
* in ini files.
|
|
33
41
|
*
|