@cdklabs/cdk-ecs-codedeploy 0.0.109 → 0.0.110

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 (75) 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-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -4
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -7
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -2
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
  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 +2 -2
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +17 -17
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -5
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +36 -36
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -6
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -6
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -4
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +3 -3
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +34 -34
  53. package/node_modules/@aws-sdk/client-codedeploy/package.json +3 -3
  54. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-sso/package.json +1 -1
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -2
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -2
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-sso-oidc/package.json +1 -1
  63. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +6 -6
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +3 -3
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -3
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +5 -5
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  71. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  72. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  73. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  74. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  75. package/package.json +5 -5
@@ -28,14 +28,14 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
28
28
  * import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
29
29
  * // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
30
30
  * const client = new SSOOIDCClient(config);
31
- * const input = {
31
+ * const input = { // CreateTokenRequest
32
32
  * clientId: "STRING_VALUE", // required
33
33
  * clientSecret: "STRING_VALUE", // required
34
34
  * grantType: "STRING_VALUE", // required
35
35
  * deviceCode: "STRING_VALUE",
36
36
  * code: "STRING_VALUE",
37
37
  * refreshToken: "STRING_VALUE",
38
- * scope: [
38
+ * scope: [ // Scopes
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * redirectUri: "STRING_VALUE",
@@ -27,10 +27,10 @@ export interface RegisterClientCommandOutput extends RegisterClientResponse, __M
27
27
  * import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
28
28
  * // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
29
29
  * const client = new SSOOIDCClient(config);
30
- * const input = {
30
+ * const input = { // RegisterClientRequest
31
31
  * clientName: "STRING_VALUE", // required
32
32
  * clientType: "STRING_VALUE", // required
33
- * scopes: [
33
+ * scopes: [ // Scopes
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -27,7 +27,7 @@ export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthor
27
27
  * import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
28
28
  * // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
29
29
  * const client = new SSOOIDCClient(config);
30
- * const input = {
30
+ * const input = { // StartDeviceAuthorizationRequest
31
31
  * clientId: "STRING_VALUE", // required
32
32
  * clientSecret: "STRING_VALUE", // required
33
33
  * startUrl: "STRING_VALUE", // required
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -113,23 +113,23 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
113
113
  * import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; // ES Modules import
114
114
  * // const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); // CommonJS import
115
115
  * const client = new STSClient(config);
116
- * const input = {
116
+ * const input = { // AssumeRoleRequest
117
117
  * RoleArn: "STRING_VALUE", // required
118
118
  * RoleSessionName: "STRING_VALUE", // required
119
- * PolicyArns: [
120
- * {
119
+ * PolicyArns: [ // policyDescriptorListType
120
+ * { // PolicyDescriptorType
121
121
  * arn: "STRING_VALUE",
122
122
  * },
123
123
  * ],
124
124
  * Policy: "STRING_VALUE",
125
125
  * DurationSeconds: Number("int"),
126
- * Tags: [
127
- * {
126
+ * Tags: [ // tagListType
127
+ * { // Tag
128
128
  * Key: "STRING_VALUE", // required
129
129
  * Value: "STRING_VALUE", // required
130
130
  * },
131
131
  * ],
132
- * TransitiveTagKeys: [
132
+ * TransitiveTagKeys: [ // tagKeyListType
133
133
  * "STRING_VALUE",
134
134
  * ],
135
135
  * ExternalId: "STRING_VALUE",
@@ -154,12 +154,12 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo
154
154
  * import { STSClient, AssumeRoleWithSAMLCommand } from "@aws-sdk/client-sts"; // ES Modules import
155
155
  * // const { STSClient, AssumeRoleWithSAMLCommand } = require("@aws-sdk/client-sts"); // CommonJS import
156
156
  * const client = new STSClient(config);
157
- * const input = {
157
+ * const input = { // AssumeRoleWithSAMLRequest
158
158
  * RoleArn: "STRING_VALUE", // required
159
159
  * PrincipalArn: "STRING_VALUE", // required
160
160
  * SAMLAssertion: "STRING_VALUE", // required
161
- * PolicyArns: [
162
- * {
161
+ * PolicyArns: [ // policyDescriptorListType
162
+ * { // PolicyDescriptorType
163
163
  * arn: "STRING_VALUE",
164
164
  * },
165
165
  * ],
@@ -158,13 +158,13 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
158
158
  * import { STSClient, AssumeRoleWithWebIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import
159
159
  * // const { STSClient, AssumeRoleWithWebIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import
160
160
  * const client = new STSClient(config);
161
- * const input = {
161
+ * const input = { // AssumeRoleWithWebIdentityRequest
162
162
  * RoleArn: "STRING_VALUE", // required
163
163
  * RoleSessionName: "STRING_VALUE", // required
164
164
  * WebIdentityToken: "STRING_VALUE", // required
165
165
  * ProviderId: "STRING_VALUE",
166
- * PolicyArns: [
167
- * {
166
+ * PolicyArns: [ // policyDescriptorListType
167
+ * { // PolicyDescriptorType
168
168
  * arn: "STRING_VALUE",
169
169
  * },
170
170
  * ],
@@ -61,7 +61,7 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza
61
61
  * import { STSClient, DecodeAuthorizationMessageCommand } from "@aws-sdk/client-sts"; // ES Modules import
62
62
  * // const { STSClient, DecodeAuthorizationMessageCommand } = require("@aws-sdk/client-sts"); // CommonJS import
63
63
  * const client = new STSClient(config);
64
- * const input = {
64
+ * const input = { // DecodeAuthorizationMessageRequest
65
65
  * EncodedMessage: "STRING_VALUE", // required
66
66
  * };
67
67
  * const command = new DecodeAuthorizationMessageCommand(input);
@@ -43,7 +43,7 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
43
43
  * import { STSClient, GetAccessKeyInfoCommand } from "@aws-sdk/client-sts"; // ES Modules import
44
44
  * // const { STSClient, GetAccessKeyInfoCommand } = require("@aws-sdk/client-sts"); // CommonJS import
45
45
  * const client = new STSClient(config);
46
- * const input = {
46
+ * const input = { // GetAccessKeyInfoRequest
47
47
  * AccessKeyId: "STRING_VALUE", // required
48
48
  * };
49
49
  * const command = new GetAccessKeyInfoCommand(input);
@@ -112,17 +112,17 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
112
112
  * import { STSClient, GetFederationTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import
113
113
  * // const { STSClient, GetFederationTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import
114
114
  * const client = new STSClient(config);
115
- * const input = {
115
+ * const input = { // GetFederationTokenRequest
116
116
  * Name: "STRING_VALUE", // required
117
117
  * Policy: "STRING_VALUE",
118
- * PolicyArns: [
119
- * {
118
+ * PolicyArns: [ // policyDescriptorListType
119
+ * { // PolicyDescriptorType
120
120
  * arn: "STRING_VALUE",
121
121
  * },
122
122
  * ],
123
123
  * DurationSeconds: Number("int"),
124
- * Tags: [
125
- * {
124
+ * Tags: [ // tagListType
125
+ * { // Tag
126
126
  * Key: "STRING_VALUE", // required
127
127
  * Value: "STRING_VALUE", // required
128
128
  * },
@@ -84,7 +84,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
84
84
  * import { STSClient, GetSessionTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import
85
85
  * // const { STSClient, GetSessionTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import
86
86
  * const client = new STSClient(config);
87
- * const input = {
87
+ * const input = { // GetSessionTokenRequest
88
88
  * DurationSeconds: Number("int"),
89
89
  * SerialNumber: "STRING_VALUE",
90
90
  * TokenCode: "STRING_VALUE",
@@ -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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
26
  "@aws-sdk/config-resolver": "3.300.0",
27
- "@aws-sdk/credential-provider-node": "3.300.0",
27
+ "@aws-sdk/credential-provider-node": "3.301.0",
28
28
  "@aws-sdk/fetch-http-handler": "3.296.0",
29
29
  "@aws-sdk/hash-node": "3.296.0",
30
30
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.300.0",
3
+ "version": "3.301.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",
@@ -27,7 +27,7 @@
27
27
  "@aws-sdk/credential-provider-env": "3.296.0",
28
28
  "@aws-sdk/credential-provider-imds": "3.300.0",
29
29
  "@aws-sdk/credential-provider-process": "3.300.0",
30
- "@aws-sdk/credential-provider-sso": "3.300.0",
30
+ "@aws-sdk/credential-provider-sso": "3.301.0",
31
31
  "@aws-sdk/credential-provider-web-identity": "3.296.0",
32
32
  "@aws-sdk/property-provider": "3.296.0",
33
33
  "@aws-sdk/shared-ini-file-loader": "3.300.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.300.0",
3
+ "version": "3.301.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@aws-sdk/credential-provider-env": "3.296.0",
31
31
  "@aws-sdk/credential-provider-imds": "3.300.0",
32
- "@aws-sdk/credential-provider-ini": "3.300.0",
32
+ "@aws-sdk/credential-provider-ini": "3.301.0",
33
33
  "@aws-sdk/credential-provider-process": "3.300.0",
34
- "@aws-sdk/credential-provider-sso": "3.300.0",
34
+ "@aws-sdk/credential-provider-sso": "3.301.0",
35
35
  "@aws-sdk/credential-provider-web-identity": "3.296.0",
36
36
  "@aws-sdk/property-provider": "3.296.0",
37
37
  "@aws-sdk/shared-ini-file-loader": "3.300.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.300.0",
3
+ "version": "3.301.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,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.300.0",
27
+ "@aws-sdk/client-sso": "3.301.0",
28
28
  "@aws-sdk/property-provider": "3.296.0",
29
29
  "@aws-sdk/shared-ini-file-loader": "3.300.0",
30
- "@aws-sdk/token-providers": "3.300.0",
30
+ "@aws-sdk/token-providers": "3.301.0",
31
31
  "@aws-sdk/types": "3.296.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.300.0",
3
+ "version": "3.301.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso-oidc": "3.300.0",
28
+ "@aws-sdk/client-sso-oidc": "3.301.0",
29
29
  "@aws-sdk/property-provider": "3.296.0",
30
30
  "@aws-sdk/shared-ini-file-loader": "3.300.0",
31
31
  "@aws-sdk/types": "3.296.0",
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "aws-cdk-lib": "2.70.0",
74
74
  "aws-sdk-client-mock": "^2.1.1",
75
75
  "aws-sdk-client-mock-jest": "^2.1.1",
76
- "cdk-nag": "^2.24.0",
76
+ "cdk-nag": "^2.24.1",
77
77
  "constructs": "10.0.5",
78
78
  "esbuild": "^0.17.14",
79
79
  "eslint": "^8",
@@ -84,11 +84,11 @@
84
84
  "jest-junit": "^15",
85
85
  "jsii": "1.x",
86
86
  "jsii-diff": "^1.79.0",
87
- "jsii-docgen": "^7.1.38",
87
+ "jsii-docgen": "^7.1.39",
88
88
  "jsii-pacmak": "^1.79.0",
89
89
  "lambda-tester": "^4.0.1",
90
90
  "npm-check-updates": "^16",
91
- "projen": "0.69.11",
91
+ "projen": "0.69.15",
92
92
  "standard-version": "^9",
93
93
  "ts-jest": "^27",
94
94
  "ts-node": "^10.9.1",
@@ -100,7 +100,7 @@
100
100
  "constructs": "^10.0.5"
101
101
  },
102
102
  "dependencies": {
103
- "@aws-sdk/client-codedeploy": "^3.300.0",
103
+ "@aws-sdk/client-codedeploy": "^3.301.0",
104
104
  "jmespath": "^0.16.0"
105
105
  },
106
106
  "bundledDependencies": [
@@ -118,7 +118,7 @@
118
118
  "publishConfig": {
119
119
  "access": "public"
120
120
  },
121
- "version": "0.0.109",
121
+ "version": "0.0.110",
122
122
  "jest": {
123
123
  "testMatch": [
124
124
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",