@cdklabs/cdk-ecs-codedeploy 0.0.361 → 0.0.363

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 (239) 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/package.json +9 -9
  67. package/node_modules/@aws-sdk/types/package.json +4 -4
  68. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  69. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  70. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  71. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
  72. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  73. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  74. package/node_modules/@smithy/abort-controller/package.json +3 -3
  75. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  76. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  77. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  78. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  79. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  80. package/node_modules/@smithy/config-resolver/package.json +6 -6
  81. package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
  82. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  83. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  84. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  85. package/node_modules/@smithy/core/package.json +10 -10
  86. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  87. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  88. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  89. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
  90. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  91. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  92. package/node_modules/@smithy/hash-node/package.json +6 -6
  93. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  94. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  95. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  96. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
  97. package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
  98. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  99. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  100. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
  101. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  102. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  103. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  104. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  105. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  106. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  107. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  108. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  109. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  110. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  111. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  112. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  113. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
  114. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  115. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  116. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  117. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  118. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  119. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  120. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  121. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  122. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  123. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  124. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  125. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  126. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  127. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  128. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  129. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  130. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  131. package/node_modules/@smithy/property-provider/package.json +3 -3
  132. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  133. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  134. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  135. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  136. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  137. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  138. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  139. package/node_modules/@smithy/protocol-http/package.json +3 -3
  140. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  141. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  142. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  143. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  144. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  145. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  146. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  147. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  148. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  149. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  150. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  151. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  152. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  153. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  154. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  155. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  156. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  157. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  158. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  159. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  160. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  161. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  162. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  163. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  164. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  165. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  166. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  167. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  168. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  169. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  170. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  171. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  172. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  173. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  174. package/node_modules/@smithy/signature-v4/package.json +9 -9
  175. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
  176. package/node_modules/@smithy/smithy-client/package.json +9 -9
  177. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  178. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  179. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  180. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  181. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  182. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  183. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  184. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  185. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  186. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  187. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  188. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  189. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  190. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  191. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  192. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  193. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  194. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  195. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  196. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  197. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  199. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  200. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  201. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  202. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  203. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  204. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  205. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  206. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  207. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  208. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  209. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  210. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  211. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  212. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  213. package/node_modules/@smithy/types/package.json +2 -2
  214. package/node_modules/@smithy/url-parser/package.json +6 -3
  215. package/node_modules/@smithy/util-base64/package.json +8 -7
  216. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  217. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  218. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  219. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  220. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  221. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  222. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  223. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  224. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  225. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  226. package/node_modules/@smithy/util-middleware/package.json +4 -4
  227. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  228. package/node_modules/@smithy/util-retry/package.json +5 -5
  229. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  230. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  231. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  232. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  233. package/node_modules/@smithy/util-stream/package.json +10 -10
  234. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  235. package/node_modules/@smithy/util-utf8/package.json +6 -5
  236. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -9
  237. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  238. package/node_modules/@smithy/util-waiter/package.json +4 -4
  239. package/package.json +3 -3
@@ -323,7 +323,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
323
323
  }, "resolveRuntimeExtensions");
324
324
 
325
325
  // src/CodeDeployClient.ts
326
- var _CodeDeployClient = class _CodeDeployClient extends import_smithy_client.Client {
326
+ var CodeDeployClient = class extends import_smithy_client.Client {
327
+ static {
328
+ __name(this, "CodeDeployClient");
329
+ }
330
+ /**
331
+ * The resolved configuration of CodeDeployClient class. This is resolved and normalized from the {@link CodeDeployClientConfig | constructor configuration interface}.
332
+ */
333
+ config;
327
334
  constructor(...[configuration]) {
328
335
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
329
336
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -333,7 +340,7 @@ var _CodeDeployClient = class _CodeDeployClient extends import_smithy_client.Cli
333
340
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
334
341
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
335
342
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
336
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
343
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
337
344
  super(_config_8);
338
345
  this.config = _config_8;
339
346
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -361,8 +368,6 @@ var _CodeDeployClient = class _CodeDeployClient extends import_smithy_client.Cli
361
368
  super.destroy();
362
369
  }
363
370
  };
364
- __name(_CodeDeployClient, "CodeDeployClient");
365
- var CodeDeployClient = _CodeDeployClient;
366
371
 
367
372
  // src/CodeDeploy.ts
368
373
 
@@ -379,7 +384,10 @@ var import_core2 = require("@aws-sdk/core");
379
384
 
380
385
  // src/models/CodeDeployServiceException.ts
381
386
 
382
- var _CodeDeployServiceException = class _CodeDeployServiceException extends import_smithy_client.ServiceException {
387
+ var CodeDeployServiceException = class _CodeDeployServiceException extends import_smithy_client.ServiceException {
388
+ static {
389
+ __name(this, "CodeDeployServiceException");
390
+ }
383
391
  /**
384
392
  * @internal
385
393
  */
@@ -388,11 +396,14 @@ var _CodeDeployServiceException = class _CodeDeployServiceException extends impo
388
396
  Object.setPrototypeOf(this, _CodeDeployServiceException.prototype);
389
397
  }
390
398
  };
391
- __name(_CodeDeployServiceException, "CodeDeployServiceException");
392
- var CodeDeployServiceException = _CodeDeployServiceException;
393
399
 
394
400
  // src/models/models_0.ts
395
- var _InstanceLimitExceededException = class _InstanceLimitExceededException extends CodeDeployServiceException {
401
+ var InstanceLimitExceededException = class _InstanceLimitExceededException extends CodeDeployServiceException {
402
+ static {
403
+ __name(this, "InstanceLimitExceededException");
404
+ }
405
+ name = "InstanceLimitExceededException";
406
+ $fault = "client";
396
407
  /**
397
408
  * @internal
398
409
  */
@@ -402,14 +413,15 @@ var _InstanceLimitExceededException = class _InstanceLimitExceededException exte
402
413
  $fault: "client",
403
414
  ...opts
404
415
  });
405
- this.name = "InstanceLimitExceededException";
406
- this.$fault = "client";
407
416
  Object.setPrototypeOf(this, _InstanceLimitExceededException.prototype);
408
417
  }
409
418
  };
410
- __name(_InstanceLimitExceededException, "InstanceLimitExceededException");
411
- var InstanceLimitExceededException = _InstanceLimitExceededException;
412
- var _InstanceNameRequiredException = class _InstanceNameRequiredException extends CodeDeployServiceException {
419
+ var InstanceNameRequiredException = class _InstanceNameRequiredException extends CodeDeployServiceException {
420
+ static {
421
+ __name(this, "InstanceNameRequiredException");
422
+ }
423
+ name = "InstanceNameRequiredException";
424
+ $fault = "client";
413
425
  /**
414
426
  * @internal
415
427
  */
@@ -419,14 +431,15 @@ var _InstanceNameRequiredException = class _InstanceNameRequiredException extend
419
431
  $fault: "client",
420
432
  ...opts
421
433
  });
422
- this.name = "InstanceNameRequiredException";
423
- this.$fault = "client";
424
434
  Object.setPrototypeOf(this, _InstanceNameRequiredException.prototype);
425
435
  }
426
436
  };
427
- __name(_InstanceNameRequiredException, "InstanceNameRequiredException");
428
- var InstanceNameRequiredException = _InstanceNameRequiredException;
429
- var _InstanceNotRegisteredException = class _InstanceNotRegisteredException extends CodeDeployServiceException {
437
+ var InstanceNotRegisteredException = class _InstanceNotRegisteredException extends CodeDeployServiceException {
438
+ static {
439
+ __name(this, "InstanceNotRegisteredException");
440
+ }
441
+ name = "InstanceNotRegisteredException";
442
+ $fault = "client";
430
443
  /**
431
444
  * @internal
432
445
  */
@@ -436,14 +449,15 @@ var _InstanceNotRegisteredException = class _InstanceNotRegisteredException exte
436
449
  $fault: "client",
437
450
  ...opts
438
451
  });
439
- this.name = "InstanceNotRegisteredException";
440
- this.$fault = "client";
441
452
  Object.setPrototypeOf(this, _InstanceNotRegisteredException.prototype);
442
453
  }
443
454
  };
444
- __name(_InstanceNotRegisteredException, "InstanceNotRegisteredException");
445
- var InstanceNotRegisteredException = _InstanceNotRegisteredException;
446
- var _InvalidInstanceNameException = class _InvalidInstanceNameException extends CodeDeployServiceException {
455
+ var InvalidInstanceNameException = class _InvalidInstanceNameException extends CodeDeployServiceException {
456
+ static {
457
+ __name(this, "InvalidInstanceNameException");
458
+ }
459
+ name = "InvalidInstanceNameException";
460
+ $fault = "client";
447
461
  /**
448
462
  * @internal
449
463
  */
@@ -453,14 +467,15 @@ var _InvalidInstanceNameException = class _InvalidInstanceNameException extends
453
467
  $fault: "client",
454
468
  ...opts
455
469
  });
456
- this.name = "InvalidInstanceNameException";
457
- this.$fault = "client";
458
470
  Object.setPrototypeOf(this, _InvalidInstanceNameException.prototype);
459
471
  }
460
472
  };
461
- __name(_InvalidInstanceNameException, "InvalidInstanceNameException");
462
- var InvalidInstanceNameException = _InvalidInstanceNameException;
463
- var _InvalidTagException = class _InvalidTagException extends CodeDeployServiceException {
473
+ var InvalidTagException = class _InvalidTagException extends CodeDeployServiceException {
474
+ static {
475
+ __name(this, "InvalidTagException");
476
+ }
477
+ name = "InvalidTagException";
478
+ $fault = "client";
464
479
  /**
465
480
  * @internal
466
481
  */
@@ -470,14 +485,15 @@ var _InvalidTagException = class _InvalidTagException extends CodeDeployServiceE
470
485
  $fault: "client",
471
486
  ...opts
472
487
  });
473
- this.name = "InvalidTagException";
474
- this.$fault = "client";
475
488
  Object.setPrototypeOf(this, _InvalidTagException.prototype);
476
489
  }
477
490
  };
478
- __name(_InvalidTagException, "InvalidTagException");
479
- var InvalidTagException = _InvalidTagException;
480
- var _TagLimitExceededException = class _TagLimitExceededException extends CodeDeployServiceException {
491
+ var TagLimitExceededException = class _TagLimitExceededException extends CodeDeployServiceException {
492
+ static {
493
+ __name(this, "TagLimitExceededException");
494
+ }
495
+ name = "TagLimitExceededException";
496
+ $fault = "client";
481
497
  /**
482
498
  * @internal
483
499
  */
@@ -487,14 +503,15 @@ var _TagLimitExceededException = class _TagLimitExceededException extends CodeDe
487
503
  $fault: "client",
488
504
  ...opts
489
505
  });
490
- this.name = "TagLimitExceededException";
491
- this.$fault = "client";
492
506
  Object.setPrototypeOf(this, _TagLimitExceededException.prototype);
493
507
  }
494
508
  };
495
- __name(_TagLimitExceededException, "TagLimitExceededException");
496
- var TagLimitExceededException = _TagLimitExceededException;
497
- var _TagRequiredException = class _TagRequiredException extends CodeDeployServiceException {
509
+ var TagRequiredException = class _TagRequiredException extends CodeDeployServiceException {
510
+ static {
511
+ __name(this, "TagRequiredException");
512
+ }
513
+ name = "TagRequiredException";
514
+ $fault = "client";
498
515
  /**
499
516
  * @internal
500
517
  */
@@ -504,14 +521,15 @@ var _TagRequiredException = class _TagRequiredException extends CodeDeployServic
504
521
  $fault: "client",
505
522
  ...opts
506
523
  });
507
- this.name = "TagRequiredException";
508
- this.$fault = "client";
509
524
  Object.setPrototypeOf(this, _TagRequiredException.prototype);
510
525
  }
511
526
  };
512
- __name(_TagRequiredException, "TagRequiredException");
513
- var TagRequiredException = _TagRequiredException;
514
- var _AlarmsLimitExceededException = class _AlarmsLimitExceededException extends CodeDeployServiceException {
527
+ var AlarmsLimitExceededException = class _AlarmsLimitExceededException extends CodeDeployServiceException {
528
+ static {
529
+ __name(this, "AlarmsLimitExceededException");
530
+ }
531
+ name = "AlarmsLimitExceededException";
532
+ $fault = "client";
515
533
  /**
516
534
  * @internal
517
535
  */
@@ -521,14 +539,15 @@ var _AlarmsLimitExceededException = class _AlarmsLimitExceededException extends
521
539
  $fault: "client",
522
540
  ...opts
523
541
  });
524
- this.name = "AlarmsLimitExceededException";
525
- this.$fault = "client";
526
542
  Object.setPrototypeOf(this, _AlarmsLimitExceededException.prototype);
527
543
  }
528
544
  };
529
- __name(_AlarmsLimitExceededException, "AlarmsLimitExceededException");
530
- var AlarmsLimitExceededException = _AlarmsLimitExceededException;
531
- var _ApplicationAlreadyExistsException = class _ApplicationAlreadyExistsException extends CodeDeployServiceException {
545
+ var ApplicationAlreadyExistsException = class _ApplicationAlreadyExistsException extends CodeDeployServiceException {
546
+ static {
547
+ __name(this, "ApplicationAlreadyExistsException");
548
+ }
549
+ name = "ApplicationAlreadyExistsException";
550
+ $fault = "client";
532
551
  /**
533
552
  * @internal
534
553
  */
@@ -538,14 +557,15 @@ var _ApplicationAlreadyExistsException = class _ApplicationAlreadyExistsExceptio
538
557
  $fault: "client",
539
558
  ...opts
540
559
  });
541
- this.name = "ApplicationAlreadyExistsException";
542
- this.$fault = "client";
543
560
  Object.setPrototypeOf(this, _ApplicationAlreadyExistsException.prototype);
544
561
  }
545
562
  };
546
- __name(_ApplicationAlreadyExistsException, "ApplicationAlreadyExistsException");
547
- var ApplicationAlreadyExistsException = _ApplicationAlreadyExistsException;
548
- var _ApplicationDoesNotExistException = class _ApplicationDoesNotExistException extends CodeDeployServiceException {
563
+ var ApplicationDoesNotExistException = class _ApplicationDoesNotExistException extends CodeDeployServiceException {
564
+ static {
565
+ __name(this, "ApplicationDoesNotExistException");
566
+ }
567
+ name = "ApplicationDoesNotExistException";
568
+ $fault = "client";
549
569
  /**
550
570
  * @internal
551
571
  */
@@ -555,19 +575,20 @@ var _ApplicationDoesNotExistException = class _ApplicationDoesNotExistException
555
575
  $fault: "client",
556
576
  ...opts
557
577
  });
558
- this.name = "ApplicationDoesNotExistException";
559
- this.$fault = "client";
560
578
  Object.setPrototypeOf(this, _ApplicationDoesNotExistException.prototype);
561
579
  }
562
580
  };
563
- __name(_ApplicationDoesNotExistException, "ApplicationDoesNotExistException");
564
- var ApplicationDoesNotExistException = _ApplicationDoesNotExistException;
565
581
  var ComputePlatform = {
566
582
  ECS: "ECS",
567
583
  LAMBDA: "Lambda",
568
584
  SERVER: "Server"
569
585
  };
570
- var _ApplicationLimitExceededException = class _ApplicationLimitExceededException extends CodeDeployServiceException {
586
+ var ApplicationLimitExceededException = class _ApplicationLimitExceededException extends CodeDeployServiceException {
587
+ static {
588
+ __name(this, "ApplicationLimitExceededException");
589
+ }
590
+ name = "ApplicationLimitExceededException";
591
+ $fault = "client";
571
592
  /**
572
593
  * @internal
573
594
  */
@@ -577,14 +598,15 @@ var _ApplicationLimitExceededException = class _ApplicationLimitExceededExceptio
577
598
  $fault: "client",
578
599
  ...opts
579
600
  });
580
- this.name = "ApplicationLimitExceededException";
581
- this.$fault = "client";
582
601
  Object.setPrototypeOf(this, _ApplicationLimitExceededException.prototype);
583
602
  }
584
603
  };
585
- __name(_ApplicationLimitExceededException, "ApplicationLimitExceededException");
586
- var ApplicationLimitExceededException = _ApplicationLimitExceededException;
587
- var _ApplicationNameRequiredException = class _ApplicationNameRequiredException extends CodeDeployServiceException {
604
+ var ApplicationNameRequiredException = class _ApplicationNameRequiredException extends CodeDeployServiceException {
605
+ static {
606
+ __name(this, "ApplicationNameRequiredException");
607
+ }
608
+ name = "ApplicationNameRequiredException";
609
+ $fault = "client";
588
610
  /**
589
611
  * @internal
590
612
  */
@@ -594,19 +616,20 @@ var _ApplicationNameRequiredException = class _ApplicationNameRequiredException
594
616
  $fault: "client",
595
617
  ...opts
596
618
  });
597
- this.name = "ApplicationNameRequiredException";
598
- this.$fault = "client";
599
619
  Object.setPrototypeOf(this, _ApplicationNameRequiredException.prototype);
600
620
  }
601
621
  };
602
- __name(_ApplicationNameRequiredException, "ApplicationNameRequiredException");
603
- var ApplicationNameRequiredException = _ApplicationNameRequiredException;
604
622
  var ApplicationRevisionSortBy = {
605
623
  FirstUsedTime: "firstUsedTime",
606
624
  LastUsedTime: "lastUsedTime",
607
625
  RegisterTime: "registerTime"
608
626
  };
609
- var _ArnNotSupportedException = class _ArnNotSupportedException extends CodeDeployServiceException {
627
+ var ArnNotSupportedException = class _ArnNotSupportedException extends CodeDeployServiceException {
628
+ static {
629
+ __name(this, "ArnNotSupportedException");
630
+ }
631
+ name = "ArnNotSupportedException";
632
+ $fault = "client";
610
633
  /**
611
634
  * @internal
612
635
  */
@@ -616,13 +639,9 @@ var _ArnNotSupportedException = class _ArnNotSupportedException extends CodeDepl
616
639
  $fault: "client",
617
640
  ...opts
618
641
  });
619
- this.name = "ArnNotSupportedException";
620
- this.$fault = "client";
621
642
  Object.setPrototypeOf(this, _ArnNotSupportedException.prototype);
622
643
  }
623
644
  };
624
- __name(_ArnNotSupportedException, "ArnNotSupportedException");
625
- var ArnNotSupportedException = _ArnNotSupportedException;
626
645
  var AutoRollbackEvent = {
627
646
  DEPLOYMENT_FAILURE: "DEPLOYMENT_FAILURE",
628
647
  DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM",
@@ -641,7 +660,12 @@ var BundleType = {
641
660
  YAML: "YAML",
642
661
  Zip: "zip"
643
662
  };
644
- var _BatchLimitExceededException = class _BatchLimitExceededException extends CodeDeployServiceException {
663
+ var BatchLimitExceededException = class _BatchLimitExceededException extends CodeDeployServiceException {
664
+ static {
665
+ __name(this, "BatchLimitExceededException");
666
+ }
667
+ name = "BatchLimitExceededException";
668
+ $fault = "client";
645
669
  /**
646
670
  * @internal
647
671
  */
@@ -651,14 +675,15 @@ var _BatchLimitExceededException = class _BatchLimitExceededException extends Co
651
675
  $fault: "client",
652
676
  ...opts
653
677
  });
654
- this.name = "BatchLimitExceededException";
655
- this.$fault = "client";
656
678
  Object.setPrototypeOf(this, _BatchLimitExceededException.prototype);
657
679
  }
658
680
  };
659
- __name(_BatchLimitExceededException, "BatchLimitExceededException");
660
- var BatchLimitExceededException = _BatchLimitExceededException;
661
- var _InvalidApplicationNameException = class _InvalidApplicationNameException extends CodeDeployServiceException {
681
+ var InvalidApplicationNameException = class _InvalidApplicationNameException extends CodeDeployServiceException {
682
+ static {
683
+ __name(this, "InvalidApplicationNameException");
684
+ }
685
+ name = "InvalidApplicationNameException";
686
+ $fault = "client";
662
687
  /**
663
688
  * @internal
664
689
  */
@@ -668,14 +693,15 @@ var _InvalidApplicationNameException = class _InvalidApplicationNameException ex
668
693
  $fault: "client",
669
694
  ...opts
670
695
  });
671
- this.name = "InvalidApplicationNameException";
672
- this.$fault = "client";
673
696
  Object.setPrototypeOf(this, _InvalidApplicationNameException.prototype);
674
697
  }
675
698
  };
676
- __name(_InvalidApplicationNameException, "InvalidApplicationNameException");
677
- var InvalidApplicationNameException = _InvalidApplicationNameException;
678
- var _InvalidRevisionException = class _InvalidRevisionException extends CodeDeployServiceException {
699
+ var InvalidRevisionException = class _InvalidRevisionException extends CodeDeployServiceException {
700
+ static {
701
+ __name(this, "InvalidRevisionException");
702
+ }
703
+ name = "InvalidRevisionException";
704
+ $fault = "client";
679
705
  /**
680
706
  * @internal
681
707
  */
@@ -685,14 +711,15 @@ var _InvalidRevisionException = class _InvalidRevisionException extends CodeDepl
685
711
  $fault: "client",
686
712
  ...opts
687
713
  });
688
- this.name = "InvalidRevisionException";
689
- this.$fault = "client";
690
714
  Object.setPrototypeOf(this, _InvalidRevisionException.prototype);
691
715
  }
692
716
  };
693
- __name(_InvalidRevisionException, "InvalidRevisionException");
694
- var InvalidRevisionException = _InvalidRevisionException;
695
- var _RevisionRequiredException = class _RevisionRequiredException extends CodeDeployServiceException {
717
+ var RevisionRequiredException = class _RevisionRequiredException extends CodeDeployServiceException {
718
+ static {
719
+ __name(this, "RevisionRequiredException");
720
+ }
721
+ name = "RevisionRequiredException";
722
+ $fault = "client";
696
723
  /**
697
724
  * @internal
698
725
  */
@@ -702,13 +729,9 @@ var _RevisionRequiredException = class _RevisionRequiredException extends CodeDe
702
729
  $fault: "client",
703
730
  ...opts
704
731
  });
705
- this.name = "RevisionRequiredException";
706
- this.$fault = "client";
707
732
  Object.setPrototypeOf(this, _RevisionRequiredException.prototype);
708
733
  }
709
734
  };
710
- __name(_RevisionRequiredException, "RevisionRequiredException");
711
- var RevisionRequiredException = _RevisionRequiredException;
712
735
  var DeploymentReadyAction = {
713
736
  CONTINUE_DEPLOYMENT: "CONTINUE_DEPLOYMENT",
714
737
  STOP_DEPLOYMENT: "STOP_DEPLOYMENT"
@@ -765,7 +788,12 @@ var TriggerEventType = {
765
788
  INSTANCE_START: "InstanceStart",
766
789
  INSTANCE_SUCCESS: "InstanceSuccess"
767
790
  };
768
- var _DeploymentConfigDoesNotExistException = class _DeploymentConfigDoesNotExistException extends CodeDeployServiceException {
791
+ var DeploymentConfigDoesNotExistException = class _DeploymentConfigDoesNotExistException extends CodeDeployServiceException {
792
+ static {
793
+ __name(this, "DeploymentConfigDoesNotExistException");
794
+ }
795
+ name = "DeploymentConfigDoesNotExistException";
796
+ $fault = "client";
769
797
  /**
770
798
  * @internal
771
799
  */
@@ -775,14 +803,15 @@ var _DeploymentConfigDoesNotExistException = class _DeploymentConfigDoesNotExist
775
803
  $fault: "client",
776
804
  ...opts
777
805
  });
778
- this.name = "DeploymentConfigDoesNotExistException";
779
- this.$fault = "client";
780
806
  Object.setPrototypeOf(this, _DeploymentConfigDoesNotExistException.prototype);
781
807
  }
782
808
  };
783
- __name(_DeploymentConfigDoesNotExistException, "DeploymentConfigDoesNotExistException");
784
- var DeploymentConfigDoesNotExistException = _DeploymentConfigDoesNotExistException;
785
- var _DeploymentGroupNameRequiredException = class _DeploymentGroupNameRequiredException extends CodeDeployServiceException {
809
+ var DeploymentGroupNameRequiredException = class _DeploymentGroupNameRequiredException extends CodeDeployServiceException {
810
+ static {
811
+ __name(this, "DeploymentGroupNameRequiredException");
812
+ }
813
+ name = "DeploymentGroupNameRequiredException";
814
+ $fault = "client";
786
815
  /**
787
816
  * @internal
788
817
  */
@@ -792,14 +821,15 @@ var _DeploymentGroupNameRequiredException = class _DeploymentGroupNameRequiredEx
792
821
  $fault: "client",
793
822
  ...opts
794
823
  });
795
- this.name = "DeploymentGroupNameRequiredException";
796
- this.$fault = "client";
797
824
  Object.setPrototypeOf(this, _DeploymentGroupNameRequiredException.prototype);
798
825
  }
799
826
  };
800
- __name(_DeploymentGroupNameRequiredException, "DeploymentGroupNameRequiredException");
801
- var DeploymentGroupNameRequiredException = _DeploymentGroupNameRequiredException;
802
- var _InvalidDeploymentGroupNameException = class _InvalidDeploymentGroupNameException extends CodeDeployServiceException {
827
+ var InvalidDeploymentGroupNameException = class _InvalidDeploymentGroupNameException extends CodeDeployServiceException {
828
+ static {
829
+ __name(this, "InvalidDeploymentGroupNameException");
830
+ }
831
+ name = "InvalidDeploymentGroupNameException";
832
+ $fault = "client";
803
833
  /**
804
834
  * @internal
805
835
  */
@@ -809,13 +839,9 @@ var _InvalidDeploymentGroupNameException = class _InvalidDeploymentGroupNameExce
809
839
  $fault: "client",
810
840
  ...opts
811
841
  });
812
- this.name = "InvalidDeploymentGroupNameException";
813
- this.$fault = "client";
814
842
  Object.setPrototypeOf(this, _InvalidDeploymentGroupNameException.prototype);
815
843
  }
816
844
  };
817
- __name(_InvalidDeploymentGroupNameException, "InvalidDeploymentGroupNameException");
818
- var InvalidDeploymentGroupNameException = _InvalidDeploymentGroupNameException;
819
845
  var _InstanceType = {
820
846
  BLUE: "Blue",
821
847
  GREEN: "Green"
@@ -845,7 +871,12 @@ var InstanceStatus = {
845
871
  SUCCEEDED: "Succeeded",
846
872
  UNKNOWN: "Unknown"
847
873
  };
848
- var _DeploymentDoesNotExistException = class _DeploymentDoesNotExistException extends CodeDeployServiceException {
874
+ var DeploymentDoesNotExistException = class _DeploymentDoesNotExistException extends CodeDeployServiceException {
875
+ static {
876
+ __name(this, "DeploymentDoesNotExistException");
877
+ }
878
+ name = "DeploymentDoesNotExistException";
879
+ $fault = "client";
849
880
  /**
850
881
  * @internal
851
882
  */
@@ -855,14 +886,15 @@ var _DeploymentDoesNotExistException = class _DeploymentDoesNotExistException ex
855
886
  $fault: "client",
856
887
  ...opts
857
888
  });
858
- this.name = "DeploymentDoesNotExistException";
859
- this.$fault = "client";
860
889
  Object.setPrototypeOf(this, _DeploymentDoesNotExistException.prototype);
861
890
  }
862
891
  };
863
- __name(_DeploymentDoesNotExistException, "DeploymentDoesNotExistException");
864
- var DeploymentDoesNotExistException = _DeploymentDoesNotExistException;
865
- var _DeploymentIdRequiredException = class _DeploymentIdRequiredException extends CodeDeployServiceException {
892
+ var DeploymentIdRequiredException = class _DeploymentIdRequiredException extends CodeDeployServiceException {
893
+ static {
894
+ __name(this, "DeploymentIdRequiredException");
895
+ }
896
+ name = "DeploymentIdRequiredException";
897
+ $fault = "client";
866
898
  /**
867
899
  * @internal
868
900
  */
@@ -872,14 +904,15 @@ var _DeploymentIdRequiredException = class _DeploymentIdRequiredException extend
872
904
  $fault: "client",
873
905
  ...opts
874
906
  });
875
- this.name = "DeploymentIdRequiredException";
876
- this.$fault = "client";
877
907
  Object.setPrototypeOf(this, _DeploymentIdRequiredException.prototype);
878
908
  }
879
909
  };
880
- __name(_DeploymentIdRequiredException, "DeploymentIdRequiredException");
881
- var DeploymentIdRequiredException = _DeploymentIdRequiredException;
882
- var _InstanceIdRequiredException = class _InstanceIdRequiredException extends CodeDeployServiceException {
910
+ var InstanceIdRequiredException = class _InstanceIdRequiredException extends CodeDeployServiceException {
911
+ static {
912
+ __name(this, "InstanceIdRequiredException");
913
+ }
914
+ name = "InstanceIdRequiredException";
915
+ $fault = "client";
883
916
  /**
884
917
  * @internal
885
918
  */
@@ -889,14 +922,15 @@ var _InstanceIdRequiredException = class _InstanceIdRequiredException extends Co
889
922
  $fault: "client",
890
923
  ...opts
891
924
  });
892
- this.name = "InstanceIdRequiredException";
893
- this.$fault = "client";
894
925
  Object.setPrototypeOf(this, _InstanceIdRequiredException.prototype);
895
926
  }
896
927
  };
897
- __name(_InstanceIdRequiredException, "InstanceIdRequiredException");
898
- var InstanceIdRequiredException = _InstanceIdRequiredException;
899
- var _InvalidComputePlatformException = class _InvalidComputePlatformException extends CodeDeployServiceException {
928
+ var InvalidComputePlatformException = class _InvalidComputePlatformException extends CodeDeployServiceException {
929
+ static {
930
+ __name(this, "InvalidComputePlatformException");
931
+ }
932
+ name = "InvalidComputePlatformException";
933
+ $fault = "client";
900
934
  /**
901
935
  * @internal
902
936
  */
@@ -906,14 +940,15 @@ var _InvalidComputePlatformException = class _InvalidComputePlatformException ex
906
940
  $fault: "client",
907
941
  ...opts
908
942
  });
909
- this.name = "InvalidComputePlatformException";
910
- this.$fault = "client";
911
943
  Object.setPrototypeOf(this, _InvalidComputePlatformException.prototype);
912
944
  }
913
945
  };
914
- __name(_InvalidComputePlatformException, "InvalidComputePlatformException");
915
- var InvalidComputePlatformException = _InvalidComputePlatformException;
916
- var _InvalidDeploymentIdException = class _InvalidDeploymentIdException extends CodeDeployServiceException {
946
+ var InvalidDeploymentIdException = class _InvalidDeploymentIdException extends CodeDeployServiceException {
947
+ static {
948
+ __name(this, "InvalidDeploymentIdException");
949
+ }
950
+ name = "InvalidDeploymentIdException";
951
+ $fault = "client";
917
952
  /**
918
953
  * @internal
919
954
  */
@@ -923,13 +958,9 @@ var _InvalidDeploymentIdException = class _InvalidDeploymentIdException extends
923
958
  $fault: "client",
924
959
  ...opts
925
960
  });
926
- this.name = "InvalidDeploymentIdException";
927
- this.$fault = "client";
928
961
  Object.setPrototypeOf(this, _InvalidDeploymentIdException.prototype);
929
962
  }
930
963
  };
931
- __name(_InvalidDeploymentIdException, "InvalidDeploymentIdException");
932
- var InvalidDeploymentIdException = _InvalidDeploymentIdException;
933
964
  var DeploymentCreator = {
934
965
  Autoscaling: "autoscaling",
935
966
  AutoscalingTermination: "autoscalingTermination",
@@ -1000,7 +1031,12 @@ var TargetLabel = {
1000
1031
  BLUE: "Blue",
1001
1032
  GREEN: "Green"
1002
1033
  };
1003
- var _DeploymentNotStartedException = class _DeploymentNotStartedException extends CodeDeployServiceException {
1034
+ var DeploymentNotStartedException = class _DeploymentNotStartedException extends CodeDeployServiceException {
1035
+ static {
1036
+ __name(this, "DeploymentNotStartedException");
1037
+ }
1038
+ name = "DeploymentNotStartedException";
1039
+ $fault = "client";
1004
1040
  /**
1005
1041
  * @internal
1006
1042
  */
@@ -1010,14 +1046,15 @@ var _DeploymentNotStartedException = class _DeploymentNotStartedException extend
1010
1046
  $fault: "client",
1011
1047
  ...opts
1012
1048
  });
1013
- this.name = "DeploymentNotStartedException";
1014
- this.$fault = "client";
1015
1049
  Object.setPrototypeOf(this, _DeploymentNotStartedException.prototype);
1016
1050
  }
1017
1051
  };
1018
- __name(_DeploymentNotStartedException, "DeploymentNotStartedException");
1019
- var DeploymentNotStartedException = _DeploymentNotStartedException;
1020
- var _DeploymentTargetDoesNotExistException = class _DeploymentTargetDoesNotExistException extends CodeDeployServiceException {
1052
+ var DeploymentTargetDoesNotExistException = class _DeploymentTargetDoesNotExistException extends CodeDeployServiceException {
1053
+ static {
1054
+ __name(this, "DeploymentTargetDoesNotExistException");
1055
+ }
1056
+ name = "DeploymentTargetDoesNotExistException";
1057
+ $fault = "client";
1021
1058
  /**
1022
1059
  * @internal
1023
1060
  */
@@ -1027,14 +1064,15 @@ var _DeploymentTargetDoesNotExistException = class _DeploymentTargetDoesNotExist
1027
1064
  $fault: "client",
1028
1065
  ...opts
1029
1066
  });
1030
- this.name = "DeploymentTargetDoesNotExistException";
1031
- this.$fault = "client";
1032
1067
  Object.setPrototypeOf(this, _DeploymentTargetDoesNotExistException.prototype);
1033
1068
  }
1034
1069
  };
1035
- __name(_DeploymentTargetDoesNotExistException, "DeploymentTargetDoesNotExistException");
1036
- var DeploymentTargetDoesNotExistException = _DeploymentTargetDoesNotExistException;
1037
- var _DeploymentTargetIdRequiredException = class _DeploymentTargetIdRequiredException extends CodeDeployServiceException {
1070
+ var DeploymentTargetIdRequiredException = class _DeploymentTargetIdRequiredException extends CodeDeployServiceException {
1071
+ static {
1072
+ __name(this, "DeploymentTargetIdRequiredException");
1073
+ }
1074
+ name = "DeploymentTargetIdRequiredException";
1075
+ $fault = "client";
1038
1076
  /**
1039
1077
  * @internal
1040
1078
  */
@@ -1044,14 +1082,15 @@ var _DeploymentTargetIdRequiredException = class _DeploymentTargetIdRequiredExce
1044
1082
  $fault: "client",
1045
1083
  ...opts
1046
1084
  });
1047
- this.name = "DeploymentTargetIdRequiredException";
1048
- this.$fault = "client";
1049
1085
  Object.setPrototypeOf(this, _DeploymentTargetIdRequiredException.prototype);
1050
1086
  }
1051
1087
  };
1052
- __name(_DeploymentTargetIdRequiredException, "DeploymentTargetIdRequiredException");
1053
- var DeploymentTargetIdRequiredException = _DeploymentTargetIdRequiredException;
1054
- var _DeploymentTargetListSizeExceededException = class _DeploymentTargetListSizeExceededException extends CodeDeployServiceException {
1088
+ var DeploymentTargetListSizeExceededException = class _DeploymentTargetListSizeExceededException extends CodeDeployServiceException {
1089
+ static {
1090
+ __name(this, "DeploymentTargetListSizeExceededException");
1091
+ }
1092
+ name = "DeploymentTargetListSizeExceededException";
1093
+ $fault = "client";
1055
1094
  /**
1056
1095
  * @internal
1057
1096
  */
@@ -1061,14 +1100,15 @@ var _DeploymentTargetListSizeExceededException = class _DeploymentTargetListSize
1061
1100
  $fault: "client",
1062
1101
  ...opts
1063
1102
  });
1064
- this.name = "DeploymentTargetListSizeExceededException";
1065
- this.$fault = "client";
1066
1103
  Object.setPrototypeOf(this, _DeploymentTargetListSizeExceededException.prototype);
1067
1104
  }
1068
1105
  };
1069
- __name(_DeploymentTargetListSizeExceededException, "DeploymentTargetListSizeExceededException");
1070
- var DeploymentTargetListSizeExceededException = _DeploymentTargetListSizeExceededException;
1071
- var _InstanceDoesNotExistException = class _InstanceDoesNotExistException extends CodeDeployServiceException {
1106
+ var InstanceDoesNotExistException = class _InstanceDoesNotExistException extends CodeDeployServiceException {
1107
+ static {
1108
+ __name(this, "InstanceDoesNotExistException");
1109
+ }
1110
+ name = "InstanceDoesNotExistException";
1111
+ $fault = "client";
1072
1112
  /**
1073
1113
  * @internal
1074
1114
  */
@@ -1078,14 +1118,15 @@ var _InstanceDoesNotExistException = class _InstanceDoesNotExistException extend
1078
1118
  $fault: "client",
1079
1119
  ...opts
1080
1120
  });
1081
- this.name = "InstanceDoesNotExistException";
1082
- this.$fault = "client";
1083
1121
  Object.setPrototypeOf(this, _InstanceDoesNotExistException.prototype);
1084
1122
  }
1085
1123
  };
1086
- __name(_InstanceDoesNotExistException, "InstanceDoesNotExistException");
1087
- var InstanceDoesNotExistException = _InstanceDoesNotExistException;
1088
- var _InvalidDeploymentTargetIdException = class _InvalidDeploymentTargetIdException extends CodeDeployServiceException {
1124
+ var InvalidDeploymentTargetIdException = class _InvalidDeploymentTargetIdException extends CodeDeployServiceException {
1125
+ static {
1126
+ __name(this, "InvalidDeploymentTargetIdException");
1127
+ }
1128
+ name = "InvalidDeploymentTargetIdException";
1129
+ $fault = "client";
1089
1130
  /**
1090
1131
  * @internal
1091
1132
  */
@@ -1095,14 +1136,15 @@ var _InvalidDeploymentTargetIdException = class _InvalidDeploymentTargetIdExcept
1095
1136
  $fault: "client",
1096
1137
  ...opts
1097
1138
  });
1098
- this.name = "InvalidDeploymentTargetIdException";
1099
- this.$fault = "client";
1100
1139
  Object.setPrototypeOf(this, _InvalidDeploymentTargetIdException.prototype);
1101
1140
  }
1102
1141
  };
1103
- __name(_InvalidDeploymentTargetIdException, "InvalidDeploymentTargetIdException");
1104
- var InvalidDeploymentTargetIdException = _InvalidDeploymentTargetIdException;
1105
- var _BucketNameFilterRequiredException = class _BucketNameFilterRequiredException extends CodeDeployServiceException {
1142
+ var BucketNameFilterRequiredException = class _BucketNameFilterRequiredException extends CodeDeployServiceException {
1143
+ static {
1144
+ __name(this, "BucketNameFilterRequiredException");
1145
+ }
1146
+ name = "BucketNameFilterRequiredException";
1147
+ $fault = "client";
1106
1148
  /**
1107
1149
  * @internal
1108
1150
  */
@@ -1112,18 +1154,19 @@ var _BucketNameFilterRequiredException = class _BucketNameFilterRequiredExceptio
1112
1154
  $fault: "client",
1113
1155
  ...opts
1114
1156
  });
1115
- this.name = "BucketNameFilterRequiredException";
1116
- this.$fault = "client";
1117
1157
  Object.setPrototypeOf(this, _BucketNameFilterRequiredException.prototype);
1118
1158
  }
1119
1159
  };
1120
- __name(_BucketNameFilterRequiredException, "BucketNameFilterRequiredException");
1121
- var BucketNameFilterRequiredException = _BucketNameFilterRequiredException;
1122
1160
  var DeploymentWaitType = {
1123
1161
  READY_WAIT: "READY_WAIT",
1124
1162
  TERMINATION_WAIT: "TERMINATION_WAIT"
1125
1163
  };
1126
- var _DeploymentAlreadyCompletedException = class _DeploymentAlreadyCompletedException extends CodeDeployServiceException {
1164
+ var DeploymentAlreadyCompletedException = class _DeploymentAlreadyCompletedException extends CodeDeployServiceException {
1165
+ static {
1166
+ __name(this, "DeploymentAlreadyCompletedException");
1167
+ }
1168
+ name = "DeploymentAlreadyCompletedException";
1169
+ $fault = "client";
1127
1170
  /**
1128
1171
  * @internal
1129
1172
  */
@@ -1133,14 +1176,15 @@ var _DeploymentAlreadyCompletedException = class _DeploymentAlreadyCompletedExce
1133
1176
  $fault: "client",
1134
1177
  ...opts
1135
1178
  });
1136
- this.name = "DeploymentAlreadyCompletedException";
1137
- this.$fault = "client";
1138
1179
  Object.setPrototypeOf(this, _DeploymentAlreadyCompletedException.prototype);
1139
1180
  }
1140
1181
  };
1141
- __name(_DeploymentAlreadyCompletedException, "DeploymentAlreadyCompletedException");
1142
- var DeploymentAlreadyCompletedException = _DeploymentAlreadyCompletedException;
1143
- var _DeploymentIsNotInReadyStateException = class _DeploymentIsNotInReadyStateException extends CodeDeployServiceException {
1182
+ var DeploymentIsNotInReadyStateException = class _DeploymentIsNotInReadyStateException extends CodeDeployServiceException {
1183
+ static {
1184
+ __name(this, "DeploymentIsNotInReadyStateException");
1185
+ }
1186
+ name = "DeploymentIsNotInReadyStateException";
1187
+ $fault = "client";
1144
1188
  /**
1145
1189
  * @internal
1146
1190
  */
@@ -1150,14 +1194,15 @@ var _DeploymentIsNotInReadyStateException = class _DeploymentIsNotInReadyStateEx
1150
1194
  $fault: "client",
1151
1195
  ...opts
1152
1196
  });
1153
- this.name = "DeploymentIsNotInReadyStateException";
1154
- this.$fault = "client";
1155
1197
  Object.setPrototypeOf(this, _DeploymentIsNotInReadyStateException.prototype);
1156
1198
  }
1157
1199
  };
1158
- __name(_DeploymentIsNotInReadyStateException, "DeploymentIsNotInReadyStateException");
1159
- var DeploymentIsNotInReadyStateException = _DeploymentIsNotInReadyStateException;
1160
- var _InvalidDeploymentStatusException = class _InvalidDeploymentStatusException extends CodeDeployServiceException {
1200
+ var InvalidDeploymentStatusException = class _InvalidDeploymentStatusException extends CodeDeployServiceException {
1201
+ static {
1202
+ __name(this, "InvalidDeploymentStatusException");
1203
+ }
1204
+ name = "InvalidDeploymentStatusException";
1205
+ $fault = "client";
1161
1206
  /**
1162
1207
  * @internal
1163
1208
  */
@@ -1167,14 +1212,15 @@ var _InvalidDeploymentStatusException = class _InvalidDeploymentStatusException
1167
1212
  $fault: "client",
1168
1213
  ...opts
1169
1214
  });
