@cdklabs/cdk-ecs-codedeploy 0.0.346 → 0.0.347

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 (87) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  7. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  8. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  9. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  10. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  11. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  12. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  13. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  14. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  15. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  16. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  17. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  18. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  19. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  20. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  21. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  22. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  24. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  25. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +146 -32
  27. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  28. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  29. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  30. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  31. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +12 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  34. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  35. package/node_modules/@aws-sdk/core/package.json +14 -14
  36. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  37. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  38. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  39. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  40. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  41. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  42. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  43. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  44. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  45. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  46. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  47. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  48. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  49. package/node_modules/@aws-sdk/types/package.json +2 -2
  50. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  51. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  52. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  53. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  54. package/node_modules/@smithy/abort-controller/package.json +2 -2
  55. package/node_modules/@smithy/config-resolver/package.json +4 -4
  56. package/node_modules/@smithy/core/package.json +6 -6
  57. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  58. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  59. package/node_modules/@smithy/hash-node/package.json +2 -2
  60. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  61. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  62. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  63. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  64. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  65. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  66. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  67. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  68. package/node_modules/@smithy/property-provider/package.json +2 -2
  69. package/node_modules/@smithy/protocol-http/package.json +2 -2
  70. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  71. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  72. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  73. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  74. package/node_modules/@smithy/signature-v4/package.json +4 -4
  75. package/node_modules/@smithy/smithy-client/package.json +7 -7
  76. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  77. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  78. package/node_modules/@smithy/types/package.json +1 -1
  79. package/node_modules/@smithy/url-parser/package.json +3 -3
  80. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  81. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  82. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  83. package/node_modules/@smithy/util-middleware/package.json +2 -2
  84. package/node_modules/@smithy/util-retry/package.json +3 -3
  85. package/node_modules/@smithy/util-stream/package.json +4 -4
  86. package/node_modules/@smithy/util-waiter/package.json +3 -3
  87. package/package.json +5 -5
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { AssumeRootRequest, AssumeRootResponse } from "../models/models_0";
4
+ import {
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ STSClientResolvedConfig,
8
+ } from "../STSClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface AssumeRootCommandInput extends AssumeRootRequest {}
12
+ export interface AssumeRootCommandOutput
13
+ extends AssumeRootResponse,
14
+ __MetadataBearer {}
15
+ declare const AssumeRootCommand_base: {
16
+ new (
17
+ input: AssumeRootCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ AssumeRootCommandInput,
20
+ AssumeRootCommandOutput,
21
+ STSClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: AssumeRootCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ AssumeRootCommandInput,
29
+ AssumeRootCommandOutput,
30
+ STSClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class AssumeRootCommand extends AssumeRootCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AssumeRootRequest;
40
+ output: AssumeRootResponse;
41
+ };
42
+ sdk: {
43
+ input: AssumeRootCommandInput;
44
+ output: AssumeRootCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -1,6 +1,7 @@
1
1
  export * from "./AssumeRoleCommand";
2
2
  export * from "./AssumeRoleWithSAMLCommand";
3
3
  export * from "./AssumeRoleWithWebIdentityCommand";
4
+ export * from "./AssumeRootCommand";
4
5
  export * from "./DecodeAuthorizationMessageCommand";
5
6
  export * from "./GetAccessKeyInfoCommand";
6
7
  export * from "./GetCallerIdentityCommand";
@@ -130,6 +130,15 @@ export declare class IDPCommunicationErrorException extends __BaseException {
130
130
  opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>
131
131
  );
132
132
  }
133
+ export interface AssumeRootRequest {
134
+ TargetPrincipal: string | undefined;
135
+ TaskPolicyArn: PolicyDescriptorType | undefined;
136
+ DurationSeconds?: number | undefined;
137
+ }
138
+ export interface AssumeRootResponse {
139
+ Credentials?: Credentials | undefined;
140
+ SourceIdentity?: string | undefined;
141
+ }
133
142
  export interface DecodeAuthorizationMessageRequest {
134
143
  EncodedMessage: string | undefined;
135
144
  }
@@ -198,6 +207,9 @@ export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (
198
207
  export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (
199
208
  obj: AssumeRoleWithWebIdentityResponse
200
209
  ) => any;
210
+ export declare const AssumeRootResponseFilterSensitiveLog: (
211
+ obj: AssumeRootResponse
212
+ ) => any;
201
213
  export declare const GetFederationTokenResponseFilterSensitiveLog: (
202
214
  obj: GetFederationTokenResponse
203
215
  ) => any;
@@ -15,6 +15,10 @@ import {
15
15
  AssumeRoleWithWebIdentityCommandInput,
16
16
  AssumeRoleWithWebIdentityCommandOutput,
17
17
  } from "../commands/AssumeRoleWithWebIdentityCommand";
18
+ import {
19
+ AssumeRootCommandInput,
20
+ AssumeRootCommandOutput,
21
+ } from "../commands/AssumeRootCommand";
18
22
  import {
19
23
  DecodeAuthorizationMessageCommandInput,
20
24
  DecodeAuthorizationMessageCommandOutput,
@@ -47,6 +51,10 @@ export declare const se_AssumeRoleWithWebIdentityCommand: (
47
51
  input: AssumeRoleWithWebIdentityCommandInput,
48
52
  context: __SerdeContext
49
53
  ) => Promise<__HttpRequest>;
54
+ export declare const se_AssumeRootCommand: (
55
+ input: AssumeRootCommandInput,
56
+ context: __SerdeContext
57
+ ) => Promise<__HttpRequest>;
50
58
  export declare const se_DecodeAuthorizationMessageCommand: (
51
59
  input: DecodeAuthorizationMessageCommandInput,
52
60
  context: __SerdeContext
@@ -79,6 +87,10 @@ export declare const de_AssumeRoleWithWebIdentityCommand: (
79
87
  output: __HttpResponse,
80
88
  context: __SerdeContext
81
89
  ) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
90
+ export declare const de_AssumeRootCommand: (
91
+ output: __HttpResponse,
92
+ context: __SerdeContext
93
+ ) => Promise<AssumeRootCommandOutput>;
82
94
  export declare const de_DecodeAuthorizationMessageCommand: (
83
95
  output: __HttpResponse,
84
96
  context: __SerdeContext
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.691.0",
4
+ "version": "3.693.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-sts",
@@ -12,8 +12,8 @@
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "main": "./dist-cjs/index.js",
19
19
  "types": "./dist-types/index.d.ts",
@@ -22,42 +22,42 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.691.0",
26
- "@aws-sdk/core": "3.691.0",
27
- "@aws-sdk/credential-provider-node": "3.691.0",
28
- "@aws-sdk/middleware-host-header": "3.686.0",
29
- "@aws-sdk/middleware-logger": "3.686.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.686.0",
31
- "@aws-sdk/middleware-user-agent": "3.691.0",
32
- "@aws-sdk/region-config-resolver": "3.686.0",
33
- "@aws-sdk/types": "3.686.0",
34
- "@aws-sdk/util-endpoints": "3.686.0",
35
- "@aws-sdk/util-user-agent-browser": "3.686.0",
36
- "@aws-sdk/util-user-agent-node": "3.691.0",
37
- "@smithy/config-resolver": "^3.0.10",
38
- "@smithy/core": "^2.5.1",
39
- "@smithy/fetch-http-handler": "^4.0.0",
40
- "@smithy/hash-node": "^3.0.8",
41
- "@smithy/invalid-dependency": "^3.0.8",
42
- "@smithy/middleware-content-length": "^3.0.10",
43
- "@smithy/middleware-endpoint": "^3.2.1",
44
- "@smithy/middleware-retry": "^3.0.25",
45
- "@smithy/middleware-serde": "^3.0.8",
46
- "@smithy/middleware-stack": "^3.0.8",
47
- "@smithy/node-config-provider": "^3.1.9",
48
- "@smithy/node-http-handler": "^3.2.5",
49
- "@smithy/protocol-http": "^4.1.5",
50
- "@smithy/smithy-client": "^3.4.2",
51
- "@smithy/types": "^3.6.0",
52
- "@smithy/url-parser": "^3.0.8",
25
+ "@aws-sdk/client-sso-oidc": "3.693.0",
26
+ "@aws-sdk/core": "3.693.0",
27
+ "@aws-sdk/credential-provider-node": "3.693.0",
28
+ "@aws-sdk/middleware-host-header": "3.693.0",
29
+ "@aws-sdk/middleware-logger": "3.693.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.693.0",
31
+ "@aws-sdk/middleware-user-agent": "3.693.0",
32
+ "@aws-sdk/region-config-resolver": "3.693.0",
33
+ "@aws-sdk/types": "3.692.0",
34
+ "@aws-sdk/util-endpoints": "3.693.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.693.0",
36
+ "@aws-sdk/util-user-agent-node": "3.693.0",
37
+ "@smithy/config-resolver": "^3.0.11",
38
+ "@smithy/core": "^2.5.2",
39
+ "@smithy/fetch-http-handler": "^4.1.0",
40
+ "@smithy/hash-node": "^3.0.9",
41
+ "@smithy/invalid-dependency": "^3.0.9",
42
+ "@smithy/middleware-content-length": "^3.0.11",
43
+ "@smithy/middleware-endpoint": "^3.2.2",
44
+ "@smithy/middleware-retry": "^3.0.26",
45
+ "@smithy/middleware-serde": "^3.0.9",
46
+ "@smithy/middleware-stack": "^3.0.9",
47
+ "@smithy/node-config-provider": "^3.1.10",
48
+ "@smithy/node-http-handler": "^3.3.0",
49
+ "@smithy/protocol-http": "^4.1.6",
50
+ "@smithy/smithy-client": "^3.4.3",
51
+ "@smithy/types": "^3.7.0",
52
+ "@smithy/url-parser": "^3.0.9",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.25",
57
- "@smithy/util-defaults-mode-node": "^3.0.25",
58
- "@smithy/util-endpoints": "^2.1.4",
59
- "@smithy/util-middleware": "^3.0.8",
60
- "@smithy/util-retry": "^3.0.8",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.26",
57
+ "@smithy/util-defaults-mode-node": "^3.0.26",
58
+ "@smithy/util-endpoints": "^2.1.5",
59
+ "@smithy/util-middleware": "^3.0.9",
60
+ "@smithy/util-retry": "^3.0.9",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.691.0",
3
+ "version": "3.693.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -12,10 +12,10 @@
12
12
  "lint": "node ./scripts/lint.js",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test": "vitest run",
16
- "test:integration": "vitest run -c vitest.config.integ.ts",
17
- "test:watch": "vitest watch",
18
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
15
+ "test": "yarn g:vitest run",
16
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
17
+ "test:watch": "yarn g:vitest watch",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
19
19
  },
20
20
  "main": "./dist-cjs/index.js",
21
21
  "module": "./dist-es/index.js",
@@ -81,15 +81,15 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.686.0",
85
- "@smithy/core": "^2.5.1",
86
- "@smithy/node-config-provider": "^3.1.9",
87
- "@smithy/property-provider": "^3.1.8",
88
- "@smithy/protocol-http": "^4.1.5",
89
- "@smithy/signature-v4": "^4.2.1",
90
- "@smithy/smithy-client": "^3.4.2",
91
- "@smithy/types": "^3.6.0",
92
- "@smithy/util-middleware": "^3.0.8",
84
+ "@aws-sdk/types": "3.692.0",
85
+ "@smithy/core": "^2.5.2",
86
+ "@smithy/node-config-provider": "^3.1.10",
87
+ "@smithy/property-provider": "^3.1.9",
88
+ "@smithy/protocol-http": "^4.1.6",
89
+ "@smithy/signature-v4": "^4.2.2",
90
+ "@smithy/smithy-client": "^3.4.3",
91
+ "@smithy/types": "^3.7.0",
92
+ "@smithy/util-middleware": "^3.0.9",
93
93
  "fast-xml-parser": "4.4.1",
94
94
  "tslib": "^2.6.2"
95
95
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.691.0",
29
- "@aws-sdk/types": "3.686.0",
30
- "@smithy/property-provider": "^3.1.8",
31
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/core": "3.693.0",
29
+ "@aws-sdk/types": "3.692.0",
30
+ "@smithy/property-provider": "^3.1.9",
31
+ "@smithy/types": "^3.7.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -14,8 +14,8 @@
14
14
  "build:types": "tsc -p tsconfig.types.json",
15
15
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
16
16
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
17
- "test": "vitest run",
18
- "test:watch": "vitest watch"
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
19
19
  },
20
20
  "keywords": [
21
21
  "aws",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.691.0",
31
- "@aws-sdk/types": "3.686.0",
32
- "@smithy/fetch-http-handler": "^4.0.0",
33
- "@smithy/node-http-handler": "^3.2.5",
34
- "@smithy/property-provider": "^3.1.8",
35
- "@smithy/protocol-http": "^4.1.5",
36
- "@smithy/smithy-client": "^3.4.2",
37
- "@smithy/types": "^3.6.0",
38
- "@smithy/util-stream": "^3.2.1",
30
+ "@aws-sdk/core": "3.693.0",
31
+ "@aws-sdk/types": "3.692.0",
32
+ "@smithy/fetch-http-handler": "^4.1.0",
33
+ "@smithy/node-http-handler": "^3.3.0",
34
+ "@smithy/property-provider": "^3.1.9",
35
+ "@smithy/protocol-http": "^4.1.6",
36
+ "@smithy/smithy-client": "^3.4.3",
37
+ "@smithy/types": "^3.7.0",
38
+ "@smithy/util-stream": "^3.3.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,17 +25,17 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.691.0",
29
- "@aws-sdk/credential-provider-env": "3.691.0",
30
- "@aws-sdk/credential-provider-http": "3.691.0",
31
- "@aws-sdk/credential-provider-process": "3.691.0",
32
- "@aws-sdk/credential-provider-sso": "3.691.0",
33
- "@aws-sdk/credential-provider-web-identity": "3.691.0",
34
- "@aws-sdk/types": "3.686.0",
35
- "@smithy/credential-provider-imds": "^3.2.5",
36
- "@smithy/property-provider": "^3.1.8",
37
- "@smithy/shared-ini-file-loader": "^3.1.9",
38
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/core": "3.693.0",
29
+ "@aws-sdk/credential-provider-env": "3.693.0",
30
+ "@aws-sdk/credential-provider-http": "3.693.0",
31
+ "@aws-sdk/credential-provider-process": "3.693.0",
32
+ "@aws-sdk/credential-provider-sso": "3.693.0",
33
+ "@aws-sdk/credential-provider-web-identity": "3.693.0",
34
+ "@aws-sdk/types": "3.692.0",
35
+ "@smithy/credential-provider-imds": "^3.2.6",
36
+ "@smithy/property-provider": "^3.1.9",
37
+ "@smithy/shared-ini-file-loader": "^3.1.10",
38
+ "@smithy/types": "^3.7.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "typescript": "~4.9.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "@aws-sdk/client-sts": "^3.691.0"
50
+ "@aws-sdk/client-sts": "^3.693.0"
51
51
  },
52
52
  "types": "./dist-types/index.d.ts",
53
53
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.691.0",
3
+ "version": "3.693.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -15,9 +15,9 @@
15
15
  "build:types": "tsc -p tsconfig.types.json",
16
16
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
17
17
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
18
- "test": "vitest run",
18
+ "test": "yarn g:vitest run",
19
19
  "test:integration": "jest -c jest.config.integ.js",
20
- "test:watch": "vitest watch"
20
+ "test:watch": "yarn g:vitest watch"
21
21
  },
22
22
  "keywords": [
23
23
  "aws",
@@ -29,17 +29,17 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.691.0",
33
- "@aws-sdk/credential-provider-http": "3.691.0",
34
- "@aws-sdk/credential-provider-ini": "3.691.0",
35
- "@aws-sdk/credential-provider-process": "3.691.0",
36
- "@aws-sdk/credential-provider-sso": "3.691.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.691.0",
38
- "@aws-sdk/types": "3.686.0",
39
- "@smithy/credential-provider-imds": "^3.2.5",
40
- "@smithy/property-provider": "^3.1.8",
41
- "@smithy/shared-ini-file-loader": "^3.1.9",
42
- "@smithy/types": "^3.6.0",
32
+ "@aws-sdk/credential-provider-env": "3.693.0",
33
+ "@aws-sdk/credential-provider-http": "3.693.0",
34
+ "@aws-sdk/credential-provider-ini": "3.693.0",
35
+ "@aws-sdk/credential-provider-process": "3.693.0",
36
+ "@aws-sdk/credential-provider-sso": "3.693.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.693.0",
38
+ "@aws-sdk/types": "3.692.0",
39
+ "@smithy/credential-provider-imds": "^3.2.6",
40
+ "@smithy/property-provider": "^3.1.9",
41
+ "@smithy/shared-ini-file-loader": "^3.1.10",
42
+ "@smithy/types": "^3.7.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.691.0",
29
- "@aws-sdk/types": "3.686.0",
30
- "@smithy/property-provider": "^3.1.8",
31
- "@smithy/shared-ini-file-loader": "^3.1.9",
32
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/core": "3.693.0",
29
+ "@aws-sdk/types": "3.692.0",
30
+ "@smithy/property-provider": "^3.1.9",
31
+ "@smithy/shared-ini-file-loader": "^3.1.10",
32
+ "@smithy/types": "^3.7.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "keywords": [
19
19
  "aws",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.691.0",
29
- "@aws-sdk/core": "3.691.0",
30
- "@aws-sdk/token-providers": "3.691.0",
31
- "@aws-sdk/types": "3.686.0",
32
- "@smithy/property-provider": "^3.1.8",
33
- "@smithy/shared-ini-file-loader": "^3.1.9",
34
- "@smithy/types": "^3.6.0",
28
+ "@aws-sdk/client-sso": "3.693.0",
29
+ "@aws-sdk/core": "3.693.0",
30
+ "@aws-sdk/token-providers": "3.693.0",
31
+ "@aws-sdk/types": "3.692.0",
32
+ "@smithy/property-provider": "^3.1.9",
33
+ "@smithy/shared-ini-file-loader": "^3.1.10",
34
+ "@smithy/types": "^3.7.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.691.0",
3
+ "version": "3.693.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",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "browser": {
19
19
  "./dist-cjs/fromTokenFile": false,
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.691.0",
37
- "@aws-sdk/types": "3.686.0",
38
- "@smithy/property-provider": "^3.1.8",
39
- "@smithy/types": "^3.6.0",
36
+ "@aws-sdk/core": "3.693.0",
37
+ "@aws-sdk/types": "3.692.0",
38
+ "@smithy/property-provider": "^3.1.9",
39
+ "@smithy/types": "^3.7.0",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "typescript": "~4.9.5"
49
49
  },
50
50
  "peerDependencies": {
51
- "@aws-sdk/client-sts": "^3.691.0"
51
+ "@aws-sdk/client-sts": "^3.693.0"
52
52
  },
53
53
  "types": "./dist-types/index.d.ts",
54
54
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.686.0",
3
+ "version": "3.693.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",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/protocol-http": "^4.1.5",
28
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.692.0",
27
+ "@smithy/protocol-http": "^4.1.6",
28
+ "@smithy/types": "^3.7.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.686.0",
3
+ "version": "3.693.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",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "author": {
18
18
  "name": "AWS SDK for JavaScript Team",
@@ -24,8 +24,8 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.686.0",
28
- "@smithy/types": "^3.6.0",
27
+ "@aws-sdk/types": "3.692.0",
28
+ "@smithy/types": "^3.7.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {