@cdklabs/cdk-ecs-codedeploy 0.0.427 → 0.0.428

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 (211) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +66 -3902
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/CodeDeployServiceException.js +12 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/errors.js +1436 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/schemas/schemas_0.js +2155 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +2 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +778 -772
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/schemas/schemas_0.d.ts +102 -95
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -95
  16. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  57. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  59. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  61. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  64. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  66. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  67. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  70. package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
  71. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -234
  72. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  73. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  74. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  75. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  76. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  77. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  78. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  79. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  80. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  81. package/node_modules/@aws-sdk/core/dist-cjs/index.js +15 -6
  82. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +15 -6
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  85. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  86. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  89. package/node_modules/@aws-sdk/core/package.json +3 -3
  90. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  91. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  92. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  93. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  94. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  95. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  96. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  97. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  98. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  99. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  104. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
  105. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  107. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  108. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  126. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  127. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  128. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  129. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  130. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  131. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  132. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  133. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  134. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  135. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  136. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  137. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  138. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  139. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  140. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  141. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  142. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  143. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  144. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  145. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  146. package/node_modules/@smithy/core/package.json +2 -2
  147. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  148. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  149. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  150. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  151. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  152. package/node_modules/@smithy/smithy-client/package.json +4 -4
  153. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  154. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  155. package/node_modules/@smithy/util-stream/package.json +2 -2
  156. package/package.json +4 -4
  157. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
  158. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  159. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
  160. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  161. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  162. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
  163. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
  164. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
  165. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
  166. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
  167. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  168. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  169. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  170. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
  171. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  172. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  173. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  174. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
  175. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
  176. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  177. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
  178. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  179. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  180. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  181. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  182. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  183. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  184. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  185. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  186. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  187. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  188. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  189. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
  190. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  191. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  192. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  193. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  194. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  195. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  196. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  197. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  198. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  199. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  200. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  201. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  202. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
  203. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  204. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  205. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  206. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  207. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  208. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  209. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  210. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  211. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var CodeDeployServiceException = require('./models/CodeDeployServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,3452 +114,6 @@ class CodeDeployClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class CodeDeployServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, CodeDeployServiceException.prototype);
118
- }
119
- }
120
-
121
- class InstanceLimitExceededException extends CodeDeployServiceException {
122
- name = "InstanceLimitExceededException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "InstanceLimitExceededException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
131
- }
132
- }
133
- class InstanceNameRequiredException extends CodeDeployServiceException {
134
- name = "InstanceNameRequiredException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "InstanceNameRequiredException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
143
- }
144
- }
145
- class InstanceNotRegisteredException extends CodeDeployServiceException {
146
- name = "InstanceNotRegisteredException";
147
- $fault = "client";
148
- constructor(opts) {
149
- super({
150
- name: "InstanceNotRegisteredException",
151
- $fault: "client",
152
- ...opts,
153
- });
154
- Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
155
- }
156
- }
157
- class InvalidInstanceNameException extends CodeDeployServiceException {
158
- name = "InvalidInstanceNameException";
159
- $fault = "client";
160
- constructor(opts) {
161
- super({
162
- name: "InvalidInstanceNameException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
167
- }
168
- }
169
- class InvalidTagException extends CodeDeployServiceException {
170
- name = "InvalidTagException";
171
- $fault = "client";
172
- constructor(opts) {
173
- super({
174
- name: "InvalidTagException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- Object.setPrototypeOf(this, InvalidTagException.prototype);
179
- }
180
- }
181
- class TagLimitExceededException extends CodeDeployServiceException {
182
- name = "TagLimitExceededException";
183
- $fault = "client";
184
- constructor(opts) {
185
- super({
186
- name: "TagLimitExceededException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- Object.setPrototypeOf(this, TagLimitExceededException.prototype);
191
- }
192
- }
193
- class TagRequiredException extends CodeDeployServiceException {
194
- name = "TagRequiredException";
195
- $fault = "client";
196
- constructor(opts) {
197
- super({
198
- name: "TagRequiredException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, TagRequiredException.prototype);
203
- }
204
- }
205
- class AlarmsLimitExceededException extends CodeDeployServiceException {
206
- name = "AlarmsLimitExceededException";
207
- $fault = "client";
208
- constructor(opts) {
209
- super({
210
- name: "AlarmsLimitExceededException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
215
- }
216
- }
217
- class ApplicationAlreadyExistsException extends CodeDeployServiceException {
218
- name = "ApplicationAlreadyExistsException";
219
- $fault = "client";
220
- constructor(opts) {
221
- super({
222
- name: "ApplicationAlreadyExistsException",
223
- $fault: "client",
224
- ...opts,
225
- });
226
- Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
227
- }
228
- }
229
- class ApplicationDoesNotExistException extends CodeDeployServiceException {
230
- name = "ApplicationDoesNotExistException";
231
- $fault = "client";
232
- constructor(opts) {
233
- super({
234
- name: "ApplicationDoesNotExistException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
239
- }
240
- }
241
- class ApplicationLimitExceededException extends CodeDeployServiceException {
242
- name = "ApplicationLimitExceededException";
243
- $fault = "client";
244
- constructor(opts) {
245
- super({
246
- name: "ApplicationLimitExceededException",
247
- $fault: "client",
248
- ...opts,
249
- });
250
- Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
251
- }
252
- }
253
- class ApplicationNameRequiredException extends CodeDeployServiceException {
254
- name = "ApplicationNameRequiredException";
255
- $fault = "client";
256
- constructor(opts) {
257
- super({
258
- name: "ApplicationNameRequiredException",
259
- $fault: "client",
260
- ...opts,
261
- });
262
- Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
263
- }
264
- }
265
- class ArnNotSupportedException extends CodeDeployServiceException {
266
- name = "ArnNotSupportedException";
267
- $fault = "client";
268
- constructor(opts) {
269
- super({
270
- name: "ArnNotSupportedException",
271
- $fault: "client",
272
- ...opts,
273
- });
274
- Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
275
- }
276
- }
277
- class BatchLimitExceededException extends CodeDeployServiceException {
278
- name = "BatchLimitExceededException";
279
- $fault = "client";
280
- constructor(opts) {
281
- super({
282
- name: "BatchLimitExceededException",
283
- $fault: "client",
284
- ...opts,
285
- });
286
- Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
287
- }
288
- }
289
- class InvalidApplicationNameException extends CodeDeployServiceException {
290
- name = "InvalidApplicationNameException";
291
- $fault = "client";
292
- constructor(opts) {
293
- super({
294
- name: "InvalidApplicationNameException",
295
- $fault: "client",
296
- ...opts,
297
- });
298
- Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
299
- }
300
- }
301
- class InvalidRevisionException extends CodeDeployServiceException {
302
- name = "InvalidRevisionException";
303
- $fault = "client";
304
- constructor(opts) {
305
- super({
306
- name: "InvalidRevisionException",
307
- $fault: "client",
308
- ...opts,
309
- });
310
- Object.setPrototypeOf(this, InvalidRevisionException.prototype);
311
- }
312
- }
313
- class RevisionRequiredException extends CodeDeployServiceException {
314
- name = "RevisionRequiredException";
315
- $fault = "client";
316
- constructor(opts) {
317
- super({
318
- name: "RevisionRequiredException",
319
- $fault: "client",
320
- ...opts,
321
- });
322
- Object.setPrototypeOf(this, RevisionRequiredException.prototype);
323
- }
324
- }
325
- class DeploymentConfigDoesNotExistException extends CodeDeployServiceException {
326
- name = "DeploymentConfigDoesNotExistException";
327
- $fault = "client";
328
- constructor(opts) {
329
- super({
330
- name: "DeploymentConfigDoesNotExistException",
331
- $fault: "client",
332
- ...opts,
333
- });
334
- Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
335
- }
336
- }
337
- class DeploymentGroupNameRequiredException extends CodeDeployServiceException {
338
- name = "DeploymentGroupNameRequiredException";
339
- $fault = "client";
340
- constructor(opts) {
341
- super({
342
- name: "DeploymentGroupNameRequiredException",
343
- $fault: "client",
344
- ...opts,
345
- });
346
- Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
347
- }
348
- }
349
- class InvalidDeploymentGroupNameException extends CodeDeployServiceException {
350
- name = "InvalidDeploymentGroupNameException";
351
- $fault = "client";
352
- constructor(opts) {
353
- super({
354
- name: "InvalidDeploymentGroupNameException",
355
- $fault: "client",
356
- ...opts,
357
- });
358
- Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
359
- }
360
- }
361
- class DeploymentDoesNotExistException extends CodeDeployServiceException {
362
- name = "DeploymentDoesNotExistException";
363
- $fault = "client";
364
- constructor(opts) {
365
- super({
366
- name: "DeploymentDoesNotExistException",
367
- $fault: "client",
368
- ...opts,
369
- });
370
- Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
371
- }
372
- }
373
- class DeploymentIdRequiredException extends CodeDeployServiceException {
374
- name = "DeploymentIdRequiredException";
375
- $fault = "client";
376
- constructor(opts) {
377
- super({
378
- name: "DeploymentIdRequiredException",
379
- $fault: "client",
380
- ...opts,
381
- });
382
- Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
383
- }
384
- }
385
- class InstanceIdRequiredException extends CodeDeployServiceException {
386
- name = "InstanceIdRequiredException";
387
- $fault = "client";
388
- constructor(opts) {
389
- super({
390
- name: "InstanceIdRequiredException",
391
- $fault: "client",
392
- ...opts,
393
- });
394
- Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
395
- }
396
- }
397
- class InvalidComputePlatformException extends CodeDeployServiceException {
398
- name = "InvalidComputePlatformException";
399
- $fault = "client";
400
- constructor(opts) {
401
- super({
402
- name: "InvalidComputePlatformException",
403
- $fault: "client",
404
- ...opts,
405
- });
406
- Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
407
- }
408
- }
409
- class InvalidDeploymentIdException extends CodeDeployServiceException {
410
- name = "InvalidDeploymentIdException";
411
- $fault = "client";
412
- constructor(opts) {
413
- super({
414
- name: "InvalidDeploymentIdException",
415
- $fault: "client",
416
- ...opts,
417
- });
418
- Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
419
- }
420
- }
421
- class DeploymentNotStartedException extends CodeDeployServiceException {
422
- name = "DeploymentNotStartedException";
423
- $fault = "client";
424
- constructor(opts) {
425
- super({
426
- name: "DeploymentNotStartedException",
427
- $fault: "client",
428
- ...opts,
429
- });
430
- Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
431
- }
432
- }
433
- class DeploymentTargetDoesNotExistException extends CodeDeployServiceException {
434
- name = "DeploymentTargetDoesNotExistException";
435
- $fault = "client";
436
- constructor(opts) {
437
- super({
438
- name: "DeploymentTargetDoesNotExistException",
439
- $fault: "client",
440
- ...opts,
441
- });
442
- Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
443
- }
444
- }
445
- class DeploymentTargetIdRequiredException extends CodeDeployServiceException {
446
- name = "DeploymentTargetIdRequiredException";
447
- $fault = "client";
448
- constructor(opts) {
449
- super({
450
- name: "DeploymentTargetIdRequiredException",
451
- $fault: "client",
452
- ...opts,
453
- });
454
- Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
455
- }
456
- }
457
- class DeploymentTargetListSizeExceededException extends CodeDeployServiceException {
458
- name = "DeploymentTargetListSizeExceededException";
459
- $fault = "client";
460
- constructor(opts) {
461
- super({
462
- name: "DeploymentTargetListSizeExceededException",
463
- $fault: "client",
464
- ...opts,
465
- });
466
- Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
467
- }
468
- }
469
- class InstanceDoesNotExistException extends CodeDeployServiceException {
470
- name = "InstanceDoesNotExistException";
471
- $fault = "client";
472
- constructor(opts) {
473
- super({
474
- name: "InstanceDoesNotExistException",
475
- $fault: "client",
476
- ...opts,
477
- });
478
- Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
479
- }
480
- }
481
- class InvalidDeploymentTargetIdException extends CodeDeployServiceException {
482
- name = "InvalidDeploymentTargetIdException";
483
- $fault = "client";
484
- constructor(opts) {
485
- super({
486
- name: "InvalidDeploymentTargetIdException",
487
- $fault: "client",
488
- ...opts,
489
- });
490
- Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
491
- }
492
- }
493
- class BucketNameFilterRequiredException extends CodeDeployServiceException {
494
- name = "BucketNameFilterRequiredException";
495
- $fault = "client";
496
- constructor(opts) {
497
- super({
498
- name: "BucketNameFilterRequiredException",
499
- $fault: "client",
500
- ...opts,
501
- });
502
- Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
503
- }
504
- }
505
- class DeploymentAlreadyCompletedException extends CodeDeployServiceException {
506
- name = "DeploymentAlreadyCompletedException";
507
- $fault = "client";
508
- constructor(opts) {
509
- super({
510
- name: "DeploymentAlreadyCompletedException",
511
- $fault: "client",
512
- ...opts,
513
- });
514
- Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
515
- }
516
- }
517
- class DeploymentIsNotInReadyStateException extends CodeDeployServiceException {
518
- name = "DeploymentIsNotInReadyStateException";
519
- $fault = "client";
520
- constructor(opts) {
521
- super({
522
- name: "DeploymentIsNotInReadyStateException",
523
- $fault: "client",
524
- ...opts,
525
- });
526
- Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
527
- }
528
- }
529
- class InvalidDeploymentStatusException extends CodeDeployServiceException {
530
- name = "InvalidDeploymentStatusException";
531
- $fault = "client";
532
- constructor(opts) {
533
- super({
534
- name: "InvalidDeploymentStatusException",
535
- $fault: "client",
536
- ...opts,
537
- });
538
- Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
539
- }
540
- }
541
- class InvalidDeploymentWaitTypeException extends CodeDeployServiceException {
542
- name = "InvalidDeploymentWaitTypeException";
543
- $fault = "client";
544
- constructor(opts) {
545
- super({
546
- name: "InvalidDeploymentWaitTypeException",
547
- $fault: "client",
548
- ...opts,
549
- });
550
- Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
551
- }
552
- }
553
- class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException {
554
- name = "UnsupportedActionForDeploymentTypeException";
555
- $fault = "client";
556
- constructor(opts) {
557
- super({
558
- name: "UnsupportedActionForDeploymentTypeException",
559
- $fault: "client",
560
- ...opts,
561
- });
562
- Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
563
- }
564
- }
565
- class InvalidTagsToAddException extends CodeDeployServiceException {
566
- name = "InvalidTagsToAddException";
567
- $fault = "client";
568
- constructor(opts) {
569
- super({
570
- name: "InvalidTagsToAddException",
571
- $fault: "client",
572
- ...opts,
573
- });
574
- Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
575
- }
576
- }
577
- class DeploymentGroupDoesNotExistException extends CodeDeployServiceException {
578
- name = "DeploymentGroupDoesNotExistException";
579
- $fault = "client";
580
- constructor(opts) {
581
- super({
582
- name: "DeploymentGroupDoesNotExistException",
583
- $fault: "client",
584
- ...opts,
585
- });
586
- Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
587
- }
588
- }
589
- class DeploymentLimitExceededException extends CodeDeployServiceException {
590
- name = "DeploymentLimitExceededException";
591
- $fault = "client";
592
- constructor(opts) {
593
- super({
594
- name: "DeploymentLimitExceededException",
595
- $fault: "client",
596
- ...opts,
597
- });
598
- Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
599
- }
600
- }
601
- class DescriptionTooLongException extends CodeDeployServiceException {
602
- name = "DescriptionTooLongException";
603
- $fault = "client";
604
- constructor(opts) {
605
- super({
606
- name: "DescriptionTooLongException",
607
- $fault: "client",
608
- ...opts,
609
- });
610
- Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
611
- }
612
- }
613
- class InvalidAlarmConfigException extends CodeDeployServiceException {
614
- name = "InvalidAlarmConfigException";
615
- $fault = "client";
616
- constructor(opts) {
617
- super({
618
- name: "InvalidAlarmConfigException",
619
- $fault: "client",
620
- ...opts,
621
- });
622
- Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
623
- }
624
- }
625
- class InvalidAutoRollbackConfigException extends CodeDeployServiceException {
626
- name = "InvalidAutoRollbackConfigException";
627
- $fault = "client";
628
- constructor(opts) {
629
- super({
630
- name: "InvalidAutoRollbackConfigException",
631
- $fault: "client",
632
- ...opts,
633
- });
634
- Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
635
- }
636
- }
637
- class InvalidAutoScalingGroupException extends CodeDeployServiceException {
638
- name = "InvalidAutoScalingGroupException";
639
- $fault = "client";
640
- constructor(opts) {
641
- super({
642
- name: "InvalidAutoScalingGroupException",
643
- $fault: "client",
644
- ...opts,
645
- });
646
- Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
647
- }
648
- }
649
- class InvalidDeploymentConfigNameException extends CodeDeployServiceException {
650
- name = "InvalidDeploymentConfigNameException";
651
- $fault = "client";
652
- constructor(opts) {
653
- super({
654
- name: "InvalidDeploymentConfigNameException",
655
- $fault: "client",
656
- ...opts,
657
- });
658
- Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
659
- }
660
- }
661
- class InvalidFileExistsBehaviorException extends CodeDeployServiceException {
662
- name = "InvalidFileExistsBehaviorException";
663
- $fault = "client";
664
- constructor(opts) {
665
- super({
666
- name: "InvalidFileExistsBehaviorException",
667
- $fault: "client",
668
- ...opts,
669
- });
670
- Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
671
- }
672
- }
673
- class InvalidGitHubAccountTokenException extends CodeDeployServiceException {
674
- name = "InvalidGitHubAccountTokenException";
675
- $fault = "client";
676
- constructor(opts) {
677
- super({
678
- name: "InvalidGitHubAccountTokenException",
679
- $fault: "client",
680
- ...opts,
681
- });
682
- Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
683
- }
684
- }
685
- class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException {
686
- name = "InvalidIgnoreApplicationStopFailuresValueException";
687
- $fault = "client";
688
- constructor(opts) {
689
- super({
690
- name: "InvalidIgnoreApplicationStopFailuresValueException",
691
- $fault: "client",
692
- ...opts,
693
- });
694
- Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
695
- }
696
- }
697
- class InvalidLoadBalancerInfoException extends CodeDeployServiceException {
698
- name = "InvalidLoadBalancerInfoException";
699
- $fault = "client";
700
- constructor(opts) {
701
- super({
702
- name: "InvalidLoadBalancerInfoException",
703
- $fault: "client",
704
- ...opts,
705
- });
706
- Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
707
- }
708
- }
709
- class InvalidRoleException extends CodeDeployServiceException {
710
- name = "InvalidRoleException";
711
- $fault = "client";
712
- constructor(opts) {
713
- super({
714
- name: "InvalidRoleException",
715
- $fault: "client",
716
- ...opts,
717
- });
718
- Object.setPrototypeOf(this, InvalidRoleException.prototype);
719
- }
720
- }
721
- class InvalidTargetInstancesException extends CodeDeployServiceException {
722
- name = "InvalidTargetInstancesException";
723
- $fault = "client";
724
- constructor(opts) {
725
- super({
726
- name: "InvalidTargetInstancesException",
727
- $fault: "client",
728
- ...opts,
729
- });
730
- Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
731
- }
732
- }
733
- class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException {
734
- name = "InvalidTrafficRoutingConfigurationException";
735
- $fault = "client";
736
- constructor(opts) {
737
- super({
738
- name: "InvalidTrafficRoutingConfigurationException",
739
- $fault: "client",
740
- ...opts,
741
- });
742
- Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
743
- }
744
- }
745
- class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException {
746
- name = "InvalidUpdateOutdatedInstancesOnlyValueException";
747
- $fault = "client";
748
- constructor(opts) {
749
- super({
750
- name: "InvalidUpdateOutdatedInstancesOnlyValueException",
751
- $fault: "client",
752
- ...opts,
753
- });
754
- Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
755
- }
756
- }
757
- class RevisionDoesNotExistException extends CodeDeployServiceException {
758
- name = "RevisionDoesNotExistException";
759
- $fault = "client";
760
- constructor(opts) {
761
- super({
762
- name: "RevisionDoesNotExistException",
763
- $fault: "client",
764
- ...opts,
765
- });
766
- Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
767
- }
768
- }
769
- class ThrottlingException extends CodeDeployServiceException {
770
- name = "ThrottlingException";
771
- $fault = "client";
772
- constructor(opts) {
773
- super({
774
- name: "ThrottlingException",
775
- $fault: "client",
776
- ...opts,
777
- });
778
- Object.setPrototypeOf(this, ThrottlingException.prototype);
779
- }
780
- }
781
- class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException {
782
- name = "DeploymentConfigAlreadyExistsException";
783
- $fault = "client";
784
- constructor(opts) {
785
- super({
786
- name: "DeploymentConfigAlreadyExistsException",
787
- $fault: "client",
788
- ...opts,
789
- });
790
- Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
791
- }
792
- }
793
- class DeploymentConfigLimitExceededException extends CodeDeployServiceException {
794
- name = "DeploymentConfigLimitExceededException";
795
- $fault = "client";
796
- constructor(opts) {
797
- super({
798
- name: "DeploymentConfigLimitExceededException",
799
- $fault: "client",
800
- ...opts,
801
- });
802
- Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
803
- }
804
- }
805
- class DeploymentConfigNameRequiredException extends CodeDeployServiceException {
806
- name = "DeploymentConfigNameRequiredException";
807
- $fault = "client";
808
- constructor(opts) {
809
- super({
810
- name: "DeploymentConfigNameRequiredException",
811
- $fault: "client",
812
- ...opts,
813
- });
814
- Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
815
- }
816
- }
817
- class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException {
818
- name = "InvalidMinimumHealthyHostValueException";
819
- $fault = "client";
820
- constructor(opts) {
821
- super({
822
- name: "InvalidMinimumHealthyHostValueException",
823
- $fault: "client",
824
- ...opts,
825
- });
826
- Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
827
- }
828
- }
829
- class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException {
830
- name = "InvalidZonalDeploymentConfigurationException";
831
- $fault = "client";
832
- constructor(opts) {
833
- super({
834
- name: "InvalidZonalDeploymentConfigurationException",
835
- $fault: "client",
836
- ...opts,
837
- });
838
- Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
839
- }
840
- }
841
- class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException {
842
- name = "DeploymentGroupAlreadyExistsException";
843
- $fault = "client";
844
- constructor(opts) {
845
- super({
846
- name: "DeploymentGroupAlreadyExistsException",
847
- $fault: "client",
848
- ...opts,
849
- });
850
- Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
851
- }
852
- }
853
- class DeploymentGroupLimitExceededException extends CodeDeployServiceException {
854
- name = "DeploymentGroupLimitExceededException";
855
- $fault = "client";
856
- constructor(opts) {
857
- super({
858
- name: "DeploymentGroupLimitExceededException",
859
- $fault: "client",
860
- ...opts,
861
- });
862
- Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
863
- }
864
- }
865
- class ECSServiceMappingLimitExceededException extends CodeDeployServiceException {
866
- name = "ECSServiceMappingLimitExceededException";
867
- $fault = "client";
868
- constructor(opts) {
869
- super({
870
- name: "ECSServiceMappingLimitExceededException",
871
- $fault: "client",
872
- ...opts,
873
- });
874
- Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
875
- }
876
- }
877
- class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException {
878
- name = "InvalidBlueGreenDeploymentConfigurationException";
879
- $fault = "client";
880
- constructor(opts) {
881
- super({
882
- name: "InvalidBlueGreenDeploymentConfigurationException",
883
- $fault: "client",
884
- ...opts,
885
- });
886
- Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
887
- }
888
- }
889
- class InvalidDeploymentStyleException extends CodeDeployServiceException {
890
- name = "InvalidDeploymentStyleException";
891
- $fault = "client";
892
- constructor(opts) {
893
- super({
894
- name: "InvalidDeploymentStyleException",
895
- $fault: "client",
896
- ...opts,
897
- });
898
- Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
899
- }
900
- }
901
- class InvalidEC2TagCombinationException extends CodeDeployServiceException {
902
- name = "InvalidEC2TagCombinationException";
903
- $fault = "client";
904
- constructor(opts) {
905
- super({
906
- name: "InvalidEC2TagCombinationException",
907
- $fault: "client",
908
- ...opts,
909
- });
910
- Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
911
- }
912
- }
913
- class InvalidEC2TagException extends CodeDeployServiceException {
914
- name = "InvalidEC2TagException";
915
- $fault = "client";
916
- constructor(opts) {
917
- super({
918
- name: "InvalidEC2TagException",
919
- $fault: "client",
920
- ...opts,
921
- });
922
- Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
923
- }
924
- }
925
- class InvalidECSServiceException extends CodeDeployServiceException {
926
- name = "InvalidECSServiceException";
927
- $fault = "client";
928
- constructor(opts) {
929
- super({
930
- name: "InvalidECSServiceException",
931
- $fault: "client",
932
- ...opts,
933
- });
934
- Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
935
- }
936
- }
937
- class InvalidInputException extends CodeDeployServiceException {
938
- name = "InvalidInputException";
939
- $fault = "client";
940
- constructor(opts) {
941
- super({
942
- name: "InvalidInputException",
943
- $fault: "client",
944
- ...opts,
945
- });
946
- Object.setPrototypeOf(this, InvalidInputException.prototype);
947
- }
948
- }
949
- class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException {
950
- name = "InvalidOnPremisesTagCombinationException";
951
- $fault = "client";
952
- constructor(opts) {
953
- super({
954
- name: "InvalidOnPremisesTagCombinationException",
955
- $fault: "client",
956
- ...opts,
957
- });
958
- Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
959
- }
960
- }
961
- class InvalidTargetGroupPairException extends CodeDeployServiceException {
962
- name = "InvalidTargetGroupPairException";
963
- $fault = "client";
964
- constructor(opts) {
965
- super({
966
- name: "InvalidTargetGroupPairException",
967
- $fault: "client",
968
- ...opts,
969
- });
970
- Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
971
- }
972
- }
973
- class InvalidTriggerConfigException extends CodeDeployServiceException {
974
- name = "InvalidTriggerConfigException";
975
- $fault = "client";
976
- constructor(opts) {
977
- super({
978
- name: "InvalidTriggerConfigException",
979
- $fault: "client",
980
- ...opts,
981
- });
982
- Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
983
- }
984
- }
985
- class LifecycleHookLimitExceededException extends CodeDeployServiceException {
986
- name = "LifecycleHookLimitExceededException";
987
- $fault = "client";
988
- constructor(opts) {
989
- super({
990
- name: "LifecycleHookLimitExceededException",
991
- $fault: "client",
992
- ...opts,
993
- });
994
- Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
995
- }
996
- }
997
- class RoleRequiredException extends CodeDeployServiceException {
998
- name = "RoleRequiredException";
999
- $fault = "client";
1000
- constructor(opts) {
1001
- super({
1002
- name: "RoleRequiredException",
1003
- $fault: "client",
1004
- ...opts,
1005
- });
1006
- Object.setPrototypeOf(this, RoleRequiredException.prototype);
1007
- }
1008
- }
1009
- class TagSetListLimitExceededException extends CodeDeployServiceException {
1010
- name = "TagSetListLimitExceededException";
1011
- $fault = "client";
1012
- constructor(opts) {
1013
- super({
1014
- name: "TagSetListLimitExceededException",
1015
- $fault: "client",
1016
- ...opts,
1017
- });
1018
- Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
1019
- }
1020
- }
1021
- class TriggerTargetsLimitExceededException extends CodeDeployServiceException {
1022
- name = "TriggerTargetsLimitExceededException";
1023
- $fault = "client";
1024
- constructor(opts) {
1025
- super({
1026
- name: "TriggerTargetsLimitExceededException",
1027
- $fault: "client",
1028
- ...opts,
1029
- });
1030
- Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
1031
- }
1032
- }
1033
- class DeploymentConfigInUseException extends CodeDeployServiceException {
1034
- name = "DeploymentConfigInUseException";
1035
- $fault = "client";
1036
- constructor(opts) {
1037
- super({
1038
- name: "DeploymentConfigInUseException",
1039
- $fault: "client",
1040
- ...opts,
1041
- });
1042
- Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
1043
- }
1044
- }
1045
- class InvalidOperationException extends CodeDeployServiceException {
1046
- name = "InvalidOperationException";
1047
- $fault = "client";
1048
- constructor(opts) {
1049
- super({
1050
- name: "InvalidOperationException",
1051
- $fault: "client",
1052
- ...opts,
1053
- });
1054
- Object.setPrototypeOf(this, InvalidOperationException.prototype);
1055
- }
1056
- }
1057
- class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException {
1058
- name = "GitHubAccountTokenDoesNotExistException";
1059
- $fault = "client";
1060
- constructor(opts) {
1061
- super({
1062
- name: "GitHubAccountTokenDoesNotExistException",
1063
- $fault: "client",
1064
- ...opts,
1065
- });
1066
- Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
1067
- }
1068
- }
1069
- class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException {
1070
- name = "GitHubAccountTokenNameRequiredException";
1071
- $fault = "client";
1072
- constructor(opts) {
1073
- super({
1074
- name: "GitHubAccountTokenNameRequiredException",
1075
- $fault: "client",
1076
- ...opts,
1077
- });
1078
- Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
1079
- }
1080
- }
1081
- class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException {
1082
- name = "InvalidGitHubAccountTokenNameException";
1083
- $fault = "client";
1084
- constructor(opts) {
1085
- super({
1086
- name: "InvalidGitHubAccountTokenNameException",
1087
- $fault: "client",
1088
- ...opts,
1089
- });
1090
- Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
1091
- }
1092
- }
1093
- class OperationNotSupportedException extends CodeDeployServiceException {
1094
- name = "OperationNotSupportedException";
1095
- $fault = "client";
1096
- constructor(opts) {
1097
- super({
1098
- name: "OperationNotSupportedException",
1099
- $fault: "client",
1100
- ...opts,
1101
- });
1102
- Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
1103
- }
1104
- }
1105
- class ResourceValidationException extends CodeDeployServiceException {
1106
- name = "ResourceValidationException";
1107
- $fault = "client";
1108
- constructor(opts) {
1109
- super({
1110
- name: "ResourceValidationException",
1111
- $fault: "client",
1112
- ...opts,
1113
- });
1114
- Object.setPrototypeOf(this, ResourceValidationException.prototype);
1115
- }
1116
- }
1117
- class InvalidBucketNameFilterException extends CodeDeployServiceException {
1118
- name = "InvalidBucketNameFilterException";
1119
- $fault = "client";
1120
- constructor(opts) {
1121
- super({
1122
- name: "InvalidBucketNameFilterException",
1123
- $fault: "client",
1124
- ...opts,
1125
- });
1126
- Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
1127
- }
1128
- }
1129
- class InvalidDeployedStateFilterException extends CodeDeployServiceException {
1130
- name = "InvalidDeployedStateFilterException";
1131
- $fault = "client";
1132
- constructor(opts) {
1133
- super({
1134
- name: "InvalidDeployedStateFilterException",
1135
- $fault: "client",
1136
- ...opts,
1137
- });
1138
- Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
1139
- }
1140
- }
1141
- class InvalidKeyPrefixFilterException extends CodeDeployServiceException {
1142
- name = "InvalidKeyPrefixFilterException";
1143
- $fault = "client";
1144
- constructor(opts) {
1145
- super({
1146
- name: "InvalidKeyPrefixFilterException",
1147
- $fault: "client",
1148
- ...opts,
1149
- });
1150
- Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
1151
- }
1152
- }
1153
- class InvalidNextTokenException extends CodeDeployServiceException {
1154
- name = "InvalidNextTokenException";
1155
- $fault = "client";
1156
- constructor(opts) {
1157
- super({
1158
- name: "InvalidNextTokenException",
1159
- $fault: "client",
1160
- ...opts,
1161
- });
1162
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
1163
- }
1164
- }
1165
- class InvalidSortByException extends CodeDeployServiceException {
1166
- name = "InvalidSortByException";
1167
- $fault = "client";
1168
- constructor(opts) {
1169
- super({
1170
- name: "InvalidSortByException",
1171
- $fault: "client",
1172
- ...opts,
1173
- });
1174
- Object.setPrototypeOf(this, InvalidSortByException.prototype);
1175
- }
1176
- }
1177
- class InvalidSortOrderException extends CodeDeployServiceException {
1178
- name = "InvalidSortOrderException";
1179
- $fault = "client";
1180
- constructor(opts) {
1181
- super({
1182
- name: "InvalidSortOrderException",
1183
- $fault: "client",
1184
- ...opts,
1185
- });
1186
- Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
1187
- }
1188
- }
1189
- class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException {
1190
- name = "InvalidDeploymentInstanceTypeException";
1191
- $fault = "client";
1192
- constructor(opts) {
1193
- super({
1194
- name: "InvalidDeploymentInstanceTypeException",
1195
- $fault: "client",
1196
- ...opts,
1197
- });
1198
- Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
1199
- }
1200
- }
1201
- class InvalidInstanceStatusException extends CodeDeployServiceException {
1202
- name = "InvalidInstanceStatusException";
1203
- $fault = "client";
1204
- constructor(opts) {
1205
- super({
1206
- name: "InvalidInstanceStatusException",
1207
- $fault: "client",
1208
- ...opts,
1209
- });
1210
- Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
1211
- }
1212
- }
1213
- class InvalidInstanceTypeException extends CodeDeployServiceException {
1214
- name = "InvalidInstanceTypeException";
1215
- $fault = "client";
1216
- constructor(opts) {
1217
- super({
1218
- name: "InvalidInstanceTypeException",
1219
- $fault: "client",
1220
- ...opts,
1221
- });
1222
- Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
1223
- }
1224
- }
1225
- class InvalidTargetFilterNameException extends CodeDeployServiceException {
1226
- name = "InvalidTargetFilterNameException";
1227
- $fault = "client";
1228
- constructor(opts) {
1229
- super({
1230
- name: "InvalidTargetFilterNameException",
1231
- $fault: "client",
1232
- ...opts,
1233
- });
1234
- Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
1235
- }
1236
- }
1237
- class InvalidExternalIdException extends CodeDeployServiceException {
1238
- name = "InvalidExternalIdException";
1239
- $fault = "client";
1240
- constructor(opts) {
1241
- super({
1242
- name: "InvalidExternalIdException",
1243
- $fault: "client",
1244
- ...opts,
1245
- });
1246
- Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
1247
- }
1248
- }
1249
- class InvalidTimeRangeException extends CodeDeployServiceException {
1250
- name = "InvalidTimeRangeException";
1251
- $fault = "client";
1252
- constructor(opts) {
1253
- super({
1254
- name: "InvalidTimeRangeException",
1255
- $fault: "client",
1256
- ...opts,
1257
- });
1258
- Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
1259
- }
1260
- }
1261
- class InvalidRegistrationStatusException extends CodeDeployServiceException {
1262
- name = "InvalidRegistrationStatusException";
1263
- $fault = "client";
1264
- constructor(opts) {
1265
- super({
1266
- name: "InvalidRegistrationStatusException",
1267
- $fault: "client",
1268
- ...opts,
1269
- });
1270
- Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
1271
- }
1272
- }
1273
- class InvalidTagFilterException extends CodeDeployServiceException {
1274
- name = "InvalidTagFilterException";
1275
- $fault = "client";
1276
- constructor(opts) {
1277
- super({
1278
- name: "InvalidTagFilterException",
1279
- $fault: "client",
1280
- ...opts,
1281
- });
1282
- Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
1283
- }
1284
- }
1285
- class InvalidArnException extends CodeDeployServiceException {
1286
- name = "InvalidArnException";
1287
- $fault = "client";
1288
- constructor(opts) {
1289
- super({
1290
- name: "InvalidArnException",
1291
- $fault: "client",
1292
- ...opts,
1293
- });
1294
- Object.setPrototypeOf(this, InvalidArnException.prototype);
1295
- }
1296
- }
1297
- class ResourceArnRequiredException extends CodeDeployServiceException {
1298
- name = "ResourceArnRequiredException";
1299
- $fault = "client";
1300
- constructor(opts) {
1301
- super({
1302
- name: "ResourceArnRequiredException",
1303
- $fault: "client",
1304
- ...opts,
1305
- });
1306
- Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
1307
- }
1308
- }
1309
- class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException {
1310
- name = "InvalidLifecycleEventHookExecutionIdException";
1311
- $fault = "client";
1312
- constructor(opts) {
1313
- super({
1314
- name: "InvalidLifecycleEventHookExecutionIdException",
1315
- $fault: "client",
1316
- ...opts,
1317
- });
1318
- Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
1319
- }
1320
- }
1321
- class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException {
1322
- name = "InvalidLifecycleEventHookExecutionStatusException";
1323
- $fault = "client";
1324
- constructor(opts) {
1325
- super({
1326
- name: "InvalidLifecycleEventHookExecutionStatusException",
1327
- $fault: "client",
1328
- ...opts,
1329
- });
1330
- Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
1331
- }
1332
- }
1333
- class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException {
1334
- name = "LifecycleEventAlreadyCompletedException";
1335
- $fault = "client";
1336
- constructor(opts) {
1337
- super({
1338
- name: "LifecycleEventAlreadyCompletedException",
1339
- $fault: "client",
1340
- ...opts,
1341
- });
1342
- Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
1343
- }
1344
- }
1345
- class IamArnRequiredException extends CodeDeployServiceException {
1346
- name = "IamArnRequiredException";
1347
- $fault = "client";
1348
- constructor(opts) {
1349
- super({
1350
- name: "IamArnRequiredException",
1351
- $fault: "client",
1352
- ...opts,
1353
- });
1354
- Object.setPrototypeOf(this, IamArnRequiredException.prototype);
1355
- }
1356
- }
1357
- class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException {
1358
- name = "IamSessionArnAlreadyRegisteredException";
1359
- $fault = "client";
1360
- constructor(opts) {
1361
- super({
1362
- name: "IamSessionArnAlreadyRegisteredException",
1363
- $fault: "client",
1364
- ...opts,
1365
- });
1366
- Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
1367
- }
1368
- }
1369
- class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException {
1370
- name = "IamUserArnAlreadyRegisteredException";
1371
- $fault = "client";
1372
- constructor(opts) {
1373
- super({
1374
- name: "IamUserArnAlreadyRegisteredException",
1375
- $fault: "client",
1376
- ...opts,
1377
- });
1378
- Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
1379
- }
1380
- }
1381
- class IamUserArnRequiredException extends CodeDeployServiceException {
1382
- name = "IamUserArnRequiredException";
1383
- $fault = "client";
1384
- constructor(opts) {
1385
- super({
1386
- name: "IamUserArnRequiredException",
1387
- $fault: "client",
1388
- ...opts,
1389
- });
1390
- Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
1391
- }
1392
- }
1393
- class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException {
1394
- name = "InstanceNameAlreadyRegisteredException";
1395
- $fault = "client";
1396
- constructor(opts) {
1397
- super({
1398
- name: "InstanceNameAlreadyRegisteredException",
1399
- $fault: "client",
1400
- ...opts,
1401
- });
1402
- Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
1403
- }
1404
- }
1405
- class InvalidIamSessionArnException extends CodeDeployServiceException {
1406
- name = "InvalidIamSessionArnException";
1407
- $fault = "client";
1408
- constructor(opts) {
1409
- super({
1410
- name: "InvalidIamSessionArnException",
1411
- $fault: "client",
1412
- ...opts,
1413
- });
1414
- Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
1415
- }
1416
- }
1417
- class InvalidIamUserArnException extends CodeDeployServiceException {
1418
- name = "InvalidIamUserArnException";
1419
- $fault = "client";
1420
- constructor(opts) {
1421
- super({
1422
- name: "InvalidIamUserArnException",
1423
- $fault: "client",
1424
- ...opts,
1425
- });
1426
- Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
1427
- }
1428
- }
1429
- class MultipleIamArnsProvidedException extends CodeDeployServiceException {
1430
- name = "MultipleIamArnsProvidedException";
1431
- $fault = "client";
1432
- constructor(opts) {
1433
- super({
1434
- name: "MultipleIamArnsProvidedException",
1435
- $fault: "client",
1436
- ...opts,
1437
- });
1438
- Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
1439
- }
1440
- }
1441
-
1442
- const _A = "Alarm";
1443
- const _AAEE = "ApplicationAlreadyExistsException";
1444
- const _AC = "AlarmConfiguration";
1445
- const _ADNEE = "ApplicationDoesNotExistException";
1446
- const _AI = "ApplicationInfo";
1447
- const _AIL = "ApplicationsInfoList";
1448
- const _AL = "AlarmList";
1449
- const _ALEE = "AlarmsLimitExceededException";
1450
- const _ALEEp = "ApplicationLimitExceededException";
1451
- const _ANRE = "ApplicationNameRequiredException";
1452
- const _ANSE = "ArnNotSupportedException";
1453
- const _ARC = "AutoRollbackConfiguration";
1454
- const _ASC = "AppSpecContent";
1455
- const _ASG = "AutoScalingGroup";
1456
- const _ASGL = "AutoScalingGroupList";
1457
- const _ATTOPI = "AddTagsToOnPremisesInstances";
1458
- const _ATTOPII = "AddTagsToOnPremisesInstancesInput";
1459
- const _BGA = "BatchGetApplications";
1460
- const _BGAI = "BatchGetApplicationsInput";
1461
- const _BGAO = "BatchGetApplicationsOutput";
1462
- const _BGAR = "BatchGetApplicationRevisions";
1463
- const _BGARI = "BatchGetApplicationRevisionsInput";
1464
- const _BGARO = "BatchGetApplicationRevisionsOutput";
1465
- const _BGD = "BatchGetDeployments";
1466
- const _BGDC = "BlueGreenDeploymentConfiguration";
1467
- const _BGDG = "BatchGetDeploymentGroups";
1468
- const _BGDGI = "BatchGetDeploymentGroupsInput";
1469
- const _BGDGO = "BatchGetDeploymentGroupsOutput";
1470
- const _BGDI = "BatchGetDeploymentsInput";
1471
- const _BGDII = "BatchGetDeploymentInstancesInput";
1472
- const _BGDIO = "BatchGetDeploymentInstancesOutput";
1473
- const _BGDIa = "BatchGetDeploymentInstances";
1474
- const _BGDO = "BatchGetDeploymentsOutput";
1475
- const _BGDT = "BatchGetDeploymentTargets";
1476
- const _BGDTI = "BatchGetDeploymentTargetsInput";
1477
- const _BGDTO = "BatchGetDeploymentTargetsOutput";
1478
- const _BGOPI = "BatchGetOnPremisesInstances";
1479
- const _BGOPII = "BatchGetOnPremisesInstancesInput";
1480
- const _BGOPIO = "BatchGetOnPremisesInstancesOutput";
1481
- const _BITO = "BlueInstanceTerminationOption";
1482
- const _BLEE = "BatchLimitExceededException";
1483
- const _BNFRE = "BucketNameFilterRequiredException";
1484
- const _CA = "CreateApplication";
1485
- const _CAI = "CreateApplicationInput";
1486
- const _CAO = "CreateApplicationOutput";
1487
- const _CD = "ContinueDeployment";
1488
- const _CDC = "CreateDeploymentConfig";
1489
- const _CDCI = "CreateDeploymentConfigInput";
1490
- const _CDCO = "CreateDeploymentConfigOutput";
1491
- const _CDG = "CreateDeploymentGroup";
1492
- const _CDGI = "CreateDeploymentGroupInput";
1493
- const _CDGO = "CreateDeploymentGroupOutput";
1494
- const _CDI = "ContinueDeploymentInput";
1495
- const _CDIr = "CreateDeploymentInput";
1496
- const _CDO = "CreateDeploymentOutput";
1497
- const _CDr = "CreateDeployment";
1498
- const _CFT = "CloudFormationTarget";
1499
- const _D = "Diagnostics";
1500
- const _DA = "DeleteApplication";
1501
- const _DACE = "DeploymentAlreadyCompletedException";
1502
- const _DAI = "DeleteApplicationInput";
1503
- const _DCAEE = "DeploymentConfigAlreadyExistsException";
1504
- const _DCDNEE = "DeploymentConfigDoesNotExistException";
1505
- const _DCI = "DeploymentConfigInfo";
1506
- const _DCIUE = "DeploymentConfigInUseException";
1507
- const _DCLEE = "DeploymentConfigLimitExceededException";
1508
- const _DCNRE = "DeploymentConfigNameRequiredException";
1509
- const _DDC = "DeleteDeploymentConfig";
1510
- const _DDCI = "DeleteDeploymentConfigInput";
1511
- const _DDG = "DeleteDeploymentGroup";
1512
- const _DDGI = "DeleteDeploymentGroupInput";
1513
- const _DDGO = "DeleteDeploymentGroupOutput";
1514
- const _DDNEE = "DeploymentDoesNotExistException";
1515
- const _DGAEE = "DeploymentGroupAlreadyExistsException";
1516
- const _DGDNEE = "DeploymentGroupDoesNotExistException";
1517
- const _DGHAT = "DeleteGitHubAccountToken";
1518
- const _DGHATI = "DeleteGitHubAccountTokenInput";
1519
- const _DGHATO = "DeleteGitHubAccountTokenOutput";
1520
- const _DGI = "DeploymentGroupInfo";
1521
- const _DGIL = "DeploymentGroupInfoList";
1522
- const _DGLEE = "DeploymentGroupLimitExceededException";
1523
- const _DGNRE = "DeploymentGroupNameRequiredException";
1524
- const _DI = "DeploymentInfo";
1525
- const _DIL = "DeploymentsInfoList";
1526
- const _DINIRSE = "DeploymentIsNotInReadyStateException";
1527
- const _DIRE = "DeploymentIdRequiredException";
1528
- const _DLEE = "DeploymentLimitExceededException";
1529
- const _DNSE = "DeploymentNotStartedException";
1530
- const _DO = "DeploymentOverview";
1531
- const _DOPI = "DeregisterOnPremisesInstance";
1532
- const _DOPII = "DeregisterOnPremisesInstanceInput";
1533
- const _DRBEI = "DeleteResourcesByExternalId";
1534
- const _DRBEII = "DeleteResourcesByExternalIdInput";
1535
- const _DRBEIO = "DeleteResourcesByExternalIdOutput";
1536
- const _DRO = "DeploymentReadyOption";
1537
- const _DS = "DeploymentStyle";
1538
- const _DT = "DeploymentTarget";
1539
- const _DTDNEE = "DeploymentTargetDoesNotExistException";
1540
- const _DTIRE = "DeploymentTargetIdRequiredException";
1541
- const _DTL = "DeploymentTargetList";
1542
- const _DTLE = "DescriptionTooLongException";
1543
- const _DTLSEE = "DeploymentTargetListSizeExceededException";
1544
- const _ECSS = "ECSService";
1545
- const _ECSSL = "ECSServiceList";
1546
- const _ECSSMLEE = "ECSServiceMappingLimitExceededException";
1547
- const _ECST = "ECSTarget";
1548
- const _ECSTS = "ECSTaskSet";
1549
- const _ECSTSL = "ECSTaskSetList";
1550
- const _ECTF = "EC2TagFilter";
1551
- const _ECTFL = "EC2TagFilterList";
1552
- const _ECTS = "EC2TagSet";
1553
- const _ECTSL = "EC2TagSetList";
1554
- const _EI = "ErrorInformation";
1555
- const _ELBI = "ELBInfo";
1556
- const _ELBIL = "ELBInfoList";
1557
- const _F = "Failed";
1558
- const _GA = "GetApplication";
1559
- const _GAI = "GetApplicationInput";
1560
- const _GAO = "GetApplicationOutput";
1561
- const _GAR = "GetApplicationRevision";
1562
- const _GARI = "GetApplicationRevisionInput";
1563
- const _GARO = "GetApplicationRevisionOutput";
1564
- const _GD = "GetDeployment";
1565
- const _GDC = "GetDeploymentConfig";
1566
- const _GDCI = "GetDeploymentConfigInput";
1567
- const _GDCO = "GetDeploymentConfigOutput";
1568
- const _GDG = "GetDeploymentGroup";
1569
- const _GDGI = "GetDeploymentGroupInput";
1570
- const _GDGO = "GetDeploymentGroupOutput";
1571
- const _GDI = "GetDeploymentInput";
1572
- const _GDII = "GetDeploymentInstanceInput";
1573
- const _GDIO = "GetDeploymentInstanceOutput";
1574
- const _GDIe = "GetDeploymentInstance";
1575
- const _GDO = "GetDeploymentOutput";
1576
- const _GDT = "GetDeploymentTarget";
1577
- const _GDTI = "GetDeploymentTargetInput";
1578
- const _GDTO = "GetDeploymentTargetOutput";
1579
- const _GFPO = "GreenFleetProvisioningOption";
1580
- const _GHATDNEE = "GitHubAccountTokenDoesNotExistException";
1581
- const _GHATNRE = "GitHubAccountTokenNameRequiredException";
1582
- const _GHL = "GitHubLocation";
1583
- const _GOPI = "GetOnPremisesInstance";
1584
- const _GOPII = "GetOnPremisesInstanceInput";
1585
- const _GOPIO = "GetOnPremisesInstanceOutput";
1586
- const _GRI = "GenericRevisionInfo";
1587
- const _IACE = "InvalidAlarmConfigException";
1588
- const _IAE = "InvalidArnException";
1589
- const _IANE = "InvalidApplicationNameException";
1590
- const _IARCE = "InvalidAutoRollbackConfigException";
1591
- const _IARE = "IamArnRequiredException";
1592
- const _IASGE = "InvalidAutoScalingGroupException";
1593
- const _IBGDCE = "InvalidBlueGreenDeploymentConfigurationException";
1594
- const _IBNFE = "InvalidBucketNameFilterException";
1595
- const _ICPE = "InvalidComputePlatformException";
1596
- const _IDCNE = "InvalidDeploymentConfigNameException";
1597
- const _IDGNE = "InvalidDeploymentGroupNameException";
1598
- const _IDIE = "InvalidDeploymentIdException";
1599
- const _IDITE = "InvalidDeploymentInstanceTypeException";
1600
- const _IDNEE = "InstanceDoesNotExistException";
1601
- const _IDSE = "InvalidDeploymentStatusException";
1602
- const _IDSEn = "InvalidDeploymentStyleException";
1603
- const _IDSFE = "InvalidDeployedStateFilterException";
1604
- const _IDTIE = "InvalidDeploymentTargetIdException";
1605
- const _IDWTE = "InvalidDeploymentWaitTypeException";
1606
- const _IECSSE = "InvalidECSServiceException";
1607
- const _IECTCE = "InvalidEC2TagCombinationException";
1608
- const _IECTE = "InvalidEC2TagException";
1609
- const _IEIE = "InvalidExternalIdException";
1610
- const _IFEBE = "InvalidFileExistsBehaviorException";
1611
- const _IGHATE = "InvalidGitHubAccountTokenException";
1612
- const _IGHATNE = "InvalidGitHubAccountTokenNameException";
1613
- const _II = "InstanceInfo";
1614
- const _IIASFVE = "InvalidIgnoreApplicationStopFailuresValueException";
1615
- const _IIE = "InvalidInputException";
1616
- const _IIL = "InstanceInfoList";
1617
- const _IINE = "InvalidInstanceNameException";
1618
- const _IIRE = "InstanceIdRequiredException";
1619
- const _IISAE = "InvalidIamSessionArnException";
1620
- const _IISE = "InvalidInstanceStatusException";
1621
- const _IITE = "InvalidInstanceTypeException";
1622
- const _IIUAE = "InvalidIamUserArnException";
1623
- const _IKPFE = "InvalidKeyPrefixFilterException";
1624
- const _ILBIE = "InvalidLoadBalancerInfoException";
1625
- const _ILEE = "InstanceLimitExceededException";
1626
- const _ILEHEIE = "InvalidLifecycleEventHookExecutionIdException";
1627
- const _ILEHESE = "InvalidLifecycleEventHookExecutionStatusException";
1628
- const _IMHHVE = "InvalidMinimumHealthyHostValueException";
1629
- const _INARE = "InstanceNameAlreadyRegisteredException";
1630
- const _INRE = "InstanceNameRequiredException";
1631
- const _INREn = "InstanceNotRegisteredException";
1632
- const _INTE = "InvalidNextTokenException";
1633
- const _IOE = "InvalidOperationException";
1634
- const _IOPTCE = "InvalidOnPremisesTagCombinationException";
1635
- const _IP = "InProgress";
1636
- const _IRE = "InvalidRevisionException";
1637
- const _IREn = "InvalidRoleException";
1638
- const _IRSE = "InvalidRegistrationStatusException";
1639
- const _IS = "InstanceSummary";
1640
- const _ISAARE = "IamSessionArnAlreadyRegisteredException";
1641
- const _ISBE = "InvalidSortByException";
1642
- const _ISL = "InstanceSummaryList";
1643
- const _ISOE = "InvalidSortOrderException";
1644
- const _IT = "InstanceTarget";
1645
- const _ITCE = "InvalidTriggerConfigException";
1646
- const _ITE = "InvalidTagException";
1647
- const _ITFE = "InvalidTagFilterException";
1648
- const _ITFNE = "InvalidTargetFilterNameException";
1649
- const _ITGPE = "InvalidTargetGroupPairException";
1650
- const _ITIE = "InvalidTargetInstancesException";
1651
- const _ITRCE = "InvalidTrafficRoutingConfigurationException";
1652
- const _ITRE = "InvalidTimeRangeException";
1653
- const _ITTAE = "InvalidTagsToAddException";
1654
- const _IUAARE = "IamUserArnAlreadyRegisteredException";
1655
- const _IUARE = "IamUserArnRequiredException";
1656
- const _IUOIOVE = "InvalidUpdateOutdatedInstancesOnlyValueException";
1657
- const _IZDCE = "InvalidZonalDeploymentConfigurationException";
1658
- const _K = "Key";
1659
- const _LA = "ListApplications";
1660
- const _LAI = "ListApplicationsInput";
1661
- const _LAO = "ListApplicationsOutput";
1662
- const _LAR = "ListApplicationRevisions";
1663
- const _LARI = "ListApplicationRevisionsInput";
1664
- const _LARO = "ListApplicationRevisionsOutput";
1665
- const _LBI = "LoadBalancerInfo";
1666
- const _LD = "ListDeployments";
1667
- const _LDC = "ListDeploymentConfigs";
1668
- const _LDCI = "ListDeploymentConfigsInput";
1669
- const _LDCO = "ListDeploymentConfigsOutput";
1670
- const _LDG = "ListDeploymentGroups";
1671
- const _LDGI = "ListDeploymentGroupsInput";
1672
- const _LDGO = "ListDeploymentGroupsOutput";
1673
- const _LDI = "LastDeploymentInfo";
1674
- const _LDII = "ListDeploymentInstancesInput";
1675
- const _LDIO = "ListDeploymentInstancesOutput";
1676
- const _LDIi = "ListDeploymentsInput";
1677
- const _LDIis = "ListDeploymentInstances";
1678
- const _LDO = "ListDeploymentsOutput";
1679
- const _LDT = "ListDeploymentTargets";
1680
- const _LDTI = "ListDeploymentTargetsInput";
1681
- const _LDTO = "ListDeploymentTargetsOutput";
1682
- const _LE = "LifecycleEvent";
1683
- const _LEACE = "LifecycleEventAlreadyCompletedException";
1684
- const _LEL = "LifecycleEventList";
1685
- const _LFI = "LambdaFunctionInfo";
1686
- const _LGHATN = "ListGitHubAccountTokenNames";
1687
- const _LGHATNI = "ListGitHubAccountTokenNamesInput";
1688
- const _LGHATNO = "ListGitHubAccountTokenNamesOutput";
1689
- const _LHLEE = "LifecycleHookLimitExceededException";
1690
- const _LOPI = "ListOnPremisesInstances";
1691
- const _LOPII = "ListOnPremisesInstancesInput";
1692
- const _LOPIO = "ListOnPremisesInstancesOutput";
1693
- const _LT = "LambdaTarget";
1694
- const _LTFR = "ListTagsForResource";
1695
- const _LTFRI = "ListTagsForResourceInput";
1696
- const _LTFRO = "ListTagsForResourceOutput";
1697
- const _MHH = "MinimumHealthyHosts";
1698
- const _MHHPZ = "MinimumHealthyHostsPerZone";
1699
- const _MIAPE = "MultipleIamArnsProvidedException";
1700
- const _NT = "NextToken";
1701
- const _ONSE = "OperationNotSupportedException";
1702
- const _OPTS = "OnPremisesTagSet";
1703
- const _OPTSL = "OnPremisesTagSetList";
1704
- const _P = "Pending";
1705
- const _PLEHES = "PutLifecycleEventHookExecutionStatus";
1706
- const _PLEHESI = "PutLifecycleEventHookExecutionStatusInput";
1707
- const _PLEHESO = "PutLifecycleEventHookExecutionStatusOutput";
1708
- const _R = "Ready";
1709
- const _RA = "ResourceArn";
1710
- const _RAR = "RegisterApplicationRevision";
1711
- const _RARE = "ResourceArnRequiredException";
1712
- const _RARI = "RegisterApplicationRevisionInput";
1713
- const _RD = "RelatedDeployments";
1714
- const _RDNEE = "RevisionDoesNotExistException";
1715
- const _RI = "RevisionInfo";
1716
- const _RIL = "RevisionInfoList";
1717
- const _RIo = "RollbackInfo";
1718
- const _RL = "RevisionLocation";
1719
- const _RLL = "RevisionLocationList";
1720
- const _ROPI = "RegisterOnPremisesInstance";
1721
- const _ROPII = "RegisterOnPremisesInstanceInput";
1722
- const _RRE = "RevisionRequiredException";
1723
- const _RREo = "RoleRequiredException";
1724
- const _RS = "RawString";
1725
- const _RTFOPI = "RemoveTagsFromOnPremisesInstances";
1726
- const _RTFOPII = "RemoveTagsFromOnPremisesInstancesInput";
1727
- const _RVE = "ResourceValidationException";
1728
- const _S = "Succeeded";
1729
- const _SD = "StopDeployment";
1730
- const _SDI = "StopDeploymentInput";
1731
- const _SDO = "StopDeploymentOutput";
1732
- const _SL = "S3Location";
1733
- const _SWTFIT = "SkipWaitTimeForInstanceTermination";
1734
- const _SWTFITI = "SkipWaitTimeForInstanceTerminationInput";
1735
- const _Sk = "Skipped";
1736
- const _T = "Type";
1737
- const _TBC = "TimeBasedCanary";
1738
- const _TBL = "TimeBasedLinear";
1739
- const _TC = "TriggerConfig";
1740
- const _TCL = "TriggerConfigList";
1741
- const _TE = "ThrottlingException";
1742
- const _TF = "TargetFilters";
1743
- const _TFL = "TagFilterList";
1744
- const _TFa = "TagFilter";
1745
- const _TGI = "TargetGroupInfo";
1746
- const _TGIL = "TargetGroupInfoList";
1747
- const _TGPI = "TargetGroupPairInfo";
1748
- const _TGPIL = "TargetGroupPairInfoList";
1749
- const _TI = "TargetInstances";
1750
- const _TK = "TagKeys";
1751
- const _TL = "TagList";
1752
- const _TLEE = "TagLimitExceededException";
1753
- const _TR = "TimeRange";
1754
- const _TRC = "TrafficRoutingConfig";
1755
- const _TRE = "TagRequiredException";
1756
- const _TRI = "TagResourceInput";
1757
- const _TRO = "TagResourceOutput";
1758
- const _TRa = "TagResource";
1759
- const _TRr = "TrafficRoute";
1760
- const _TSLLEE = "TagSetListLimitExceededException";
1761
- const _TTLEE = "TriggerTargetsLimitExceededException";
1762
- const _Ta = "Tags";
1763
- const _Tag = "Tag";
1764
- const _UA = "UpdateApplication";
1765
- const _UAFDTE = "UnsupportedActionForDeploymentTypeException";
1766
- const _UAI = "UpdateApplicationInput";
1767
- const _UDG = "UpdateDeploymentGroup";
1768
- const _UDGI = "UpdateDeploymentGroupInput";
1769
- const _UDGO = "UpdateDeploymentGroupOutput";
1770
- const _UR = "UntagResource";
1771
- const _URI = "UntagResourceInput";
1772
- const _URO = "UntagResourceOutput";
1773
- const _V = "Value";
1774
- const _ZC = "ZonalConfig";
1775
- const _a = "alarms";
1776
- const _aC = "alarmConfiguration";
1777
- const _aDSI = "additionalDeploymentStatusInfo";
1778
- const _aI = "applicationId";
1779
- const _aIp = "applicationsInfo";
1780
- const _aN = "applicationName";
1781
- const _aNp = "applicationNames";
1782
- const _aOT = "actionOnTimeout";
1783
- const _aRC = "autoRollbackConfiguration";
1784
- const _aRE = "autoRollbackEnabled";
1785
- const _aSC = "appSpecContent";
1786
- const _aSG = "autoScalingGroups";
1787
- const _aUOIDI = "autoUpdateOutdatedInstancesDeploymentIds";
1788
- const _aUOIRDI = "autoUpdateOutdatedInstancesRootDeploymentId";
1789
- const _ac = "action";
1790
- const _ap = "application";
1791
- const _app = "applications";
1792
- const _b = "bucket";
1793
- const _bGDC = "blueGreenDeploymentConfiguration";
1794
- const _bT = "bundleType";
1795
- const _c = "client";
1796
- const _cDGN = "currentDeploymentGroupName";
1797
- const _cFT = "cloudFormationTarget";
1798
- const _cI = "commitId";
1799
- const _cIa = "canaryInterval";
1800
- const _cN = "clusterName";
1801
- const _cP = "computePlatform";
1802
- const _cPa = "canaryPercentage";
1803
- const _cT = "createTime";
1804
- const _cTR = "createTimeRange";
1805
- const _cTo = "completeTime";
1806
- const _cV = "currentVersion";
1807
- const _co = "content";
1808
- const _cod = "code";
1809
- const _cr = "creator";
1810
- const _d = "description";
1811
- const _dC = "desiredCount";
1812
- const _dCI = "deploymentConfigId";
1813
- const _dCIe = "deploymentConfigInfo";
1814
- const _dCL = "deploymentConfigsList";
1815
- const _dCN = "deploymentConfigName";
1816
- const _dG = "deploymentGroups";
1817
- const _dGI = "deploymentGroupsInfo";
1818
- const _dGIe = "deploymentGroupId";
1819
- const _dGIep = "deploymentGroupInfo";
1820
- const _dGN = "deploymentGroupNames";
1821
- const _dGNe = "deploymentGroupName";
1822
- const _dI = "deploymentId";
1823
- const _dIe = "deploymentIds";
1824
- const _dIep = "deploymentsInfo";
1825
- const _dIepl = "deploymentInfo";
1826
- const _dO = "deploymentOverview";
1827
- const _dOe = "deploymentOption";
1828
- const _dRO = "deploymentReadyOption";
1829
- const _dS = "deploymentStyle";
1830
- const _dSM = "deploymentStatusMessages";
1831
- const _dT = "deploymentTargets";
1832
- const _dTT = "deploymentTargetType";
1833
- const _dTe = "deploymentType";
1834
- const _dTep = "deploymentTarget";
1835
- const _dTer = "deregisterTime";
1836
- const _dWT = "deploymentWaitType";
1837
- const _de = "deployed";
1838
- const _dep = "deployments";
1839
- const _di = "diagnostics";
1840
- const _e = "enabled";
1841
- const _eC = "errorCode";
1842
- const _eI = "externalId";
1843
- const _eIL = "elbInfoList";
1844
- const _eIr = "errorInformation";
1845
- const _eM = "errorMessage";
1846
- const _eS = "ecsServices";
1847
- const _eT = "ecsTarget";
1848
- const _eTF = "ec2TagFilters";
1849
- const _eTS = "ec2TagSet";
1850
- const _eTSL = "ec2TagSetList";
1851
- const _eTa = "eTag";
1852
- const _eTn = "endTime";
1853
- const _en = "end";
1854
- const _er = "error";
1855
- const _ev = "events";
1856
- const _fA = "functionAlias";
1857
- const _fEB = "fileExistsBehavior";
1858
- const _fN = "functionName";
1859
- const _fUT = "firstUsedTime";
1860
- const _fZMDIS = "firstZoneMonitorDurationInSeconds";
1861
- const _gFPO = "greenFleetProvisioningOption";
1862
- const _gHAN = "gitHubAccountName";
1863
- const _gHL = "gitHubLocation";
1864
- const _gRI = "genericRevisionInfo";
1865
- const _h = "hook";
1866
- const _hNCU = "hooksNotCleanedUp";
1867
- const _i = "identifer";
1868
- const _iA = "instanceArn";
1869
- const _iASF = "ignoreApplicationStopFailures";
1870
- const _iI = "instanceIds";
1871
- const _iIn = "instanceInfos";
1872
- const _iIns = "instanceId";
1873
- const _iInst = "instanceInfo";
1874
- const _iL = "instanceLabel";
1875
- const _iLn = "instancesList";
1876
- const _iN = "instanceNames";
1877
- const _iNn = "instanceName";
1878
- const _iOS = "includeOnlyStatuses";
1879
- const _iPAF = "ignorePollAlarmFailure";
1880
- const _iS = "instancesSummary";
1881
- const _iSA = "iamSessionArn";
1882
- const _iSF = "instanceStatusFilter";
1883
- const _iSn = "instanceSummary";
1884
- const _iT = "instanceTarget";
1885
- const _iTF = "instanceTypeFilter";
1886
- const _iTWTS = "instanceTerminationWaitTimeStarted";
1887
- const _iTn = "instanceType";
1888
- const _iUA = "iamUserArn";
1889
- const _k = "key";
1890
- const _lA = "listenerArns";
1891
- const _lAD = "lastAttemptedDeployment";
1892
- const _lBI = "loadBalancerInfo";
1893
- const _lE = "lifecycleEvents";
1894
- const _lEHEI = "lifecycleEventHookExecutionId";
1895
- const _lEN = "lifecycleEventName";
1896
- const _lFI = "lambdaFunctionInfo";
1897
- const _lI = "linearInterval";
1898
- const _lP = "linearPercentage";
1899
- const _lSD = "lastSuccessfulDeployment";
1900
- const _lT = "lambdaTarget";
1901
- const _lTGH = "linkedToGitHub";
1902
- const _lTo = "logTail";
1903
- const _lUA = "lastUpdatedAt";
1904
- const _lUT = "lastUsedTime";
1905
- const _m = "message";
1906
- const _mDIS = "monitorDurationInSeconds";
1907
- const _mHH = "minimumHealthyHosts";
1908
- const _mHHPZ = "minimumHealthyHostsPerZone";
1909
- const _n = "name";
1910
- const _nAN = "newApplicationName";
1911
- const _nDGN = "newDeploymentGroupName";
1912
- const _nT = "nextToken";
1913
- const _oAC = "overrideAlarmConfiguration";
1914
- const _oIS = "outdatedInstancesStrategy";
1915
- const _oPITF = "onPremisesInstanceTagFilters";
1916
- const _oPTS = "onPremisesTagSet";
1917
- const _oPTSL = "onPremisesTagSetList";
1918
- const _pC = "pendingCount";
1919
- const _pR = "previousRevision";
1920
- const _pTR = "prodTrafficRoute";
1921
- const _r = "revisions";
1922
- const _rC = "runningCount";
1923
- const _rD = "relatedDeployments";
1924
- const _rDI = "rollbackDeploymentId";
1925
- const _rI = "rollbackInfo";
1926
- const _rIe = "revisionInfo";
1927
- const _rL = "revisionLocation";
1928
- const _rM = "rollbackMessage";
1929
- const _rS = "registrationStatus";
1930
- const _rT = "resourceType";
1931
- const _rTDI = "rollbackTriggeringDeploymentId";
1932
- const _rTe = "registerTime";
1933
- const _rTev = "revisionType";
1934
- const _re = "revision";
1935
- const _rep = "repository";
1936
- const _s = "sha256";
1937
- const _sB = "sortBy";
1938
- const _sBu = "s3Bucket";
1939
- const _sKP = "s3KeyPrefix";
1940
- const _sL = "s3Location";
1941
- const _sM = "statusMessage";
1942
- const _sN = "scriptName";
1943
- const _sNe = "serviceName";
1944
- const _sO = "sortOrder";
1945
- const _sRA = "serviceRoleArn";
1946
- const _sT = "startTime";
1947
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codedeploy";
1948
- const _st = "status";
1949
- const _sta = "start";
1950
- const _str = "string";
1951
- const _t = "tags";
1952
- const _tA = "targetArn";
1953
- const _tBC = "timeBasedCanary";
1954
- const _tBIODS = "terminateBlueInstancesOnDeploymentSuccess";
1955
- const _tBL = "timeBasedLinear";
1956
- const _tC = "triggerConfigurations";
1957
- const _tE = "triggerEvents";
1958
- const _tF = "targetFilters";
1959
- const _tFa = "tagFilters";
1960
- const _tG = "targetGroup";
1961
- const _tGIL = "targetGroupInfoList";
1962
- const _tGPIL = "targetGroupPairInfoList";
1963
- const _tGa = "targetGroups";
1964
- const _tH = "terminationHook";
1965
- const _tHE = "terminationHookEnabled";
1966
- const _tI = "targetIds";
1967
- const _tIa = "targetId";
1968
- const _tIar = "targetInstances";
1969
- const _tN = "tokenName";
1970
- const _tNL = "tokenNameList";
1971
- const _tNr = "triggerName";
1972
- const _tR = "targetRevision";
1973
- const _tRC = "trafficRoutingConfig";
1974
- const _tSI = "taskSetsInfo";
1975
- const _tSL = "taskSetLabel";
1976
- const _tTA = "triggerTargetArn";
1977
- const _tTR = "testTrafficRoute";
1978
- const _tV = "targetVersion";
1979
- const _tVW = "targetVersionWeight";
1980
- const _tW = "trafficWeight";
1981
- const _tWTIM = "terminationWaitTimeInMinutes";
1982
- const _ty = "type";
1983
- const _uOIO = "updateOutdatedInstancesOnly";
1984
- const _v = "value";
1985
- const _ve = "version";
1986
- const _wTIM = "waitTimeInMinutes";
1987
- const _zC = "zonalConfig";
1988
- const n0 = "com.amazonaws.codedeploy";
1989
- var AddTagsToOnPremisesInstancesInput$ = [3, n0, _ATTOPII,
1990
- 0,
1991
- [_t, _iN],
1992
- [() => TagList, 64 | 0], 2
1993
- ];
1994
- var Alarm$ = [3, n0, _A,
1995
- 0,
1996
- [_n],
1997
- [0]
1998
- ];
1999
- var AlarmConfiguration$ = [3, n0, _AC,
2000
- 0,
2001
- [_e, _iPAF, _a],
2002
- [2, 2, () => AlarmList]
2003
- ];
2004
- var AlarmsLimitExceededException$ = [-3, n0, _ALEE,
2005
- { [_er]: _c },
2006
- [_m],
2007
- [0]
2008
- ];
2009
- schema.TypeRegistry.for(n0).registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
2010
- var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE,
2011
- { [_er]: _c },
2012
- [_m],
2013
- [0]
2014
- ];
2015
- schema.TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
2016
- var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE,
2017
- { [_er]: _c },
2018
- [_m],
2019
- [0]
2020
- ];
2021
- schema.TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
2022
- var ApplicationInfo$ = [3, n0, _AI,
2023
- 0,
2024
- [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
2025
- [0, 0, 4, 2, 0, 0]
2026
- ];
2027
- var ApplicationLimitExceededException$ = [-3, n0, _ALEEp,
2028
- { [_er]: _c },
2029
- [_m],
2030
- [0]
2031
- ];
2032
- schema.TypeRegistry.for(n0).registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
2033
- var ApplicationNameRequiredException$ = [-3, n0, _ANRE,
2034
- { [_er]: _c },
2035
- [_m],
2036
- [0]
2037
- ];
2038
- schema.TypeRegistry.for(n0).registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
2039
- var AppSpecContent$ = [3, n0, _ASC,
2040
- 0,
2041
- [_co, _s],
2042
- [0, 0]
2043
- ];
2044
- var ArnNotSupportedException$ = [-3, n0, _ANSE,
2045
- { [_er]: _c },
2046
- [_m],
2047
- [0]
2048
- ];
2049
- schema.TypeRegistry.for(n0).registerError(ArnNotSupportedException$, ArnNotSupportedException);
2050
- var AutoRollbackConfiguration$ = [3, n0, _ARC,
2051
- 0,
2052
- [_e, _ev],
2053
- [2, 64 | 0]
2054
- ];
2055
- var AutoScalingGroup$ = [3, n0, _ASG,
2056
- 0,
2057
- [_n, _h, _tH],
2058
- [0, 0, 0]
2059
- ];
2060
- var BatchGetApplicationRevisionsInput$ = [3, n0, _BGARI,
2061
- 0,
2062
- [_aN, _r],
2063
- [0, () => RevisionLocationList], 2
2064
- ];
2065
- var BatchGetApplicationRevisionsOutput$ = [3, n0, _BGARO,
2066
- 0,
2067
- [_aN, _eM, _r],
2068
- [0, 0, () => RevisionInfoList]
2069
- ];
2070
- var BatchGetApplicationsInput$ = [3, n0, _BGAI,
2071
- 0,
2072
- [_aNp],
2073
- [64 | 0], 1
2074
- ];
2075
- var BatchGetApplicationsOutput$ = [3, n0, _BGAO,
2076
- 0,
2077
- [_aIp],
2078
- [() => ApplicationsInfoList]
2079
- ];
2080
- var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI,
2081
- 0,
2082
- [_aN, _dGN],
2083
- [0, 64 | 0], 2
2084
- ];
2085
- var BatchGetDeploymentGroupsOutput$ = [3, n0, _BGDGO,
2086
- 0,
2087
- [_dGI, _eM],
2088
- [() => DeploymentGroupInfoList, 0]
2089
- ];
2090
- var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII,
2091
- 0,
2092
- [_dI, _iI],
2093
- [0, 64 | 0], 2
2094
- ];
2095
- var BatchGetDeploymentInstancesOutput$ = [3, n0, _BGDIO,
2096
- 0,
2097
- [_iS, _eM],
2098
- [() => InstanceSummaryList, 0]
2099
- ];
2100
- var BatchGetDeploymentsInput$ = [3, n0, _BGDI,
2101
- 0,
2102
- [_dIe],
2103
- [64 | 0], 1
2104
- ];
2105
- var BatchGetDeploymentsOutput$ = [3, n0, _BGDO,
2106
- 0,
2107
- [_dIep],
2108
- [() => DeploymentsInfoList]
2109
- ];
2110
- var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI,
2111
- 0,
2112
- [_dI, _tI],
2113
- [0, 64 | 0], 2
2114
- ];
2115
- var BatchGetDeploymentTargetsOutput$ = [3, n0, _BGDTO,
2116
- 0,
2117
- [_dT],
2118
- [() => DeploymentTargetList]
2119
- ];
2120
- var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
2121
- 0,
2122
- [_iN],
2123
- [64 | 0], 1
2124
- ];
2125
- var BatchGetOnPremisesInstancesOutput$ = [3, n0, _BGOPIO,
2126
- 0,
2127
- [_iIn],
2128
- [() => InstanceInfoList]
2129
- ];
2130
- var BatchLimitExceededException$ = [-3, n0, _BLEE,
2131
- { [_er]: _c },
2132
- [_m],
2133
- [0]
2134
- ];
2135
- schema.TypeRegistry.for(n0).registerError(BatchLimitExceededException$, BatchLimitExceededException);
2136
- var BlueGreenDeploymentConfiguration$ = [3, n0, _BGDC,
2137
- 0,
2138
- [_tBIODS, _dRO, _gFPO],
2139
- [() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$]
2140
- ];
2141
- var BlueInstanceTerminationOption$ = [3, n0, _BITO,
2142
- 0,
2143
- [_ac, _tWTIM],
2144
- [0, 1]
2145
- ];
2146
- var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE,
2147
- { [_er]: _c },
2148
- [_m],
2149
- [0]
2150
- ];
2151
- schema.TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
2152
- var CloudFormationTarget$ = [3, n0, _CFT,
2153
- 0,
2154
- [_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
2155
- [0, 0, 4, () => LifecycleEventList, 0, 0, 1]
2156
- ];
2157
- var ContinueDeploymentInput$ = [3, n0, _CDI,
2158
- 0,
2159
- [_dI, _dWT],
2160
- [0, 0]
2161
- ];
2162
- var CreateApplicationInput$ = [3, n0, _CAI,
2163
- 0,
2164
- [_aN, _cP, _t],
2165
- [0, 0, () => TagList], 1
2166
- ];
2167
- var CreateApplicationOutput$ = [3, n0, _CAO,
2168
- 0,
2169
- [_aI],
2170
- [0]
2171
- ];
2172
- var CreateDeploymentConfigInput$ = [3, n0, _CDCI,
2173
- 0,
2174
- [_dCN, _mHH, _tRC, _cP, _zC],
2175
- [0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$], 1
2176
- ];
2177
- var CreateDeploymentConfigOutput$ = [3, n0, _CDCO,
2178
- 0,
2179
- [_dCI],
2180
- [0]
2181
- ];
2182
- var CreateDeploymentGroupInput$ = [3, n0, _CDGI,
2183
- 0,
2184
- [_aN, _dGNe, _sRA, _dCN, _eTF, _oPITF, _aSG, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _t, _tHE],
2185
- [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, () => TagList, 2], 3
2186
- ];
2187
- var CreateDeploymentGroupOutput$ = [3, n0, _CDGO,
2188
- 0,
2189
- [_dGIe],
2190
- [0]
2191
- ];
2192
- var CreateDeploymentInput$ = [3, n0, _CDIr,
2193
- 0,
2194
- [_aN, _dGNe, _re, _dCN, _d, _iASF, _tIar, _aRC, _uOIO, _fEB, _oAC],
2195
- [0, 0, () => RevisionLocation$, 0, 0, 2, () => TargetInstances$, () => AutoRollbackConfiguration$, 2, 0, () => AlarmConfiguration$], 1
2196
- ];
2197
- var CreateDeploymentOutput$ = [3, n0, _CDO,
2198
- 0,
2199
- [_dI],
2200
- [0]
2201
- ];
2202
- var DeleteApplicationInput$ = [3, n0, _DAI,
2203
- 0,
2204
- [_aN],
2205
- [0], 1
2206
- ];
2207
- var DeleteDeploymentConfigInput$ = [3, n0, _DDCI,
2208
- 0,
2209
- [_dCN],
2210
- [0], 1
2211
- ];
2212
- var DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
2213
- 0,
2214
- [_aN, _dGNe],
2215
- [0, 0], 2
2216
- ];
2217
- var DeleteDeploymentGroupOutput$ = [3, n0, _DDGO,
2218
- 0,
2219
- [_hNCU],
2220
- [() => AutoScalingGroupList]
2221
- ];
2222
- var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI,
2223
- 0,
2224
- [_tN],
2225
- [0]
2226
- ];
2227
- var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO,
2228
- 0,
2229
- [_tN],
2230
- [0]
2231
- ];
2232
- var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII,
2233
- 0,
2234
- [_eI],
2235
- [0]
2236
- ];
2237
- var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO,
2238
- 0,
2239
- [],
2240
- []
2241
- ];
2242
- var DeploymentAlreadyCompletedException$ = [-3, n0, _DACE,
2243
- { [_er]: _c },
2244
- [_m],
2245
- [0]
2246
- ];
2247
- schema.TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
2248
- var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE,
2249
- { [_er]: _c },
2250
- [_m],
2251
- [0]
2252
- ];
2253
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
2254
- var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE,
2255
- { [_er]: _c },
2256
- [_m],
2257
- [0]
2258
- ];
2259
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
2260
- var DeploymentConfigInfo$ = [3, n0, _DCI,
2261
- 0,
2262
- [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
2263
- [0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$]
2264
- ];
2265
- var DeploymentConfigInUseException$ = [-3, n0, _DCIUE,
2266
- { [_er]: _c },
2267
- [_m],
2268
- [0]
2269
- ];
2270
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
2271
- var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE,
2272
- { [_er]: _c },
2273
- [_m],
2274
- [0]
2275
- ];
2276
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
2277
- var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE,
2278
- { [_er]: _c },
2279
- [_m],
2280
- [0]
2281
- ];
2282
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
2283
- var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE,
2284
- { [_er]: _c },
2285
- [_m],
2286
- [0]
2287
- ];
2288
- schema.TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
2289
- var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE,
2290
- { [_er]: _c },
2291
- [_m],
2292
- [0]
2293
- ];
2294
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
2295
- var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE,
2296
- { [_er]: _c },
2297
- [_m],
2298
- [0]
2299
- ];
2300
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
2301
- var DeploymentGroupInfo$ = [3, n0, _DGI,
2302
- 0,
2303
- [_aN, _dGIe, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tR, _tC, _aC, _aRC, _dS, _oIS, _bGDC, _lBI, _lSD, _lAD, _eTS, _oPTS, _cP, _eS, _tHE],
2304
- [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, () => AutoScalingGroupList, 0, () => RevisionLocation$, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, () => DeploymentStyle$, 0, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => LastDeploymentInfo$, () => LastDeploymentInfo$, () => EC2TagSet$, () => OnPremisesTagSet$, 0, () => ECSServiceList, 2]
2305
- ];
2306
- var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE,
2307
- { [_er]: _c },
2308
- [_m],
2309
- [0]
2310
- ];
2311
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
2312
- var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE,
2313
- { [_er]: _c },
2314
- [_m],
2315
- [0]
2316
- ];
2317
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
2318
- var DeploymentIdRequiredException$ = [-3, n0, _DIRE,
2319
- { [_er]: _c },
2320
- [_m],
2321
- [0]
2322
- ];
2323
- schema.TypeRegistry.for(n0).registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
2324
- var DeploymentInfo$ = [3, n0, _DI,
2325
- 0,
2326
- [_aN, _dGNe, _dCN, _dI, _pR, _re, _st, _eIr, _cT, _sT, _cTo, _dO, _d, _cr, _iASF, _aRC, _uOIO, _rI, _dS, _tIar, _iTWTS, _bGDC, _lBI, _aDSI, _fEB, _dSM, _cP, _eI, _rD, _oAC],
2327
- [0, 0, 0, 0, () => RevisionLocation$, () => RevisionLocation$, 0, () => ErrorInformation$, 4, 4, 4, () => DeploymentOverview$, 0, 0, 2, () => AutoRollbackConfiguration$, 2, () => RollbackInfo$, () => DeploymentStyle$, () => TargetInstances$, 2, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, 0, 0, 64 | 0, 0, 0, () => RelatedDeployments$, () => AlarmConfiguration$]
2328
- ];
2329
- var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE,
2330
- { [_er]: _c },
2331
- [_m],
2332
- [0]
2333
- ];
2334
- schema.TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
2335
- var DeploymentLimitExceededException$ = [-3, n0, _DLEE,
2336
- { [_er]: _c },
2337
- [_m],
2338
- [0]
2339
- ];
2340
- schema.TypeRegistry.for(n0).registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
2341
- var DeploymentNotStartedException$ = [-3, n0, _DNSE,
2342
- { [_er]: _c },
2343
- [_m],
2344
- [0]
2345
- ];
2346
- schema.TypeRegistry.for(n0).registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
2347
- var DeploymentOverview$ = [3, n0, _DO,
2348
- 0,
2349
- [_P, _IP, _S, _F, _Sk, _R],
2350
- [1, 1, 1, 1, 1, 1]
2351
- ];
2352
- var DeploymentReadyOption$ = [3, n0, _DRO,
2353
- 0,
2354
- [_aOT, _wTIM],
2355
- [0, 1]
2356
- ];
2357
- var DeploymentStyle$ = [3, n0, _DS,
2358
- 0,
2359
- [_dTe, _dOe],
2360
- [0, 0]
2361
- ];
2362
- var DeploymentTarget$ = [3, n0, _DT,
2363
- 0,
2364
- [_dTT, _iT, _lT, _eT, _cFT],
2365
- [0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$]
2366
- ];
2367
- var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE,
2368
- { [_er]: _c },
2369
- [_m],
2370
- [0]
2371
- ];
2372
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
2373
- var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE,
2374
- { [_er]: _c },
2375
- [_m],
2376
- [0]
2377
- ];
2378
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
2379
- var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE,
2380
- { [_er]: _c },
2381
- [_m],
2382
- [0]
2383
- ];
2384
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
2385
- var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
2386
- 0,
2387
- [_iNn],
2388
- [0], 1
2389
- ];
2390
- var DescriptionTooLongException$ = [-3, n0, _DTLE,
2391
- { [_er]: _c },
2392
- [_m],
2393
- [0]
2394
- ];
2395
- schema.TypeRegistry.for(n0).registerError(DescriptionTooLongException$, DescriptionTooLongException);
2396
- var Diagnostics$ = [3, n0, _D,
2397
- 0,
2398
- [_eC, _sN, _m, _lTo],
2399
- [0, 0, 0, 0]
2400
- ];
2401
- var EC2TagFilter$ = [3, n0, _ECTF,
2402
- 0,
2403
- [_K, _V, _T],
2404
- [0, 0, 0]
2405
- ];
2406
- var EC2TagSet$ = [3, n0, _ECTS,
2407
- 0,
2408
- [_eTSL],
2409
- [() => EC2TagSetList]
2410
- ];
2411
- var ECSService$ = [3, n0, _ECSS,
2412
- 0,
2413
- [_sNe, _cN],
2414
- [0, 0]
2415
- ];
2416
- var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE,
2417
- { [_er]: _c },
2418
- [_m],
2419
- [0]
2420
- ];
2421
- schema.TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
2422
- var ECSTarget$ = [3, n0, _ECST,
2423
- 0,
2424
- [_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
2425
- [0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
2426
- ];
2427
- var ECSTaskSet$ = [3, n0, _ECSTS,
2428
- 0,
2429
- [_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
2430
- [0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0]
2431
- ];
2432
- var ELBInfo$ = [3, n0, _ELBI,
2433
- 0,
2434
- [_n],
2435
- [0]
2436
- ];
2437
- var ErrorInformation$ = [3, n0, _EI,
2438
- 0,
2439
- [_cod, _m],
2440
- [0, 0]
2441
- ];
2442
- var GenericRevisionInfo$ = [3, n0, _GRI,
2443
- 0,
2444
- [_d, _dG, _fUT, _lUT, _rTe],
2445
- [0, 64 | 0, 4, 4, 4]
2446
- ];
2447
- var GetApplicationInput$ = [3, n0, _GAI,
2448
- 0,
2449
- [_aN],
2450
- [0], 1
2451
- ];
2452
- var GetApplicationOutput$ = [3, n0, _GAO,
2453
- 0,
2454
- [_ap],
2455
- [() => ApplicationInfo$]
2456
- ];
2457
- var GetApplicationRevisionInput$ = [3, n0, _GARI,
2458
- 0,
2459
- [_aN, _re],
2460
- [0, () => RevisionLocation$], 2
2461
- ];
2462
- var GetApplicationRevisionOutput$ = [3, n0, _GARO,
2463
- 0,
2464
- [_aN, _re, _rIe],
2465
- [0, () => RevisionLocation$, () => GenericRevisionInfo$]
2466
- ];
2467
- var GetDeploymentConfigInput$ = [3, n0, _GDCI,
2468
- 0,
2469
- [_dCN],
2470
- [0], 1
2471
- ];
2472
- var GetDeploymentConfigOutput$ = [3, n0, _GDCO,
2473
- 0,
2474
- [_dCIe],
2475
- [() => DeploymentConfigInfo$]
2476
- ];
2477
- var GetDeploymentGroupInput$ = [3, n0, _GDGI,
2478
- 0,
2479
- [_aN, _dGNe],
2480
- [0, 0], 2
2481
- ];
2482
- var GetDeploymentGroupOutput$ = [3, n0, _GDGO,
2483
- 0,
2484
- [_dGIep],
2485
- [() => DeploymentGroupInfo$]
2486
- ];
2487
- var GetDeploymentInput$ = [3, n0, _GDI,
2488
- 0,
2489
- [_dI],
2490
- [0], 1
2491
- ];
2492
- var GetDeploymentInstanceInput$ = [3, n0, _GDII,
2493
- 0,
2494
- [_dI, _iIns],
2495
- [0, 0], 2
2496
- ];
2497
- var GetDeploymentInstanceOutput$ = [3, n0, _GDIO,
2498
- 0,
2499
- [_iSn],
2500
- [() => InstanceSummary$]
2501
- ];
2502
- var GetDeploymentOutput$ = [3, n0, _GDO,
2503
- 0,
2504
- [_dIepl],
2505
- [() => DeploymentInfo$]
2506
- ];
2507
- var GetDeploymentTargetInput$ = [3, n0, _GDTI,
2508
- 0,
2509
- [_dI, _tIa],
2510
- [0, 0], 2
2511
- ];
2512
- var GetDeploymentTargetOutput$ = [3, n0, _GDTO,
2513
- 0,
2514
- [_dTep],
2515
- [() => DeploymentTarget$]
2516
- ];
2517
- var GetOnPremisesInstanceInput$ = [3, n0, _GOPII,
2518
- 0,
2519
- [_iNn],
2520
- [0], 1
2521
- ];
2522
- var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO,
2523
- 0,
2524
- [_iInst],
2525
- [() => InstanceInfo$]
2526
- ];
2527
- var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE,
2528
- { [_er]: _c },
2529
- [_m],
2530
- [0]
2531
- ];
2532
- schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
2533
- var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE,
2534
- { [_er]: _c },
2535
- [_m],
2536
- [0]
2537
- ];
2538
- schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
2539
- var GitHubLocation$ = [3, n0, _GHL,
2540
- 0,
2541
- [_rep, _cI],
2542
- [0, 0]
2543
- ];
2544
- var GreenFleetProvisioningOption$ = [3, n0, _GFPO,
2545
- 0,
2546
- [_ac],
2547
- [0]
2548
- ];
2549
- var IamArnRequiredException$ = [-3, n0, _IARE,
2550
- { [_er]: _c },
2551
- [_m],
2552
- [0]
2553
- ];
2554
- schema.TypeRegistry.for(n0).registerError(IamArnRequiredException$, IamArnRequiredException);
2555
- var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE,
2556
- { [_er]: _c },
2557
- [_m],
2558
- [0]
2559
- ];
2560
- schema.TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
2561
- var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE,
2562
- { [_er]: _c },
2563
- [_m],
2564
- [0]
2565
- ];
2566
- schema.TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
2567
- var IamUserArnRequiredException$ = [-3, n0, _IUARE,
2568
- { [_er]: _c },
2569
- [_m],
2570
- [0]
2571
- ];
2572
- schema.TypeRegistry.for(n0).registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
2573
- var InstanceDoesNotExistException$ = [-3, n0, _IDNEE,
2574
- { [_er]: _c },
2575
- [_m],
2576
- [0]
2577
- ];
2578
- schema.TypeRegistry.for(n0).registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
2579
- var InstanceIdRequiredException$ = [-3, n0, _IIRE,
2580
- { [_er]: _c },
2581
- [_m],
2582
- [0]
2583
- ];
2584
- schema.TypeRegistry.for(n0).registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
2585
- var InstanceInfo$ = [3, n0, _II,
2586
- 0,
2587
- [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
2588
- [0, 0, 0, 0, 4, 4, () => TagList]
2589
- ];
2590
- var InstanceLimitExceededException$ = [-3, n0, _ILEE,
2591
- { [_er]: _c },
2592
- [_m],
2593
- [0]
2594
- ];
2595
- schema.TypeRegistry.for(n0).registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
2596
- var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE,
2597
- { [_er]: _c },
2598
- [_m],
2599
- [0]
2600
- ];
2601
- schema.TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
2602
- var InstanceNameRequiredException$ = [-3, n0, _INRE,
2603
- { [_er]: _c },
2604
- [_m],
2605
- [0]
2606
- ];
2607
- schema.TypeRegistry.for(n0).registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
2608
- var InstanceNotRegisteredException$ = [-3, n0, _INREn,
2609
- { [_er]: _c },
2610
- [_m],
2611
- [0]
2612
- ];
2613
- schema.TypeRegistry.for(n0).registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
2614
- var InstanceSummary$ = [3, n0, _IS,
2615
- 0,
2616
- [_dI, _iIns, _st, _lUA, _lE, _iTn],
2617
- [0, 0, 0, 4, () => LifecycleEventList, 0]
2618
- ];
2619
- var InstanceTarget$ = [3, n0, _IT,
2620
- 0,
2621
- [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
2622
- [0, 0, 0, 0, 4, () => LifecycleEventList, 0]
2623
- ];
2624
- var InvalidAlarmConfigException$ = [-3, n0, _IACE,
2625
- { [_er]: _c },
2626
- [_m],
2627
- [0]
2628
- ];
2629
- schema.TypeRegistry.for(n0).registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
2630
- var InvalidApplicationNameException$ = [-3, n0, _IANE,
2631
- { [_er]: _c },
2632
- [_m],
2633
- [0]
2634
- ];
2635
- schema.TypeRegistry.for(n0).registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
2636
- var InvalidArnException$ = [-3, n0, _IAE,
2637
- { [_er]: _c },
2638
- [_m],
2639
- [0]
2640
- ];
2641
- schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
2642
- var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE,
2643
- { [_er]: _c },
2644
- [_m],
2645
- [0]
2646
- ];
2647
- schema.TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
2648
- var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE,
2649
- { [_er]: _c },
2650
- [_m],
2651
- [0]
2652
- ];
2653
- schema.TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
2654
- var InvalidBlueGreenDeploymentConfigurationException$ = [-3, n0, _IBGDCE,
2655
- { [_er]: _c },
2656
- [_m],
2657
- [0]
2658
- ];
2659
- schema.TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
2660
- var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE,
2661
- { [_er]: _c },
2662
- [_m],
2663
- [0]
2664
- ];
2665
- schema.TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
2666
- var InvalidComputePlatformException$ = [-3, n0, _ICPE,
2667
- { [_er]: _c },
2668
- [_m],
2669
- [0]
2670
- ];
2671
- schema.TypeRegistry.for(n0).registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
2672
- var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE,
2673
- { [_er]: _c },
2674
- [_m],
2675
- [0]
2676
- ];
2677
- schema.TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
2678
- var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE,
2679
- { [_er]: _c },
2680
- [_m],
2681
- [0]
2682
- ];
2683
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
2684
- var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE,
2685
- { [_er]: _c },
2686
- [_m],
2687
- [0]
2688
- ];
2689
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
2690
- var InvalidDeploymentIdException$ = [-3, n0, _IDIE,
2691
- { [_er]: _c },
2692
- [_m],
2693
- [0]
2694
- ];
2695
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
2696
- var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE,
2697
- { [_er]: _c },
2698
- [_m],
2699
- [0]
2700
- ];
2701
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
2702
- var InvalidDeploymentStatusException$ = [-3, n0, _IDSE,
2703
- { [_er]: _c },
2704
- [_m],
2705
- [0]
2706
- ];
2707
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
2708
- var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn,
2709
- { [_er]: _c },
2710
- [_m],
2711
- [0]
2712
- ];
2713
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
2714
- var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE,
2715
- { [_er]: _c },
2716
- [_m],
2717
- [0]
2718
- ];
2719
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
2720
- var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE,
2721
- { [_er]: _c },
2722
- [_m],
2723
- [0]
2724
- ];
2725
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
2726
- var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE,
2727
- { [_er]: _c },
2728
- [_m],
2729
- [0]
2730
- ];
2731
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
2732
- var InvalidEC2TagException$ = [-3, n0, _IECTE,
2733
- { [_er]: _c },
2734
- [_m],
2735
- [0]
2736
- ];
2737
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagException$, InvalidEC2TagException);
2738
- var InvalidECSServiceException$ = [-3, n0, _IECSSE,
2739
- { [_er]: _c },
2740
- [_m],
2741
- [0]
2742
- ];
2743
- schema.TypeRegistry.for(n0).registerError(InvalidECSServiceException$, InvalidECSServiceException);
2744
- var InvalidExternalIdException$ = [-3, n0, _IEIE,
2745
- { [_er]: _c },
2746
- [_m],
2747
- [0]
2748
- ];
2749
- schema.TypeRegistry.for(n0).registerError(InvalidExternalIdException$, InvalidExternalIdException);
2750
- var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE,
2751
- { [_er]: _c },
2752
- [_m],
2753
- [0]
2754
- ];
2755
- schema.TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
2756
- var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE,
2757
- { [_er]: _c },
2758
- [_m],
2759
- [0]
2760
- ];
2761
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
2762
- var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE,
2763
- { [_er]: _c },
2764
- [_m],
2765
- [0]
2766
- ];
2767
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
2768
- var InvalidIamSessionArnException$ = [-3, n0, _IISAE,
2769
- { [_er]: _c },
2770
- [_m],
2771
- [0]
2772
- ];
2773
- schema.TypeRegistry.for(n0).registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
2774
- var InvalidIamUserArnException$ = [-3, n0, _IIUAE,
2775
- { [_er]: _c },
2776
- [_m],
2777
- [0]
2778
- ];
2779
- schema.TypeRegistry.for(n0).registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
2780
- var InvalidIgnoreApplicationStopFailuresValueException$ = [-3, n0, _IIASFVE,
2781
- { [_er]: _c },
2782
- [_m],
2783
- [0]
2784
- ];
2785
- schema.TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
2786
- var InvalidInputException$ = [-3, n0, _IIE,
2787
- { [_er]: _c },
2788
- [_m],
2789
- [0]
2790
- ];
2791
- schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
2792
- var InvalidInstanceNameException$ = [-3, n0, _IINE,
2793
- { [_er]: _c },
2794
- [_m],
2795
- [0]
2796
- ];
2797
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
2798
- var InvalidInstanceStatusException$ = [-3, n0, _IISE,
2799
- { [_er]: _c },
2800
- [_m],
2801
- [0]
2802
- ];
2803
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
2804
- var InvalidInstanceTypeException$ = [-3, n0, _IITE,
2805
- { [_er]: _c },
2806
- [_m],
2807
- [0]
2808
- ];
2809
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
2810
- var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
2811
- { [_er]: _c },
2812
- [_m],
2813
- [0]
2814
- ];
2815
- schema.TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
2816
- var InvalidLifecycleEventHookExecutionIdException$ = [-3, n0, _ILEHEIE,
2817
- { [_er]: _c },
2818
- [_m],
2819
- [0]
2820
- ];
2821
- schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
2822
- var InvalidLifecycleEventHookExecutionStatusException$ = [-3, n0, _ILEHESE,
2823
- { [_er]: _c },
2824
- [_m],
2825
- [0]
2826
- ];
2827
- schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
2828
- var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
2829
- { [_er]: _c },
2830
- [_m],
2831
- [0]
2832
- ];
2833
- schema.TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
2834
- var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
2835
- { [_er]: _c },
2836
- [_m],
2837
- [0]
2838
- ];
2839
- schema.TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
2840
- var InvalidNextTokenException$ = [-3, n0, _INTE,
2841
- { [_er]: _c },
2842
- [_m],
2843
- [0]
2844
- ];
2845
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
2846
- var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
2847
- { [_er]: _c },
2848
- [_m],
2849
- [0]
2850
- ];
2851
- schema.TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
2852
- var InvalidOperationException$ = [-3, n0, _IOE,
2853
- { [_er]: _c },
2854
- [_m],
2855
- [0]
2856
- ];
2857
- schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
2858
- var InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
2859
- { [_er]: _c },
2860
- [_m],
2861
- [0]
2862
- ];
2863
- schema.TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
2864
- var InvalidRevisionException$ = [-3, n0, _IRE,
2865
- { [_er]: _c },
2866
- [_m],
2867
- [0]
2868
- ];
2869
- schema.TypeRegistry.for(n0).registerError(InvalidRevisionException$, InvalidRevisionException);
2870
- var InvalidRoleException$ = [-3, n0, _IREn,
2871
- { [_er]: _c },
2872
- [_m],
2873
- [0]
2874
- ];
2875
- schema.TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
2876
- var InvalidSortByException$ = [-3, n0, _ISBE,
2877
- { [_er]: _c },
2878
- [_m],
2879
- [0]
2880
- ];
2881
- schema.TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
2882
- var InvalidSortOrderException$ = [-3, n0, _ISOE,
2883
- { [_er]: _c },
2884
- [_m],
2885
- [0]
2886
- ];
2887
- schema.TypeRegistry.for(n0).registerError(InvalidSortOrderException$, InvalidSortOrderException);
2888
- var InvalidTagException$ = [-3, n0, _ITE,
2889
- { [_er]: _c },
2890
- [_m],
2891
- [0]
2892
- ];
2893
- schema.TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
2894
- var InvalidTagFilterException$ = [-3, n0, _ITFE,
2895
- { [_er]: _c },
2896
- [_m],
2897
- [0]
2898
- ];
2899
- schema.TypeRegistry.for(n0).registerError(InvalidTagFilterException$, InvalidTagFilterException);
2900
- var InvalidTagsToAddException$ = [-3, n0, _ITTAE,
2901
- { [_er]: _c },
2902
- [_m],
2903
- [0]
2904
- ];
2905
- schema.TypeRegistry.for(n0).registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
2906
- var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
2907
- { [_er]: _c },
2908
- [_m],
2909
- [0]
2910
- ];
2911
- schema.TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
2912
- var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
2913
- { [_er]: _c },
2914
- [_m],
2915
- [0]
2916
- ];
2917
- schema.TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
2918
- var InvalidTargetInstancesException$ = [-3, n0, _ITIE,
2919
- { [_er]: _c },
2920
- [_m],
2921
- [0]
2922
- ];
2923
- schema.TypeRegistry.for(n0).registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
2924
- var InvalidTimeRangeException$ = [-3, n0, _ITRE,
2925
- { [_er]: _c },
2926
- [_m],
2927
- [0]
2928
- ];
2929
- schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
2930
- var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
2931
- { [_er]: _c },
2932
- [_m],
2933
- [0]
2934
- ];
2935
- schema.TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
2936
- var InvalidTriggerConfigException$ = [-3, n0, _ITCE,
2937
- { [_er]: _c },
2938
- [_m],
2939
- [0]
2940
- ];
2941
- schema.TypeRegistry.for(n0).registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
2942
- var InvalidUpdateOutdatedInstancesOnlyValueException$ = [-3, n0, _IUOIOVE,
2943
- { [_er]: _c },
2944
- [_m],
2945
- [0]
2946
- ];
2947
- schema.TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
2948
- var InvalidZonalDeploymentConfigurationException$ = [-3, n0, _IZDCE,
2949
- { [_er]: _c },
2950
- [_m],
2951
- [0]
2952
- ];
2953
- schema.TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
2954
- var LambdaFunctionInfo$ = [3, n0, _LFI,
2955
- 0,
2956
- [_fN, _fA, _cV, _tV, _tVW],
2957
- [0, 0, 0, 0, 1]
2958
- ];
2959
- var LambdaTarget$ = [3, n0, _LT,
2960
- 0,
2961
- [_dI, _tIa, _tA, _st, _lUA, _lE, _lFI],
2962
- [0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo$]
2963
- ];
2964
- var LastDeploymentInfo$ = [3, n0, _LDI,
2965
- 0,
2966
- [_dI, _st, _eTn, _cT],
2967
- [0, 0, 4, 4]
2968
- ];
2969
- var LifecycleEvent$ = [3, n0, _LE,
2970
- 0,
2971
- [_lEN, _di, _sT, _eTn, _st],
2972
- [0, () => Diagnostics$, 4, 4, 0]
2973
- ];
2974
- var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE,
2975
- { [_er]: _c },
2976
- [_m],
2977
- [0]
2978
- ];
2979
- schema.TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
2980
- var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
2981
- { [_er]: _c },
2982
- [_m],
2983
- [0]
2984
- ];
2985
- schema.TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
2986
- var ListApplicationRevisionsInput$ = [3, n0, _LARI,
2987
- 0,
2988
- [_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
2989
- [0, 0, 0, 0, 0, 0, 0], 1
2990
- ];
2991
- var ListApplicationRevisionsOutput$ = [3, n0, _LARO,
2992
- 0,
2993
- [_r, _nT],
2994
- [() => RevisionLocationList, 0]
2995
- ];
2996
- var ListApplicationsInput$ = [3, n0, _LAI,
2997
- 0,
2998
- [_nT],
2999
- [0]
3000
- ];
3001
- var ListApplicationsOutput$ = [3, n0, _LAO,
3002
- 0,
3003
- [_app, _nT],
3004
- [64 | 0, 0]
3005
- ];
3006
- var ListDeploymentConfigsInput$ = [3, n0, _LDCI,
3007
- 0,
3008
- [_nT],
3009
- [0]
3010
- ];
3011
- var ListDeploymentConfigsOutput$ = [3, n0, _LDCO,
3012
- 0,
3013
- [_dCL, _nT],
3014
- [64 | 0, 0]
3015
- ];
3016
- var ListDeploymentGroupsInput$ = [3, n0, _LDGI,
3017
- 0,
3018
- [_aN, _nT],
3019
- [0, 0], 1
3020
- ];
3021
- var ListDeploymentGroupsOutput$ = [3, n0, _LDGO,
3022
- 0,
3023
- [_aN, _dG, _nT],
3024
- [0, 64 | 0, 0]
3025
- ];
3026
- var ListDeploymentInstancesInput$ = [3, n0, _LDII,
3027
- 0,
3028
- [_dI, _nT, _iSF, _iTF],
3029
- [0, 0, 64 | 0, 64 | 0], 1
3030
- ];
3031
- var ListDeploymentInstancesOutput$ = [3, n0, _LDIO,
3032
- 0,
3033
- [_iLn, _nT],
3034
- [64 | 0, 0]
3035
- ];
3036
- var ListDeploymentsInput$ = [3, n0, _LDIi,
3037
- 0,
3038
- [_aN, _dGNe, _eI, _iOS, _cTR, _nT],
3039
- [0, 0, 0, 64 | 0, () => TimeRange$, 0]
3040
- ];
3041
- var ListDeploymentsOutput$ = [3, n0, _LDO,
3042
- 0,
3043
- [_dep, _nT],
3044
- [64 | 0, 0]
3045
- ];
3046
- var ListDeploymentTargetsInput$ = [3, n0, _LDTI,
3047
- 0,
3048
- [_dI, _nT, _tF],
3049
- [0, 0, [2, n0, _TF, 0, 0, 64 | 0]], 1
3050
- ];
3051
- var ListDeploymentTargetsOutput$ = [3, n0, _LDTO,
3052
- 0,
3053
- [_tI, _nT],
3054
- [64 | 0, 0]
3055
- ];
3056
- var ListGitHubAccountTokenNamesInput$ = [3, n0, _LGHATNI,
3057
- 0,
3058
- [_nT],
3059
- [0]
3060
- ];
3061
- var ListGitHubAccountTokenNamesOutput$ = [3, n0, _LGHATNO,
3062
- 0,
3063
- [_tNL, _nT],
3064
- [64 | 0, 0]
3065
- ];
3066
- var ListOnPremisesInstancesInput$ = [3, n0, _LOPII,
3067
- 0,
3068
- [_rS, _tFa, _nT],
3069
- [0, () => TagFilterList, 0]
3070
- ];
3071
- var ListOnPremisesInstancesOutput$ = [3, n0, _LOPIO,
3072
- 0,
3073
- [_iN, _nT],
3074
- [64 | 0, 0]
3075
- ];
3076
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
3077
- 0,
3078
- [_RA, _NT],
3079
- [0, 0], 1
3080
- ];
3081
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
3082
- 0,
3083
- [_Ta, _NT],
3084
- [() => TagList, 0]
3085
- ];
3086
- var LoadBalancerInfo$ = [3, n0, _LBI,
3087
- 0,
3088
- [_eIL, _tGIL, _tGPIL],
3089
- [() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList]
3090
- ];
3091
- var MinimumHealthyHosts$ = [3, n0, _MHH,
3092
- 0,
3093
- [_ty, _v],
3094
- [0, 1]
3095
- ];
3096
- var MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ,
3097
- 0,
3098
- [_ty, _v],
3099
- [0, 1]
3100
- ];
3101
- var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE,
3102
- { [_er]: _c },
3103
- [_m],
3104
- [0]
3105
- ];
3106
- schema.TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
3107
- var OnPremisesTagSet$ = [3, n0, _OPTS,
3108
- 0,
3109
- [_oPTSL],
3110
- [() => OnPremisesTagSetList]
3111
- ];
3112
- var OperationNotSupportedException$ = [-3, n0, _ONSE,
3113
- { [_er]: _c },
3114
- [_m],
3115
- [0]
3116
- ];
3117
- schema.TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
3118
- var PutLifecycleEventHookExecutionStatusInput$ = [3, n0, _PLEHESI,
3119
- 0,
3120
- [_dI, _lEHEI, _st],
3121
- [0, 0, 0]
3122
- ];
3123
- var PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO,
3124
- 0,
3125
- [_lEHEI],
3126
- [0]
3127
- ];
3128
- var RawString$ = [3, n0, _RS,
3129
- 0,
3130
- [_co, _s],
3131
- [0, 0]
3132
- ];
3133
- var RegisterApplicationRevisionInput$ = [3, n0, _RARI,
3134
- 0,
3135
- [_aN, _re, _d],
3136
- [0, () => RevisionLocation$, 0], 2
3137
- ];
3138
- var RegisterOnPremisesInstanceInput$ = [3, n0, _ROPII,
3139
- 0,
3140
- [_iNn, _iSA, _iUA],
3141
- [0, 0, 0], 1
3142
- ];
3143
- var RelatedDeployments$ = [3, n0, _RD,
3144
- 0,
3145
- [_aUOIRDI, _aUOIDI],
3146
- [0, 64 | 0]
3147
- ];
3148
- var RemoveTagsFromOnPremisesInstancesInput$ = [3, n0, _RTFOPII,
3149
- 0,
3150
- [_t, _iN],
3151
- [() => TagList, 64 | 0], 2
3152
- ];
3153
- var ResourceArnRequiredException$ = [-3, n0, _RARE,
3154
- { [_er]: _c },
3155
- [_m],
3156
- [0]
3157
- ];
3158
- schema.TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
3159
- var ResourceValidationException$ = [-3, n0, _RVE,
3160
- { [_er]: _c },
3161
- [_m],
3162
- [0]
3163
- ];
3164
- schema.TypeRegistry.for(n0).registerError(ResourceValidationException$, ResourceValidationException);
3165
- var RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
3166
- { [_er]: _c },
3167
- [_m],
3168
- [0]
3169
- ];
3170
- schema.TypeRegistry.for(n0).registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
3171
- var RevisionInfo$ = [3, n0, _RI,
3172
- 0,
3173
- [_rL, _gRI],
3174
- [() => RevisionLocation$, () => GenericRevisionInfo$]
3175
- ];
3176
- var RevisionLocation$ = [3, n0, _RL,
3177
- 0,
3178
- [_rTev, _sL, _gHL, _str, _aSC],
3179
- [0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$]
3180
- ];
3181
- var RevisionRequiredException$ = [-3, n0, _RRE,
3182
- { [_er]: _c },
3183
- [_m],
3184
- [0]
3185
- ];
3186
- schema.TypeRegistry.for(n0).registerError(RevisionRequiredException$, RevisionRequiredException);
3187
- var RoleRequiredException$ = [-3, n0, _RREo,
3188
- { [_er]: _c },
3189
- [_m],
3190
- [0]
3191
- ];
3192
- schema.TypeRegistry.for(n0).registerError(RoleRequiredException$, RoleRequiredException);
3193
- var RollbackInfo$ = [3, n0, _RIo,
3194
- 0,
3195
- [_rDI, _rTDI, _rM],
3196
- [0, 0, 0]
3197
- ];
3198
- var S3Location$ = [3, n0, _SL,
3199
- 0,
3200
- [_b, _k, _bT, _ve, _eTa],
3201
- [0, 0, 0, 0, 0]
3202
- ];
3203
- var SkipWaitTimeForInstanceTerminationInput$ = [3, n0, _SWTFITI,
3204
- 0,
3205
- [_dI],
3206
- [0]
3207
- ];
3208
- var StopDeploymentInput$ = [3, n0, _SDI,
3209
- 0,
3210
- [_dI, _aRE],
3211
- [0, 2], 1
3212
- ];
3213
- var StopDeploymentOutput$ = [3, n0, _SDO,
3214
- 0,
3215
- [_st, _sM],
3216
- [0, 0]
3217
- ];
3218
- var Tag$ = [3, n0, _Tag,
3219
- 0,
3220
- [_K, _V],
3221
- [0, 0]
3222
- ];
3223
- var TagFilter$ = [3, n0, _TFa,
3224
- 0,
3225
- [_K, _V, _T],
3226
- [0, 0, 0]
3227
- ];
3228
- var TagLimitExceededException$ = [-3, n0, _TLEE,
3229
- { [_er]: _c },
3230
- [_m],
3231
- [0]
3232
- ];
3233
- schema.TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
3234
- var TagRequiredException$ = [-3, n0, _TRE,
3235
- { [_er]: _c },
3236
- [_m],
3237
- [0]
3238
- ];
3239
- schema.TypeRegistry.for(n0).registerError(TagRequiredException$, TagRequiredException);
3240
- var TagResourceInput$ = [3, n0, _TRI,
3241
- 0,
3242
- [_RA, _Ta],
3243
- [0, () => TagList], 2
3244
- ];
3245
- var TagResourceOutput$ = [3, n0, _TRO,
3246
- 0,
3247
- [],
3248
- []
3249
- ];
3250
- var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE,
3251
- { [_er]: _c },
3252
- [_m],
3253
- [0]
3254
- ];
3255
- schema.TypeRegistry.for(n0).registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
3256
- var TargetGroupInfo$ = [3, n0, _TGI,
3257
- 0,
3258
- [_n],
3259
- [0]
3260
- ];
3261
- var TargetGroupPairInfo$ = [3, n0, _TGPI,
3262
- 0,
3263
- [_tGa, _pTR, _tTR],
3264
- [() => TargetGroupInfoList, () => TrafficRoute$, () => TrafficRoute$]
3265
- ];
3266
- var TargetInstances$ = [3, n0, _TI,
3267
- 0,
3268
- [_tFa, _aSG, _eTS],
3269
- [() => EC2TagFilterList, 64 | 0, () => EC2TagSet$]
3270
- ];
3271
- var ThrottlingException$ = [-3, n0, _TE,
3272
- { [_er]: _c },
3273
- [_m],
3274
- [0]
3275
- ];
3276
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
3277
- var TimeBasedCanary$ = [3, n0, _TBC,
3278
- 0,
3279
- [_cPa, _cIa],
3280
- [1, 1]
3281
- ];
3282
- var TimeBasedLinear$ = [3, n0, _TBL,
3283
- 0,
3284
- [_lP, _lI],
3285
- [1, 1]
3286
- ];
3287
- var TimeRange$ = [3, n0, _TR,
3288
- 0,
3289
- [_sta, _en],
3290
- [4, 4]
3291
- ];
3292
- var TrafficRoute$ = [3, n0, _TRr,
3293
- 0,
3294
- [_lA],
3295
- [64 | 0]
3296
- ];
3297
- var TrafficRoutingConfig$ = [3, n0, _TRC,
3298
- 0,
3299
- [_ty, _tBC, _tBL],
3300
- [0, () => TimeBasedCanary$, () => TimeBasedLinear$]
3301
- ];
3302
- var TriggerConfig$ = [3, n0, _TC,
3303
- 0,
3304
- [_tNr, _tTA, _tE],
3305
- [0, 0, 64 | 0]
3306
- ];
3307
- var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE,
3308
- { [_er]: _c },
3309
- [_m],
3310
- [0]
3311
- ];
3312
- schema.TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
3313
- var UnsupportedActionForDeploymentTypeException$ = [-3, n0, _UAFDTE,
3314
- { [_er]: _c },
3315
- [_m],
3316
- [0]
3317
- ];
3318
- schema.TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
3319
- var UntagResourceInput$ = [3, n0, _URI,
3320
- 0,
3321
- [_RA, _TK],
3322
- [0, 64 | 0], 2
3323
- ];
3324
- var UntagResourceOutput$ = [3, n0, _URO,
3325
- 0,
3326
- [],
3327
- []
3328
- ];
3329
- var UpdateApplicationInput$ = [3, n0, _UAI,
3330
- 0,
3331
- [_aN, _nAN],
3332
- [0, 0]
3333
- ];
3334
- var UpdateDeploymentGroupInput$ = [3, n0, _UDGI,
3335
- 0,
3336
- [_aN, _cDGN, _nDGN, _dCN, _eTF, _oPITF, _aSG, _sRA, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _tHE],
3337
- [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, 2], 2
3338
- ];
3339
- var UpdateDeploymentGroupOutput$ = [3, n0, _UDGO,
3340
- 0,
3341
- [_hNCU],
3342
- [() => AutoScalingGroupList]
3343
- ];
3344
- var ZonalConfig$ = [3, n0, _ZC,
3345
- 0,
3346
- [_fZMDIS, _mDIS, _mHHPZ],
3347
- [1, 1, () => MinimumHealthyHostsPerZone$]
3348
- ];
3349
- var __Unit = "unit";
3350
- var CodeDeployServiceException$ = [-3, _sm, "CodeDeployServiceException", 0, [], []];
3351
- schema.TypeRegistry.for(_sm).registerError(CodeDeployServiceException$, CodeDeployServiceException);
3352
- var AlarmList = [1, n0, _AL,
3353
- 0, () => Alarm$
3354
- ];
3355
- var ApplicationsInfoList = [1, n0, _AIL,
3356
- 0, () => ApplicationInfo$
3357
- ];
3358
- var AutoScalingGroupList = [1, n0, _ASGL,
3359
- 0, () => AutoScalingGroup$
3360
- ];
3361
- var DeploymentGroupInfoList = [1, n0, _DGIL,
3362
- 0, () => DeploymentGroupInfo$
3363
- ];
3364
- var DeploymentsInfoList = [1, n0, _DIL,
3365
- 0, () => DeploymentInfo$
3366
- ];
3367
- var DeploymentTargetList = [1, n0, _DTL,
3368
- 0, () => DeploymentTarget$
3369
- ];
3370
- var EC2TagFilterList = [1, n0, _ECTFL,
3371
- 0, () => EC2TagFilter$
3372
- ];
3373
- var EC2TagSetList = [1, n0, _ECTSL,
3374
- 0, () => EC2TagFilterList
3375
- ];
3376
- var ECSServiceList = [1, n0, _ECSSL,
3377
- 0, () => ECSService$
3378
- ];
3379
- var ECSTaskSetList = [1, n0, _ECSTSL,
3380
- 0, () => ECSTaskSet$
3381
- ];
3382
- var ELBInfoList = [1, n0, _ELBIL,
3383
- 0, () => ELBInfo$
3384
- ];
3385
- var InstanceInfoList = [1, n0, _IIL,
3386
- 0, () => InstanceInfo$
3387
- ];
3388
- var InstanceSummaryList = [1, n0, _ISL,
3389
- 0, () => InstanceSummary$
3390
- ];
3391
- var LifecycleEventList = [1, n0, _LEL,
3392
- 0, () => LifecycleEvent$
3393
- ];
3394
- var OnPremisesTagSetList = [1, n0, _OPTSL,
3395
- 0, () => TagFilterList
3396
- ];
3397
- var RevisionInfoList = [1, n0, _RIL,
3398
- 0, () => RevisionInfo$
3399
- ];
3400
- var RevisionLocationList = [1, n0, _RLL,
3401
- 0, () => RevisionLocation$
3402
- ];
3403
- var TagFilterList = [1, n0, _TFL,
3404
- 0, () => TagFilter$
3405
- ];
3406
- var TagList = [1, n0, _TL,
3407
- 0, () => Tag$
3408
- ];
3409
- var TargetGroupInfoList = [1, n0, _TGIL,
3410
- 0, () => TargetGroupInfo$
3411
- ];
3412
- var TargetGroupPairInfoList = [1, n0, _TGPIL,
3413
- 0, () => TargetGroupPairInfo$
3414
- ];
3415
- var TriggerConfigList = [1, n0, _TCL,
3416
- 0, () => TriggerConfig$
3417
- ];
3418
- var AddTagsToOnPremisesInstances$ = [9, n0, _ATTOPI,
3419
- 0, () => AddTagsToOnPremisesInstancesInput$, () => __Unit
3420
- ];
3421
- var BatchGetApplicationRevisions$ = [9, n0, _BGAR,
3422
- 0, () => BatchGetApplicationRevisionsInput$, () => BatchGetApplicationRevisionsOutput$
3423
- ];
3424
- var BatchGetApplications$ = [9, n0, _BGA,
3425
- 0, () => BatchGetApplicationsInput$, () => BatchGetApplicationsOutput$
3426
- ];
3427
- var BatchGetDeploymentGroups$ = [9, n0, _BGDG,
3428
- 0, () => BatchGetDeploymentGroupsInput$, () => BatchGetDeploymentGroupsOutput$
3429
- ];
3430
- var BatchGetDeploymentInstances$ = [9, n0, _BGDIa,
3431
- 0, () => BatchGetDeploymentInstancesInput$, () => BatchGetDeploymentInstancesOutput$
3432
- ];
3433
- var BatchGetDeployments$ = [9, n0, _BGD,
3434
- 0, () => BatchGetDeploymentsInput$, () => BatchGetDeploymentsOutput$
3435
- ];
3436
- var BatchGetDeploymentTargets$ = [9, n0, _BGDT,
3437
- 0, () => BatchGetDeploymentTargetsInput$, () => BatchGetDeploymentTargetsOutput$
3438
- ];
3439
- var BatchGetOnPremisesInstances$ = [9, n0, _BGOPI,
3440
- 0, () => BatchGetOnPremisesInstancesInput$, () => BatchGetOnPremisesInstancesOutput$
3441
- ];
3442
- var ContinueDeployment$ = [9, n0, _CD,
3443
- 0, () => ContinueDeploymentInput$, () => __Unit
3444
- ];
3445
- var CreateApplication$ = [9, n0, _CA,
3446
- 0, () => CreateApplicationInput$, () => CreateApplicationOutput$
3447
- ];
3448
- var CreateDeployment$ = [9, n0, _CDr,
3449
- 0, () => CreateDeploymentInput$, () => CreateDeploymentOutput$
3450
- ];
3451
- var CreateDeploymentConfig$ = [9, n0, _CDC,
3452
- 0, () => CreateDeploymentConfigInput$, () => CreateDeploymentConfigOutput$
3453
- ];
3454
- var CreateDeploymentGroup$ = [9, n0, _CDG,
3455
- 0, () => CreateDeploymentGroupInput$, () => CreateDeploymentGroupOutput$
3456
- ];
3457
- var DeleteApplication$ = [9, n0, _DA,
3458
- 0, () => DeleteApplicationInput$, () => __Unit
3459
- ];
3460
- var DeleteDeploymentConfig$ = [9, n0, _DDC,
3461
- 0, () => DeleteDeploymentConfigInput$, () => __Unit
3462
- ];
3463
- var DeleteDeploymentGroup$ = [9, n0, _DDG,
3464
- 0, () => DeleteDeploymentGroupInput$, () => DeleteDeploymentGroupOutput$
3465
- ];
3466
- var DeleteGitHubAccountToken$ = [9, n0, _DGHAT,
3467
- 0, () => DeleteGitHubAccountTokenInput$, () => DeleteGitHubAccountTokenOutput$
3468
- ];
3469
- var DeleteResourcesByExternalId$ = [9, n0, _DRBEI,
3470
- 0, () => DeleteResourcesByExternalIdInput$, () => DeleteResourcesByExternalIdOutput$
3471
- ];
3472
- var DeregisterOnPremisesInstance$ = [9, n0, _DOPI,
3473
- 0, () => DeregisterOnPremisesInstanceInput$, () => __Unit
3474
- ];
3475
- var GetApplication$ = [9, n0, _GA,
3476
- 0, () => GetApplicationInput$, () => GetApplicationOutput$
3477
- ];
3478
- var GetApplicationRevision$ = [9, n0, _GAR,
3479
- 0, () => GetApplicationRevisionInput$, () => GetApplicationRevisionOutput$
3480
- ];
3481
- var GetDeployment$ = [9, n0, _GD,
3482
- 0, () => GetDeploymentInput$, () => GetDeploymentOutput$
3483
- ];
3484
- var GetDeploymentConfig$ = [9, n0, _GDC,
3485
- 0, () => GetDeploymentConfigInput$, () => GetDeploymentConfigOutput$
3486
- ];
3487
- var GetDeploymentGroup$ = [9, n0, _GDG,
3488
- 0, () => GetDeploymentGroupInput$, () => GetDeploymentGroupOutput$
3489
- ];
3490
- var GetDeploymentInstance$ = [9, n0, _GDIe,
3491
- 0, () => GetDeploymentInstanceInput$, () => GetDeploymentInstanceOutput$
3492
- ];
3493
- var GetDeploymentTarget$ = [9, n0, _GDT,
3494
- 0, () => GetDeploymentTargetInput$, () => GetDeploymentTargetOutput$
3495
- ];
3496
- var GetOnPremisesInstance$ = [9, n0, _GOPI,
3497
- 0, () => GetOnPremisesInstanceInput$, () => GetOnPremisesInstanceOutput$
3498
- ];
3499
- var ListApplicationRevisions$ = [9, n0, _LAR,
3500
- 0, () => ListApplicationRevisionsInput$, () => ListApplicationRevisionsOutput$
3501
- ];
3502
- var ListApplications$ = [9, n0, _LA,
3503
- 0, () => ListApplicationsInput$, () => ListApplicationsOutput$
3504
- ];
3505
- var ListDeploymentConfigs$ = [9, n0, _LDC,
3506
- 0, () => ListDeploymentConfigsInput$, () => ListDeploymentConfigsOutput$
3507
- ];
3508
- var ListDeploymentGroups$ = [9, n0, _LDG,
3509
- 0, () => ListDeploymentGroupsInput$, () => ListDeploymentGroupsOutput$
3510
- ];
3511
- var ListDeploymentInstances$ = [9, n0, _LDIis,
3512
- 0, () => ListDeploymentInstancesInput$, () => ListDeploymentInstancesOutput$
3513
- ];
3514
- var ListDeployments$ = [9, n0, _LD,
3515
- 0, () => ListDeploymentsInput$, () => ListDeploymentsOutput$
3516
- ];
3517
- var ListDeploymentTargets$ = [9, n0, _LDT,
3518
- 0, () => ListDeploymentTargetsInput$, () => ListDeploymentTargetsOutput$
3519
- ];
3520
- var ListGitHubAccountTokenNames$ = [9, n0, _LGHATN,
3521
- 0, () => ListGitHubAccountTokenNamesInput$, () => ListGitHubAccountTokenNamesOutput$
3522
- ];
3523
- var ListOnPremisesInstances$ = [9, n0, _LOPI,
3524
- 0, () => ListOnPremisesInstancesInput$, () => ListOnPremisesInstancesOutput$
3525
- ];
3526
- var ListTagsForResource$ = [9, n0, _LTFR,
3527
- 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
3528
- ];
3529
- var PutLifecycleEventHookExecutionStatus$ = [9, n0, _PLEHES,
3530
- 0, () => PutLifecycleEventHookExecutionStatusInput$, () => PutLifecycleEventHookExecutionStatusOutput$
3531
- ];
3532
- var RegisterApplicationRevision$ = [9, n0, _RAR,
3533
- 0, () => RegisterApplicationRevisionInput$, () => __Unit
3534
- ];
3535
- var RegisterOnPremisesInstance$ = [9, n0, _ROPI,
3536
- 0, () => RegisterOnPremisesInstanceInput$, () => __Unit
3537
- ];
3538
- var RemoveTagsFromOnPremisesInstances$ = [9, n0, _RTFOPI,
3539
- 0, () => RemoveTagsFromOnPremisesInstancesInput$, () => __Unit
3540
- ];
3541
- var SkipWaitTimeForInstanceTermination$ = [9, n0, _SWTFIT,
3542
- 0, () => SkipWaitTimeForInstanceTerminationInput$, () => __Unit
3543
- ];
3544
- var StopDeployment$ = [9, n0, _SD,
3545
- 0, () => StopDeploymentInput$, () => StopDeploymentOutput$
3546
- ];
3547
- var TagResource$ = [9, n0, _TRa,
3548
- 0, () => TagResourceInput$, () => TagResourceOutput$
3549
- ];
3550
- var UntagResource$ = [9, n0, _UR,
3551
- 0, () => UntagResourceInput$, () => UntagResourceOutput$
3552
- ];
3553
- var UpdateApplication$ = [9, n0, _UA,
3554
- 0, () => UpdateApplicationInput$, () => __Unit
3555
- ];
3556
- var UpdateDeploymentGroup$ = [9, n0, _UDG,
3557
- 0, () => UpdateDeploymentGroupInput$, () => UpdateDeploymentGroupOutput$
3558
- ];
3559
-
3560
117
  class AddTagsToOnPremisesInstancesCommand extends smithyClient.Command
3561
118
  .classBuilder()
3562
119
  .ep(commonParams)
@@ -3565,7 +122,7 @@ class AddTagsToOnPremisesInstancesCommand extends smithyClient.Command
3565
122
  })
3566
123
  .s("CodeDeploy_20141006", "AddTagsToOnPremisesInstances", {})
3567
124
  .n("CodeDeployClient", "AddTagsToOnPremisesInstancesCommand")
3568
- .sc(AddTagsToOnPremisesInstances$)
125
+ .sc(schemas_0.AddTagsToOnPremisesInstances$)
3569
126
  .build() {
3570
127
  }
3571
128
 
@@ -3577,7 +134,7 @@ class BatchGetApplicationRevisionsCommand extends smithyClient.Command
3577
134
  })
3578
135
  .s("CodeDeploy_20141006", "BatchGetApplicationRevisions", {})
3579
136
  .n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
3580
- .sc(BatchGetApplicationRevisions$)
137
+ .sc(schemas_0.BatchGetApplicationRevisions$)
3581
138
  .build() {
3582
139
  }
3583
140
 
@@ -3589,7 +146,7 @@ class BatchGetApplicationsCommand extends smithyClient.Command
3589
146
  })
3590
147
  .s("CodeDeploy_20141006", "BatchGetApplications", {})
