@cdklabs/cdk-ecs-codedeploy 0.0.426 → 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 (203) 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 +26 -6
  82. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +26 -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-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  86. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  87. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  90. package/node_modules/@aws-sdk/core/package.json +4 -4
  91. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  92. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  93. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  94. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  95. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  96. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  97. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  98. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  99. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  104. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  105. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
  106. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  107. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  108. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  146. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  147. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  148. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  149. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  150. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
  151. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
  152. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  153. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  154. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  155. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  156. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  157. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  158. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -2
  159. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
  160. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  161. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  162. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
  163. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
  164. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
  165. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  166. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  167. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  168. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  169. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  170. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  171. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  172. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  173. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  174. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  175. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  176. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  177. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  178. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  179. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  180. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  181. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  182. package/node_modules/@smithy/core/package.json +2 -2
  183. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  184. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  185. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  186. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  187. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  188. package/node_modules/@smithy/smithy-client/package.json +4 -4
  189. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  190. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  191. package/node_modules/@smithy/util-stream/package.json +2 -2
  192. package/node_modules/bowser/README.md +72 -3
  193. package/node_modules/bowser/bundled.js +1 -1
  194. package/node_modules/bowser/es5.js +1 -1
  195. package/node_modules/bowser/index.d.ts +44 -6
  196. package/node_modules/bowser/package.json +10 -5
  197. package/node_modules/bowser/src/bowser.js +24 -8
  198. package/node_modules/bowser/src/constants.js +8 -0
  199. package/node_modules/bowser/src/parser-browsers.js +89 -0
  200. package/node_modules/bowser/src/parser-platforms.js +42 -0
  201. package/node_modules/bowser/src/parser.js +86 -5
  202. package/package.json +4 -4
  203. package/node_modules/bowser/CHANGELOG.md +0 -218
@@ -396,7 +396,7 @@ const _dWT = "deploymentWaitType";
396
396
  const _de = "deployed";
397
397
  const _dep = "deployments";
398
398
  const _di = "diagnostics";
399
- const _e = "enabled";
399
+ const _e = "error";
400
400
  const _eC = "errorCode";
401
401
  const _eI = "externalId";
402
402
  const _eIL = "elbInfoList";
@@ -409,8 +409,8 @@ const _eTS = "ec2TagSet";
409
409
  const _eTSL = "ec2TagSetList";
410
410
  const _eTa = "eTag";
411
411
  const _eTn = "endTime";
412
- const _en = "end";
413
- const _er = "error";
412
+ const _en = "enabled";
413
+ const _end = "end";
414
414
  const _ev = "events";
415
415
  const _fA = "functionAlias";
416
416
  const _fEB = "fileExistsBehavior";
@@ -492,7 +492,7 @@ const _rTe = "registerTime";
492
492
  const _rTev = "revisionType";
493
493
  const _re = "revision";
494
494
  const _rep = "repository";
495
- const _s = "sha256";
495
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.codedeploy";
496
496
  const _sB = "sortBy";
497
497
  const _sBu = "s3Bucket";
498
498
  const _sKP = "s3KeyPrefix";
@@ -503,7 +503,7 @@ const _sNe = "serviceName";
503
503
  const _sO = "sortOrder";
504
504
  const _sRA = "serviceRoleArn";
505
505
  const _sT = "startTime";
506
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codedeploy";
506
+ const _sh = "sha256";
507
507
  const _st = "status";
508
508
  const _sta = "start";
509
509
  const _str = "string";
@@ -548,971 +548,1069 @@ const n0 = "com.amazonaws.codedeploy";
548
548
  import { TypeRegistry } from "@smithy/core/schema";
549
549
  import { CodeDeployServiceException } from "../models/CodeDeployServiceException";
550
550
  import { AlarmsLimitExceededException, ApplicationAlreadyExistsException, ApplicationDoesNotExistException, ApplicationLimitExceededException, ApplicationNameRequiredException, ArnNotSupportedException, BatchLimitExceededException, BucketNameFilterRequiredException, DeploymentAlreadyCompletedException, DeploymentConfigAlreadyExistsException, DeploymentConfigDoesNotExistException, DeploymentConfigInUseException, DeploymentConfigLimitExceededException, DeploymentConfigNameRequiredException, DeploymentDoesNotExistException, DeploymentGroupAlreadyExistsException, DeploymentGroupDoesNotExistException, DeploymentGroupLimitExceededException, DeploymentGroupNameRequiredException, DeploymentIdRequiredException, DeploymentIsNotInReadyStateException, DeploymentLimitExceededException, DeploymentNotStartedException, DeploymentTargetDoesNotExistException, DeploymentTargetIdRequiredException, DeploymentTargetListSizeExceededException, DescriptionTooLongException, ECSServiceMappingLimitExceededException, GitHubAccountTokenDoesNotExistException, GitHubAccountTokenNameRequiredException, IamArnRequiredException, IamSessionArnAlreadyRegisteredException, IamUserArnAlreadyRegisteredException, IamUserArnRequiredException, InstanceDoesNotExistException, InstanceIdRequiredException, InstanceLimitExceededException, InstanceNameAlreadyRegisteredException, InstanceNameRequiredException, InstanceNotRegisteredException, InvalidAlarmConfigException, InvalidApplicationNameException, InvalidArnException, InvalidAutoRollbackConfigException, InvalidAutoScalingGroupException, InvalidBlueGreenDeploymentConfigurationException, InvalidBucketNameFilterException, InvalidComputePlatformException, InvalidDeployedStateFilterException, InvalidDeploymentConfigNameException, InvalidDeploymentGroupNameException, InvalidDeploymentIdException, InvalidDeploymentInstanceTypeException, InvalidDeploymentStatusException, InvalidDeploymentStyleException, InvalidDeploymentTargetIdException, InvalidDeploymentWaitTypeException, InvalidEC2TagCombinationException, InvalidEC2TagException, InvalidECSServiceException, InvalidExternalIdException, InvalidFileExistsBehaviorException, InvalidGitHubAccountTokenException, InvalidGitHubAccountTokenNameException, InvalidIamSessionArnException, InvalidIamUserArnException, InvalidIgnoreApplicationStopFailuresValueException, InvalidInputException, InvalidInstanceNameException, InvalidInstanceStatusException, InvalidInstanceTypeException, InvalidKeyPrefixFilterException, InvalidLifecycleEventHookExecutionIdException, InvalidLifecycleEventHookExecutionStatusException, InvalidLoadBalancerInfoException, InvalidMinimumHealthyHostValueException, InvalidNextTokenException, InvalidOnPremisesTagCombinationException, InvalidOperationException, InvalidRegistrationStatusException, InvalidRevisionException, InvalidRoleException, InvalidSortByException, InvalidSortOrderException, InvalidTagException, InvalidTagFilterException, InvalidTagsToAddException, InvalidTargetFilterNameException, InvalidTargetGroupPairException, InvalidTargetInstancesException, InvalidTimeRangeException, InvalidTrafficRoutingConfigurationException, InvalidTriggerConfigException, InvalidUpdateOutdatedInstancesOnlyValueException, InvalidZonalDeploymentConfigurationException, LifecycleEventAlreadyCompletedException, LifecycleHookLimitExceededException, MultipleIamArnsProvidedException, OperationNotSupportedException, ResourceArnRequiredException, ResourceValidationException, RevisionDoesNotExistException, RevisionRequiredException, RoleRequiredException, TagLimitExceededException, TagRequiredException, TagSetListLimitExceededException, ThrottlingException, TriggerTargetsLimitExceededException, UnsupportedActionForDeploymentTypeException, } from "../models/errors";
551
- export var AddTagsToOnPremisesInstancesInput$ = [3, n0, _ATTOPII,
552
- 0,
553
- [_t, _iN],
554
- [() => TagList, 64 | 0], 2
555
- ];
556
- export var Alarm$ = [3, n0, _A,
557
- 0,
558
- [_n],
559
- [0]
560
- ];
561
- export var AlarmConfiguration$ = [3, n0, _AC,
562
- 0,
563
- [_e, _iPAF, _a],
564
- [2, 2, () => AlarmList]
565
- ];
551
+ const _s_registry = TypeRegistry.for(_s);
552
+ export var CodeDeployServiceException$ = [-3, _s, "CodeDeployServiceException", 0, [], []];
553
+ _s_registry.registerError(CodeDeployServiceException$, CodeDeployServiceException);
554
+ const n0_registry = TypeRegistry.for(n0);
566
555
  export var AlarmsLimitExceededException$ = [-3, n0, _ALEE,
567
- { [_er]: _c },
556
+ { [_e]: _c },
568
557
  [_m],
569
558
  [0]
570
559
  ];
571
- TypeRegistry.for(n0).registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
560
+ n0_registry.registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
572
561
  export var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE,
573
- { [_er]: _c },
562
+ { [_e]: _c },
574
563
  [_m],
575
564
  [0]
576
565
  ];
577
- TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
566
+ n0_registry.registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
578
567
  export var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE,
579
- { [_er]: _c },
568
+ { [_e]: _c },
580
569
  [_m],
581
570
  [0]
582
571
  ];
583
- TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
584
- export var ApplicationInfo$ = [3, n0, _AI,
585
- 0,
586
- [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
587
- [0, 0, 4, 2, 0, 0]
588
- ];
572
+ n0_registry.registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
589
573
  export var ApplicationLimitExceededException$ = [-3, n0, _ALEEp,
590
- { [_er]: _c },
574
+ { [_e]: _c },
591
575
  [_m],
592
576
  [0]
593
577
  ];
594
- TypeRegistry.for(n0).registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
578
+ n0_registry.registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
595
579
  export var ApplicationNameRequiredException$ = [-3, n0, _ANRE,
596
- { [_er]: _c },
580
+ { [_e]: _c },
597
581
  [_m],
598
582
  [0]
599
583
  ];
600
- TypeRegistry.for(n0).registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
601
- export var AppSpecContent$ = [3, n0, _ASC,
602
- 0,
603
- [_co, _s],
604
- [0, 0]
605
- ];
584
+ n0_registry.registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
606
585
  export var ArnNotSupportedException$ = [-3, n0, _ANSE,
607
- { [_er]: _c },
586
+ { [_e]: _c },
608
587
  [_m],
609
588
  [0]
610
589
  ];
611
- TypeRegistry.for(n0).registerError(ArnNotSupportedException$, ArnNotSupportedException);
612
- export var AutoRollbackConfiguration$ = [3, n0, _ARC,
613
- 0,
614
- [_e, _ev],
615
- [2, 64 | 0]
616
- ];
617
- export var AutoScalingGroup$ = [3, n0, _ASG,
618
- 0,
619
- [_n, _h, _tH],
620
- [0, 0, 0]
621
- ];
622
- export var BatchGetApplicationRevisionsInput$ = [3, n0, _BGARI,
623
- 0,
624
- [_aN, _r],
625
- [0, () => RevisionLocationList], 2
626
- ];
627
- export var BatchGetApplicationRevisionsOutput$ = [3, n0, _BGARO,
628
- 0,
629
- [_aN, _eM, _r],
630
- [0, 0, () => RevisionInfoList]
631
- ];
632
- export var BatchGetApplicationsInput$ = [3, n0, _BGAI,
633
- 0,
634
- [_aNp],
635
- [64 | 0], 1
636
- ];
637
- export var BatchGetApplicationsOutput$ = [3, n0, _BGAO,
638
- 0,
639
- [_aIp],
640
- [() => ApplicationsInfoList]
641
- ];
642
- export var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI,
643
- 0,
644
- [_aN, _dGN],
645
- [0, 64 | 0], 2
646
- ];
647
- export var BatchGetDeploymentGroupsOutput$ = [3, n0, _BGDGO,
648
- 0,
649
- [_dGI, _eM],
650
- [() => DeploymentGroupInfoList, 0]
651
- ];
652
- export var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII,
653
- 0,
654
- [_dI, _iI],
655
- [0, 64 | 0], 2
656
- ];
657
- export var BatchGetDeploymentInstancesOutput$ = [3, n0, _BGDIO,
658
- 0,
659
- [_iS, _eM],
660
- [() => InstanceSummaryList, 0]
661
- ];
662
- export var BatchGetDeploymentsInput$ = [3, n0, _BGDI,
663
- 0,
664
- [_dIe],
665
- [64 | 0], 1
666
- ];
667
- export var BatchGetDeploymentsOutput$ = [3, n0, _BGDO,
668
- 0,
669
- [_dIep],
670
- [() => DeploymentsInfoList]
671
- ];
672
- export var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI,
673
- 0,
674
- [_dI, _tI],
675
- [0, 64 | 0], 2
676
- ];
677
- export var BatchGetDeploymentTargetsOutput$ = [3, n0, _BGDTO,
678
- 0,
679
- [_dT],
680
- [() => DeploymentTargetList]
681
- ];
682
- export var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
683
- 0,
684
- [_iN],
685
- [64 | 0], 1
686
- ];
687
- export var BatchGetOnPremisesInstancesOutput$ = [3, n0, _BGOPIO,
688
- 0,
689
- [_iIn],
690
- [() => InstanceInfoList]
691
- ];
590
+ n0_registry.registerError(ArnNotSupportedException$, ArnNotSupportedException);
692
591
  export var BatchLimitExceededException$ = [-3, n0, _BLEE,
693
- { [_er]: _c },
592
+ { [_e]: _c },
694
593
  [_m],
695
594
  [0]
696
595
  ];
697
- TypeRegistry.for(n0).registerError(BatchLimitExceededException$, BatchLimitExceededException);
698
- export var BlueGreenDeploymentConfiguration$ = [3, n0, _BGDC,
699
- 0,
700
- [_tBIODS, _dRO, _gFPO],
701
- [() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$]
702
- ];
703
- export var BlueInstanceTerminationOption$ = [3, n0, _BITO,
704
- 0,
705
- [_ac, _tWTIM],
706
- [0, 1]
707
- ];
596
+ n0_registry.registerError(BatchLimitExceededException$, BatchLimitExceededException);
708
597
  export var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE,
709
- { [_er]: _c },
598
+ { [_e]: _c },
710
599
  [_m],
711
600
  [0]
712
601
  ];
713
- TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
714
- export var CloudFormationTarget$ = [3, n0, _CFT,
715
- 0,
716
- [_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
717
- [0, 0, 4, () => LifecycleEventList, 0, 0, 1]
718
- ];
719
- export var ContinueDeploymentInput$ = [3, n0, _CDI,
720
- 0,
721
- [_dI, _dWT],
722
- [0, 0]
723
- ];
724
- export var CreateApplicationInput$ = [3, n0, _CAI,
725
- 0,
726
- [_aN, _cP, _t],
727
- [0, 0, () => TagList], 1
728
- ];
729
- export var CreateApplicationOutput$ = [3, n0, _CAO,
730
- 0,
731
- [_aI],
732
- [0]
733
- ];
734
- export var CreateDeploymentConfigInput$ = [3, n0, _CDCI,
735
- 0,
736
- [_dCN, _mHH, _tRC, _cP, _zC],
737
- [0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$], 1
738
- ];
739
- export var CreateDeploymentConfigOutput$ = [3, n0, _CDCO,
740
- 0,
741
- [_dCI],
742
- [0]
743
- ];
744
- export var CreateDeploymentGroupInput$ = [3, n0, _CDGI,
745
- 0,
746
- [_aN, _dGNe, _sRA, _dCN, _eTF, _oPITF, _aSG, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _t, _tHE],
747
- [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, () => TagList, 2], 3
748
- ];
749
- export var CreateDeploymentGroupOutput$ = [3, n0, _CDGO,
750
- 0,
751
- [_dGIe],
752
- [0]
753
- ];
754
- export var CreateDeploymentInput$ = [3, n0, _CDIr,
755
- 0,
756
- [_aN, _dGNe, _re, _dCN, _d, _iASF, _tIar, _aRC, _uOIO, _fEB, _oAC],
757
- [0, 0, () => RevisionLocation$, 0, 0, 2, () => TargetInstances$, () => AutoRollbackConfiguration$, 2, 0, () => AlarmConfiguration$], 1
758
- ];
759
- export var CreateDeploymentOutput$ = [3, n0, _CDO,
760
- 0,
761
- [_dI],
762
- [0]
763
- ];
764
- export var DeleteApplicationInput$ = [3, n0, _DAI,
765
- 0,
766
- [_aN],
767
- [0], 1
768
- ];
769
- export var DeleteDeploymentConfigInput$ = [3, n0, _DDCI,
770
- 0,
771
- [_dCN],
772
- [0], 1
773
- ];
774
- export var DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
775
- 0,
776
- [_aN, _dGNe],
777
- [0, 0], 2
778
- ];
779
- export var DeleteDeploymentGroupOutput$ = [3, n0, _DDGO,
780
- 0,
781
- [_hNCU],
782
- [() => AutoScalingGroupList]
783
- ];
784
- export var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI,
785
- 0,
786
- [_tN],
787
- [0]
788
- ];
789
- export var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO,
790
- 0,
791
- [_tN],
792
- [0]
793
- ];
794
- export var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII,
795
- 0,
796
- [_eI],
797
- [0]
798
- ];
799
- export var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO,
800
- 0,
801
- [],
802
- []
803
- ];
602
+ n0_registry.registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
804
603
  export var DeploymentAlreadyCompletedException$ = [-3, n0, _DACE,
805
- { [_er]: _c },
604
+ { [_e]: _c },
806
605
  [_m],
807
606
  [0]
808
607
  ];
809
- TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
608
+ n0_registry.registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
810
609
  export var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE,
811
- { [_er]: _c },
610
+ { [_e]: _c },
812
611
  [_m],
813
612
  [0]
814
613
  ];
815
- TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
614
+ n0_registry.registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
816
615
  export var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE,
817
- { [_er]: _c },
616
+ { [_e]: _c },
818
617
  [_m],
819
618
  [0]
820
619
  ];
821
- TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
822
- export var DeploymentConfigInfo$ = [3, n0, _DCI,
823
- 0,
824
- [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
825
- [0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$]
826
- ];
620
+ n0_registry.registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
827
621
  export var DeploymentConfigInUseException$ = [-3, n0, _DCIUE,
828
- { [_er]: _c },
622
+ { [_e]: _c },
829
623
  [_m],
830
624
  [0]
831
625
  ];
832
- TypeRegistry.for(n0).registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
626
+ n0_registry.registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
833
627
  export var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE,
834
- { [_er]: _c },
628
+ { [_e]: _c },
835
629
  [_m],
836
630
  [0]
837
631
  ];
838
- TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
632
+ n0_registry.registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
839
633
  export var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE,
840
- { [_er]: _c },
634
+ { [_e]: _c },
841
635
  [_m],
842
636
  [0]
843
637
  ];
844
- TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
638
+ n0_registry.registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
845
639
  export var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE,
846
- { [_er]: _c },
640
+ { [_e]: _c },
847
641
  [_m],
848
642
  [0]
849
643
  ];
850
- TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
644
+ n0_registry.registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
851
645
  export var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE,
852
- { [_er]: _c },
646
+ { [_e]: _c },
853
647
  [_m],
854
648
  [0]
855
649
  ];
856
- TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
650
+ n0_registry.registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
857
651
  export var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE,
858
- { [_er]: _c },
652
+ { [_e]: _c },
859
653
  [_m],
860
654
  [0]
861
655
  ];
862
- TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
863
- export var DeploymentGroupInfo$ = [3, n0, _DGI,
864
- 0,
865
- [_aN, _dGIe, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tR, _tC, _aC, _aRC, _dS, _oIS, _bGDC, _lBI, _lSD, _lAD, _eTS, _oPTS, _cP, _eS, _tHE],
866
- [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, () => AutoScalingGroupList, 0, () => RevisionLocation$, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, () => DeploymentStyle$, 0, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => LastDeploymentInfo$, () => LastDeploymentInfo$, () => EC2TagSet$, () => OnPremisesTagSet$, 0, () => ECSServiceList, 2]
867
- ];
656
+ n0_registry.registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
868
657
  export var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE,
869
- { [_er]: _c },
658
+ { [_e]: _c },
870
659
  [_m],
871
660
  [0]
872
661
  ];
873
- TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
662
+ n0_registry.registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
874
663
  export var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE,
875
- { [_er]: _c },
664
+ { [_e]: _c },
876
665
  [_m],
877
666
  [0]
878
667
  ];
879
- TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
668
+ n0_registry.registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
880
669
  export var DeploymentIdRequiredException$ = [-3, n0, _DIRE,
881
- { [_er]: _c },
670
+ { [_e]: _c },
882
671
  [_m],
883
672
  [0]
884
673
  ];
885
- TypeRegistry.for(n0).registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
886
- export var DeploymentInfo$ = [3, n0, _DI,
887
- 0,
888
- [_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],
889
- [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$]
890
- ];
674
+ n0_registry.registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
891
675
  export var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE,
892
- { [_er]: _c },
676
+ { [_e]: _c },
893
677
  [_m],
894
678
  [0]
895
679
  ];
896
- TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
680
+ n0_registry.registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
897
681
  export var DeploymentLimitExceededException$ = [-3, n0, _DLEE,
898
- { [_er]: _c },
682
+ { [_e]: _c },
899
683
  [_m],
900
684
  [0]
901
685
  ];
902
- TypeRegistry.for(n0).registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
686
+ n0_registry.registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
903
687
  export var DeploymentNotStartedException$ = [-3, n0, _DNSE,
904
- { [_er]: _c },
688
+ { [_e]: _c },
905
689
  [_m],
906
690
  [0]
907
691
  ];
908
- TypeRegistry.for(n0).registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
909
- export var DeploymentOverview$ = [3, n0, _DO,
910
- 0,
911
- [_P, _IP, _S, _F, _Sk, _R],
912
- [1, 1, 1, 1, 1, 1]
913
- ];
914
- export var DeploymentReadyOption$ = [3, n0, _DRO,
915
- 0,
916
- [_aOT, _wTIM],
917
- [0, 1]
918
- ];
919
- export var DeploymentStyle$ = [3, n0, _DS,
920
- 0,
921
- [_dTe, _dOe],
922
- [0, 0]
923
- ];
924
- export var DeploymentTarget$ = [3, n0, _DT,
925
- 0,
926
- [_dTT, _iT, _lT, _eT, _cFT],
927
- [0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$]
928
- ];
692
+ n0_registry.registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
929
693
  export var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE,
930
- { [_er]: _c },
694
+ { [_e]: _c },
931
695
  [_m],
932
696
  [0]
933
697
  ];
934
- TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
698
+ n0_registry.registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
935
699
  export var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE,
936
- { [_er]: _c },
700
+ { [_e]: _c },
937
701
  [_m],
938
702
  [0]
939
703
  ];
940
- TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
704
+ n0_registry.registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
941
705
  export var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE,
942
- { [_er]: _c },
706
+ { [_e]: _c },
943
707
  [_m],
944
708
  [0]
945
709
  ];
946
- TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
947
- export var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
948
- 0,
949
- [_iNn],
950
- [0], 1
951
- ];
710
+ n0_registry.registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
952
711
  export var DescriptionTooLongException$ = [-3, n0, _DTLE,
953
- { [_er]: _c },
712
+ { [_e]: _c },
954
713
  [_m],
955
714
  [0]
956
715
  ];
957
- TypeRegistry.for(n0).registerError(DescriptionTooLongException$, DescriptionTooLongException);
958
- export var Diagnostics$ = [3, n0, _D,
959
- 0,
960
- [_eC, _sN, _m, _lTo],
961
- [0, 0, 0, 0]
716
+ n0_registry.registerError(DescriptionTooLongException$, DescriptionTooLongException);
717
+ export var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE,
718
+ { [_e]: _c },
719
+ [_m],
720
+ [0]
962
721
  ];
963
- export var EC2TagFilter$ = [3, n0, _ECTF,
964
- 0,
965
- [_K, _V, _T],
966
- [0, 0, 0]
722
+ n0_registry.registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
723
+ export var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE,
724
+ { [_e]: _c },
725
+ [_m],
726
+ [0]
967
727
  ];
968
- export var EC2TagSet$ = [3, n0, _ECTS,
969
- 0,
970
- [_eTSL],
971
- [() => EC2TagSetList]
972
- ];
973
- export var ECSService$ = [3, n0, _ECSS,
974
- 0,
975
- [_sNe, _cN],
976
- [0, 0]
977
- ];
978
- export var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE,
979
- { [_er]: _c },
980
- [_m],
981
- [0]
982
- ];
983
- TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
984
- export var ECSTarget$ = [3, n0, _ECST,
985
- 0,
986
- [_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
987
- [0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
988
- ];
989
- export var ECSTaskSet$ = [3, n0, _ECSTS,
990
- 0,
991
- [_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
992
- [0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0]
993
- ];
994
- export var ELBInfo$ = [3, n0, _ELBI,
995
- 0,
996
- [_n],
997
- [0]
998
- ];
999
- export var ErrorInformation$ = [3, n0, _EI,
1000
- 0,
1001
- [_cod, _m],
1002
- [0, 0]
1003
- ];
1004
- export var GenericRevisionInfo$ = [3, n0, _GRI,
1005
- 0,
1006
- [_d, _dG, _fUT, _lUT, _rTe],
1007
- [0, 64 | 0, 4, 4, 4]
1008
- ];
1009
- export var GetApplicationInput$ = [3, n0, _GAI,
1010
- 0,
1011
- [_aN],
1012
- [0], 1
1013
- ];
1014
- export var GetApplicationOutput$ = [3, n0, _GAO,
1015
- 0,
1016
- [_ap],
1017
- [() => ApplicationInfo$]
1018
- ];
1019
- export var GetApplicationRevisionInput$ = [3, n0, _GARI,
1020
- 0,
1021
- [_aN, _re],
1022
- [0, () => RevisionLocation$], 2
1023
- ];
1024
- export var GetApplicationRevisionOutput$ = [3, n0, _GARO,
1025
- 0,
1026
- [_aN, _re, _rIe],
1027
- [0, () => RevisionLocation$, () => GenericRevisionInfo$]
1028
- ];
1029
- export var GetDeploymentConfigInput$ = [3, n0, _GDCI,
1030
- 0,
1031
- [_dCN],
1032
- [0], 1
1033
- ];
1034
- export var GetDeploymentConfigOutput$ = [3, n0, _GDCO,
1035
- 0,
1036
- [_dCIe],
1037
- [() => DeploymentConfigInfo$]
1038
- ];
1039
- export var GetDeploymentGroupInput$ = [3, n0, _GDGI,
1040
- 0,
1041
- [_aN, _dGNe],
1042
- [0, 0], 2
1043
- ];
1044
- export var GetDeploymentGroupOutput$ = [3, n0, _GDGO,
1045
- 0,
1046
- [_dGIep],
1047
- [() => DeploymentGroupInfo$]
1048
- ];
1049
- export var GetDeploymentInput$ = [3, n0, _GDI,
1050
- 0,
1051
- [_dI],
1052
- [0], 1
1053
- ];
1054
- export var GetDeploymentInstanceInput$ = [3, n0, _GDII,
1055
- 0,
1056
- [_dI, _iIns],
1057
- [0, 0], 2
1058
- ];
1059
- export var GetDeploymentInstanceOutput$ = [3, n0, _GDIO,
1060
- 0,
1061
- [_iSn],
1062
- [() => InstanceSummary$]
1063
- ];
1064
- export var GetDeploymentOutput$ = [3, n0, _GDO,
1065
- 0,
1066
- [_dIepl],
1067
- [() => DeploymentInfo$]
1068
- ];
1069
- export var GetDeploymentTargetInput$ = [3, n0, _GDTI,
1070
- 0,
1071
- [_dI, _tIa],
1072
- [0, 0], 2
1073
- ];
1074
- export var GetDeploymentTargetOutput$ = [3, n0, _GDTO,
1075
- 0,
1076
- [_dTep],
1077
- [() => DeploymentTarget$]
1078
- ];
1079
- export var GetOnPremisesInstanceInput$ = [3, n0, _GOPII,
1080
- 0,
1081
- [_iNn],
1082
- [0], 1
1083
- ];
1084
- export var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO,
1085
- 0,
1086
- [_iInst],
1087
- [() => InstanceInfo$]
1088
- ];
1089
- export var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE,
1090
- { [_er]: _c },
1091
- [_m],
1092
- [0]
1093
- ];
1094
- TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
728
+ n0_registry.registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
1095
729
  export var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE,
1096
- { [_er]: _c },
730
+ { [_e]: _c },
1097
731
  [_m],
1098
732
  [0]
1099
733
  ];
1100
- TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
1101
- export var GitHubLocation$ = [3, n0, _GHL,
1102
- 0,
1103
- [_rep, _cI],
1104
- [0, 0]
1105
- ];
1106
- export var GreenFleetProvisioningOption$ = [3, n0, _GFPO,
1107
- 0,
1108
- [_ac],
1109
- [0]
1110
- ];
734
+ n0_registry.registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
1111
735
  export var IamArnRequiredException$ = [-3, n0, _IARE,
1112
- { [_er]: _c },
736
+ { [_e]: _c },
1113
737
  [_m],
1114
738
  [0]
1115
739
  ];
1116
- TypeRegistry.for(n0).registerError(IamArnRequiredException$, IamArnRequiredException);
740
+ n0_registry.registerError(IamArnRequiredException$, IamArnRequiredException);
1117
741
  export var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE,
1118
- { [_er]: _c },
742
+ { [_e]: _c },
1119
743
  [_m],
1120
744
  [0]
1121
745
  ];
1122
- TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
746
+ n0_registry.registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
1123
747
  export var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE,
1124
- { [_er]: _c },
748
+ { [_e]: _c },
1125
749
  [_m],
1126
750
  [0]
1127
751
  ];
1128
- TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
752
+ n0_registry.registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
1129
753
  export var IamUserArnRequiredException$ = [-3, n0, _IUARE,
1130
- { [_er]: _c },
754
+ { [_e]: _c },
1131
755
  [_m],
1132
756
  [0]
1133
757
  ];
1134
- TypeRegistry.for(n0).registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
758
+ n0_registry.registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
1135
759
  export var InstanceDoesNotExistException$ = [-3, n0, _IDNEE,
1136
- { [_er]: _c },
760
+ { [_e]: _c },
1137
761
  [_m],
1138
762
  [0]
1139
763
  ];
1140
- TypeRegistry.for(n0).registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
764
+ n0_registry.registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
1141
765
  export var InstanceIdRequiredException$ = [-3, n0, _IIRE,
1142
- { [_er]: _c },
766
+ { [_e]: _c },
1143
767
  [_m],
1144
768
  [0]
1145
769
  ];
1146
- TypeRegistry.for(n0).registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
1147
- export var InstanceInfo$ = [3, n0, _II,
1148
- 0,
1149
- [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
1150
- [0, 0, 0, 0, 4, 4, () => TagList]
1151
- ];
770
+ n0_registry.registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
1152
771
  export var InstanceLimitExceededException$ = [-3, n0, _ILEE,
1153
- { [_er]: _c },
772
+ { [_e]: _c },
1154
773
  [_m],
1155
774
  [0]
1156
775
  ];
1157
- TypeRegistry.for(n0).registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
776
+ n0_registry.registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
1158
777
  export var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE,
1159
- { [_er]: _c },
778
+ { [_e]: _c },
1160
779
  [_m],
1161
780
  [0]
1162
781
  ];
1163
- TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
782
+ n0_registry.registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
1164
783
  export var InstanceNameRequiredException$ = [-3, n0, _INRE,
1165
- { [_er]: _c },
784
+ { [_e]: _c },
1166
785
  [_m],
1167
786
  [0]
1168
787
  ];
1169
- TypeRegistry.for(n0).registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
788
+ n0_registry.registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
1170
789
  export var InstanceNotRegisteredException$ = [-3, n0, _INREn,
1171
- { [_er]: _c },
790
+ { [_e]: _c },
1172
791
  [_m],
1173
792
  [0]
1174
793
  ];
1175
- TypeRegistry.for(n0).registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
1176
- export var InstanceSummary$ = [3, n0, _IS,
1177
- 0,
1178
- [_dI, _iIns, _st, _lUA, _lE, _iTn],
1179
- [0, 0, 0, 4, () => LifecycleEventList, 0]
1180
- ];
1181
- export var InstanceTarget$ = [3, n0, _IT,
1182
- 0,
1183
- [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
1184
- [0, 0, 0, 0, 4, () => LifecycleEventList, 0]
1185
- ];
794
+ n0_registry.registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
1186
795
  export var InvalidAlarmConfigException$ = [-3, n0, _IACE,
1187
- { [_er]: _c },
796
+ { [_e]: _c },
1188
797
  [_m],
1189
798
  [0]
1190
799
  ];
1191
- TypeRegistry.for(n0).registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
800
+ n0_registry.registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
1192
801
  export var InvalidApplicationNameException$ = [-3, n0, _IANE,
1193
- { [_er]: _c },
802
+ { [_e]: _c },
1194
803
  [_m],
1195
804
  [0]
1196
805
  ];
1197
- TypeRegistry.for(n0).registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
806
+ n0_registry.registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
1198
807
  export var InvalidArnException$ = [-3, n0, _IAE,
1199
- { [_er]: _c },
808
+ { [_e]: _c },
1200
809
  [_m],
1201
810
  [0]
1202
811
  ];
1203
- TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
812
+ n0_registry.registerError(InvalidArnException$, InvalidArnException);
1204
813
  export var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE,
1205
- { [_er]: _c },
814
+ { [_e]: _c },
1206
815
  [_m],
1207
816
  [0]
1208
817
  ];
1209
- TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
818
+ n0_registry.registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
1210
819
  export var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE,
1211
- { [_er]: _c },
820
+ { [_e]: _c },
1212
821
  [_m],
1213
822
  [0]
1214
823
  ];
1215
- TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
824
+ n0_registry.registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
1216
825
  export var InvalidBlueGreenDeploymentConfigurationException$ = [-3, n0, _IBGDCE,
1217
- { [_er]: _c },
826
+ { [_e]: _c },
1218
827
  [_m],
1219
828
  [0]
1220
829
  ];
1221
- TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
830
+ n0_registry.registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
1222
831
  export var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE,
1223
- { [_er]: _c },
832
+ { [_e]: _c },
1224
833
  [_m],
1225
834
  [0]
1226
835
  ];
1227
- TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
836
+ n0_registry.registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
1228
837
  export var InvalidComputePlatformException$ = [-3, n0, _ICPE,
1229
- { [_er]: _c },
838
+ { [_e]: _c },
1230
839
  [_m],
1231
840
  [0]
1232
841
  ];
1233
- TypeRegistry.for(n0).registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
842
+ n0_registry.registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
1234
843
  export var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE,
1235
- { [_er]: _c },
844
+ { [_e]: _c },
1236
845
  [_m],
1237
846
  [0]
1238
847
  ];
1239
- TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
848
+ n0_registry.registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
1240
849
  export var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE,
1241
- { [_er]: _c },
850
+ { [_e]: _c },
1242
851
  [_m],
1243
852
  [0]
1244
853
  ];
1245
- TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
854
+ n0_registry.registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
1246
855
  export var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE,
1247
- { [_er]: _c },
856
+ { [_e]: _c },
1248
857
  [_m],
1249
858
  [0]
1250
859
  ];
1251
- TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
860
+ n0_registry.registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
1252
861
  export var InvalidDeploymentIdException$ = [-3, n0, _IDIE,
1253
- { [_er]: _c },
862
+ { [_e]: _c },
1254
863
  [_m],
1255
864
  [0]
1256
865
  ];
1257
- TypeRegistry.for(n0).registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
866
+ n0_registry.registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
1258
867
  export var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE,
1259
- { [_er]: _c },
868
+ { [_e]: _c },
1260
869
  [_m],
1261
870
  [0]
1262
871
  ];
1263
- TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
872
+ n0_registry.registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
1264
873
  export var InvalidDeploymentStatusException$ = [-3, n0, _IDSE,
1265
- { [_er]: _c },
874
+ { [_e]: _c },
1266
875
  [_m],
1267
876
  [0]
1268
877
  ];
1269
- TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
878
+ n0_registry.registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
1270
879
  export var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn,
1271
- { [_er]: _c },
880
+ { [_e]: _c },
1272
881
  [_m],
1273
882
  [0]
1274
883
  ];
1275
- TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
884
+ n0_registry.registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
1276
885
  export var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE,
1277
- { [_er]: _c },
886
+ { [_e]: _c },
1278
887
  [_m],
1279
888
  [0]
1280
889
  ];
1281
- TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
890
+ n0_registry.registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
1282
891
  export var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE,
1283
- { [_er]: _c },
892
+ { [_e]: _c },
1284
893
  [_m],
1285
894
  [0]
1286
895
  ];
1287
- TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
896
+ n0_registry.registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
1288
897
  export var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE,
1289
- { [_er]: _c },
898
+ { [_e]: _c },
1290
899
  [_m],
1291
900
  [0]
1292
901
  ];
1293
- TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
902
+ n0_registry.registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
1294
903
  export var InvalidEC2TagException$ = [-3, n0, _IECTE,
1295
- { [_er]: _c },
904
+ { [_e]: _c },
1296
905
  [_m],
1297
906
  [0]
1298
907
  ];
1299
- TypeRegistry.for(n0).registerError(InvalidEC2TagException$, InvalidEC2TagException);
908
+ n0_registry.registerError(InvalidEC2TagException$, InvalidEC2TagException);
1300
909
  export var InvalidECSServiceException$ = [-3, n0, _IECSSE,
1301
- { [_er]: _c },
910
+ { [_e]: _c },
1302
911
  [_m],
1303
912
  [0]
1304
913
  ];
1305
- TypeRegistry.for(n0).registerError(InvalidECSServiceException$, InvalidECSServiceException);
914
+ n0_registry.registerError(InvalidECSServiceException$, InvalidECSServiceException);
1306
915
  export var InvalidExternalIdException$ = [-3, n0, _IEIE,
1307
- { [_er]: _c },
916
+ { [_e]: _c },
1308
917
  [_m],
1309
918
  [0]
1310
919
  ];
1311
- TypeRegistry.for(n0).registerError(InvalidExternalIdException$, InvalidExternalIdException);
920
+ n0_registry.registerError(InvalidExternalIdException$, InvalidExternalIdException);
1312
921
  export var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE,
1313
- { [_er]: _c },
922
+ { [_e]: _c },
1314
923
  [_m],
1315
924
  [0]
1316
925
  ];
1317
- TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
926
+ n0_registry.registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
1318
927
  export var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE,
1319
- { [_er]: _c },
928
+ { [_e]: _c },
1320
929
  [_m],
1321
930
  [0]
1322
931
  ];
1323
- TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
932
+ n0_registry.registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
1324
933
  export var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE,
1325
- { [_er]: _c },
934
+ { [_e]: _c },
1326
935
  [_m],
1327
936
  [0]
1328
937
  ];
1329
- TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
938
+ n0_registry.registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
1330
939
  export var InvalidIamSessionArnException$ = [-3, n0, _IISAE,
1331
- { [_er]: _c },
940
+ { [_e]: _c },
1332
941
  [_m],
1333
942
  [0]
1334
943
  ];
1335
- TypeRegistry.for(n0).registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
944
+ n0_registry.registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
1336
945
  export var InvalidIamUserArnException$ = [-3, n0, _IIUAE,
1337
- { [_er]: _c },
946
+ { [_e]: _c },
1338
947
  [_m],
1339
948
  [0]
1340
949
  ];
1341
- TypeRegistry.for(n0).registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
950
+ n0_registry.registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
1342
951
  export var InvalidIgnoreApplicationStopFailuresValueException$ = [-3, n0, _IIASFVE,
1343
- { [_er]: _c },
952
+ { [_e]: _c },
953
+ [_m],
954
+ [0]
955
+ ];
956
+ n0_registry.registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
957
+ export var InvalidInputException$ = [-3, n0, _IIE,
958
+ { [_e]: _c },
959
+ [_m],
960
+ [0]
961
+ ];
962
+ n0_registry.registerError(InvalidInputException$, InvalidInputException);
963
+ export var InvalidInstanceNameException$ = [-3, n0, _IINE,
964
+ { [_e]: _c },
965
+ [_m],
966
+ [0]
967
+ ];
968
+ n0_registry.registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
969
+ export var InvalidInstanceStatusException$ = [-3, n0, _IISE,
970
+ { [_e]: _c },
971
+ [_m],
972
+ [0]
973
+ ];
974
+ n0_registry.registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
975
+ export var InvalidInstanceTypeException$ = [-3, n0, _IITE,
976
+ { [_e]: _c },
977
+ [_m],
978
+ [0]
979
+ ];
980
+ n0_registry.registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
981
+ export var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
982
+ { [_e]: _c },
983
+ [_m],
984
+ [0]
985
+ ];
986
+ n0_registry.registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
987
+ export var InvalidLifecycleEventHookExecutionIdException$ = [-3, n0, _ILEHEIE,
988
+ { [_e]: _c },
989
+ [_m],
990
+ [0]
991
+ ];
992
+ n0_registry.registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
993
+ export var InvalidLifecycleEventHookExecutionStatusException$ = [-3, n0, _ILEHESE,
994
+ { [_e]: _c },
995
+ [_m],
996
+ [0]
997
+ ];
998
+ n0_registry.registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
999
+ export var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
1000
+ { [_e]: _c },
1001
+ [_m],
1002
+ [0]
1003
+ ];
1004
+ n0_registry.registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
1005
+ export var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
1006
+ { [_e]: _c },
1007
+ [_m],
1008
+ [0]
1009
+ ];
1010
+ n0_registry.registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
1011
+ export var InvalidNextTokenException$ = [-3, n0, _INTE,
1012
+ { [_e]: _c },
1013
+ [_m],
1014
+ [0]
1015
+ ];
1016
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
1017
+ export var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
1018
+ { [_e]: _c },
1019
+ [_m],
1020
+ [0]
1021
+ ];
1022
+ n0_registry.registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
1023
+ export var InvalidOperationException$ = [-3, n0, _IOE,
1024
+ { [_e]: _c },
1025
+ [_m],
1026
+ [0]
1027
+ ];
1028
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
1029
+ export var InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
1030
+ { [_e]: _c },
1031
+ [_m],
1032
+ [0]
1033
+ ];
1034
+ n0_registry.registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
1035
+ export var InvalidRevisionException$ = [-3, n0, _IRE,
1036
+ { [_e]: _c },
1037
+ [_m],
1038
+ [0]
1039
+ ];
1040
+ n0_registry.registerError(InvalidRevisionException$, InvalidRevisionException);
1041
+ export var InvalidRoleException$ = [-3, n0, _IREn,
1042
+ { [_e]: _c },
1043
+ [_m],
1044
+ [0]
1045
+ ];
1046
+ n0_registry.registerError(InvalidRoleException$, InvalidRoleException);
1047
+ export var InvalidSortByException$ = [-3, n0, _ISBE,
1048
+ { [_e]: _c },
1049
+ [_m],
1050
+ [0]
1051
+ ];
1052
+ n0_registry.registerError(InvalidSortByException$, InvalidSortByException);
1053
+ export var InvalidSortOrderException$ = [-3, n0, _ISOE,
1054
+ { [_e]: _c },
1055
+ [_m],
1056
+ [0]
1057
+ ];
1058
+ n0_registry.registerError(InvalidSortOrderException$, InvalidSortOrderException);
1059
+ export var InvalidTagException$ = [-3, n0, _ITE,
1060
+ { [_e]: _c },
1061
+ [_m],
1062
+ [0]
1063
+ ];
1064
+ n0_registry.registerError(InvalidTagException$, InvalidTagException);
1065
+ export var InvalidTagFilterException$ = [-3, n0, _ITFE,
1066
+ { [_e]: _c },
1067
+ [_m],
1068
+ [0]
1069
+ ];
1070
+ n0_registry.registerError(InvalidTagFilterException$, InvalidTagFilterException);
1071
+ export var InvalidTagsToAddException$ = [-3, n0, _ITTAE,
1072
+ { [_e]: _c },
1073
+ [_m],
1074
+ [0]
1075
+ ];
1076
+ n0_registry.registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
1077
+ export var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
1078
+ { [_e]: _c },
1079
+ [_m],
1080
+ [0]
1081
+ ];
1082
+ n0_registry.registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
1083
+ export var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
1084
+ { [_e]: _c },
1085
+ [_m],
1086
+ [0]
1087
+ ];
1088
+ n0_registry.registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
1089
+ export var InvalidTargetInstancesException$ = [-3, n0, _ITIE,
1090
+ { [_e]: _c },
1091
+ [_m],
1092
+ [0]
1093
+ ];
1094
+ n0_registry.registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
1095
+ export var InvalidTimeRangeException$ = [-3, n0, _ITRE,
1096
+ { [_e]: _c },
1097
+ [_m],
1098
+ [0]
1099
+ ];
1100
+ n0_registry.registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
1101
+ export var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
1102
+ { [_e]: _c },
1103
+ [_m],
1104
+ [0]
1105
+ ];
1106
+ n0_registry.registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
1107
+ export var InvalidTriggerConfigException$ = [-3, n0, _ITCE,
1108
+ { [_e]: _c },
1109
+ [_m],
1110
+ [0]
1111
+ ];
1112
+ n0_registry.registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
1113
+ export var InvalidUpdateOutdatedInstancesOnlyValueException$ = [-3, n0, _IUOIOVE,
1114
+ { [_e]: _c },
1344
1115
  [_m],
1345
1116
  [0]
1346
1117
  ];
1347
- TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
1348
- export var InvalidInputException$ = [-3, n0, _IIE,
1349
- { [_er]: _c },
1350
- [_m],
1351
- [0]
1118
+ n0_registry.registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
1119
+ export var InvalidZonalDeploymentConfigurationException$ = [-3, n0, _IZDCE,
1120
+ { [_e]: _c },
1121
+ [_m],
1122
+ [0]
1123
+ ];
1124
+ n0_registry.registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
1125
+ export var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE,
1126
+ { [_e]: _c },
1127
+ [_m],
1128
+ [0]
1129
+ ];
1130
+ n0_registry.registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
1131
+ export var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
1132
+ { [_e]: _c },
1133
+ [_m],
1134
+ [0]
1135
+ ];
1136
+ n0_registry.registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
1137
+ export var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE,
1138
+ { [_e]: _c },
1139
+ [_m],
1140
+ [0]
1141
+ ];
1142
+ n0_registry.registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
1143
+ export var OperationNotSupportedException$ = [-3, n0, _ONSE,
1144
+ { [_e]: _c },
1145
+ [_m],
1146
+ [0]
1147
+ ];
1148
+ n0_registry.registerError(OperationNotSupportedException$, OperationNotSupportedException);
1149
+ export var ResourceArnRequiredException$ = [-3, n0, _RARE,
1150
+ { [_e]: _c },
1151
+ [_m],
1152
+ [0]
1153
+ ];
1154
+ n0_registry.registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
1155
+ export var ResourceValidationException$ = [-3, n0, _RVE,
1156
+ { [_e]: _c },
1157
+ [_m],
1158
+ [0]
1159
+ ];
1160
+ n0_registry.registerError(ResourceValidationException$, ResourceValidationException);
1161
+ export var RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
1162
+ { [_e]: _c },
1163
+ [_m],
1164
+ [0]
1165
+ ];
1166
+ n0_registry.registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
1167
+ export var RevisionRequiredException$ = [-3, n0, _RRE,
1168
+ { [_e]: _c },
1169
+ [_m],
1170
+ [0]
1171
+ ];
1172
+ n0_registry.registerError(RevisionRequiredException$, RevisionRequiredException);
1173
+ export var RoleRequiredException$ = [-3, n0, _RREo,
1174
+ { [_e]: _c },
1175
+ [_m],
1176
+ [0]
1177
+ ];
1178
+ n0_registry.registerError(RoleRequiredException$, RoleRequiredException);
1179
+ export var TagLimitExceededException$ = [-3, n0, _TLEE,
1180
+ { [_e]: _c },
1181
+ [_m],
1182
+ [0]
1183
+ ];
1184
+ n0_registry.registerError(TagLimitExceededException$, TagLimitExceededException);
1185
+ export var TagRequiredException$ = [-3, n0, _TRE,
1186
+ { [_e]: _c },
1187
+ [_m],
1188
+ [0]
1189
+ ];
1190
+ n0_registry.registerError(TagRequiredException$, TagRequiredException);
1191
+ export var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE,
1192
+ { [_e]: _c },
1193
+ [_m],
1194
+ [0]
1195
+ ];
1196
+ n0_registry.registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
1197
+ export var ThrottlingException$ = [-3, n0, _TE,
1198
+ { [_e]: _c },
1199
+ [_m],
1200
+ [0]
1201
+ ];
1202
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1203
+ export var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE,
1204
+ { [_e]: _c },
1205
+ [_m],
1206
+ [0]
1207
+ ];
1208
+ n0_registry.registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
1209
+ export var UnsupportedActionForDeploymentTypeException$ = [-3, n0, _UAFDTE,
1210
+ { [_e]: _c },
1211
+ [_m],
1212
+ [0]
1213
+ ];
1214
+ n0_registry.registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
1215
+ export const errorTypeRegistries = [
1216
+ _s_registry,
1217
+ n0_registry,
1218
+ ];
1219
+ export var AddTagsToOnPremisesInstancesInput$ = [3, n0, _ATTOPII,
1220
+ 0,
1221
+ [_t, _iN],
1222
+ [() => TagList, 64 | 0], 2
1223
+ ];
1224
+ export var Alarm$ = [3, n0, _A,
1225
+ 0,
1226
+ [_n],
1227
+ [0]
1228
+ ];
1229
+ export var AlarmConfiguration$ = [3, n0, _AC,
1230
+ 0,
1231
+ [_en, _iPAF, _a],
1232
+ [2, 2, () => AlarmList]
1233
+ ];
1234
+ export var ApplicationInfo$ = [3, n0, _AI,
1235
+ 0,
1236
+ [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
1237
+ [0, 0, 4, 2, 0, 0]
1238
+ ];
1239
+ export var AppSpecContent$ = [3, n0, _ASC,
1240
+ 0,
1241
+ [_co, _sh],
1242
+ [0, 0]
1243
+ ];
1244
+ export var AutoRollbackConfiguration$ = [3, n0, _ARC,
1245
+ 0,
1246
+ [_en, _ev],
1247
+ [2, 64 | 0]
1248
+ ];
1249
+ export var AutoScalingGroup$ = [3, n0, _ASG,
1250
+ 0,
1251
+ [_n, _h, _tH],
1252
+ [0, 0, 0]
1253
+ ];
1254
+ export var BatchGetApplicationRevisionsInput$ = [3, n0, _BGARI,
1255
+ 0,
1256
+ [_aN, _r],
1257
+ [0, () => RevisionLocationList], 2
1258
+ ];
1259
+ export var BatchGetApplicationRevisionsOutput$ = [3, n0, _BGARO,
1260
+ 0,
1261
+ [_aN, _eM, _r],
1262
+ [0, 0, () => RevisionInfoList]
1263
+ ];
1264
+ export var BatchGetApplicationsInput$ = [3, n0, _BGAI,
1265
+ 0,
1266
+ [_aNp],
1267
+ [64 | 0], 1
1268
+ ];
1269
+ export var BatchGetApplicationsOutput$ = [3, n0, _BGAO,
1270
+ 0,
1271
+ [_aIp],
1272
+ [() => ApplicationsInfoList]
1273
+ ];
1274
+ export var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI,
1275
+ 0,
1276
+ [_aN, _dGN],
1277
+ [0, 64 | 0], 2
1278
+ ];
1279
+ export var BatchGetDeploymentGroupsOutput$ = [3, n0, _BGDGO,
1280
+ 0,
1281
+ [_dGI, _eM],
1282
+ [() => DeploymentGroupInfoList, 0]
1283
+ ];
1284
+ export var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII,
1285
+ 0,
1286
+ [_dI, _iI],
1287
+ [0, 64 | 0], 2
1288
+ ];
1289
+ export var BatchGetDeploymentInstancesOutput$ = [3, n0, _BGDIO,
1290
+ 0,
1291
+ [_iS, _eM],
1292
+ [() => InstanceSummaryList, 0]
1293
+ ];
1294
+ export var BatchGetDeploymentsInput$ = [3, n0, _BGDI,
1295
+ 0,
1296
+ [_dIe],
1297
+ [64 | 0], 1
1298
+ ];
1299
+ export var BatchGetDeploymentsOutput$ = [3, n0, _BGDO,
1300
+ 0,
1301
+ [_dIep],
1302
+ [() => DeploymentsInfoList]
1303
+ ];
1304
+ export var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI,
1305
+ 0,
1306
+ [_dI, _tI],
1307
+ [0, 64 | 0], 2
1308
+ ];
1309
+ export var BatchGetDeploymentTargetsOutput$ = [3, n0, _BGDTO,
1310
+ 0,
1311
+ [_dT],
1312
+ [() => DeploymentTargetList]
1313
+ ];
1314
+ export var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
1315
+ 0,
1316
+ [_iN],
1317
+ [64 | 0], 1
1318
+ ];
1319
+ export var BatchGetOnPremisesInstancesOutput$ = [3, n0, _BGOPIO,
1320
+ 0,
1321
+ [_iIn],
1322
+ [() => InstanceInfoList]
1323
+ ];
1324
+ export var BlueGreenDeploymentConfiguration$ = [3, n0, _BGDC,
1325
+ 0,
1326
+ [_tBIODS, _dRO, _gFPO],
1327
+ [() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$]
1328
+ ];
1329
+ export var BlueInstanceTerminationOption$ = [3, n0, _BITO,
1330
+ 0,
1331
+ [_ac, _tWTIM],
1332
+ [0, 1]
1333
+ ];
1334
+ export var CloudFormationTarget$ = [3, n0, _CFT,
1335
+ 0,
1336
+ [_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
1337
+ [0, 0, 4, () => LifecycleEventList, 0, 0, 1]
1338
+ ];
1339
+ export var ContinueDeploymentInput$ = [3, n0, _CDI,
1340
+ 0,
1341
+ [_dI, _dWT],
1342
+ [0, 0]
1343
+ ];
1344
+ export var CreateApplicationInput$ = [3, n0, _CAI,
1345
+ 0,
1346
+ [_aN, _cP, _t],
1347
+ [0, 0, () => TagList], 1
1348
+ ];
1349
+ export var CreateApplicationOutput$ = [3, n0, _CAO,
1350
+ 0,
1351
+ [_aI],
1352
+ [0]
1353
+ ];
1354
+ export var CreateDeploymentConfigInput$ = [3, n0, _CDCI,
1355
+ 0,
1356
+ [_dCN, _mHH, _tRC, _cP, _zC],
1357
+ [0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$], 1
1358
+ ];
1359
+ export var CreateDeploymentConfigOutput$ = [3, n0, _CDCO,
1360
+ 0,
1361
+ [_dCI],
1362
+ [0]
1363
+ ];
1364
+ export var CreateDeploymentGroupInput$ = [3, n0, _CDGI,
1365
+ 0,
1366
+ [_aN, _dGNe, _sRA, _dCN, _eTF, _oPITF, _aSG, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _t, _tHE],
1367
+ [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, 0, () => DeploymentStyle$, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => EC2TagSet$, () => ECSServiceList, () => OnPremisesTagSet$, () => TagList, 2], 3
1368
+ ];
1369
+ export var CreateDeploymentGroupOutput$ = [3, n0, _CDGO,
1370
+ 0,
1371
+ [_dGIe],
1372
+ [0]
1373
+ ];
1374
+ export var CreateDeploymentInput$ = [3, n0, _CDIr,
1375
+ 0,
1376
+ [_aN, _dGNe, _re, _dCN, _d, _iASF, _tIar, _aRC, _uOIO, _fEB, _oAC],
1377
+ [0, 0, () => RevisionLocation$, 0, 0, 2, () => TargetInstances$, () => AutoRollbackConfiguration$, 2, 0, () => AlarmConfiguration$], 1
1378
+ ];
1379
+ export var CreateDeploymentOutput$ = [3, n0, _CDO,
1380
+ 0,
1381
+ [_dI],
1382
+ [0]
1383
+ ];
1384
+ export var DeleteApplicationInput$ = [3, n0, _DAI,
1385
+ 0,
1386
+ [_aN],
1387
+ [0], 1
1388
+ ];
1389
+ export var DeleteDeploymentConfigInput$ = [3, n0, _DDCI,
1390
+ 0,
1391
+ [_dCN],
1392
+ [0], 1
1393
+ ];
1394
+ export var DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
1395
+ 0,
1396
+ [_aN, _dGNe],
1397
+ [0, 0], 2
1398
+ ];
1399
+ export var DeleteDeploymentGroupOutput$ = [3, n0, _DDGO,
1400
+ 0,
1401
+ [_hNCU],
1402
+ [() => AutoScalingGroupList]
1403
+ ];
1404
+ export var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI,
1405
+ 0,
1406
+ [_tN],
1407
+ [0]
1408
+ ];
1409
+ export var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO,
1410
+ 0,
1411
+ [_tN],
1412
+ [0]
1413
+ ];
1414
+ export var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII,
1415
+ 0,
1416
+ [_eI],
1417
+ [0]
1418
+ ];
1419
+ export var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO,
1420
+ 0,
1421
+ [],
1422
+ []
1423
+ ];
1424
+ export var DeploymentConfigInfo$ = [3, n0, _DCI,
1425
+ 0,
1426
+ [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
1427
+ [0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$]
1428
+ ];
1429
+ export var DeploymentGroupInfo$ = [3, n0, _DGI,
1430
+ 0,
1431
+ [_aN, _dGIe, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tR, _tC, _aC, _aRC, _dS, _oIS, _bGDC, _lBI, _lSD, _lAD, _eTS, _oPTS, _cP, _eS, _tHE],
1432
+ [0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, () => AutoScalingGroupList, 0, () => RevisionLocation$, () => TriggerConfigList, () => AlarmConfiguration$, () => AutoRollbackConfiguration$, () => DeploymentStyle$, 0, () => BlueGreenDeploymentConfiguration$, () => LoadBalancerInfo$, () => LastDeploymentInfo$, () => LastDeploymentInfo$, () => EC2TagSet$, () => OnPremisesTagSet$, 0, () => ECSServiceList, 2]
1433
+ ];
1434
+ export var DeploymentInfo$ = [3, n0, _DI,
1435
+ 0,
1436
+ [_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],
1437
+ [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$]
1438
+ ];
1439
+ export var DeploymentOverview$ = [3, n0, _DO,
1440
+ 0,
1441
+ [_P, _IP, _S, _F, _Sk, _R],
1442
+ [1, 1, 1, 1, 1, 1]
1443
+ ];
1444
+ export var DeploymentReadyOption$ = [3, n0, _DRO,
1445
+ 0,
1446
+ [_aOT, _wTIM],
1447
+ [0, 1]
1448
+ ];
1449
+ export var DeploymentStyle$ = [3, n0, _DS,
1450
+ 0,
1451
+ [_dTe, _dOe],
1452
+ [0, 0]
1453
+ ];
1454
+ export var DeploymentTarget$ = [3, n0, _DT,
1455
+ 0,
1456
+ [_dTT, _iT, _lT, _eT, _cFT],
1457
+ [0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$]
1458
+ ];
1459
+ export var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
1460
+ 0,
1461
+ [_iNn],
1462
+ [0], 1
1463
+ ];
1464
+ export var Diagnostics$ = [3, n0, _D,
1465
+ 0,
1466
+ [_eC, _sN, _m, _lTo],
1467
+ [0, 0, 0, 0]
1468
+ ];
1469
+ export var EC2TagFilter$ = [3, n0, _ECTF,
1470
+ 0,
1471
+ [_K, _V, _T],
1472
+ [0, 0, 0]
1473
+ ];
1474
+ export var EC2TagSet$ = [3, n0, _ECTS,
1475
+ 0,
1476
+ [_eTSL],
1477
+ [() => EC2TagSetList]
1352
1478
  ];
