@cdklabs/cdk-ecs-codedeploy 0.0.346 → 0.0.348

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 +6 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/types": "^3.7.0",
27
+ "@smithy/types": "^3.7.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-builder",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^3.7.0",
25
+ "@smithy/types": "^3.7.1",
26
26
  "@smithy/util-uri-escape": "^3.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-parser",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^3.7.0",
26
+ "@smithy/types": "^3.7.1",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-error-classification",
@@ -54,6 +54,6 @@
54
54
  "directory": ".release/package"
55
55
  },
56
56
  "dependencies": {
57
- "@smithy/types": "^3.7.0"
57
+ "@smithy/types": "^3.7.1"
58
58
  }
59
59
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "dependencies": {
5
- "@smithy/types": "^3.7.0",
5
+ "@smithy/types": "^3.7.1",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "@smithy/is-array-buffer": "^3.0.0",
29
- "@smithy/protocol-http": "^4.1.6",
30
- "@smithy/types": "^3.7.0",
29
+ "@smithy/protocol-http": "^4.1.7",
30
+ "@smithy/types": "^3.7.1",
31
31
  "@smithy/util-hex-encoding": "^3.0.0",
32
- "@smithy/util-middleware": "^3.0.9",
32
+ "@smithy/util-middleware": "^3.0.10",
33
33
  "@smithy/util-uri-escape": "^3.0.0",
34
34
  "@smithy/util-utf8": "^3.0.0",
35
35
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline smithy-client",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^2.5.2",
28
- "@smithy/middleware-endpoint": "^3.2.2",
29
- "@smithy/middleware-stack": "^3.0.9",
30
- "@smithy/protocol-http": "^4.1.6",
31
- "@smithy/types": "^3.7.0",
32
- "@smithy/util-stream": "^3.3.0",
27
+ "@smithy/core": "^2.5.3",
28
+ "@smithy/middleware-endpoint": "^3.2.3",
29
+ "@smithy/middleware-stack": "^3.0.10",
30
+ "@smithy/protocol-http": "^4.1.7",
31
+ "@smithy/types": "^3.7.1",
32
+ "@smithy/util-stream": "^3.3.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "engines": {
@@ -1,5 +1,6 @@
1
1
  import type { InvokeMethod, InvokeMethodOptionalArgs } from "../client";
2
2
  import type { GetOutputType } from "../command";
3
+ import type { DocumentType } from "../shapes";
3
4
  /**
4
5
  * @public
5
6
  *
@@ -29,7 +30,7 @@ export type UncheckedClient<Client extends object> = UncheckedClientOutputTypes<
29
30
  *
30
31
  * Excludes undefined recursively.
31
32
  */
32
- export type NoUndefined<T> = T extends Function ? T : [T] extends [object] ? {
33
+ export type NoUndefined<T> = T extends Function ? T : T extends DocumentType ? T : [T] extends [object] ? {
33
34
  [key in keyof T]: NoUndefined<T[key]>;
34
35
  } : Exclude<T, undefined>;
35
36
  /**
@@ -37,7 +38,7 @@ export type NoUndefined<T> = T extends Function ? T : [T] extends [object] ? {
37
38
  *
38
39
  * Excludes undefined and optional recursively.
39
40
  */
40
- export type RecursiveRequired<T> = T extends Function ? T : [T] extends [object] ? {
41
+ export type RecursiveRequired<T> = T extends Function ? T : T extends DocumentType ? T : [T] extends [object] ? {
41
42
  [key in keyof T]-?: RecursiveRequired<T[key]>;
42
43
  } : Exclude<T, undefined>;
43
44
  /**
@@ -1,5 +1,6 @@
1
1
  import { InvokeMethod, InvokeMethodOptionalArgs } from "../client";
2
2
  import { GetOutputType } from "../command";
3
+ import { DocumentType } from "../shapes";
3
4
  /**
4
5
  * @public
5
6
  *
@@ -29,7 +30,7 @@ export type UncheckedClient<Client extends object> = UncheckedClientOutputTypes<
29
30
  *
30
31
  * Excludes undefined recursively.
31
32
  */
32
- export type NoUndefined<T> = T extends Function ? T : [
33
+ export type NoUndefined<T> = T extends Function ? T : T extends DocumentType ? T : [
33
34
  T
34
35
  ] extends [
35
36
  object
@@ -41,7 +42,7 @@ export type NoUndefined<T> = T extends Function ? T : [
41
42
  *
42
43
  * Excludes undefined and optional recursively.
43
44
  */
44
- export type RecursiveRequired<T> = T extends Function ? T : [
45
+ export type RecursiveRequired<T> = T extends Function ? T : T extends DocumentType ? T : [
45
46
  T
46
47
  ] extends [
47
48
  object
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline types",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline url-parser",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/querystring-parser": "^3.0.9",
27
- "@smithy/types": "^3.7.0",
26
+ "@smithy/querystring-parser": "^3.0.10",
27
+ "@smithy/types": "^3.7.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/property-provider": "^3.1.9",
27
- "@smithy/smithy-client": "^3.4.3",
28
- "@smithy/types": "^3.7.0",
26
+ "@smithy/property-provider": "^3.1.10",
27
+ "@smithy/smithy-client": "^3.4.4",
28
+ "@smithy/types": "^3.7.1",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-node",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/config-resolver": "^3.0.11",
27
- "@smithy/credential-provider-imds": "^3.2.6",
28
- "@smithy/node-config-provider": "^3.1.10",
29
- "@smithy/property-provider": "^3.1.9",
30
- "@smithy/smithy-client": "^3.4.3",
31
- "@smithy/types": "^3.7.0",
26
+ "@smithy/config-resolver": "^3.0.12",
27
+ "@smithy/credential-provider-imds": "^3.2.7",
28
+ "@smithy/node-config-provider": "^3.1.11",
29
+ "@smithy/property-provider": "^3.1.10",
30
+ "@smithy/smithy-client": "^3.4.4",
31
+ "@smithy/types": "^3.7.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^3.1.10",
32
- "@smithy/types": "^3.7.0",
31
+ "@smithy/node-config-provider": "^3.1.11",
32
+ "@smithy/types": "^3.7.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/types": "^3.7.0",
30
+ "@smithy/types": "^3.7.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/service-error-classification": "^3.0.9",
32
- "@smithy/types": "^3.7.0",
31
+ "@smithy/service-error-classification": "^3.0.10",
32
+ "@smithy/types": "^3.7.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-stream",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/fetch-http-handler": "^4.1.0",
32
- "@smithy/node-http-handler": "^3.3.0",
33
- "@smithy/types": "^3.7.0",
31
+ "@smithy/fetch-http-handler": "^4.1.1",
32
+ "@smithy/node-http-handler": "^3.3.1",
33
+ "@smithy/types": "^3.7.1",
34
34
  "@smithy/util-base64": "^3.0.0",
35
35
  "@smithy/util-buffer-from": "^3.0.0",
36
36
  "@smithy/util-hex-encoding": "^3.0.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^3.1.7",
7
- "@smithy/types": "^3.7.0",
6
+ "@smithy/abort-controller": "^3.1.8",
7
+ "@smithy/types": "^3.7.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -83,7 +83,7 @@
83
83
  "aws-cdk-lib": "2.139.0",
84
84
  "aws-sdk-client-mock": "^4.1.0",
85
85
  "aws-sdk-client-mock-jest": "^4.1.0",
86
- "cdk-nag": "^2.33.1",
86
+ "cdk-nag": "^2.34.2",
87
87
  "cdklabs-projen-project-types": "^0.1.204",
88
88
  "commit-and-tag-version": "^12",
89
89
  "constructs": "10.0.5",
@@ -94,10 +94,10 @@
94
94
  "jest": "^27",
95
95
  "jest-junit": "^15",
96
96
  "jsii": "~5.2",
97
- "jsii-diff": "^1.104.0",
97
+ "jsii-diff": "^1.105.0",
98
98
  "jsii-docgen": "^10.5.0",
99
- "jsii-pacmak": "^1.104.0",
100
- "jsii-rosetta": "^5.5.13",
99
+ "jsii-pacmak": "^1.105.0",
100
+ "jsii-rosetta": "^5.6.0",
101
101
  "lambda-tester": "^4.0.1",
102
102
  "projen": "0.87.4",
103
103
  "ts-jest": "^27",
@@ -109,7 +109,7 @@
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.691.0",
112
+ "@aws-sdk/client-codedeploy": "^3.696.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.346",
130
+ "version": "0.0.348",
131
131
  "jest": {
132
132
  "coverageProvider": "v8",
133
133
  "testMatch": [