@cdklabs/cdk-ecs-codedeploy 0.0.274 → 0.0.276

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 (217) hide show
  1. package/.jsii +5 -5
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/package.json +17 -16
  7. package/node_modules/@aws-sdk/client-sso/package.json +14 -15
  8. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  9. package/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
  10. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  11. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +14 -0
  12. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
  13. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1024 -0
  14. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
  15. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
  16. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
  17. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
  18. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
  19. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
  20. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  21. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  22. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
  23. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
  24. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
  25. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
  26. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
  27. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
  28. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +10 -0
  29. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
  30. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
  31. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
  32. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
  33. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
  34. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
  35. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +409 -0
  36. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
  37. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
  38. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
  39. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
  40. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
  41. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
  42. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
  43. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  44. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  45. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +162 -0
  46. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +244 -0
  47. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +108 -0
  48. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +111 -0
  49. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
  50. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  51. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
  52. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
  53. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
  54. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
  55. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
  56. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
  58. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
  63. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
  64. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
  65. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
  66. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  67. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  68. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +35 -0
  69. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
  70. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +38 -0
  71. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +39 -0
  72. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
  73. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  74. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  75. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  76. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  77. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
  78. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
  79. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
  81. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  82. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
  83. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
  84. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  85. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  86. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  87. package/node_modules/@aws-sdk/client-sso-oidc/package.json +100 -0
  88. package/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  89. package/node_modules/@aws-sdk/client-sts/README.md +273 -0
  90. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
  91. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  92. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
  93. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
  94. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +14 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
  96. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1457 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
  98. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
  99. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
  100. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
  101. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
  102. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
  103. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +52 -0
  104. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  105. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
  106. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
  107. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
  108. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
  109. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
  110. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
  111. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
  112. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
  113. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
  114. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
  115. package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
  116. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +67 -0
  117. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
  118. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +10 -0
  119. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
  120. package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  121. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
  122. package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
  123. package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  124. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
  125. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
  126. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
  127. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
  128. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
  129. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
  130. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
  131. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
  132. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +182 -0
  133. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  134. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
  135. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +257 -0
  136. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +282 -0
  137. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
  138. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +115 -0
  139. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +75 -0
  140. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +116 -0
  141. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +230 -0
  142. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +154 -0
  143. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
  144. package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
  145. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
  146. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
  147. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
  148. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
  149. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
  150. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
  151. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
  152. package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  153. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
  154. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
  155. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
  156. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +52 -0
  157. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
  158. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
  159. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  160. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
  161. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +165 -0
  162. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  163. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
  164. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
  165. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
  166. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -0
  167. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -0
  168. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
  169. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
  170. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
  171. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
  172. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
  173. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
  174. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
  175. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
  176. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  177. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  178. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  179. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
  180. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
  181. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  182. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
  183. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
  184. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
  185. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +109 -0
  186. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
  187. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
  188. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  189. package/node_modules/@aws-sdk/client-sts/package.json +102 -0
  190. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  191. package/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -9
  192. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -7
  193. package/node_modules/@aws-sdk/core/package.json +2 -2
  194. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +1 -1
  195. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +8 -7
  196. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  197. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  198. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  199. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  200. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  201. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  202. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  203. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  204. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  205. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  206. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  207. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  208. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  209. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  210. package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
  211. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  212. package/node_modules/@aws-sdk/types/package.json +2 -2
  213. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  214. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  215. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  216. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  217. package/package.json +7 -7
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/protocol-http": "^3.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -22,20 +22,20 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@tsconfig/recommended": "1.0.1",
31
- "@types/node": "^14.14.31",
31
+ "@types/node": "^16.18.96",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",
34
34
  "rimraf": "3.0.2",
35
35
  "typescript": "~4.9.5"
36
36
  },
37
37
  "engines": {
38
- "node": ">=14.0.0"
38
+ "node": ">=16.0.0"
39
39
  },
40
40
  "typesVersions": {
41
41
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/protocol-http": "^3.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.540.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
26
- "@aws-sdk/util-endpoints": "3.540.0",
25
+ "@aws-sdk/types": "3.567.0",
26
+ "@aws-sdk/util-endpoints": "3.567.0",
27
27
  "@smithy/protocol-http": "^3.3.0",
28
28
  "@smithy/types": "^2.12.0",
29
29
  "tslib": "^2.6.2"
@@ -36,7 +36,7 @@
36
36
  "typescript": "~4.9.5"
37
37
  },
38
38
  "engines": {
39
- "node": ">=14.0.0"
39
+ "node": ">=16.0.0"
40
40
  },
41
41
  "typesVersions": {
42
42
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.535.0",
24
+ "@aws-sdk/types": "3.567.0",
25
25
  "@smithy/node-config-provider": "^2.3.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "@smithy/util-config-provider": "^2.3.0",
@@ -37,7 +37,7 @@
37
37
  "typescript": "~4.9.5"
38
38
  },
39
39
  "engines": {
40
- "node": ">=14.0.0"
40
+ "node": ">=16.0.0"
41
41
  },
42
42
  "typesVersions": {
43
43
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.565.0",
3
+ "version": "3.568.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "3.535.0",
29
+ "@aws-sdk/types": "3.567.0",
30
30
  "@smithy/property-provider": "^2.2.0",
31
31
  "@smithy/shared-ini-file-loader": "^2.4.0",
32
32
  "@smithy/types": "^2.12.0",
@@ -34,18 +34,18 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@tsconfig/recommended": "1.0.1",
37
- "@types/node": "^14.14.31",
37
+ "@types/node": "^16.18.96",
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
40
40
  "rimraf": "3.0.2",
41
41
  "typescript": "~4.9.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@aws-sdk/client-sso-oidc": "^3.565.0"
44
+ "@aws-sdk/client-sso-oidc": "^3.568.0"
45
45
  },
46
46
  "types": "./dist-types/index.d.ts",
47
47
  "engines": {
48
- "node": ">=14.0.0"
48
+ "node": ">=16.0.0"
49
49
  },
50
50
  "typesVersions": {
51
51
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "engines": {
25
- "node": ">=14.0.0"
25
+ "node": ">=16.0.0"
26
26
  },
27
27
  "typesVersions": {
28
28
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.540.0",
3
+ "version": "3.567.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "@smithy/util-endpoints": "^1.2.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
31
- "node": ">=14.0.0"
31
+ "node": ">=16.0.0"
32
32
  },
33
33
  "typesVersions": {
34
34
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-locate-window",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@tsconfig/recommended": "1.0.1",
24
- "@types/node": "^14.14.31",
24
+ "@types/node": "^16.18.96",
25
25
  "concurrently": "7.0.0",
26
26
  "downlevel-dts": "0.10.1",
27
27
  "rimraf": "3.0.2",
@@ -31,7 +31,7 @@
31
31
  "module": "./dist-es/index.js",
32
32
  "types": "./dist-types/index.d.ts",
33
33
  "engines": {
34
- "node": ">=14.0.0"
34
+ "node": ">=16.0.0"
35
35
  },
36
36
  "typesVersions": {
37
37
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.535.0",
3
+ "version": "3.567.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.535.0",
25
+ "@aws-sdk/types": "3.567.0",
26
26
  "@smithy/types": "^2.12.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.535.0",
3
+ "version": "3.568.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.535.0",
23
+ "@aws-sdk/types": "3.567.0",
24
24
  "@smithy/node-config-provider": "^2.3.0",
25
25
  "@smithy/types": "^2.12.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@tsconfig/recommended": "1.0.1",
30
- "@types/node": "^14.14.31",
30
+ "@types/node": "^16.18.96",
31
31
  "concurrently": "7.0.0",
32
32
  "downlevel-dts": "0.10.1",
33
33
  "rimraf": "3.0.2",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "engines": {
45
- "node": ">=14.0.0"
45
+ "node": ">=16.0.0"
46
46
  },
47
47
  "typesVersions": {
48
48
  "<4.0": {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "CDK Constructs for performing ECS Deployments with CodeDeploy",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/cdklabs/cdk-ecs-codedeploy"
6
+ "url": "https://github.com/cdklabs/cdk-ecs-codedeploy.git"
7
7
  },
8
8
  "scripts": {
9
9
  "build": "npx projen build",
@@ -83,8 +83,8 @@
83
83
  "aws-cdk-lib": "2.131.0",
84
84
  "aws-sdk-client-mock": "^4.0.0",
85
85
  "aws-sdk-client-mock-jest": "^4.0.0",
86
- "cdk-nag": "^2.28.103",
87
- "cdklabs-projen-project-types": "^0.1.194",
86
+ "cdk-nag": "^2.28.107",
87
+ "cdklabs-projen-project-types": "^0.1.196",
88
88
  "constructs": "10.0.5",
89
89
  "esbuild": "^0.20.2",
90
90
  "eslint": "^8",
@@ -93,9 +93,9 @@
93
93
  "jest": "^27",
94
94
  "jest-junit": "^15",
95
95
  "jsii": "~5.2",
96
- "jsii-diff": "^1.97.0",
96
+ "jsii-diff": "^1.98.0",
97
97
  "jsii-docgen": "^7.2.9",
98
- "jsii-pacmak": "^1.97.0",
98
+ "jsii-pacmak": "^1.98.0",
99
99
  "jsii-rosetta": "^5.4.10",
100
100
  "lambda-tester": "^4.0.1",
101
101
  "projen": "0.81.5",
@@ -109,7 +109,7 @@
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.565.0",
112
+ "@aws-sdk/client-codedeploy": "^3.569.0",
113
113
  "jmespath": "^0.16.0"
114
114
  },
115
115
  "bundledDependencies": [
@@ -127,7 +127,7 @@
127
127
  "publishConfig": {
128
128
  "access": "public"
129
129
  },
130
- "version": "0.0.274",
130
+ "version": "0.0.276",
131
131
  "jest": {
132
132
  "testMatch": [
133
133
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",