@jjrawlins/cdk-ami-builder 0.0.7 → 0.0.8

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 (154) hide show
  1. package/.jsii +11 -11
  2. package/cdk-ami-builder/go.mod +4 -4
  3. package/cdk-ami-builder/jsii/jsii.go +2 -2
  4. package/cdk-ami-builder/version +1 -1
  5. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  6. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  7. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  8. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  9. package/node_modules/@aws/lambda-invoke-store/README.md +182 -0
  10. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +52 -0
  11. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +90 -0
  12. package/node_modules/@aws/lambda-invoke-store/package.json +36 -0
  13. package/node_modules/@aws-sdk/client-ec2/package.json +39 -39
  14. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +115 -4
  15. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +119 -4
  16. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  17. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  21. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +10 -4
  22. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-ecs/package.json +38 -38
  25. package/node_modules/@aws-sdk/client-kms/package.json +37 -37
  26. package/node_modules/@aws-sdk/client-s3/package.json +54 -54
  27. package/node_modules/@aws-sdk/client-secrets-manager/package.json +37 -37
  28. package/node_modules/@aws-sdk/client-sfn/package.json +37 -37
  29. package/node_modules/@aws-sdk/client-sns/package.json +37 -37
  30. package/node_modules/@aws-sdk/client-sqs/package.json +39 -39
  31. package/node_modules/@aws-sdk/client-ssm/package.json +38 -38
  32. package/node_modules/@aws-sdk/client-sso/package.json +36 -36
  33. package/node_modules/@aws-sdk/core/package.json +12 -12
  34. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  35. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  36. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  37. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  38. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  39. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  40. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  41. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  42. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  43. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  44. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  45. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  46. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  47. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +14 -32
  48. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +32 -0
  49. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  50. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  51. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  52. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  53. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  54. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +28 -0
  55. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  56. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  57. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  58. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  59. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  60. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  61. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  62. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  63. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  64. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  65. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  66. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  67. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  68. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -5
  69. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +7 -7
  70. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  71. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +5 -5
  72. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  73. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  74. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  75. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  76. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  77. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  78. package/node_modules/@aws-sdk/types/package.json +2 -2
  79. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  80. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  81. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  82. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  83. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  84. package/node_modules/@smithy/abort-controller/package.json +2 -2
  85. package/node_modules/@smithy/config-resolver/package.json +4 -4
  86. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +14 -16
  87. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +155 -221
  88. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -10
  89. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -22
  90. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +9 -20
  91. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -21
  92. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +76 -87
  93. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +11 -12
  94. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +16 -3
  95. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +9 -20
  96. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -27
  97. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  98. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  99. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -5
  100. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -9
  101. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  102. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  103. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +5 -1
  104. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  105. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -6
  106. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -2
  107. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -16
  108. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -5
  109. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -9
  110. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +15 -13
  111. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +3 -2
  112. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +5 -1
  113. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -5
  114. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -9
  115. package/node_modules/@smithy/core/package.json +7 -7
  116. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  117. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  118. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  119. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  120. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  121. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  122. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  123. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  124. package/node_modules/@smithy/hash-node/package.json +2 -2
  125. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  126. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  127. package/node_modules/@smithy/md5-js/package.json +2 -2
  128. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  129. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  130. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  131. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  132. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  133. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  134. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  135. package/node_modules/@smithy/property-provider/package.json +2 -2
  136. package/node_modules/@smithy/protocol-http/package.json +2 -2
  137. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  138. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  139. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  140. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  141. package/node_modules/@smithy/signature-v4/package.json +4 -4
  142. package/node_modules/@smithy/smithy-client/package.json +7 -7
  143. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +9 -2
  144. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +13 -3
  145. package/node_modules/@smithy/types/package.json +1 -1
  146. package/node_modules/@smithy/url-parser/package.json +3 -3
  147. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  148. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  149. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  150. package/node_modules/@smithy/util-middleware/package.json +2 -2
  151. package/node_modules/@smithy/util-retry/package.json +3 -3
  152. package/node_modules/@smithy/util-stream/package.json +4 -4
  153. package/node_modules/@smithy/util-waiter/package.json +3 -3
  154. package/package.json +11 -11
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/invalid-dependency",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 invalid-dependency",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.4.0",
27
+ "@smithy/types": "^4.5.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/md5-js",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 md5-js",
@@ -34,7 +34,7 @@
34
34
  "typedoc": "0.23.23"
35
35
  },
36
36
  "dependencies": {
37
- "@smithy/types": "^4.4.0",
37
+ "@smithy/types": "^4.5.0",
38
38
  "@smithy/util-utf8": "^4.1.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-content-length",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 middleware-content-length",
@@ -25,8 +25,8 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/protocol-http": "^5.2.0",
29
- "@smithy/types": "^4.4.0",
28
+ "@smithy/protocol-http": "^5.2.1",
29
+ "@smithy/types": "^4.5.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.2.0",
3
+ "version": "4.2.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 middleware-endpoint",
@@ -25,13 +25,13 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.10.0",
29
- "@smithy/middleware-serde": "^4.1.0",
30
- "@smithy/node-config-provider": "^4.2.0",
31
- "@smithy/shared-ini-file-loader": "^4.1.0",
32
- "@smithy/types": "^4.4.0",
33
- "@smithy/url-parser": "^4.1.0",
34
- "@smithy/util-middleware": "^4.1.0",
28
+ "@smithy/core": "^3.11.0",
29
+ "@smithy/middleware-serde": "^4.1.1",
30
+ "@smithy/node-config-provider": "^4.2.1",
31
+ "@smithy/shared-ini-file-loader": "^4.1.1",
32
+ "@smithy/types": "^4.5.0",
33
+ "@smithy/url-parser": "^4.1.1",
34
+ "@smithy/util-middleware": "^4.1.1",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.2.0",
3
+ "version": "4.2.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 middleware-retry",
@@ -34,13 +34,13 @@
34
34
  "license": "Apache-2.0",
35
35
  "sideEffects": false,
36
36
  "dependencies": {
37
- "@smithy/node-config-provider": "^4.2.0",
38
- "@smithy/protocol-http": "^5.2.0",
39
- "@smithy/service-error-classification": "^4.1.0",
40
- "@smithy/smithy-client": "^4.6.0",
41
- "@smithy/types": "^4.4.0",
42
- "@smithy/util-middleware": "^4.1.0",
43
- "@smithy/util-retry": "^4.1.0",
37
+ "@smithy/node-config-provider": "^4.2.1",
38
+ "@smithy/protocol-http": "^5.2.1",
39
+ "@smithy/service-error-classification": "^4.1.1",
40
+ "@smithy/smithy-client": "^4.6.1",
41
+ "@smithy/types": "^4.5.0",
42
+ "@smithy/util-middleware": "^4.1.1",
43
+ "@smithy/util-retry": "^4.1.1",
44
44
  "@types/uuid": "^9.0.1",
45
45
  "tslib": "^2.6.2",
46
46
  "uuid": "^9.0.1"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-serde",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 middleware-serde",
@@ -26,8 +26,8 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/protocol-http": "^5.2.0",
30
- "@smithy/types": "^4.4.0",
29
+ "@smithy/protocol-http": "^5.2.1",
30
+ "@smithy/types": "^4.5.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-stack",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Provides a means for composing multiple middleware functions into a single handler",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,7 +27,7 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/types": "^4.4.0",
30
+ "@smithy/types": "^4.5.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-config-provider",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Load config default values from ini config files and environmental variable",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,9 +26,9 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/property-provider": "^4.1.0",
30
- "@smithy/shared-ini-file-loader": "^4.1.0",
31
- "@smithy/types": "^4.4.0",
29
+ "@smithy/property-provider": "^4.1.1",
30
+ "@smithy/shared-ini-file-loader": "^4.1.1",
31
+ "@smithy/types": "^4.5.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,10 +27,10 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/abort-controller": "^4.1.0",
31
- "@smithy/protocol-http": "^5.2.0",
32
- "@smithy/querystring-builder": "^4.1.0",
33
- "@smithy/types": "^4.4.0",
30
+ "@smithy/abort-controller": "^4.1.1",
31
+ "@smithy/protocol-http": "^5.2.1",
32
+ "@smithy/querystring-builder": "^4.1.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 property-provider",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.4.0",
27
+ "@smithy/types": "^4.5.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.2.0",
3
+ "version": "5.2.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 protocol-http",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/types": "^4.4.0",
28
+ "@smithy/types": "^4.5.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 querystring-builder",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "sideEffects": false,
25
25
  "dependencies": {
26
- "@smithy/types": "^4.4.0",
26
+ "@smithy/types": "^4.5.0",
27
27
  "@smithy/util-uri-escape": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 querystring-parser",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.4.0",
27
+ "@smithy/types": "^4.5.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 service-error-classification",
@@ -55,6 +55,6 @@
55
55
  "directory": ".release/package"
56
56
  },
57
57
  "dependencies": {
58
- "@smithy/types": "^4.4.0"
58
+ "@smithy/types": "^4.5.0"
59
59
  }
60
60
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.4.0",
5
+ "@smithy/types": "^4.5.0",
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": "5.2.0",
3
+ "version": "5.2.1",
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",
@@ -27,10 +27,10 @@
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
29
  "@smithy/is-array-buffer": "^4.1.0",
30
- "@smithy/protocol-http": "^5.2.0",
31
- "@smithy/types": "^4.4.0",
30
+ "@smithy/protocol-http": "^5.2.1",
31
+ "@smithy/types": "^4.5.0",
32
32
  "@smithy/util-hex-encoding": "^4.1.0",
33
- "@smithy/util-middleware": "^4.1.0",
33
+ "@smithy/util-middleware": "^4.1.1",
34
34
  "@smithy/util-uri-escape": "^4.1.0",
35
35
  "@smithy/util-utf8": "^4.1.0",
36
36
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.6.0",
3
+ "version": "4.6.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 smithy-client",
@@ -25,12 +25,12 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.10.0",
29
- "@smithy/middleware-endpoint": "^4.2.0",
30
- "@smithy/middleware-stack": "^4.1.0",
31
- "@smithy/protocol-http": "^5.2.0",
32
- "@smithy/types": "^4.4.0",
33
- "@smithy/util-stream": "^4.3.0",
28
+ "@smithy/core": "^3.11.0",
29
+ "@smithy/middleware-endpoint": "^4.2.1",
30
+ "@smithy/middleware-stack": "^4.1.1",
31
+ "@smithy/protocol-http": "^5.2.1",
32
+ "@smithy/types": "^4.5.0",
33
+ "@smithy/util-stream": "^4.3.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "engines": {
@@ -25,6 +25,7 @@ export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
25
25
  * @public
26
26
  */
27
27
  export interface TraitsSchema {
28
+ namespace: string;
28
29
  name: string;
29
30
  traits: SchemaTraits;
30
31
  }
@@ -106,7 +107,13 @@ export type SchemaTraitsObject = {
106
107
  export interface StructureSchema extends TraitsSchema {
107
108
  name: string;
108
109
  traits: SchemaTraits;
109
- members: Record<string, [SchemaRef, SchemaTraits]>;
110
+ memberNames: string[];
111
+ memberList: SchemaRef[];
112
+ /**
113
+ * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
114
+ * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
115
+ */
116
+ members?: Record<string, [SchemaRef, SchemaTraits]> | undefined;
110
117
  }
111
118
  /**
112
119
  * Schema for the list aggregate type.
@@ -172,7 +179,7 @@ export interface NormalizedSchema {
172
179
  * For struct/union.
173
180
  */
174
181
  getMemberSchema(member: string): NormalizedSchema | undefined;
175
- getMemberSchemas(): Record<string, NormalizedSchema>;
182
+ structIterator(): Generator<[string, NormalizedSchema], undefined, undefined>;
176
183
  }
177
184
  /**
178
185
  * A schema "reference" is either a schema or a function that
@@ -25,6 +25,7 @@ export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
25
25
  * @public
26
26
  */
27
27
  export interface TraitsSchema {
28
+ namespace: string;
28
29
  name: string;
29
30
  traits: SchemaTraits;
30
31
  }
@@ -115,10 +116,16 @@ export type SchemaTraitsObject = {
115
116
  export interface StructureSchema extends TraitsSchema {
116
117
  name: string;
117
118
  traits: SchemaTraits;
118
- members: Record<string, [
119
+ memberNames: string[];
120
+ memberList: SchemaRef[];
121
+ /**
122
+ * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
123
+ * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
124
+ */
125
+ members?: Record<string, [
119
126
  SchemaRef,
120
127
  SchemaTraits
121
- ]>;
128
+ ]> | undefined;
122
129
  }
123
130
  /**
124
131
  * Schema for the list aggregate type.
@@ -187,7 +194,10 @@ export interface NormalizedSchema {
187
194
  * For struct/union.
188
195
  */
189
196
  getMemberSchema(member: string): NormalizedSchema | undefined;
190
- getMemberSchemas(): Record<string, NormalizedSchema>;
197
+ structIterator(): Generator<[
198
+ string,
199
+ NormalizedSchema
200
+ ], undefined, undefined>;
191
201
  }
192
202
  /**
193
203
  * A schema "reference" is either a schema or a function that
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.4.0",
3
+ "version": "4.5.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 types",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.1.0",
3
+ "version": "4.1.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 url-parser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.1.0",
28
- "@smithy/types": "^4.4.0",
27
+ "@smithy/querystring-parser": "^4.1.1",
28
+ "@smithy/types": "^4.5.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.1.0",
3
+ "version": "4.1.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-defaults-mode-browser",
@@ -24,9 +24,9 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/property-provider": "^4.1.0",
28
- "@smithy/smithy-client": "^4.6.0",
29
- "@smithy/types": "^4.4.0",
27
+ "@smithy/property-provider": "^4.1.1",
28
+ "@smithy/smithy-client": "^4.6.1",
29
+ "@smithy/types": "^4.5.0",
30
30
  "bowser": "^2.11.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.1.0",
3
+ "version": "4.1.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-defaults-mode-node",
@@ -24,12 +24,12 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/config-resolver": "^4.2.0",
28
- "@smithy/credential-provider-imds": "^4.1.0",
29
- "@smithy/node-config-provider": "^4.2.0",
30
- "@smithy/property-provider": "^4.1.0",
31
- "@smithy/smithy-client": "^4.6.0",
32
- "@smithy/types": "^4.4.0",
27
+ "@smithy/config-resolver": "^4.2.1",
28
+ "@smithy/credential-provider-imds": "^4.1.1",
29
+ "@smithy/node-config-provider": "^4.2.1",
30
+ "@smithy/property-provider": "^4.1.1",
31
+ "@smithy/smithy-client": "^4.6.1",
32
+ "@smithy/types": "^4.5.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/node-config-provider": "^4.2.0",
33
- "@smithy/types": "^4.4.0",
32
+ "@smithy/node-config-provider": "^4.2.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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",
@@ -28,7 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/types": "^4.4.0",
31
+ "@smithy/types": "^4.5.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/service-error-classification": "^4.1.0",
33
- "@smithy/types": "^4.4.0",
32
+ "@smithy/service-error-classification": "^4.1.1",
33
+ "@smithy/types": "^4.5.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.3.0",
3
+ "version": "4.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",
@@ -29,9 +29,9 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.2.0",
33
- "@smithy/node-http-handler": "^4.2.0",
34
- "@smithy/types": "^4.4.0",
32
+ "@smithy/fetch-http-handler": "^5.2.1",
33
+ "@smithy/node-http-handler": "^4.2.1",
34
+ "@smithy/types": "^4.5.0",
35
35
  "@smithy/util-base64": "^4.1.0",
36
36
  "@smithy/util-buffer-from": "^4.1.0",
37
37
  "@smithy/util-hex-encoding": "^4.1.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.1.0",
7
- "@smithy/types": "^4.4.0",
6
+ "@smithy/abort-controller": "^4.1.1",
7
+ "@smithy/types": "^4.5.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "organization": false
45
45
  },
46
46
  "devDependencies": {
47
- "@aws-sdk/types": "^3.862.0",
47
+ "@aws-sdk/types": "^3.887.0",
48
48
  "@stylistic/eslint-plugin": "^2",
49
49
  "@types/axios": "^0.14.4",
50
50
  "@types/jest": "^29.5.14",
@@ -75,15 +75,15 @@
75
75
  "constructs": "^10.4.2"
76
76
  },
77
77
  "dependencies": {
78
- "@aws-sdk/client-ec2": "^3.883.0",
79
- "@aws-sdk/client-ecs": "^3.883.0",
80
- "@aws-sdk/client-kms": "^3.883.0",
81
- "@aws-sdk/client-s3": "^3.884.0",
82
- "@aws-sdk/client-secrets-manager": "^3.883.0",
83
- "@aws-sdk/client-sfn": "^3.883.0",
84
- "@aws-sdk/client-sns": "^3.883.0",
85
- "@aws-sdk/client-sqs": "^3.883.0",
86
- "@aws-sdk/client-ssm": "^3.883.0",
78
+ "@aws-sdk/client-ec2": "^3.887.0",
79
+ "@aws-sdk/client-ecs": "^3.887.0",
80
+ "@aws-sdk/client-kms": "^3.887.0",
81
+ "@aws-sdk/client-s3": "^3.887.0",
82
+ "@aws-sdk/client-secrets-manager": "^3.887.0",
83
+ "@aws-sdk/client-sfn": "^3.887.0",
84
+ "@aws-sdk/client-sns": "^3.887.0",
85
+ "@aws-sdk/client-sqs": "^3.887.0",
86
+ "@aws-sdk/client-ssm": "^3.887.0",
87
87
  "@types/aws-lambda": "^8.10.152",
88
88
  "@types/crypto-js": "^4.2.2",
89
89
  "@types/js-yaml": "^4.0.9",
@@ -134,7 +134,7 @@
134
134
  "publishConfig": {
135
135
  "access": "public"
136
136
  },
137
- "version": "0.0.7",
137
+ "version": "0.0.8",
138
138
  "jest": {
139
139
  "coverageProvider": "v8",
140
140
  "testMatch": [