3591
148
  .n("CodeDeployClient", "BatchGetApplicationsCommand")
3592
- .sc(BatchGetApplications$)
149
+ .sc(schemas_0.BatchGetApplications$)
3593
150
  .build() {
3594
151
  }
3595
152
 
@@ -3601,7 +158,7 @@ class BatchGetDeploymentGroupsCommand extends smithyClient.Command
3601
158
  })
3602
159
  .s("CodeDeploy_20141006", "BatchGetDeploymentGroups", {})
3603
160
  .n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
3604
- .sc(BatchGetDeploymentGroups$)
161
+ .sc(schemas_0.BatchGetDeploymentGroups$)
3605
162
  .build() {
3606
163
  }
3607
164
 
@@ -3613,7 +170,7 @@ class BatchGetDeploymentInstancesCommand extends smithyClient.Command
3613
170
  })
3614
171
  .s("CodeDeploy_20141006", "BatchGetDeploymentInstances", {})
3615
172
  .n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
3616
- .sc(BatchGetDeploymentInstances$)
173
+ .sc(schemas_0.BatchGetDeploymentInstances$)
3617
174
  .build() {
3618
175
  }
3619
176
 
@@ -3625,7 +182,7 @@ class BatchGetDeploymentsCommand extends smithyClient.Command
3625
182
  })
3626
183
  .s("CodeDeploy_20141006", "BatchGetDeployments", {})
3627
184
  .n("CodeDeployClient", "BatchGetDeploymentsCommand")
3628
- .sc(BatchGetDeployments$)
185
+ .sc(schemas_0.BatchGetDeployments$)
3629
186
  .build() {
3630
187
  }
3631
188
 
@@ -3637,7 +194,7 @@ class BatchGetDeploymentTargetsCommand extends smithyClient.Command
3637
194
  })
3638
195
  .s("CodeDeploy_20141006", "BatchGetDeploymentTargets", {})
3639
196
  .n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
3640
- .sc(BatchGetDeploymentTargets$)
197
+ .sc(schemas_0.BatchGetDeploymentTargets$)
3641
198
  .build() {
3642
199
  }
3643
200
 
@@ -3649,7 +206,7 @@ class BatchGetOnPremisesInstancesCommand extends smithyClient.Command
3649
206
  })
3650
207
  .s("CodeDeploy_20141006", "BatchGetOnPremisesInstances", {})
3651
208
  .n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
3652
- .sc(BatchGetOnPremisesInstances$)
209
+ .sc(schemas_0.BatchGetOnPremisesInstances$)
3653
210
  .build() {
3654
211
  }
3655
212
 
@@ -3661,7 +218,7 @@ class ContinueDeploymentCommand extends smithyClient.Command
3661
218
  })
3662
219
  .s("CodeDeploy_20141006", "ContinueDeployment", {})
3663
220
  .n("CodeDeployClient", "ContinueDeploymentCommand")
3664
- .sc(ContinueDeployment$)
221
+ .sc(schemas_0.ContinueDeployment$)
3665
222
  .build() {
3666
223
  }
3667
224
 
@@ -3673,7 +230,7 @@ class CreateApplicationCommand extends smithyClient.Command
3673
230
  })
3674
231
  .s("CodeDeploy_20141006", "CreateApplication", {})
3675
232
  .n("CodeDeployClient", "CreateApplicationCommand")
3676
- .sc(CreateApplication$)
233
+ .sc(schemas_0.CreateApplication$)
3677
234
  .build() {
3678
235
  }
3679
236
 
@@ -3685,7 +242,7 @@ class CreateDeploymentCommand extends smithyClient.Command
3685
242
  })
3686
243
  .s("CodeDeploy_20141006", "CreateDeployment", {})
3687
244
  .n("CodeDeployClient", "CreateDeploymentCommand")
3688
- .sc(CreateDeployment$)
245
+ .sc(schemas_0.CreateDeployment$)
3689
246
  .build() {
3690
247
  }
3691
248
 
@@ -3697,7 +254,7 @@ class CreateDeploymentConfigCommand extends smithyClient.Command
3697
254
  })
3698
255
  .s("CodeDeploy_20141006", "CreateDeploymentConfig", {})
3699
256
  .n("CodeDeployClient", "CreateDeploymentConfigCommand")
3700
- .sc(CreateDeploymentConfig$)
257
+ .sc(schemas_0.CreateDeploymentConfig$)
3701
258
  .build() {
3702
259
  }
3703
260
 
@@ -3709,7 +266,7 @@ class CreateDeploymentGroupCommand extends smithyClient.Command
3709
266
  })
3710
267
  .s("CodeDeploy_20141006", "CreateDeploymentGroup", {})
3711
268
  .n("CodeDeployClient", "CreateDeploymentGroupCommand")
3712
- .sc(CreateDeploymentGroup$)
269
+ .sc(schemas_0.CreateDeploymentGroup$)
3713
270
  .build() {
3714
271
  }
3715
272
 
@@ -3721,7 +278,7 @@ class DeleteApplicationCommand extends smithyClient.Command
3721
278
  })
3722
279
  .s("CodeDeploy_20141006", "DeleteApplication", {})
3723
280
  .n("CodeDeployClient", "DeleteApplicationCommand")
3724
- .sc(DeleteApplication$)
281
+ .sc(schemas_0.DeleteApplication$)
3725
282
  .build() {
3726
283
  }
3727
284
 
@@ -3733,7 +290,7 @@ class DeleteDeploymentConfigCommand extends smithyClient.Command
3733
290
  })
3734
291
  .s("CodeDeploy_20141006", "DeleteDeploymentConfig", {})
3735
292
  .n("CodeDeployClient", "DeleteDeploymentConfigCommand")
3736
- .sc(DeleteDeploymentConfig$)
293
+ .sc(schemas_0.DeleteDeploymentConfig$)
3737
294
  .build() {
3738
295
  }
3739
296
 
@@ -3745,7 +302,7 @@ class DeleteDeploymentGroupCommand extends smithyClient.Command
3745
302
  })
3746
303
  .s("CodeDeploy_20141006", "DeleteDeploymentGroup", {})
3747
304
  .n("CodeDeployClient", "DeleteDeploymentGroupCommand")
3748
- .sc(DeleteDeploymentGroup$)
305
+ .sc(schemas_0.DeleteDeploymentGroup$)
3749
306
  .build() {
3750
307
  }
3751
308
 
@@ -3757,7 +314,7 @@ class DeleteGitHubAccountTokenCommand extends smithyClient.Command
3757
314
  })
3758
315
  .s("CodeDeploy_20141006", "DeleteGitHubAccountToken", {})
3759
316
  .n("CodeDeployClient", "DeleteGitHubAccountTokenCommand")
3760
- .sc(DeleteGitHubAccountToken$)
317
+ .sc(schemas_0.DeleteGitHubAccountToken$)
3761
318
  .build() {
3762
319
  }
3763
320
 
@@ -3769,7 +326,7 @@ class DeleteResourcesByExternalIdCommand extends smithyClient.Command
3769
326
  })
3770
327
  .s("CodeDeploy_20141006", "DeleteResourcesByExternalId", {})
3771
328
  .n("CodeDeployClient", "DeleteResourcesByExternalIdCommand")
3772
- .sc(DeleteResourcesByExternalId$)
329
+ .sc(schemas_0.DeleteResourcesByExternalId$)
3773
330
  .build() {
3774
331
  }
3775
332
 
@@ -3781,7 +338,7 @@ class DeregisterOnPremisesInstanceCommand extends smithyClient.Command
3781
338
  })
3782
339
  .s("CodeDeploy_20141006", "DeregisterOnPremisesInstance", {})
3783
340
  .n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand")
3784
- .sc(DeregisterOnPremisesInstance$)
341
+ .sc(schemas_0.DeregisterOnPremisesInstance$)
3785
342
  .build() {
3786
343
  }
3787
344
 
@@ -3793,7 +350,7 @@ class GetApplicationCommand extends smithyClient.Command
3793
350
  })
3794
351
  .s("CodeDeploy_20141006", "GetApplication", {})
3795
352
  .n("CodeDeployClient", "GetApplicationCommand")
3796
- .sc(GetApplication$)
353
+ .sc(schemas_0.GetApplication$)
3797
354
  .build() {
3798
355
  }
3799
356
 
@@ -3805,7 +362,7 @@ class GetApplicationRevisionCommand extends smithyClient.Command
3805
362
  })
3806
363
  .s("CodeDeploy_20141006", "GetApplicationRevision", {})
3807
364
  .n("CodeDeployClient", "GetApplicationRevisionCommand")
3808
- .sc(GetApplicationRevision$)
365
+ .sc(schemas_0.GetApplicationRevision$)
3809
366
  .build() {
3810
367
  }
3811
368
 
@@ -3817,7 +374,7 @@ class GetDeploymentCommand extends smithyClient.Command
3817
374
  })
3818
375
  .s("CodeDeploy_20141006", "GetDeployment", {})
3819
376
  .n("CodeDeployClient", "GetDeploymentCommand")
3820
- .sc(GetDeployment$)
377
+ .sc(schemas_0.GetDeployment$)
3821
378
  .build() {
3822
379
  }
3823
380
 
@@ -3829,7 +386,7 @@ class GetDeploymentConfigCommand extends smithyClient.Command
3829
386
  })
3830
387
  .s("CodeDeploy_20141006", "GetDeploymentConfig", {})
3831
388
  .n("CodeDeployClient", "GetDeploymentConfigCommand")
3832
- .sc(GetDeploymentConfig$)
389
+ .sc(schemas_0.GetDeploymentConfig$)
3833
390
  .build() {
3834
391
  }
3835
392
 
@@ -3841,7 +398,7 @@ class GetDeploymentGroupCommand extends smithyClient.Command
3841
398
  })
3842
399
  .s("CodeDeploy_20141006", "GetDeploymentGroup", {})
3843
400
  .n("CodeDeployClient", "GetDeploymentGroupCommand")
3844
- .sc(GetDeploymentGroup$)
401
+ .sc(schemas_0.GetDeploymentGroup$)
3845
402
  .build() {
3846
403
  }
3847
404
 
@@ -3853,7 +410,7 @@ class GetDeploymentInstanceCommand extends smithyClient.Command
3853
410
  })
3854
411
  .s("CodeDeploy_20141006", "GetDeploymentInstance", {})
3855
412
  .n("CodeDeployClient", "GetDeploymentInstanceCommand")
3856
- .sc(GetDeploymentInstance$)
413
+ .sc(schemas_0.GetDeploymentInstance$)
3857
414
  .build() {
3858
415
  }
3859
416
 
@@ -3865,7 +422,7 @@ class GetDeploymentTargetCommand extends smithyClient.Command
3865
422
  })
3866
423
  .s("CodeDeploy_20141006", "GetDeploymentTarget", {})
3867
424
  .n("CodeDeployClient", "GetDeploymentTargetCommand")
3868
- .sc(GetDeploymentTarget$)
425
+ .sc(schemas_0.GetDeploymentTarget$)
3869
426
  .build() {
3870
427
  }
3871
428
 
@@ -3877,7 +434,7 @@ class GetOnPremisesInstanceCommand extends smithyClient.Command
3877
434
  })
3878
435
  .s("CodeDeploy_20141006", "GetOnPremisesInstance", {})
3879
436
  .n("CodeDeployClient", "GetOnPremisesInstanceCommand")
3880
- .sc(GetOnPremisesInstance$)
437
+ .sc(schemas_0.GetOnPremisesInstance$)
3881
438
  .build() {
3882
439
  }
3883
440
 
@@ -3889,7 +446,7 @@ class ListApplicationRevisionsCommand extends smithyClient.Command
3889
446
  })
3890
447
  .s("CodeDeploy_20141006", "ListApplicationRevisions", {})
3891
448
  .n("CodeDeployClient", "ListApplicationRevisionsCommand")
3892
- .sc(ListApplicationRevisions$)
449
+ .sc(schemas_0.ListApplicationRevisions$)
3893
450
  .build() {
3894
451
  }
3895
452
 
@@ -3901,7 +458,7 @@ class ListApplicationsCommand extends smithyClient.Command
3901
458
  })
3902
459
  .s("CodeDeploy_20141006", "ListApplications", {})
3903
460
  .n("CodeDeployClient", "ListApplicationsCommand")
3904
- .sc(ListApplications$)
461
+ .sc(schemas_0.ListApplications$)
3905
462
  .build() {
3906
463
  }
3907
464
 
@@ -3913,7 +470,7 @@ class ListDeploymentConfigsCommand extends smithyClient.Command
3913
470
  })
3914
471
  .s("CodeDeploy_20141006", "ListDeploymentConfigs", {})
3915
472
  .n("CodeDeployClient", "ListDeploymentConfigsCommand")
3916
- .sc(ListDeploymentConfigs$)
473
+ .sc(schemas_0.ListDeploymentConfigs$)
3917
474
  .build() {
3918
475
  }
3919
476
 
@@ -3925,7 +482,7 @@ class ListDeploymentGroupsCommand extends smithyClient.Command
3925
482
  })
3926
483
  .s("CodeDeploy_20141006", "ListDeploymentGroups", {})
3927
484
  .n("CodeDeployClient", "ListDeploymentGroupsCommand")
3928
- .sc(ListDeploymentGroups$)
485
+ .sc(schemas_0.ListDeploymentGroups$)
3929
486
  .build() {
3930
487
  }
3931
488
 
@@ -3937,7 +494,7 @@ class ListDeploymentInstancesCommand extends smithyClient.Command
3937
494
  })
3938
495
  .s("CodeDeploy_20141006", "ListDeploymentInstances", {})
3939
496
  .n("CodeDeployClient", "ListDeploymentInstancesCommand")
3940
- .sc(ListDeploymentInstances$)
497
+ .sc(schemas_0.ListDeploymentInstances$)
3941
498
  .build() {
3942
499
  }
3943
500
 
@@ -3949,7 +506,7 @@ class ListDeploymentsCommand extends smithyClient.Command
3949
506
  })
3950
507
  .s("CodeDeploy_20141006", "ListDeployments", {})
3951
508
  .n("CodeDeployClient", "ListDeploymentsCommand")
3952
- .sc(ListDeployments$)
509
+ .sc(schemas_0.ListDeployments$)
3953
510
  .build() {
3954
511
  }
3955
512
 
@@ -3961,7 +518,7 @@ class ListDeploymentTargetsCommand extends smithyClient.Command
3961
518
  })
3962
519
  .s("CodeDeploy_20141006", "ListDeploymentTargets", {})
3963
520
  .n("CodeDeployClient", "ListDeploymentTargetsCommand")
3964
- .sc(ListDeploymentTargets$)
521
+ .sc(schemas_0.ListDeploymentTargets$)
3965
522
  .build() {
3966
523
  }
3967
524
 
@@ -3973,7 +530,7 @@ class ListGitHubAccountTokenNamesCommand extends smithyClient.Command
3973
530
  })
3974
531
  .s("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {})
3975
532
  .n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
3976
- .sc(ListGitHubAccountTokenNames$)
533
+ .sc(schemas_0.ListGitHubAccountTokenNames$)
3977
534
  .build() {
3978
535
  }
3979
536
 
@@ -3985,7 +542,7 @@ class ListOnPremisesInstancesCommand extends smithyClient.Command
3985
542
  })
3986
543
  .s("CodeDeploy_20141006", "ListOnPremisesInstances", {})
3987
544
  .n("CodeDeployClient", "ListOnPremisesInstancesCommand")
3988
- .sc(ListOnPremisesInstances$)
545
+ .sc(schemas_0.ListOnPremisesInstances$)
3989
546
  .build() {
3990
547
  }
3991
548
 
@@ -3997,7 +554,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3997
554
  })
3998
555
  .s("CodeDeploy_20141006", "ListTagsForResource", {})
3999
556
  .n("CodeDeployClient", "ListTagsForResourceCommand")
4000
- .sc(ListTagsForResource$)
557
+ .sc(schemas_0.ListTagsForResource$)
4001
558
  .build() {
4002
559
  }