1353
- TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
1354
- export var InvalidInstanceNameException$ = [-3, n0, _IINE,
1355
- { [_er]: _c },
1356
- [_m],
1357
- [0]
1479
+ export var ECSService$ = [3, n0, _ECSS,
1480
+ 0,
1481
+ [_sNe, _cN],
1482
+ [0, 0]
1358
1483
  ];
1359
- TypeRegistry.for(n0).registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
1360
- export var InvalidInstanceStatusException$ = [-3, n0, _IISE,
1361
- { [_er]: _c },
1362
- [_m],
1363
- [0]
1484
+ export var ECSTarget$ = [3, n0, _ECST,
1485
+ 0,
1486
+ [_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
1487
+ [0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
1364
1488
  ];
1365
- TypeRegistry.for(n0).registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
1366
- export var InvalidInstanceTypeException$ = [-3, n0, _IITE,
1367
- { [_er]: _c },
1368
- [_m],
1369
- [0]
1489
+ export var ECSTaskSet$ = [3, n0, _ECSTS,
1490
+ 0,
1491
+ [_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
1492
+ [0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0]
1370
1493
  ];
1371
- TypeRegistry.for(n0).registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
1372
- export var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
1373
- { [_er]: _c },
1374
- [_m],
1494
+ export var ELBInfo$ = [3, n0, _ELBI,
1495
+ 0,
1496
+ [_n],
1375
1497
  [0]
1376
1498
  ];
1377
- TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
1378
- export var InvalidLifecycleEventHookExecutionIdException$ = [-3, n0, _ILEHEIE,
1379
- { [_er]: _c },
1380
- [_m],
1381
- [0]
1499
+ export var ErrorInformation$ = [3, n0, _EI,
1500
+ 0,
1501
+ [_cod, _m],
1502
+ [0, 0]
1382
1503
  ];
1383
- TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
1384
- export var InvalidLifecycleEventHookExecutionStatusException$ = [-3, n0, _ILEHESE,
1385
- { [_er]: _c },
1386
- [_m],
1387
- [0]
1504
+ export var GenericRevisionInfo$ = [3, n0, _GRI,
1505
+ 0,
1506
+ [_d, _dG, _fUT, _lUT, _rTe],
1507
+ [0, 64 | 0, 4, 4, 4]
1388
1508
  ];
1389
- TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
1390
- export var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
1391
- { [_er]: _c },
1392
- [_m],
1393
- [0]
1509
+ export var GetApplicationInput$ = [3, n0, _GAI,
1510
+ 0,
1511
+ [_aN],
1512
+ [0], 1
1394
1513
  ];
1395
- TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
1396
- export var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
1397
- { [_er]: _c },
1398
- [_m],
1399
- [0]
1514
+ export var GetApplicationOutput$ = [3, n0, _GAO,
1515
+ 0,
1516
+ [_ap],
1517
+ [() => ApplicationInfo$]
1400
1518
  ];
1401
- TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
1402
- export var InvalidNextTokenException$ = [-3, n0, _INTE,
1403
- { [_er]: _c },
1404
- [_m],
1405
- [0]
1519
+ export var GetApplicationRevisionInput$ = [3, n0, _GARI,
1520
+ 0,
1521
+ [_aN, _re],
1522
+ [0, () => RevisionLocation$], 2
1406
1523
  ];
1407
- TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1408
- export var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
1409
- { [_er]: _c },
1410
- [_m],
1411
- [0]
1524
+ export var GetApplicationRevisionOutput$ = [3, n0, _GARO,
1525
+ 0,
1526
+ [_aN, _re, _rIe],
1527
+ [0, () => RevisionLocation$, () => GenericRevisionInfo$]
1412
1528
  ];
1413
- TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
1414
- export var InvalidOperationException$ = [-3, n0, _IOE,
1415
- { [_er]: _c },
1416
- [_m],
1417
- [0]
1529
+ export var GetDeploymentConfigInput$ = [3, n0, _GDCI,
1530
+ 0,
1531
+ [_dCN],
1532
+ [0], 1
1418
1533
  ];
1419
- TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
1420
- export var InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
1421
- { [_er]: _c },
1422
- [_m],
1423
- [0]
1534
+ export var GetDeploymentConfigOutput$ = [3, n0, _GDCO,
1535
+ 0,
1536
+ [_dCIe],
1537
+ [() => DeploymentConfigInfo$]
1424
1538
  ];
1425
- TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
1426
- export var InvalidRevisionException$ = [-3, n0, _IRE,
1427
- { [_er]: _c },
1428
- [_m],
1429
- [0]
1539
+ export var GetDeploymentGroupInput$ = [3, n0, _GDGI,
1540
+ 0,
1541
+ [_aN, _dGNe],
1542
+ [0, 0], 2
1430
1543
  ];
1431
- TypeRegistry.for(n0).registerError(InvalidRevisionException$, InvalidRevisionException);
1432
- export var InvalidRoleException$ = [-3, n0, _IREn,
1433
- { [_er]: _c },
1434
- [_m],
1435
- [0]
1544
+ export var GetDeploymentGroupOutput$ = [3, n0, _GDGO,
1545
+ 0,
1546
+ [_dGIep],
1547
+ [() => DeploymentGroupInfo$]
1436
1548
  ];
1437
- TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
1438
- export var InvalidSortByException$ = [-3, n0, _ISBE,
1439
- { [_er]: _c },
1440
- [_m],
1441
- [0]
1549
+ export var GetDeploymentInput$ = [3, n0, _GDI,
1550
+ 0,
1551
+ [_dI],
1552
+ [0], 1
1442
1553
  ];
1443
- TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
1444
- export var InvalidSortOrderException$ = [-3, n0, _ISOE,
1445
- { [_er]: _c },
1446
- [_m],
1447
- [0]
1554
+ export var GetDeploymentInstanceInput$ = [3, n0, _GDII,
1555
+ 0,
1556
+ [_dI, _iIns],
1557
+ [0, 0], 2
1448
1558
  ];
1449
- TypeRegistry.for(n0).registerError(InvalidSortOrderException$, InvalidSortOrderException);
1450
- export var InvalidTagException$ = [-3, n0, _ITE,
1451
- { [_er]: _c },
1452
- [_m],
1453
- [0]
1559
+ export var GetDeploymentInstanceOutput$ = [3, n0, _GDIO,
1560
+ 0,
1561
+ [_iSn],
1562
+ [() => InstanceSummary$]
1454
1563
  ];
1455
- TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
1456
- export var InvalidTagFilterException$ = [-3, n0, _ITFE,
1457
- { [_er]: _c },
1458
- [_m],
1459
- [0]
1564
+ export var GetDeploymentOutput$ = [3, n0, _GDO,
1565
+ 0,
1566
+ [_dIepl],
1567
+ [() => DeploymentInfo$]
1460
1568
  ];
1461
- TypeRegistry.for(n0).registerError(InvalidTagFilterException$, InvalidTagFilterException);
1462
- export var InvalidTagsToAddException$ = [-3, n0, _ITTAE,
1463
- { [_er]: _c },
1464
- [_m],
1465
- [0]
1569
+ export var GetDeploymentTargetInput$ = [3, n0, _GDTI,
1570
+ 0,
1571
+ [_dI, _tIa],
1572
+ [0, 0], 2
1466
1573
  ];
1467
- TypeRegistry.for(n0).registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
1468
- export var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
1469
- { [_er]: _c },
1470
- [_m],
1471
- [0]
1574
+ export var GetDeploymentTargetOutput$ = [3, n0, _GDTO,
1575
+ 0,
1576
+ [_dTep],
1577
+ [() => DeploymentTarget$]
1472
1578
  ];
1473
- TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
1474
- export var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
1475
- { [_er]: _c },
1476
- [_m],
1477
- [0]
1579
+ export var GetOnPremisesInstanceInput$ = [3, n0, _GOPII,
1580
+ 0,
1581
+ [_iNn],
1582
+ [0], 1
1478
1583
  ];
1479
- TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
1480
- export var InvalidTargetInstancesException$ = [-3, n0, _ITIE,
1481
- { [_er]: _c },
1482
- [_m],
1483
- [0]
1584
+ export var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO,
1585
+ 0,
1586
+ [_iInst],
1587
+ [() => InstanceInfo$]
1484
1588
  ];
1485
- TypeRegistry.for(n0).registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
1486
- export var InvalidTimeRangeException$ = [-3, n0, _ITRE,
1487
- { [_er]: _c },
1488
- [_m],
1489
- [0]
1589
+ export var GitHubLocation$ = [3, n0, _GHL,
1590
+ 0,
1591
+ [_rep, _cI],
1592
+ [0, 0]
1490
1593
  ];
1491
- TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
1492
- export var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
1493
- { [_er]: _c },
1494
- [_m],
1594
+ export var GreenFleetProvisioningOption$ = [3, n0, _GFPO,
1595
+ 0,
1596
+ [_ac],
1495
1597
  [0]
1496
1598
  ];
1497
- TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
1498
- export var InvalidTriggerConfigException$ = [-3, n0, _ITCE,
1499
- { [_er]: _c },
1500
- [_m],
1501
- [0]
1599
+ export var InstanceInfo$ = [3, n0, _II,
1600
+ 0,
1601
+ [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
1602
+ [0, 0, 0, 0, 4, 4, () => TagList]
1502
1603
  ];
1503
- TypeRegistry.for(n0).registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
1504
- export var InvalidUpdateOutdatedInstancesOnlyValueException$ = [-3, n0, _IUOIOVE,
1505
- { [_er]: _c },
1506
- [_m],
1507
- [0]
1604
+ export var InstanceSummary$ = [3, n0, _IS,
1605
+ 0,
1606
+ [_dI, _iIns, _st, _lUA, _lE, _iTn],
1607
+ [0, 0, 0, 4, () => LifecycleEventList, 0]
1508
1608
  ];
1509
- TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
1510
- export var InvalidZonalDeploymentConfigurationException$ = [-3, n0, _IZDCE,
1511
- { [_er]: _c },
1512
- [_m],
1513
- [0]
1609
+ export var InstanceTarget$ = [3, n0, _IT,
1610
+ 0,
1611
+ [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
1612
+ [0, 0, 0, 0, 4, () => LifecycleEventList, 0]
1514
1613
  ];
1515
- TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
1516
1614
  export var LambdaFunctionInfo$ = [3, n0, _LFI,
1517
1615
  0,
1518
1616
  [_fN, _fA, _cV, _tV, _tVW],
@@ -1533,18 +1631,6 @@ export var LifecycleEvent$ = [3, n0, _LE,
1533
1631
  [_lEN, _di, _sT, _eTn, _st],
1534
1632
  [0, () => Diagnostics$, 4, 4, 0]
1535
1633
  ];
1536
- export var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE,
1537
- { [_er]: _c },
1538
- [_m],
1539
- [0]
1540
- ];
1541
- TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
1542
- export var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
1543
- { [_er]: _c },
1544
- [_m],
1545
- [0]
1546
- ];
1547
- TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
1548
1634
  export var ListApplicationRevisionsInput$ = [3, n0, _LARI,
1549
1635
  0,
1550
1636
  [_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
@@ -1660,23 +1746,11 @@ export var MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ,
1660
1746
  [_ty, _v],
1661
1747
  [0, 1]
1662
1748
  ];
1663
- export var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE,
1664
- { [_er]: _c },
1665
- [_m],
1666
- [0]
1667
- ];
1668
- TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
1669
1749
  export var OnPremisesTagSet$ = [3, n0, _OPTS,
1670
1750
  0,
1671
1751
  [_oPTSL],
1672
1752
  [() => OnPremisesTagSetList]
1673
1753
  ];
1674
- export var OperationNotSupportedException$ = [-3, n0, _ONSE,
1675
- { [_er]: _c },
1676
- [_m],
1677
- [0]
1678
- ];
1679
- TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
1680
1754
  export var PutLifecycleEventHookExecutionStatusInput$ = [3, n0, _PLEHESI,
1681
1755
  0,
1682
1756
  [_dI, _lEHEI, _st],
@@ -1689,7 +1763,7 @@ export var PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO,
1689
1763
  ];
1690
1764
  export var RawString$ = [3, n0, _RS,
1691
1765
  0,
1692
- [_co, _s],
1766
+ [_co, _sh],
1693
1767
  [0, 0]
1694
1768
  ];
1695
1769
  export var RegisterApplicationRevisionInput$ = [3, n0, _RARI,
@@ -1712,24 +1786,6 @@ export var RemoveTagsFromOnPremisesInstancesInput$ = [3, n0, _RTFOPII,
1712
1786
  [_t, _iN],
1713
1787
  [() => TagList, 64 | 0], 2
1714
1788
  ];
1715
- export var ResourceArnRequiredException$ = [-3, n0, _RARE,
1716
- { [_er]: _c },
1717
- [_m],
1718
- [0]
1719
- ];
1720
- TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
1721
- export var ResourceValidationException$ = [-3, n0, _RVE,
1722
- { [_er]: _c },
1723
- [_m],
1724
- [0]
1725
- ];
1726
- TypeRegistry.for(n0).registerError(ResourceValidationException$, ResourceValidationException);
1727
- export var RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
1728
- { [_er]: _c },
1729
- [_m],
1730
- [0]
1731
- ];
1732
- TypeRegistry.for(n0).registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
1733
1789
  export var RevisionInfo$ = [3, n0, _RI,
1734
1790
  0,
1735
1791
  [_rL, _gRI],
@@ -1740,18 +1796,6 @@ export var RevisionLocation$ = [3, n0, _RL,
1740
1796
  [_rTev, _sL, _gHL, _str, _aSC],
1741
1797
  [0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$]
1742
1798
  ];
1743
- export var RevisionRequiredException$ = [-3, n0, _RRE,
1744
- { [_er]: _c },
1745
- [_m],
1746
- [0]
1747
- ];
1748
- TypeRegistry.for(n0).registerError(RevisionRequiredException$, RevisionRequiredException);
1749
- export var RoleRequiredException$ = [-3, n0, _RREo,
1750
- { [_er]: _c },
1751
- [_m],
1752
- [0]
1753
- ];
1754
- TypeRegistry.for(n0).registerError(RoleRequiredException$, RoleRequiredException);
1755
1799
  export var RollbackInfo$ = [3, n0, _RIo,
1756
1800
  0,
1757
1801
  [_rDI, _rTDI, _rM],
@@ -1787,18 +1831,6 @@ export var TagFilter$ = [3, n0, _TFa,
1787
1831
  [_K, _V, _T],
1788
1832
  [0, 0, 0]
1789
1833
  ];
1790
- export var TagLimitExceededException$ = [-3, n0, _TLEE,
1791
- { [_er]: _c },
1792
- [_m],
1793
- [0]
1794
- ];
1795
- TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
1796
- export var TagRequiredException$ = [-3, n0, _TRE,
1797
- { [_er]: _c },
1798
- [_m],
1799
- [0]
1800
- ];
1801
- TypeRegistry.for(n0).registerError(TagRequiredException$, TagRequiredException);
1802
1834
  export var TagResourceInput$ = [3, n0, _TRI,
1803
1835
  0,
1804
1836
  [_RA, _Ta],
@@ -1809,12 +1841,6 @@ export var TagResourceOutput$ = [3, n0, _TRO,
1809
1841
  [],
1810
1842
  []
1811
1843
  ];
1812
- export var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE,
1813
- { [_er]: _c },
1814
- [_m],
1815
- [0]
1816
- ];
1817
- TypeRegistry.for(n0).registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
1818
1844
  export var TargetGroupInfo$ = [3, n0, _TGI,
1819
1845
  0,
1820
1846
  [_n],
@@ -1830,12 +1856,6 @@ export var TargetInstances$ = [3, n0, _TI,
1830
1856
  [_tFa, _aSG, _eTS],
1831
1857
  [() => EC2TagFilterList, 64 | 0, () => EC2TagSet$]
1832
1858
  ];
1833
- export var ThrottlingException$ = [-3, n0, _TE,
1834
- { [_er]: _c },
1835
- [_m],
1836
- [0]
1837
- ];
1838
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1839
1859
  export var TimeBasedCanary$ = [3, n0, _TBC,
1840
1860
  0,
1841
1861
  [_cPa, _cIa],
@@ -1848,7 +1868,7 @@ export var TimeBasedLinear$ = [3, n0, _TBL,
1848
1868
  ];
1849
1869
  export var TimeRange$ = [3, n0, _TR,
1850
1870
  0,
1851
- [_sta, _en],
1871
+ [_sta, _end],
1852
1872
  [4, 4]
1853
1873
  ];
1854
1874
  export var TrafficRoute$ = [3, n0, _TRr,
@@ -1866,18 +1886,6 @@ export var TriggerConfig$ = [3, n0, _TC,
1866
1886
  [_tNr, _tTA, _tE],
1867
1887
  [0, 0, 64 | 0]
1868
1888
  ];
1869
- export var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE,
1870
- { [_er]: _c },
1871
- [_m],
1872
- [0]
1873
- ];
1874
- TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
1875
- export var UnsupportedActionForDeploymentTypeException$ = [-3, n0, _UAFDTE,
1876
- { [_er]: _c },
1877
- [_m],
1878
- [0]
1879
- ];
1880
- TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
1881
1889
  export var UntagResourceInput$ = [3, n0, _URI,
1882
1890
  0,
1883
1891
  [_RA, _TK],
@@ -1909,8 +1917,6 @@ export var ZonalConfig$ = [3, n0, _ZC,
1909
1917
  [1, 1, () => MinimumHealthyHostsPerZone$]
1910
1918
  ];
1911
1919
  var __Unit = "unit";
1912
- export var CodeDeployServiceException$ = [-3, _sm, "CodeDeployServiceException", 0, [], []];
1913
- TypeRegistry.for(_sm).registerError(CodeDeployServiceException$, CodeDeployServiceException);
1914
1920
  var AlarmList = [1, n0, _AL,
1915
1921
  0, () => Alarm$
1916
1922
  ];