@cdklabs/cdk-ecs-codedeploy 0.0.345 → 0.0.346

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 (99) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
  10. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  11. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  12. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  13. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  14. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  15. package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
  16. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +56 -56
  17. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +56 -56
  18. package/node_modules/@aws-sdk/client-sts/package.json +6 -6
  19. package/node_modules/@aws-sdk/core/package.json +3 -3
  20. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  21. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  22. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  23. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  24. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  25. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  26. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  27. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  28. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  29. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  30. package/node_modules/@smithy/abort-controller/package.json +4 -3
  31. package/node_modules/@smithy/config-resolver/package.json +7 -6
  32. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  33. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  34. package/node_modules/@smithy/core/package.json +10 -9
  35. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  36. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  37. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  38. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  39. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  40. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  41. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  42. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  43. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  44. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  45. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  46. package/node_modules/@smithy/hash-node/package.json +4 -3
  47. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  48. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  49. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  50. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  51. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  52. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  53. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  54. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  55. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  56. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  57. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  58. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  59. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  60. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  61. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  62. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  63. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  64. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  65. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  66. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  67. package/node_modules/@smithy/property-provider/package.json +4 -3
  68. package/node_modules/@smithy/protocol-http/package.json +4 -3
  69. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  70. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  71. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  72. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  73. package/node_modules/@smithy/signature-v4/package.json +6 -5
  74. package/node_modules/@smithy/smithy-client/package.json +9 -8
  75. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  76. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  77. package/node_modules/@smithy/types/package.json +1 -1
  78. package/node_modules/@smithy/url-parser/package.json +5 -4
  79. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  80. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  81. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  82. package/node_modules/@smithy/util-middleware/package.json +4 -3
  83. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  84. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  85. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  86. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  87. package/node_modules/@smithy/util-retry/package.json +5 -4
  88. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  89. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  90. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  91. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  92. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  93. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  94. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  95. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  96. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  97. package/node_modules/@smithy/util-stream/package.json +10 -6
  98. package/node_modules/@smithy/util-waiter/package.json +5 -4
  99. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
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",
@@ -12,8 +12,12 @@
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test": "yarn g:jest && yarn g:karma start karma.conf.js",
16
- "test:integration": "yarn g:jest --config jest.config.integ.js"
15
+ "test": "yarn g:vitest run && yarn test:browser",
16
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
17
+ "test:watch": "yarn g:vitest watch",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts",
19
+ "test:browser": "yarn g:vitest run -c vitest.config.browser.ts",
20
+ "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.ts"
17
21
  },
18
22
  "main": "./dist-cjs/index.js",
19
23
  "module": "./dist-es/index.js",
@@ -24,9 +28,9 @@
24
28
  },
25
29
  "license": "Apache-2.0",
26
30
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^4.0.0",
28
- "@smithy/node-http-handler": "^3.2.5",
29
- "@smithy/types": "^3.6.0",
31
+ "@smithy/fetch-http-handler": "^4.1.0",
32
+ "@smithy/node-http-handler": "^3.3.0",
33
+ "@smithy/types": "^3.7.0",
30
34
  "@smithy/util-base64": "^3.0.0",
31
35
  "@smithy/util-buffer-from": "^3.0.0",
32
36
  "@smithy/util-hex-encoding": "^3.0.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^3.1.6",
7
- "@smithy/types": "^3.6.0",
6
+ "@smithy/abort-controller": "^3.1.7",
7
+ "@smithy/types": "^3.7.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -17,7 +17,8 @@
17
17
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
18
18
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
19
19
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
20
- "test": "yarn g:jest"
20
+ "test": "yarn g:vitest run",
21
+ "test:watch": "yarn g:vitest watch"
21
22
  },
22
23
  "author": {
23
24
  "name": "AWS SDK for JavaScript Team",
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.31.4",
86
+ "cdk-nag": "^2.33.1",
87
87
  "cdklabs-projen-project-types": "^0.1.204",
88
88
  "commit-and-tag-version": "^12",
89
89
  "constructs": "10.0.5",
@@ -97,7 +97,7 @@
97
97
  "jsii-diff": "^1.104.0",
98
98
  "jsii-docgen": "^10.5.0",
99
99
  "jsii-pacmak": "^1.104.0",
100
- "jsii-rosetta": "^5.5.5",
100
+ "jsii-rosetta": "^5.5.13",
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.686.0",
112
+ "@aws-sdk/client-codedeploy": "^3.691.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.345",
130
+ "version": "0.0.346",
131
131
  "jest": {
132
132
  "coverageProvider": "v8",
133
133
  "testMatch": [