4003
560
 
@@ -4009,7 +566,7 @@ class PutLifecycleEventHookExecutionStatusCommand extends smithyClient.Command
4009
566
  })
4010
567
  .s("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {})
4011
568
  .n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
4012
- .sc(PutLifecycleEventHookExecutionStatus$)
569
+ .sc(schemas_0.PutLifecycleEventHookExecutionStatus$)
4013
570
  .build() {
4014
571
  }
4015
572
 
@@ -4021,7 +578,7 @@ class RegisterApplicationRevisionCommand extends smithyClient.Command
4021
578
  })
4022
579
  .s("CodeDeploy_20141006", "RegisterApplicationRevision", {})
4023
580
  .n("CodeDeployClient", "RegisterApplicationRevisionCommand")
4024
- .sc(RegisterApplicationRevision$)
581
+ .sc(schemas_0.RegisterApplicationRevision$)
4025
582
  .build() {
4026
583
  }
4027
584
 
@@ -4033,7 +590,7 @@ class RegisterOnPremisesInstanceCommand extends smithyClient.Command
4033
590
  })
4034
591
  .s("CodeDeploy_20141006", "RegisterOnPremisesInstance", {})
4035
592
  .n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
4036
- .sc(RegisterOnPremisesInstance$)
593
+ .sc(schemas_0.RegisterOnPremisesInstance$)
4037
594
  .build() {
4038
595
  }
4039
596
 
@@ -4045,7 +602,7 @@ class RemoveTagsFromOnPremisesInstancesCommand extends smithyClient.Command
4045
602
  })
4046
603
  .s("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {})
4047
604
  .n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
4048
- .sc(RemoveTagsFromOnPremisesInstances$)
605
+ .sc(schemas_0.RemoveTagsFromOnPremisesInstances$)
4049
606
  .build() {
4050
607
  }
4051
608
 
@@ -4057,7 +614,7 @@ class SkipWaitTimeForInstanceTerminationCommand extends smithyClient.Command
4057
614
  })
4058
615
  .s("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {})
4059
616
  .n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
4060
- .sc(SkipWaitTimeForInstanceTermination$)
617
+ .sc(schemas_0.SkipWaitTimeForInstanceTermination$)
4061
618
  .build() {
4062
619
  }
4063
620
 
@@ -4069,7 +626,7 @@ class StopDeploymentCommand extends smithyClient.Command
4069
626
  })
4070
627
  .s("CodeDeploy_20141006", "StopDeployment", {})
4071
628
  .n("CodeDeployClient", "StopDeploymentCommand")
4072
- .sc(StopDeployment$)
629
+ .sc(schemas_0.StopDeployment$)
4073
630
  .build() {
4074
631
  }
4075
632
 
@@ -4081,7 +638,7 @@ class TagResourceCommand extends smithyClient.Command
4081
638
  })
4082
639
  .s("CodeDeploy_20141006", "TagResource", {})
4083
640
  .n("CodeDeployClient", "TagResourceCommand")
4084
- .sc(TagResource$)
641
+ .sc(schemas_0.TagResource$)
4085
642
  .build() {
4086
643
  }
4087
644
 
@@ -4093,7 +650,7 @@ class UntagResourceCommand extends smithyClient.Command
4093
650
  })
4094
651
  .s("CodeDeploy_20141006", "UntagResource", {})
4095
652
  .n("CodeDeployClient", "UntagResourceCommand")
4096
- .sc(UntagResource$)
653
+ .sc(schemas_0.UntagResource$)
4097
654
  .build() {
4098
655
  }
4099
656
 
@@ -4105,7 +662,7 @@ class UpdateApplicationCommand extends smithyClient.Command
4105
662
  })
4106
663
  .s("CodeDeploy_20141006", "UpdateApplication", {})
4107
664
  .n("CodeDeployClient", "UpdateApplicationCommand")
4108
- .sc(UpdateApplication$)
665
+ .sc(schemas_0.UpdateApplication$)
4109
666
  .build() {
4110
667
  }
4111
668
 
@@ -4117,7 +674,7 @@ class UpdateDeploymentGroupCommand extends smithyClient.Command
4117
674
  })
4118
675
  .s("CodeDeploy_20141006", "UpdateDeploymentGroup", {})
4119
676
  .n("CodeDeployClient", "UpdateDeploymentGroupCommand")
4120
- .sc(UpdateDeploymentGroup$)
677
+ .sc(schemas_0.UpdateDeploymentGroup$)
4121
678
  .build() {
4122
679
  }
4123
680
 
@@ -4475,497 +1032,92 @@ Object.defineProperty(exports, "__Client", {
4475
1032
  enumerable: true,
4476
1033
  get: function () { return smithyClient.Client; }
4477
1034
  });
4478
- exports.AddTagsToOnPremisesInstances$ = AddTagsToOnPremisesInstances$;
1035
+ Object.defineProperty(exports, "CodeDeployServiceException", {
1036
+ enumerable: true,
1037
+ get: function () { return CodeDeployServiceException.CodeDeployServiceException; }
1038
+ });
4479
1039
  exports.AddTagsToOnPremisesInstancesCommand = AddTagsToOnPremisesInstancesCommand;
4480
- exports.AddTagsToOnPremisesInstancesInput$ = AddTagsToOnPremisesInstancesInput$;
4481
- exports.Alarm$ = Alarm$;
4482
- exports.AlarmConfiguration$ = AlarmConfiguration$;
4483
- exports.AlarmsLimitExceededException = AlarmsLimitExceededException;
4484
- exports.AlarmsLimitExceededException$ = AlarmsLimitExceededException$;
4485
- exports.AppSpecContent$ = AppSpecContent$;
4486
- exports.ApplicationAlreadyExistsException = ApplicationAlreadyExistsException;
4487
- exports.ApplicationAlreadyExistsException$ = ApplicationAlreadyExistsException$;
4488
- exports.ApplicationDoesNotExistException = ApplicationDoesNotExistException;
4489
- exports.ApplicationDoesNotExistException$ = ApplicationDoesNotExistException$;
4490
- exports.ApplicationInfo$ = ApplicationInfo$;
4491
- exports.ApplicationLimitExceededException = ApplicationLimitExceededException;
4492
- exports.ApplicationLimitExceededException$ = ApplicationLimitExceededException$;
4493
- exports.ApplicationNameRequiredException = ApplicationNameRequiredException;
4494
- exports.ApplicationNameRequiredException$ = ApplicationNameRequiredException$;
4495
1040
  exports.ApplicationRevisionSortBy = ApplicationRevisionSortBy;
4496
- exports.ArnNotSupportedException = ArnNotSupportedException;
4497
- exports.ArnNotSupportedException$ = ArnNotSupportedException$;
4498
- exports.AutoRollbackConfiguration$ = AutoRollbackConfiguration$;
4499
1041
  exports.AutoRollbackEvent = AutoRollbackEvent;
4500
- exports.AutoScalingGroup$ = AutoScalingGroup$;
4501
- exports.BatchGetApplicationRevisions$ = BatchGetApplicationRevisions$;
4502
1042
  exports.BatchGetApplicationRevisionsCommand = BatchGetApplicationRevisionsCommand;
4503
- exports.BatchGetApplicationRevisionsInput$ = BatchGetApplicationRevisionsInput$;
4504
- exports.BatchGetApplicationRevisionsOutput$ = BatchGetApplicationRevisionsOutput$;
4505
- exports.BatchGetApplications$ = BatchGetApplications$;
4506
1043
  exports.BatchGetApplicationsCommand = BatchGetApplicationsCommand;
4507
- exports.BatchGetApplicationsInput$ = BatchGetApplicationsInput$;
4508
- exports.BatchGetApplicationsOutput$ = BatchGetApplicationsOutput$;
4509
- exports.BatchGetDeploymentGroups$ = BatchGetDeploymentGroups$;
4510
1044
  exports.BatchGetDeploymentGroupsCommand = BatchGetDeploymentGroupsCommand;
4511
- exports.BatchGetDeploymentGroupsInput$ = BatchGetDeploymentGroupsInput$;
4512
- exports.BatchGetDeploymentGroupsOutput$ = BatchGetDeploymentGroupsOutput$;
4513
- exports.BatchGetDeploymentInstances$ = BatchGetDeploymentInstances$;
4514
1045
  exports.BatchGetDeploymentInstancesCommand = BatchGetDeploymentInstancesCommand;
4515
- exports.BatchGetDeploymentInstancesInput$ = BatchGetDeploymentInstancesInput$;
4516
- exports.BatchGetDeploymentInstancesOutput$ = BatchGetDeploymentInstancesOutput$;
4517
- exports.BatchGetDeploymentTargets$ = BatchGetDeploymentTargets$;
4518
1046
  exports.BatchGetDeploymentTargetsCommand = BatchGetDeploymentTargetsCommand;
4519
- exports.BatchGetDeploymentTargetsInput$ = BatchGetDeploymentTargetsInput$;
4520
- exports.BatchGetDeploymentTargetsOutput$ = BatchGetDeploymentTargetsOutput$;
4521
- exports.BatchGetDeployments$ = BatchGetDeployments$;
4522
1047
  exports.BatchGetDeploymentsCommand = BatchGetDeploymentsCommand;
4523
- exports.BatchGetDeploymentsInput$ = BatchGetDeploymentsInput$;
4524
- exports.BatchGetDeploymentsOutput$ = BatchGetDeploymentsOutput$;
4525
- exports.BatchGetOnPremisesInstances$ = BatchGetOnPremisesInstances$;
4526
1048
  exports.BatchGetOnPremisesInstancesCommand = BatchGetOnPremisesInstancesCommand;
4527
- exports.BatchGetOnPremisesInstancesInput$ = BatchGetOnPremisesInstancesInput$;
4528
- exports.BatchGetOnPremisesInstancesOutput$ = BatchGetOnPremisesInstancesOutput$;
4529
- exports.BatchLimitExceededException = BatchLimitExceededException;
4530
- exports.BatchLimitExceededException$ = BatchLimitExceededException$;
4531
- exports.BlueGreenDeploymentConfiguration$ = BlueGreenDeploymentConfiguration$;
4532
- exports.BlueInstanceTerminationOption$ = BlueInstanceTerminationOption$;
4533
- exports.BucketNameFilterRequiredException = BucketNameFilterRequiredException;
4534
- exports.BucketNameFilterRequiredException$ = BucketNameFilterRequiredException$;
4535
1049
  exports.BundleType = BundleType;
4536
- exports.CloudFormationTarget$ = CloudFormationTarget$;
4537
1050
  exports.CodeDeploy = CodeDeploy;
4538
1051
  exports.CodeDeployClient = CodeDeployClient;
4539
- exports.CodeDeployServiceException = CodeDeployServiceException;
4540
- exports.CodeDeployServiceException$ = CodeDeployServiceException$;
4541
1052
  exports.ComputePlatform = ComputePlatform;
4542
- exports.ContinueDeployment$ = ContinueDeployment$;
4543
1053
  exports.ContinueDeploymentCommand = ContinueDeploymentCommand;
4544
- exports.ContinueDeploymentInput$ = ContinueDeploymentInput$;
4545
- exports.CreateApplication$ = CreateApplication$;
4546
1054
  exports.CreateApplicationCommand = CreateApplicationCommand;
4547
- exports.CreateApplicationInput$ = CreateApplicationInput$;
4548
- exports.CreateApplicationOutput$ = CreateApplicationOutput$;
4549
- exports.CreateDeployment$ = CreateDeployment$;
4550
1055
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
4551
- exports.CreateDeploymentConfig$ = CreateDeploymentConfig$;
4552
1056
  exports.CreateDeploymentConfigCommand = CreateDeploymentConfigCommand;
4553
- exports.CreateDeploymentConfigInput$ = CreateDeploymentConfigInput$;
4554
- exports.CreateDeploymentConfigOutput$ = CreateDeploymentConfigOutput$;
4555
- exports.CreateDeploymentGroup$ = CreateDeploymentGroup$;
4556
1057
  exports.CreateDeploymentGroupCommand = CreateDeploymentGroupCommand;
4557
- exports.CreateDeploymentGroupInput$ = CreateDeploymentGroupInput$;
4558
- exports.CreateDeploymentGroupOutput$ = CreateDeploymentGroupOutput$;
4559
- exports.CreateDeploymentInput$ = CreateDeploymentInput$;
4560
- exports.CreateDeploymentOutput$ = CreateDeploymentOutput$;
4561
- exports.DeleteApplication$ = DeleteApplication$;
4562
1058
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
4563
- exports.DeleteApplicationInput$ = DeleteApplicationInput$;
4564
- exports.DeleteDeploymentConfig$ = DeleteDeploymentConfig$;
4565
1059
  exports.DeleteDeploymentConfigCommand = DeleteDeploymentConfigCommand;
4566
- exports.DeleteDeploymentConfigInput$ = DeleteDeploymentConfigInput$;
4567
- exports.DeleteDeploymentGroup$ = DeleteDeploymentGroup$;
4568
1060
  exports.DeleteDeploymentGroupCommand = DeleteDeploymentGroupCommand;
4569
- exports.DeleteDeploymentGroupInput$ = DeleteDeploymentGroupInput$;
4570
- exports.DeleteDeploymentGroupOutput$ = DeleteDeploymentGroupOutput$;
4571
- exports.DeleteGitHubAccountToken$ = DeleteGitHubAccountToken$;
4572
1061
  exports.DeleteGitHubAccountTokenCommand = DeleteGitHubAccountTokenCommand;
4573
- exports.DeleteGitHubAccountTokenInput$ = DeleteGitHubAccountTokenInput$;
4574
- exports.DeleteGitHubAccountTokenOutput$ = DeleteGitHubAccountTokenOutput$;
4575
- exports.DeleteResourcesByExternalId$ = DeleteResourcesByExternalId$;
4576
1062
  exports.DeleteResourcesByExternalIdCommand = DeleteResourcesByExternalIdCommand;
4577
- exports.DeleteResourcesByExternalIdInput$ = DeleteResourcesByExternalIdInput$;
4578
- exports.DeleteResourcesByExternalIdOutput$ = DeleteResourcesByExternalIdOutput$;
4579
- exports.DeploymentAlreadyCompletedException = DeploymentAlreadyCompletedException;
4580
- exports.DeploymentAlreadyCompletedException$ = DeploymentAlreadyCompletedException$;
4581
- exports.DeploymentConfigAlreadyExistsException = DeploymentConfigAlreadyExistsException;
4582
- exports.DeploymentConfigAlreadyExistsException$ = DeploymentConfigAlreadyExistsException$;
4583
- exports.DeploymentConfigDoesNotExistException = DeploymentConfigDoesNotExistException;
4584
- exports.DeploymentConfigDoesNotExistException$ = DeploymentConfigDoesNotExistException$;
4585
- exports.DeploymentConfigInUseException = DeploymentConfigInUseException;
4586
- exports.DeploymentConfigInUseException$ = DeploymentConfigInUseException$;
4587
- exports.DeploymentConfigInfo$ = DeploymentConfigInfo$;
4588
- exports.DeploymentConfigLimitExceededException = DeploymentConfigLimitExceededException;
4589
- exports.DeploymentConfigLimitExceededException$ = DeploymentConfigLimitExceededException$;
4590
- exports.DeploymentConfigNameRequiredException = DeploymentConfigNameRequiredException;
4591
- exports.DeploymentConfigNameRequiredException$ = DeploymentConfigNameRequiredException$;
4592
1063
  exports.DeploymentCreator = DeploymentCreator;
4593
- exports.DeploymentDoesNotExistException = DeploymentDoesNotExistException;
4594
- exports.DeploymentDoesNotExistException$ = DeploymentDoesNotExistException$;
4595
- exports.DeploymentGroupAlreadyExistsException = DeploymentGroupAlreadyExistsException;
4596
- exports.DeploymentGroupAlreadyExistsException$ = DeploymentGroupAlreadyExistsException$;
4597
- exports.DeploymentGroupDoesNotExistException = DeploymentGroupDoesNotExistException;
4598
- exports.DeploymentGroupDoesNotExistException$ = DeploymentGroupDoesNotExistException$;
4599
- exports.DeploymentGroupInfo$ = DeploymentGroupInfo$;
4600
- exports.DeploymentGroupLimitExceededException = DeploymentGroupLimitExceededException;
4601
- exports.DeploymentGroupLimitExceededException$ = DeploymentGroupLimitExceededException$;
4602
- exports.DeploymentGroupNameRequiredException = DeploymentGroupNameRequiredException;
4603
- exports.DeploymentGroupNameRequiredException$ = DeploymentGroupNameRequiredException$;
4604
- exports.DeploymentIdRequiredException = DeploymentIdRequiredException;
4605
- exports.DeploymentIdRequiredException$ = DeploymentIdRequiredException$;
4606
- exports.DeploymentInfo$ = DeploymentInfo$;
4607
- exports.DeploymentIsNotInReadyStateException = DeploymentIsNotInReadyStateException;
4608
- exports.DeploymentIsNotInReadyStateException$ = DeploymentIsNotInReadyStateException$;
4609
- exports.DeploymentLimitExceededException = DeploymentLimitExceededException;
4610
- exports.DeploymentLimitExceededException$ = DeploymentLimitExceededException$;
4611
- exports.DeploymentNotStartedException = DeploymentNotStartedException;
4612
- exports.DeploymentNotStartedException$ = DeploymentNotStartedException$;
4613
1064
  exports.DeploymentOption = DeploymentOption;
4614
- exports.DeploymentOverview$ = DeploymentOverview$;
4615
1065
  exports.DeploymentReadyAction = DeploymentReadyAction;
4616
- exports.DeploymentReadyOption$ = DeploymentReadyOption$;
4617
1066
  exports.DeploymentStatus = DeploymentStatus;
4618
- exports.DeploymentStyle$ = DeploymentStyle$;
4619
- exports.DeploymentTarget$ = DeploymentTarget$;
4620
- exports.DeploymentTargetDoesNotExistException = DeploymentTargetDoesNotExistException;
4621
- exports.DeploymentTargetDoesNotExistException$ = DeploymentTargetDoesNotExistException$;
4622
- exports.DeploymentTargetIdRequiredException = DeploymentTargetIdRequiredException;
4623
- exports.DeploymentTargetIdRequiredException$ = DeploymentTargetIdRequiredException$;
4624
- exports.DeploymentTargetListSizeExceededException = DeploymentTargetListSizeExceededException;
4625
- exports.DeploymentTargetListSizeExceededException$ = DeploymentTargetListSizeExceededException$;
4626
1067
  exports.DeploymentTargetType = DeploymentTargetType;
4627
1068
  exports.DeploymentType = DeploymentType;
4628
1069
  exports.DeploymentWaitType = DeploymentWaitType;
4629
- exports.DeregisterOnPremisesInstance$ = DeregisterOnPremisesInstance$;
4630
1070
  exports.DeregisterOnPremisesInstanceCommand = DeregisterOnPremisesInstanceCommand;
4631
- exports.DeregisterOnPremisesInstanceInput$ = DeregisterOnPremisesInstanceInput$;
4632
- exports.DescriptionTooLongException = DescriptionTooLongException;
4633
- exports.DescriptionTooLongException$ = DescriptionTooLongException$;
4634
- exports.Diagnostics$ = Diagnostics$;
4635
- exports.EC2TagFilter$ = EC2TagFilter$;
4636
1071
  exports.EC2TagFilterType = EC2TagFilterType;
4637
- exports.EC2TagSet$ = EC2TagSet$;
4638
- exports.ECSService$ = ECSService$;
4639
- exports.ECSServiceMappingLimitExceededException = ECSServiceMappingLimitExceededException;
4640
- exports.ECSServiceMappingLimitExceededException$ = ECSServiceMappingLimitExceededException$;
4641
- exports.ECSTarget$ = ECSTarget$;
4642
- exports.ECSTaskSet$ = ECSTaskSet$;
4643
- exports.ELBInfo$ = ELBInfo$;
4644
1072
  exports.ErrorCode = ErrorCode;
4645
- exports.ErrorInformation$ = ErrorInformation$;
4646
1073
  exports.FileExistsBehavior = FileExistsBehavior;
4647
- exports.GenericRevisionInfo$ = GenericRevisionInfo$;
4648
- exports.GetApplication$ = GetApplication$;
4649
1074
  exports.GetApplicationCommand = GetApplicationCommand;
4650
- exports.GetApplicationInput$ = GetApplicationInput$;
4651
- exports.GetApplicationOutput$ = GetApplicationOutput$;
4652
- exports.GetApplicationRevision$ = GetApplicationRevision$;
4653
1075
  exports.GetApplicationRevisionCommand = GetApplicationRevisionCommand;
4654
- exports.GetApplicationRevisionInput$ = GetApplicationRevisionInput$;
4655
- exports.GetApplicationRevisionOutput$ = GetApplicationRevisionOutput$;
4656
- exports.GetDeployment$ = GetDeployment$;
4657
1076
  exports.GetDeploymentCommand = GetDeploymentCommand;
4658
- exports.GetDeploymentConfig$ = GetDeploymentConfig$;
4659
1077
  exports.GetDeploymentConfigCommand = GetDeploymentConfigCommand;
4660
- exports.GetDeploymentConfigInput$ = GetDeploymentConfigInput$;
4661
- exports.GetDeploymentConfigOutput$ = GetDeploymentConfigOutput$;
4662
- exports.GetDeploymentGroup$ = GetDeploymentGroup$;
4663
1078
  exports.GetDeploymentGroupCommand = GetDeploymentGroupCommand;
4664
- exports.GetDeploymentGroupInput$ = GetDeploymentGroupInput$;
4665
- exports.GetDeploymentGroupOutput$ = GetDeploymentGroupOutput$;
4666
- exports.GetDeploymentInput$ = GetDeploymentInput$;
4667
- exports.GetDeploymentInstance$ = GetDeploymentInstance$;
4668
1079
  exports.GetDeploymentInstanceCommand = GetDeploymentInstanceCommand;
4669
- exports.GetDeploymentInstanceInput$ = GetDeploymentInstanceInput$;
4670
- exports.GetDeploymentInstanceOutput$ = GetDeploymentInstanceOutput$;
4671
- exports.GetDeploymentOutput$ = GetDeploymentOutput$;
4672
- exports.GetDeploymentTarget$ = GetDeploymentTarget$;
4673
1080
  exports.GetDeploymentTargetCommand = GetDeploymentTargetCommand;
4674
- exports.GetDeploymentTargetInput$ = GetDeploymentTargetInput$;
4675
- exports.GetDeploymentTargetOutput$ = GetDeploymentTargetOutput$;
4676
- exports.GetOnPremisesInstance$ = GetOnPremisesInstance$;
4677
1081
  exports.GetOnPremisesInstanceCommand = GetOnPremisesInstanceCommand;
4678
- exports.GetOnPremisesInstanceInput$ = GetOnPremisesInstanceInput$;
4679
- exports.GetOnPremisesInstanceOutput$ = GetOnPremisesInstanceOutput$;
4680
- exports.GitHubAccountTokenDoesNotExistException = GitHubAccountTokenDoesNotExistException;
4681
- exports.GitHubAccountTokenDoesNotExistException$ = GitHubAccountTokenDoesNotExistException$;
4682
- exports.GitHubAccountTokenNameRequiredException = GitHubAccountTokenNameRequiredException;
4683
- exports.GitHubAccountTokenNameRequiredException$ = GitHubAccountTokenNameRequiredException$;
4684
- exports.GitHubLocation$ = GitHubLocation$;
4685
1082
  exports.GreenFleetProvisioningAction = GreenFleetProvisioningAction;
4686
- exports.GreenFleetProvisioningOption$ = GreenFleetProvisioningOption$;
4687
- exports.IamArnRequiredException = IamArnRequiredException;
4688
- exports.IamArnRequiredException$ = IamArnRequiredException$;
4689
- exports.IamSessionArnAlreadyRegisteredException = IamSessionArnAlreadyRegisteredException;
4690
- exports.IamSessionArnAlreadyRegisteredException$ = IamSessionArnAlreadyRegisteredException$;
4691
- exports.IamUserArnAlreadyRegisteredException = IamUserArnAlreadyRegisteredException;
4692
- exports.IamUserArnAlreadyRegisteredException$ = IamUserArnAlreadyRegisteredException$;
4693
- exports.IamUserArnRequiredException = IamUserArnRequiredException;
4694
- exports.IamUserArnRequiredException$ = IamUserArnRequiredException$;
4695
1083
  exports.InstanceAction = InstanceAction;
