@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
@@ -0,0 +1,1436 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidRoleException = exports.InvalidLoadBalancerInfoException = exports.InvalidIgnoreApplicationStopFailuresValueException = exports.InvalidGitHubAccountTokenException = exports.InvalidFileExistsBehaviorException = exports.InvalidDeploymentConfigNameException = exports.InvalidAutoScalingGroupException = exports.InvalidAutoRollbackConfigException = exports.InvalidAlarmConfigException = exports.DescriptionTooLongException = exports.DeploymentLimitExceededException = exports.DeploymentGroupDoesNotExistException = exports.InvalidTagsToAddException = exports.UnsupportedActionForDeploymentTypeException = exports.InvalidDeploymentWaitTypeException = exports.InvalidDeploymentStatusException = exports.DeploymentIsNotInReadyStateException = exports.DeploymentAlreadyCompletedException = exports.BucketNameFilterRequiredException = exports.InvalidDeploymentTargetIdException = exports.InstanceDoesNotExistException = exports.DeploymentTargetListSizeExceededException = exports.DeploymentTargetIdRequiredException = exports.DeploymentTargetDoesNotExistException = exports.DeploymentNotStartedException = exports.InvalidDeploymentIdException = exports.InvalidComputePlatformException = exports.InstanceIdRequiredException = exports.DeploymentIdRequiredException = exports.DeploymentDoesNotExistException = exports.InvalidDeploymentGroupNameException = exports.DeploymentGroupNameRequiredException = exports.DeploymentConfigDoesNotExistException = exports.RevisionRequiredException = exports.InvalidRevisionException = exports.InvalidApplicationNameException = exports.BatchLimitExceededException = exports.ArnNotSupportedException = exports.ApplicationNameRequiredException = exports.ApplicationLimitExceededException = exports.ApplicationDoesNotExistException = exports.ApplicationAlreadyExistsException = exports.AlarmsLimitExceededException = exports.TagRequiredException = exports.TagLimitExceededException = exports.InvalidTagException = exports.InvalidInstanceNameException = exports.InstanceNotRegisteredException = exports.InstanceNameRequiredException = exports.InstanceLimitExceededException = void 0;
4
+ exports.InvalidLifecycleEventHookExecutionIdException = exports.ResourceArnRequiredException = exports.InvalidArnException = exports.InvalidTagFilterException = exports.InvalidRegistrationStatusException = exports.InvalidTimeRangeException = exports.InvalidExternalIdException = exports.InvalidTargetFilterNameException = exports.InvalidInstanceTypeException = exports.InvalidInstanceStatusException = exports.InvalidDeploymentInstanceTypeException = exports.InvalidSortOrderException = exports.InvalidSortByException = exports.InvalidNextTokenException = exports.InvalidKeyPrefixFilterException = exports.InvalidDeployedStateFilterException = exports.InvalidBucketNameFilterException = exports.ResourceValidationException = exports.OperationNotSupportedException = exports.InvalidGitHubAccountTokenNameException = exports.GitHubAccountTokenNameRequiredException = exports.GitHubAccountTokenDoesNotExistException = exports.InvalidOperationException = exports.DeploymentConfigInUseException = exports.TriggerTargetsLimitExceededException = exports.TagSetListLimitExceededException = exports.RoleRequiredException = exports.LifecycleHookLimitExceededException = exports.InvalidTriggerConfigException = exports.InvalidTargetGroupPairException = exports.InvalidOnPremisesTagCombinationException = exports.InvalidInputException = exports.InvalidECSServiceException = exports.InvalidEC2TagException = exports.InvalidEC2TagCombinationException = exports.InvalidDeploymentStyleException = exports.InvalidBlueGreenDeploymentConfigurationException = exports.ECSServiceMappingLimitExceededException = exports.DeploymentGroupLimitExceededException = exports.DeploymentGroupAlreadyExistsException = exports.InvalidZonalDeploymentConfigurationException = exports.InvalidMinimumHealthyHostValueException = exports.DeploymentConfigNameRequiredException = exports.DeploymentConfigLimitExceededException = exports.DeploymentConfigAlreadyExistsException = exports.ThrottlingException = exports.RevisionDoesNotExistException = exports.InvalidUpdateOutdatedInstancesOnlyValueException = exports.InvalidTrafficRoutingConfigurationException = exports.InvalidTargetInstancesException = void 0;
5
+ exports.MultipleIamArnsProvidedException = exports.InvalidIamUserArnException = exports.InvalidIamSessionArnException = exports.InstanceNameAlreadyRegisteredException = exports.IamUserArnRequiredException = exports.IamUserArnAlreadyRegisteredException = exports.IamSessionArnAlreadyRegisteredException = exports.IamArnRequiredException = exports.LifecycleEventAlreadyCompletedException = exports.InvalidLifecycleEventHookExecutionStatusException = void 0;
6
+ const CodeDeployServiceException_1 = require("./CodeDeployServiceException");
7
+ class InstanceLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
8
+ name = "InstanceLimitExceededException";
9
+ $fault = "client";
10
+ constructor(opts) {
11
+ super({
12
+ name: "InstanceLimitExceededException",
13
+ $fault: "client",
14
+ ...opts,
15
+ });
16
+ Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
17
+ }
18
+ }
19
+ exports.InstanceLimitExceededException = InstanceLimitExceededException;
20
+ class InstanceNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
21
+ name = "InstanceNameRequiredException";
22
+ $fault = "client";
23
+ constructor(opts) {
24
+ super({
25
+ name: "InstanceNameRequiredException",
26
+ $fault: "client",
27
+ ...opts,
28
+ });
29
+ Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
30
+ }
31
+ }
32
+ exports.InstanceNameRequiredException = InstanceNameRequiredException;
33
+ class InstanceNotRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
34
+ name = "InstanceNotRegisteredException";
35
+ $fault = "client";
36
+ constructor(opts) {
37
+ super({
38
+ name: "InstanceNotRegisteredException",
39
+ $fault: "client",
40
+ ...opts,
41
+ });
42
+ Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
43
+ }
44
+ }
45
+ exports.InstanceNotRegisteredException = InstanceNotRegisteredException;
46
+ class InvalidInstanceNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
47
+ name = "InvalidInstanceNameException";
48
+ $fault = "client";
49
+ constructor(opts) {
50
+ super({
51
+ name: "InvalidInstanceNameException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
56
+ }
57
+ }
58
+ exports.InvalidInstanceNameException = InvalidInstanceNameException;
59
+ class InvalidTagException extends CodeDeployServiceException_1.CodeDeployServiceException {
60
+ name = "InvalidTagException";
61
+ $fault = "client";
62
+ constructor(opts) {
63
+ super({
64
+ name: "InvalidTagException",
65
+ $fault: "client",
66
+ ...opts,
67
+ });
68
+ Object.setPrototypeOf(this, InvalidTagException.prototype);
69
+ }
70
+ }
71
+ exports.InvalidTagException = InvalidTagException;
72
+ class TagLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
73
+ name = "TagLimitExceededException";
74
+ $fault = "client";
75
+ constructor(opts) {
76
+ super({
77
+ name: "TagLimitExceededException",
78
+ $fault: "client",
79
+ ...opts,
80
+ });
81
+ Object.setPrototypeOf(this, TagLimitExceededException.prototype);
82
+ }
83
+ }
84
+ exports.TagLimitExceededException = TagLimitExceededException;
85
+ class TagRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
86
+ name = "TagRequiredException";
87
+ $fault = "client";
88
+ constructor(opts) {
89
+ super({
90
+ name: "TagRequiredException",
91
+ $fault: "client",
92
+ ...opts,
93
+ });
94
+ Object.setPrototypeOf(this, TagRequiredException.prototype);
95
+ }
96
+ }
97
+ exports.TagRequiredException = TagRequiredException;
98
+ class AlarmsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
99
+ name = "AlarmsLimitExceededException";
100
+ $fault = "client";
101
+ constructor(opts) {
102
+ super({
103
+ name: "AlarmsLimitExceededException",
104
+ $fault: "client",
105
+ ...opts,
106
+ });
107
+ Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
108
+ }
109
+ }
110
+ exports.AlarmsLimitExceededException = AlarmsLimitExceededException;
111
+ class ApplicationAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
112
+ name = "ApplicationAlreadyExistsException";
113
+ $fault = "client";
114
+ constructor(opts) {
115
+ super({
116
+ name: "ApplicationAlreadyExistsException",
117
+ $fault: "client",
118
+ ...opts,
119
+ });
120
+ Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
121
+ }
122
+ }
123
+ exports.ApplicationAlreadyExistsException = ApplicationAlreadyExistsException;
124
+ class ApplicationDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
125
+ name = "ApplicationDoesNotExistException";
126
+ $fault = "client";
127
+ constructor(opts) {
128
+ super({
129
+ name: "ApplicationDoesNotExistException",
130
+ $fault: "client",
131
+ ...opts,
132
+ });
133
+ Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
134
+ }
135
+ }
136
+ exports.ApplicationDoesNotExistException = ApplicationDoesNotExistException;
137
+ class ApplicationLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
138
+ name = "ApplicationLimitExceededException";
139
+ $fault = "client";
140
+ constructor(opts) {
141
+ super({
142
+ name: "ApplicationLimitExceededException",
143
+ $fault: "client",
144
+ ...opts,
145
+ });
146
+ Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
147
+ }
148
+ }
149
+ exports.ApplicationLimitExceededException = ApplicationLimitExceededException;
150
+ class ApplicationNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
151
+ name = "ApplicationNameRequiredException";
152
+ $fault = "client";
153
+ constructor(opts) {
154
+ super({
155
+ name: "ApplicationNameRequiredException",
156
+ $fault: "client",
157
+ ...opts,
158
+ });
159
+ Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
160
+ }
161
+ }
162
+ exports.ApplicationNameRequiredException = ApplicationNameRequiredException;
163
+ class ArnNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {
164
+ name = "ArnNotSupportedException";
165
+ $fault = "client";
166
+ constructor(opts) {
167
+ super({
168
+ name: "ArnNotSupportedException",
169
+ $fault: "client",
170
+ ...opts,
171
+ });
172
+ Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
173
+ }
174
+ }
175
+ exports.ArnNotSupportedException = ArnNotSupportedException;
176
+ class BatchLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
177
+ name = "BatchLimitExceededException";
178
+ $fault = "client";
179
+ constructor(opts) {
180
+ super({
181
+ name: "BatchLimitExceededException",
182
+ $fault: "client",
183
+ ...opts,
184
+ });
185
+ Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
186
+ }
187
+ }
188
+ exports.BatchLimitExceededException = BatchLimitExceededException;
189
+ class InvalidApplicationNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
190
+ name = "InvalidApplicationNameException";
191
+ $fault = "client";
192
+ constructor(opts) {
193
+ super({
194
+ name: "InvalidApplicationNameException",
195
+ $fault: "client",
196
+ ...opts,
197
+ });
198
+ Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
199
+ }
200
+ }
201
+ exports.InvalidApplicationNameException = InvalidApplicationNameException;
202
+ class InvalidRevisionException extends CodeDeployServiceException_1.CodeDeployServiceException {
203
+ name = "InvalidRevisionException";
204
+ $fault = "client";
205
+ constructor(opts) {
206
+ super({
207
+ name: "InvalidRevisionException",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, InvalidRevisionException.prototype);
212
+ }
213
+ }
214
+ exports.InvalidRevisionException = InvalidRevisionException;
215
+ class RevisionRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
216
+ name = "RevisionRequiredException";
217
+ $fault = "client";
218
+ constructor(opts) {
219
+ super({
220
+ name: "RevisionRequiredException",
221
+ $fault: "client",
222
+ ...opts,
223
+ });
224
+ Object.setPrototypeOf(this, RevisionRequiredException.prototype);
225
+ }
226
+ }
227
+ exports.RevisionRequiredException = RevisionRequiredException;
228
+ class DeploymentConfigDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
229
+ name = "DeploymentConfigDoesNotExistException";
230
+ $fault = "client";
231
+ constructor(opts) {
232
+ super({
233
+ name: "DeploymentConfigDoesNotExistException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
238
+ }
239
+ }
240
+ exports.DeploymentConfigDoesNotExistException = DeploymentConfigDoesNotExistException;
241
+ class DeploymentGroupNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
242
+ name = "DeploymentGroupNameRequiredException";
243
+ $fault = "client";
244
+ constructor(opts) {
245
+ super({
246
+ name: "DeploymentGroupNameRequiredException",
247
+ $fault: "client",
248
+ ...opts,
249
+ });
250
+ Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
251
+ }
252
+ }
253
+ exports.DeploymentGroupNameRequiredException = DeploymentGroupNameRequiredException;
254
+ class InvalidDeploymentGroupNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
255
+ name = "InvalidDeploymentGroupNameException";
256
+ $fault = "client";
257
+ constructor(opts) {
258
+ super({
259
+ name: "InvalidDeploymentGroupNameException",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
264
+ }
265
+ }
266
+ exports.InvalidDeploymentGroupNameException = InvalidDeploymentGroupNameException;
267
+ class DeploymentDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
268
+ name = "DeploymentDoesNotExistException";
269
+ $fault = "client";
270
+ constructor(opts) {
271
+ super({
272
+ name: "DeploymentDoesNotExistException",
273
+ $fault: "client",
274
+ ...opts,
275
+ });
276
+ Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
277
+ }
278
+ }
279
+ exports.DeploymentDoesNotExistException = DeploymentDoesNotExistException;
280
+ class DeploymentIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
281
+ name = "DeploymentIdRequiredException";
282
+ $fault = "client";
283
+ constructor(opts) {
284
+ super({
285
+ name: "DeploymentIdRequiredException",
286
+ $fault: "client",
287
+ ...opts,
288
+ });
289
+ Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
290
+ }
291
+ }
292
+ exports.DeploymentIdRequiredException = DeploymentIdRequiredException;
293
+ class InstanceIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
294
+ name = "InstanceIdRequiredException";
295
+ $fault = "client";
296
+ constructor(opts) {
297
+ super({
298
+ name: "InstanceIdRequiredException",
299
+ $fault: "client",
300
+ ...opts,
301
+ });
302
+ Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
303
+ }
304
+ }
305
+ exports.InstanceIdRequiredException = InstanceIdRequiredException;
306
+ class InvalidComputePlatformException extends CodeDeployServiceException_1.CodeDeployServiceException {
307
+ name = "InvalidComputePlatformException";
308
+ $fault = "client";
309
+ constructor(opts) {
310
+ super({
311
+ name: "InvalidComputePlatformException",
312
+ $fault: "client",
313
+ ...opts,
314
+ });
315
+ Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
316
+ }
317
+ }
318
+ exports.InvalidComputePlatformException = InvalidComputePlatformException;
319
+ class InvalidDeploymentIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
320
+ name = "InvalidDeploymentIdException";
321
+ $fault = "client";
322
+ constructor(opts) {
323
+ super({
324
+ name: "InvalidDeploymentIdException",
325
+ $fault: "client",
326
+ ...opts,
327
+ });
328
+ Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
329
+ }
330
+ }
331
+ exports.InvalidDeploymentIdException = InvalidDeploymentIdException;
332
+ class DeploymentNotStartedException extends CodeDeployServiceException_1.CodeDeployServiceException {
333
+ name = "DeploymentNotStartedException";
334
+ $fault = "client";
335
+ constructor(opts) {
336
+ super({
337
+ name: "DeploymentNotStartedException",
338
+ $fault: "client",
339
+ ...opts,
340
+ });
341
+ Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
342
+ }
343
+ }
344
+ exports.DeploymentNotStartedException = DeploymentNotStartedException;
345
+ class DeploymentTargetDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
346
+ name = "DeploymentTargetDoesNotExistException";
347
+ $fault = "client";
348
+ constructor(opts) {
349
+ super({
350
+ name: "DeploymentTargetDoesNotExistException",
351
+ $fault: "client",
352
+ ...opts,
353
+ });
354
+ Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
355
+ }
356
+ }
357
+ exports.DeploymentTargetDoesNotExistException = DeploymentTargetDoesNotExistException;
358
+ class DeploymentTargetIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
359
+ name = "DeploymentTargetIdRequiredException";
360
+ $fault = "client";
361
+ constructor(opts) {
362
+ super({
363
+ name: "DeploymentTargetIdRequiredException",
364
+ $fault: "client",
365
+ ...opts,
366
+ });
367
+ Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
368
+ }
369
+ }
370
+ exports.DeploymentTargetIdRequiredException = DeploymentTargetIdRequiredException;
371
+ class DeploymentTargetListSizeExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
372
+ name = "DeploymentTargetListSizeExceededException";
373
+ $fault = "client";
374
+ constructor(opts) {
375
+ super({
376
+ name: "DeploymentTargetListSizeExceededException",
377
+ $fault: "client",
378
+ ...opts,
379
+ });
380
+ Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
381
+ }
382
+ }
383
+ exports.DeploymentTargetListSizeExceededException = DeploymentTargetListSizeExceededException;
384
+ class InstanceDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
385
+ name = "InstanceDoesNotExistException";
386
+ $fault = "client";
387
+ constructor(opts) {
388
+ super({
389
+ name: "InstanceDoesNotExistException",
390
+ $fault: "client",
391
+ ...opts,
392
+ });
393
+ Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
394
+ }
395
+ }
396
+ exports.InstanceDoesNotExistException = InstanceDoesNotExistException;
397
+ class InvalidDeploymentTargetIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
398
+ name = "InvalidDeploymentTargetIdException";
399
+ $fault = "client";
400
+ constructor(opts) {
401
+ super({
402
+ name: "InvalidDeploymentTargetIdException",
403
+ $fault: "client",
404
+ ...opts,
405
+ });
406
+ Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
407
+ }
408
+ }
409
+ exports.InvalidDeploymentTargetIdException = InvalidDeploymentTargetIdException;
410
+ class BucketNameFilterRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
411
+ name = "BucketNameFilterRequiredException";
412
+ $fault = "client";
413
+ constructor(opts) {
414
+ super({
415
+ name: "BucketNameFilterRequiredException",
416
+ $fault: "client",
417
+ ...opts,
418
+ });
419
+ Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
420
+ }
421
+ }
422
+ exports.BucketNameFilterRequiredException = BucketNameFilterRequiredException;
423
+ class DeploymentAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {
424
+ name = "DeploymentAlreadyCompletedException";
425
+ $fault = "client";
426
+ constructor(opts) {
427
+ super({
428
+ name: "DeploymentAlreadyCompletedException",
429
+ $fault: "client",
430
+ ...opts,
431
+ });
432
+ Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
433
+ }
434
+ }
435
+ exports.DeploymentAlreadyCompletedException = DeploymentAlreadyCompletedException;
436
+ class DeploymentIsNotInReadyStateException extends CodeDeployServiceException_1.CodeDeployServiceException {
437
+ name = "DeploymentIsNotInReadyStateException";
438
+ $fault = "client";
439
+ constructor(opts) {
440
+ super({
441
+ name: "DeploymentIsNotInReadyStateException",
442
+ $fault: "client",
443
+ ...opts,
444
+ });
445
+ Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
446
+ }
447
+ }
448
+ exports.DeploymentIsNotInReadyStateException = DeploymentIsNotInReadyStateException;
449
+ class InvalidDeploymentStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
450
+ name = "InvalidDeploymentStatusException";
451
+ $fault = "client";
452
+ constructor(opts) {
453
+ super({
454
+ name: "InvalidDeploymentStatusException",
455
+ $fault: "client",
456
+ ...opts,
457
+ });
458
+ Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
459
+ }
460
+ }
461
+ exports.InvalidDeploymentStatusException = InvalidDeploymentStatusException;
462
+ class InvalidDeploymentWaitTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
463
+ name = "InvalidDeploymentWaitTypeException";
464
+ $fault = "client";
465
+ constructor(opts) {
466
+ super({
467
+ name: "InvalidDeploymentWaitTypeException",
468
+ $fault: "client",
469
+ ...opts,
470
+ });
471
+ Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
472
+ }
473
+ }
474
+ exports.InvalidDeploymentWaitTypeException = InvalidDeploymentWaitTypeException;
475
+ class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
476
+ name = "UnsupportedActionForDeploymentTypeException";
477
+ $fault = "client";
478
+ constructor(opts) {
479
+ super({
480
+ name: "UnsupportedActionForDeploymentTypeException",
481
+ $fault: "client",
482
+ ...opts,
483
+ });
484
+ Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
485
+ }
486
+ }
487
+ exports.UnsupportedActionForDeploymentTypeException = UnsupportedActionForDeploymentTypeException;
488
+ class InvalidTagsToAddException extends CodeDeployServiceException_1.CodeDeployServiceException {
489
+ name = "InvalidTagsToAddException";
490
+ $fault = "client";
491
+ constructor(opts) {
492
+ super({
493
+ name: "InvalidTagsToAddException",
494
+ $fault: "client",
495
+ ...opts,
496
+ });
497
+ Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
498
+ }
499
+ }
500
+ exports.InvalidTagsToAddException = InvalidTagsToAddException;
501
+ class DeploymentGroupDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
502
+ name = "DeploymentGroupDoesNotExistException";
503
+ $fault = "client";
504
+ constructor(opts) {
505
+ super({
506
+ name: "DeploymentGroupDoesNotExistException",
507
+ $fault: "client",
508
+ ...opts,
509
+ });
510
+ Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
511
+ }
512
+ }
513
+ exports.DeploymentGroupDoesNotExistException = DeploymentGroupDoesNotExistException;
514
+ class DeploymentLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
515
+ name = "DeploymentLimitExceededException";
516
+ $fault = "client";
517
+ constructor(opts) {
518
+ super({
519
+ name: "DeploymentLimitExceededException",
520
+ $fault: "client",
521
+ ...opts,
522
+ });
523
+ Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
524
+ }
525
+ }
526
+ exports.DeploymentLimitExceededException = DeploymentLimitExceededException;
527
+ class DescriptionTooLongException extends CodeDeployServiceException_1.CodeDeployServiceException {
528
+ name = "DescriptionTooLongException";
529
+ $fault = "client";
530
+ constructor(opts) {
531
+ super({
532
+ name: "DescriptionTooLongException",
533
+ $fault: "client",
534
+ ...opts,
535
+ });
536
+ Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
537
+ }
538
+ }
539
+ exports.DescriptionTooLongException = DescriptionTooLongException;
540
+ class InvalidAlarmConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
541
+ name = "InvalidAlarmConfigException";
542
+ $fault = "client";
543
+ constructor(opts) {
544
+ super({
545
+ name: "InvalidAlarmConfigException",
546
+ $fault: "client",
547
+ ...opts,
548
+ });
549
+ Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
550
+ }
551
+ }
552
+ exports.InvalidAlarmConfigException = InvalidAlarmConfigException;
553
+ class InvalidAutoRollbackConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
554
+ name = "InvalidAutoRollbackConfigException";
555
+ $fault = "client";
556
+ constructor(opts) {
557
+ super({
558
+ name: "InvalidAutoRollbackConfigException",
559
+ $fault: "client",
560
+ ...opts,
561
+ });
562
+ Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
563
+ }
564
+ }
565
+ exports.InvalidAutoRollbackConfigException = InvalidAutoRollbackConfigException;
566
+ class InvalidAutoScalingGroupException extends CodeDeployServiceException_1.CodeDeployServiceException {
567
+ name = "InvalidAutoScalingGroupException";
568
+ $fault = "client";
569
+ constructor(opts) {
570
+ super({
571
+ name: "InvalidAutoScalingGroupException",
572
+ $fault: "client",
573
+ ...opts,
574
+ });
575
+ Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
576
+ }
577
+ }
578
+ exports.InvalidAutoScalingGroupException = InvalidAutoScalingGroupException;
579
+ class InvalidDeploymentConfigNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
580
+ name = "InvalidDeploymentConfigNameException";
581
+ $fault = "client";
582
+ constructor(opts) {
583
+ super({
584
+ name: "InvalidDeploymentConfigNameException",
585
+ $fault: "client",
586
+ ...opts,
587
+ });
588
+ Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
589
+ }
590
+ }
591
+ exports.InvalidDeploymentConfigNameException = InvalidDeploymentConfigNameException;
592
+ class InvalidFileExistsBehaviorException extends CodeDeployServiceException_1.CodeDeployServiceException {
593
+ name = "InvalidFileExistsBehaviorException";
594
+ $fault = "client";
595
+ constructor(opts) {
596
+ super({
597
+ name: "InvalidFileExistsBehaviorException",
598
+ $fault: "client",
599
+ ...opts,
600
+ });
601
+ Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
602
+ }
603
+ }
604
+ exports.InvalidFileExistsBehaviorException = InvalidFileExistsBehaviorException;
605
+ class InvalidGitHubAccountTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {
606
+ name = "InvalidGitHubAccountTokenException";
607
+ $fault = "client";
608
+ constructor(opts) {
609
+ super({
610
+ name: "InvalidGitHubAccountTokenException",
611
+ $fault: "client",
612
+ ...opts,
613
+ });
614
+ Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
615
+ }
616
+ }
617
+ exports.InvalidGitHubAccountTokenException = InvalidGitHubAccountTokenException;
618
+ class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
619
+ name = "InvalidIgnoreApplicationStopFailuresValueException";
620
+ $fault = "client";
621
+ constructor(opts) {
622
+ super({
623
+ name: "InvalidIgnoreApplicationStopFailuresValueException",
624
+ $fault: "client",
625
+ ...opts,
626
+ });
627
+ Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
628
+ }
629
+ }
630
+ exports.InvalidIgnoreApplicationStopFailuresValueException = InvalidIgnoreApplicationStopFailuresValueException;
631
+ class InvalidLoadBalancerInfoException extends CodeDeployServiceException_1.CodeDeployServiceException {
632
+ name = "InvalidLoadBalancerInfoException";
633
+ $fault = "client";
634
+ constructor(opts) {
635
+ super({
636
+ name: "InvalidLoadBalancerInfoException",
637
+ $fault: "client",
638
+ ...opts,
639
+ });
640
+ Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
641
+ }
642
+ }
643
+ exports.InvalidLoadBalancerInfoException = InvalidLoadBalancerInfoException;
644
+ class InvalidRoleException extends CodeDeployServiceException_1.CodeDeployServiceException {
645
+ name = "InvalidRoleException";
646
+ $fault = "client";
647
+ constructor(opts) {
648
+ super({
649
+ name: "InvalidRoleException",
650
+ $fault: "client",
651
+ ...opts,
652
+ });
653
+ Object.setPrototypeOf(this, InvalidRoleException.prototype);
654
+ }
655
+ }
656
+ exports.InvalidRoleException = InvalidRoleException;
657
+ class InvalidTargetInstancesException extends CodeDeployServiceException_1.CodeDeployServiceException {
658
+ name = "InvalidTargetInstancesException";
659
+ $fault = "client";
660
+ constructor(opts) {
661
+ super({
662
+ name: "InvalidTargetInstancesException",
663
+ $fault: "client",
664
+ ...opts,
665
+ });
666
+ Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
667
+ }
668
+ }
669
+ exports.InvalidTargetInstancesException = InvalidTargetInstancesException;
670
+ class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
671
+ name = "InvalidTrafficRoutingConfigurationException";
672
+ $fault = "client";
673
+ constructor(opts) {
674
+ super({
675
+ name: "InvalidTrafficRoutingConfigurationException",
676
+ $fault: "client",
677
+ ...opts,
678
+ });
679
+ Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
680
+ }
681
+ }
682
+ exports.InvalidTrafficRoutingConfigurationException = InvalidTrafficRoutingConfigurationException;
683
+ class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
684
+ name = "InvalidUpdateOutdatedInstancesOnlyValueException";
685
+ $fault = "client";
686
+ constructor(opts) {
687
+ super({
688
+ name: "InvalidUpdateOutdatedInstancesOnlyValueException",
689
+ $fault: "client",
690
+ ...opts,
691
+ });
692
+ Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
693
+ }
694
+ }
695
+ exports.InvalidUpdateOutdatedInstancesOnlyValueException = InvalidUpdateOutdatedInstancesOnlyValueException;
696
+ class RevisionDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
697
+ name = "RevisionDoesNotExistException";
698
+ $fault = "client";
699
+ constructor(opts) {
700
+ super({
701
+ name: "RevisionDoesNotExistException",
702
+ $fault: "client",
703
+ ...opts,
704
+ });
705
+ Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
706
+ }
707
+ }
708
+ exports.RevisionDoesNotExistException = RevisionDoesNotExistException;
709
+ class ThrottlingException extends CodeDeployServiceException_1.CodeDeployServiceException {
710
+ name = "ThrottlingException";
711
+ $fault = "client";
712
+ constructor(opts) {
713
+ super({
714
+ name: "ThrottlingException",
715
+ $fault: "client",
716
+ ...opts,
717
+ });
718
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
719
+ }
720
+ }
721
+ exports.ThrottlingException = ThrottlingException;
722
+ class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
723
+ name = "DeploymentConfigAlreadyExistsException";
724
+ $fault = "client";
725
+ constructor(opts) {
726
+ super({
727
+ name: "DeploymentConfigAlreadyExistsException",
728
+ $fault: "client",
729
+ ...opts,
730
+ });
731
+ Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
732
+ }
733
+ }
734
+ exports.DeploymentConfigAlreadyExistsException = DeploymentConfigAlreadyExistsException;
735
+ class DeploymentConfigLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
736
+ name = "DeploymentConfigLimitExceededException";
737
+ $fault = "client";
738
+ constructor(opts) {
739
+ super({
740
+ name: "DeploymentConfigLimitExceededException",
741
+ $fault: "client",
742
+ ...opts,
743
+ });
744
+ Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
745
+ }
746
+ }
747
+ exports.DeploymentConfigLimitExceededException = DeploymentConfigLimitExceededException;
748
+ class DeploymentConfigNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
749
+ name = "DeploymentConfigNameRequiredException";
750
+ $fault = "client";
751
+ constructor(opts) {
752
+ super({
753
+ name: "DeploymentConfigNameRequiredException",
754
+ $fault: "client",
755
+ ...opts,
756
+ });
757
+ Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
758
+ }
759
+ }
760
+ exports.DeploymentConfigNameRequiredException = DeploymentConfigNameRequiredException;
761
+ class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
762
+ name = "InvalidMinimumHealthyHostValueException";
763
+ $fault = "client";
764
+ constructor(opts) {
765
+ super({
766
+ name: "InvalidMinimumHealthyHostValueException",
767
+ $fault: "client",
768
+ ...opts,
769
+ });
770
+ Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
771
+ }
772
+ }
773
+ exports.InvalidMinimumHealthyHostValueException = InvalidMinimumHealthyHostValueException;
774
+ class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
775
+ name = "InvalidZonalDeploymentConfigurationException";
776
+ $fault = "client";
777
+ constructor(opts) {
778
+ super({
779
+ name: "InvalidZonalDeploymentConfigurationException",
780
+ $fault: "client",
781
+ ...opts,
782
+ });
783
+ Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
784
+ }
785
+ }
786
+ exports.InvalidZonalDeploymentConfigurationException = InvalidZonalDeploymentConfigurationException;
787
+ class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
788
+ name = "DeploymentGroupAlreadyExistsException";
789
+ $fault = "client";
790
+ constructor(opts) {
791
+ super({
792
+ name: "DeploymentGroupAlreadyExistsException",
793
+ $fault: "client",
794
+ ...opts,
795
+ });
796
+ Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
797
+ }
798
+ }
799
+ exports.DeploymentGroupAlreadyExistsException = DeploymentGroupAlreadyExistsException;
800
+ class DeploymentGroupLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
801
+ name = "DeploymentGroupLimitExceededException";
802
+ $fault = "client";
803
+ constructor(opts) {
804
+ super({
805
+ name: "DeploymentGroupLimitExceededException",
806
+ $fault: "client",
807
+ ...opts,
808
+ });
809
+ Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
810
+ }
811
+ }
812
+ exports.DeploymentGroupLimitExceededException = DeploymentGroupLimitExceededException;
813
+ class ECSServiceMappingLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
814
+ name = "ECSServiceMappingLimitExceededException";
815
+ $fault = "client";
816
+ constructor(opts) {
817
+ super({
818
+ name: "ECSServiceMappingLimitExceededException",
819
+ $fault: "client",
820
+ ...opts,
821
+ });
822
+ Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
823
+ }
824
+ }
825
+ exports.ECSServiceMappingLimitExceededException = ECSServiceMappingLimitExceededException;
826
+ class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
827
+ name = "InvalidBlueGreenDeploymentConfigurationException";
828
+ $fault = "client";
829
+ constructor(opts) {
830
+ super({
831
+ name: "InvalidBlueGreenDeploymentConfigurationException",
832
+ $fault: "client",
833
+ ...opts,
834
+ });
835
+ Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
836
+ }
837
+ }
838
+ exports.InvalidBlueGreenDeploymentConfigurationException = InvalidBlueGreenDeploymentConfigurationException;
839
+ class InvalidDeploymentStyleException extends CodeDeployServiceException_1.CodeDeployServiceException {
840
+ name = "InvalidDeploymentStyleException";
841
+ $fault = "client";
842
+ constructor(opts) {
843
+ super({
844
+ name: "InvalidDeploymentStyleException",
845
+ $fault: "client",
846
+ ...opts,
847
+ });
848
+ Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
849
+ }
850
+ }
851
+ exports.InvalidDeploymentStyleException = InvalidDeploymentStyleException;
852
+ class InvalidEC2TagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {
853
+ name = "InvalidEC2TagCombinationException";
854
+ $fault = "client";
855
+ constructor(opts) {
856
+ super({
857
+ name: "InvalidEC2TagCombinationException",
858
+ $fault: "client",
859
+ ...opts,
860
+ });
861
+ Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
862
+ }
863
+ }
864
+ exports.InvalidEC2TagCombinationException = InvalidEC2TagCombinationException;
865
+ class InvalidEC2TagException extends CodeDeployServiceException_1.CodeDeployServiceException {
866
+ name = "InvalidEC2TagException";
867
+ $fault = "client";
868
+ constructor(opts) {
869
+ super({
870
+ name: "InvalidEC2TagException",
871
+ $fault: "client",
872
+ ...opts,
873
+ });
874
+ Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
875
+ }
876
+ }
877
+ exports.InvalidEC2TagException = InvalidEC2TagException;
878
+ class InvalidECSServiceException extends CodeDeployServiceException_1.CodeDeployServiceException {
879
+ name = "InvalidECSServiceException";
880
+ $fault = "client";
881
+ constructor(opts) {
882
+ super({
883
+ name: "InvalidECSServiceException",
884
+ $fault: "client",
885
+ ...opts,
886
+ });
887
+ Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
888
+ }
889
+ }
890
+ exports.InvalidECSServiceException = InvalidECSServiceException;
891
+ class InvalidInputException extends CodeDeployServiceException_1.CodeDeployServiceException {
892
+ name = "InvalidInputException";
893
+ $fault = "client";
894
+ constructor(opts) {
895
+ super({
896
+ name: "InvalidInputException",
897
+ $fault: "client",
898
+ ...opts,
899
+ });
900
+ Object.setPrototypeOf(this, InvalidInputException.prototype);
901
+ }
902
+ }
903
+ exports.InvalidInputException = InvalidInputException;
904
+ class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {
905
+ name = "InvalidOnPremisesTagCombinationException";
906
+ $fault = "client";
907
+ constructor(opts) {
908
+ super({
909
+ name: "InvalidOnPremisesTagCombinationException",
910
+ $fault: "client",
911
+ ...opts,
912
+ });
913
+ Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
914
+ }
915
+ }
916
+ exports.InvalidOnPremisesTagCombinationException = InvalidOnPremisesTagCombinationException;
917
+ class InvalidTargetGroupPairException extends CodeDeployServiceException_1.CodeDeployServiceException {
918
+ name = "InvalidTargetGroupPairException";
919
+ $fault = "client";
920
+ constructor(opts) {
921
+ super({
922
+ name: "InvalidTargetGroupPairException",
923
+ $fault: "client",
924
+ ...opts,
925
+ });
926
+ Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
927
+ }
928
+ }
929
+ exports.InvalidTargetGroupPairException = InvalidTargetGroupPairException;
930
+ class InvalidTriggerConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
931
+ name = "InvalidTriggerConfigException";
932
+ $fault = "client";
933
+ constructor(opts) {
934
+ super({
935
+ name: "InvalidTriggerConfigException",
936
+ $fault: "client",
937
+ ...opts,
938
+ });
939
+ Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
940
+ }
941
+ }
942
+ exports.InvalidTriggerConfigException = InvalidTriggerConfigException;
943
+ class LifecycleHookLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
944
+ name = "LifecycleHookLimitExceededException";
945
+ $fault = "client";
946
+ constructor(opts) {
947
+ super({
948
+ name: "LifecycleHookLimitExceededException",
949
+ $fault: "client",
950
+ ...opts,
951
+ });
952
+ Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
953
+ }
954
+ }
955
+ exports.LifecycleHookLimitExceededException = LifecycleHookLimitExceededException;
956
+ class RoleRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
957
+ name = "RoleRequiredException";
958
+ $fault = "client";
959
+ constructor(opts) {
960
+ super({
961
+ name: "RoleRequiredException",
962
+ $fault: "client",
963
+ ...opts,
964
+ });
965
+ Object.setPrototypeOf(this, RoleRequiredException.prototype);
966
+ }
967
+ }
968
+ exports.RoleRequiredException = RoleRequiredException;
969
+ class TagSetListLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
970
+ name = "TagSetListLimitExceededException";
971
+ $fault = "client";
972
+ constructor(opts) {
973
+ super({
974
+ name: "TagSetListLimitExceededException",
975
+ $fault: "client",
976
+ ...opts,
977
+ });
978
+ Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
979
+ }
980
+ }
981
+ exports.TagSetListLimitExceededException = TagSetListLimitExceededException;
982
+ class TriggerTargetsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
983
+ name = "TriggerTargetsLimitExceededException";
984
+ $fault = "client";
985
+ constructor(opts) {
986
+ super({
987
+ name: "TriggerTargetsLimitExceededException",
988
+ $fault: "client",
989
+ ...opts,
990
+ });
991
+ Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
992
+ }
993
+ }
994
+ exports.TriggerTargetsLimitExceededException = TriggerTargetsLimitExceededException;
995
+ class DeploymentConfigInUseException extends CodeDeployServiceException_1.CodeDeployServiceException {
996
+ name = "DeploymentConfigInUseException";
997
+ $fault = "client";
998
+ constructor(opts) {
999
+ super({
1000
+ name: "DeploymentConfigInUseException",
1001
+ $fault: "client",
1002
+ ...opts,
1003
+ });
1004
+ Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
1005
+ }
1006
+ }
1007
+ exports.DeploymentConfigInUseException = DeploymentConfigInUseException;
1008
+ class InvalidOperationException extends CodeDeployServiceException_1.CodeDeployServiceException {
1009
+ name = "InvalidOperationException";
1010
+ $fault = "client";
1011
+ constructor(opts) {
1012
+ super({
1013
+ name: "InvalidOperationException",
1014
+ $fault: "client",
1015
+ ...opts,
1016
+ });
1017
+ Object.setPrototypeOf(this, InvalidOperationException.prototype);
1018
+ }
1019
+ }
1020
+ exports.InvalidOperationException = InvalidOperationException;
1021
+ class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
1022
+ name = "GitHubAccountTokenDoesNotExistException";
1023
+ $fault = "client";
1024
+ constructor(opts) {
1025
+ super({
1026
+ name: "GitHubAccountTokenDoesNotExistException",
1027
+ $fault: "client",
1028
+ ...opts,
1029
+ });
1030
+ Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
1031
+ }
1032
+ }
1033
+ exports.GitHubAccountTokenDoesNotExistException = GitHubAccountTokenDoesNotExistException;
1034
+ class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1035
+ name = "GitHubAccountTokenNameRequiredException";
1036
+ $fault = "client";
1037
+ constructor(opts) {
1038
+ super({
1039
+ name: "GitHubAccountTokenNameRequiredException",
1040
+ $fault: "client",
1041
+ ...opts,
1042
+ });
1043
+ Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
1044
+ }
1045
+ }
1046
+ exports.GitHubAccountTokenNameRequiredException = GitHubAccountTokenNameRequiredException;
1047
+ class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
1048
+ name = "InvalidGitHubAccountTokenNameException";
1049
+ $fault = "client";
1050
+ constructor(opts) {
1051
+ super({
1052
+ name: "InvalidGitHubAccountTokenNameException",
1053
+ $fault: "client",
1054
+ ...opts,
1055
+ });
1056
+ Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
1057
+ }
1058
+ }
1059
+ exports.InvalidGitHubAccountTokenNameException = InvalidGitHubAccountTokenNameException;
1060
+ class OperationNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {
1061
+ name = "OperationNotSupportedException";
1062
+ $fault = "client";
1063
+ constructor(opts) {
1064
+ super({
1065
+ name: "OperationNotSupportedException",
1066
+ $fault: "client",
1067
+ ...opts,
1068
+ });
1069
+ Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
1070
+ }
1071
+ }
1072
+ exports.OperationNotSupportedException = OperationNotSupportedException;
1073
+ class ResourceValidationException extends CodeDeployServiceException_1.CodeDeployServiceException {
1074
+ name = "ResourceValidationException";
1075
+ $fault = "client";
1076
+ constructor(opts) {
1077
+ super({
1078
+ name: "ResourceValidationException",
1079
+ $fault: "client",
1080
+ ...opts,
1081
+ });
1082
+ Object.setPrototypeOf(this, ResourceValidationException.prototype);
1083
+ }
1084
+ }
1085
+ exports.ResourceValidationException = ResourceValidationException;
1086
+ class InvalidBucketNameFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
1087
+ name = "InvalidBucketNameFilterException";
1088
+ $fault = "client";
1089
+ constructor(opts) {
1090
+ super({
1091
+ name: "InvalidBucketNameFilterException",
1092
+ $fault: "client",
1093
+ ...opts,
1094
+ });
1095
+ Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
1096
+ }
1097
+ }
1098
+ exports.InvalidBucketNameFilterException = InvalidBucketNameFilterException;
1099
+ class InvalidDeployedStateFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
1100
+ name = "InvalidDeployedStateFilterException";
1101
+ $fault = "client";
1102
+ constructor(opts) {
1103
+ super({
1104
+ name: "InvalidDeployedStateFilterException",
1105
+ $fault: "client",
1106
+ ...opts,
1107
+ });
1108
+ Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
1109
+ }
1110
+ }
1111
+ exports.InvalidDeployedStateFilterException = InvalidDeployedStateFilterException;
1112
+ class InvalidKeyPrefixFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
1113
+ name = "InvalidKeyPrefixFilterException";
1114
+ $fault = "client";
1115
+ constructor(opts) {
1116
+ super({
1117
+ name: "InvalidKeyPrefixFilterException",
1118
+ $fault: "client",
1119
+ ...opts,
1120
+ });
1121
+ Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
1122
+ }
1123
+ }
1124
+ exports.InvalidKeyPrefixFilterException = InvalidKeyPrefixFilterException;
1125
+ class InvalidNextTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {
1126
+ name = "InvalidNextTokenException";
1127
+ $fault = "client";
1128
+ constructor(opts) {
1129
+ super({
1130
+ name: "InvalidNextTokenException",
1131
+ $fault: "client",
1132
+ ...opts,
1133
+ });
1134
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
1135
+ }
1136
+ }
1137
+ exports.InvalidNextTokenException = InvalidNextTokenException;
1138
+ class InvalidSortByException extends CodeDeployServiceException_1.CodeDeployServiceException {
1139
+ name = "InvalidSortByException";
1140
+ $fault = "client";
1141
+ constructor(opts) {
1142
+ super({
1143
+ name: "InvalidSortByException",
1144
+ $fault: "client",
1145
+ ...opts,
1146
+ });
1147
+ Object.setPrototypeOf(this, InvalidSortByException.prototype);
1148
+ }
1149
+ }
1150
+ exports.InvalidSortByException = InvalidSortByException;
1151
+ class InvalidSortOrderException extends CodeDeployServiceException_1.CodeDeployServiceException {
1152
+ name = "InvalidSortOrderException";
1153
+ $fault = "client";
1154
+ constructor(opts) {
1155
+ super({
1156
+ name: "InvalidSortOrderException",
1157
+ $fault: "client",
1158
+ ...opts,
1159
+ });
1160
+ Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
1161
+ }
1162
+ }
1163
+ exports.InvalidSortOrderException = InvalidSortOrderException;
1164
+ class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
1165
+ name = "InvalidDeploymentInstanceTypeException";
1166
+ $fault = "client";
1167
+ constructor(opts) {
1168
+ super({
1169
+ name: "InvalidDeploymentInstanceTypeException",
1170
+ $fault: "client",
1171
+ ...opts,
1172
+ });
1173
+ Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
1174
+ }
1175
+ }
1176
+ exports.InvalidDeploymentInstanceTypeException = InvalidDeploymentInstanceTypeException;
1177
+ class InvalidInstanceStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
1178
+ name = "InvalidInstanceStatusException";
1179
+ $fault = "client";
1180
+ constructor(opts) {
1181
+ super({
1182
+ name: "InvalidInstanceStatusException",
1183
+ $fault: "client",
1184
+ ...opts,
1185
+ });
1186
+ Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
1187
+ }
1188
+ }
1189
+ exports.InvalidInstanceStatusException = InvalidInstanceStatusException;
1190
+ class InvalidInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
1191
+ name = "InvalidInstanceTypeException";
1192
+ $fault = "client";
1193
+ constructor(opts) {
1194
+ super({
1195
+ name: "InvalidInstanceTypeException",
1196
+ $fault: "client",
1197
+ ...opts,
1198
+ });
1199
+ Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
1200
+ }
1201
+ }
1202
+ exports.InvalidInstanceTypeException = InvalidInstanceTypeException;
1203
+ class InvalidTargetFilterNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
1204
+ name = "InvalidTargetFilterNameException";
1205
+ $fault = "client";
1206
+ constructor(opts) {
1207
+ super({
1208
+ name: "InvalidTargetFilterNameException",
1209
+ $fault: "client",
1210
+ ...opts,
1211
+ });
1212
+ Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
1213
+ }
1214
+ }
1215
+ exports.InvalidTargetFilterNameException = InvalidTargetFilterNameException;
1216
+ class InvalidExternalIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
1217
+ name = "InvalidExternalIdException";
1218
+ $fault = "client";
1219
+ constructor(opts) {
1220
+ super({
1221
+ name: "InvalidExternalIdException",
1222
+ $fault: "client",
1223
+ ...opts,
1224
+ });
1225
+ Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
1226
+ }
1227
+ }
1228
+ exports.InvalidExternalIdException = InvalidExternalIdException;
1229
+ class InvalidTimeRangeException extends CodeDeployServiceException_1.CodeDeployServiceException {
1230
+ name = "InvalidTimeRangeException";
1231
+ $fault = "client";
1232
+ constructor(opts) {
1233
+ super({
1234
+ name: "InvalidTimeRangeException",
1235
+ $fault: "client",
1236
+ ...opts,
1237
+ });
1238
+ Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
1239
+ }
1240
+ }
1241
+ exports.InvalidTimeRangeException = InvalidTimeRangeException;
1242
+ class InvalidRegistrationStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
1243
+ name = "InvalidRegistrationStatusException";
1244
+ $fault = "client";
1245
+ constructor(opts) {
1246
+ super({
1247
+ name: "InvalidRegistrationStatusException",
1248
+ $fault: "client",
1249
+ ...opts,
1250
+ });
1251
+ Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
1252
+ }
1253
+ }
1254
+ exports.InvalidRegistrationStatusException = InvalidRegistrationStatusException;
1255
+ class InvalidTagFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
1256
+ name = "InvalidTagFilterException";
1257
+ $fault = "client";
1258
+ constructor(opts) {
1259
+ super({
1260
+ name: "InvalidTagFilterException",
1261
+ $fault: "client",
1262
+ ...opts,
1263
+ });
1264
+ Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
1265
+ }
1266
+ }
1267
+ exports.InvalidTagFilterException = InvalidTagFilterException;
1268
+ class InvalidArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
1269
+ name = "InvalidArnException";
1270
+ $fault = "client";
1271
+ constructor(opts) {
1272
+ super({
1273
+ name: "InvalidArnException",
1274
+ $fault: "client",
1275
+ ...opts,
1276
+ });
1277
+ Object.setPrototypeOf(this, InvalidArnException.prototype);
1278
+ }
1279
+ }
1280
+ exports.InvalidArnException = InvalidArnException;
1281
+ class ResourceArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1282
+ name = "ResourceArnRequiredException";
1283
+ $fault = "client";
1284
+ constructor(opts) {
1285
+ super({
1286
+ name: "ResourceArnRequiredException",
1287
+ $fault: "client",
1288
+ ...opts,
1289
+ });
1290
+ Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
1291
+ }
1292
+ }
1293
+ exports.ResourceArnRequiredException = ResourceArnRequiredException;
1294
+ class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
1295
+ name = "InvalidLifecycleEventHookExecutionIdException";
1296
+ $fault = "client";
1297
+ constructor(opts) {
1298
+ super({
1299
+ name: "InvalidLifecycleEventHookExecutionIdException",
1300
+ $fault: "client",
1301
+ ...opts,
1302
+ });
1303
+ Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
1304
+ }
1305
+ }
1306
+ exports.InvalidLifecycleEventHookExecutionIdException = InvalidLifecycleEventHookExecutionIdException;
1307
+ class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
1308
+ name = "InvalidLifecycleEventHookExecutionStatusException";
1309
+ $fault = "client";
1310
+ constructor(opts) {
1311
+ super({
1312
+ name: "InvalidLifecycleEventHookExecutionStatusException",
1313
+ $fault: "client",
1314
+ ...opts,
1315
+ });
1316
+ Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
1317
+ }
1318
+ }
1319
+ exports.InvalidLifecycleEventHookExecutionStatusException = InvalidLifecycleEventHookExecutionStatusException;
1320
+ class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {
1321
+ name = "LifecycleEventAlreadyCompletedException";
1322
+ $fault = "client";
1323
+ constructor(opts) {
1324
+ super({
1325
+ name: "LifecycleEventAlreadyCompletedException",
1326
+ $fault: "client",
1327
+ ...opts,
1328
+ });
1329
+ Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
1330
+ }
1331
+ }
1332
+ exports.LifecycleEventAlreadyCompletedException = LifecycleEventAlreadyCompletedException;
1333
+ class IamArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1334
+ name = "IamArnRequiredException";
1335
+ $fault = "client";
1336
+ constructor(opts) {
1337
+ super({
1338
+ name: "IamArnRequiredException",
1339
+ $fault: "client",
1340
+ ...opts,
1341
+ });
1342
+ Object.setPrototypeOf(this, IamArnRequiredException.prototype);
1343
+ }
1344
+ }
1345
+ exports.IamArnRequiredException = IamArnRequiredException;
1346
+ class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1347
+ name = "IamSessionArnAlreadyRegisteredException";
1348
+ $fault = "client";
1349
+ constructor(opts) {
1350
+ super({
1351
+ name: "IamSessionArnAlreadyRegisteredException",
1352
+ $fault: "client",
1353
+ ...opts,
1354
+ });
1355
+ Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
1356
+ }
1357
+ }
1358
+ exports.IamSessionArnAlreadyRegisteredException = IamSessionArnAlreadyRegisteredException;
1359
+ class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1360
+ name = "IamUserArnAlreadyRegisteredException";
1361
+ $fault = "client";
1362
+ constructor(opts) {
1363
+ super({
1364
+ name: "IamUserArnAlreadyRegisteredException",
1365
+ $fault: "client",
1366
+ ...opts,
1367
+ });
1368
+ Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
1369
+ }
1370
+ }
1371
+ exports.IamUserArnAlreadyRegisteredException = IamUserArnAlreadyRegisteredException;
1372
+ class IamUserArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1373
+ name = "IamUserArnRequiredException";
1374
+ $fault = "client";
1375
+ constructor(opts) {
1376
+ super({
1377
+ name: "IamUserArnRequiredException",
1378
+ $fault: "client",
1379
+ ...opts,
1380
+ });
1381
+ Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
1382
+ }
1383
+ }
1384
+ exports.IamUserArnRequiredException = IamUserArnRequiredException;
1385
+ class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
1386
+ name = "InstanceNameAlreadyRegisteredException";
1387
+ $fault = "client";
1388
+ constructor(opts) {
1389
+ super({
1390
+ name: "InstanceNameAlreadyRegisteredException",
1391
+ $fault: "client",
1392
+ ...opts,
1393
+ });
1394
+ Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
1395
+ }
1396
+ }
1397
+ exports.InstanceNameAlreadyRegisteredException = InstanceNameAlreadyRegisteredException;
1398
+ class InvalidIamSessionArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
1399
+ name = "InvalidIamSessionArnException";
1400
+ $fault = "client";
1401
+ constructor(opts) {
1402
+ super({
1403
+ name: "InvalidIamSessionArnException",
1404
+ $fault: "client",
1405
+ ...opts,
1406
+ });
1407
+ Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
1408
+ }
1409
+ }
1410
+ exports.InvalidIamSessionArnException = InvalidIamSessionArnException;
1411
+ class InvalidIamUserArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
1412
+ name = "InvalidIamUserArnException";
1413
+ $fault = "client";
1414
+ constructor(opts) {
1415
+ super({
1416
+ name: "InvalidIamUserArnException",
1417
+ $fault: "client",
1418
+ ...opts,
1419
+ });
1420
+ Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
1421
+ }
1422
+ }
1423
+ exports.InvalidIamUserArnException = InvalidIamUserArnException;
1424
+ class MultipleIamArnsProvidedException extends CodeDeployServiceException_1.CodeDeployServiceException {
1425
+ name = "MultipleIamArnsProvidedException";
1426
+ $fault = "client";
1427
+ constructor(opts) {
1428
+ super({
1429
+ name: "MultipleIamArnsProvidedException",
1430
+ $fault: "client",
1431
+ ...opts,
1432
+ });
1433
+ Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
1434
+ }
1435
+ }
1436
+ exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException;