@cdklabs/cdk-ecs-codedeploy 0.0.416 → 0.0.418

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.
Files changed (68) hide show
  1. package/.jsii +4 -4
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +20 -20
  10. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  12. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  13. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  18. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  19. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  20. package/node_modules/@aws-sdk/core/package.json +4 -4
  21. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  22. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  23. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  24. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  25. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  26. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  27. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  28. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  29. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  30. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  31. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  32. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  33. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  34. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  35. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  36. package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
  37. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  38. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  39. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  40. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  41. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  42. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  43. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  44. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  45. package/node_modules/@aws-sdk/types/package.json +1 -1
  46. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  47. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  48. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  49. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  50. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  51. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  52. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  53. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  54. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  55. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  56. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  57. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  58. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  59. package/node_modules/@smithy/core/package.json +1 -1
  60. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  61. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  62. package/node_modules/@smithy/smithy-client/package.json +3 -3
  63. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  64. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  65. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  66. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  67. package/node_modules/@smithy/util-waiter/package.json +1 -1
  68. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.826.0",
3
+ "version": "3.840.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.826.0",
31
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/types": "3.840.0",
32
32
  "@smithy/fetch-http-handler": "^5.0.4",
33
33
  "@smithy/node-http-handler": "^4.0.6",
34
34
  "@smithy/property-provider": "^4.0.4",
35
35
  "@smithy/protocol-http": "^5.1.2",
36
- "@smithy/smithy-client": "^4.4.3",
36
+ "@smithy/smithy-client": "^4.4.5",
37
37
  "@smithy/types": "^4.3.1",
38
38
  "@smithy/util-stream": "^4.2.2",
39
39
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.830.0",
3
+ "version": "3.840.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",
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.826.0",
31
- "@aws-sdk/credential-provider-env": "3.826.0",
32
- "@aws-sdk/credential-provider-http": "3.826.0",
33
- "@aws-sdk/credential-provider-process": "3.826.0",
34
- "@aws-sdk/credential-provider-sso": "3.830.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.830.0",
36
- "@aws-sdk/nested-clients": "3.830.0",
37
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/credential-provider-env": "3.840.0",
32
+ "@aws-sdk/credential-provider-http": "3.840.0",
33
+ "@aws-sdk/credential-provider-process": "3.840.0",
34
+ "@aws-sdk/credential-provider-sso": "3.840.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.840.0",
36
+ "@aws-sdk/nested-clients": "3.840.0",
37
+ "@aws-sdk/types": "3.840.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.6",
39
39
  "@smithy/property-provider": "^4.0.4",
40
40
  "@smithy/shared-ini-file-loader": "^4.0.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.830.0",
3
+ "version": "3.840.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.826.0",
33
- "@aws-sdk/credential-provider-http": "3.826.0",
34
- "@aws-sdk/credential-provider-ini": "3.830.0",
35
- "@aws-sdk/credential-provider-process": "3.826.0",
36
- "@aws-sdk/credential-provider-sso": "3.830.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.830.0",
38
- "@aws-sdk/types": "3.821.0",
32
+ "@aws-sdk/credential-provider-env": "3.840.0",
33
+ "@aws-sdk/credential-provider-http": "3.840.0",
34
+ "@aws-sdk/credential-provider-ini": "3.840.0",
35
+ "@aws-sdk/credential-provider-process": "3.840.0",
36
+ "@aws-sdk/credential-provider-sso": "3.840.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.840.0",
38
+ "@aws-sdk/types": "3.840.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.6",
40
40
  "@smithy/property-provider": "^4.0.4",
41
41
  "@smithy/shared-ini-file-loader": "^4.0.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.826.0",
3
+ "version": "3.840.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",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.826.0",
29
- "@aws-sdk/types": "3.821.0",
28
+ "@aws-sdk/core": "3.840.0",
29
+ "@aws-sdk/types": "3.840.0",
30
30
  "@smithy/property-provider": "^4.0.4",
31
31
  "@smithy/shared-ini-file-loader": "^4.0.4",
32
32
  "@smithy/types": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.830.0",
3
+ "version": "3.840.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.830.0",
29
- "@aws-sdk/core": "3.826.0",
30
- "@aws-sdk/token-providers": "3.830.0",
31
- "@aws-sdk/types": "3.821.0",
28
+ "@aws-sdk/client-sso": "3.840.0",
29
+ "@aws-sdk/core": "3.840.0",
30
+ "@aws-sdk/token-providers": "3.840.0",
31
+ "@aws-sdk/types": "3.840.0",
32
32
  "@smithy/property-provider": "^4.0.4",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.4",
34
34
  "@smithy/types": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.830.0",
3
+ "version": "3.840.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.826.0",
37
- "@aws-sdk/nested-clients": "3.830.0",
38
- "@aws-sdk/types": "3.821.0",
36
+ "@aws-sdk/core": "3.840.0",
37
+ "@aws-sdk/nested-clients": "3.840.0",
38
+ "@aws-sdk/types": "3.840.0",
39
39
  "@smithy/property-provider": "^4.0.4",
40
40
  "@smithy/types": "^4.3.1",
41
41
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/protocol-http": "^5.1.2",
29
29
  "@smithy/types": "^4.3.1",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -24,7 +24,7 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/protocol-http": "^5.1.2",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.828.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.826.0",
28
- "@aws-sdk/types": "3.821.0",
29
- "@aws-sdk/util-endpoints": "3.828.0",
30
- "@smithy/core": "^3.5.3",
27
+ "@aws-sdk/core": "3.840.0",
28
+ "@aws-sdk/types": "3.840.0",
29
+ "@aws-sdk/util-endpoints": "3.840.0",
30
+ "@smithy/core": "^3.6.0",
31
31
  "@smithy/protocol-http": "^5.1.2",
32
32
  "@smithy/types": "^4.3.1",
33
33
  "tslib": "^2.6.2"
@@ -8,7 +8,7 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
11
+ export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
@@ -9,7 +9,7 @@ export interface ClientInputEndpointParameters {
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  useGlobalEndpoint?: boolean | undefined | Provider<boolean | undefined>;
11
11
  }
12
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
+ export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
13
13
  defaultSigningName: string;
14
14
  };
15
15
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
19
+ export type ClientResolvedEndpointParameters = Pick<
20
+ ClientInputEndpointParameters,
21
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
22
+ > & {
20
23
  defaultSigningName: string;
21
24
  };
22
25
  export declare const resolveClientEndpointParameters: <T>(
@@ -17,7 +17,10 @@ export interface ClientInputEndpointParameters {
17
17
  | Provider<EndpointV2>;
18
18
  useGlobalEndpoint?: boolean | undefined | Provider<boolean | undefined>;
19
19
  }
20
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
+ export type ClientResolvedEndpointParameters = Pick<
21
+ ClientInputEndpointParameters,
22
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
23
+ > & {
21
24
  defaultSigningName: string;
22
25
  };
23
26
  export declare const resolveClientEndpointParameters: <T>(
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.830.0",
3
+ "version": "3.840.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,40 +28,40 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/core": "3.826.0",
32
- "@aws-sdk/middleware-host-header": "3.821.0",
33
- "@aws-sdk/middleware-logger": "3.821.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
35
- "@aws-sdk/middleware-user-agent": "3.828.0",
36
- "@aws-sdk/region-config-resolver": "3.821.0",
37
- "@aws-sdk/types": "3.821.0",
38
- "@aws-sdk/util-endpoints": "3.828.0",
39
- "@aws-sdk/util-user-agent-browser": "3.821.0",
40
- "@aws-sdk/util-user-agent-node": "3.828.0",
31
+ "@aws-sdk/core": "3.840.0",
32
+ "@aws-sdk/middleware-host-header": "3.840.0",
33
+ "@aws-sdk/middleware-logger": "3.840.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
35
+ "@aws-sdk/middleware-user-agent": "3.840.0",
36
+ "@aws-sdk/region-config-resolver": "3.840.0",
37
+ "@aws-sdk/types": "3.840.0",
38
+ "@aws-sdk/util-endpoints": "3.840.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
40
+ "@aws-sdk/util-user-agent-node": "3.840.0",
41
41
  "@smithy/config-resolver": "^4.1.4",
42
- "@smithy/core": "^3.5.3",
42
+ "@smithy/core": "^3.6.0",
43
43
  "@smithy/fetch-http-handler": "^5.0.4",
44
44
  "@smithy/hash-node": "^4.0.4",
45
45
  "@smithy/invalid-dependency": "^4.0.4",
46
46
  "@smithy/middleware-content-length": "^4.0.4",
47
- "@smithy/middleware-endpoint": "^4.1.11",
48
- "@smithy/middleware-retry": "^4.1.12",
47
+ "@smithy/middleware-endpoint": "^4.1.13",
48
+ "@smithy/middleware-retry": "^4.1.14",
49
49
  "@smithy/middleware-serde": "^4.0.8",
50
50
  "@smithy/middleware-stack": "^4.0.4",
51
51
  "@smithy/node-config-provider": "^4.1.3",
52
52
  "@smithy/node-http-handler": "^4.0.6",
53
53
  "@smithy/protocol-http": "^5.1.2",
54
- "@smithy/smithy-client": "^4.4.3",
54
+ "@smithy/smithy-client": "^4.4.5",
55
55
  "@smithy/types": "^4.3.1",
56
56
  "@smithy/url-parser": "^4.0.4",
57
57
  "@smithy/util-base64": "^4.0.0",
58
58
  "@smithy/util-body-length-browser": "^4.0.0",
59
59
  "@smithy/util-body-length-node": "^4.0.0",
60
- "@smithy/util-defaults-mode-browser": "^4.0.19",
61
- "@smithy/util-defaults-mode-node": "^4.0.19",
60
+ "@smithy/util-defaults-mode-browser": "^4.0.21",
61
+ "@smithy/util-defaults-mode-node": "^4.0.21",
62
62
  "@smithy/util-endpoints": "^3.0.6",
63
63
  "@smithy/util-middleware": "^4.0.4",
64
- "@smithy/util-retry": "^4.0.5",
64
+ "@smithy/util-retry": "^4.0.6",
65
65
  "@smithy/util-utf8": "^4.0.0",
66
66
  "tslib": "^2.6.2"
67
67
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.821.0",
25
+ "@aws-sdk/types": "3.840.0",
26
26
  "@smithy/node-config-provider": "^4.1.3",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "@smithy/util-config-provider": "^4.0.0",
@@ -39,18 +39,21 @@ __export(index_exports, {
39
39
  module.exports = __toCommonJS(index_exports);
40
40
 
41
41
  // src/fromEnvSigningName.ts
42
- var import_core = require("@aws-sdk/core");
42
+ var import_client = require("@aws-sdk/core/client");
43
+ var import_httpAuthSchemes = require("@aws-sdk/core/httpAuthSchemes");
43
44
  var import_property_provider = require("@smithy/property-provider");
44
45
  var fromEnvSigningName = /* @__PURE__ */ __name(({ logger, signingName } = {}) => async () => {
45
46
  logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
46
47
  if (!signingName) {
47
48
  throw new import_property_provider.TokenProviderError("Please pass 'signingName' to compute environment variable key", { logger });
48
49
  }
49
- const bearerTokenKey = (0, import_core.getBearerTokenEnvKey)(signingName);
50
+ const bearerTokenKey = (0, import_httpAuthSchemes.getBearerTokenEnvKey)(signingName);
50
51
  if (!(bearerTokenKey in process.env)) {
51
52
  throw new import_property_provider.TokenProviderError(`Token not present in '${bearerTokenKey}' environment variable`, { logger });
52
53
  }
53
- return { token: process.env[bearerTokenKey] };
54
+ const token = { token: process.env[bearerTokenKey] };
55
+ (0, import_client.setTokenFeature)(token, "BEARER_SERVICE_ENV_VARS", "3");
56
+ return token;
54
57
  }, "fromEnvSigningName");
55
58
 
56
59
  // src/fromSso.ts
@@ -1,4 +1,5 @@
1
- import { getBearerTokenEnvKey } from "@aws-sdk/core";
1
+ import { setTokenFeature } from "@aws-sdk/core/client";
2
+ import { getBearerTokenEnvKey } from "@aws-sdk/core/httpAuthSchemes";
2
3
  import { TokenProviderError } from "@smithy/property-provider";
3
4
  export const fromEnvSigningName = ({ logger, signingName } = {}) => async () => {
4
5
  logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
@@ -9,5 +10,7 @@ export const fromEnvSigningName = ({ logger, signingName } = {}) => async () =>
9
10
  if (!(bearerTokenKey in process.env)) {
10
11
  throw new TokenProviderError(`Token not present in '${bearerTokenKey}' environment variable`, { logger });
11
12
  }
12
- return { token: process.env[bearerTokenKey] };
13
+ const token = { token: process.env[bearerTokenKey] };
14
+ setTokenFeature(token, "BEARER_SERVICE_ENV_VARS", "3");
15
+ return token;
13
16
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.830.0",
3
+ "version": "3.840.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.826.0",
31
- "@aws-sdk/nested-clients": "3.830.0",
32
- "@aws-sdk/types": "3.821.0",
30
+ "@aws-sdk/core": "3.840.0",
31
+ "@aws-sdk/nested-clients": "3.840.0",
32
+ "@aws-sdk/types": "3.840.0",
33
33
  "@smithy/property-provider": "^4.0.4",
34
34
  "@smithy/shared-ini-file-loader": "^4.0.4",
35
35
  "@smithy/types": "^4.3.1",
@@ -28,7 +28,7 @@ export type AwsSdkFeatures = Partial<{
28
28
  FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED: "b";
29
29
  FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
30
30
  DDB_MAPPER: "d";
31
- }> & AwsSdkCredentialsFeatures;
31
+ }> & AwsSdkCredentialsFeatures & AwsSdkTokenFeatures;
32
32
  /**
33
33
  * @internal
34
34
  */
@@ -57,3 +57,9 @@ export type AwsSdkCredentialsFeatures = Partial<{
57
57
  CREDENTIALS_HTTP: "z";
58
58
  CREDENTIALS_IMDS: "0";
59
59
  }>;
60
+ /**
61
+ * @internal
62
+ */
63
+ export type AwsSdkTokenFeatures = Partial<{
64
+ BEARER_SERVICE_ENV_VARS: "3";
65
+ }>;
@@ -1 +1,11 @@
1
+ import type { TokenIdentity } from "@smithy/types";
2
+ import type { AwsSdkTokenFeatures } from "../feature-ids";
1
3
  export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
+ /**
5
+ * @public
6
+ *
7
+ * TokenIdentity with source attribution metadata.
8
+ */
9
+ export type AttributedTokenIdentity = TokenIdentity & {
10
+ $source?: AwsSdkTokenFeatures;
11
+ };
@@ -26,7 +26,8 @@ export type AwsSdkFeatures = Partial<{
26
26
  FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
27
27
  DDB_MAPPER: "d";
28
28
  }> &
29
- AwsSdkCredentialsFeatures;
29
+ AwsSdkCredentialsFeatures &
30
+ AwsSdkTokenFeatures;
30
31
  export type AwsSdkCredentialsFeatures = Partial<{
31
32
  RESOLVED_ACCOUNT_ID: "T";
32
33
  CREDENTIALS_CODE: "e";
@@ -52,3 +53,6 @@ export type AwsSdkCredentialsFeatures = Partial<{
52
53
  CREDENTIALS_HTTP: "z";
53
54
  CREDENTIALS_IMDS: "0";
54
55
  }>;
56
+ export type AwsSdkTokenFeatures = Partial<{
57
+ BEARER_SERVICE_ENV_VARS: "3";
58
+ }>;
@@ -1 +1,6 @@
1
+ import { TokenIdentity } from "@smithy/types";
2
+ import { AwsSdkTokenFeatures } from "../feature-ids";
1
3
  export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
+ export type AttributedTokenIdentity = TokenIdentity & {
5
+ $source?: AwsSdkTokenFeatures;
6
+ };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.828.0",
3
+ "version": "3.840.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "@smithy/util-endpoints": "^3.0.6",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "react-native": "dist-es/index.native.js",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.821.0",
26
+ "@aws-sdk/types": "3.840.0",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.828.0",
3
+ "version": "3.840.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.828.0",
25
- "@aws-sdk/types": "3.821.0",
24
+ "@aws-sdk/middleware-user-agent": "3.840.0",
25
+ "@aws-sdk/types": "3.840.0",
26
26
  "@smithy/node-config-provider": "^4.1.3",
27
27
  "@smithy/types": "^4.3.1",
28
28
  "tslib": "^2.6.2"