1170
- this.name = "InvalidDeploymentStatusException";
1171
- this.$fault = "client";
1172
1215
  Object.setPrototypeOf(this, _InvalidDeploymentStatusException.prototype);
1173
1216
  }
1174
1217
  };
1175
- __name(_InvalidDeploymentStatusException, "InvalidDeploymentStatusException");
1176
- var InvalidDeploymentStatusException = _InvalidDeploymentStatusException;
1177
- var _InvalidDeploymentWaitTypeException = class _InvalidDeploymentWaitTypeException extends CodeDeployServiceException {
1218
+ var InvalidDeploymentWaitTypeException = class _InvalidDeploymentWaitTypeException extends CodeDeployServiceException {
1219
+ static {
1220
+ __name(this, "InvalidDeploymentWaitTypeException");
1221
+ }
1222
+ name = "InvalidDeploymentWaitTypeException";
1223
+ $fault = "client";
1178
1224
  /**
1179
1225
  * @internal
1180
1226
  */
@@ -1184,14 +1230,15 @@ var _InvalidDeploymentWaitTypeException = class _InvalidDeploymentWaitTypeExcept
1184
1230
  $fault: "client",
1185
1231
  ...opts
1186
1232
  });
1187
- this.name = "InvalidDeploymentWaitTypeException";
1188
- this.$fault = "client";
1189
1233
  Object.setPrototypeOf(this, _InvalidDeploymentWaitTypeException.prototype);
1190
1234
  }
1191
1235
  };
1192
- __name(_InvalidDeploymentWaitTypeException, "InvalidDeploymentWaitTypeException");
1193
- var InvalidDeploymentWaitTypeException = _InvalidDeploymentWaitTypeException;
1194
- var _UnsupportedActionForDeploymentTypeException = class _UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException {
1236
+ var UnsupportedActionForDeploymentTypeException = class _UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException {
1237
+ static {
1238
+ __name(this, "UnsupportedActionForDeploymentTypeException");
1239
+ }
1240
+ name = "UnsupportedActionForDeploymentTypeException";
1241
+ $fault = "client";
1195
1242
  /**
1196
1243
  * @internal
1197
1244
  */
@@ -1201,14 +1248,15 @@ var _UnsupportedActionForDeploymentTypeException = class _UnsupportedActionForDe
1201
1248
  $fault: "client",
1202
1249
  ...opts
1203
1250
  });
1204
- this.name = "UnsupportedActionForDeploymentTypeException";
1205
- this.$fault = "client";
1206
1251
  Object.setPrototypeOf(this, _UnsupportedActionForDeploymentTypeException.prototype);
1207
1252
  }
1208
1253
  };
1209
- __name(_UnsupportedActionForDeploymentTypeException, "UnsupportedActionForDeploymentTypeException");
1210
- var UnsupportedActionForDeploymentTypeException = _UnsupportedActionForDeploymentTypeException;
1211
- var _InvalidTagsToAddException = class _InvalidTagsToAddException extends CodeDeployServiceException {
1254
+ var InvalidTagsToAddException = class _InvalidTagsToAddException extends CodeDeployServiceException {
1255
+ static {
1256
+ __name(this, "InvalidTagsToAddException");
1257
+ }
1258
+ name = "InvalidTagsToAddException";
1259
+ $fault = "client";
1212
1260
  /**
1213
1261
  * @internal
1214
1262
  */
@@ -1218,14 +1266,15 @@ var _InvalidTagsToAddException = class _InvalidTagsToAddException extends CodeDe
1218
1266
  $fault: "client",
1219
1267
  ...opts
1220
1268
  });
1221
- this.name = "InvalidTagsToAddException";
1222
- this.$fault = "client";
1223
1269
  Object.setPrototypeOf(this, _InvalidTagsToAddException.prototype);
1224
1270
  }
1225
1271
  };
1226
- __name(_InvalidTagsToAddException, "InvalidTagsToAddException");
1227
- var InvalidTagsToAddException = _InvalidTagsToAddException;
1228
- var _DeploymentGroupDoesNotExistException = class _DeploymentGroupDoesNotExistException extends CodeDeployServiceException {
1272
+ var DeploymentGroupDoesNotExistException = class _DeploymentGroupDoesNotExistException extends CodeDeployServiceException {
1273
+ static {
1274
+ __name(this, "DeploymentGroupDoesNotExistException");
1275
+ }
1276
+ name = "DeploymentGroupDoesNotExistException";
1277
+ $fault = "client";
1229
1278
  /**
1230
1279
  * @internal
1231
1280
  */
@@ -1235,14 +1284,15 @@ var _DeploymentGroupDoesNotExistException = class _DeploymentGroupDoesNotExistEx
1235
1284
  $fault: "client",
1236
1285
  ...opts
1237
1286
  });
1238
- this.name = "DeploymentGroupDoesNotExistException";
1239
- this.$fault = "client";
1240
1287
  Object.setPrototypeOf(this, _DeploymentGroupDoesNotExistException.prototype);
1241
1288
  }
1242
1289
  };
1243
- __name(_DeploymentGroupDoesNotExistException, "DeploymentGroupDoesNotExistException");
1244
- var DeploymentGroupDoesNotExistException = _DeploymentGroupDoesNotExistException;
1245
- var _DeploymentLimitExceededException = class _DeploymentLimitExceededException extends CodeDeployServiceException {
1290
+ var DeploymentLimitExceededException = class _DeploymentLimitExceededException extends CodeDeployServiceException {
1291
+ static {
1292
+ __name(this, "DeploymentLimitExceededException");
1293
+ }
1294
+ name = "DeploymentLimitExceededException";
1295
+ $fault = "client";
1246
1296
  /**
1247
1297
  * @internal
1248
1298
  */
@@ -1252,14 +1302,15 @@ var _DeploymentLimitExceededException = class _DeploymentLimitExceededException
1252
1302
  $fault: "client",
1253
1303
  ...opts
1254
1304
  });
1255
- this.name = "DeploymentLimitExceededException";
1256
- this.$fault = "client";
1257
1305
  Object.setPrototypeOf(this, _DeploymentLimitExceededException.prototype);
1258
1306
  }
1259
1307
  };
1260
- __name(_DeploymentLimitExceededException, "DeploymentLimitExceededException");
1261
- var DeploymentLimitExceededException = _DeploymentLimitExceededException;
1262
- var _DescriptionTooLongException = class _DescriptionTooLongException extends CodeDeployServiceException {
1308
+ var DescriptionTooLongException = class _DescriptionTooLongException extends CodeDeployServiceException {
1309
+ static {
1310
+ __name(this, "DescriptionTooLongException");
1311
+ }
1312
+ name = "DescriptionTooLongException";
1313
+ $fault = "client";
1263
1314
  /**
1264
1315
  * @internal
1265
1316
  */
@@ -1269,14 +1320,15 @@ var _DescriptionTooLongException = class _DescriptionTooLongException extends Co
1269
1320
  $fault: "client",
1270
1321
  ...opts
1271
1322
  });
1272
- this.name = "DescriptionTooLongException";
1273
- this.$fault = "client";
1274
1323
  Object.setPrototypeOf(this, _DescriptionTooLongException.prototype);
1275
1324
  }
1276
1325
  };
1277
- __name(_DescriptionTooLongException, "DescriptionTooLongException");
1278
- var DescriptionTooLongException = _DescriptionTooLongException;
1279
- var _InvalidAlarmConfigException = class _InvalidAlarmConfigException extends CodeDeployServiceException {
1326
+ var InvalidAlarmConfigException = class _InvalidAlarmConfigException extends CodeDeployServiceException {
1327
+ static {
1328
+ __name(this, "InvalidAlarmConfigException");
1329
+ }
1330
+ name = "InvalidAlarmConfigException";
1331
+ $fault = "client";
1280
1332
  /**
1281
1333
  * @internal
1282
1334
  */
@@ -1286,14 +1338,15 @@ var _InvalidAlarmConfigException = class _InvalidAlarmConfigException extends Co
1286
1338
  $fault: "client",
1287
1339
  ...opts
1288
1340
  });
1289
- this.name = "InvalidAlarmConfigException";
1290
- this.$fault = "client";
1291
1341
  Object.setPrototypeOf(this, _InvalidAlarmConfigException.prototype);
1292
1342
  }
1293
1343
  };
1294
- __name(_InvalidAlarmConfigException, "InvalidAlarmConfigException");
1295
- var InvalidAlarmConfigException = _InvalidAlarmConfigException;
1296
- var _InvalidAutoRollbackConfigException = class _InvalidAutoRollbackConfigException extends CodeDeployServiceException {
1344
+ var InvalidAutoRollbackConfigException = class _InvalidAutoRollbackConfigException extends CodeDeployServiceException {
1345
+ static {
1346
+ __name(this, "InvalidAutoRollbackConfigException");
1347
+ }
1348
+ name = "InvalidAutoRollbackConfigException";
1349
+ $fault = "client";
1297
1350
  /**
1298
1351
  * @internal
1299
1352
  */
@@ -1303,14 +1356,15 @@ var _InvalidAutoRollbackConfigException = class _InvalidAutoRollbackConfigExcept
1303
1356
  $fault: "client",
1304
1357
  ...opts
1305
1358
  });
1306
- this.name = "InvalidAutoRollbackConfigException";
1307
- this.$fault = "client";
1308
1359
  Object.setPrototypeOf(this, _InvalidAutoRollbackConfigException.prototype);
1309
1360
  }
1310
1361
  };
1311
- __name(_InvalidAutoRollbackConfigException, "InvalidAutoRollbackConfigException");
1312
- var InvalidAutoRollbackConfigException = _InvalidAutoRollbackConfigException;
1313
- var _InvalidAutoScalingGroupException = class _InvalidAutoScalingGroupException extends CodeDeployServiceException {
1362
+ var InvalidAutoScalingGroupException = class _InvalidAutoScalingGroupException extends CodeDeployServiceException {
1363
+ static {
1364
+ __name(this, "InvalidAutoScalingGroupException");
1365
+ }
1366
+ name = "InvalidAutoScalingGroupException";
1367
+ $fault = "client";
1314
1368
  /**
1315
1369
  * @internal
1316
1370
  */
@@ -1320,14 +1374,15 @@ var _InvalidAutoScalingGroupException = class _InvalidAutoScalingGroupException
1320
1374
  $fault: "client",
1321
1375
  ...opts
1322
1376
  });
1323
- this.name = "InvalidAutoScalingGroupException";
1324
- this.$fault = "client";
1325
1377
  Object.setPrototypeOf(this, _InvalidAutoScalingGroupException.prototype);
1326
1378
  }
1327
1379
  };
1328
- __name(_InvalidAutoScalingGroupException, "InvalidAutoScalingGroupException");
1329
- var InvalidAutoScalingGroupException = _InvalidAutoScalingGroupException;
1330
- var _InvalidDeploymentConfigNameException = class _InvalidDeploymentConfigNameException extends CodeDeployServiceException {
1380
+ var InvalidDeploymentConfigNameException = class _InvalidDeploymentConfigNameException extends CodeDeployServiceException {
1381
+ static {
1382
+ __name(this, "InvalidDeploymentConfigNameException");
1383
+ }
1384
+ name = "InvalidDeploymentConfigNameException";
1385
+ $fault = "client";
1331
1386
  /**
1332
1387
  * @internal
1333
1388
  */
@@ -1337,14 +1392,15 @@ var _InvalidDeploymentConfigNameException = class _InvalidDeploymentConfigNameEx
1337
1392
  $fault: "client",
1338
1393
  ...opts
1339
1394
  });
1340
- this.name = "InvalidDeploymentConfigNameException";
1341
- this.$fault = "client";
1342
1395
  Object.setPrototypeOf(this, _InvalidDeploymentConfigNameException.prototype);
1343
1396
  }
1344
1397
  };
1345
- __name(_InvalidDeploymentConfigNameException, "InvalidDeploymentConfigNameException");
1346
- var InvalidDeploymentConfigNameException = _InvalidDeploymentConfigNameException;
1347
- var _InvalidFileExistsBehaviorException = class _InvalidFileExistsBehaviorException extends CodeDeployServiceException {
1398
+ var InvalidFileExistsBehaviorException = class _InvalidFileExistsBehaviorException extends CodeDeployServiceException {
1399
+ static {
1400
+ __name(this, "InvalidFileExistsBehaviorException");
1401
+ }
1402
+ name = "InvalidFileExistsBehaviorException";
1403
+ $fault = "client";
1348
1404
  /**
1349
1405
  * @internal
1350
1406
  */
@@ -1354,14 +1410,15 @@ var _InvalidFileExistsBehaviorException = class _InvalidFileExistsBehaviorExcept
1354
1410
  $fault: "client",
1355
1411
  ...opts
1356
1412
  });
1357
- this.name = "InvalidFileExistsBehaviorException";
1358
- this.$fault = "client";
1359
1413
  Object.setPrototypeOf(this, _InvalidFileExistsBehaviorException.prototype);
1360
1414
  }
1361
1415
  };
1362
- __name(_InvalidFileExistsBehaviorException, "InvalidFileExistsBehaviorException");
1363
- var InvalidFileExistsBehaviorException = _InvalidFileExistsBehaviorException;
1364
- var _InvalidGitHubAccountTokenException = class _InvalidGitHubAccountTokenException extends CodeDeployServiceException {
1416
+ var InvalidGitHubAccountTokenException = class _InvalidGitHubAccountTokenException extends CodeDeployServiceException {
1417
+ static {
1418
+ __name(this, "InvalidGitHubAccountTokenException");
1419
+ }
1420
+ name = "InvalidGitHubAccountTokenException";
1421
+ $fault = "client";
1365
1422
  /**
1366
1423
  * @internal
1367
1424
  */
@@ -1371,14 +1428,15 @@ var _InvalidGitHubAccountTokenException = class _InvalidGitHubAccountTokenExcept
1371
1428
  $fault: "client",
1372
1429
  ...opts
1373
1430
  });
1374
- this.name = "InvalidGitHubAccountTokenException";
1375
- this.$fault = "client";
1376
1431
  Object.setPrototypeOf(this, _InvalidGitHubAccountTokenException.prototype);
1377
1432
  }
1378
1433
  };
1379
- __name(_InvalidGitHubAccountTokenException, "InvalidGitHubAccountTokenException");
1380
- var InvalidGitHubAccountTokenException = _InvalidGitHubAccountTokenException;
1381
- var _InvalidIgnoreApplicationStopFailuresValueException = class _InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException {
1434
+ var InvalidIgnoreApplicationStopFailuresValueException = class _InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException {
1435
+ static {
1436
+ __name(this, "InvalidIgnoreApplicationStopFailuresValueException");
1437
+ }
1438
+ name = "InvalidIgnoreApplicationStopFailuresValueException";
1439
+ $fault = "client";
1382
1440
  /**
1383
1441
  * @internal
1384
1442
  */
@@ -1388,14 +1446,15 @@ var _InvalidIgnoreApplicationStopFailuresValueException = class _InvalidIgnoreAp
1388
1446
  $fault: "client",
1389
1447
  ...opts
1390
1448
  });
1391
- this.name = "InvalidIgnoreApplicationStopFailuresValueException";
1392
- this.$fault = "client";
1393
1449
  Object.setPrototypeOf(this, _InvalidIgnoreApplicationStopFailuresValueException.prototype);
1394
1450
  }
1395
1451
  };
1396
- __name(_InvalidIgnoreApplicationStopFailuresValueException, "InvalidIgnoreApplicationStopFailuresValueException");
1397
- var InvalidIgnoreApplicationStopFailuresValueException = _InvalidIgnoreApplicationStopFailuresValueException;
1398
- var _InvalidLoadBalancerInfoException = class _InvalidLoadBalancerInfoException extends CodeDeployServiceException {
1452
+ var InvalidLoadBalancerInfoException = class _InvalidLoadBalancerInfoException extends CodeDeployServiceException {
1453
+ static {
1454
+ __name(this, "InvalidLoadBalancerInfoException");
1455
+ }
1456
+ name = "InvalidLoadBalancerInfoException";
1457
+ $fault = "client";
1399
1458
  /**
1400
1459
  * @internal
1401
1460
  */
@@ -1405,14 +1464,15 @@ var _InvalidLoadBalancerInfoException = class _InvalidLoadBalancerInfoException
1405
1464
  $fault: "client",
1406
1465
  ...opts
1407
1466
  });
1408
- this.name = "InvalidLoadBalancerInfoException";
1409
- this.$fault = "client";
1410
1467
  Object.setPrototypeOf(this, _InvalidLoadBalancerInfoException.prototype);
1411
1468
  }
1412
1469
  };
1413
- __name(_InvalidLoadBalancerInfoException, "InvalidLoadBalancerInfoException");
1414
- var InvalidLoadBalancerInfoException = _InvalidLoadBalancerInfoException;
1415
- var _InvalidRoleException = class _InvalidRoleException extends CodeDeployServiceException {
1470
+ var InvalidRoleException = class _InvalidRoleException extends CodeDeployServiceException {
1471
+ static {
1472
+ __name(this, "InvalidRoleException");
1473
+ }
1474
+ name = "InvalidRoleException";
1475
+ $fault = "client";
1416
1476
  /**
1417
1477
  * @internal
1418
1478
  */
@@ -1422,14 +1482,15 @@ var _InvalidRoleException = class _InvalidRoleException extends CodeDeployServic
1422
1482
  $fault: "client",
1423
1483
  ...opts
1424
1484
  });
1425
- this.name = "InvalidRoleException";
1426
- this.$fault = "client";
1427
1485
  Object.setPrototypeOf(this, _InvalidRoleException.prototype);
1428
1486
  }
1429
1487
  };
1430
- __name(_InvalidRoleException, "InvalidRoleException");
1431
- var InvalidRoleException = _InvalidRoleException;
1432
- var _InvalidTargetInstancesException = class _InvalidTargetInstancesException extends CodeDeployServiceException {
1488
+ var InvalidTargetInstancesException = class _InvalidTargetInstancesException extends CodeDeployServiceException {
1489
+ static {
1490
+ __name(this, "InvalidTargetInstancesException");
1491
+ }
1492
+ name = "InvalidTargetInstancesException";
1493
+ $fault = "client";
1433
1494
  /**
1434
1495
  * @internal
1435
1496
  */
@@ -1439,14 +1500,15 @@ var _InvalidTargetInstancesException = class _InvalidTargetInstancesException ex
1439
1500
  $fault: "client",
1440
1501
  ...opts
1441
1502
  });
1442
- this.name = "InvalidTargetInstancesException";
1443
- this.$fault = "client";
1444
1503
  Object.setPrototypeOf(this, _InvalidTargetInstancesException.prototype);
1445
1504
  }
1446
1505
  };
1447
- __name(_InvalidTargetInstancesException, "InvalidTargetInstancesException");
1448
- var InvalidTargetInstancesException = _InvalidTargetInstancesException;
1449
- var _InvalidTrafficRoutingConfigurationException = class _InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException {
1506
+ var InvalidTrafficRoutingConfigurationException = class _InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException {
1507
+ static {
1508
+ __name(this, "InvalidTrafficRoutingConfigurationException");
1509
+ }
1510
+ name = "InvalidTrafficRoutingConfigurationException";
1511
+ $fault = "client";
1450
1512
  /**
1451
1513
  * @internal
1452
1514
  */
@@ -1456,14 +1518,15 @@ var _InvalidTrafficRoutingConfigurationException = class _InvalidTrafficRoutingC
1456
1518
  $fault: "client",
1457
1519
  ...opts
1458
1520
  });
1459
- this.name = "InvalidTrafficRoutingConfigurationException";
1460
- this.$fault = "client";
1461
1521
  Object.setPrototypeOf(this, _InvalidTrafficRoutingConfigurationException.prototype);
1462
1522
  }
1463
1523
  };
1464
- __name(_InvalidTrafficRoutingConfigurationException, "InvalidTrafficRoutingConfigurationException");
1465
- var InvalidTrafficRoutingConfigurationException = _InvalidTrafficRoutingConfigurationException;
1466
- var _InvalidUpdateOutdatedInstancesOnlyValueException = class _InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException {
1524
+ var InvalidUpdateOutdatedInstancesOnlyValueException = class _InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException {
1525
+ static {
1526
+ __name(this, "InvalidUpdateOutdatedInstancesOnlyValueException");
1527
+ }
1528
+ name = "InvalidUpdateOutdatedInstancesOnlyValueException";
1529
+ $fault = "client";
1467
1530
  /**
1468
1531
  * @internal
1469
1532
  */
@@ -1473,14 +1536,15 @@ var _InvalidUpdateOutdatedInstancesOnlyValueException = class _InvalidUpdateOutd
1473
1536
  $fault: "client",
1474
1537
  ...opts
1475
1538
  });
1476
- this.name = "InvalidUpdateOutdatedInstancesOnlyValueException";
1477
- this.$fault = "client";
1478
1539
  Object.setPrototypeOf(this, _InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
1479
1540
  }
1480
1541
  };
1481
- __name(_InvalidUpdateOutdatedInstancesOnlyValueException, "InvalidUpdateOutdatedInstancesOnlyValueException");
1482
- var InvalidUpdateOutdatedInstancesOnlyValueException = _InvalidUpdateOutdatedInstancesOnlyValueException;
1483
- var _RevisionDoesNotExistException = class _RevisionDoesNotExistException extends CodeDeployServiceException {
1542
+ var RevisionDoesNotExistException = class _RevisionDoesNotExistException extends CodeDeployServiceException {
1543
+ static {
1544
+ __name(this, "RevisionDoesNotExistException");
1545
+ }
1546
+ name = "RevisionDoesNotExistException";
1547
+ $fault = "client";
1484
1548
  /**
1485
1549
  * @internal
1486
1550
  */
@@ -1490,14 +1554,15 @@ var _RevisionDoesNotExistException = class _RevisionDoesNotExistException extend
1490
1554
  $fault: "client",
1491
1555
  ...opts
1492
1556
  });
