@rio-cloud/cdk-v2-constructs 7.14.0-alpha.2 → 7.14.1

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 (308) hide show
  1. package/.jsii +7 -7
  2. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +2195 -1273
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +2363 -1441
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +2234 -1312
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +2237 -1315
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +2237 -1315
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +2242 -1319
  8. package/lib/fargate/datadog.js +3 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/README.md +26 -46
  10. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
  12. package/node_modules/@aws-sdk/client-codedeploy/README.md +26 -46
  13. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +3 -3
  14. package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -39
  15. package/node_modules/@aws-sdk/client-ecs/README.md +26 -46
  16. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +5 -4
  17. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +5 -4
  18. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
  19. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +10 -0
  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/node_modules/@smithy/util-retry/package.json +3 -3
  25. package/node_modules/@aws-sdk/client-ecs/package.json +39 -39
  26. package/node_modules/@aws-sdk/client-organizations/README.md +26 -46
  27. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +3 -3
  28. package/node_modules/@aws-sdk/client-organizations/package.json +38 -38
  29. package/node_modules/@aws-sdk/client-secrets-manager/README.md +26 -46
  30. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +3 -3
  31. package/node_modules/@aws-sdk/client-secrets-manager/package.json +39 -39
  32. package/node_modules/@aws-sdk/client-ssm/README.md +26 -46
  33. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +3 -3
  34. package/node_modules/@aws-sdk/client-ssm/package.json +39 -39
  35. package/node_modules/@aws-sdk/core/dist-cjs/index.js +58 -21
  36. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +58 -21
  37. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
  38. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  39. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  40. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  41. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  42. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +3 -0
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  49. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  50. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  51. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  52. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  53. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  54. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +3 -0
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  68. package/node_modules/@aws-sdk/core/package.json +14 -14
  69. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  70. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  71. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  72. package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
  73. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  74. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  75. package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  76. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  78. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  79. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  80. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
  81. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  82. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  83. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  84. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/LICENSE +201 -0
  85. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/README.md +78 -0
  86. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
  87. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +27 -0
  88. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
  89. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +109 -0
  90. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +67 -0
  91. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  92. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  93. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  94. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  95. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  96. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  97. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  98. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  99. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  100. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  101. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  102. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  103. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  104. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  105. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  106. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  107. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  108. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  109. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  110. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  111. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  112. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  113. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  114. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  115. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  116. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  117. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/package.json +71 -0
  118. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -8
  119. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +3 -3
  120. package/node_modules/@aws-sdk/nested-clients/package.json +39 -37
  121. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  122. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  123. package/node_modules/@aws-sdk/types/package.json +3 -3
  124. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  125. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  126. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +75 -19
  127. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  128. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  129. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +53 -7
  130. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/{getTypeScriptPackageJsonPaths.d.ts → getNodeModulesParentDirs.d.ts} +2 -2
  131. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  132. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  133. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  134. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -6
  135. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  136. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  137. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  138. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  139. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  140. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  141. package/node_modules/@smithy/abort-controller/package.json +2 -2
  142. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  143. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  144. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  145. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  146. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  147. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  148. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  149. package/node_modules/@smithy/config-resolver/package.json +5 -5
  150. package/node_modules/@smithy/core/dist-cjs/index.js +1 -2
  151. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +7 -1
  152. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  153. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -1
  154. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +11 -1
  155. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +42 -5
  156. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  157. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  158. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  159. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  160. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -1
  161. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -0
  162. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  163. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  164. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -2
  165. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  166. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  167. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  168. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  169. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  170. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  171. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  172. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  173. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  174. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  175. package/node_modules/@smithy/core/endpoints.js +6 -0
  176. package/node_modules/@smithy/core/package.json +16 -7
  177. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  178. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +4 -1
  179. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -1
  180. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  181. package/node_modules/@smithy/hash-node/package.json +2 -2
  182. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  183. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  184. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +17 -1
  185. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
  186. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  187. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  188. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  189. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  190. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
  191. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  192. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  193. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  194. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +3 -3
  195. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  196. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  197. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  198. package/node_modules/@smithy/middleware-serde/package.json +4 -3
  199. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  200. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  201. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +48 -38
  202. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +4 -1
  203. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +38 -31
  204. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  205. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -1
  206. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  207. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  208. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  209. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  210. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  211. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +4 -3
  212. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  213. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  214. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  215. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  216. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  217. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  218. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  219. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  220. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  221. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  222. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  223. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  224. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +4 -3
  225. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  226. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  227. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  228. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  229. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  230. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  231. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  232. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  233. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  234. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  235. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  236. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  237. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  238. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  239. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  240. package/node_modules/@smithy/property-provider/package.json +2 -2
  241. package/node_modules/@smithy/protocol-http/package.json +2 -2
  242. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  243. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  244. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  245. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  246. package/node_modules/@smithy/signature-v4/package.json +4 -4
  247. package/node_modules/@smithy/smithy-client/package.json +7 -7
  248. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  249. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  250. package/node_modules/@smithy/types/package.json +1 -1
  251. package/node_modules/@smithy/url-parser/package.json +3 -3
  252. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  253. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  254. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  255. package/node_modules/@smithy/util-middleware/package.json +2 -2
  256. package/node_modules/@smithy/util-stream/package.json +4 -4
  257. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  258. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  259. package/node_modules/@smithy/util-waiter/package.json +3 -3
  260. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  261. package/node_modules/fast-xml-builder/README.md +1 -1
  262. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  263. package/node_modules/fast-xml-builder/lib/fxb.d.cts +22 -9
  264. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  265. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  266. package/node_modules/fast-xml-builder/package.json +7 -5
  267. package/node_modules/fast-xml-builder/src/fxb.d.ts +27 -3
  268. package/node_modules/fast-xml-builder/src/fxb.js +265 -21
  269. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +165 -18
  270. package/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
  271. package/node_modules/fast-xml-parser/README.md +8 -7
  272. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  273. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  274. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  275. package/node_modules/fast-xml-parser/lib/fxp.d.cts +82 -20
  276. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  277. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  278. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  279. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  280. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  281. package/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  282. package/node_modules/fast-xml-parser/package.json +4 -3
  283. package/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
  284. package/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  285. package/node_modules/fast-xml-parser/src/util.js +18 -0
  286. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
  287. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
  288. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
  289. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
  290. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
  291. package/node_modules/path-expression-matcher/LICENSE +21 -0
  292. package/node_modules/path-expression-matcher/README.md +720 -0
  293. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  294. package/node_modules/path-expression-matcher/lib/pem.d.cts +523 -0
  295. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  296. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  297. package/node_modules/path-expression-matcher/package.json +78 -0
  298. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  299. package/node_modules/path-expression-matcher/src/Matcher.js +498 -0
  300. package/node_modules/path-expression-matcher/src/index.d.ts +518 -0
  301. package/node_modules/path-expression-matcher/src/index.js +28 -0
  302. package/package.json +7 -7
  303. package/version.json +1 -1
  304. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPaths.js +0 -17
  305. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPaths.d.ts +0 -3
  306. package/node_modules/fast-xml-builder/lib/builder.cjs +0 -1
  307. package/node_modules/fast-xml-builder/lib/builder.min.js +0 -2
  308. package/node_modules/fast-xml-builder/lib/builder.min.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.1002.0",
4
+ "version": "3.1015.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codedeploy",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.16",
28
- "@aws-sdk/middleware-host-header": "^3.972.6",
29
- "@aws-sdk/middleware-logger": "^3.972.6",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
- "@aws-sdk/middleware-user-agent": "^3.972.17",
32
- "@aws-sdk/region-config-resolver": "^3.972.6",
33
- "@aws-sdk/types": "^3.973.4",
34
- "@aws-sdk/util-endpoints": "^3.996.3",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
- "@aws-sdk/util-user-agent-node": "^3.973.2",
37
- "@smithy/config-resolver": "^4.4.9",
38
- "@smithy/core": "^3.23.7",
39
- "@smithy/fetch-http-handler": "^5.3.12",
40
- "@smithy/hash-node": "^4.2.10",
41
- "@smithy/invalid-dependency": "^4.2.10",
42
- "@smithy/middleware-content-length": "^4.2.10",
43
- "@smithy/middleware-endpoint": "^4.4.21",
44
- "@smithy/middleware-retry": "^4.4.38",
45
- "@smithy/middleware-serde": "^4.2.11",
46
- "@smithy/middleware-stack": "^4.2.10",
47
- "@smithy/node-config-provider": "^4.3.10",
48
- "@smithy/node-http-handler": "^4.4.13",
49
- "@smithy/protocol-http": "^5.3.10",
50
- "@smithy/smithy-client": "^4.12.1",
51
- "@smithy/types": "^4.13.0",
52
- "@smithy/url-parser": "^4.2.10",
53
- "@smithy/util-base64": "^4.3.1",
54
- "@smithy/util-body-length-browser": "^4.2.1",
55
- "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.37",
57
- "@smithy/util-defaults-mode-node": "^4.2.40",
58
- "@smithy/util-endpoints": "^3.3.1",
59
- "@smithy/util-middleware": "^4.2.10",
60
- "@smithy/util-retry": "^4.2.10",
61
- "@smithy/util-utf8": "^4.2.1",
62
- "@smithy/util-waiter": "^4.2.10",
26
+ "@aws-sdk/core": "^3.973.24",
27
+ "@aws-sdk/credential-provider-node": "^3.972.25",
28
+ "@aws-sdk/middleware-host-header": "^3.972.8",
29
+ "@aws-sdk/middleware-logger": "^3.972.8",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.25",
32
+ "@aws-sdk/region-config-resolver": "^3.972.9",
33
+ "@aws-sdk/types": "^3.973.6",
34
+ "@aws-sdk/util-endpoints": "^3.996.5",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.11",
37
+ "@smithy/config-resolver": "^4.4.13",
38
+ "@smithy/core": "^3.23.12",
39
+ "@smithy/fetch-http-handler": "^5.3.15",
40
+ "@smithy/hash-node": "^4.2.12",
41
+ "@smithy/invalid-dependency": "^4.2.12",
42
+ "@smithy/middleware-content-length": "^4.2.12",
43
+ "@smithy/middleware-endpoint": "^4.4.27",
44
+ "@smithy/middleware-retry": "^4.4.44",
45
+ "@smithy/middleware-serde": "^4.2.15",
46
+ "@smithy/middleware-stack": "^4.2.12",
47
+ "@smithy/node-config-provider": "^4.3.12",
48
+ "@smithy/node-http-handler": "^4.5.0",
49
+ "@smithy/protocol-http": "^5.3.12",
50
+ "@smithy/smithy-client": "^4.12.7",
51
+ "@smithy/types": "^4.13.1",
52
+ "@smithy/url-parser": "^4.2.12",
53
+ "@smithy/util-base64": "^4.3.2",
54
+ "@smithy/util-body-length-browser": "^4.2.2",
55
+ "@smithy/util-body-length-node": "^4.2.3",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.43",
57
+ "@smithy/util-defaults-mode-node": "^4.2.47",
58
+ "@smithy/util-endpoints": "^3.3.3",
59
+ "@smithy/util-middleware": "^4.2.12",
60
+ "@smithy/util-retry": "^4.2.12",
61
+ "@smithy/util-utf8": "^4.2.2",
62
+ "@smithy/util-waiter": "^4.2.13",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {
@@ -74,7 +74,7 @@
74
74
  "node": ">=20.0.0"
75
75
  },
