@cdklabs/cdk-ecs-codedeploy 0.0.369 → 0.0.371

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 (39) 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 +34 -34
  7. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  8. package/node_modules/@aws-sdk/core/package.json +10 -10
  9. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  10. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  11. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  12. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  13. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  14. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  15. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  16. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  17. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  18. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  19. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  20. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +2 -101
  21. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +170 -95
  22. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +2 -140
  23. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
  24. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +2 -101
  25. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
  26. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +2 -140
  27. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +1 -0
  28. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +2 -2
  29. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +2 -2
  30. package/node_modules/@aws-sdk/nested-clients/package.json +34 -34
  31. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  32. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  33. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +20 -2
  34. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +11 -2
  35. package/node_modules/@aws-sdk/types/package.json +2 -2
  36. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  37. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  38. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  39. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.723.0",
3
+ "version": "3.734.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,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.723.0",
28
- "@smithy/types": "^4.0.0",
27
+ "@aws-sdk/types": "3.734.0",
28
+ "@smithy/types": "^4.1.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.723.0",
3
+ "version": "3.734.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,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.723.0",
27
- "@smithy/protocol-http": "^5.0.0",
28
- "@smithy/types": "^4.0.0",
26
+ "@aws-sdk/types": "3.734.0",
27
+ "@smithy/protocol-http": "^5.0.1",
28
+ "@smithy/types": "^4.1.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.730.0",
3
+ "version": "3.734.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,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.730.0",
28
- "@aws-sdk/types": "3.723.0",
29
- "@aws-sdk/util-endpoints": "3.730.0",
30
- "@smithy/core": "^3.0.0",
31
- "@smithy/protocol-http": "^5.0.0",
32
- "@smithy/types": "^4.0.0",
27
+ "@aws-sdk/core": "3.734.0",
28
+ "@aws-sdk/types": "3.734.0",
29
+ "@aws-sdk/util-endpoints": "3.734.0",
30
+ "@smithy/core": "^3.1.1",
31
+ "@smithy/protocol-http": "^5.0.1",
32
+ "@smithy/types": "^4.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -2,105 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, type: "String" }, j = { [u]: true, default: false, type: "Boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
- const _data = {
7
- version: "1.0",
8
- parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
9
- rules: [
10
- {
11
- conditions: [{ [v]: b, [w]: [k] }],
12
- rules: [
13
- { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
- { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
- { endpoint: { url: k, properties: n, headers: n }, type: e },
16
- ],
17
- type: f,
18
- },
19
- {
20
- conditions: [{ [v]: b, [w]: t }],
21
- rules: [
22
- {
23
- conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
24
- rules: [
25
- {
26
- conditions: [l, m],
27
- rules: [
28
- {
29
- conditions: [{ [v]: c, [w]: [a, o] }, q],
30
- rules: [
31
- {
32
- endpoint: {
33
- url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
34
- properties: n,
35
- headers: n,
36
- },
37
- type: e,
38
- },
39
- ],
40
- type: f,
41
- },
42
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
43
- ],
44
- type: f,
45
- },
46
- {
47
- conditions: r,
48
- rules: [
49
- {
50
- conditions: [{ [v]: c, [w]: [o, a] }],
51
- rules: [
52
- {
53
- conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
54
- endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n },
55
- type: e,
56
- },
57
- {
58
- endpoint: {
59
- url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
60
- properties: n,
61
- headers: n,
62
- },
63
- type: e,
64
- },
65
- ],
66
- type: f,
67
- },
68
- { error: "FIPS is enabled but this partition does not support FIPS", type: d },
69
- ],
70
- type: f,
71
- },
72
- {
73
- conditions: s,
74
- rules: [
75
- {
76
- conditions: [q],
77
- rules: [
78
- {
79
- endpoint: {
80
- url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
81
- properties: n,
82
- headers: n,
83
- },
84
- type: e,
85
- },
86
- ],
87
- type: f,
88
- },
89
- { error: "DualStack is enabled but this partition does not support DualStack", type: d },
90
- ],
91
- type: f,
92
- },
93
- {
94
- endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
95
- type: e,
96
- },
97
- ],
98
- type: f,
99
- },
100
- ],
101
- type: f,
102
- },
103
- { error: "Invalid Configuration: Missing Region", type: d },
104
- ],
105
- };
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "String" }, j = { [u]: true, "default": false, "type": "Boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
106
7
  exports.ruleSet = _data;