1493
- this.name = "RevisionDoesNotExistException";
1494
- this.$fault = "client";
1495
1557
  Object.setPrototypeOf(this, _RevisionDoesNotExistException.prototype);
1496
1558
  }
1497
1559
  };
1498
- __name(_RevisionDoesNotExistException, "RevisionDoesNotExistException");
1499
- var RevisionDoesNotExistException = _RevisionDoesNotExistException;
1500
- var _ThrottlingException = class _ThrottlingException extends CodeDeployServiceException {
1560
+ var ThrottlingException = class _ThrottlingException extends CodeDeployServiceException {
1561
+ static {
1562
+ __name(this, "ThrottlingException");
1563
+ }
1564
+ name = "ThrottlingException";
1565
+ $fault = "client";
1501
1566
  /**
1502
1567
  * @internal
1503
1568
  */
@@ -1507,13 +1572,9 @@ var _ThrottlingException = class _ThrottlingException extends CodeDeployServiceE
1507
1572
  $fault: "client",
1508
1573
  ...opts
1509
1574
  });
1510
- this.name = "ThrottlingException";
1511
- this.$fault = "client";
1512
1575
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
1513
1576
  }
1514
1577
  };
1515
- __name(_ThrottlingException, "ThrottlingException");
1516
- var ThrottlingException = _ThrottlingException;
1517
1578
  var MinimumHealthyHostsType = {
1518
1579
  FLEET_PERCENT: "FLEET_PERCENT",
1519
1580
  HOST_COUNT: "HOST_COUNT"
@@ -1527,7 +1588,12 @@ var MinimumHealthyHostsPerZoneType = {
1527
1588
  FLEET_PERCENT: "FLEET_PERCENT",
1528
1589
  HOST_COUNT: "HOST_COUNT"
1529
1590
  };
1530
- var _DeploymentConfigAlreadyExistsException = class _DeploymentConfigAlreadyExistsException extends CodeDeployServiceException {
1591
+ var DeploymentConfigAlreadyExistsException = class _DeploymentConfigAlreadyExistsException extends CodeDeployServiceException {
1592
+ static {
1593
+ __name(this, "DeploymentConfigAlreadyExistsException");
1594
+ }
1595
+ name = "DeploymentConfigAlreadyExistsException";
1596
+ $fault = "client";
1531
1597
  /**
1532
1598
  * @internal
1533
1599
  */
@@ -1537,14 +1603,15 @@ var _DeploymentConfigAlreadyExistsException = class _DeploymentConfigAlreadyExis
1537
1603
  $fault: "client",
1538
1604
  ...opts
1539
1605
  });
1540
- this.name = "DeploymentConfigAlreadyExistsException";
1541
- this.$fault = "client";
1542
1606
  Object.setPrototypeOf(this, _DeploymentConfigAlreadyExistsException.prototype);
1543
1607
  }
1544
1608
  };
1545
- __name(_DeploymentConfigAlreadyExistsException, "DeploymentConfigAlreadyExistsException");
1546
- var DeploymentConfigAlreadyExistsException = _DeploymentConfigAlreadyExistsException;
1547
- var _DeploymentConfigLimitExceededException = class _DeploymentConfigLimitExceededException extends CodeDeployServiceException {
1609
+ var DeploymentConfigLimitExceededException = class _DeploymentConfigLimitExceededException extends CodeDeployServiceException {
1610
+ static {
1611
+ __name(this, "DeploymentConfigLimitExceededException");
1612
+ }
1613
+ name = "DeploymentConfigLimitExceededException";
1614
+ $fault = "client";
1548
1615
  /**
1549
1616
  * @internal
1550
1617
  */
@@ -1554,14 +1621,15 @@ var _DeploymentConfigLimitExceededException = class _DeploymentConfigLimitExceed
1554
1621
  $fault: "client",
1555
1622
  ...opts
1556
1623
  });
1557
- this.name = "DeploymentConfigLimitExceededException";
1558
- this.$fault = "client";
1559
1624
  Object.setPrototypeOf(this, _DeploymentConfigLimitExceededException.prototype);
1560
1625
  }
1561
1626
  };
1562
- __name(_DeploymentConfigLimitExceededException, "DeploymentConfigLimitExceededException");
1563
- var DeploymentConfigLimitExceededException = _DeploymentConfigLimitExceededException;
1564
- var _DeploymentConfigNameRequiredException = class _DeploymentConfigNameRequiredException extends CodeDeployServiceException {
1627
+ var DeploymentConfigNameRequiredException = class _DeploymentConfigNameRequiredException extends CodeDeployServiceException {
1628
+ static {
1629
+ __name(this, "DeploymentConfigNameRequiredException");
1630
+ }
1631
+ name = "DeploymentConfigNameRequiredException";
1632
+ $fault = "client";
1565
1633
  /**
1566
1634
  * @internal
1567
1635
  */
@@ -1571,14 +1639,15 @@ var _DeploymentConfigNameRequiredException = class _DeploymentConfigNameRequired
1571
1639
  $fault: "client",
1572
1640
  ...opts
1573
1641
  });
1574
- this.name = "DeploymentConfigNameRequiredException";
1575
- this.$fault = "client";
1576
1642
  Object.setPrototypeOf(this, _DeploymentConfigNameRequiredException.prototype);
1577
1643
  }
1578
1644
  };
1579
- __name(_DeploymentConfigNameRequiredException, "DeploymentConfigNameRequiredException");
1580
- var DeploymentConfigNameRequiredException = _DeploymentConfigNameRequiredException;
1581
- var _InvalidMinimumHealthyHostValueException = class _InvalidMinimumHealthyHostValueException extends CodeDeployServiceException {
1645
+ var InvalidMinimumHealthyHostValueException = class _InvalidMinimumHealthyHostValueException extends CodeDeployServiceException {
1646
+ static {
1647
+ __name(this, "InvalidMinimumHealthyHostValueException");
1648
+ }
1649
+ name = "InvalidMinimumHealthyHostValueException";
1650
+ $fault = "client";
1582
1651
  /**
1583
1652
  * @internal
1584
1653
  */
@@ -1588,14 +1657,15 @@ var _InvalidMinimumHealthyHostValueException = class _InvalidMinimumHealthyHostV
1588
1657
  $fault: "client",
1589
1658
  ...opts
1590
1659
  });
1591
- this.name = "InvalidMinimumHealthyHostValueException";
1592
- this.$fault = "client";
1593
1660
  Object.setPrototypeOf(this, _InvalidMinimumHealthyHostValueException.prototype);
1594
1661
  }
1595
1662
  };
1596
- __name(_InvalidMinimumHealthyHostValueException, "InvalidMinimumHealthyHostValueException");
1597
- var InvalidMinimumHealthyHostValueException = _InvalidMinimumHealthyHostValueException;
1598
- var _InvalidZonalDeploymentConfigurationException = class _InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException {
1663
+ var InvalidZonalDeploymentConfigurationException = class _InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException {
1664
+ static {
1665
+ __name(this, "InvalidZonalDeploymentConfigurationException");
1666
+ }
1667
+ name = "InvalidZonalDeploymentConfigurationException";
1668
+ $fault = "client";
1599
1669
  /**
1600
1670
  * @internal
1601
1671
  */
@@ -1605,14 +1675,15 @@ var _InvalidZonalDeploymentConfigurationException = class _InvalidZonalDeploymen
1605
1675
  $fault: "client",
1606
1676
  ...opts
1607
1677
  });
1608
- this.name = "InvalidZonalDeploymentConfigurationException";
1609
- this.$fault = "client";
1610
1678
  Object.setPrototypeOf(this, _InvalidZonalDeploymentConfigurationException.prototype);
1611
1679
  }
1612
1680
  };
1613
- __name(_InvalidZonalDeploymentConfigurationException, "InvalidZonalDeploymentConfigurationException");
1614
- var InvalidZonalDeploymentConfigurationException = _InvalidZonalDeploymentConfigurationException;
1615
- var _DeploymentGroupAlreadyExistsException = class _DeploymentGroupAlreadyExistsException extends CodeDeployServiceException {
1681
+ var DeploymentGroupAlreadyExistsException = class _DeploymentGroupAlreadyExistsException extends CodeDeployServiceException {
1682
+ static {
1683
+ __name(this, "DeploymentGroupAlreadyExistsException");
1684
+ }
1685
+ name = "DeploymentGroupAlreadyExistsException";
1686
+ $fault = "client";
1616
1687
  /**
1617
1688
  * @internal
1618
1689
  */
@@ -1622,14 +1693,15 @@ var _DeploymentGroupAlreadyExistsException = class _DeploymentGroupAlreadyExists
1622
1693
  $fault: "client",
1623
1694
  ...opts
1624
1695
  });
1625
- this.name = "DeploymentGroupAlreadyExistsException";
1626
- this.$fault = "client";
1627
1696
  Object.setPrototypeOf(this, _DeploymentGroupAlreadyExistsException.prototype);
1628
1697
  }
1629
1698
  };
1630
- __name(_DeploymentGroupAlreadyExistsException, "DeploymentGroupAlreadyExistsException");
1631
- var DeploymentGroupAlreadyExistsException = _DeploymentGroupAlreadyExistsException;
1632
- var _DeploymentGroupLimitExceededException = class _DeploymentGroupLimitExceededException extends CodeDeployServiceException {
1699
+ var DeploymentGroupLimitExceededException = class _DeploymentGroupLimitExceededException extends CodeDeployServiceException {
1700
+ static {
1701
+ __name(this, "DeploymentGroupLimitExceededException");
1702
+ }
1703
+ name = "DeploymentGroupLimitExceededException";
1704
+ $fault = "client";
1633
1705
  /**
1634
1706
  * @internal
1635
1707
  */
@@ -1639,14 +1711,15 @@ var _DeploymentGroupLimitExceededException = class _DeploymentGroupLimitExceeded
1639
1711
  $fault: "client",
1640
1712
  ...opts
1641
1713
  });
1642
- this.name = "DeploymentGroupLimitExceededException";
1643
- this.$fault = "client";
1644
1714
  Object.setPrototypeOf(this, _DeploymentGroupLimitExceededException.prototype);
1645
1715
  }
1646
1716
  };
1647
- __name(_DeploymentGroupLimitExceededException, "DeploymentGroupLimitExceededException");
1648
- var DeploymentGroupLimitExceededException = _DeploymentGroupLimitExceededException;
1649
- var _ECSServiceMappingLimitExceededException = class _ECSServiceMappingLimitExceededException extends CodeDeployServiceException {
1717
+ var ECSServiceMappingLimitExceededException = class _ECSServiceMappingLimitExceededException extends CodeDeployServiceException {
1718
+ static {
1719
+ __name(this, "ECSServiceMappingLimitExceededException");
1720
+ }
1721
+ name = "ECSServiceMappingLimitExceededException";
1722
+ $fault = "client";
1650
1723
  /**
1651
1724
  * @internal
1652
1725
  */
@@ -1656,14 +1729,15 @@ var _ECSServiceMappingLimitExceededException = class _ECSServiceMappingLimitExce
1656
1729
  $fault: "client",
1657
1730
  ...opts
1658
1731
  });
1659
- this.name = "ECSServiceMappingLimitExceededException";
1660
- this.$fault = "client";
1661
1732
  Object.setPrototypeOf(this, _ECSServiceMappingLimitExceededException.prototype);
1662
1733
  }
1663
1734
  };
1664
- __name(_ECSServiceMappingLimitExceededException, "ECSServiceMappingLimitExceededException");
1665
- var ECSServiceMappingLimitExceededException = _ECSServiceMappingLimitExceededException;
1666
- var _InvalidBlueGreenDeploymentConfigurationException = class _InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException {
1735
+ var InvalidBlueGreenDeploymentConfigurationException = class _InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException {
1736
+ static {
1737
+ __name(this, "InvalidBlueGreenDeploymentConfigurationException");
1738
+ }
1739
+ name = "InvalidBlueGreenDeploymentConfigurationException";
1740
+ $fault = "client";
1667
1741
  /**
1668
1742
  * @internal
1669
1743
  */
@@ -1673,14 +1747,15 @@ var _InvalidBlueGreenDeploymentConfigurationException = class _InvalidBlueGreenD
1673
1747
  $fault: "client",
1674
1748
  ...opts
1675
1749
  });
1676
- this.name = "InvalidBlueGreenDeploymentConfigurationException";
1677
- this.$fault = "client";
1678
1750
  Object.setPrototypeOf(this, _InvalidBlueGreenDeploymentConfigurationException.prototype);
1679
1751
  }
1680
1752
  };
1681
- __name(_InvalidBlueGreenDeploymentConfigurationException, "InvalidBlueGreenDeploymentConfigurationException");
1682
- var InvalidBlueGreenDeploymentConfigurationException = _InvalidBlueGreenDeploymentConfigurationException;
1683
- var _InvalidDeploymentStyleException = class _InvalidDeploymentStyleException extends CodeDeployServiceException {
1753
+ var InvalidDeploymentStyleException = class _InvalidDeploymentStyleException extends CodeDeployServiceException {
1754
+ static {
1755
+ __name(this, "InvalidDeploymentStyleException");
1756
+ }
1757
+ name = "InvalidDeploymentStyleException";
1758
+ $fault = "client";
1684
1759
  /**
1685
1760
  * @internal
1686
1761
  */
@@ -1690,14 +1765,15 @@ var _InvalidDeploymentStyleException = class _InvalidDeploymentStyleException ex
1690
1765
  $fault: "client",
1691
1766
  ...opts
1692
1767
  });
1693
- this.name = "InvalidDeploymentStyleException";
1694
- this.$fault = "client";
1695
1768
  Object.setPrototypeOf(this, _InvalidDeploymentStyleException.prototype);
1696
1769
  }
1697
1770
  };
1698
- __name(_InvalidDeploymentStyleException, "InvalidDeploymentStyleException");
1699
- var InvalidDeploymentStyleException = _InvalidDeploymentStyleException;
1700
- var _InvalidEC2TagCombinationException = class _InvalidEC2TagCombinationException extends CodeDeployServiceException {
1771
+ var InvalidEC2TagCombinationException = class _InvalidEC2TagCombinationException extends CodeDeployServiceException {
1772
+ static {
1773
+ __name(this, "InvalidEC2TagCombinationException");
1774
+ }
1775
+ name = "InvalidEC2TagCombinationException";
1776
+ $fault = "client";
1701
1777
  /**
1702
1778
  * @internal
1703
1779
  */
@@ -1707,14 +1783,15 @@ var _InvalidEC2TagCombinationException = class _InvalidEC2TagCombinationExceptio
1707
1783
  $fault: "client",
1708
1784
  ...opts
1709
1785
  });
1710
- this.name = "InvalidEC2TagCombinationException";
1711
- this.$fault = "client";
1712
1786
  Object.setPrototypeOf(this, _InvalidEC2TagCombinationException.prototype);
1713
1787
  }
1714
1788
  };
1715
- __name(_InvalidEC2TagCombinationException, "InvalidEC2TagCombinationException");
1716
- var InvalidEC2TagCombinationException = _InvalidEC2TagCombinationException;
1717
- var _InvalidEC2TagException = class _InvalidEC2TagException extends CodeDeployServiceException {
1789
+ var InvalidEC2TagException = class _InvalidEC2TagException extends CodeDeployServiceException {
1790
+ static {
1791
+ __name(this, "InvalidEC2TagException");
1792
+ }
1793
+ name = "InvalidEC2TagException";
1794
+ $fault = "client";
1718
1795
  /**
1719
1796
  * @internal
1720
1797
  */
@@ -1724,14 +1801,15 @@ var _InvalidEC2TagException = class _InvalidEC2TagException extends CodeDeploySe
1724
1801
  $fault: "client",
1725
1802
  ...opts
1726
1803
  });
1727
- this.name = "InvalidEC2TagException";
1728
- this.$fault = "client";
1729
1804
  Object.setPrototypeOf(this, _InvalidEC2TagException.prototype);
1730
1805
  }
1731
1806
  };
1732
- __name(_InvalidEC2TagException, "InvalidEC2TagException");
1733
- var InvalidEC2TagException = _InvalidEC2TagException;
1734
- var _InvalidECSServiceException = class _InvalidECSServiceException extends CodeDeployServiceException {
1807
+ var InvalidECSServiceException = class _InvalidECSServiceException extends CodeDeployServiceException {
1808
+ static {
1809
+ __name(this, "InvalidECSServiceException");
1810
+ }
1811
+ name = "InvalidECSServiceException";
1812
+ $fault = "client";
1735
1813
  /**
1736
1814
  * @internal
1737
1815
  */
@@ -1741,14 +1819,15 @@ var _InvalidECSServiceException = class _InvalidECSServiceException extends Code
1741
1819
  $fault: "client",
1742
1820
  ...opts
1743
1821
  });
1744
- this.name = "InvalidECSServiceException";
1745
- this.$fault = "client";
1746
1822
  Object.setPrototypeOf(this, _InvalidECSServiceException.prototype);
1747
1823
  }
1748
1824
  };
1749
- __name(_InvalidECSServiceException, "InvalidECSServiceException");
1750
- var InvalidECSServiceException = _InvalidECSServiceException;
1751
- var _InvalidInputException = class _InvalidInputException extends CodeDeployServiceException {
1825
+ var InvalidInputException = class _InvalidInputException extends CodeDeployServiceException {
1826
+ static {
1827
+ __name(this, "InvalidInputException");
1828
+ }
1829
+ name = "InvalidInputException";
1830
+ $fault = "client";
1752
1831
  /**
1753
1832
  * @internal
1754
1833
  */
@@ -1758,14 +1837,15 @@ var _InvalidInputException = class _InvalidInputException extends CodeDeployServ
1758
1837
  $fault: "client",
1759
1838
  ...opts
1760
1839
  });
1761
- this.name = "InvalidInputException";
1762
- this.$fault = "client";
1763
1840
  Object.setPrototypeOf(this, _InvalidInputException.prototype);
1764
1841
  }
1765
1842
  };
1766
- __name(_InvalidInputException, "InvalidInputException");
1767
- var InvalidInputException = _InvalidInputException;
1768
- var _InvalidOnPremisesTagCombinationException = class _InvalidOnPremisesTagCombinationException extends CodeDeployServiceException {
1843
+ var InvalidOnPremisesTagCombinationException = class _InvalidOnPremisesTagCombinationException extends CodeDeployServiceException {
1844
+ static {
1845
+ __name(this, "InvalidOnPremisesTagCombinationException");
1846
+ }
1847
+ name = "InvalidOnPremisesTagCombinationException";
1848
+ $fault = "client";
1769
1849
  /**
1770
1850
  * @internal
1771
1851
  */
@@ -1775,14 +1855,15 @@ var _InvalidOnPremisesTagCombinationException = class _InvalidOnPremisesTagCombi
1775
1855
  $fault: "client",
1776
1856
  ...opts
1777
1857
  });
1778
- this.name = "InvalidOnPremisesTagCombinationException";
1779
- this.$fault = "client";
1780
1858
  Object.setPrototypeOf(this, _InvalidOnPremisesTagCombinationException.prototype);
1781
1859
  }
1782
1860
  };
1783
- __name(_InvalidOnPremisesTagCombinationException, "InvalidOnPremisesTagCombinationException");
1784
- var InvalidOnPremisesTagCombinationException = _InvalidOnPremisesTagCombinationException;
1785
- var _InvalidTargetGroupPairException = class _InvalidTargetGroupPairException extends CodeDeployServiceException {
1861
+ var InvalidTargetGroupPairException = class _InvalidTargetGroupPairException extends CodeDeployServiceException {
1862
+ static {
1863
+ __name(this, "InvalidTargetGroupPairException");
1864
+ }
1865
+ name = "InvalidTargetGroupPairException";
1866
+ $fault = "client";
1786
1867
  /**
1787
1868
  * @internal
1788
1869
  */
@@ -1792,14 +1873,15 @@ var _InvalidTargetGroupPairException = class _InvalidTargetGroupPairException ex
1792
1873
  $fault: "client",
1793
1874
  ...opts
1794
1875
  });
1795
- this.name = "InvalidTargetGroupPairException";
1796
- this.$fault = "client";
1797
1876
  Object.setPrototypeOf(this, _InvalidTargetGroupPairException.prototype);
1798
1877
  }
1799
1878
  };
1800
- __name(_InvalidTargetGroupPairException, "InvalidTargetGroupPairException");
1801
- var InvalidTargetGroupPairException = _InvalidTargetGroupPairException;
1802
- var _InvalidTriggerConfigException = class _InvalidTriggerConfigException extends CodeDeployServiceException {
1879
+ var InvalidTriggerConfigException = class _InvalidTriggerConfigException extends CodeDeployServiceException {
1880
+ static {
1881
+ __name(this, "InvalidTriggerConfigException");
1882
+ }
1883
+ name = "InvalidTriggerConfigException";
1884
+ $fault = "client";
1803
1885
  /**
1804
1886
  * @internal
1805
1887
  */
@@ -1809,14 +1891,15 @@ var _InvalidTriggerConfigException = class _InvalidTriggerConfigException extend
1809
1891
  $fault: "client",
1810
1892
  ...opts
1811
1893
  });
1812
- this.name = "InvalidTriggerConfigException";
1813
- this.$fault = "client";
1814
1894
  Object.setPrototypeOf(this, _InvalidTriggerConfigException.prototype);