76
76
  "typesVersions": {
77
- "<4.0": {
77
+ "<4.5": {
78
78
  "dist-types/*": [
79
79
  "dist-types/ts3.4/*"
80
80
  ]
@@ -9,8 +9,9 @@ AWS SDK for JavaScript ECS Client for Node.js, Browser and React Native.
9
9
  <fullname>Amazon Elastic Container Service</fullname> <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes it easy to run, stop, and manage Docker containers. You can host your cluster on a serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External (on-premises) instances that you manage.</p> <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API calls. This makes it easy to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features.</p> <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. With Amazon ECS, you don't need to operate your own cluster management and configuration management systems. You also don't need to worry about scaling your management infrastructure. </p>
10
10
 
11
11
  ## Installing
12
- To install this package, simply type add or install @aws-sdk/client-ecs
13
- using your favorite package manager:
12
+
13
+ To install this package, use the CLI of your favorite package manager:
14
+
14
15
  - `npm install @aws-sdk/client-ecs`
15
16
  - `yarn add @aws-sdk/client-ecs`
16
17
  - `pnpm add @aws-sdk/client-ecs`
@@ -35,15 +36,15 @@ import { ECSClient, ListTasksCommand } from "@aws-sdk/client-ecs";
35
36
 
36
37
  ### Usage
37
38
 
38
- To send a request, you:
39
+ To send a request:
39
40
 
40
- - Initiate client with configuration (e.g. credentials, region).
41
- - Initiate command with input parameters.
42
- - Call `send` operation on client with command object as input.
43
- - If you are using a custom http handler, you may call `destroy()` to close open connections.
41
+ - Instantiate a client with configuration (e.g. credentials, region).
42
+ - See [docs/CLIENTS](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md) for configuration details.
43
+ - See [@aws-sdk/config](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/config/README.md) for additional options.
44
+ - Instantiate a command with input parameters.
45
+ - Call the `send` operation on the client, providing the command object as input.
44
46
 
45
47
  ```js
46
- // a client can be shared by different commands.
47
48
  const client = new ECSClient({ region: "REGION" });
48
49
 
49
50
  const params = { /** input parameters */ };
@@ -52,7 +53,7 @@ const command = new ListTasksCommand(params);
52
53
 
53
54
  #### Async/await
54
55
 
55
- We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
56
+ We recommend using the [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
56
57
  operator to wait for the promise returned by send operation as follows:
57
58
 
58
59
  ```js
@@ -67,26 +68,9 @@ try {
67
68
  }
68
69
  ```
69
70
 
70
- Async-await is clean, concise, intuitive, easy to debug and has better error handling
71
- as compared to using Promise chains or callbacks.
72
-
73
71
  #### Promises
74
72
 
75
- You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining)
76
- to execute send operation.
77
-
78
- ```js
79
- client.send(command).then(
80
- (data) => {
81
- // process data.
82
- },
83
- (error) => {
84
- // error handling.
85
- }
86
- );
87
- ```
88
-
89
- Promises can also be called using `.catch()` and `.finally()` as follows:
73
+ You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining).
90
74
 
91
75
  ```js
92
76
  client
@@ -102,27 +86,21 @@ client
102
86
  });
103
87
  ```
104
88
 
105
- #### Callbacks
106
-
107
- We do not recommend using callbacks because of [callback hell](http://callbackhell.com/),
108
- but they are supported by the send operation.
89
+ #### Aggregated client
109
90
 
110
- ```js
111
- // callbacks.
112
- client.send(command, (err, data) => {
113
- // process err and data.
114
- });
115
- ```
91
+ The aggregated client class is exported from the same package, but without the "Client" suffix.
116
92
 
117
- #### v2 compatible style
93
+ `ECS` extends `ECSClient` and additionally supports all operations, waiters, and paginators as methods.
94
+ This style may be familiar to you from the AWS SDK for JavaScript v2.
118
95
 
119
- The client can also send requests using v2 compatible style.
120
- However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
121
- on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
96
+ If you are bundling the AWS SDK, we recommend using only the bare-bones client (`ECSClient`).
97
+ More details are in the blog post on
98
+ [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/).
122
99
 
123
100
  ```ts
124
- import * as AWS from "@aws-sdk/client-ecs";
125
- const client = new AWS.ECS({ region: "REGION" });
101
+ import { ECS } from "@aws-sdk/client-ecs";
102
+
103
+ const client = new ECS({ region: "REGION" });
126
104
 
127
105
  // async/await.
128
106
  try {
@@ -142,7 +120,7 @@ client
142
120
  // error handling.
143
121
  });
144
122
 
145
- // callbacks.
123
+ // callbacks (not recommended).
146
124
  client.listTasks(params, (err, data) => {
147
125
  // process err and data.
148
126
  });
@@ -170,12 +148,14 @@ try {
170
148
  }
171
149
  ```
172
150
 
151
+ See also [docs/ERROR_HANDLING](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/ERROR_HANDLING.md).
152
+
173
153
  ## Getting Help
174
154
 
175
155
  Please use these community resources for getting help.
176
- We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
156
+ We use GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
177
157
 
178
- - Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
158
+ - Visit the [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
179
159
  or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
180
160
  - Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
181
161
  on AWS Developer Blog.
@@ -703,6 +703,7 @@ const _iID = "instanceIdentityDocument";
703
703
  const _iIDS = "instanceIdentityDocumentSignature";
704
704
  const _iLT = "instanceLaunchTemplate";
705
705
  const _iM = "ipcMode";
706
+ const _iMTP = "instanceMetadataTagsPropagation";
706
707
  const _iO = "infrastructureOptimization";
707
708
  const _iP = "ingressPaths";
708
709
  const _iPE = "initProcessEnabled";
@@ -1800,13 +1801,13 @@ exports.InstanceHealthCheckResult$ = [3, n0, _IHCR,
1800
1801
  ];
1801
1802
  exports.InstanceLaunchTemplate$ = [3, n0, _ILT,
1802
1803
  0,
1803
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE, _cR],
1804
- [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, 0, [() => exports.InstanceRequirementsRequest$, 0], 2, () => exports.CapacityReservationRequest$], 2
1804
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE, _cR],
1805
+ [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => exports.InstanceRequirementsRequest$, 0], 2, () => exports.CapacityReservationRequest$], 2
1805
1806
  ];
1806
1807
  exports.InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
1807
1808
  0,
1808
- [_eIPA, _nC, _sCto, _mo, _iR, _cR],
1809
- [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, [() => exports.InstanceRequirementsRequest$, 0], () => exports.CapacityReservationRequest$]
1809
+ [_eIPA, _nC, _sCto, _iMTP, _mo, _iR, _cR],
1810
+ [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 2, 0, [() => exports.InstanceRequirementsRequest$, 0], () => exports.CapacityReservationRequest$]
1810
1811
  ];
1811
1812
  exports.InstanceRequirementsRequest$ = [3, n0, _IRR,
1812
1813
  0,
@@ -693,6 +693,7 @@ const _iID = "instanceIdentityDocument";
693
693
  const _iIDS = "instanceIdentityDocumentSignature";
694
694
  const _iLT = "instanceLaunchTemplate";
695
695
  const _iM = "ipcMode";
696
+ const _iMTP = "instanceMetadataTagsPropagation";
696
697
  const _iO = "infrastructureOptimization";
697
698
  const _iP = "ingressPaths";
698
699
  const _iPE = "initProcessEnabled";
@@ -1790,13 +1791,13 @@ export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
1790
1791
  ];
1791
1792
  export var InstanceLaunchTemplate$ = [3, n0, _ILT,
1792
1793
  0,
1793
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE, _cR],
1794
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
1794
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE, _cR],
1795
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
1795
1796
  ];
1796
1797
  export var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
1797
1798
  0,
1798
- [_eIPA, _nC, _sCto, _mo, _iR, _cR],
1799
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
1799
+ [_eIPA, _nC, _sCto, _iMTP, _mo, _iR, _cR],
1800
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
1800
1801
  ];
1801
1802
  export var InstanceRequirementsRequest$ = [3, n0, _IRR,
1802
1803
  0,
@@ -68,6 +68,7 @@ declare const CreateCapacityProviderCommand_base: {
68
68
  * },
69
69
  * monitoring: "BASIC" || "DETAILED",
70
70
  * capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
71
+ * instanceMetadataTagsPropagation: true || false,
71
72
  * instanceRequirements: { // InstanceRequirementsRequest
72
73
  * vCpuCount: { // VCpuCountRangeRequest
73
74
  * min: Number("int"), // required
@@ -192,6 +193,7 @@ declare const CreateCapacityProviderCommand_base: {
192
193
  * // },
193
194
  * // monitoring: "BASIC" || "DETAILED",
194
195
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
196
+ * // instanceMetadataTagsPropagation: true || false,
195
197
  * // instanceRequirements: { // InstanceRequirementsRequest
196
198
  * // vCpuCount: { // VCpuCountRangeRequest
197
199
  * // min: Number("int"), // required
@@ -77,6 +77,7 @@ declare const DeleteCapacityProviderCommand_base: {
77
77
  * // },
78
78
  * // monitoring: "BASIC" || "DETAILED",
79
79
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
80
+ * // instanceMetadataTagsPropagation: true || false,
80
81
  * // instanceRequirements: { // InstanceRequirementsRequest
81
82
  * // vCpuCount: { // VCpuCountRangeRequest
82
83
  * // min: Number("int"), // required
@@ -85,6 +85,7 @@ declare const DescribeCapacityProvidersCommand_base: {
85
85
  * // },
86
86
  * // monitoring: "BASIC" || "DETAILED",
87
87
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
88
+ * // instanceMetadataTagsPropagation: true || false,
88
89
  * // instanceRequirements: { // InstanceRequirementsRequest
89
90
  * // vCpuCount: { // VCpuCountRangeRequest
90
91
  * // min: Number("int"), // required
@@ -65,6 +65,7 @@ declare const UpdateCapacityProviderCommand_base: {
65
65
  * storageConfiguration: { // ManagedInstancesStorageConfiguration
66
66
  * storageSizeGiB: Number("int"),
67
67
  * },
68
+ * instanceMetadataTagsPropagation: true || false,
68
69
  * monitoring: "BASIC" || "DETAILED",
69
70
  * instanceRequirements: { // InstanceRequirementsRequest
70
71
  * vCpuCount: { // VCpuCountRangeRequest
@@ -183,6 +184,7 @@ declare const UpdateCapacityProviderCommand_base: {
183
184
  * // },
184
185
  * // monitoring: "BASIC" || "DETAILED",
185
186
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
187
+ * // instanceMetadataTagsPropagation: true || false,
186
188
  * // instanceRequirements: { // InstanceRequirementsRequest
187
189
  * // vCpuCount: { // VCpuCountRangeRequest
188
190
  * // min: Number("int"), // required
@@ -437,6 +437,11 @@ export interface InstanceLaunchTemplate {
437
437
  * @public
438
438
  */
439
439
  capacityOptionType?: CapacityOptionType | undefined;
440
+ /**
441
+ * <p>Determines whether tags are propagated to the instance metadata service (IMDS) for Amazon EC2 instances launched by the Managed Instances capacity provider. When enabled, all tags associated with the instance are available through the instance metadata service. When disabled, tags are not propagated to IMDS.</p> <p>Disable this setting if your tags contain characters that are not compatible with IMDS, such as <code>/</code>. IMDS requires tag keys to match the pattern <code>[0-9a-zA-Z\-_+=,.@:]\{1,255\}</code>.</p> <p>The default value is <code>true</code>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags in instance metadata</a> in the <i>Amazon EC2 User Guide</i>.</p>
442
+ * @public
443
+ */
444
+ instanceMetadataTagsPropagation?: boolean | undefined;
440
445
  /**
441
446
  * <p>The instance requirements. You can specify:</p> <ul> <li> <p>The instance types</p> </li> <li> <p>Instance requirements such as vCPU count, memory, network performance, and accelerator specifications</p> </li> </ul> <p>Amazon ECS automatically selects the instances that match the specified criteria.</p>
442
447
  * @public
@@ -754,6 +759,11 @@ export interface InstanceLaunchTemplateUpdate {
754
759
  * @public
755
760
  */
756
761
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
762
+ /**
763
+ * <p>Determines whether tags are propagated to the instance metadata service (IMDS) for Amazon EC2 instances launched by the Managed Instances capacity provider. When enabled, all tags associated with the instance are available through the instance metadata service. When disabled, tags are not propagated to IMDS.</p> <p>Disable this setting if your tags contain characters that are not compatible with IMDS, such as <code>/</code>. IMDS requires tag keys to match the pattern <code>[0-9a-zA-Z\-_+=,.@:]\{1,255\}</code>.</p> <p>The default value is <code>true</code>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags in instance metadata</a> in the <i>Amazon EC2 User Guide</i>.</p>
764
+ * @public
765
+ */
766
+ instanceMetadataTagsPropagation?: boolean | undefined;
757
767
  /**
758
768
  * <p>CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html">Detailed monitoring for Amazon ECS Managed Instances</a> in the Amazon ECS Developer Guide.</p>
759
769
  * @public
@@ -194,6 +194,7 @@ export interface InstanceLaunchTemplate {
194
194
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
195
195
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
196
196
  capacityOptionType?: CapacityOptionType | undefined;
197
+ instanceMetadataTagsPropagation?: boolean | undefined;
197
198
  instanceRequirements?: InstanceRequirementsRequest | undefined;
198
199
  fipsEnabled?: boolean | undefined;
199
200
  capacityReservations?: CapacityReservationRequest | undefined;
@@ -271,6 +272,7 @@ export interface InstanceLaunchTemplateUpdate {
271
272
  ec2InstanceProfileArn?: string | undefined;
272
273
  networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
273
274
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
275
+ instanceMetadataTagsPropagation?: boolean | undefined;
274
276
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
275
277
  instanceRequirements?: InstanceRequirementsRequest | undefined;
276
278
  capacityReservations?: CapacityReservationRequest | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
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",
@@ -31,8 +31,8 @@
31
31
  "license": "Apache-2.0",
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.11",
35
- "@smithy/types": "^4.13.0",
34
+ "@smithy/service-error-classification": "^4.2.12",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.1001.0",
4
+ "version": "3.1015.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.16",
27
- "@aws-sdk/credential-provider-node": "^3.972.15",
28
- "@aws-sdk/middleware-host-header": "^3.972.6",
29
- "@aws-sdk/middleware-logger": "^3.972.6",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
- "@aws-sdk/middleware-user-agent": "^3.972.16",
32
- "@aws-sdk/region-config-resolver": "^3.972.6",
33
- "@aws-sdk/types": "^3.973.4",
34
- "@aws-sdk/util-endpoints": "^3.996.3",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
- "@aws-sdk/util-user-agent-node": "^3.973.1",
37
- "@smithy/config-resolver": "^4.4.9",
38
- "@smithy/core": "^3.23.7",
39
- "@smithy/fetch-http-handler": "^5.3.12",
40
- "@smithy/hash-node": "^4.2.10",
41
- "@smithy/invalid-dependency": "^4.2.10",
42
- "@smithy/middleware-content-length": "^4.2.10",
43
- "@smithy/middleware-endpoint": "^4.4.21",
44
- "@smithy/middleware-retry": "^4.4.38",
45
- "@smithy/middleware-serde": "^4.2.11",
46
- "@smithy/middleware-stack": "^4.2.10",
47
- "@smithy/node-config-provider": "^4.3.10",
48
- "@smithy/node-http-handler": "^4.4.13",
49
- "@smithy/protocol-http": "^5.3.10",
50
- "@smithy/smithy-client": "^4.12.1",
51
- "@smithy/types": "^4.13.0",
52
- "@smithy/url-parser": "^4.2.10",
53
- "@smithy/util-base64": "^4.3.1",
54
- "@smithy/util-body-length-browser": "^4.2.1",
55
- "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.37",
57
- "@smithy/util-defaults-mode-node": "^4.2.40",
58
- "@smithy/util-endpoints": "^3.3.1",
59
- "@smithy/util-middleware": "^4.2.10",
60
- "@smithy/util-retry": "^4.2.10",
61
- "@smithy/util-utf8": "^4.2.1",
62
- "@smithy/util-waiter": "^4.2.10",
26
+ "@aws-sdk/core": "^3.973.24",
27
+ "@aws-sdk/credential-provider-node": "^3.972.25",
28
+ "@aws-sdk/middleware-host-header": "^3.972.8",
29
+ "@aws-sdk/middleware-logger": "^3.972.8",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.25",
32
+ "@aws-sdk/region-config-resolver": "^3.972.9",
33
+ "@aws-sdk/types": "^3.973.6",
34
+ "@aws-sdk/util-endpoints": "^3.996.5",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.11",
37
+ "@smithy/config-resolver": "^4.4.13",
38
+ "@smithy/core": "^3.23.12",
39
+ "@smithy/fetch-http-handler": "^5.3.15",
40
+ "@smithy/hash-node": "^4.2.12",
41
+ "@smithy/invalid-dependency": "^4.2.12",
42
+ "@smithy/middleware-content-length": "^4.2.12",
43
+ "@smithy/middleware-endpoint": "^4.4.27",
44
+ "@smithy/middleware-retry": "^4.4.44",
45
+ "@smithy/middleware-serde": "^4.2.15",
46
+ "@smithy/middleware-stack": "^4.2.12",
47
+ "@smithy/node-config-provider": "^4.3.12",
48
+ "@smithy/node-http-handler": "^4.5.0",
49
+ "@smithy/protocol-http": "^5.3.12",
50
+ "@smithy/smithy-client": "^4.12.7",
51
+ "@smithy/types": "^4.13.1",
52
+ "@smithy/url-parser": "^4.2.12",
53
+ "@smithy/util-base64": "^4.3.2",
54
+ "@smithy/util-body-length-browser": "^4.2.2",
55
+ "@smithy/util-body-length-node": "^4.2.3",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.43",
57
+ "@smithy/util-defaults-mode-node": "^4.2.47",
58
+ "@smithy/util-endpoints": "^3.3.3",
59
+ "@smithy/util-middleware": "^4.2.12",
60
+ "@smithy/util-retry": "^4.2.12",
61
+ "@smithy/util-utf8": "^4.2.2",
62
+ "@smithy/util-waiter": "^4.2.13",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {
@@ -74,7 +74,7 @@
74
74
  "node": ">=20.0.0"
75
75
  },
76
76
  "typesVersions": {
77
- "<4.0": {
77
+ "<4.5": {
78
78
  "dist-types/*": [
79
79
  "dist-types/ts3.4/*"
80
80
  ]
@@ -79,8 +79,9 @@ Organizations API calls with CloudTrail</a> in the
79
79
  on and find your log files, see the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">CloudTrail User Guide</a>.</p>
80
80
 
81
81
  ## Installing
82
- To install this package, simply type add or install @aws-sdk/client-organizations
83
- using your favorite package manager:
82
+
83
+ To install this package, use the CLI of your favorite package manager:
84
+
84
85
  - `npm install @aws-sdk/client-organizations`
85
86
  - `yarn add @aws-sdk/client-organizations`
86
87
  - `pnpm add @aws-sdk/client-organizations`
@@ -105,15 +106,15 @@ import { OrganizationsClient, ListRootsCommand } from "@aws-sdk/client-organizat
105
106
 
106
107
  ### Usage
107
108
 
108
- To send a request, you:
109
+ To send a request:
109
110
 
110
- - Initiate client with configuration (e.g. credentials, region).
111
- - Initiate command with input parameters.
112
- - Call `send` operation on client with command object as input.
113
- - If you are using a custom http handler, you may call `destroy()` to close open connections.
111
+ - Instantiate a client with configuration (e.g. credentials, region).
112
+ - See [docs/CLIENTS](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md) for configuration details.
113
+ - See [@aws-sdk/config](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/config/README.md) for additional options.
114
+ - Instantiate a command with input parameters.
115
+ - Call the `send` operation on the client, providing the command object as input.
114
116
 
115
117
  ```js
