@cdklabs/cdk-ecs-codedeploy 0.0.249 → 0.0.251

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 (34) hide show
  1. package/.jsii +123 -30
  2. package/.jsii.tabl.json +1 -1
  3. package/API.md +28 -14
  4. package/lib/api-canary/index.js +1 -1
  5. package/lib/ecs-appspec/index.js +1 -1
  6. package/lib/ecs-deployment/index.js +1 -1
  7. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.d.ts +3 -3
  8. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +5 -5
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +12 -12
  10. package/node_modules/@aws-sdk/client-sso/package.json +10 -10
  11. package/node_modules/@aws-sdk/client-sso-oidc/package.json +12 -12
  12. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +31 -33
  13. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +8 -15
  14. package/node_modules/@aws-sdk/client-sts/package.json +11 -11
  15. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  16. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  17. package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
  18. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  19. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  20. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  21. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  22. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  23. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  24. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  25. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  26. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  27. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  28. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  29. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  30. package/node_modules/@aws-sdk/types/package.json +1 -1
  31. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  32. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  33. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  34. package/package.json +9 -9
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.511.0",
24
+ "@aws-sdk/types": "3.515.0",
25
25
  "@smithy/protocol-http": "^3.1.1",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -22,7 +22,7 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.511.0",
25
+ "@aws-sdk/types": "3.515.0",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "tslib": "^2.5.0"
28
28
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.511.0",
24
+ "@aws-sdk/types": "3.515.0",
25
25
  "@smithy/protocol-http": "^3.1.1",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.511.0",
26
- "@aws-sdk/util-endpoints": "3.511.0",
25
+ "@aws-sdk/types": "3.515.0",
26
+ "@aws-sdk/util-endpoints": "3.515.0",
27
27
  "@smithy/protocol-http": "^3.1.1",
28
28
  "@smithy/types": "^2.9.1",
29
29
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.511.0",
24
+ "@aws-sdk/types": "3.515.0",
25
25
  "@smithy/node-config-provider": "^2.2.1",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "@smithy/util-config-provider": "^2.2.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.513.0",
3
+ "version": "3.515.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso-oidc": "3.513.0",
30
- "@aws-sdk/types": "3.511.0",
29
+ "@aws-sdk/client-sso-oidc": "3.515.0",
30
+ "@aws-sdk/types": "3.515.0",
31
31
  "@smithy/property-provider": "^2.1.1",
32
32
  "@smithy/shared-ini-file-loader": "^2.3.1",
33
33
  "@smithy/types": "^2.9.1",
@@ -44,5 +44,6 @@ export type CredentialProviderOptions = {
44
44
  */
45
45
  parentClientConfig?: {
46
46
  region?: string | Provider<string>;
47
+ [key: string]: unknown;
47
48
  };
48
49
  };
@@ -7,5 +7,6 @@ export type CredentialProviderOptions = {
7
7
  logger?: Logger;
8
8
  parentClientConfig?: {
9
9
  region?: string | Provider<string>;
10
+ [key: string]: unknown;
10
11
  };
11
12
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.511.0",
3
+ "version": "3.515.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.511.0",
3
+ "version": "3.515.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.511.0",
25
+ "@aws-sdk/types": "3.515.0",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "@smithy/util-endpoints": "^1.1.1",
28
28
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.511.0",
25
+ "@aws-sdk/types": "3.515.0",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.511.0",
3
+ "version": "3.515.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",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.511.0",
23
+ "@aws-sdk/types": "3.515.0",
24
24
  "@smithy/node-config-provider": "^2.2.1",
25
25
  "@smithy/types": "^2.9.1",
26
26
  "tslib": "^2.5.0"
package/package.json CHANGED
@@ -73,20 +73,20 @@
73
73
  "devDependencies": {
74
74
  "@aws-cdk/integ-runner": "latest",
75
75
  "@aws-cdk/integ-tests-alpha": "latest",
76
- "@types/aws-lambda": "^8.10.133",
76
+ "@types/aws-lambda": "^8.10.134",
77
77
  "@types/jest": "^27",
78
78
  "@types/lambda-tester": "^3.6.2",
79
79
  "@types/node": "^18",
80
80
  "@typescript-eslint/eslint-plugin": "^6",
81
81
  "@typescript-eslint/parser": "^6",
82
82
  "aws-cdk": "^2",
83
- "aws-cdk-lib": "2.110.0",
83
+ "aws-cdk-lib": "2.127.0",
84
84
  "aws-sdk-client-mock": "^3.0.1",
85
85
  "aws-sdk-client-mock-jest": "^3.0.1",
86
- "cdk-nag": "^2.28.34",
86
+ "cdk-nag": "^2.28.42",
87
87
  "cdklabs-projen-project-types": "^0.1.188",
88
88
  "constructs": "10.0.5",
89
- "esbuild": "^0.20.0",
89
+ "esbuild": "^0.20.1",
90
90
  "eslint": "^8",
91
91
  "eslint-import-resolver-typescript": "^3.6.1",
92
92
  "eslint-plugin-import": "^2.29.1",
@@ -96,20 +96,20 @@
96
96
  "jsii-diff": "^1.94.0",
97
97
  "jsii-docgen": "^7.2.9",
98
98
  "jsii-pacmak": "^1.94.0",
99
- "jsii-rosetta": "^5.3.15",
99
+ "jsii-rosetta": "^5.3.18",
100
100
  "lambda-tester": "^4.0.1",
101
- "projen": "0.79.21",
101
+ "projen": "0.79.27",
102
102
  "standard-version": "^9",
103
103
  "ts-jest": "^27",
104
104
  "ts-node": "^10.9.2",
105
105
  "typescript": "^4.9.5"
106
106
  },
107
107
  "peerDependencies": {
108
- "aws-cdk-lib": "^2.110.0",
108
+ "aws-cdk-lib": "^2.127.0",
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.514.0",
112
+ "@aws-sdk/client-codedeploy": "^3.515.0",
113
113
  "jmespath": "^0.16.0"
114
114
  },
115
115
  "bundledDependencies": [
@@ -127,7 +127,7 @@
127
127
  "publishConfig": {
128
128
  "access": "public"
129
129
  },
130
- "version": "0.0.249",
130
+ "version": "0.0.251",
131
131
  "jest": {
132
132
  "testMatch": [
133
133
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",