1815
1895
  }
1816
1896
  };
1817
- __name(_InvalidTriggerConfigException, "InvalidTriggerConfigException");
1818
- var InvalidTriggerConfigException = _InvalidTriggerConfigException;
1819
- var _LifecycleHookLimitExceededException = class _LifecycleHookLimitExceededException extends CodeDeployServiceException {
1897
+ var LifecycleHookLimitExceededException = class _LifecycleHookLimitExceededException extends CodeDeployServiceException {
1898
+ static {
1899
+ __name(this, "LifecycleHookLimitExceededException");
1900
+ }
1901
+ name = "LifecycleHookLimitExceededException";
1902
+ $fault = "client";
1820
1903
  /**
1821
1904
  * @internal
1822
1905
  */
@@ -1826,14 +1909,15 @@ var _LifecycleHookLimitExceededException = class _LifecycleHookLimitExceededExce
1826
1909
  $fault: "client",
1827
1910
  ...opts
1828
1911
  });
1829
- this.name = "LifecycleHookLimitExceededException";
1830
- this.$fault = "client";
1831
1912
  Object.setPrototypeOf(this, _LifecycleHookLimitExceededException.prototype);
1832
1913
  }
1833
1914
  };
1834
- __name(_LifecycleHookLimitExceededException, "LifecycleHookLimitExceededException");
1835
- var LifecycleHookLimitExceededException = _LifecycleHookLimitExceededException;
1836
- var _RoleRequiredException = class _RoleRequiredException extends CodeDeployServiceException {
1915
+ var RoleRequiredException = class _RoleRequiredException extends CodeDeployServiceException {
1916
+ static {
1917
+ __name(this, "RoleRequiredException");
1918
+ }
1919
+ name = "RoleRequiredException";
1920
+ $fault = "client";
1837
1921
  /**
1838
1922
  * @internal
1839
1923
  */
@@ -1843,14 +1927,15 @@ var _RoleRequiredException = class _RoleRequiredException extends CodeDeployServ
1843
1927
  $fault: "client",
1844
1928
  ...opts
1845
1929
  });
1846
- this.name = "RoleRequiredException";
1847
- this.$fault = "client";
1848
1930
  Object.setPrototypeOf(this, _RoleRequiredException.prototype);
1849
1931
  }
1850
1932
  };
1851
- __name(_RoleRequiredException, "RoleRequiredException");
1852
- var RoleRequiredException = _RoleRequiredException;
1853
- var _TagSetListLimitExceededException = class _TagSetListLimitExceededException extends CodeDeployServiceException {
1933
+ var TagSetListLimitExceededException = class _TagSetListLimitExceededException extends CodeDeployServiceException {
1934
+ static {
1935
+ __name(this, "TagSetListLimitExceededException");
1936
+ }
1937
+ name = "TagSetListLimitExceededException";
1938
+ $fault = "client";
1854
1939
  /**
1855
1940
  * @internal
1856
1941
  */
@@ -1860,14 +1945,15 @@ var _TagSetListLimitExceededException = class _TagSetListLimitExceededException
1860
1945
  $fault: "client",
1861
1946
  ...opts
1862
1947
  });
1863
- this.name = "TagSetListLimitExceededException";
1864
- this.$fault = "client";
1865
1948
  Object.setPrototypeOf(this, _TagSetListLimitExceededException.prototype);
1866
1949
  }
1867
1950
  };
1868
- __name(_TagSetListLimitExceededException, "TagSetListLimitExceededException");
1869
- var TagSetListLimitExceededException = _TagSetListLimitExceededException;
1870
- var _TriggerTargetsLimitExceededException = class _TriggerTargetsLimitExceededException extends CodeDeployServiceException {
1951
+ var TriggerTargetsLimitExceededException = class _TriggerTargetsLimitExceededException extends CodeDeployServiceException {
1952
+ static {
1953
+ __name(this, "TriggerTargetsLimitExceededException");
1954
+ }
1955
+ name = "TriggerTargetsLimitExceededException";
1956
+ $fault = "client";
1871
1957
  /**
1872
1958
  * @internal
1873
1959
  */
@@ -1877,14 +1963,15 @@ var _TriggerTargetsLimitExceededException = class _TriggerTargetsLimitExceededEx
1877
1963
  $fault: "client",
1878
1964
  ...opts
1879
1965
  });
1880
- this.name = "TriggerTargetsLimitExceededException";
1881
- this.$fault = "client";
1882
1966
  Object.setPrototypeOf(this, _TriggerTargetsLimitExceededException.prototype);
1883
1967
  }
1884
1968
  };
1885
- __name(_TriggerTargetsLimitExceededException, "TriggerTargetsLimitExceededException");
1886
- var TriggerTargetsLimitExceededException = _TriggerTargetsLimitExceededException;
1887
- var _DeploymentConfigInUseException = class _DeploymentConfigInUseException extends CodeDeployServiceException {
1969
+ var DeploymentConfigInUseException = class _DeploymentConfigInUseException extends CodeDeployServiceException {
1970
+ static {
1971
+ __name(this, "DeploymentConfigInUseException");
1972
+ }
1973
+ name = "DeploymentConfigInUseException";
1974
+ $fault = "client";
1888
1975
  /**
1889
1976
  * @internal
1890
1977
  */
@@ -1894,14 +1981,15 @@ var _DeploymentConfigInUseException = class _DeploymentConfigInUseException exte
1894
1981
  $fault: "client",
1895
1982
  ...opts
1896
1983
  });
1897
- this.name = "DeploymentConfigInUseException";
1898
- this.$fault = "client";
1899
1984
  Object.setPrototypeOf(this, _DeploymentConfigInUseException.prototype);
1900
1985
  }
1901
1986
  };
1902
- __name(_DeploymentConfigInUseException, "DeploymentConfigInUseException");
1903
- var DeploymentConfigInUseException = _DeploymentConfigInUseException;
1904
- var _InvalidOperationException = class _InvalidOperationException extends CodeDeployServiceException {
1987
+ var InvalidOperationException = class _InvalidOperationException extends CodeDeployServiceException {
1988
+ static {
1989
+ __name(this, "InvalidOperationException");
1990
+ }
1991
+ name = "InvalidOperationException";
1992
+ $fault = "client";
1905
1993
  /**
1906
1994
  * @internal
1907
1995
  */
@@ -1911,14 +1999,15 @@ var _InvalidOperationException = class _InvalidOperationException extends CodeDe
1911
1999
  $fault: "client",
1912
2000
  ...opts
1913
2001
  });
1914
- this.name = "InvalidOperationException";
1915
- this.$fault = "client";
1916
2002
  Object.setPrototypeOf(this, _InvalidOperationException.prototype);
1917
2003
  }
1918
2004
  };
1919
- __name(_InvalidOperationException, "InvalidOperationException");
1920
- var InvalidOperationException = _InvalidOperationException;
1921
- var _GitHubAccountTokenDoesNotExistException = class _GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException {
2005
+ var GitHubAccountTokenDoesNotExistException = class _GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException {
2006
+ static {
2007
+ __name(this, "GitHubAccountTokenDoesNotExistException");
2008
+ }
2009
+ name = "GitHubAccountTokenDoesNotExistException";
2010
+ $fault = "client";
1922
2011
  /**
1923
2012
  * @internal
1924
2013
  */
@@ -1928,14 +2017,15 @@ var _GitHubAccountTokenDoesNotExistException = class _GitHubAccountTokenDoesNotE
1928
2017
  $fault: "client",
1929
2018
  ...opts
1930
2019
  });
1931
- this.name = "GitHubAccountTokenDoesNotExistException";
1932
- this.$fault = "client";
1933
2020
  Object.setPrototypeOf(this, _GitHubAccountTokenDoesNotExistException.prototype);
1934
2021
  }
1935
2022
  };
1936
- __name(_GitHubAccountTokenDoesNotExistException, "GitHubAccountTokenDoesNotExistException");
1937
- var GitHubAccountTokenDoesNotExistException = _GitHubAccountTokenDoesNotExistException;
1938
- var _GitHubAccountTokenNameRequiredException = class _GitHubAccountTokenNameRequiredException extends CodeDeployServiceException {
2023
+ var GitHubAccountTokenNameRequiredException = class _GitHubAccountTokenNameRequiredException extends CodeDeployServiceException {
2024
+ static {
2025
+ __name(this, "GitHubAccountTokenNameRequiredException");
2026
+ }
2027
+ name = "GitHubAccountTokenNameRequiredException";
2028
+ $fault = "client";
1939
2029
  /**
1940
2030
  * @internal
1941
2031
  */
@@ -1945,14 +2035,15 @@ var _GitHubAccountTokenNameRequiredException = class _GitHubAccountTokenNameRequ
1945
2035
  $fault: "client",
1946
2036
  ...opts
1947
2037
  });
1948
- this.name = "GitHubAccountTokenNameRequiredException";
1949
- this.$fault = "client";
1950
2038
  Object.setPrototypeOf(this, _GitHubAccountTokenNameRequiredException.prototype);
1951
2039
  }
1952
2040
  };
1953
- __name(_GitHubAccountTokenNameRequiredException, "GitHubAccountTokenNameRequiredException");
1954
- var GitHubAccountTokenNameRequiredException = _GitHubAccountTokenNameRequiredException;
1955
- var _InvalidGitHubAccountTokenNameException = class _InvalidGitHubAccountTokenNameException extends CodeDeployServiceException {
2041
+ var InvalidGitHubAccountTokenNameException = class _InvalidGitHubAccountTokenNameException extends CodeDeployServiceException {
2042
+ static {
2043
+ __name(this, "InvalidGitHubAccountTokenNameException");
2044
+ }
2045
+ name = "InvalidGitHubAccountTokenNameException";
2046
+ $fault = "client";
1956
2047
  /**
1957
2048
  * @internal
1958
2049
  */
@@ -1962,14 +2053,15 @@ var _InvalidGitHubAccountTokenNameException = class _InvalidGitHubAccountTokenNa
1962
2053
  $fault: "client",
1963
2054
  ...opts
1964
2055
  });
1965
- this.name = "InvalidGitHubAccountTokenNameException";
1966
- this.$fault = "client";
1967
2056
  Object.setPrototypeOf(this, _InvalidGitHubAccountTokenNameException.prototype);
1968
2057
  }
1969
2058
  };
1970
- __name(_InvalidGitHubAccountTokenNameException, "InvalidGitHubAccountTokenNameException");
1971
- var InvalidGitHubAccountTokenNameException = _InvalidGitHubAccountTokenNameException;
1972
- var _OperationNotSupportedException = class _OperationNotSupportedException extends CodeDeployServiceException {
2059
+ var OperationNotSupportedException = class _OperationNotSupportedException extends CodeDeployServiceException {
2060
+ static {
2061
+ __name(this, "OperationNotSupportedException");
2062
+ }
2063
+ name = "OperationNotSupportedException";
2064
+ $fault = "client";
1973
2065
  /**
1974
2066
  * @internal
1975
2067
  */
@@ -1979,14 +2071,15 @@ var _OperationNotSupportedException = class _OperationNotSupportedException exte
1979
2071
  $fault: "client",
1980
2072
  ...opts
1981
2073
  });
1982
- this.name = "OperationNotSupportedException";
1983
- this.$fault = "client";
1984
2074
  Object.setPrototypeOf(this, _OperationNotSupportedException.prototype);
1985
2075
  }
1986
2076
  };
1987
- __name(_OperationNotSupportedException, "OperationNotSupportedException");
1988
- var OperationNotSupportedException = _OperationNotSupportedException;
1989
- var _ResourceValidationException = class _ResourceValidationException extends CodeDeployServiceException {
2077
+ var ResourceValidationException = class _ResourceValidationException extends CodeDeployServiceException {
2078
+ static {
2079
+ __name(this, "ResourceValidationException");
2080
+ }
2081
+ name = "ResourceValidationException";
2082
+ $fault = "client";
1990
2083
  /**
1991
2084
  * @internal
1992
2085
  */
@@ -1996,14 +2089,15 @@ var _ResourceValidationException = class _ResourceValidationException extends Co
1996
2089
  $fault: "client",
1997
2090
  ...opts
1998
2091
  });
1999
- this.name = "ResourceValidationException";
2000
- this.$fault = "client";
2001
2092
  Object.setPrototypeOf(this, _ResourceValidationException.prototype);
2002
2093
  }
2003
2094
  };
2004
- __name(_ResourceValidationException, "ResourceValidationException");
2005
- var ResourceValidationException = _ResourceValidationException;
2006
- var _InvalidBucketNameFilterException = class _InvalidBucketNameFilterException extends CodeDeployServiceException {
2095
+ var InvalidBucketNameFilterException = class _InvalidBucketNameFilterException extends CodeDeployServiceException {
2096
+ static {
2097
+ __name(this, "InvalidBucketNameFilterException");
2098
+ }
2099
+ name = "InvalidBucketNameFilterException";
2100
+ $fault = "client";
2007
2101
  /**
2008
2102
  * @internal
2009
2103
  */
@@ -2013,14 +2107,15 @@ var _InvalidBucketNameFilterException = class _InvalidBucketNameFilterException
2013
2107
  $fault: "client",
2014
2108
  ...opts
2015
2109
  });
2016
- this.name = "InvalidBucketNameFilterException";
2017
- this.$fault = "client";
2018
2110
  Object.setPrototypeOf(this, _InvalidBucketNameFilterException.prototype);
2019
2111
  }
2020
2112
  };
2021
- __name(_InvalidBucketNameFilterException, "InvalidBucketNameFilterException");
2022
- var InvalidBucketNameFilterException = _InvalidBucketNameFilterException;
2023
- var _InvalidDeployedStateFilterException = class _InvalidDeployedStateFilterException extends CodeDeployServiceException {
2113
+ var InvalidDeployedStateFilterException = class _InvalidDeployedStateFilterException extends CodeDeployServiceException {
2114
+ static {
2115
+ __name(this, "InvalidDeployedStateFilterException");
2116
+ }
2117
+ name = "InvalidDeployedStateFilterException";
2118
+ $fault = "client";
2024
2119
  /**
2025
2120
  * @internal
2026
2121
  */
@@ -2030,14 +2125,15 @@ var _InvalidDeployedStateFilterException = class _InvalidDeployedStateFilterExce
2030
2125
  $fault: "client",
2031
2126
  ...opts
2032
2127
  });
2033
- this.name = "InvalidDeployedStateFilterException";
2034
- this.$fault = "client";
2035
2128
  Object.setPrototypeOf(this, _InvalidDeployedStateFilterException.prototype);
2036
2129
  }
2037
2130
  };
2038
- __name(_InvalidDeployedStateFilterException, "InvalidDeployedStateFilterException");
2039
- var InvalidDeployedStateFilterException = _InvalidDeployedStateFilterException;
2040
- var _InvalidKeyPrefixFilterException = class _InvalidKeyPrefixFilterException extends CodeDeployServiceException {
2131
+ var InvalidKeyPrefixFilterException = class _InvalidKeyPrefixFilterException extends CodeDeployServiceException {
2132
+ static {
2133
+ __name(this, "InvalidKeyPrefixFilterException");
2134
+ }
2135
+ name = "InvalidKeyPrefixFilterException";
2136
+ $fault = "client";
2041
2137
  /**
2042
2138
  * @internal
2043
2139
  */
@@ -2047,14 +2143,15 @@ var _InvalidKeyPrefixFilterException = class _InvalidKeyPrefixFilterException ex
2047
2143
  $fault: "client",
2048
2144
  ...opts
2049
2145
  });
2050
- this.name = "InvalidKeyPrefixFilterException";
2051
- this.$fault = "client";
2052
2146
  Object.setPrototypeOf(this, _InvalidKeyPrefixFilterException.prototype);
2053
2147
  }
2054
2148
  };
2055
- __name(_InvalidKeyPrefixFilterException, "InvalidKeyPrefixFilterException");
2056
- var InvalidKeyPrefixFilterException = _InvalidKeyPrefixFilterException;
2057
- var _InvalidNextTokenException = class _InvalidNextTokenException extends CodeDeployServiceException {
2149
+ var InvalidNextTokenException = class _InvalidNextTokenException extends CodeDeployServiceException {
2150
+ static {
2151
+ __name(this, "InvalidNextTokenException");
2152
+ }
2153
+ name = "InvalidNextTokenException";
2154
+ $fault = "client";
2058
2155
  /**
2059
2156
  * @internal
2060
2157
  */
@@ -2064,14 +2161,15 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends CodeDe
2064
2161
  $fault: "client",
2065
2162
  ...opts
2066
2163
  });
2067
- this.name = "InvalidNextTokenException";
2068
- this.$fault = "client";
2069
2164
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
2070
2165
  }
2071
2166
  };
2072
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
2073
- var InvalidNextTokenException = _InvalidNextTokenException;
2074
- var _InvalidSortByException = class _InvalidSortByException extends CodeDeployServiceException {
2167
+ var InvalidSortByException = class _InvalidSortByException extends CodeDeployServiceException {
2168
+ static {
2169
+ __name(this, "InvalidSortByException");
2170
+ }
2171
+ name = "InvalidSortByException";
2172
+ $fault = "client";
2075
2173
  /**
2076
2174
  * @internal
2077
2175
  */
@@ -2081,14 +2179,15 @@ var _InvalidSortByException = class _InvalidSortByException extends CodeDeploySe
2081
2179
  $fault: "client",
2082
2180
  ...opts
2083
2181
  });
2084
- this.name = "InvalidSortByException";
2085
- this.$fault = "client";
2086
2182
  Object.setPrototypeOf(this, _InvalidSortByException.prototype);
2087
2183
  }
2088
2184
  };
2089
- __name(_InvalidSortByException, "InvalidSortByException");
2090
- var InvalidSortByException = _InvalidSortByException;
2091
- var _InvalidSortOrderException = class _InvalidSortOrderException extends CodeDeployServiceException {
2185
+ var InvalidSortOrderException = class _InvalidSortOrderException extends CodeDeployServiceException {
2186
+ static {
2187
+ __name(this, "InvalidSortOrderException");
2188
+ }
2189
+ name = "InvalidSortOrderException";
2190
+ $fault = "client";
2092
2191
  /**
2093
2192
  * @internal
2094
2193
  */
@@ -2098,13 +2197,9 @@ var _InvalidSortOrderException = class _InvalidSortOrderException extends CodeDe
2098
2197
  $fault: "client",
2099
2198
  ...opts
2100
2199
  });
2101
- this.name = "InvalidSortOrderException";
2102
- this.$fault = "client";
2103
2200
  Object.setPrototypeOf(this, _InvalidSortOrderException.prototype);
2104
2201
  }
2105
2202
  };
2106
- __name(_InvalidSortOrderException, "InvalidSortOrderException");
2107
- var InvalidSortOrderException = _InvalidSortOrderException;
2108
2203
  var ListStateFilterAction = {
2109
2204
  Exclude: "exclude",
2110
2205
  Ignore: "ignore",
@@ -2114,7 +2209,12 @@ var SortOrder = {
2114
2209
  Ascending: "ascending",
2115
2210
  Descending: "descending"
2116
2211
  };
2117
- var _InvalidDeploymentInstanceTypeException = class _InvalidDeploymentInstanceTypeException extends CodeDeployServiceException {
2212
+ var InvalidDeploymentInstanceTypeException = class _InvalidDeploymentInstanceTypeException extends CodeDeployServiceException {
2213
+ static {
2214
+ __name(this, "InvalidDeploymentInstanceTypeException");
2215
+ }
2216
+ name = "InvalidDeploymentInstanceTypeException";
2217
+ $fault = "client";
2118
2218
  /**
2119
2219
  * @internal
2120
2220
  */
@@ -2124,14 +2224,15 @@ var _InvalidDeploymentInstanceTypeException = class _InvalidDeploymentInstanceTy
2124
2224
  $fault: "client",
2125
2225
  ...opts
2126
2226
  });
2127
- this.name = "InvalidDeploymentInstanceTypeException";
2128
- this.$fault = "client";
2129
2227
  Object.setPrototypeOf(this, _InvalidDeploymentInstanceTypeException.prototype);
2130
2228
  }
2131
2229
  };
2132
- __name(_InvalidDeploymentInstanceTypeException, "InvalidDeploymentInstanceTypeException");
2133
- var InvalidDeploymentInstanceTypeException = _InvalidDeploymentInstanceTypeException;
2134
- var _InvalidInstanceStatusException = class _InvalidInstanceStatusException extends CodeDeployServiceException {
2230
+ var InvalidInstanceStatusException = class _InvalidInstanceStatusException extends CodeDeployServiceException {
2231
+ static {
2232
+ __name(this, "InvalidInstanceStatusException");
2233
+ }
2234
+ name = "InvalidInstanceStatusException";
2235
+ $fault = "client";
2135
2236
  /**
2136
2237
  * @internal
2137
2238
  */
@@ -2141,14 +2242,15 @@ var _InvalidInstanceStatusException = class _InvalidInstanceStatusException exte
2141
2242
  $fault: "client",
2142
2243
  ...opts
2143
2244
  });
2144
- this.name = "InvalidInstanceStatusException";
2145
- this.$fault = "client";
2146
2245
  Object.setPrototypeOf(this, _InvalidInstanceStatusException.prototype);
2147
2246
  }
2148
2247
  };
2149
- __name(_InvalidInstanceStatusException, "InvalidInstanceStatusException");
2150
- var InvalidInstanceStatusException = _InvalidInstanceStatusException;
2151
- var _InvalidInstanceTypeException = class _InvalidInstanceTypeException extends CodeDeployServiceException {
2248
+ var InvalidInstanceTypeException = class _InvalidInstanceTypeException extends CodeDeployServiceException {
2249
+ static {
2250
+ __name(this, "InvalidInstanceTypeException");
2251
+ }
2252
+ name = "InvalidInstanceTypeException";
2253
+ $fault = "client";
2152
2254
  /**
2153
2255
  * @internal
2154
2256
  */
@@ -2158,14 +2260,15 @@ var _InvalidInstanceTypeException = class _InvalidInstanceTypeException extends
2158
2260
  $fault: "client",
2159
2261
  ...opts
2160
2262
  });
2161
- this.name = "InvalidInstanceTypeException";
2162
- this.$fault = "client";
2163
2263
  Object.setPrototypeOf(this, _InvalidInstanceTypeException.prototype);
2164
2264
  }
2165
2265
  };
2166
- __name(_InvalidInstanceTypeException, "InvalidInstanceTypeException");
2167
- var InvalidInstanceTypeException = _InvalidInstanceTypeException;
2168
- var _InvalidTargetFilterNameException = class _InvalidTargetFilterNameException extends CodeDeployServiceException {
2266
+ var InvalidTargetFilterNameException = class _InvalidTargetFilterNameException extends CodeDeployServiceException {
2267
+ static {
2268
+ __name(this, "InvalidTargetFilterNameException");
2269
+ }
2270
+ name = "InvalidTargetFilterNameException";
2271
+ $fault = "client";
2169
2272
  /**
2170
2273
  * @internal
2171
2274
  */
@@ -2175,14 +2278,15 @@ var _InvalidTargetFilterNameException = class _InvalidTargetFilterNameException
2175
2278
  $fault: "client",
2176
2279
  ...opts
2177
2280
  });
2178
- this.name = "InvalidTargetFilterNameException";
2179
- this.$fault = "client";
2180
2281
  Object.setPrototypeOf(this, _InvalidTargetFilterNameException.prototype);
2181
2282
  }
2182
2283
  };
2183
- __name(_InvalidTargetFilterNameException, "InvalidTargetFilterNameException");
2184
- var InvalidTargetFilterNameException = _InvalidTargetFilterNameException;
2185
- var _InvalidExternalIdException = class _InvalidExternalIdException extends CodeDeployServiceException {
2284
+ var InvalidExternalIdException = class _InvalidExternalIdException extends CodeDeployServiceException {
2285
+ static {
2286
+ __name(this, "InvalidExternalIdException");
2287
+ }
2288
+ name = "InvalidExternalIdException";
2289
+ $fault = "client";
2186
2290
  /**
2187
2291
  * @internal
2188
2292
  */
@@ -2192,14 +2296,15 @@ var _InvalidExternalIdException = class _InvalidExternalIdException extends Code
2192
2296
  $fault: "client",
2193
2297
  ...opts
2194
2298
  });
2195
- this.name = "InvalidExternalIdException";
2196
- this.$fault = "client";
2197
2299
  Object.setPrototypeOf(this, _InvalidExternalIdException.prototype);
2198
2300
  }
2199
2301
  };
2200
- __name(_InvalidExternalIdException, "InvalidExternalIdException");
2201
- var InvalidExternalIdException = _InvalidExternalIdException;
2202
- var _InvalidTimeRangeException = class _InvalidTimeRangeException extends CodeDeployServiceException {
2302
+ var InvalidTimeRangeException = class _InvalidTimeRangeException extends CodeDeployServiceException {
2303
+ static {
2304
+ __name(this, "InvalidTimeRangeException");
2305
+ }
2306
+ name = "InvalidTimeRangeException";
2307
+ $fault = "client";
2203
2308
  /**
2204
2309
  * @internal
2205
2310
  */
@@ -2209,18 +2314,19 @@ var _InvalidTimeRangeException = class _InvalidTimeRangeException extends CodeDe
2209
2314
  $fault: "client",
2210
2315
  ...opts
2211
2316
  });
2212
- this.name = "InvalidTimeRangeException";
2213
- this.$fault = "client";
2214
2317
  Object.setPrototypeOf(this, _InvalidTimeRangeException.prototype);
2215
2318
  }
2216
2319
  };
2217
- __name(_InvalidTimeRangeException, "InvalidTimeRangeException");
2218
- var InvalidTimeRangeException = _InvalidTimeRangeException;
2219
2320
  var TargetFilterName = {
2220
2321
  SERVER_INSTANCE_LABEL: "ServerInstanceLabel",
2221
2322
  TARGET_STATUS: "TargetStatus"
2222
2323
  };
2223
- var _InvalidRegistrationStatusException = class _InvalidRegistrationStatusException extends CodeDeployServiceException {
2324
+ var InvalidRegistrationStatusException = class _InvalidRegistrationStatusException extends CodeDeployServiceException {
2325
+ static {
2326
+ __name(this, "InvalidRegistrationStatusException");
2327
+ }
2328
+ name = "InvalidRegistrationStatusException";
2329
+ $fault = "client";
2224
2330
  /**
2225
2331
  * @internal
2226
2332
  */
@@ -2230,14 +2336,15 @@ var _InvalidRegistrationStatusException = class _InvalidRegistrationStatusExcept
2230
2336
  $fault: "client",
2231
2337
  ...opts
2232
2338
  });
2233
- this.name = "InvalidRegistrationStatusException";
2234
- this.$fault = "client";
2235
2339
  Object.setPrototypeOf(this, _InvalidRegistrationStatusException.prototype);
2236
2340
  }
2237
2341
  };
2238
- __name(_InvalidRegistrationStatusException, "InvalidRegistrationStatusException");
2239
- var InvalidRegistrationStatusException = _InvalidRegistrationStatusException;
2240
- var _InvalidTagFilterException = class _InvalidTagFilterException extends CodeDeployServiceException {
2342
+ var InvalidTagFilterException = class _InvalidTagFilterException extends CodeDeployServiceException {
2343
+ static {
2344
+ __name(this, "InvalidTagFilterException");
2345
+ }
2346
+ name = "InvalidTagFilterException";
2347
+ $fault = "client";
2241
2348
  /**
2242
2349
  * @internal
2243
2350
  */
@@ -2247,18 +2354,19 @@ var _InvalidTagFilterException = class _InvalidTagFilterException extends CodeDe
2247
2354
  $fault: "client",
2248
2355
  ...opts
2249
2356
  });
2250
- this.name = "InvalidTagFilterException";
2251
- this.$fault = "client";
2252
2357
  Object.setPrototypeOf(this, _InvalidTagFilterException.prototype);
2253
2358
  }
2254
2359
  };
2255
- __name(_InvalidTagFilterException, "InvalidTagFilterException");
2256
- var InvalidTagFilterException = _InvalidTagFilterException;
2257
2360
  var RegistrationStatus = {
2258
2361
  Deregistered: "Deregistered",
2259
2362
  Registered: "Registered"
2260
2363
  };
2261
- var _InvalidArnException = class _InvalidArnException extends CodeDeployServiceException {
2364
+ var InvalidArnException = class _InvalidArnException extends CodeDeployServiceException {
2365
+ static {
2366
+ __name(this, "InvalidArnException");
2367
+ }
2368
+ name = "InvalidArnException";
2369
+ $fault = "client";
2262
2370
  /**
2263
2371
  * @internal
2264
2372
  */
@@ -2268,14 +2376,15 @@ var _InvalidArnException = class _InvalidArnException extends CodeDeployServiceE
2268
2376
  $fault: "client",
2269
2377
  ...opts
2270
2378
  });
2271
- this.name = "InvalidArnException";
2272
- this.$fault = "client";
2273
2379
  Object.setPrototypeOf(this, _InvalidArnException.prototype);
2274
2380
  }
2275
2381
  };
2276
- __name(_InvalidArnException, "InvalidArnException");
2277
- var InvalidArnException = _InvalidArnException;
2278
- var _ResourceArnRequiredException = class _ResourceArnRequiredException extends CodeDeployServiceException {
2382
+ var ResourceArnRequiredException = class _ResourceArnRequiredException extends CodeDeployServiceException {
2383
+ static {
2384
+ __name(this, "ResourceArnRequiredException");
2385
+ }
2386
+ name = "ResourceArnRequiredException";
2387
+ $fault = "client";
2279
2388
  /**
2280
2389
  * @internal
2281
2390
  */
@@ -2285,14 +2394,15 @@ var _ResourceArnRequiredException = class _ResourceArnRequiredException extends
2285
2394
  $fault: "client",
2286
2395
  ...opts
2287
2396
  });
2288
- this.name = "ResourceArnRequiredException";
2289
- this.$fault = "client";
2290
2397
  Object.setPrototypeOf(this, _ResourceArnRequiredException.prototype);
2291
2398
  }
2292
2399
  };
2293
- __name(_ResourceArnRequiredException, "ResourceArnRequiredException");
2294
- var ResourceArnRequiredException = _ResourceArnRequiredException;
2295
- var _InvalidLifecycleEventHookExecutionIdException = class _InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException {
2400
+ var InvalidLifecycleEventHookExecutionIdException = class _InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException {
2401
+ static {
2402
+ __name(this, "InvalidLifecycleEventHookExecutionIdException");
2403
+ }
2404
+ name = "InvalidLifecycleEventHookExecutionIdException";
2405
+ $fault = "client";
2296
2406
  /**
2297
2407
  * @internal
2298
2408
  */
@@ -2302,14 +2412,15 @@ var _InvalidLifecycleEventHookExecutionIdException = class _InvalidLifecycleEven
2302
2412
  $fault: "client",
2303
2413
  ...opts
2304
2414
  });
2305
- this.name = "InvalidLifecycleEventHookExecutionIdException";
2306
- this.$fault = "client";
2307
2415
  Object.setPrototypeOf(this, _InvalidLifecycleEventHookExecutionIdException.prototype);
2308
2416
  }
2309
2417
  };
2310
- __name(_InvalidLifecycleEventHookExecutionIdException, "InvalidLifecycleEventHookExecutionIdException");
2311
- var InvalidLifecycleEventHookExecutionIdException = _InvalidLifecycleEventHookExecutionIdException;
2312
- var _InvalidLifecycleEventHookExecutionStatusException = class _InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException {
2418
+ var InvalidLifecycleEventHookExecutionStatusException = class _InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException {
2419
+ static {
2420
+ __name(this, "InvalidLifecycleEventHookExecutionStatusException");
2421
+ }
2422
+ name = "InvalidLifecycleEventHookExecutionStatusException";
2423
+ $fault = "client";
2313
2424
  /**
2314
2425
  * @internal
2315
2426
  */
@@ -2319,14 +2430,15 @@ var _InvalidLifecycleEventHookExecutionStatusException = class _InvalidLifecycle
2319
2430
  $fault: "client",
2320
2431
  ...opts
2321
2432
  });
2322
- this.name = "InvalidLifecycleEventHookExecutionStatusException";
2323
- this.$fault = "client";
2324
2433
  Object.setPrototypeOf(this, _InvalidLifecycleEventHookExecutionStatusException.prototype);
2325
2434
  }
2326
2435
  };
2327
- __name(_InvalidLifecycleEventHookExecutionStatusException, "InvalidLifecycleEventHookExecutionStatusException");
2328
- var InvalidLifecycleEventHookExecutionStatusException = _InvalidLifecycleEventHookExecutionStatusException;
2329
- var _LifecycleEventAlreadyCompletedException = class _LifecycleEventAlreadyCompletedException extends CodeDeployServiceException {
2436
+ var LifecycleEventAlreadyCompletedException = class _LifecycleEventAlreadyCompletedException extends CodeDeployServiceException {
2437
+ static {
2438
+ __name(this, "LifecycleEventAlreadyCompletedException");
2439
+ }
2440
+ name = "LifecycleEventAlreadyCompletedException";
2441
+ $fault = "client";
2330
2442
  /**
2331
2443
  * @internal
2332
2444
  */
@@ -2336,14 +2448,15 @@ var _LifecycleEventAlreadyCompletedException = class _LifecycleEventAlreadyCompl
2336
2448
  $fault: "client",
2337
2449
  ...opts
2338
2450
  });
2339
- this.name = "LifecycleEventAlreadyCompletedException";
2340
- this.$fault = "client";
2341
2451
  Object.setPrototypeOf(this, _LifecycleEventAlreadyCompletedException.prototype);
2342
2452
  }
2343
2453
  };
2344
- __name(_LifecycleEventAlreadyCompletedException, "LifecycleEventAlreadyCompletedException");
2345
- var LifecycleEventAlreadyCompletedException = _LifecycleEventAlreadyCompletedException;
2346
- var _IamArnRequiredException = class _IamArnRequiredException extends CodeDeployServiceException {
2454
+ var IamArnRequiredException = class _IamArnRequiredException extends CodeDeployServiceException {
2455
+ static {
2456
+ __name(this, "IamArnRequiredException");
2457
+ }
2458
+ name = "IamArnRequiredException";
2459
+ $fault = "client";
2347
2460
  /**
2348
2461
  * @internal
2349
2462
  */
@@ -2353,14 +2466,15 @@ var _IamArnRequiredException = class _IamArnRequiredException extends CodeDeploy
2353
2466
  $fault: "client",
2354
2467
  ...opts
2355
2468
  });
2356
- this.name = "IamArnRequiredException";
2357
- this.$fault = "client";
2358
2469
  Object.setPrototypeOf(this, _IamArnRequiredException.prototype);
2359
2470
  }
2360
2471
  };
2361
- __name(_IamArnRequiredException, "IamArnRequiredException");
2362
- var IamArnRequiredException = _IamArnRequiredException;
2363
- var _IamSessionArnAlreadyRegisteredException = class _IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException {
2472
+ var IamSessionArnAlreadyRegisteredException = class _IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException {
2473
+ static {
2474
+ __name(this, "IamSessionArnAlreadyRegisteredException");
2475
+ }
2476
+ name = "IamSessionArnAlreadyRegisteredException";
2477
+ $fault = "client";
2364
2478
  /**
2365
2479
  * @internal
2366
2480
  */
@@ -2370,14 +2484,15 @@ var _IamSessionArnAlreadyRegisteredException = class _IamSessionArnAlreadyRegist
2370
2484
  $fault: "client",
2371
2485
  ...opts
2372
2486
  });
2373
- this.name = "IamSessionArnAlreadyRegisteredException";
2374
- this.$fault = "client";
2375
2487
  Object.setPrototypeOf(this, _IamSessionArnAlreadyRegisteredException.prototype);
2376
2488
  }
2377
2489
  };
2378
- __name(_IamSessionArnAlreadyRegisteredException, "IamSessionArnAlreadyRegisteredException");
2379
- var IamSessionArnAlreadyRegisteredException = _IamSessionArnAlreadyRegisteredException;
2380
- var _IamUserArnAlreadyRegisteredException = class _IamUserArnAlreadyRegisteredException extends CodeDeployServiceException {
2490
+ var IamUserArnAlreadyRegisteredException = class _IamUserArnAlreadyRegisteredException extends CodeDeployServiceException {
2491
+ static {
2492
+ __name(this, "IamUserArnAlreadyRegisteredException");
2493
+ }
2494
+ name = "IamUserArnAlreadyRegisteredException";
2495
+ $fault = "client";
2381
2496
  /**
2382
2497
  * @internal
2383
2498
  */
@@ -2387,14 +2502,15 @@ var _IamUserArnAlreadyRegisteredException = class _IamUserArnAlreadyRegisteredEx
2387
2502
  $fault: "client",
2388
2503
  ...opts
2389
2504
  });
2390
- this.name = "IamUserArnAlreadyRegisteredException";
2391
- this.$fault = "client";
2392
2505
  Object.setPrototypeOf(this, _IamUserArnAlreadyRegisteredException.prototype);
2393
2506
  }
2394
2507
  };
2395
- __name(_IamUserArnAlreadyRegisteredException, "IamUserArnAlreadyRegisteredException");
2396
- var IamUserArnAlreadyRegisteredException = _IamUserArnAlreadyRegisteredException;
2397
- var _IamUserArnRequiredException = class _IamUserArnRequiredException extends CodeDeployServiceException {
2508
+ var IamUserArnRequiredException = class _IamUserArnRequiredException extends CodeDeployServiceException {
2509
+ static {
2510
+ __name(this, "IamUserArnRequiredException");
2511
+ }
2512
+ name = "IamUserArnRequiredException";
2513
+ $fault = "client";
2398
2514
  /**
2399
2515
  * @internal
2400
2516
  */
@@ -2404,14 +2520,15 @@ var _IamUserArnRequiredException = class _IamUserArnRequiredException extends Co
2404
2520
  $fault: "client",
2405
2521
  ...opts
2406
2522
  });
2407
- this.name = "IamUserArnRequiredException";
2408
- this.$fault = "client";
2409
2523
  Object.setPrototypeOf(this, _IamUserArnRequiredException.prototype);
2410
2524
  }
2411
2525
  };
2412
- __name(_IamUserArnRequiredException, "IamUserArnRequiredException");
2413
- var IamUserArnRequiredException = _IamUserArnRequiredException;
2414
- var _InstanceNameAlreadyRegisteredException = class _InstanceNameAlreadyRegisteredException extends CodeDeployServiceException {
2526
+ var InstanceNameAlreadyRegisteredException = class _InstanceNameAlreadyRegisteredException extends CodeDeployServiceException {
2527
+ static {
2528
+ __name(this, "InstanceNameAlreadyRegisteredException");
2529
+ }
2530
+ name = "InstanceNameAlreadyRegisteredException";
2531
+ $fault = "client";
2415
2532
  /**
2416
2533
  * @internal
2417
2534
  */
@@ -2421,14 +2538,15 @@ var _InstanceNameAlreadyRegisteredException = class _InstanceNameAlreadyRegister
2421
2538
  $fault: "client",
2422
2539
  ...opts
2423
2540
  });
2424
- this.name = "InstanceNameAlreadyRegisteredException";
2425
- this.$fault = "client";
2426
2541
  Object.setPrototypeOf(this, _InstanceNameAlreadyRegisteredException.prototype);
2427
2542
  }
2428
2543
  };
2429
- __name(_InstanceNameAlreadyRegisteredException, "InstanceNameAlreadyRegisteredException");
2430
- var InstanceNameAlreadyRegisteredException = _InstanceNameAlreadyRegisteredException;
2431
- var _InvalidIamSessionArnException = class _InvalidIamSessionArnException extends CodeDeployServiceException {
2544
+ var InvalidIamSessionArnException = class _InvalidIamSessionArnException extends CodeDeployServiceException {
2545
+ static {
2546
+ __name(this, "InvalidIamSessionArnException");
2547
+ }
2548
+ name = "InvalidIamSessionArnException";
2549
+ $fault = "client";
2432
2550
  /**
2433
2551
  * @internal
2434
2552
  */
@@ -2438,14 +2556,15 @@ var _InvalidIamSessionArnException = class _InvalidIamSessionArnException extend
2438
2556
  $fault: "client",
2439
2557
  ...opts
2440
2558
  });
2441
- this.name = "InvalidIamSessionArnException";
2442
- this.$fault = "client";
2443
2559
  Object.setPrototypeOf(this, _InvalidIamSessionArnException.prototype);
2444
2560
  }
2445
2561
  };
2446
- __name(_InvalidIamSessionArnException, "InvalidIamSessionArnException");
2447
- var InvalidIamSessionArnException = _InvalidIamSessionArnException;
2448
- var _InvalidIamUserArnException = class _InvalidIamUserArnException extends CodeDeployServiceException {
2562
+ var InvalidIamUserArnException = class _InvalidIamUserArnException extends CodeDeployServiceException {
2563
+ static {
2564
+ __name(this, "InvalidIamUserArnException");
2565
+ }
2566
+ name = "InvalidIamUserArnException";
2567
+ $fault = "client";
2449
2568
  /**
2450
2569
  * @internal
2451
2570
  */
@@ -2455,14 +2574,15 @@ var _InvalidIamUserArnException = class _InvalidIamUserArnException extends Code
2455
2574
  $fault: "client",
2456
2575
  ...opts
2457
2576
  });
2458
- this.name = "InvalidIamUserArnException";
2459
- this.$fault = "client";
2460
2577
  Object.setPrototypeOf(this, _InvalidIamUserArnException.prototype);
2461
2578
  }
2462
2579
  };
2463
- __name(_InvalidIamUserArnException, "InvalidIamUserArnException");
2464
- var InvalidIamUserArnException = _InvalidIamUserArnException;
2465
- var _MultipleIamArnsProvidedException = class _MultipleIamArnsProvidedException extends CodeDeployServiceException {
2580
+ var MultipleIamArnsProvidedException = class _MultipleIamArnsProvidedException extends CodeDeployServiceException {
2581
+ static {
2582
+ __name(this, "MultipleIamArnsProvidedException");
2583
+ }
2584
+ name = "MultipleIamArnsProvidedException";
2585
+ $fault = "client";
2466
2586
  /**
2467
2587
  * @internal
2468
2588
  */
@@ -2472,13 +2592,9 @@ var _MultipleIamArnsProvidedException = class _MultipleIamArnsProvidedException
2472
2592
  $fault: "client",
2473
2593
  ...opts
2474
2594
  });
2475
- this.name = "MultipleIamArnsProvidedException";
2476
- this.$fault = "client";
2477
2595
  Object.setPrototypeOf(this, _MultipleIamArnsProvidedException.prototype);
2478
2596
  }
2479
2597
  };