116
- // a client can be shared by different commands.
117
118
  const client = new OrganizationsClient({ region: "REGION" });
118
119
 
119
120
  const params = { /** input parameters */ };
@@ -122,7 +123,7 @@ const command = new ListRootsCommand(params);
122
123
 
123
124
  #### Async/await
124
125
 
125
- We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
126
+ We recommend using the [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
126
127
  operator to wait for the promise returned by send operation as follows:
127
128
 
128
129
  ```js
@@ -137,26 +138,9 @@ try {
137
138
  }
138
139
  ```
139
140
 
140
- Async-await is clean, concise, intuitive, easy to debug and has better error handling
141
- as compared to using Promise chains or callbacks.
142
-
143
141
  #### Promises
144
142
 
145
- You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining)
146
- to execute send operation.
147
-
148
- ```js
149
- client.send(command).then(
150
- (data) => {
151
- // process data.
152
- },
153
- (error) => {
154
- // error handling.
155
- }
156
- );
157
- ```
158
-
159
- Promises can also be called using `.catch()` and `.finally()` as follows:
143
+ You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining).
160
144
 
161
145
  ```js
162
146
  client
@@ -172,27 +156,21 @@ client
172
156
  });
173
157
  ```
174
158
 
175
- #### Callbacks
176
-
177
- We do not recommend using callbacks because of [callback hell](http://callbackhell.com/),
178
- but they are supported by the send operation.
159
+ #### Aggregated client
179
160
 
180
- ```js
181
- // callbacks.
182
- client.send(command, (err, data) => {
183
- // process err and data.
184
- });
185
- ```
161
+ The aggregated client class is exported from the same package, but without the "Client" suffix.
186
162
 
187
- #### v2 compatible style
163
+ `Organizations` extends `OrganizationsClient` and additionally supports all operations, waiters, and paginators as methods.
164
+ This style may be familiar to you from the AWS SDK for JavaScript v2.
188
165
 
189
- The client can also send requests using v2 compatible style.
190
- However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
191
- on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
166
+ If you are bundling the AWS SDK, we recommend using only the bare-bones client (`OrganizationsClient`).
167
+ More details are in the blog post on
168
+ [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/).
192
169
 
193
170
  ```ts
194
- import * as AWS from "@aws-sdk/client-organizations";
195
- const client = new AWS.Organizations({ region: "REGION" });
171
+ import { Organizations } from "@aws-sdk/client-organizations";
172
+
173
+ const client = new Organizations({ region: "REGION" });
196
174
 
197
175
  // async/await.
198
176
  try {
@@ -212,7 +190,7 @@ client
212
190
  // error handling.
213
191
  });
214
192
 
215
- // callbacks.
193
+ // callbacks (not recommended).
216
194
  client.listRoots(params, (err, data) => {
217
195
  // process err and data.
218
196
  });
@@ -240,12 +218,14 @@ try {
240
218
  }
241
219
  ```
242
220
 
221
+ See also [docs/ERROR_HANDLING](https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/ERROR_HANDLING.md).
222
+
243
223
  ## Getting Help
244
224
 
245
225
  Please use these community resources for getting help.
246
- We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
226
+ We use GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
247
227
 
248
- - Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
228
+ - Visit the [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
249
229
  or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
250
230
  - Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
251
231
  on AWS Developer Blog.