@cdklabs/cdk-ecs-codedeploy 0.0.360 → 0.0.362

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 (251) hide show
  1. package/.jsii +3 -3
  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/dist-cjs/index.js +865 -701
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +1 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +220 -220
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +1 -1
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +2 -2
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  15. package/node_modules/@aws-sdk/client-codedeploy/package.json +44 -44
  16. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  17. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  18. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  19. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
  21. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  22. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
  23. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  24. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
  25. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  29. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  30. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  31. package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
  32. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
  34. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  35. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
  36. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  40. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  41. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  42. package/node_modules/@aws-sdk/client-sts/package.json +42 -42
  43. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
  44. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  45. package/node_modules/@aws-sdk/core/package.json +12 -12
  46. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  47. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  48. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
  50. package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
  51. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
  52. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  53. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
  54. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  55. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
  56. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  57. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
  58. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  59. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  60. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  61. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  62. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  63. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  64. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  65. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
  66. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  67. package/node_modules/@aws-sdk/token-providers/package.json +9 -9
  68. package/node_modules/@aws-sdk/types/package.json +4 -4
  69. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  70. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  71. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  72. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
  73. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  74. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  75. package/node_modules/@smithy/abort-controller/package.json +3 -3
  76. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  77. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  78. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  79. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  80. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  81. package/node_modules/@smithy/config-resolver/package.json +6 -6
  82. package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
  83. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  84. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  85. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  86. package/node_modules/@smithy/core/package.json +10 -10
  87. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  88. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  89. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  90. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  91. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  92. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  93. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  94. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  95. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  96. package/node_modules/@smithy/hash-node/package.json +6 -6
  97. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  98. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  99. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  100. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
  101. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  102. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  103. package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
  104. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  105. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  106. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
  107. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  108. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  109. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  110. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  111. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  112. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  113. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  114. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  115. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  116. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  117. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  118. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  119. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
  120. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  121. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  122. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  123. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  124. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  125. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  126. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  127. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  128. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  129. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  130. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  131. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  132. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  133. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  134. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  135. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  136. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  137. package/node_modules/@smithy/property-provider/package.json +3 -3
  138. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  139. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  140. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  141. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  142. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  143. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  144. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  145. package/node_modules/@smithy/protocol-http/package.json +3 -3
  146. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  147. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  148. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  149. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  150. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  151. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  152. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  153. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  154. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  155. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  156. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  157. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  158. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  159. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  160. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  161. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  162. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  163. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  164. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  165. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  166. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  167. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  168. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  169. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  170. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  171. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  172. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  173. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  174. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  175. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  176. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  177. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  178. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  179. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  180. package/node_modules/@smithy/signature-v4/package.json +9 -9
  181. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -24
  182. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -3
  183. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -1
  184. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -1
  185. package/node_modules/@smithy/smithy-client/package.json +9 -9
  186. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  187. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  188. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  189. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  190. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  191. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  192. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  193. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  194. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  195. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  196. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  197. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  198. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  199. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  200. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  201. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  202. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  203. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  204. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  205. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  206. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  207. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  208. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  209. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  210. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  211. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  212. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  213. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  214. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  215. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  216. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  217. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  218. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  219. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  220. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  221. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  222. package/node_modules/@smithy/types/package.json +2 -2
  223. package/node_modules/@smithy/url-parser/package.json +6 -3
  224. package/node_modules/@smithy/util-base64/package.json +8 -7
  225. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  226. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  227. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  228. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  229. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  230. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  231. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  232. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  233. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  234. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  235. package/node_modules/@smithy/util-middleware/package.json +4 -4
  236. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  237. package/node_modules/@smithy/util-retry/package.json +5 -5
  238. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  239. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  240. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  241. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  242. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  243. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  244. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  245. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  246. package/node_modules/@smithy/util-stream/package.json +10 -10
  247. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  248. package/node_modules/@smithy/util-utf8/package.json +6 -5
  249. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
  250. package/node_modules/@smithy/util-waiter/package.json +4 -4
  251. package/package.json +3 -3
@@ -1,121 +1,121 @@
1
1
  import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
2
2
  export class InstanceLimitExceededException extends __BaseException {
3
+ name = "InstanceLimitExceededException";
4
+ $fault = "client";
3
5
  constructor(opts) {
4
6
  super({
5
7
  name: "InstanceLimitExceededException",
6
8
  $fault: "client",
7
9
  ...opts,
8
10
  });
9
- this.name = "InstanceLimitExceededException";
10
- this.$fault = "client";
11
11
  Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
12
12
  }
13
13
  }
14
14
  export class InstanceNameRequiredException extends __BaseException {
15
+ name = "InstanceNameRequiredException";
16
+ $fault = "client";
15
17
  constructor(opts) {
16
18
  super({
17
19
  name: "InstanceNameRequiredException",
18
20
  $fault: "client",
19
21
  ...opts,
20
22
  });
21
- this.name = "InstanceNameRequiredException";
22
- this.$fault = "client";
23
23
  Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
24
24
  }
25
25
  }
26
26
  export class InstanceNotRegisteredException extends __BaseException {
27
+ name = "InstanceNotRegisteredException";
28
+ $fault = "client";
27
29
  constructor(opts) {
28
30
  super({
29
31
  name: "InstanceNotRegisteredException",
30
32
  $fault: "client",
31
33
  ...opts,
32
34
  });
33
- this.name = "InstanceNotRegisteredException";
34
- this.$fault = "client";
35
35
  Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
36
36
  }
37
37
  }
38
38
  export class InvalidInstanceNameException extends __BaseException {
39
+ name = "InvalidInstanceNameException";
40
+ $fault = "client";
39
41
  constructor(opts) {
40
42
  super({
41
43
  name: "InvalidInstanceNameException",
42
44
  $fault: "client",
43
45
  ...opts,
44
46
  });
45
- this.name = "InvalidInstanceNameException";
46
- this.$fault = "client";
47
47
  Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
48
48
  }
49
49
  }
50
50
  export class InvalidTagException extends __BaseException {
51
+ name = "InvalidTagException";
52
+ $fault = "client";
51
53
  constructor(opts) {
52
54
  super({
53
55
  name: "InvalidTagException",
54
56
  $fault: "client",
55
57
  ...opts,
56
58
  });
57
- this.name = "InvalidTagException";
58
- this.$fault = "client";
59
59
  Object.setPrototypeOf(this, InvalidTagException.prototype);
60
60
  }
61
61
  }
62
62
  export class TagLimitExceededException extends __BaseException {
63
+ name = "TagLimitExceededException";
64
+ $fault = "client";
63
65
  constructor(opts) {
64
66
  super({
65
67
  name: "TagLimitExceededException",
66
68
  $fault: "client",
67
69
  ...opts,
68
70
  });
69
- this.name = "TagLimitExceededException";
70
- this.$fault = "client";
71
71
  Object.setPrototypeOf(this, TagLimitExceededException.prototype);
72
72
  }
73
73
  }
74
74
  export class TagRequiredException extends __BaseException {
75
+ name = "TagRequiredException";
76
+ $fault = "client";
75
77
  constructor(opts) {
76
78
  super({
77
79
  name: "TagRequiredException",
78
80
  $fault: "client",
79
81
  ...opts,
80
82
  });
81
- this.name = "TagRequiredException";
82
- this.$fault = "client";
83
83
  Object.setPrototypeOf(this, TagRequiredException.prototype);
84
84
  }
85
85
  }
86
86
  export class AlarmsLimitExceededException extends __BaseException {
87
+ name = "AlarmsLimitExceededException";
88
+ $fault = "client";
87
89
  constructor(opts) {
88
90
  super({
89
91
  name: "AlarmsLimitExceededException",
90
92
  $fault: "client",
91
93
  ...opts,
92
94
  });
93
- this.name = "AlarmsLimitExceededException";
94
- this.$fault = "client";
95
95
  Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
96
96
  }
97
97
  }
98
98
  export class ApplicationAlreadyExistsException extends __BaseException {
99
+ name = "ApplicationAlreadyExistsException";
100
+ $fault = "client";
99
101
  constructor(opts) {
100
102
  super({
101
103
  name: "ApplicationAlreadyExistsException",
102
104
  $fault: "client",
103
105
  ...opts,
104
106
  });
105
- this.name = "ApplicationAlreadyExistsException";
106
- this.$fault = "client";
107
107
  Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
108
108
  }
109
109
  }
110
110
  export class ApplicationDoesNotExistException extends __BaseException {
111
+ name = "ApplicationDoesNotExistException";
112
+ $fault = "client";
111
113
  constructor(opts) {
112
114
  super({
113
115
  name: "ApplicationDoesNotExistException",
114
116
  $fault: "client",
115
117
  ...opts,
116
118
  });
117
- this.name = "ApplicationDoesNotExistException";
118
- this.$fault = "client";
119
119
  Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
120
120
  }
121
121
  }
@@ -125,26 +125,26 @@ export const ComputePlatform = {
125
125
  SERVER: "Server",
126
126
  };
127
127
  export class ApplicationLimitExceededException extends __BaseException {
128
+ name = "ApplicationLimitExceededException";
129
+ $fault = "client";
128
130
  constructor(opts) {
129
131
  super({
130
132
  name: "ApplicationLimitExceededException",
131
133
  $fault: "client",
132
134
  ...opts,
133
135
  });
134
- this.name = "ApplicationLimitExceededException";
135
- this.$fault = "client";
136
136
  Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
137
137
  }
138
138
  }
139
139
  export class ApplicationNameRequiredException extends __BaseException {
140
+ name = "ApplicationNameRequiredException";
141
+ $fault = "client";
140
142
  constructor(opts) {
141
143
  super({
142
144
  name: "ApplicationNameRequiredException",
143
145
  $fault: "client",
144
146
  ...opts,
145
147
  });
146
- this.name = "ApplicationNameRequiredException";
147
- this.$fault = "client";
148
148
  Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
149
149
  }
150
150
  }
@@ -154,14 +154,14 @@ export const ApplicationRevisionSortBy = {
154
154
  RegisterTime: "registerTime",
155
155
  };
156
156
  export class ArnNotSupportedException extends __BaseException {
157
+ name = "ArnNotSupportedException";
158
+ $fault = "client";
157
159
  constructor(opts) {
158
160
  super({
159
161
  name: "ArnNotSupportedException",
160
162
  $fault: "client",
161
163
  ...opts,
162
164
  });
163
- this.name = "ArnNotSupportedException";
164
- this.$fault = "client";
165
165
  Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
166
166
  }
167
167
  }
@@ -184,50 +184,50 @@ export const BundleType = {
184
184
  Zip: "zip",
185
185
  };
186
186
  export class BatchLimitExceededException extends __BaseException {
187
+ name = "BatchLimitExceededException";
188
+ $fault = "client";
187
189
  constructor(opts) {
188
190
  super({
189
191
  name: "BatchLimitExceededException",
190
192
  $fault: "client",
191
193
  ...opts,
192
194
  });
193
- this.name = "BatchLimitExceededException";
194
- this.$fault = "client";
195
195
  Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
196
196
  }
197
197
  }
198
198
  export class InvalidApplicationNameException extends __BaseException {
199
+ name = "InvalidApplicationNameException";
200
+ $fault = "client";
199
201
  constructor(opts) {
200
202
  super({
201
203
  name: "InvalidApplicationNameException",
202
204
  $fault: "client",
203
205
  ...opts,
204
206
  });
205
- this.name = "InvalidApplicationNameException";
206
- this.$fault = "client";
207
207
  Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
208
208
  }
209
209
  }
210
210
  export class InvalidRevisionException extends __BaseException {
211
+ name = "InvalidRevisionException";
212
+ $fault = "client";
211
213
  constructor(opts) {
212
214
  super({
213
215
  name: "InvalidRevisionException",
214
216
  $fault: "client",
215
217
  ...opts,
216
218
  });
217
- this.name = "InvalidRevisionException";
218
- this.$fault = "client";
219
219
  Object.setPrototypeOf(this, InvalidRevisionException.prototype);
220
220
  }
221
221
  }
222
222
  export class RevisionRequiredException extends __BaseException {
223
+ name = "RevisionRequiredException";
224
+ $fault = "client";
223
225
  constructor(opts) {
224
226
  super({
225
227
  name: "RevisionRequiredException",
226
228
  $fault: "client",
227
229
  ...opts,
228
230
  });
229
- this.name = "RevisionRequiredException";
230
- this.$fault = "client";
231
231
  Object.setPrototypeOf(this, RevisionRequiredException.prototype);
232
232
  }
233
233
  }
@@ -288,38 +288,38 @@ export const TriggerEventType = {
288
288
  INSTANCE_SUCCESS: "InstanceSuccess",
289
289
  };
290
290
  export class DeploymentConfigDoesNotExistException extends __BaseException {
291
+ name = "DeploymentConfigDoesNotExistException";
292
+ $fault = "client";
291
293
  constructor(opts) {
292
294
  super({
293
295
  name: "DeploymentConfigDoesNotExistException",
294
296
  $fault: "client",
295
297
  ...opts,
296
298
  });
297
- this.name = "DeploymentConfigDoesNotExistException";
298
- this.$fault = "client";
299
299
  Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
300
300
  }
301
301
  }
302
302
  export class DeploymentGroupNameRequiredException extends __BaseException {
303
+ name = "DeploymentGroupNameRequiredException";
304
+ $fault = "client";
303
305
  constructor(opts) {
304
306
  super({
305
307
  name: "DeploymentGroupNameRequiredException",
306
308
  $fault: "client",
307
309
  ...opts,
308
310
  });
309
- this.name = "DeploymentGroupNameRequiredException";
310
- this.$fault = "client";
311
311
  Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
312
312
  }
313
313
  }
314
314
  export class InvalidDeploymentGroupNameException extends __BaseException {
315
+ name = "InvalidDeploymentGroupNameException";
316
+ $fault = "client";
315
317
  constructor(opts) {
316
318
  super({
317
319
  name: "InvalidDeploymentGroupNameException",
318
320
  $fault: "client",
319
321
  ...opts,
320
322
  });
321
- this.name = "InvalidDeploymentGroupNameException";
322
- this.$fault = "client";
323
323
  Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
324
324
  }
325
325
  }
@@ -353,62 +353,62 @@ export const InstanceStatus = {
353
353
  UNKNOWN: "Unknown",
354
354
  };
355
355
  export class DeploymentDoesNotExistException extends __BaseException {
356
+ name = "DeploymentDoesNotExistException";
357
+ $fault = "client";
356
358
  constructor(opts) {
357
359
  super({
358
360
  name: "DeploymentDoesNotExistException",
359
361
  $fault: "client",
360
362
  ...opts,
361
363
  });
362
- this.name = "DeploymentDoesNotExistException";
363
- this.$fault = "client";
364
364
  Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
365
365
  }
366
366
  }
367
367
  export class DeploymentIdRequiredException extends __BaseException {
368
+ name = "DeploymentIdRequiredException";
369
+ $fault = "client";
368
370
  constructor(opts) {
369
371
  super({
370
372
  name: "DeploymentIdRequiredException",
371
373
  $fault: "client",
372
374
  ...opts,
373
375
  });
374
- this.name = "DeploymentIdRequiredException";
375
- this.$fault = "client";
376
376
  Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
377
377
  }
378
378
  }
379
379
  export class InstanceIdRequiredException extends __BaseException {
380
+ name = "InstanceIdRequiredException";
381
+ $fault = "client";
380
382
  constructor(opts) {
381
383
  super({
382
384
  name: "InstanceIdRequiredException",
383
385
  $fault: "client",
384
386
  ...opts,
385
387
  });
386
- this.name = "InstanceIdRequiredException";
387
- this.$fault = "client";
388
388
  Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
389
389
  }
390
390
  }
391
391
  export class InvalidComputePlatformException extends __BaseException {
392
+ name = "InvalidComputePlatformException";
393
+ $fault = "client";
392
394
  constructor(opts) {
393
395
  super({
394
396
  name: "InvalidComputePlatformException",
395
397
  $fault: "client",
396
398
  ...opts,
397
399
  });
398
- this.name = "InvalidComputePlatformException";
399
- this.$fault = "client";
400
400
  Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
401
401
  }
402
402
  }
403
403
  export class InvalidDeploymentIdException extends __BaseException {
404
+ name = "InvalidDeploymentIdException";
405
+ $fault = "client";
404
406
  constructor(opts) {
405
407
  super({
406
408
  name: "InvalidDeploymentIdException",
407
409
  $fault: "client",
408
410
  ...opts,
409
411
  });
410
- this.name = "InvalidDeploymentIdException";
411
- this.$fault = "client";
412
412
  Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
413
413
  }
414
414
  }
@@ -483,86 +483,86 @@ export const TargetLabel = {
483
483
  GREEN: "Green",
484
484
  };
485
485
  export class DeploymentNotStartedException extends __BaseException {
486
+ name = "DeploymentNotStartedException";
487
+ $fault = "client";
486
488
  constructor(opts) {
487
489
  super({
488
490
  name: "DeploymentNotStartedException",
489
491
  $fault: "client",
490
492
  ...opts,
491
493
  });
492
- this.name = "DeploymentNotStartedException";
493
- this.$fault = "client";
494
494
  Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
495
495
  }
496
496
  }
497
497
  export class DeploymentTargetDoesNotExistException extends __BaseException {
498
+ name = "DeploymentTargetDoesNotExistException";
499
+ $fault = "client";
498
500
  constructor(opts) {
499
501
  super({
500
502
  name: "DeploymentTargetDoesNotExistException",
501
503
  $fault: "client",
502
504
  ...opts,
503
505
  });
504
- this.name = "DeploymentTargetDoesNotExistException";
505
- this.$fault = "client";
506
506
  Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
507
507
  }
508
508
  }
509
509
  export class DeploymentTargetIdRequiredException extends __BaseException {
510
+ name = "DeploymentTargetIdRequiredException";
511
+ $fault = "client";
510
512
  constructor(opts) {
511
513
  super({
512
514
  name: "DeploymentTargetIdRequiredException",
513
515
  $fault: "client",
514
516
  ...opts,
515
517
  });
516
- this.name = "DeploymentTargetIdRequiredException";
517
- this.$fault = "client";
518
518
  Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
519
519
  }
520
520
  }
521
521
  export class DeploymentTargetListSizeExceededException extends __BaseException {
522
+ name = "DeploymentTargetListSizeExceededException";
523
+ $fault = "client";
522
524
  constructor(opts) {
523
525
  super({
524
526
  name: "DeploymentTargetListSizeExceededException",
525
527
  $fault: "client",
526
528
  ...opts,
527
529
  });
528
- this.name = "DeploymentTargetListSizeExceededException";
529
- this.$fault = "client";
530
530
  Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
531
531
  }
532
532
  }
533
533
  export class InstanceDoesNotExistException extends __BaseException {
534
+ name = "InstanceDoesNotExistException";
535
+ $fault = "client";
534
536
  constructor(opts) {
535
537
  super({
536
538
  name: "InstanceDoesNotExistException",
537
539
  $fault: "client",
538
540
  ...opts,
539
541
  });
540
- this.name = "InstanceDoesNotExistException";
541
- this.$fault = "client";
542
542
  Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
543
543
  }
544
544
  }
545
545
  export class InvalidDeploymentTargetIdException extends __BaseException {
546
+ name = "InvalidDeploymentTargetIdException";
547
+ $fault = "client";
546
548
  constructor(opts) {
547
549
  super({
548
550
  name: "InvalidDeploymentTargetIdException",
549
551
  $fault: "client",
550
552
  ...opts,
551
553
  });
552
- this.name = "InvalidDeploymentTargetIdException";
553
- this.$fault = "client";
554
554
  Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
555
555
  }
556
556
  }
557
557
  export class BucketNameFilterRequiredException extends __BaseException {
558
+ name = "BucketNameFilterRequiredException";
559
+ $fault = "client";
558
560
  constructor(opts) {
559
561
  super({
560
562
  name: "BucketNameFilterRequiredException",
561
563
  $fault: "client",
562
564
  ...opts,
563
565
  });
564
- this.name = "BucketNameFilterRequiredException";
565
- this.$fault = "client";
566
566
  Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
567
567
  }
568
568
  }
@@ -571,278 +571,278 @@ export const DeploymentWaitType = {
571
571
  TERMINATION_WAIT: "TERMINATION_WAIT",
572
572
  };
573
573
  export class DeploymentAlreadyCompletedException extends __BaseException {
574
+ name = "DeploymentAlreadyCompletedException";
575
+ $fault = "client";
574
576
  constructor(opts) {
575
577
  super({
576
578
  name: "DeploymentAlreadyCompletedException",
577
579
  $fault: "client",
578
580
  ...opts,
579
581
  });
580
- this.name = "DeploymentAlreadyCompletedException";
581
- this.$fault = "client";
582
582
  Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
583
583
  }
584
584
  }
585
585
  export class DeploymentIsNotInReadyStateException extends __BaseException {
586
+ name = "DeploymentIsNotInReadyStateException";
587
+ $fault = "client";
586
588
  constructor(opts) {
587
589
  super({
588
590
  name: "DeploymentIsNotInReadyStateException",
589
591
  $fault: "client",
590
592
  ...opts,
591
593
  });
592
- this.name = "DeploymentIsNotInReadyStateException";
593
- this.$fault = "client";
594
594
  Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
595
595
  }
596
596
  }
597
597
  export class InvalidDeploymentStatusException extends __BaseException {
598
+ name = "InvalidDeploymentStatusException";
599
+ $fault = "client";
598
600
  constructor(opts) {
599
601
  super({
600
602
  name: "InvalidDeploymentStatusException",
601
603
  $fault: "client",
602
604
  ...opts,
603
605
  });
604
- this.name = "InvalidDeploymentStatusException";
605
- this.$fault = "client";
606
606
  Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
607
607
  }
608
608
  }
609
609
  export class InvalidDeploymentWaitTypeException extends __BaseException {
610
+ name = "InvalidDeploymentWaitTypeException";
611
+ $fault = "client";
610
612
  constructor(opts) {
611
613
  super({
612
614
  name: "InvalidDeploymentWaitTypeException",
613
615
  $fault: "client",
614
616
  ...opts,
615
617
  });
616
- this.name = "InvalidDeploymentWaitTypeException";
617
- this.$fault = "client";
618
618
  Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
619
619
  }
620
620
  }
621
621
  export class UnsupportedActionForDeploymentTypeException extends __BaseException {
622
+ name = "UnsupportedActionForDeploymentTypeException";
623
+ $fault = "client";
622
624
  constructor(opts) {
623
625
  super({
624
626
  name: "UnsupportedActionForDeploymentTypeException",
625
627
  $fault: "client",
626
628
  ...opts,
627
629
  });
628
- this.name = "UnsupportedActionForDeploymentTypeException";
629
- this.$fault = "client";
630
630
  Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
631
631
  }
632
632
  }
633
633
  export class InvalidTagsToAddException extends __BaseException {
634
+ name = "InvalidTagsToAddException";
635
+ $fault = "client";
634
636
  constructor(opts) {
635
637
  super({
636
638
  name: "InvalidTagsToAddException",
637
639
  $fault: "client",
638
640
  ...opts,
639
641
  });
640
- this.name = "InvalidTagsToAddException";
641
- this.$fault = "client";
642
642
  Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
643
643
  }
644
644
  }
645
645
  export class DeploymentGroupDoesNotExistException extends __BaseException {
646
+ name = "DeploymentGroupDoesNotExistException";
647
+ $fault = "client";
646
648
  constructor(opts) {
647
649
  super({
648
650
  name: "DeploymentGroupDoesNotExistException",
649
651
  $fault: "client",
650
652
  ...opts,
651
653
  });
652
- this.name = "DeploymentGroupDoesNotExistException";
653
- this.$fault = "client";
654
654
  Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
655
655
  }
656
656
  }
657
657
  export class DeploymentLimitExceededException extends __BaseException {
658
+ name = "DeploymentLimitExceededException";
659
+ $fault = "client";
658
660
  constructor(opts) {
659
661
  super({
660
662
  name: "DeploymentLimitExceededException",
661
663
  $fault: "client",
662
664
  ...opts,
663
665
  });
664
- this.name = "DeploymentLimitExceededException";
665
- this.$fault = "client";
666
666
  Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
667
667
  }
668
668
  }
669
669
  export class DescriptionTooLongException extends __BaseException {
670
+ name = "DescriptionTooLongException";
671
+ $fault = "client";
670
672
  constructor(opts) {
671
673
  super({
672
674
  name: "DescriptionTooLongException",
673
675
  $fault: "client",
674
676
  ...opts,
675
677
  });
676
- this.name = "DescriptionTooLongException";
677
- this.$fault = "client";
678
678
  Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
679
679
  }
680
680
  }
681
681
  export class InvalidAlarmConfigException extends __BaseException {
682
+ name = "InvalidAlarmConfigException";
683
+ $fault = "client";
682
684
  constructor(opts) {
683
685
  super({
684
686
  name: "InvalidAlarmConfigException",
685
687
  $fault: "client",
686
688
  ...opts,
687
689
  });
688
- this.name = "InvalidAlarmConfigException";
689
- this.$fault = "client";
690
690
  Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
691
691
  }
692
692
  }
693
693
  export class InvalidAutoRollbackConfigException extends __BaseException {
694
+ name = "InvalidAutoRollbackConfigException";
695
+ $fault = "client";
694
696
  constructor(opts) {
695
697
  super({
696
698
  name: "InvalidAutoRollbackConfigException",
697
699
  $fault: "client",
698
700
  ...opts,
699
701
  });
700
- this.name = "InvalidAutoRollbackConfigException";
701
- this.$fault = "client";
702
702
  Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
703
703
  }
704
704
  }
705
705
  export class InvalidAutoScalingGroupException extends __BaseException {
706
+ name = "InvalidAutoScalingGroupException";
707
+ $fault = "client";
706
708
  constructor(opts) {
707
709
  super({
708
710
  name: "InvalidAutoScalingGroupException",
709
711
  $fault: "client",
710
712
  ...opts,
711
713
  });
712
- this.name = "InvalidAutoScalingGroupException";
713
- this.$fault = "client";
714
714
  Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
715
715
  }
716
716
  }
717
717
  export class InvalidDeploymentConfigNameException extends __BaseException {
718
+ name = "InvalidDeploymentConfigNameException";
719
+ $fault = "client";
718
720
  constructor(opts) {
719
721
  super({
720
722
  name: "InvalidDeploymentConfigNameException",
721
723
  $fault: "client",
722
724
  ...opts,
723
725
  });
724
- this.name = "InvalidDeploymentConfigNameException";
725
- this.$fault = "client";
726
726
  Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
727
727
  }
728
728
  }
729
729
  export class InvalidFileExistsBehaviorException extends __BaseException {
730
+ name = "InvalidFileExistsBehaviorException";
731
+ $fault = "client";
730
732
  constructor(opts) {
731
733
  super({
732
734
  name: "InvalidFileExistsBehaviorException",
733
735
  $fault: "client",
734
736
  ...opts,
735
737
  });
736
- this.name = "InvalidFileExistsBehaviorException";
737
- this.$fault = "client";
738
738
  Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
739
739
  }
740
740
  }
741
741
  export class InvalidGitHubAccountTokenException extends __BaseException {
742
+ name = "InvalidGitHubAccountTokenException";
743
+ $fault = "client";
742
744
  constructor(opts) {
743
745
  super({
744
746
  name: "InvalidGitHubAccountTokenException",
745
747
  $fault: "client",
746
748
  ...opts,
747
749
  });
748
- this.name = "InvalidGitHubAccountTokenException";
749
- this.$fault = "client";
750
750
  Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
751
751
  }
752
752
  }
753
753
  export class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
754
+ name = "InvalidIgnoreApplicationStopFailuresValueException";
755
+ $fault = "client";
754
756
  constructor(opts) {
755
757
  super({
756
758
  name: "InvalidIgnoreApplicationStopFailuresValueException",
757
759
  $fault: "client",
758
760
  ...opts,
759
761
  });
760
- this.name = "InvalidIgnoreApplicationStopFailuresValueException";
761
- this.$fault = "client";
762
762
  Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
763
763
  }
764
764
  }
765
765
  export class InvalidLoadBalancerInfoException extends __BaseException {
766
+ name = "InvalidLoadBalancerInfoException";
767
+ $fault = "client";
766
768
  constructor(opts) {
767
769
  super({
768
770
  name: "InvalidLoadBalancerInfoException",
769
771
  $fault: "client",
770
772
  ...opts,
771
773
  });
772
- this.name = "InvalidLoadBalancerInfoException";
773
- this.$fault = "client";
774
774
  Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
775
775
  }
776
776
  }
777
777
  export class InvalidRoleException extends __BaseException {
778
+ name = "InvalidRoleException";
779
+ $fault = "client";
778
780
  constructor(opts) {
779
781
  super({
780
782
  name: "InvalidRoleException",
781
783
  $fault: "client",
782
784
  ...opts,
783
785
  });
784
- this.name = "InvalidRoleException";
785
- this.$fault = "client";
786
786
  Object.setPrototypeOf(this, InvalidRoleException.prototype);
787
787
  }
788
788
  }
789
789
  export class InvalidTargetInstancesException extends __BaseException {
790
+ name = "InvalidTargetInstancesException";
791
+ $fault = "client";
790
792
  constructor(opts) {
791
793
  super({
792
794
  name: "InvalidTargetInstancesException",
793
795
  $fault: "client",
794
796
  ...opts,
795
797
  });
796
- this.name = "InvalidTargetInstancesException";
797
- this.$fault = "client";
798
798
  Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
799
799
  }
800
800
  }
801
801
  export class InvalidTrafficRoutingConfigurationException extends __BaseException {
802
+ name = "InvalidTrafficRoutingConfigurationException";
803
+ $fault = "client";
802
804
  constructor(opts) {
803
805
  super({
804
806
  name: "InvalidTrafficRoutingConfigurationException",
805
807
  $fault: "client",
806
808
  ...opts,
807
809
  });
808
- this.name = "InvalidTrafficRoutingConfigurationException";
809
- this.$fault = "client";
810
810
  Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
811
811
  }
812
812
  }
813
813
  export class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
814
+ name = "InvalidUpdateOutdatedInstancesOnlyValueException";
815
+ $fault = "client";
814
816
  constructor(opts) {
815
817
  super({
816
818
  name: "InvalidUpdateOutdatedInstancesOnlyValueException",
817
819
  $fault: "client",
818
820
  ...opts,
819
821
  });
820
- this.name = "InvalidUpdateOutdatedInstancesOnlyValueException";
821
- this.$fault = "client";
822
822
  Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
823
823
  }
824
824
  }
825
825
  export class RevisionDoesNotExistException extends __BaseException {
826
+ name = "RevisionDoesNotExistException";
827
+ $fault = "client";
826
828
  constructor(opts) {
827
829
  super({
828
830
  name: "RevisionDoesNotExistException",
829
831
  $fault: "client",
830
832
  ...opts,
831
833
  });
832
- this.name = "RevisionDoesNotExistException";
833
- this.$fault = "client";
834
834
  Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
835
835
  }
836
836
  }
837
837
  export class ThrottlingException extends __BaseException {
838
+ name = "ThrottlingException";
839
+ $fault = "client";
838
840
  constructor(opts) {
839
841
  super({
840
842
  name: "ThrottlingException",
841
843
  $fault: "client",
842
844
  ...opts,
843
845
  });
844
- this.name = "ThrottlingException";
845
- this.$fault = "client";
846
846
  Object.setPrototypeOf(this, ThrottlingException.prototype);
847
847
  }
848
848
  }
@@ -860,410 +860,410 @@ export const MinimumHealthyHostsPerZoneType = {
860
860
  HOST_COUNT: "HOST_COUNT",
861
861
  };
862
862
  export class DeploymentConfigAlreadyExistsException extends __BaseException {
863
+ name = "DeploymentConfigAlreadyExistsException";
864
+ $fault = "client";
863
865
  constructor(opts) {
864
866
  super({
865
867
  name: "DeploymentConfigAlreadyExistsException",
866
868
  $fault: "client",
867
869
  ...opts,
868
870
  });
869
- this.name = "DeploymentConfigAlreadyExistsException";
870
- this.$fault = "client";
871
871
  Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
872
872
  }
873
873
  }
874
874
  export class DeploymentConfigLimitExceededException extends __BaseException {
875
+ name = "DeploymentConfigLimitExceededException";
876
+ $fault = "client";
875
877
  constructor(opts) {
876
878
  super({
877
879
  name: "DeploymentConfigLimitExceededException",
878
880
  $fault: "client",
879
881
  ...opts,
880
882
  });
881
- this.name = "DeploymentConfigLimitExceededException";
882
- this.$fault = "client";
883
883
  Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
884
884
  }
885
885
  }
886
886
  export class DeploymentConfigNameRequiredException extends __BaseException {
887
+ name = "DeploymentConfigNameRequiredException";
888
+ $fault = "client";
887
889
  constructor(opts) {
888
890
  super({
889
891
  name: "DeploymentConfigNameRequiredException",
890
892
  $fault: "client",
891
893
  ...opts,
892
894
  });
893
- this.name = "DeploymentConfigNameRequiredException";
894
- this.$fault = "client";
895
895
  Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
896
896
  }
897
897
  }
898
898
  export class InvalidMinimumHealthyHostValueException extends __BaseException {
899
+ name = "InvalidMinimumHealthyHostValueException";
900
+ $fault = "client";
899
901
  constructor(opts) {
900
902
  super({
901
903
  name: "InvalidMinimumHealthyHostValueException",
902
904
  $fault: "client",
903
905
  ...opts,
904
906
  });
905
- this.name = "InvalidMinimumHealthyHostValueException";
906
- this.$fault = "client";
907
907
  Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
908
908
  }
909
909
  }
910
910
  export class InvalidZonalDeploymentConfigurationException extends __BaseException {
911
+ name = "InvalidZonalDeploymentConfigurationException";
912
+ $fault = "client";
911
913
  constructor(opts) {
912
914
  super({
913
915
  name: "InvalidZonalDeploymentConfigurationException",
914
916
  $fault: "client",
915
917
  ...opts,
916
918
  });
917
- this.name = "InvalidZonalDeploymentConfigurationException";
918
- this.$fault = "client";
919
919
  Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
920
920
  }
921
921
  }
922
922
  export class DeploymentGroupAlreadyExistsException extends __BaseException {
923
+ name = "DeploymentGroupAlreadyExistsException";
924
+ $fault = "client";
923
925
  constructor(opts) {
924
926
  super({
925
927
  name: "DeploymentGroupAlreadyExistsException",
926
928
  $fault: "client",
927
929
  ...opts,
928
930
  });
929
- this.name = "DeploymentGroupAlreadyExistsException";
930
- this.$fault = "client";
931
931
  Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
932
932
  }
933
933
  }
934
934
  export class DeploymentGroupLimitExceededException extends __BaseException {
935
+ name = "DeploymentGroupLimitExceededException";
936
+ $fault = "client";
935
937
  constructor(opts) {
936
938
  super({
937
939
  name: "DeploymentGroupLimitExceededException",
938
940
  $fault: "client",
939
941
  ...opts,
940
942
  });
941
- this.name = "DeploymentGroupLimitExceededException";
942
- this.$fault = "client";
943
943
  Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
944
944
  }
945
945
  }
946
946
  export class ECSServiceMappingLimitExceededException extends __BaseException {
947
+ name = "ECSServiceMappingLimitExceededException";
948
+ $fault = "client";
947
949
  constructor(opts) {
948
950
  super({
949
951
  name: "ECSServiceMappingLimitExceededException",
950
952
  $fault: "client",
951
953
  ...opts,
952
954
  });
953
- this.name = "ECSServiceMappingLimitExceededException";
954
- this.$fault = "client";
955
955
  Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
956
956
  }
957
957
  }
958
958
  export class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
959
+ name = "InvalidBlueGreenDeploymentConfigurationException";
960
+ $fault = "client";
959
961
  constructor(opts) {
960
962
  super({
961
963
  name: "InvalidBlueGreenDeploymentConfigurationException",
962
964
  $fault: "client",
963
965
  ...opts,
964
966
  });
965
- this.name = "InvalidBlueGreenDeploymentConfigurationException";
966
- this.$fault = "client";
967
967
  Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
968
968
  }
969
969
  }
970
970
  export class InvalidDeploymentStyleException extends __BaseException {
971
+ name = "InvalidDeploymentStyleException";
972
+ $fault = "client";
971
973
  constructor(opts) {
972
974
  super({
973
975
  name: "InvalidDeploymentStyleException",
974
976
  $fault: "client",
975
977
  ...opts,
976
978
  });
977
- this.name = "InvalidDeploymentStyleException";
978
- this.$fault = "client";
979
979
  Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
980
980
  }
981
981
  }
982
982
  export class InvalidEC2TagCombinationException extends __BaseException {
983
+ name = "InvalidEC2TagCombinationException";
984
+ $fault = "client";
983
985
  constructor(opts) {
984
986
  super({
985
987
  name: "InvalidEC2TagCombinationException",
986
988
  $fault: "client",
987
989
  ...opts,
988
990
  });
989
- this.name = "InvalidEC2TagCombinationException";
990
- this.$fault = "client";
991
991
  Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
992
992
  }
993
993
  }
994
994
  export class InvalidEC2TagException extends __BaseException {
995
+ name = "InvalidEC2TagException";
996
+ $fault = "client";
995
997
  constructor(opts) {
996
998
  super({
997
999
  name: "InvalidEC2TagException",
998
1000
  $fault: "client",
999
1001
  ...opts,
1000
1002
  });
1001
- this.name = "InvalidEC2TagException";
1002
- this.$fault = "client";
1003
1003
  Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
1004
1004
  }
1005
1005
  }
1006
1006
  export class InvalidECSServiceException extends __BaseException {
1007
+ name = "InvalidECSServiceException";
1008
+ $fault = "client";
1007
1009
  constructor(opts) {
1008
1010
  super({
1009
1011
  name: "InvalidECSServiceException",
1010
1012
  $fault: "client",
1011
1013
  ...opts,
1012
1014
  });
1013
- this.name = "InvalidECSServiceException";
1014
- this.$fault = "client";
1015
1015
  Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
1016
1016
  }
1017
1017
  }
1018
1018
  export class InvalidInputException extends __BaseException {
1019
+ name = "InvalidInputException";
1020
+ $fault = "client";
1019
1021
  constructor(opts) {
1020
1022
  super({
1021
1023
  name: "InvalidInputException",
1022
1024
  $fault: "client",
1023
1025
  ...opts,
1024
1026
  });
1025
- this.name = "InvalidInputException";
1026
- this.$fault = "client";
1027
1027
  Object.setPrototypeOf(this, InvalidInputException.prototype);
1028
1028
  }
1029
1029
  }
1030
1030
  export class InvalidOnPremisesTagCombinationException extends __BaseException {
1031
+ name = "InvalidOnPremisesTagCombinationException";
1032
+ $fault = "client";
1031
1033
  constructor(opts) {
1032
1034
  super({
1033
1035
  name: "InvalidOnPremisesTagCombinationException",
1034
1036
  $fault: "client",
1035
1037
  ...opts,
1036
1038
  });
1037
- this.name = "InvalidOnPremisesTagCombinationException";
1038
- this.$fault = "client";
1039
1039
  Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
1040
1040
  }
1041
1041
  }
1042
1042
  export class InvalidTargetGroupPairException extends __BaseException {
1043
+ name = "InvalidTargetGroupPairException";
1044
+ $fault = "client";
1043
1045
  constructor(opts) {
1044
1046
  super({
1045
1047
  name: "InvalidTargetGroupPairException",
1046
1048
  $fault: "client",
1047
1049
  ...opts,
1048
1050
  });
1049
- this.name = "InvalidTargetGroupPairException";
1050
- this.$fault = "client";
1051
1051
  Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
1052
1052
  }
1053
1053
  }
1054
1054
  export class InvalidTriggerConfigException extends __BaseException {
1055
+ name = "InvalidTriggerConfigException";
1056
+ $fault = "client";
1055
1057
  constructor(opts) {
1056
1058
  super({
1057
1059
  name: "InvalidTriggerConfigException",
1058
1060
  $fault: "client",
1059
1061
  ...opts,
1060
1062
  });
1061
- this.name = "InvalidTriggerConfigException";
1062
- this.$fault = "client";
1063
1063
  Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
1064
1064
  }
1065
1065
  }
1066
1066
  export class LifecycleHookLimitExceededException extends __BaseException {
1067
+ name = "LifecycleHookLimitExceededException";
1068
+ $fault = "client";
1067
1069
  constructor(opts) {
1068
1070
  super({
1069
1071
  name: "LifecycleHookLimitExceededException",
1070
1072
  $fault: "client",
1071
1073
  ...opts,
1072
1074
  });
1073
- this.name = "LifecycleHookLimitExceededException";
1074
- this.$fault = "client";
1075
1075
  Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
1076
1076
  }
1077
1077
  }
1078
1078
  export class RoleRequiredException extends __BaseException {
1079
+ name = "RoleRequiredException";
1080
+ $fault = "client";
1079
1081
  constructor(opts) {
1080
1082
  super({
1081
1083
  name: "RoleRequiredException",
1082
1084
  $fault: "client",
1083
1085
  ...opts,
1084
1086
  });
1085
- this.name = "RoleRequiredException";
1086
- this.$fault = "client";
1087
1087
  Object.setPrototypeOf(this, RoleRequiredException.prototype);
1088
1088
  }
1089
1089
  }
1090
1090
  export class TagSetListLimitExceededException extends __BaseException {
1091
+ name = "TagSetListLimitExceededException";
1092
+ $fault = "client";
1091
1093
  constructor(opts) {
1092
1094
  super({
1093
1095
  name: "TagSetListLimitExceededException",
1094
1096
  $fault: "client",
1095
1097
  ...opts,
1096
1098
  });
1097
- this.name = "TagSetListLimitExceededException";
1098
- this.$fault = "client";
1099
1099
  Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
1100
1100
  }
1101
1101
  }
1102
1102
  export class TriggerTargetsLimitExceededException extends __BaseException {
1103
+ name = "TriggerTargetsLimitExceededException";
1104
+ $fault = "client";
1103
1105
  constructor(opts) {
1104
1106
  super({
1105
1107
  name: "TriggerTargetsLimitExceededException",
1106
1108
  $fault: "client",
1107
1109
  ...opts,
1108
1110
  });
1109
- this.name = "TriggerTargetsLimitExceededException";
1110
- this.$fault = "client";
1111
1111
  Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
1112
1112
  }
1113
1113
  }
1114
1114
  export class DeploymentConfigInUseException extends __BaseException {
1115
+ name = "DeploymentConfigInUseException";
1116
+ $fault = "client";
1115
1117
  constructor(opts) {
1116
1118
  super({
1117
1119
  name: "DeploymentConfigInUseException",
1118
1120
  $fault: "client",
1119
1121
  ...opts,
1120
1122
  });
1121
- this.name = "DeploymentConfigInUseException";
1122
- this.$fault = "client";
1123
1123
  Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
1124
1124
  }
1125
1125
  }
1126
1126
  export class InvalidOperationException extends __BaseException {
1127
+ name = "InvalidOperationException";
1128
+ $fault = "client";
1127
1129
  constructor(opts) {
1128
1130
  super({
1129
1131
  name: "InvalidOperationException",
1130
1132
  $fault: "client",
1131
1133
  ...opts,
1132
1134
  });
1133
- this.name = "InvalidOperationException";
1134
- this.$fault = "client";
1135
1135
  Object.setPrototypeOf(this, InvalidOperationException.prototype);
1136
1136
  }
1137
1137
  }
1138
1138
  export class GitHubAccountTokenDoesNotExistException extends __BaseException {
1139
+ name = "GitHubAccountTokenDoesNotExistException";
1140
+ $fault = "client";
1139
1141
  constructor(opts) {
1140
1142
  super({
1141
1143
  name: "GitHubAccountTokenDoesNotExistException",
1142
1144
  $fault: "client",
1143
1145
  ...opts,
1144
1146
  });
1145
- this.name = "GitHubAccountTokenDoesNotExistException";
1146
- this.$fault = "client";
1147
1147
  Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
1148
1148
  }
1149
1149
  }
1150
1150
  export class GitHubAccountTokenNameRequiredException extends __BaseException {
1151
+ name = "GitHubAccountTokenNameRequiredException";
1152
+ $fault = "client";
1151
1153
  constructor(opts) {
1152
1154
  super({
1153
1155
  name: "GitHubAccountTokenNameRequiredException",
1154
1156
  $fault: "client",
1155
1157
  ...opts,
1156
1158
  });
1157
- this.name = "GitHubAccountTokenNameRequiredException";
1158
- this.$fault = "client";
1159
1159
  Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
1160
1160
  }
1161
1161
  }
1162
1162
  export class InvalidGitHubAccountTokenNameException extends __BaseException {
1163
+ name = "InvalidGitHubAccountTokenNameException";
1164
+ $fault = "client";
1163
1165
  constructor(opts) {
1164
1166
  super({
1165
1167
  name: "InvalidGitHubAccountTokenNameException",
1166
1168
  $fault: "client",
1167
1169
  ...opts,
1168
1170
  });
1169
- this.name = "InvalidGitHubAccountTokenNameException";
1170
- this.$fault = "client";
1171
1171
  Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
1172
1172
  }
1173
1173
  }
1174
1174
  export class OperationNotSupportedException extends __BaseException {
1175
+ name = "OperationNotSupportedException";
1176
+ $fault = "client";
1175
1177
  constructor(opts) {
1176
1178
  super({
1177
1179
  name: "OperationNotSupportedException",
1178
1180
  $fault: "client",
1179
1181
  ...opts,
1180
1182
  });
1181
- this.name = "OperationNotSupportedException";
1182
- this.$fault = "client";
1183
1183
  Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
1184
1184
  }
1185
1185
  }