2480
- __name(_MultipleIamArnsProvidedException, "MultipleIamArnsProvidedException");
2481
- var MultipleIamArnsProvidedException = _MultipleIamArnsProvidedException;
2482
2598
  var StopStatus = {
2483
2599
  PENDING: "Pending",
2484
2600
  SUCCEEDED: "Succeeded"
@@ -5078,659 +5194,706 @@ function sharedHeaders(operation) {
5078
5194
  __name(sharedHeaders, "sharedHeaders");
5079
5195
 
5080
5196
  // src/commands/AddTagsToOnPremisesInstancesCommand.ts
5081
- var _AddTagsToOnPremisesInstancesCommand = class _AddTagsToOnPremisesInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5197
+ var AddTagsToOnPremisesInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5082
5198
  return [
5083
5199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5084
5200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5085
5201
  ];
5086
5202
  }).s("CodeDeploy_20141006", "AddTagsToOnPremisesInstances", {}).n("CodeDeployClient", "AddTagsToOnPremisesInstancesCommand").f(void 0, void 0).ser(se_AddTagsToOnPremisesInstancesCommand).de(de_AddTagsToOnPremisesInstancesCommand).build() {
5203
+ static {
5204
+ __name(this, "AddTagsToOnPremisesInstancesCommand");
5205
+ }
5087
5206
  };
5088
- __name(_AddTagsToOnPremisesInstancesCommand, "AddTagsToOnPremisesInstancesCommand");
5089
- var AddTagsToOnPremisesInstancesCommand = _AddTagsToOnPremisesInstancesCommand;
5090
5207
 
5091
5208
  // src/commands/BatchGetApplicationRevisionsCommand.ts
5092
5209
 
5093
5210
 
5094
5211
 
5095
- var _BatchGetApplicationRevisionsCommand = class _BatchGetApplicationRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5212
+ var BatchGetApplicationRevisionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5096
5213
  return [
5097
5214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5098
5215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5099
5216
  ];
5100
5217
  }).s("CodeDeploy_20141006", "BatchGetApplicationRevisions", {}).n("CodeDeployClient", "BatchGetApplicationRevisionsCommand").f(void 0, void 0).ser(se_BatchGetApplicationRevisionsCommand).de(de_BatchGetApplicationRevisionsCommand).build() {
5218
+ static {
5219
+ __name(this, "BatchGetApplicationRevisionsCommand");
5220
+ }
5101
5221
  };
5102
- __name(_BatchGetApplicationRevisionsCommand, "BatchGetApplicationRevisionsCommand");
5103
- var BatchGetApplicationRevisionsCommand = _BatchGetApplicationRevisionsCommand;
5104
5222
 
5105
5223
  // src/commands/BatchGetApplicationsCommand.ts
5106
5224
 
5107
5225
 
5108
5226
 
5109
- var _BatchGetApplicationsCommand = class _BatchGetApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5227
+ var BatchGetApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5110
5228
  return [
5111
5229
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5112
5230
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5113
5231
  ];
5114
5232
  }).s("CodeDeploy_20141006", "BatchGetApplications", {}).n("CodeDeployClient", "BatchGetApplicationsCommand").f(void 0, void 0).ser(se_BatchGetApplicationsCommand).de(de_BatchGetApplicationsCommand).build() {
5233
+ static {
5234
+ __name(this, "BatchGetApplicationsCommand");
5235
+ }
5115
5236
  };
5116
- __name(_BatchGetApplicationsCommand, "BatchGetApplicationsCommand");
5117
- var BatchGetApplicationsCommand = _BatchGetApplicationsCommand;
5118
5237
 
5119
5238
  // src/commands/BatchGetDeploymentGroupsCommand.ts
5120
5239
 
5121
5240
 
5122
5241
 
5123
- var _BatchGetDeploymentGroupsCommand = class _BatchGetDeploymentGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5242
+ var BatchGetDeploymentGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5124
5243
  return [
5125
5244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5126
5245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5127
5246
  ];
5128
5247
  }).s("CodeDeploy_20141006", "BatchGetDeploymentGroups", {}).n("CodeDeployClient", "BatchGetDeploymentGroupsCommand").f(void 0, void 0).ser(se_BatchGetDeploymentGroupsCommand).de(de_BatchGetDeploymentGroupsCommand).build() {
5248
+ static {
5249
+ __name(this, "BatchGetDeploymentGroupsCommand");
5250
+ }
5129
5251
  };
5130
- __name(_BatchGetDeploymentGroupsCommand, "BatchGetDeploymentGroupsCommand");
5131
- var BatchGetDeploymentGroupsCommand = _BatchGetDeploymentGroupsCommand;
5132
5252
 
5133
5253
  // src/commands/BatchGetDeploymentInstancesCommand.ts
5134
5254
 
5135
5255
 
5136
5256
 
5137
- var _BatchGetDeploymentInstancesCommand = class _BatchGetDeploymentInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5257
+ var BatchGetDeploymentInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5138
5258
  return [
5139
5259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5140
5260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5141
5261
  ];
5142
5262
  }).s("CodeDeploy_20141006", "BatchGetDeploymentInstances", {}).n("CodeDeployClient", "BatchGetDeploymentInstancesCommand").f(void 0, void 0).ser(se_BatchGetDeploymentInstancesCommand).de(de_BatchGetDeploymentInstancesCommand).build() {
5263
+ static {
5264
+ __name(this, "BatchGetDeploymentInstancesCommand");
5265
+ }
5143
5266
  };
5144
- __name(_BatchGetDeploymentInstancesCommand, "BatchGetDeploymentInstancesCommand");
5145
- var BatchGetDeploymentInstancesCommand = _BatchGetDeploymentInstancesCommand;
5146
5267
 
5147
5268
  // src/commands/BatchGetDeploymentsCommand.ts
5148
5269
 
5149
5270
 
5150
5271
 
5151
- var _BatchGetDeploymentsCommand = class _BatchGetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5272
+ var BatchGetDeploymentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5152
5273
  return [
5153
5274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5154
5275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5155
5276
  ];
5156
5277
  }).s("CodeDeploy_20141006", "BatchGetDeployments", {}).n("CodeDeployClient", "BatchGetDeploymentsCommand").f(void 0, void 0).ser(se_BatchGetDeploymentsCommand).de(de_BatchGetDeploymentsCommand).build() {
5278
+ static {
5279
+ __name(this, "BatchGetDeploymentsCommand");
5280
+ }
5157
5281
  };
5158
- __name(_BatchGetDeploymentsCommand, "BatchGetDeploymentsCommand");
5159
- var BatchGetDeploymentsCommand = _BatchGetDeploymentsCommand;
5160
5282
 
5161
5283
  // src/commands/BatchGetDeploymentTargetsCommand.ts
5162
5284
 
5163
5285
 
5164
5286
 
5165
- var _BatchGetDeploymentTargetsCommand = class _BatchGetDeploymentTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5287
+ var BatchGetDeploymentTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5166
5288
  return [
5167
5289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5168
5290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5169
5291
  ];
5170
5292
  }).s("CodeDeploy_20141006", "BatchGetDeploymentTargets", {}).n("CodeDeployClient", "BatchGetDeploymentTargetsCommand").f(void 0, void 0).ser(se_BatchGetDeploymentTargetsCommand).de(de_BatchGetDeploymentTargetsCommand).build() {
5293
+ static {
5294
+ __name(this, "BatchGetDeploymentTargetsCommand");
5295
+ }
5171
5296
  };
5172
- __name(_BatchGetDeploymentTargetsCommand, "BatchGetDeploymentTargetsCommand");
5173
- var BatchGetDeploymentTargetsCommand = _BatchGetDeploymentTargetsCommand;
5174
5297
 
5175
5298
  // src/commands/BatchGetOnPremisesInstancesCommand.ts
5176
5299
 
5177
5300
 
5178
5301
 
5179
- var _BatchGetOnPremisesInstancesCommand = class _BatchGetOnPremisesInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5302
+ var BatchGetOnPremisesInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5180
5303
  return [
5181
5304
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5182
5305
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5183
5306
  ];
5184
5307
  }).s("CodeDeploy_20141006", "BatchGetOnPremisesInstances", {}).n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand").f(void 0, void 0).ser(se_BatchGetOnPremisesInstancesCommand).de(de_BatchGetOnPremisesInstancesCommand).build() {
5308
+ static {
5309
+ __name(this, "BatchGetOnPremisesInstancesCommand");
5310
+ }
5185
5311
  };
5186
- __name(_BatchGetOnPremisesInstancesCommand, "BatchGetOnPremisesInstancesCommand");
5187
- var BatchGetOnPremisesInstancesCommand = _BatchGetOnPremisesInstancesCommand;
5188
5312
 
5189
5313
  // src/commands/ContinueDeploymentCommand.ts
5190
5314
 
5191
5315
 
5192
5316
 
5193
- var _ContinueDeploymentCommand = class _ContinueDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5317
+ var ContinueDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5194
5318
  return [
5195
5319
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5196
5320
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5197
5321
  ];
5198
5322
  }).s("CodeDeploy_20141006", "ContinueDeployment", {}).n("CodeDeployClient", "ContinueDeploymentCommand").f(void 0, void 0).ser(se_ContinueDeploymentCommand).de(de_ContinueDeploymentCommand).build() {
5323
+ static {
5324
+ __name(this, "ContinueDeploymentCommand");
5325
+ }
5199
5326
  };
5200
- __name(_ContinueDeploymentCommand, "ContinueDeploymentCommand");
5201
- var ContinueDeploymentCommand = _ContinueDeploymentCommand;
5202
5327
 
5203
5328
  // src/commands/CreateApplicationCommand.ts
5204
5329
 
5205
5330
 
5206
5331
 
5207
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5332
+ var CreateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5208
5333
  return [
5209
5334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5210
5335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5211
5336
  ];
5212
5337
  }).s("CodeDeploy_20141006", "CreateApplication", {}).n("CodeDeployClient", "CreateApplicationCommand").f(void 0, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
5338
+ static {
5339
+ __name(this, "CreateApplicationCommand");
5340
+ }
5213
5341
  };
5214
- __name(_CreateApplicationCommand, "CreateApplicationCommand");
5215
- var CreateApplicationCommand = _CreateApplicationCommand;
5216
5342
 
5217
5343
  // src/commands/CreateDeploymentCommand.ts
5218
5344
 
5219
5345
 
5220
5346
 
5221
- var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5347
+ var CreateDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5222
5348
  return [
5223
5349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5224
5350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5225
5351
  ];
5226
5352
  }).s("CodeDeploy_20141006", "CreateDeployment", {}).n("CodeDeployClient", "CreateDeploymentCommand").f(void 0, void 0).ser(se_CreateDeploymentCommand).de(de_CreateDeploymentCommand).build() {
5353
+ static {
5354
+ __name(this, "CreateDeploymentCommand");
5355
+ }
5227
5356
  };
5228
- __name(_CreateDeploymentCommand, "CreateDeploymentCommand");
5229
- var CreateDeploymentCommand = _CreateDeploymentCommand;
5230
5357
 
5231
5358
  // src/commands/CreateDeploymentConfigCommand.ts
5232
5359
 
5233
5360
 
5234
5361
 
5235
- var _CreateDeploymentConfigCommand = class _CreateDeploymentConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5362
+ var CreateDeploymentConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5236
5363
  return [
5237
5364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5238
5365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5239
5366
  ];
5240
5367
  }).s("CodeDeploy_20141006", "CreateDeploymentConfig", {}).n("CodeDeployClient", "CreateDeploymentConfigCommand").f(void 0, void 0).ser(se_CreateDeploymentConfigCommand).de(de_CreateDeploymentConfigCommand).build() {
5368
+ static {
5369
+ __name(this, "CreateDeploymentConfigCommand");
5370
+ }
5241
5371
  };
5242
- __name(_CreateDeploymentConfigCommand, "CreateDeploymentConfigCommand");
5243
- var CreateDeploymentConfigCommand = _CreateDeploymentConfigCommand;
5244
5372
 
5245
5373
  // src/commands/CreateDeploymentGroupCommand.ts
5246
5374
 
5247
5375
 
5248
5376
 
5249
- var _CreateDeploymentGroupCommand = class _CreateDeploymentGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5377
+ var CreateDeploymentGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5250
5378
  return [
5251
5379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5252
5380
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5253
5381
  ];
5254
5382
  }).s("CodeDeploy_20141006", "CreateDeploymentGroup", {}).n("CodeDeployClient", "CreateDeploymentGroupCommand").f(void 0, void 0).ser(se_CreateDeploymentGroupCommand).de(de_CreateDeploymentGroupCommand).build() {
5383
+ static {
5384
+ __name(this, "CreateDeploymentGroupCommand");
5385
+ }
5255
5386
  };
5256
- __name(_CreateDeploymentGroupCommand, "CreateDeploymentGroupCommand");
5257
- var CreateDeploymentGroupCommand = _CreateDeploymentGroupCommand;
5258
5387
 
5259
5388
  // src/commands/DeleteApplicationCommand.ts
5260
5389
 
5261
5390
 
5262
5391
 
5263
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5392
+ var DeleteApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5264
5393
  return [
5265
5394
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5266
5395
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5267
5396
  ];
5268
5397
  }).s("CodeDeploy_20141006", "DeleteApplication", {}).n("CodeDeployClient", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
5398
+ static {
5399
+ __name(this, "DeleteApplicationCommand");
5400
+ }
5269
5401
  };
5270
- __name(_DeleteApplicationCommand, "DeleteApplicationCommand");
5271
- var DeleteApplicationCommand = _DeleteApplicationCommand;
5272
5402
 
5273
5403
  // src/commands/DeleteDeploymentConfigCommand.ts
5274
5404
 
5275
5405
 
5276
5406
 
5277
- var _DeleteDeploymentConfigCommand = class _DeleteDeploymentConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5407
+ var DeleteDeploymentConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5278
5408
  return [
5279
5409
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5280
5410
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5281
5411
  ];
5282
5412
  }).s("CodeDeploy_20141006", "DeleteDeploymentConfig", {}).n("CodeDeployClient", "DeleteDeploymentConfigCommand").f(void 0, void 0).ser(se_DeleteDeploymentConfigCommand).de(de_DeleteDeploymentConfigCommand).build() {
5413
+ static {
5414
+ __name(this, "DeleteDeploymentConfigCommand");
5415
+ }
5283
5416
  };
5284
- __name(_DeleteDeploymentConfigCommand, "DeleteDeploymentConfigCommand");
5285
- var DeleteDeploymentConfigCommand = _DeleteDeploymentConfigCommand;
5286
5417
 
5287
5418
  // src/commands/DeleteDeploymentGroupCommand.ts
5288
5419
 
5289
5420
 
5290
5421
 
5291
- var _DeleteDeploymentGroupCommand = class _DeleteDeploymentGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5422
+ var DeleteDeploymentGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5292
5423
  return [
5293
5424
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5294
5425
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5295
5426
  ];
5296
5427
  }).s("CodeDeploy_20141006", "DeleteDeploymentGroup", {}).n("CodeDeployClient", "DeleteDeploymentGroupCommand").f(void 0, void 0).ser(se_DeleteDeploymentGroupCommand).de(de_DeleteDeploymentGroupCommand).build() {
5428
+ static {
5429
+ __name(this, "DeleteDeploymentGroupCommand");
5430
+ }
5297
5431
  };
5298
- __name(_DeleteDeploymentGroupCommand, "DeleteDeploymentGroupCommand");
5299
- var DeleteDeploymentGroupCommand = _DeleteDeploymentGroupCommand;
5300
5432
 
5301
5433
  // src/commands/DeleteGitHubAccountTokenCommand.ts
5302
5434
 
5303
5435
 
5304
5436
 
5305
- var _DeleteGitHubAccountTokenCommand = class _DeleteGitHubAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5437
+ var DeleteGitHubAccountTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5306
5438
  return [
5307
5439
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5308
5440
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5309
5441
  ];
5310
5442
  }).s("CodeDeploy_20141006", "DeleteGitHubAccountToken", {}).n("CodeDeployClient", "DeleteGitHubAccountTokenCommand").f(void 0, void 0).ser(se_DeleteGitHubAccountTokenCommand).de(de_DeleteGitHubAccountTokenCommand).build() {
5443
+ static {
5444
+ __name(this, "DeleteGitHubAccountTokenCommand");
5445
+ }
5311
5446
  };
5312
- __name(_DeleteGitHubAccountTokenCommand, "DeleteGitHubAccountTokenCommand");
5313
- var DeleteGitHubAccountTokenCommand = _DeleteGitHubAccountTokenCommand;
5314
5447
 
5315
5448
  // src/commands/DeleteResourcesByExternalIdCommand.ts
5316
5449
 
5317
5450
 
5318
5451
 
5319
- var _DeleteResourcesByExternalIdCommand = class _DeleteResourcesByExternalIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5452
+ var DeleteResourcesByExternalIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5320
5453
  return [
5321
5454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5322
5455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5323
5456
  ];
5324
5457
  }).s("CodeDeploy_20141006", "DeleteResourcesByExternalId", {}).n("CodeDeployClient", "DeleteResourcesByExternalIdCommand").f(void 0, void 0).ser(se_DeleteResourcesByExternalIdCommand).de(de_DeleteResourcesByExternalIdCommand).build() {
5458
+ static {
5459
+ __name(this, "DeleteResourcesByExternalIdCommand");
5460
+ }
5325
5461
  };
5326
- __name(_DeleteResourcesByExternalIdCommand, "DeleteResourcesByExternalIdCommand");
5327
- var DeleteResourcesByExternalIdCommand = _DeleteResourcesByExternalIdCommand;
5328
5462
 
5329
5463
  // src/commands/DeregisterOnPremisesInstanceCommand.ts
5330
5464
 
5331
5465
 
5332
5466
 
5333
- var _DeregisterOnPremisesInstanceCommand = class _DeregisterOnPremisesInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5467
+ var DeregisterOnPremisesInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5334
5468
  return [
5335
5469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5336
5470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5337
5471
  ];
5338
5472
  }).s("CodeDeploy_20141006", "DeregisterOnPremisesInstance", {}).n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand").f(void 0, void 0).ser(se_DeregisterOnPremisesInstanceCommand).de(de_DeregisterOnPremisesInstanceCommand).build() {
5473
+ static {
5474
+ __name(this, "DeregisterOnPremisesInstanceCommand");
5475
+ }
5339
5476
  };
5340
- __name(_DeregisterOnPremisesInstanceCommand, "DeregisterOnPremisesInstanceCommand");
5341
- var DeregisterOnPremisesInstanceCommand = _DeregisterOnPremisesInstanceCommand;
5342
5477
 
5343
5478
  // src/commands/GetApplicationCommand.ts
5344
5479
 
5345
5480
 
5346
5481
 
5347
- var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5482
+ var GetApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5348
5483
  return [
5349
5484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5350
5485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5351
5486
  ];
5352
5487
  }).s("CodeDeploy_20141006", "GetApplication", {}).n("CodeDeployClient", "GetApplicationCommand").f(void 0, void 0).ser(se_GetApplicationCommand).de(de_GetApplicationCommand).build() {
5488
+ static {
5489
+ __name(this, "GetApplicationCommand");
5490
+ }
5353
5491
  };
5354
- __name(_GetApplicationCommand, "GetApplicationCommand");
5355
- var GetApplicationCommand = _GetApplicationCommand;
5356
5492
 
5357
5493
  // src/commands/GetApplicationRevisionCommand.ts
5358
5494
 
5359
5495
 
5360
5496
 
5361
- var _GetApplicationRevisionCommand = class _GetApplicationRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5497
+ var GetApplicationRevisionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5362
5498
  return [
5363
5499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5364
5500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5365
5501
  ];
5366
5502
  }).s("CodeDeploy_20141006", "GetApplicationRevision", {}).n("CodeDeployClient", "GetApplicationRevisionCommand").f(void 0, void 0).ser(se_GetApplicationRevisionCommand).de(de_GetApplicationRevisionCommand).build() {
5503
+ static {
5504
+ __name(this, "GetApplicationRevisionCommand");
5505
+ }
5367
5506
  };
5368
- __name(_GetApplicationRevisionCommand, "GetApplicationRevisionCommand");
5369
- var GetApplicationRevisionCommand = _GetApplicationRevisionCommand;
5370
5507
 
5371
5508
  // src/commands/GetDeploymentCommand.ts
5372
5509
 
5373
5510
 
5374
5511
 
5375
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5512
+ var GetDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5376
5513
  return [
5377
5514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5378
5515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5379
5516
  ];
5380
5517
  }).s("CodeDeploy_20141006", "GetDeployment", {}).n("CodeDeployClient", "GetDeploymentCommand").f(void 0, void 0).ser(se_GetDeploymentCommand).de(de_GetDeploymentCommand).build() {
5518
+ static {
5519
+ __name(this, "GetDeploymentCommand");
5520
+ }
5381
5521
  };
5382
- __name(_GetDeploymentCommand, "GetDeploymentCommand");
5383
- var GetDeploymentCommand = _GetDeploymentCommand;
5384
5522
 
5385
5523
  // src/commands/GetDeploymentConfigCommand.ts
5386
5524
 
5387
5525
 
5388
5526
 
5389
- var _GetDeploymentConfigCommand = class _GetDeploymentConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5527
+ var GetDeploymentConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5390
5528
  return [
5391
5529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5392
5530
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5393
5531
  ];
5394
5532
  }).s("CodeDeploy_20141006", "GetDeploymentConfig", {}).n("CodeDeployClient", "GetDeploymentConfigCommand").f(void 0, void 0).ser(se_GetDeploymentConfigCommand).de(de_GetDeploymentConfigCommand).build() {
5533
+ static {
5534
+ __name(this, "GetDeploymentConfigCommand");
5535
+ }
5395
5536
  };
5396
- __name(_GetDeploymentConfigCommand, "GetDeploymentConfigCommand");
5397
- var GetDeploymentConfigCommand = _GetDeploymentConfigCommand;
5398
5537
 
5399
5538
  // src/commands/GetDeploymentGroupCommand.ts
5400
5539
 
5401
5540
 
5402
5541
 
