@rio-cloud/cdk-v2-constructs 7.13.9 → 7.13.10

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 (195) hide show
  1. package/.jsii +7 -7
  2. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +3200 -3065
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +4143 -4177
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +4367 -4232
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4847 -4901
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4847 -4901
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +5175 -5320
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +109 -3610
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +12 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +439 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +2 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +2741 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +2 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +182 -176
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +37 -30
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -30
  17. package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +66 -3902
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/CodeDeployServiceException.js +12 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/errors.js +1436 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/schemas/schemas_0.js +2155 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +2 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +778 -772
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/schemas/schemas_0.d.ts +102 -95
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -95
  27. package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
  28. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +83 -3897
  29. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
  30. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
  31. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
  32. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
  33. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
  34. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +247 -241
  35. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
  36. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
  37. package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
  38. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +82 -2633
  39. package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/OrganizationsServiceException.js +12 -0
  40. package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/errors.js +764 -0
  41. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +2 -0
  42. package/node_modules/@aws-sdk/client-organizations/dist-cjs/schemas/schemas_0.js +1575 -0
  43. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +2 -0
  44. package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +291 -285
  45. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +6 -0
  46. package/node_modules/@aws-sdk/client-organizations/dist-types/schemas/schemas_0.d.ts +53 -46
  47. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -46
  48. package/node_modules/@aws-sdk/client-organizations/package.json +13 -13
  49. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +42 -947
  50. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  51. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  52. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
  53. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  54. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
  55. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
  56. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
  57. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
  58. package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
  59. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +165 -8461
  60. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  61. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  62. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
  63. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5615 -0
  64. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
  65. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1631 -1625
  66. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
  67. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
  68. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  69. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -234
  70. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  71. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  72. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  73. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  74. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  75. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  76. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  77. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  78. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  79. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  80. package/node_modules/@aws-sdk/core/dist-cjs/index.js +26 -6
  81. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +26 -6
  82. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  85. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  86. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  89. package/node_modules/@aws-sdk/core/package.json +4 -4
  90. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  91. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  92. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  93. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  94. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  95. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  96. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  97. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  98. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  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/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  147. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  148. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  149. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  150. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  151. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  152. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  153. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  154. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -1
  155. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  156. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  157. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  158. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  159. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  160. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  161. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  162. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  163. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  164. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  168. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  169. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  170. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  171. package/node_modules/@smithy/core/package.json +2 -2
  172. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  173. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  174. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  175. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  176. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  177. package/node_modules/@smithy/smithy-client/package.json +4 -4
  178. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  179. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  180. package/node_modules/@smithy/util-stream/package.json +2 -2
  181. package/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  182. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  183. package/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  184. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  185. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  186. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  187. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  188. package/node_modules/fast-xml-parser/package.json +4 -4
  189. package/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  190. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  191. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  192. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  193. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  194. package/package.json +7 -7
  195. package/version.json +1 -1
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ECSServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class ECSServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, ECSServiceException.prototype);
10
+ }
11
+ }
12
+ exports.ECSServiceException = ECSServiceException;
@@ -0,0 +1,370 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NoUpdateAvailableException = exports.MissingVersionException = exports.ServiceDeploymentNotFoundException = exports.ConflictException = exports.BlockedException = exports.ResourceInUseException = exports.AttributeLimitExceededException = exports.TargetNotConnectedException = exports.ResourceNotFoundException = exports.TaskSetNotFoundException = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.ClusterContainsCapacityProviderException = exports.TargetNotFoundException = exports.ServiceNotFoundException = exports.ServiceNotActiveException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.NamespaceNotFoundException = exports.UpdateInProgressException = exports.UnsupportedFeatureException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.ClusterNotFoundException = exports.ClientException = exports.AccessDeniedException = void 0;
4
+ const ECSServiceException_1 = require("./ECSServiceException");
5
+ class AccessDeniedException extends ECSServiceException_1.ECSServiceException {
6
+ name = "AccessDeniedException";
7
+ $fault = "client";
8
+ constructor(opts) {
9
+ super({
10
+ name: "AccessDeniedException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
+ }
16
+ }
17
+ exports.AccessDeniedException = AccessDeniedException;
18
+ class ClientException extends ECSServiceException_1.ECSServiceException {
19
+ name = "ClientException";
20
+ $fault = "client";
21
+ constructor(opts) {
22
+ super({
23
+ name: "ClientException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ClientException.prototype);
28
+ }
29
+ }
30
+ exports.ClientException = ClientException;
31
+ class ClusterNotFoundException extends ECSServiceException_1.ECSServiceException {
32
+ name = "ClusterNotFoundException";
33
+ $fault = "client";
34
+ constructor(opts) {
35
+ super({
36
+ name: "ClusterNotFoundException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, ClusterNotFoundException.prototype);
41
+ }
42
+ }
43
+ exports.ClusterNotFoundException = ClusterNotFoundException;
44
+ class InvalidParameterException extends ECSServiceException_1.ECSServiceException {
45
+ name = "InvalidParameterException";
46
+ $fault = "client";
47
+ constructor(opts) {
48
+ super({
49
+ name: "InvalidParameterException",
50
+ $fault: "client",
51
+ ...opts,
52
+ });
53
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
54
+ }
55
+ }
56
+ exports.InvalidParameterException = InvalidParameterException;
57
+ class LimitExceededException extends ECSServiceException_1.ECSServiceException {
58
+ name = "LimitExceededException";
59
+ $fault = "client";
60
+ constructor(opts) {
61
+ super({
62
+ name: "LimitExceededException",
63
+ $fault: "client",
64
+ ...opts,
65
+ });
66
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
67
+ }
68
+ }
69
+ exports.LimitExceededException = LimitExceededException;
70
+ class ServerException extends ECSServiceException_1.ECSServiceException {
71
+ name = "ServerException";
72
+ $fault = "server";
73
+ constructor(opts) {
74
+ super({
75
+ name: "ServerException",
76
+ $fault: "server",
77
+ ...opts,
78
+ });
79
+ Object.setPrototypeOf(this, ServerException.prototype);
80
+ }
81
+ }
82
+ exports.ServerException = ServerException;
83
+ class UnsupportedFeatureException extends ECSServiceException_1.ECSServiceException {
84
+ name = "UnsupportedFeatureException";
85
+ $fault = "client";
86
+ constructor(opts) {
87
+ super({
88
+ name: "UnsupportedFeatureException",
89
+ $fault: "client",
90
+ ...opts,
91
+ });
92
+ Object.setPrototypeOf(this, UnsupportedFeatureException.prototype);
93
+ }
94
+ }
95
+ exports.UnsupportedFeatureException = UnsupportedFeatureException;
96
+ class UpdateInProgressException extends ECSServiceException_1.ECSServiceException {
97
+ name = "UpdateInProgressException";
98
+ $fault = "client";
99
+ constructor(opts) {
100
+ super({
101
+ name: "UpdateInProgressException",
102
+ $fault: "client",
103
+ ...opts,
104
+ });
105
+ Object.setPrototypeOf(this, UpdateInProgressException.prototype);
106
+ }
107
+ }
108
+ exports.UpdateInProgressException = UpdateInProgressException;
109
+ class NamespaceNotFoundException extends ECSServiceException_1.ECSServiceException {
110
+ name = "NamespaceNotFoundException";
111
+ $fault = "client";
112
+ constructor(opts) {
113
+ super({
114
+ name: "NamespaceNotFoundException",
115
+ $fault: "client",
116
+ ...opts,
117
+ });
118
+ Object.setPrototypeOf(this, NamespaceNotFoundException.prototype);
119
+ }
120
+ }
121
+ exports.NamespaceNotFoundException = NamespaceNotFoundException;
122
+ class PlatformTaskDefinitionIncompatibilityException extends ECSServiceException_1.ECSServiceException {
123
+ name = "PlatformTaskDefinitionIncompatibilityException";
124
+ $fault = "client";
125
+ constructor(opts) {
126
+ super({
127
+ name: "PlatformTaskDefinitionIncompatibilityException",
128
+ $fault: "client",
129
+ ...opts,
130
+ });
131
+ Object.setPrototypeOf(this, PlatformTaskDefinitionIncompatibilityException.prototype);
132
+ }
133
+ }
134
+ exports.PlatformTaskDefinitionIncompatibilityException = PlatformTaskDefinitionIncompatibilityException;
135
+ class PlatformUnknownException extends ECSServiceException_1.ECSServiceException {
136
+ name = "PlatformUnknownException";
137
+ $fault = "client";
138
+ constructor(opts) {
139
+ super({
140
+ name: "PlatformUnknownException",
141
+ $fault: "client",
142
+ ...opts,
143
+ });
144
+ Object.setPrototypeOf(this, PlatformUnknownException.prototype);
145
+ }
146
+ }
147
+ exports.PlatformUnknownException = PlatformUnknownException;
148
+ class ServiceNotActiveException extends ECSServiceException_1.ECSServiceException {
149
+ name = "ServiceNotActiveException";
150
+ $fault = "client";
151
+ constructor(opts) {
152
+ super({
153
+ name: "ServiceNotActiveException",
154
+ $fault: "client",
155
+ ...opts,
156
+ });
157
+ Object.setPrototypeOf(this, ServiceNotActiveException.prototype);
158
+ }
159
+ }
160
+ exports.ServiceNotActiveException = ServiceNotActiveException;
161
+ class ServiceNotFoundException extends ECSServiceException_1.ECSServiceException {
162
+ name = "ServiceNotFoundException";
163
+ $fault = "client";
164
+ constructor(opts) {
165
+ super({
166
+ name: "ServiceNotFoundException",
167
+ $fault: "client",
168
+ ...opts,
169
+ });
170
+ Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
171
+ }
172
+ }
173
+ exports.ServiceNotFoundException = ServiceNotFoundException;
174
+ class TargetNotFoundException extends ECSServiceException_1.ECSServiceException {
175
+ name = "TargetNotFoundException";
176
+ $fault = "client";
177
+ constructor(opts) {
178
+ super({
179
+ name: "TargetNotFoundException",
180
+ $fault: "client",
181
+ ...opts,
182
+ });
183
+ Object.setPrototypeOf(this, TargetNotFoundException.prototype);
184
+ }
185
+ }
186
+ exports.TargetNotFoundException = TargetNotFoundException;
187
+ class ClusterContainsCapacityProviderException extends ECSServiceException_1.ECSServiceException {
188
+ name = "ClusterContainsCapacityProviderException";
189
+ $fault = "client";
190
+ constructor(opts) {
191
+ super({
192
+ name: "ClusterContainsCapacityProviderException",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ Object.setPrototypeOf(this, ClusterContainsCapacityProviderException.prototype);
197
+ }
198
+ }
199
+ exports.ClusterContainsCapacityProviderException = ClusterContainsCapacityProviderException;
200
+ class ClusterContainsContainerInstancesException extends ECSServiceException_1.ECSServiceException {
201
+ name = "ClusterContainsContainerInstancesException";
202
+ $fault = "client";
203
+ constructor(opts) {
204
+ super({
205
+ name: "ClusterContainsContainerInstancesException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, ClusterContainsContainerInstancesException.prototype);
210
+ }
211
+ }
212
+ exports.ClusterContainsContainerInstancesException = ClusterContainsContainerInstancesException;
213
+ class ClusterContainsServicesException extends ECSServiceException_1.ECSServiceException {
214
+ name = "ClusterContainsServicesException";
215
+ $fault = "client";
216
+ constructor(opts) {
217
+ super({
218
+ name: "ClusterContainsServicesException",
219
+ $fault: "client",
220
+ ...opts,
221
+ });
222
+ Object.setPrototypeOf(this, ClusterContainsServicesException.prototype);
223
+ }
224
+ }
225
+ exports.ClusterContainsServicesException = ClusterContainsServicesException;
226
+ class ClusterContainsTasksException extends ECSServiceException_1.ECSServiceException {
227
+ name = "ClusterContainsTasksException";
228
+ $fault = "client";
229
+ constructor(opts) {
230
+ super({
231
+ name: "ClusterContainsTasksException",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
236
+ }
237
+ }
238
+ exports.ClusterContainsTasksException = ClusterContainsTasksException;
239
+ class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException {
240
+ name = "TaskSetNotFoundException";
241
+ $fault = "client";
242
+ constructor(opts) {
243
+ super({
244
+ name: "TaskSetNotFoundException",
245
+ $fault: "client",
246
+ ...opts,
247
+ });
248
+ Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
249
+ }
250
+ }
251
+ exports.TaskSetNotFoundException = TaskSetNotFoundException;
252
+ class ResourceNotFoundException extends ECSServiceException_1.ECSServiceException {
253
+ name = "ResourceNotFoundException";
254
+ $fault = "client";
255
+ constructor(opts) {
256
+ super({
257
+ name: "ResourceNotFoundException",
258
+ $fault: "client",
259
+ ...opts,
260
+ });
261
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
262
+ }
263
+ }
264
+ exports.ResourceNotFoundException = ResourceNotFoundException;
265
+ class TargetNotConnectedException extends ECSServiceException_1.ECSServiceException {
266
+ name = "TargetNotConnectedException";
267
+ $fault = "client";
268
+ constructor(opts) {
269
+ super({
270
+ name: "TargetNotConnectedException",
271
+ $fault: "client",
272
+ ...opts,
273
+ });
274
+ Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
275
+ }
276
+ }
277
+ exports.TargetNotConnectedException = TargetNotConnectedException;
278
+ class AttributeLimitExceededException extends ECSServiceException_1.ECSServiceException {
279
+ name = "AttributeLimitExceededException";
280
+ $fault = "client";
281
+ constructor(opts) {
282
+ super({
283
+ name: "AttributeLimitExceededException",
284
+ $fault: "client",
285
+ ...opts,
286
+ });
287
+ Object.setPrototypeOf(this, AttributeLimitExceededException.prototype);
288
+ }
289
+ }
290
+ exports.AttributeLimitExceededException = AttributeLimitExceededException;
291
+ class ResourceInUseException extends ECSServiceException_1.ECSServiceException {
292
+ name = "ResourceInUseException";
293
+ $fault = "client";
294
+ constructor(opts) {
295
+ super({
296
+ name: "ResourceInUseException",
297
+ $fault: "client",
298
+ ...opts,
299
+ });
300
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
301
+ }
302
+ }
303
+ exports.ResourceInUseException = ResourceInUseException;
304
+ class BlockedException extends ECSServiceException_1.ECSServiceException {
305
+ name = "BlockedException";
306
+ $fault = "client";
307
+ constructor(opts) {
308
+ super({
309
+ name: "BlockedException",
310
+ $fault: "client",
311
+ ...opts,
312
+ });
313
+ Object.setPrototypeOf(this, BlockedException.prototype);
314
+ }
315
+ }
316
+ exports.BlockedException = BlockedException;
317
+ class ConflictException extends ECSServiceException_1.ECSServiceException {
318
+ name = "ConflictException";
319
+ $fault = "client";
320
+ resourceIds;
321
+ constructor(opts) {
322
+ super({
323
+ name: "ConflictException",
324
+ $fault: "client",
325
+ ...opts,
326
+ });
327
+ Object.setPrototypeOf(this, ConflictException.prototype);
328
+ this.resourceIds = opts.resourceIds;
329
+ }
330
+ }
331
+ exports.ConflictException = ConflictException;
332
+ class ServiceDeploymentNotFoundException extends ECSServiceException_1.ECSServiceException {
333
+ name = "ServiceDeploymentNotFoundException";
334
+ $fault = "client";
335
+ constructor(opts) {
336
+ super({
337
+ name: "ServiceDeploymentNotFoundException",
338
+ $fault: "client",
339
+ ...opts,
340
+ });
341
+ Object.setPrototypeOf(this, ServiceDeploymentNotFoundException.prototype);
342
+ }
343
+ }
344
+ exports.ServiceDeploymentNotFoundException = ServiceDeploymentNotFoundException;
345
+ class MissingVersionException extends ECSServiceException_1.ECSServiceException {
346
+ name = "MissingVersionException";
347
+ $fault = "client";
348
+ constructor(opts) {
349
+ super({
350
+ name: "MissingVersionException",
351
+ $fault: "client",
352
+ ...opts,
353
+ });
354
+ Object.setPrototypeOf(this, MissingVersionException.prototype);
355
+ }
356
+ }
357
+ exports.MissingVersionException = MissingVersionException;
358
+ class NoUpdateAvailableException extends ECSServiceException_1.ECSServiceException {
359
+ name = "NoUpdateAvailableException";
360
+ $fault = "client";
361
+ constructor(opts) {
362
+ super({
363
+ name: "NoUpdateAvailableException",
364
+ $fault: "client",
365
+ ...opts,
366
+ });
367
+ Object.setPrototypeOf(this, NoUpdateAvailableException.prototype);
368
+ }
369
+ }
370
+ exports.NoUpdateAvailableException = NoUpdateAvailableException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2014-11-13",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.ecs",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  xmlNamespace: "http://ecs.amazonaws.com/doc/2014-11-13/",
33
35
  version: "2014-11-13",
34
36
  serviceTarget: "AmazonEC2ContainerServiceV20141113",