4696
- exports.InstanceDoesNotExistException = InstanceDoesNotExistException;
4697
- exports.InstanceDoesNotExistException$ = InstanceDoesNotExistException$;
4698
- exports.InstanceIdRequiredException = InstanceIdRequiredException;
4699
- exports.InstanceIdRequiredException$ = InstanceIdRequiredException$;
4700
- exports.InstanceInfo$ = InstanceInfo$;
4701
- exports.InstanceLimitExceededException = InstanceLimitExceededException;
4702
- exports.InstanceLimitExceededException$ = InstanceLimitExceededException$;
4703
- exports.InstanceNameAlreadyRegisteredException = InstanceNameAlreadyRegisteredException;
4704
- exports.InstanceNameAlreadyRegisteredException$ = InstanceNameAlreadyRegisteredException$;
4705
- exports.InstanceNameRequiredException = InstanceNameRequiredException;
4706
- exports.InstanceNameRequiredException$ = InstanceNameRequiredException$;
4707
- exports.InstanceNotRegisteredException = InstanceNotRegisteredException;
4708
- exports.InstanceNotRegisteredException$ = InstanceNotRegisteredException$;
4709
1084
  exports.InstanceStatus = InstanceStatus;
4710
- exports.InstanceSummary$ = InstanceSummary$;
4711
- exports.InstanceTarget$ = InstanceTarget$;
4712
- exports.InvalidAlarmConfigException = InvalidAlarmConfigException;
4713
- exports.InvalidAlarmConfigException$ = InvalidAlarmConfigException$;
4714
- exports.InvalidApplicationNameException = InvalidApplicationNameException;
4715
- exports.InvalidApplicationNameException$ = InvalidApplicationNameException$;
4716
- exports.InvalidArnException = InvalidArnException;
4717
- exports.InvalidArnException$ = InvalidArnException$;
4718
- exports.InvalidAutoRollbackConfigException = InvalidAutoRollbackConfigException;
4719
- exports.InvalidAutoRollbackConfigException$ = InvalidAutoRollbackConfigException$;
4720
- exports.InvalidAutoScalingGroupException = InvalidAutoScalingGroupException;
4721
- exports.InvalidAutoScalingGroupException$ = InvalidAutoScalingGroupException$;
4722
- exports.InvalidBlueGreenDeploymentConfigurationException = InvalidBlueGreenDeploymentConfigurationException;
4723
- exports.InvalidBlueGreenDeploymentConfigurationException$ = InvalidBlueGreenDeploymentConfigurationException$;
4724
- exports.InvalidBucketNameFilterException = InvalidBucketNameFilterException;
4725
- exports.InvalidBucketNameFilterException$ = InvalidBucketNameFilterException$;
4726
- exports.InvalidComputePlatformException = InvalidComputePlatformException;
4727
- exports.InvalidComputePlatformException$ = InvalidComputePlatformException$;
4728
- exports.InvalidDeployedStateFilterException = InvalidDeployedStateFilterException;
4729
- exports.InvalidDeployedStateFilterException$ = InvalidDeployedStateFilterException$;
4730
- exports.InvalidDeploymentConfigNameException = InvalidDeploymentConfigNameException;
4731
- exports.InvalidDeploymentConfigNameException$ = InvalidDeploymentConfigNameException$;
4732
- exports.InvalidDeploymentGroupNameException = InvalidDeploymentGroupNameException;
4733
- exports.InvalidDeploymentGroupNameException$ = InvalidDeploymentGroupNameException$;
4734
- exports.InvalidDeploymentIdException = InvalidDeploymentIdException;
4735
- exports.InvalidDeploymentIdException$ = InvalidDeploymentIdException$;
4736
- exports.InvalidDeploymentInstanceTypeException = InvalidDeploymentInstanceTypeException;
4737
- exports.InvalidDeploymentInstanceTypeException$ = InvalidDeploymentInstanceTypeException$;
4738
- exports.InvalidDeploymentStatusException = InvalidDeploymentStatusException;
4739
- exports.InvalidDeploymentStatusException$ = InvalidDeploymentStatusException$;
4740
- exports.InvalidDeploymentStyleException = InvalidDeploymentStyleException;
4741
- exports.InvalidDeploymentStyleException$ = InvalidDeploymentStyleException$;
4742
- exports.InvalidDeploymentTargetIdException = InvalidDeploymentTargetIdException;
4743
- exports.InvalidDeploymentTargetIdException$ = InvalidDeploymentTargetIdException$;
4744
- exports.InvalidDeploymentWaitTypeException = InvalidDeploymentWaitTypeException;
4745
- exports.InvalidDeploymentWaitTypeException$ = InvalidDeploymentWaitTypeException$;
4746
- exports.InvalidEC2TagCombinationException = InvalidEC2TagCombinationException;
4747
- exports.InvalidEC2TagCombinationException$ = InvalidEC2TagCombinationException$;
4748
- exports.InvalidEC2TagException = InvalidEC2TagException;
4749
- exports.InvalidEC2TagException$ = InvalidEC2TagException$;
4750
- exports.InvalidECSServiceException = InvalidECSServiceException;
4751
- exports.InvalidECSServiceException$ = InvalidECSServiceException$;
4752
- exports.InvalidExternalIdException = InvalidExternalIdException;
4753
- exports.InvalidExternalIdException$ = InvalidExternalIdException$;
4754
- exports.InvalidFileExistsBehaviorException = InvalidFileExistsBehaviorException;
4755
- exports.InvalidFileExistsBehaviorException$ = InvalidFileExistsBehaviorException$;
4756
- exports.InvalidGitHubAccountTokenException = InvalidGitHubAccountTokenException;
4757
- exports.InvalidGitHubAccountTokenException$ = InvalidGitHubAccountTokenException$;
4758
- exports.InvalidGitHubAccountTokenNameException = InvalidGitHubAccountTokenNameException;
4759
- exports.InvalidGitHubAccountTokenNameException$ = InvalidGitHubAccountTokenNameException$;
4760
- exports.InvalidIamSessionArnException = InvalidIamSessionArnException;
4761
- exports.InvalidIamSessionArnException$ = InvalidIamSessionArnException$;
4762
- exports.InvalidIamUserArnException = InvalidIamUserArnException;
4763
- exports.InvalidIamUserArnException$ = InvalidIamUserArnException$;
4764
- exports.InvalidIgnoreApplicationStopFailuresValueException = InvalidIgnoreApplicationStopFailuresValueException;
4765
- exports.InvalidIgnoreApplicationStopFailuresValueException$ = InvalidIgnoreApplicationStopFailuresValueException$;
4766
- exports.InvalidInputException = InvalidInputException;
4767
- exports.InvalidInputException$ = InvalidInputException$;
4768
- exports.InvalidInstanceNameException = InvalidInstanceNameException;
4769
- exports.InvalidInstanceNameException$ = InvalidInstanceNameException$;
4770
- exports.InvalidInstanceStatusException = InvalidInstanceStatusException;
4771
- exports.InvalidInstanceStatusException$ = InvalidInstanceStatusException$;
4772
- exports.InvalidInstanceTypeException = InvalidInstanceTypeException;
4773
- exports.InvalidInstanceTypeException$ = InvalidInstanceTypeException$;
4774
- exports.InvalidKeyPrefixFilterException = InvalidKeyPrefixFilterException;
4775
- exports.InvalidKeyPrefixFilterException$ = InvalidKeyPrefixFilterException$;
4776
- exports.InvalidLifecycleEventHookExecutionIdException = InvalidLifecycleEventHookExecutionIdException;
4777
- exports.InvalidLifecycleEventHookExecutionIdException$ = InvalidLifecycleEventHookExecutionIdException$;
4778
- exports.InvalidLifecycleEventHookExecutionStatusException = InvalidLifecycleEventHookExecutionStatusException;
4779
- exports.InvalidLifecycleEventHookExecutionStatusException$ = InvalidLifecycleEventHookExecutionStatusException$;
4780
- exports.InvalidLoadBalancerInfoException = InvalidLoadBalancerInfoException;
4781
- exports.InvalidLoadBalancerInfoException$ = InvalidLoadBalancerInfoException$;
4782
- exports.InvalidMinimumHealthyHostValueException = InvalidMinimumHealthyHostValueException;
4783
- exports.InvalidMinimumHealthyHostValueException$ = InvalidMinimumHealthyHostValueException$;
4784
- exports.InvalidNextTokenException = InvalidNextTokenException;
4785
- exports.InvalidNextTokenException$ = InvalidNextTokenException$;
4786
- exports.InvalidOnPremisesTagCombinationException = InvalidOnPremisesTagCombinationException;
4787
- exports.InvalidOnPremisesTagCombinationException$ = InvalidOnPremisesTagCombinationException$;
4788
- exports.InvalidOperationException = InvalidOperationException;
4789
- exports.InvalidOperationException$ = InvalidOperationException$;
4790
- exports.InvalidRegistrationStatusException = InvalidRegistrationStatusException;
4791
- exports.InvalidRegistrationStatusException$ = InvalidRegistrationStatusException$;
4792
- exports.InvalidRevisionException = InvalidRevisionException;
4793
- exports.InvalidRevisionException$ = InvalidRevisionException$;
4794
- exports.InvalidRoleException = InvalidRoleException;
4795
- exports.InvalidRoleException$ = InvalidRoleException$;
4796
- exports.InvalidSortByException = InvalidSortByException;
4797
- exports.InvalidSortByException$ = InvalidSortByException$;
4798
- exports.InvalidSortOrderException = InvalidSortOrderException;
4799
- exports.InvalidSortOrderException$ = InvalidSortOrderException$;
4800
- exports.InvalidTagException = InvalidTagException;
4801
- exports.InvalidTagException$ = InvalidTagException$;
4802
- exports.InvalidTagFilterException = InvalidTagFilterException;
4803
- exports.InvalidTagFilterException$ = InvalidTagFilterException$;
4804
- exports.InvalidTagsToAddException = InvalidTagsToAddException;
4805
- exports.InvalidTagsToAddException$ = InvalidTagsToAddException$;
4806
- exports.InvalidTargetFilterNameException = InvalidTargetFilterNameException;
4807
- exports.InvalidTargetFilterNameException$ = InvalidTargetFilterNameException$;
4808
- exports.InvalidTargetGroupPairException = InvalidTargetGroupPairException;
4809
- exports.InvalidTargetGroupPairException$ = InvalidTargetGroupPairException$;
4810
- exports.InvalidTargetInstancesException = InvalidTargetInstancesException;
4811
- exports.InvalidTargetInstancesException$ = InvalidTargetInstancesException$;
4812
- exports.InvalidTimeRangeException = InvalidTimeRangeException;
4813
- exports.InvalidTimeRangeException$ = InvalidTimeRangeException$;
4814
- exports.InvalidTrafficRoutingConfigurationException = InvalidTrafficRoutingConfigurationException;
4815
- exports.InvalidTrafficRoutingConfigurationException$ = InvalidTrafficRoutingConfigurationException$;
4816
- exports.InvalidTriggerConfigException = InvalidTriggerConfigException;
4817
- exports.InvalidTriggerConfigException$ = InvalidTriggerConfigException$;
4818
- exports.InvalidUpdateOutdatedInstancesOnlyValueException = InvalidUpdateOutdatedInstancesOnlyValueException;
4819
- exports.InvalidUpdateOutdatedInstancesOnlyValueException$ = InvalidUpdateOutdatedInstancesOnlyValueException$;
4820
- exports.InvalidZonalDeploymentConfigurationException = InvalidZonalDeploymentConfigurationException;
4821
- exports.InvalidZonalDeploymentConfigurationException$ = InvalidZonalDeploymentConfigurationException$;
4822
- exports.LambdaFunctionInfo$ = LambdaFunctionInfo$;
4823
- exports.LambdaTarget$ = LambdaTarget$;
4824
- exports.LastDeploymentInfo$ = LastDeploymentInfo$;
4825
1085
  exports.LifecycleErrorCode = LifecycleErrorCode;
4826
- exports.LifecycleEvent$ = LifecycleEvent$;
4827
- exports.LifecycleEventAlreadyCompletedException = LifecycleEventAlreadyCompletedException;
4828
- exports.LifecycleEventAlreadyCompletedException$ = LifecycleEventAlreadyCompletedException$;
4829
1086
  exports.LifecycleEventStatus = LifecycleEventStatus;
4830
- exports.LifecycleHookLimitExceededException = LifecycleHookLimitExceededException;
4831
- exports.LifecycleHookLimitExceededException$ = LifecycleHookLimitExceededException$;
4832
- exports.ListApplicationRevisions$ = ListApplicationRevisions$;
4833
1087
  exports.ListApplicationRevisionsCommand = ListApplicationRevisionsCommand;
4834
- exports.ListApplicationRevisionsInput$ = ListApplicationRevisionsInput$;
4835
- exports.ListApplicationRevisionsOutput$ = ListApplicationRevisionsOutput$;
4836
- exports.ListApplications$ = ListApplications$;
4837
1088
  exports.ListApplicationsCommand = ListApplicationsCommand;
4838
- exports.ListApplicationsInput$ = ListApplicationsInput$;
4839
- exports.ListApplicationsOutput$ = ListApplicationsOutput$;
4840
- exports.ListDeploymentConfigs$ = ListDeploymentConfigs$;
4841
1089
  exports.ListDeploymentConfigsCommand = ListDeploymentConfigsCommand;
4842
- exports.ListDeploymentConfigsInput$ = ListDeploymentConfigsInput$;
4843
- exports.ListDeploymentConfigsOutput$ = ListDeploymentConfigsOutput$;
4844
- exports.ListDeploymentGroups$ = ListDeploymentGroups$;
4845
1090
  exports.ListDeploymentGroupsCommand = ListDeploymentGroupsCommand;
4846
- exports.ListDeploymentGroupsInput$ = ListDeploymentGroupsInput$;
4847
- exports.ListDeploymentGroupsOutput$ = ListDeploymentGroupsOutput$;
4848
- exports.ListDeploymentInstances$ = ListDeploymentInstances$;
4849
1091
  exports.ListDeploymentInstancesCommand = ListDeploymentInstancesCommand;
4850
- exports.ListDeploymentInstancesInput$ = ListDeploymentInstancesInput$;
4851
- exports.ListDeploymentInstancesOutput$ = ListDeploymentInstancesOutput$;
4852
- exports.ListDeploymentTargets$ = ListDeploymentTargets$;
4853
1092
  exports.ListDeploymentTargetsCommand = ListDeploymentTargetsCommand;
4854
- exports.ListDeploymentTargetsInput$ = ListDeploymentTargetsInput$;
4855
- exports.ListDeploymentTargetsOutput$ = ListDeploymentTargetsOutput$;
4856
- exports.ListDeployments$ = ListDeployments$;
4857
1093
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
4858
- exports.ListDeploymentsInput$ = ListDeploymentsInput$;
4859
- exports.ListDeploymentsOutput$ = ListDeploymentsOutput$;
4860
- exports.ListGitHubAccountTokenNames$ = ListGitHubAccountTokenNames$;
4861
1094
  exports.ListGitHubAccountTokenNamesCommand = ListGitHubAccountTokenNamesCommand;
4862
- exports.ListGitHubAccountTokenNamesInput$ = ListGitHubAccountTokenNamesInput$;
4863
- exports.ListGitHubAccountTokenNamesOutput$ = ListGitHubAccountTokenNamesOutput$;
4864
- exports.ListOnPremisesInstances$ = ListOnPremisesInstances$;
4865
1095
  exports.ListOnPremisesInstancesCommand = ListOnPremisesInstancesCommand;
4866
- exports.ListOnPremisesInstancesInput$ = ListOnPremisesInstancesInput$;
4867
- exports.ListOnPremisesInstancesOutput$ = ListOnPremisesInstancesOutput$;
4868
1096
  exports.ListStateFilterAction = ListStateFilterAction;
4869
- exports.ListTagsForResource$ = ListTagsForResource$;
4870
1097
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4871
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
4872
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
4873
- exports.LoadBalancerInfo$ = LoadBalancerInfo$;
4874
- exports.MinimumHealthyHosts$ = MinimumHealthyHosts$;
4875
- exports.MinimumHealthyHostsPerZone$ = MinimumHealthyHostsPerZone$;
4876
1098
  exports.MinimumHealthyHostsPerZoneType = MinimumHealthyHostsPerZoneType;
4877
1099
  exports.MinimumHealthyHostsType = MinimumHealthyHostsType;
4878
- exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException;
4879
- exports.MultipleIamArnsProvidedException$ = MultipleIamArnsProvidedException$;
4880
- exports.OnPremisesTagSet$ = OnPremisesTagSet$;
4881
- exports.OperationNotSupportedException = OperationNotSupportedException;
4882
- exports.OperationNotSupportedException$ = OperationNotSupportedException$;
4883
1100
  exports.OutdatedInstancesStrategy = OutdatedInstancesStrategy;
4884
- exports.PutLifecycleEventHookExecutionStatus$ = PutLifecycleEventHookExecutionStatus$;
4885
1101
  exports.PutLifecycleEventHookExecutionStatusCommand = PutLifecycleEventHookExecutionStatusCommand;
4886
- exports.PutLifecycleEventHookExecutionStatusInput$ = PutLifecycleEventHookExecutionStatusInput$;
4887
- exports.PutLifecycleEventHookExecutionStatusOutput$ = PutLifecycleEventHookExecutionStatusOutput$;
4888
- exports.RawString$ = RawString$;
4889
- exports.RegisterApplicationRevision$ = RegisterApplicationRevision$;
4890
1102
  exports.RegisterApplicationRevisionCommand = RegisterApplicationRevisionCommand;
4891
- exports.RegisterApplicationRevisionInput$ = RegisterApplicationRevisionInput$;
4892
- exports.RegisterOnPremisesInstance$ = RegisterOnPremisesInstance$;
4893
1103
  exports.RegisterOnPremisesInstanceCommand = RegisterOnPremisesInstanceCommand;
4894
- exports.RegisterOnPremisesInstanceInput$ = RegisterOnPremisesInstanceInput$;
4895
1104
  exports.RegistrationStatus = RegistrationStatus;
4896
- exports.RelatedDeployments$ = RelatedDeployments$;
4897
- exports.RemoveTagsFromOnPremisesInstances$ = RemoveTagsFromOnPremisesInstances$;
4898
1105
  exports.RemoveTagsFromOnPremisesInstancesCommand = RemoveTagsFromOnPremisesInstancesCommand;
4899
- exports.RemoveTagsFromOnPremisesInstancesInput$ = RemoveTagsFromOnPremisesInstancesInput$;
4900
- exports.ResourceArnRequiredException = ResourceArnRequiredException;
4901
- exports.ResourceArnRequiredException$ = ResourceArnRequiredException$;
4902
- exports.ResourceValidationException = ResourceValidationException;
4903
- exports.ResourceValidationException$ = ResourceValidationException$;
4904
- exports.RevisionDoesNotExistException = RevisionDoesNotExistException;
4905
- exports.RevisionDoesNotExistException$ = RevisionDoesNotExistException$;
4906
- exports.RevisionInfo$ = RevisionInfo$;
4907
- exports.RevisionLocation$ = RevisionLocation$;
4908
1106
  exports.RevisionLocationType = RevisionLocationType;
4909
- exports.RevisionRequiredException = RevisionRequiredException;
4910
- exports.RevisionRequiredException$ = RevisionRequiredException$;
4911
- exports.RoleRequiredException = RoleRequiredException;
4912
- exports.RoleRequiredException$ = RoleRequiredException$;
4913
- exports.RollbackInfo$ = RollbackInfo$;
4914
- exports.S3Location$ = S3Location$;
4915
- exports.SkipWaitTimeForInstanceTermination$ = SkipWaitTimeForInstanceTermination$;
4916
1107
  exports.SkipWaitTimeForInstanceTerminationCommand = SkipWaitTimeForInstanceTerminationCommand;
4917
- exports.SkipWaitTimeForInstanceTerminationInput$ = SkipWaitTimeForInstanceTerminationInput$;
4918
1108
  exports.SortOrder = SortOrder;
4919
- exports.StopDeployment$ = StopDeployment$;
4920
1109
  exports.StopDeploymentCommand = StopDeploymentCommand;
4921
- exports.StopDeploymentInput$ = StopDeploymentInput$;
4922
- exports.StopDeploymentOutput$ = StopDeploymentOutput$;
4923
1110
  exports.StopStatus = StopStatus;
4924
- exports.Tag$ = Tag$;
4925
- exports.TagFilter$ = TagFilter$;
4926
1111
  exports.TagFilterType = TagFilterType;
4927
- exports.TagLimitExceededException = TagLimitExceededException;
4928
- exports.TagLimitExceededException$ = TagLimitExceededException$;
4929
- exports.TagRequiredException = TagRequiredException;
4930
- exports.TagRequiredException$ = TagRequiredException$;
4931
- exports.TagResource$ = TagResource$;
4932
1112
  exports.TagResourceCommand = TagResourceCommand;
4933
- exports.TagResourceInput$ = TagResourceInput$;
4934
- exports.TagResourceOutput$ = TagResourceOutput$;
4935
- exports.TagSetListLimitExceededException = TagSetListLimitExceededException;
4936
- exports.TagSetListLimitExceededException$ = TagSetListLimitExceededException$;
4937
1113
  exports.TargetFilterName = TargetFilterName;
4938
- exports.TargetGroupInfo$ = TargetGroupInfo$;
4939
- exports.TargetGroupPairInfo$ = TargetGroupPairInfo$;
4940
- exports.TargetInstances$ = TargetInstances$;
4941
1114
  exports.TargetLabel = TargetLabel;
4942
1115
  exports.TargetStatus = TargetStatus;
4943
- exports.ThrottlingException = ThrottlingException;
4944
- exports.ThrottlingException$ = ThrottlingException$;
4945
- exports.TimeBasedCanary$ = TimeBasedCanary$;
4946
- exports.TimeBasedLinear$ = TimeBasedLinear$;
4947
- exports.TimeRange$ = TimeRange$;
4948
- exports.TrafficRoute$ = TrafficRoute$;
4949
- exports.TrafficRoutingConfig$ = TrafficRoutingConfig$;
4950
1116
  exports.TrafficRoutingType = TrafficRoutingType;
4951
- exports.TriggerConfig$ = TriggerConfig$;
4952
1117
  exports.TriggerEventType = TriggerEventType;
4953
- exports.TriggerTargetsLimitExceededException = TriggerTargetsLimitExceededException;
4954
- exports.TriggerTargetsLimitExceededException$ = TriggerTargetsLimitExceededException$;
4955
- exports.UnsupportedActionForDeploymentTypeException = UnsupportedActionForDeploymentTypeException;
4956
- exports.UnsupportedActionForDeploymentTypeException$ = UnsupportedActionForDeploymentTypeException$;
4957
- exports.UntagResource$ = UntagResource$;
4958
1118
  exports.UntagResourceCommand = UntagResourceCommand;
4959
- exports.UntagResourceInput$ = UntagResourceInput$;
4960
- exports.UntagResourceOutput$ = UntagResourceOutput$;
4961
- exports.UpdateApplication$ = UpdateApplication$;
4962
1119
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
4963
- exports.UpdateApplicationInput$ = UpdateApplicationInput$;
4964
- exports.UpdateDeploymentGroup$ = UpdateDeploymentGroup$;
4965
1120
  exports.UpdateDeploymentGroupCommand = UpdateDeploymentGroupCommand;
4966
- exports.UpdateDeploymentGroupInput$ = UpdateDeploymentGroupInput$;
4967
- exports.UpdateDeploymentGroupOutput$ = UpdateDeploymentGroupOutput$;
4968
- exports.ZonalConfig$ = ZonalConfig$;
4969
1121
  exports._InstanceType = _InstanceType;
4970
1122
  exports.paginateListApplicationRevisions = paginateListApplicationRevisions;
4971
1123
  exports.paginateListApplications = paginateListApplications;
@@ -4975,3 +1127,15 @@ exports.paginateListDeploymentInstances = paginateListDeploymentInstances;
4975
1127
  exports.paginateListDeployments = paginateListDeployments;
4976
1128
  exports.waitForDeploymentSuccessful = waitForDeploymentSuccessful;
4977
1129
  exports.waitUntilDeploymentSuccessful = waitUntilDeploymentSuccessful;
1130
+ Object.keys(schemas_0).forEach(function (k) {
1131
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1132
+ enumerable: true,
1133
+ get: function () { return schemas_0[k]; }
1134
+ });
1135
+ });
1136
+ Object.keys(errors).forEach(function (k) {
1137
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1138
+ enumerable: true,
1139
+ get: function () { return errors[k]; }
1140
+ });
1141
+ });