1186
1186
  export class ResourceValidationException extends __BaseException {
1187
+ name = "ResourceValidationException";
1188
+ $fault = "client";
1187
1189
  constructor(opts) {
1188
1190
  super({
1189
1191
  name: "ResourceValidationException",
1190
1192
  $fault: "client",
1191
1193
  ...opts,
1192
1194
  });
1193
- this.name = "ResourceValidationException";
1194
- this.$fault = "client";
1195
1195
  Object.setPrototypeOf(this, ResourceValidationException.prototype);
1196
1196
  }
1197
1197
  }
1198
1198
  export class InvalidBucketNameFilterException extends __BaseException {
1199
+ name = "InvalidBucketNameFilterException";
1200
+ $fault = "client";
1199
1201
  constructor(opts) {
1200
1202
  super({
1201
1203
  name: "InvalidBucketNameFilterException",
1202
1204
  $fault: "client",
1203
1205
  ...opts,
1204
1206
  });
1205
- this.name = "InvalidBucketNameFilterException";
1206
- this.$fault = "client";
1207
1207
  Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
1208
1208
  }
1209
1209
  }
1210
1210
  export class InvalidDeployedStateFilterException extends __BaseException {
1211
+ name = "InvalidDeployedStateFilterException";
1212
+ $fault = "client";
1211
1213
  constructor(opts) {
1212
1214
  super({
1213
1215
  name: "InvalidDeployedStateFilterException",
1214
1216
  $fault: "client",
1215
1217
  ...opts,
1216
1218
  });
1217
- this.name = "InvalidDeployedStateFilterException";
1218
- this.$fault = "client";
1219
1219
  Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
1220
1220
  }
1221
1221
  }
1222
1222
  export class InvalidKeyPrefixFilterException extends __BaseException {
1223
+ name = "InvalidKeyPrefixFilterException";
1224
+ $fault = "client";
1223
1225
  constructor(opts) {
1224
1226
  super({
1225
1227
  name: "InvalidKeyPrefixFilterException",
1226
1228
  $fault: "client",
1227
1229
  ...opts,
1228
1230
  });
1229
- this.name = "InvalidKeyPrefixFilterException";
1230
- this.$fault = "client";
1231
1231
  Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
1232
1232
  }
1233
1233
  }
1234
1234
  export class InvalidNextTokenException extends __BaseException {
1235
+ name = "InvalidNextTokenException";
1236
+ $fault = "client";
1235
1237
  constructor(opts) {
1236
1238
  super({
1237
1239
  name: "InvalidNextTokenException",
1238
1240
  $fault: "client",
1239
1241
  ...opts,
1240
1242
  });
1241
- this.name = "InvalidNextTokenException";
1242
- this.$fault = "client";
1243
1243
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
1244
1244
  }
1245
1245
  }
1246
1246
  export class InvalidSortByException extends __BaseException {
1247
+ name = "InvalidSortByException";
1248
+ $fault = "client";
1247
1249
  constructor(opts) {
1248
1250
  super({
1249
1251
  name: "InvalidSortByException",
1250
1252
  $fault: "client",
1251
1253
  ...opts,
1252
1254
  });
1253
- this.name = "InvalidSortByException";
1254
- this.$fault = "client";
1255
1255
  Object.setPrototypeOf(this, InvalidSortByException.prototype);
1256
1256
  }
1257
1257
  }
1258
1258
  export class InvalidSortOrderException extends __BaseException {
1259
+ name = "InvalidSortOrderException";
1260
+ $fault = "client";
1259
1261
  constructor(opts) {
1260
1262
  super({
1261
1263
  name: "InvalidSortOrderException",
1262
1264
  $fault: "client",
1263
1265
  ...opts,
1264
1266
  });
1265
- this.name = "InvalidSortOrderException";
1266
- this.$fault = "client";
1267
1267
  Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
1268
1268
  }
1269
1269
  }
@@ -1277,74 +1277,74 @@ export const SortOrder = {
1277
1277
  Descending: "descending",
1278
1278
  };
1279
1279
  export class InvalidDeploymentInstanceTypeException extends __BaseException {
1280
+ name = "InvalidDeploymentInstanceTypeException";
1281
+ $fault = "client";
1280
1282
  constructor(opts) {
1281
1283
  super({
1282
1284
  name: "InvalidDeploymentInstanceTypeException",
1283
1285
  $fault: "client",
1284
1286
  ...opts,
1285
1287
  });
1286
- this.name = "InvalidDeploymentInstanceTypeException";
1287
- this.$fault = "client";
1288
1288
  Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
1289
1289
  }
1290
1290
  }
1291
1291
  export class InvalidInstanceStatusException extends __BaseException {
1292
+ name = "InvalidInstanceStatusException";
1293
+ $fault = "client";
1292
1294
  constructor(opts) {
1293
1295
  super({
1294
1296
  name: "InvalidInstanceStatusException",
1295
1297
  $fault: "client",
1296
1298
  ...opts,
1297
1299
  });
1298
- this.name = "InvalidInstanceStatusException";
1299
- this.$fault = "client";
1300
1300
  Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
1301
1301
  }
1302
1302
  }
1303
1303
  export class InvalidInstanceTypeException extends __BaseException {
1304
+ name = "InvalidInstanceTypeException";
1305
+ $fault = "client";
1304
1306
  constructor(opts) {
1305
1307
  super({
1306
1308
  name: "InvalidInstanceTypeException",
1307
1309
  $fault: "client",
1308
1310
  ...opts,
1309
1311
  });
1310
- this.name = "InvalidInstanceTypeException";
1311
- this.$fault = "client";
1312
1312
  Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
1313
1313
  }
1314
1314
  }
1315
1315
  export class InvalidTargetFilterNameException extends __BaseException {
1316
+ name = "InvalidTargetFilterNameException";
1317
+ $fault = "client";
1316
1318
  constructor(opts) {
1317
1319
  super({
1318
1320
  name: "InvalidTargetFilterNameException",
1319
1321
  $fault: "client",
1320
1322
  ...opts,
1321
1323
  });
1322
- this.name = "InvalidTargetFilterNameException";
1323
- this.$fault = "client";
1324
1324
  Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
1325
1325
  }
1326
1326
  }
1327
1327
  export class InvalidExternalIdException extends __BaseException {
1328
+ name = "InvalidExternalIdException";
1329
+ $fault = "client";
1328
1330
  constructor(opts) {
1329
1331
  super({
1330
1332
  name: "InvalidExternalIdException",
1331
1333
  $fault: "client",
1332
1334
  ...opts,
1333
1335
  });
1334
- this.name = "InvalidExternalIdException";
1335
- this.$fault = "client";
1336
1336
  Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
1337
1337
  }
1338
1338
  }
1339
1339
  export class InvalidTimeRangeException extends __BaseException {
1340
+ name = "InvalidTimeRangeException";
1341
+ $fault = "client";
1340
1342
  constructor(opts) {
1341
1343
  super({
1342
1344
  name: "InvalidTimeRangeException",
1343
1345
  $fault: "client",
1344
1346
  ...opts,
1345
1347
  });
1346
- this.name = "InvalidTimeRangeException";
1347
- this.$fault = "client";
1348
1348
  Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
1349
1349
  }
1350
1350
  }
@@ -1353,26 +1353,26 @@ export const TargetFilterName = {
1353
1353
  TARGET_STATUS: "TargetStatus",
1354
1354
  };
1355
1355
  export class InvalidRegistrationStatusException extends __BaseException {
1356
+ name = "InvalidRegistrationStatusException";
1357
+ $fault = "client";
1356
1358
  constructor(opts) {
1357
1359
  super({
1358
1360
  name: "InvalidRegistrationStatusException",
1359
1361
  $fault: "client",
1360
1362
  ...opts,
1361
1363
  });
1362
- this.name = "InvalidRegistrationStatusException";
1363
- this.$fault = "client";
1364
1364
  Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
1365
1365
  }
1366
1366
  }