5403
- var _GetDeploymentGroupCommand = class _GetDeploymentGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5542
+ var GetDeploymentGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5404
5543
  return [
5405
5544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5406
5545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5407
5546
  ];
5408
5547
  }).s("CodeDeploy_20141006", "GetDeploymentGroup", {}).n("CodeDeployClient", "GetDeploymentGroupCommand").f(void 0, void 0).ser(se_GetDeploymentGroupCommand).de(de_GetDeploymentGroupCommand).build() {
5548
+ static {
5549
+ __name(this, "GetDeploymentGroupCommand");
5550
+ }
5409
5551
  };
5410
- __name(_GetDeploymentGroupCommand, "GetDeploymentGroupCommand");
5411
- var GetDeploymentGroupCommand = _GetDeploymentGroupCommand;
5412
5552
 
5413
5553
  // src/commands/GetDeploymentInstanceCommand.ts
5414
5554
 
5415
5555
 
5416
5556
 
5417
- var _GetDeploymentInstanceCommand = class _GetDeploymentInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5557
+ var GetDeploymentInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5418
5558
  return [
5419
5559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5420
5560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5421
5561
  ];
5422
5562
  }).s("CodeDeploy_20141006", "GetDeploymentInstance", {}).n("CodeDeployClient", "GetDeploymentInstanceCommand").f(void 0, void 0).ser(se_GetDeploymentInstanceCommand).de(de_GetDeploymentInstanceCommand).build() {
5563
+ static {
5564
+ __name(this, "GetDeploymentInstanceCommand");
5565
+ }
5423
5566
  };
5424
- __name(_GetDeploymentInstanceCommand, "GetDeploymentInstanceCommand");
5425
- var GetDeploymentInstanceCommand = _GetDeploymentInstanceCommand;
5426
5567
 
5427
5568
  // src/commands/GetDeploymentTargetCommand.ts
5428
5569
 
5429
5570
 
5430
5571
 
5431
- var _GetDeploymentTargetCommand = class _GetDeploymentTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5572
+ var GetDeploymentTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5432
5573
  return [
5433
5574
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5434
5575
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5435
5576
  ];
5436
5577
  }).s("CodeDeploy_20141006", "GetDeploymentTarget", {}).n("CodeDeployClient", "GetDeploymentTargetCommand").f(void 0, void 0).ser(se_GetDeploymentTargetCommand).de(de_GetDeploymentTargetCommand).build() {
5578
+ static {
5579
+ __name(this, "GetDeploymentTargetCommand");
5580
+ }
5437
5581
  };
5438
- __name(_GetDeploymentTargetCommand, "GetDeploymentTargetCommand");
5439
- var GetDeploymentTargetCommand = _GetDeploymentTargetCommand;
5440
5582
 
5441
5583
  // src/commands/GetOnPremisesInstanceCommand.ts
5442
5584
 
5443
5585
 
5444
5586
 
5445
- var _GetOnPremisesInstanceCommand = class _GetOnPremisesInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5587
+ var GetOnPremisesInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5446
5588
  return [
5447
5589
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5448
5590
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5449
5591
  ];
5450
5592
  }).s("CodeDeploy_20141006", "GetOnPremisesInstance", {}).n("CodeDeployClient", "GetOnPremisesInstanceCommand").f(void 0, void 0).ser(se_GetOnPremisesInstanceCommand).de(de_GetOnPremisesInstanceCommand).build() {
5593
+ static {
5594
+ __name(this, "GetOnPremisesInstanceCommand");
5595
+ }
5451
5596
  };
5452
- __name(_GetOnPremisesInstanceCommand, "GetOnPremisesInstanceCommand");
5453
- var GetOnPremisesInstanceCommand = _GetOnPremisesInstanceCommand;
5454
5597
 
5455
5598
  // src/commands/ListApplicationRevisionsCommand.ts
5456
5599
 
5457
5600
 
5458
5601
 
5459
- var _ListApplicationRevisionsCommand = class _ListApplicationRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5602
+ var ListApplicationRevisionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5460
5603
  return [
5461
5604
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5462
5605
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5463
5606
  ];
5464
5607
  }).s("CodeDeploy_20141006", "ListApplicationRevisions", {}).n("CodeDeployClient", "ListApplicationRevisionsCommand").f(void 0, void 0).ser(se_ListApplicationRevisionsCommand).de(de_ListApplicationRevisionsCommand).build() {
5608
+ static {
5609
+ __name(this, "ListApplicationRevisionsCommand");
5610
+ }
5465
5611
  };
5466
- __name(_ListApplicationRevisionsCommand, "ListApplicationRevisionsCommand");
5467
- var ListApplicationRevisionsCommand = _ListApplicationRevisionsCommand;
5468
5612
 
5469
5613
  // src/commands/ListApplicationsCommand.ts
5470
5614
 
5471
5615
 
5472
5616
 
5473
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5617
+ var ListApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5474
5618
  return [
5475
5619
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5476
5620
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5477
5621
  ];
5478
5622
  }).s("CodeDeploy_20141006", "ListApplications", {}).n("CodeDeployClient", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
5623
+ static {
5624
+ __name(this, "ListApplicationsCommand");
5625
+ }
5479
5626
  };
5480
- __name(_ListApplicationsCommand, "ListApplicationsCommand");
5481
- var ListApplicationsCommand = _ListApplicationsCommand;
5482
5627
 
5483
5628
  // src/commands/ListDeploymentConfigsCommand.ts
5484
5629
 
5485
5630
 
5486
5631
 
5487
- var _ListDeploymentConfigsCommand = class _ListDeploymentConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5632
+ var ListDeploymentConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5488
5633
  return [
5489
5634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5490
5635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5491
5636
  ];
5492
5637
  }).s("CodeDeploy_20141006", "ListDeploymentConfigs", {}).n("CodeDeployClient", "ListDeploymentConfigsCommand").f(void 0, void 0).ser(se_ListDeploymentConfigsCommand).de(de_ListDeploymentConfigsCommand).build() {
5638
+ static {
5639
+ __name(this, "ListDeploymentConfigsCommand");
5640
+ }
5493
5641
  };
5494
- __name(_ListDeploymentConfigsCommand, "ListDeploymentConfigsCommand");
5495
- var ListDeploymentConfigsCommand = _ListDeploymentConfigsCommand;
5496
5642
 
5497
5643
  // src/commands/ListDeploymentGroupsCommand.ts
5498
5644
 
5499
5645
 
5500
5646
 
5501
- var _ListDeploymentGroupsCommand = class _ListDeploymentGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5647
+ var ListDeploymentGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5502
5648
  return [
5503
5649
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5504
5650
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5505
5651
  ];
5506
5652
  }).s("CodeDeploy_20141006", "ListDeploymentGroups", {}).n("CodeDeployClient", "ListDeploymentGroupsCommand").f(void 0, void 0).ser(se_ListDeploymentGroupsCommand).de(de_ListDeploymentGroupsCommand).build() {
5653
+ static {
5654
+ __name(this, "ListDeploymentGroupsCommand");
5655
+ }
5507
5656
  };
5508
- __name(_ListDeploymentGroupsCommand, "ListDeploymentGroupsCommand");
5509
- var ListDeploymentGroupsCommand = _ListDeploymentGroupsCommand;
5510
5657
 
5511
5658
  // src/commands/ListDeploymentInstancesCommand.ts
5512
5659
 
5513
5660
 
5514
5661
 
5515
- var _ListDeploymentInstancesCommand = class _ListDeploymentInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5662
+ var ListDeploymentInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5516
5663
  return [
5517
5664
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5518
5665
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5519
5666
  ];
5520
5667
  }).s("CodeDeploy_20141006", "ListDeploymentInstances", {}).n("CodeDeployClient", "ListDeploymentInstancesCommand").f(void 0, void 0).ser(se_ListDeploymentInstancesCommand).de(de_ListDeploymentInstancesCommand).build() {
5668
+ static {
5669
+ __name(this, "ListDeploymentInstancesCommand");
5670
+ }
5521
5671
  };
5522
- __name(_ListDeploymentInstancesCommand, "ListDeploymentInstancesCommand");
5523
- var ListDeploymentInstancesCommand = _ListDeploymentInstancesCommand;
5524
5672
 
5525
5673
  // src/commands/ListDeploymentsCommand.ts
5526
5674
 
5527
5675
 
5528
5676
 
5529
- var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5677
+ var ListDeploymentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5530
5678
  return [
5531
5679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5532
5680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5533
5681
  ];
5534
5682
  }).s("CodeDeploy_20141006", "ListDeployments", {}).n("CodeDeployClient", "ListDeploymentsCommand").f(void 0, void 0).ser(se_ListDeploymentsCommand).de(de_ListDeploymentsCommand).build() {
5683
+ static {
5684
+ __name(this, "ListDeploymentsCommand");
5685
+ }
5535
5686
  };
5536
- __name(_ListDeploymentsCommand, "ListDeploymentsCommand");
5537
- var ListDeploymentsCommand = _ListDeploymentsCommand;
5538
5687
 
5539
5688
  // src/commands/ListDeploymentTargetsCommand.ts
5540
5689
 
5541
5690
 
5542
5691
 
5543
- var _ListDeploymentTargetsCommand = class _ListDeploymentTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5692
+ var ListDeploymentTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5544
5693
  return [
5545
5694
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5546
5695
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5547
5696
  ];
5548
5697
  }).s("CodeDeploy_20141006", "ListDeploymentTargets", {}).n("CodeDeployClient", "ListDeploymentTargetsCommand").f(void 0, void 0).ser(se_ListDeploymentTargetsCommand).de(de_ListDeploymentTargetsCommand).build() {
5698
+ static {
5699
+ __name(this, "ListDeploymentTargetsCommand");
5700
+ }
5549
5701
  };
5550
- __name(_ListDeploymentTargetsCommand, "ListDeploymentTargetsCommand");
5551
- var ListDeploymentTargetsCommand = _ListDeploymentTargetsCommand;
5552
5702
 
5553
5703
  // src/commands/ListGitHubAccountTokenNamesCommand.ts
5554
5704
 
5555
5705
 
5556
5706
 
5557
- var _ListGitHubAccountTokenNamesCommand = class _ListGitHubAccountTokenNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5707
+ var ListGitHubAccountTokenNamesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5558
5708
  return [
5559
5709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5560
5710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5561
5711
  ];
5562
5712
  }).s("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {}).n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand").f(void 0, void 0).ser(se_ListGitHubAccountTokenNamesCommand).de(de_ListGitHubAccountTokenNamesCommand).build() {
5713
+ static {
5714
+ __name(this, "ListGitHubAccountTokenNamesCommand");
5715
+ }
5563
5716
  };
5564
- __name(_ListGitHubAccountTokenNamesCommand, "ListGitHubAccountTokenNamesCommand");
5565
- var ListGitHubAccountTokenNamesCommand = _ListGitHubAccountTokenNamesCommand;
5566
5717
 
5567
5718
  // src/commands/ListOnPremisesInstancesCommand.ts
5568
5719
 
5569
5720
 
5570
5721
 
5571
- var _ListOnPremisesInstancesCommand = class _ListOnPremisesInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5722
+ var ListOnPremisesInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5572
5723
  return [
5573
5724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5574
5725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5575
5726
  ];
5576
5727
  }).s("CodeDeploy_20141006", "ListOnPremisesInstances", {}).n("CodeDeployClient", "ListOnPremisesInstancesCommand").f(void 0, void 0).ser(se_ListOnPremisesInstancesCommand).de(de_ListOnPremisesInstancesCommand).build() {
5728
+ static {
5729
+ __name(this, "ListOnPremisesInstancesCommand");
5730
+ }
5577
5731
  };
5578
- __name(_ListOnPremisesInstancesCommand, "ListOnPremisesInstancesCommand");
5579
- var ListOnPremisesInstancesCommand = _ListOnPremisesInstancesCommand;
5580
5732
 
5581
5733
  // src/commands/ListTagsForResourceCommand.ts
5582
5734
 
5583
5735
 
5584
5736
 
5585
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5737
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5586
5738
  return [
5587
5739
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5588
5740
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5589
5741
  ];
5590
5742
  }).s("CodeDeploy_20141006", "ListTagsForResource", {}).n("CodeDeployClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
5743
+ static {
5744
+ __name(this, "ListTagsForResourceCommand");
5745
+ }
5591
5746
  };
5592
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
5593
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
5594
5747
 
5595
5748
  // src/commands/PutLifecycleEventHookExecutionStatusCommand.ts
5596
5749
 
5597
5750
 
5598
5751
 
5599
- var _PutLifecycleEventHookExecutionStatusCommand = class _PutLifecycleEventHookExecutionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5752
+ var PutLifecycleEventHookExecutionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5600
5753
  return [
5601
5754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5602
5755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5603
5756
  ];
5604
5757
  }).s("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {}).n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand").f(void 0, void 0).ser(se_PutLifecycleEventHookExecutionStatusCommand).de(de_PutLifecycleEventHookExecutionStatusCommand).build() {
5758
+ static {
5759
+ __name(this, "PutLifecycleEventHookExecutionStatusCommand");
5760
+ }
5605
5761
  };
5606
- __name(_PutLifecycleEventHookExecutionStatusCommand, "PutLifecycleEventHookExecutionStatusCommand");
5607
- var PutLifecycleEventHookExecutionStatusCommand = _PutLifecycleEventHookExecutionStatusCommand;
5608
5762
 
5609
5763
  // src/commands/RegisterApplicationRevisionCommand.ts
5610
5764
 
5611
5765
 
5612
5766
 
5613
- var _RegisterApplicationRevisionCommand = class _RegisterApplicationRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5767
+ var RegisterApplicationRevisionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5614
5768
  return [
5615
5769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5616
5770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5617
5771
  ];
5618
5772
  }).s("CodeDeploy_20141006", "RegisterApplicationRevision", {}).n("CodeDeployClient", "RegisterApplicationRevisionCommand").f(void 0, void 0).ser(se_RegisterApplicationRevisionCommand).de(de_RegisterApplicationRevisionCommand).build() {
5773
+ static {
5774
+ __name(this, "RegisterApplicationRevisionCommand");
5775
+ }
5619
5776
  };
5620
- __name(_RegisterApplicationRevisionCommand, "RegisterApplicationRevisionCommand");
5621
- var RegisterApplicationRevisionCommand = _RegisterApplicationRevisionCommand;
5622
5777
 
5623
5778
  // src/commands/RegisterOnPremisesInstanceCommand.ts
5624
5779
 
5625
5780
 
5626
5781
 
5627
- var _RegisterOnPremisesInstanceCommand = class _RegisterOnPremisesInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5782
+ var RegisterOnPremisesInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5628
5783
  return [
5629
5784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5630
5785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5631
5786
  ];
5632
5787
  }).s("CodeDeploy_20141006", "RegisterOnPremisesInstance", {}).n("CodeDeployClient", "RegisterOnPremisesInstanceCommand").f(void 0, void 0).ser(se_RegisterOnPremisesInstanceCommand).de(de_RegisterOnPremisesInstanceCommand).build() {
5788
+ static {
5789
+ __name(this, "RegisterOnPremisesInstanceCommand");
5790
+ }
5633
5791
  };
5634
- __name(_RegisterOnPremisesInstanceCommand, "RegisterOnPremisesInstanceCommand");
5635
- var RegisterOnPremisesInstanceCommand = _RegisterOnPremisesInstanceCommand;
5636
5792
 
5637
5793
  // src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts
5638
5794
 
5639
5795
 
5640
5796
 
5641
- var _RemoveTagsFromOnPremisesInstancesCommand = class _RemoveTagsFromOnPremisesInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5797
+ var RemoveTagsFromOnPremisesInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5642
5798
  return [
5643
5799
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5644
5800
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5645
5801
  ];
5646
5802
  }).s("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {}).n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand").f(void 0, void 0).ser(se_RemoveTagsFromOnPremisesInstancesCommand).de(de_RemoveTagsFromOnPremisesInstancesCommand).build() {
5803
+ static {
5804
+ __name(this, "RemoveTagsFromOnPremisesInstancesCommand");
5805
+ }
5647
5806
  };
5648
- __name(_RemoveTagsFromOnPremisesInstancesCommand, "RemoveTagsFromOnPremisesInstancesCommand");
5649
- var RemoveTagsFromOnPremisesInstancesCommand = _RemoveTagsFromOnPremisesInstancesCommand;
5650
5807
 
5651
5808
  // src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
5652
5809
 
5653
5810
 
5654
5811
 
5655
- var _SkipWaitTimeForInstanceTerminationCommand = class _SkipWaitTimeForInstanceTerminationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5812
+ var SkipWaitTimeForInstanceTerminationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5656
5813
  return [
5657
5814
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5658
5815
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5659
5816
  ];
5660
5817
  }).s("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {}).n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand").f(void 0, void 0).ser(se_SkipWaitTimeForInstanceTerminationCommand).de(de_SkipWaitTimeForInstanceTerminationCommand).build() {
5818
+ static {
5819
+ __name(this, "SkipWaitTimeForInstanceTerminationCommand");
5820
+ }
5661
5821
  };
5662
- __name(_SkipWaitTimeForInstanceTerminationCommand, "SkipWaitTimeForInstanceTerminationCommand");
5663
- var SkipWaitTimeForInstanceTerminationCommand = _SkipWaitTimeForInstanceTerminationCommand;
5664
5822
 
5665
5823
  // src/commands/StopDeploymentCommand.ts
5666
5824
 
5667
5825
 
5668
5826
 
5669
- var _StopDeploymentCommand = class _StopDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5827
+ var StopDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5670
5828
  return [
5671
5829
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5672
5830
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5673
5831
  ];
5674
5832
  }).s("CodeDeploy_20141006", "StopDeployment", {}).n("CodeDeployClient", "StopDeploymentCommand").f(void 0, void 0).ser(se_StopDeploymentCommand).de(de_StopDeploymentCommand).build() {
5833
+ static {
5834
+ __name(this, "StopDeploymentCommand");
5835
+ }
5675
5836
  };
5676
- __name(_StopDeploymentCommand, "StopDeploymentCommand");
5677
- var StopDeploymentCommand = _StopDeploymentCommand;
5678
5837
 
5679
5838
  // src/commands/TagResourceCommand.ts
5680
5839
 
5681
5840
 
5682
5841
 
5683
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5842
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5684
5843
  return [
5685
5844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5686
5845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5687
5846
  ];
5688
5847
  }).s("CodeDeploy_20141006", "TagResource", {}).n("CodeDeployClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
5848
+ static {
5849
+ __name(this, "TagResourceCommand");
5850
+ }
5689
5851
  };
5690
- __name(_TagResourceCommand, "TagResourceCommand");
5691
- var TagResourceCommand = _TagResourceCommand;
5692
5852
 
5693
5853
  // src/commands/UntagResourceCommand.ts
5694
5854
 
5695
5855
 
5696
5856
 
5697
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5857
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5698
5858
  return [
5699
5859
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5700
5860
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5701
5861
  ];
5702
5862
  }).s("CodeDeploy_20141006", "UntagResource", {}).n("CodeDeployClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
5863
+ static {
5864
+ __name(this, "UntagResourceCommand");
5865
+ }
5703
5866
  };
5704
- __name(_UntagResourceCommand, "UntagResourceCommand");
5705
- var UntagResourceCommand = _UntagResourceCommand;
5706
5867
 
5707
5868
  // src/commands/UpdateApplicationCommand.ts
5708
5869
 
5709
5870
 
5710
5871
 
5711
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5872
+ var UpdateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5712
5873
  return [
5713
5874
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5714
5875
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5715
5876
  ];
5716
5877
  }).s("CodeDeploy_20141006", "UpdateApplication", {}).n("CodeDeployClient", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
5878
+ static {
5879
+ __name(this, "UpdateApplicationCommand");
5880
+ }
5717
5881
  };
5718
- __name(_UpdateApplicationCommand, "UpdateApplicationCommand");
5719
- var UpdateApplicationCommand = _UpdateApplicationCommand;
5720
5882
 
5721
5883
  // src/commands/UpdateDeploymentGroupCommand.ts
5722
5884
 
5723
5885
 
5724
5886
 
5725
- var _UpdateDeploymentGroupCommand = class _UpdateDeploymentGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5887
+ var UpdateDeploymentGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5726
5888
  return [
5727
5889
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5728
5890
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5729
5891
  ];
5730
5892
  }).s("CodeDeploy_20141006", "UpdateDeploymentGroup", {}).n("CodeDeployClient", "UpdateDeploymentGroupCommand").f(void 0, void 0).ser(se_UpdateDeploymentGroupCommand).de(de_UpdateDeploymentGroupCommand).build() {
5893
+ static {
5894
+ __name(this, "UpdateDeploymentGroupCommand");
5895
+ }
5731
5896
  };
5732
- __name(_UpdateDeploymentGroupCommand, "UpdateDeploymentGroupCommand");
5733
- var UpdateDeploymentGroupCommand = _UpdateDeploymentGroupCommand;
5734
5897
 
5735
5898
  // src/CodeDeploy.ts
5736
5899
  var commands = {
@@ -5782,10 +5945,11 @@ var commands = {
5782
5945
  UpdateApplicationCommand,
5783
5946
  UpdateDeploymentGroupCommand
5784
5947
  };
5785
- var _CodeDeploy = class _CodeDeploy extends CodeDeployClient {
5948
+ var CodeDeploy = class extends CodeDeployClient {
5949
+ static {
5950
+ __name(this, "CodeDeploy");
5951
+ }
5786
5952
  };
5787
- __name(_CodeDeploy, "CodeDeploy");
5788
- var CodeDeploy = _CodeDeploy;
5789
5953
  (0, import_smithy_client.createAggregatedClient)(commands, CodeDeploy);
5790
5954
 
5791
5955
  // src/pagination/ListApplicationRevisionsPaginator.ts