@cdklabs/cdk-ecs-codedeploy 0.0.219 → 0.0.221

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 (35) 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/dist-cjs/models/models_0.js +20 -2
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/protocols/Aws_json1_1.js +17 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +17 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-es/protocols/Aws_json1_1.js +18 -1
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +11 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +8 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +2 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +4 -1
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +168 -18
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +37 -5
  24. package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
  25. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  26. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  27. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  28. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  29. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  30. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  31. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  32. package/node_modules/@aws-sdk/token-providers/package.json +11 -11
  33. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  34. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  35. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.468.0",
3
+ "version": "3.470.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",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.468.0",
28
- "@aws-sdk/token-providers": "3.468.0",
27
+ "@aws-sdk/client-sso": "3.470.0",
28
+ "@aws-sdk/token-providers": "3.470.0",
29
29
  "@aws-sdk/types": "3.468.0",
30
30
  "@smithy/property-provider": "^2.0.0",
31
31
  "@smithy/shared-ini-file-loader": "^2.0.6",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.468.0",
3
+ "version": "3.470.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",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@aws-sdk/types": "3.468.0",
26
- "@aws-sdk/util-endpoints": "3.468.0",
26
+ "@aws-sdk/util-endpoints": "3.470.0",
27
27
  "@smithy/protocol-http": "^3.0.11",
28
28
  "@smithy/types": "^2.7.0",
29
29
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.468.0",
3
+ "version": "3.470.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@smithy/node-config-provider": "^2.1.7",
24
+ "@smithy/node-config-provider": "^2.1.8",
25
25
  "@smithy/types": "^2.7.0",
26
26
  "@smithy/util-config-provider": "^2.0.0",
27
27
  "@smithy/util-middleware": "^2.0.8",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.468.0",
3
+ "version": "3.470.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,22 +32,22 @@
32
32
  "@aws-sdk/middleware-host-header": "3.468.0",
33
33
  "@aws-sdk/middleware-logger": "3.468.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
35
- "@aws-sdk/middleware-user-agent": "3.468.0",
36
- "@aws-sdk/region-config-resolver": "3.468.0",
35
+ "@aws-sdk/middleware-user-agent": "3.470.0",
36
+ "@aws-sdk/region-config-resolver": "3.470.0",
37
37
  "@aws-sdk/types": "3.468.0",
38
- "@aws-sdk/util-endpoints": "3.468.0",
38
+ "@aws-sdk/util-endpoints": "3.470.0",
39
39
  "@aws-sdk/util-user-agent-browser": "3.468.0",
40
- "@aws-sdk/util-user-agent-node": "3.468.0",
41
- "@smithy/config-resolver": "^2.0.20",
40
+ "@aws-sdk/util-user-agent-node": "3.470.0",
41
+ "@smithy/config-resolver": "^2.0.21",
42
42
  "@smithy/fetch-http-handler": "^2.3.1",
43
43
  "@smithy/hash-node": "^2.0.17",
44
44
  "@smithy/invalid-dependency": "^2.0.15",
45
45
  "@smithy/middleware-content-length": "^2.0.17",
46
- "@smithy/middleware-endpoint": "^2.2.2",
47
- "@smithy/middleware-retry": "^2.0.23",
46
+ "@smithy/middleware-endpoint": "^2.2.3",
47
+ "@smithy/middleware-retry": "^2.0.24",
48
48
  "@smithy/middleware-serde": "^2.0.15",
49
49
  "@smithy/middleware-stack": "^2.0.9",
50
- "@smithy/node-config-provider": "^2.1.7",
50
+ "@smithy/node-config-provider": "^2.1.8",
51
51
  "@smithy/node-http-handler": "^2.2.1",
52
52
  "@smithy/property-provider": "^2.0.0",
53
53
  "@smithy/protocol-http": "^3.0.11",
@@ -59,8 +59,8 @@
59
59
  "@smithy/util-body-length-browser": "^2.0.1",
60
60
  "@smithy/util-body-length-node": "^2.1.0",
61
61
  "@smithy/util-defaults-mode-browser": "^2.0.22",
62
- "@smithy/util-defaults-mode-node": "^2.0.28",
63
- "@smithy/util-endpoints": "^1.0.6",
62
+ "@smithy/util-defaults-mode-node": "^2.0.29",
63
+ "@smithy/util-endpoints": "^1.0.7",
64
64
  "@smithy/util-retry": "^2.0.8",
65
65
  "@smithy/util-utf8": "^2.0.2",
66
66
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.468.0",
3
+ "version": "3.470.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@aws-sdk/types": "3.468.0",
26
- "@smithy/util-endpoints": "^1.0.6",
26
+ "@smithy/util-endpoints": "^1.0.7",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.468.0",
3
+ "version": "3.470.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",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@aws-sdk/types": "3.468.0",
24
- "@smithy/node-config-provider": "^2.1.7",
24
+ "@smithy/node-config-provider": "^2.1.8",
25
25
  "@smithy/types": "^2.7.0",
26
26
  "tslib": "^2.5.0"
27
27
  },
package/package.json CHANGED
@@ -83,7 +83,7 @@
83
83
  "aws-cdk-lib": "2.110.0",
84
84
  "aws-sdk-client-mock": "^3.0.0",
85
85
  "aws-sdk-client-mock-jest": "^3.0.0",
86
- "cdk-nag": "^2.27.209",
86
+ "cdk-nag": "^2.27.211",
87
87
  "cdklabs-projen-project-types": "^0.1.182",
88
88
  "constructs": "10.0.5",
89
89
  "esbuild": "^0.19.8",
@@ -93,15 +93,15 @@
93
93
  "jest": "^27",
94
94
  "jest-junit": "^15",
95
95
  "jsii": "1.x",
96
- "jsii-diff": "^1.92.0",
96
+ "jsii-diff": "^1.93.0",
97
97
  "jsii-docgen": "^7.2.9",
98
- "jsii-pacmak": "^1.92.0",
98
+ "jsii-pacmak": "^1.93.0",
99
99
  "jsii-rosetta": "^5.2.5",
100
100
  "lambda-tester": "^4.0.1",
101
101
  "projen": "0.77.5",
102
102
  "standard-version": "^9",
103
103
  "ts-jest": "^27",
104
- "ts-node": "^10.9.1",
104
+ "ts-node": "^10.9.2",
105
105
  "typescript": "^4.9.5"
106
106
  },
107
107
  "peerDependencies": {
@@ -109,7 +109,7 @@
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.468.0",
112
+ "@aws-sdk/client-codedeploy": "^3.470.0",
113
113
  "jmespath": "^0.16.0"
114
114
  },
115
115
  "bundledDependencies": [
@@ -131,7 +131,7 @@
131
131
  "publishConfig": {
132
132
  "access": "public"
133
133
  },
134
- "version": "0.0.219",
134
+ "version": "0.0.221",
135
135
  "jest": {
136
136
  "testMatch": [
137
137
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",