1367
1367
  export class InvalidTagFilterException extends __BaseException {
1368
+ name = "InvalidTagFilterException";
1369
+ $fault = "client";
1368
1370
  constructor(opts) {
1369
1371
  super({
1370
1372
  name: "InvalidTagFilterException",
1371
1373
  $fault: "client",
1372
1374
  ...opts,
1373
1375
  });
1374
- this.name = "InvalidTagFilterException";
1375
- this.$fault = "client";
1376
1376
  Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
1377
1377
  }
1378
1378
  }
@@ -1381,158 +1381,158 @@ export const RegistrationStatus = {
1381
1381
  Registered: "Registered",
1382
1382
  };
1383
1383
  export class InvalidArnException extends __BaseException {
1384
+ name = "InvalidArnException";
1385
+ $fault = "client";
1384
1386
  constructor(opts) {
1385
1387
  super({
1386
1388
  name: "InvalidArnException",
1387
1389
  $fault: "client",
1388
1390
  ...opts,
1389
1391
  });
1390
- this.name = "InvalidArnException";
1391
- this.$fault = "client";
1392
1392
  Object.setPrototypeOf(this, InvalidArnException.prototype);
1393
1393
  }
1394
1394
  }
1395
1395
  export class ResourceArnRequiredException extends __BaseException {
1396
+ name = "ResourceArnRequiredException";
1397
+ $fault = "client";
1396
1398
  constructor(opts) {
1397
1399
  super({
1398
1400
  name: "ResourceArnRequiredException",
1399
1401
  $fault: "client",
1400
1402
  ...opts,
1401
1403
  });
1402
- this.name = "ResourceArnRequiredException";
1403
- this.$fault = "client";
1404
1404
  Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
1405
1405
  }
1406
1406
  }
1407
1407
  export class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
1408
+ name = "InvalidLifecycleEventHookExecutionIdException";
1409
+ $fault = "client";
1408
1410
  constructor(opts) {
1409
1411
  super({
1410
1412
  name: "InvalidLifecycleEventHookExecutionIdException",
1411
1413
  $fault: "client",
1412
1414
  ...opts,
1413
1415
  });
1414
- this.name = "InvalidLifecycleEventHookExecutionIdException";
1415
- this.$fault = "client";
1416
1416
  Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
1417
1417
  }
1418
1418
  }
1419
1419
  export class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
1420
+ name = "InvalidLifecycleEventHookExecutionStatusException";
1421
+ $fault = "client";
1420
1422
  constructor(opts) {
1421
1423
  super({
1422
1424
  name: "InvalidLifecycleEventHookExecutionStatusException",
1423
1425
  $fault: "client",
1424
1426
  ...opts,
1425
1427
  });
1426
- this.name = "InvalidLifecycleEventHookExecutionStatusException";
1427
- this.$fault = "client";
1428
1428
  Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
1429
1429
  }
1430
1430
  }
1431
1431
  export class LifecycleEventAlreadyCompletedException extends __BaseException {
1432
+ name = "LifecycleEventAlreadyCompletedException";
1433
+ $fault = "client";
1432
1434
  constructor(opts) {
1433
1435
  super({
1434
1436
  name: "LifecycleEventAlreadyCompletedException",
1435
1437
  $fault: "client",
1436
1438
  ...opts,
1437
1439
  });
1438
- this.name = "LifecycleEventAlreadyCompletedException";
1439
- this.$fault = "client";
1440
1440
  Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
1441
1441
  }
1442
1442
  }
1443
1443
  export class IamArnRequiredException extends __BaseException {
1444
+ name = "IamArnRequiredException";
1445
+ $fault = "client";
1444
1446
  constructor(opts) {
1445
1447
  super({
1446
1448
  name: "IamArnRequiredException",
1447
1449
  $fault: "client",
1448
1450
  ...opts,
1449
1451
  });
1450
- this.name = "IamArnRequiredException";
1451
- this.$fault = "client";
1452
1452
  Object.setPrototypeOf(this, IamArnRequiredException.prototype);
1453
1453
  }
1454
1454
  }
1455
1455
  export class IamSessionArnAlreadyRegisteredException extends __BaseException {
1456
+ name = "IamSessionArnAlreadyRegisteredException";
1457
+ $fault = "client";
1456
1458
  constructor(opts) {
1457
1459
  super({
1458
1460
  name: "IamSessionArnAlreadyRegisteredException",
1459
1461
  $fault: "client",
1460
1462
  ...opts,
1461
1463
  });
1462
- this.name = "IamSessionArnAlreadyRegisteredException";
1463
- this.$fault = "client";
1464
1464
  Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
1465
1465
  }
1466
1466
  }
1467
1467
  export class IamUserArnAlreadyRegisteredException extends __BaseException {
1468
+ name = "IamUserArnAlreadyRegisteredException";
1469
+ $fault = "client";
1468
1470
  constructor(opts) {
1469
1471
  super({
1470
1472
  name: "IamUserArnAlreadyRegisteredException",
1471
1473
  $fault: "client",
1472
1474
  ...opts,
1473
1475
  });
1474
- this.name = "IamUserArnAlreadyRegisteredException";
1475
- this.$fault = "client";
1476
1476
  Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
1477
1477
  }
1478
1478
  }
1479
1479
  export class IamUserArnRequiredException extends __BaseException {
1480
+ name = "IamUserArnRequiredException";
1481
+ $fault = "client";
1480
1482
  constructor(opts) {
1481
1483
  super({
1482
1484
  name: "IamUserArnRequiredException",
1483
1485
  $fault: "client",
1484
1486
  ...opts,
1485
1487
  });
1486
- this.name = "IamUserArnRequiredException";
1487
- this.$fault = "client";
1488
1488
  Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
1489
1489
  }
1490
1490
  }
1491
1491
  export class InstanceNameAlreadyRegisteredException extends __BaseException {
1492
+ name = "InstanceNameAlreadyRegisteredException";
1493
+ $fault = "client";
1492
1494
  constructor(opts) {
1493
1495
  super({
1494
1496
  name: "InstanceNameAlreadyRegisteredException",
1495
1497
  $fault: "client",
1496
1498
  ...opts,
1497
1499
  });
1498
- this.name = "InstanceNameAlreadyRegisteredException";
1499
- this.$fault = "client";
1500
1500
  Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
1501
1501
  }
1502
1502
  }
1503
1503
  export class InvalidIamSessionArnException extends __BaseException {
1504
+ name = "InvalidIamSessionArnException";
1505
+ $fault = "client";
1504
1506
  constructor(opts) {
1505
1507
  super({
1506
1508
  name: "InvalidIamSessionArnException",
1507
1509
  $fault: "client",
1508
1510
  ...opts,
1509
1511
  });
1510
- this.name = "InvalidIamSessionArnException";
1511
- this.$fault = "client";
1512
1512
  Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
1513
1513
  }
1514
1514
  }
1515
1515
  export class InvalidIamUserArnException extends __BaseException {
1516
+ name = "InvalidIamUserArnException";
1517
+ $fault = "client";
1516
1518
  constructor(opts) {
1517
1519
  super({
1518
1520
  name: "InvalidIamUserArnException",
1519
1521
  $fault: "client",
1520
1522
  ...opts,
1521
1523
  });
1522
- this.name = "InvalidIamUserArnException";
1523
- this.$fault = "client";
1524
1524
  Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
1525
1525
  }
1526
1526
  }
1527
1527
  export class MultipleIamArnsProvidedException extends __BaseException {
1528
+ name = "MultipleIamArnsProvidedException";
1529
+ $fault = "client";
1528
1530
  constructor(opts) {
1529
1531
  super({
1530
1532
  name: "MultipleIamArnsProvidedException",
1531
1533
  $fault: "client",
1532
1534
  ...opts,
1533
1535
  });
1534
- this.name = "MultipleIamArnsProvidedException";
1535
- this.$fault = "client";
1536
1536
  Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
1537
1537
  }
1538
1538
  }