@jjrawlins/cdk-ami-builder 0.0.174 → 0.0.176

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 (61) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/README.md +26 -46
  8. package/node_modules/@aws-sdk/client-ec2/package.json +36 -36
  9. package/node_modules/@aws-sdk/client-ecs/README.md +26 -46
  10. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  11. package/node_modules/@aws-sdk/client-kms/README.md +26 -46
  12. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  13. package/node_modules/@aws-sdk/client-s3/README.md +26 -46
  14. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  15. package/node_modules/@aws-sdk/client-secrets-manager/README.md +26 -46
  16. package/node_modules/@aws-sdk/client-secrets-manager/package.json +34 -34
  17. package/node_modules/@aws-sdk/client-sfn/README.md +26 -46
  18. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  19. package/node_modules/@aws-sdk/client-sns/README.md +26 -46
  20. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  21. package/node_modules/@aws-sdk/client-sqs/README.md +65 -46
  22. package/node_modules/@aws-sdk/client-sqs/package.json +36 -36
  23. package/node_modules/@aws-sdk/client-ssm/README.md +26 -46
  24. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  25. package/node_modules/@aws-sdk/core/package.json +11 -11
  26. package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
  27. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  28. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  29. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  30. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  31. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  32. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  33. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  34. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  35. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  36. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  37. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  38. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  39. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  40. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  41. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  42. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  43. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  44. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  45. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  46. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  47. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  48. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  49. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  50. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  51. package/node_modules/@aws-sdk/types/package.json +2 -2
  52. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  53. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  54. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  55. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  56. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  57. package/node_modules/fast-xml-builder/CHANGELOG.md +2 -1
  58. package/node_modules/fast-xml-builder/lib/fxb.d.cts +3 -1
  59. package/node_modules/fast-xml-builder/package.json +1 -1
  60. package/node_modules/fast-xml-builder/src/fxb.d.ts +4 -1
  61. package/package.json +11 -11
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/types": "^3.973.5",
33
- "@smithy/fetch-http-handler": "^5.3.13",
34
- "@smithy/node-http-handler": "^4.4.14",
35
- "@smithy/property-provider": "^4.2.11",
36
- "@smithy/protocol-http": "^5.3.11",
37
- "@smithy/smithy-client": "^4.12.3",
38
- "@smithy/types": "^4.13.0",
39
- "@smithy/util-stream": "^4.5.17",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/fetch-http-handler": "^5.3.15",
34
+ "@smithy/node-http-handler": "^4.4.16",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/protocol-http": "^5.3.12",
37
+ "@smithy/smithy-client": "^4.12.5",
38
+ "@smithy/types": "^4.13.1",
39
+ "@smithy/util-stream": "^4.5.19",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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",
@@ -28,19 +28,19 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/credential-provider-env": "^3.972.17",
33
- "@aws-sdk/credential-provider-http": "^3.972.19",
34
- "@aws-sdk/credential-provider-login": "^3.972.19",
35
- "@aws-sdk/credential-provider-process": "^3.972.17",
36
- "@aws-sdk/credential-provider-sso": "^3.972.19",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.19",
38
- "@aws-sdk/nested-clients": "^3.996.9",
39
- "@aws-sdk/types": "^3.973.5",
40
- "@smithy/credential-provider-imds": "^4.2.11",
41
- "@smithy/property-provider": "^4.2.11",
42
- "@smithy/shared-ini-file-loader": "^4.4.6",
43
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/credential-provider-env": "^3.972.18",
33
+ "@aws-sdk/credential-provider-http": "^3.972.20",
34
+ "@aws-sdk/credential-provider-login": "^3.972.20",
35
+ "@aws-sdk/credential-provider-process": "^3.972.18",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.20",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.20",
38
+ "@aws-sdk/nested-clients": "^3.996.10",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/credential-provider-imds": "^4.2.12",
41
+ "@smithy/property-provider": "^4.2.12",
42
+ "@smithy/shared-ini-file-loader": "^4.4.7",
43
+ "@smithy/types": "^4.13.1",
44
44
  "tslib": "^2.6.2"
45
45
  },
46
46
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/nested-clients": "^3.996.9",
33
- "@aws-sdk/types": "^3.973.5",
34
- "@smithy/property-provider": "^4.2.11",
35
- "@smithy/protocol-http": "^5.3.11",
36
- "@smithy/shared-ini-file-loader": "^4.4.6",
37
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/nested-clients": "^3.996.10",
33
+ "@aws-sdk/types": "^3.973.6",
34
+ "@smithy/property-provider": "^4.2.12",
35
+ "@smithy/protocol-http": "^5.3.12",
36
+ "@smithy/shared-ini-file-loader": "^4.4.7",
37
+ "@smithy/types": "^4.13.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.17",
35
- "@aws-sdk/credential-provider-http": "^3.972.19",
36
- "@aws-sdk/credential-provider-ini": "^3.972.19",
37
- "@aws-sdk/credential-provider-process": "^3.972.17",
38
- "@aws-sdk/credential-provider-sso": "^3.972.19",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.19",
40
- "@aws-sdk/types": "^3.973.5",
41
- "@smithy/credential-provider-imds": "^4.2.11",
42
- "@smithy/property-provider": "^4.2.11",
43
- "@smithy/shared-ini-file-loader": "^4.4.6",
44
- "@smithy/types": "^4.13.0",
34
+ "@aws-sdk/credential-provider-env": "^3.972.18",
35
+ "@aws-sdk/credential-provider-http": "^3.972.20",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.20",
37
+ "@aws-sdk/credential-provider-process": "^3.972.18",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.20",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.20",
40
+ "@aws-sdk/types": "^3.973.6",
41
+ "@smithy/credential-provider-imds": "^4.2.12",
42
+ "@smithy/property-provider": "^4.2.12",
43
+ "@smithy/shared-ini-file-loader": "^4.4.7",
44
+ "@smithy/types": "^4.13.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.17",
3
+ "version": "3.972.18",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.19",
30
- "@aws-sdk/types": "^3.973.5",
31
- "@smithy/property-provider": "^4.2.11",
32
- "@smithy/shared-ini-file-loader": "^4.4.6",
33
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.20",
30
+ "@aws-sdk/types": "^3.973.6",
31
+ "@smithy/property-provider": "^4.2.12",
32
+ "@smithy/shared-ini-file-loader": "^4.4.7",
33
+ "@smithy/types": "^4.13.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.19",
30
- "@aws-sdk/nested-clients": "^3.996.9",
31
- "@aws-sdk/token-providers": "3.1008.0",
32
- "@aws-sdk/types": "^3.973.5",
33
- "@smithy/property-provider": "^4.2.11",
34
- "@smithy/shared-ini-file-loader": "^4.4.6",
35
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.20",
30
+ "@aws-sdk/nested-clients": "^3.996.10",
31
+ "@aws-sdk/token-providers": "3.1009.0",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/property-provider": "^4.2.12",
34
+ "@smithy/shared-ini-file-loader": "^4.4.7",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.19",
38
- "@aws-sdk/nested-clients": "^3.996.9",
39
- "@aws-sdk/types": "^3.973.5",
40
- "@smithy/property-provider": "^4.2.11",
41
- "@smithy/shared-ini-file-loader": "^4.4.6",
42
- "@smithy/types": "^4.13.0",
37
+ "@aws-sdk/core": "^3.973.20",
38
+ "@aws-sdk/nested-clients": "^3.996.10",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/property-provider": "^4.2.12",
41
+ "@smithy/shared-ini-file-loader": "^4.4.7",
42
+ "@smithy/types": "^4.13.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-bucket-endpoint",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-bucket-endpoint",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.5",
26
+ "@aws-sdk/types": "^3.973.6",
27
27
  "@aws-sdk/util-arn-parser": "^3.972.3",
28
- "@smithy/node-config-provider": "^4.3.11",
29
- "@smithy/protocol-http": "^5.3.11",
30
- "@smithy/types": "^4.13.0",
28
+ "@smithy/node-config-provider": "^4.3.12",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "@smithy/util-config-provider": "^4.2.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-expect-continue",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-expect-continue",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/protocol-http": "^5.3.11",
29
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/protocol-http": "^5.3.12",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.973.5",
3
+ "version": "3.973.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
@@ -37,20 +37,20 @@
37
37
  "@aws-crypto/crc32": "5.2.0",
38
38
  "@aws-crypto/crc32c": "5.2.0",
39
39
  "@aws-crypto/util": "5.2.0",
40
- "@aws-sdk/core": "^3.973.19",
41
- "@aws-sdk/crc64-nvme": "^3.972.4",
42
- "@aws-sdk/types": "^3.973.5",
40
+ "@aws-sdk/core": "^3.973.20",
41
+ "@aws-sdk/crc64-nvme": "^3.972.5",
42
+ "@aws-sdk/types": "^3.973.6",
43
43
  "@smithy/is-array-buffer": "^4.2.2",
44
- "@smithy/node-config-provider": "^4.3.11",
45
- "@smithy/protocol-http": "^5.3.11",
46
- "@smithy/types": "^4.13.0",
47
- "@smithy/util-middleware": "^4.2.11",
48
- "@smithy/util-stream": "^4.5.17",
44
+ "@smithy/node-config-provider": "^4.3.12",
45
+ "@smithy/protocol-http": "^5.3.12",
46
+ "@smithy/types": "^4.13.1",
47
+ "@smithy/util-middleware": "^4.2.12",
48
+ "@smithy/util-stream": "^4.5.19",
49
49
  "@smithy/util-utf8": "^4.2.2",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@smithy/node-http-handler": "^4.4.14",
53
+ "@smithy/node-http-handler": "^4.4.16",
54
54
  "concurrently": "7.0.0",
55
55
  "downlevel-dts": "0.10.1",
56
56
  "premove": "4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/protocol-http": "^5.3.11",
30
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-location-constraint",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-location-constraint",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/types": "^4.13.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
27
+ "@aws-sdk/types": "^3.973.6",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.11",
30
- "@smithy/types": "^4.13.0",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
3
- "version": "3.972.14",
3
+ "version": "3.972.15",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-ec2",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "^3.973.5",
30
- "@aws-sdk/util-format-url": "^3.972.7",
31
- "@smithy/middleware-endpoint": "^4.4.23",
32
- "@smithy/protocol-http": "^5.3.11",
33
- "@smithy/signature-v4": "^5.3.11",
34
- "@smithy/smithy-client": "^4.12.3",
35
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/types": "^3.973.6",
30
+ "@aws-sdk/util-format-url": "^3.972.8",
31
+ "@smithy/middleware-endpoint": "^4.4.25",
32
+ "@smithy/protocol-http": "^5.3.12",
33
+ "@smithy/signature-v4": "^5.3.12",
34
+ "@smithy/smithy-client": "^4.12.5",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/types": "^3.973.5",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/types": "^3.973.6",
33
33
  "@aws-sdk/util-arn-parser": "^3.972.3",
34
- "@smithy/core": "^3.23.9",
35
- "@smithy/node-config-provider": "^4.3.11",
36
- "@smithy/protocol-http": "^5.3.11",
37
- "@smithy/signature-v4": "^5.3.11",
38
- "@smithy/smithy-client": "^4.12.3",
39
- "@smithy/types": "^4.13.0",
34
+ "@smithy/core": "^3.23.11",
35
+ "@smithy/node-config-provider": "^4.3.12",
36
+ "@smithy/protocol-http": "^5.3.12",
37
+ "@smithy/signature-v4": "^5.3.12",
38
+ "@smithy/smithy-client": "^4.12.5",
39
+ "@smithy/types": "^4.13.1",
40
40
  "@smithy/util-config-provider": "^4.2.2",
41
- "@smithy/util-middleware": "^4.2.11",
42
- "@smithy/util-stream": "^4.5.17",
41
+ "@smithy/util-middleware": "^4.2.12",
42
+ "@smithy/util-stream": "^4.5.19",
43
43
  "@smithy/util-utf8": "^4.2.2",
44
44
  "tslib": "^2.6.2"
45
45
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-sqs",
3
- "version": "3.972.14",
3
+ "version": "3.972.15",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-sqs",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/smithy-client": "^4.12.3",
29
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/smithy-client": "^4.12.5",
29
+ "@smithy/types": "^4.13.1",
30
30
  "@smithy/util-hex-encoding": "^4.2.2",
31
31
  "@smithy/util-utf8": "^4.2.2",
32
32
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-ssec",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-ssec",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/types": "^4.13.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.19",
29
- "@aws-sdk/types": "^3.973.5",
30
- "@aws-sdk/util-endpoints": "^3.996.4",
31
- "@smithy/core": "^3.23.9",
32
- "@smithy/protocol-http": "^5.3.11",
33
- "@smithy/types": "^4.13.0",
34
- "@smithy/util-retry": "^4.2.11",
28
+ "@aws-sdk/core": "^3.973.20",
29
+ "@aws-sdk/types": "^3.973.6",
30
+ "@aws-sdk/util-endpoints": "^3.996.5",
31
+ "@smithy/core": "^3.23.11",
32
+ "@smithy/protocol-http": "^5.3.12",
33
+ "@smithy/types": "^4.13.1",
34
+ "@smithy/util-retry": "^4.2.12",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.9",
3
+ "version": "3.996.10",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,40 +29,40 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.19",
33
- "@aws-sdk/middleware-host-header": "^3.972.7",
34
- "@aws-sdk/middleware-logger": "^3.972.7",
35
- "@aws-sdk/middleware-recursion-detection": "^3.972.7",
36
- "@aws-sdk/middleware-user-agent": "^3.972.20",
37
- "@aws-sdk/region-config-resolver": "^3.972.7",
38
- "@aws-sdk/types": "^3.973.5",
39
- "@aws-sdk/util-endpoints": "^3.996.4",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.7",
41
- "@aws-sdk/util-user-agent-node": "^3.973.6",
42
- "@smithy/config-resolver": "^4.4.10",
43
- "@smithy/core": "^3.23.9",
44
- "@smithy/fetch-http-handler": "^5.3.13",
45
- "@smithy/hash-node": "^4.2.11",
46
- "@smithy/invalid-dependency": "^4.2.11",
47
- "@smithy/middleware-content-length": "^4.2.11",
48
- "@smithy/middleware-endpoint": "^4.4.23",
49
- "@smithy/middleware-retry": "^4.4.40",
50
- "@smithy/middleware-serde": "^4.2.12",
51
- "@smithy/middleware-stack": "^4.2.11",
52
- "@smithy/node-config-provider": "^4.3.11",
53
- "@smithy/node-http-handler": "^4.4.14",
54
- "@smithy/protocol-http": "^5.3.11",
55
- "@smithy/smithy-client": "^4.12.3",
56
- "@smithy/types": "^4.13.0",
57
- "@smithy/url-parser": "^4.2.11",
32
+ "@aws-sdk/core": "^3.973.20",
33
+ "@aws-sdk/middleware-host-header": "^3.972.8",
34
+ "@aws-sdk/middleware-logger": "^3.972.8",
35
+ "@aws-sdk/middleware-recursion-detection": "^3.972.8",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.21",
37
+ "@aws-sdk/region-config-resolver": "^3.972.8",
38
+ "@aws-sdk/types": "^3.973.6",
39
+ "@aws-sdk/util-endpoints": "^3.996.5",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.7",
42
+ "@smithy/config-resolver": "^4.4.11",
43
+ "@smithy/core": "^3.23.11",
44
+ "@smithy/fetch-http-handler": "^5.3.15",
45
+ "@smithy/hash-node": "^4.2.12",
46
+ "@smithy/invalid-dependency": "^4.2.12",
47
+ "@smithy/middleware-content-length": "^4.2.12",
48
+ "@smithy/middleware-endpoint": "^4.4.25",
49
+ "@smithy/middleware-retry": "^4.4.42",
50
+ "@smithy/middleware-serde": "^4.2.14",
51
+ "@smithy/middleware-stack": "^4.2.12",
52
+ "@smithy/node-config-provider": "^4.3.12",
53
+ "@smithy/node-http-handler": "^4.4.16",
54
+ "@smithy/protocol-http": "^5.3.12",
55
+ "@smithy/smithy-client": "^4.12.5",
56
+ "@smithy/types": "^4.13.1",
57
+ "@smithy/url-parser": "^4.2.12",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.39",
62
- "@smithy/util-defaults-mode-node": "^4.2.42",
63
- "@smithy/util-endpoints": "^3.3.2",
64
- "@smithy/util-middleware": "^4.2.11",
65
- "@smithy/util-retry": "^4.2.11",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.41",
62
+ "@smithy/util-defaults-mode-node": "^4.2.44",
63
+ "@smithy/util-endpoints": "^3.3.3",
64
+ "@smithy/util-middleware": "^4.2.12",
65
+ "@smithy/util-retry": "^4.2.12",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
67
  "tslib": "^2.6.2"
68
68
  },