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

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 +52 -10
  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 +11 -11
  195. package/version.json +1 -1
@@ -5,10 +5,11 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser } from "@smithy/types";
9
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput } from "./commands/CreateOAuth2TokenCommand";
11
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
11
+ import type { CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput } from "./commands/CreateOAuth2TokenCommand";
12
+ import type { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
12
13
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
13
14
  export { __Client };
14
15
  /**
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type SigninClientResolvedConfig } from "../SigninClient";
4
4
  /**
@@ -1,12 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SigninServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var InternalServerException$: StaticErrorSchema;
6
+ export declare var TooManyRequestsError$: StaticErrorSchema;
7
+ export declare var ValidationException$: StaticErrorSchema;
8
+ /**
9
+ * TypeRegistry instances containing modeled errors.
10
+ * @internal
11
+ *
12
+ */
13
+ export declare const errorTypeRegistries: TypeRegistry[];
3
14
  export declare var AccessToken$: StaticStructureSchema;
4
15
  export declare var CreateOAuth2TokenRequest$: StaticStructureSchema;
5
16
  export declare var CreateOAuth2TokenRequestBody$: StaticStructureSchema;
6
17
  export declare var CreateOAuth2TokenResponse$: StaticStructureSchema;
7
18
  export declare var CreateOAuth2TokenResponseBody$: StaticStructureSchema;
8
- export declare var InternalServerException$: StaticErrorSchema;
9
- export declare var TooManyRequestsError$: StaticErrorSchema;
10
- export declare var ValidationException$: StaticErrorSchema;
11
- export declare var SigninServiceException$: StaticErrorSchema;
12
19
  export declare var CreateOAuth2Token$: StaticOperationSchema;
@@ -1,5 +1,5 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
2
+ import type { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
3
3
  import { SSOOIDCClient } from "./SSOOIDCClient";
4
4
  export interface SSOOIDC {
5
5
  /**
@@ -5,10 +5,11 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser } from "@smithy/types";
9
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
11
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
11
+ import type { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
12
+ import type { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
12
13
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
13
14
  export { __Client };
14
15
  /**
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type SSOOIDCClientResolvedConfig } from "../SSOOIDCClient";
4
4
  /**
@@ -1,8 +1,8 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SSOOIDCServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
3
5
  export declare var AuthorizationPendingException$: StaticErrorSchema;
4
- export declare var CreateTokenRequest$: StaticStructureSchema;
5
- export declare var CreateTokenResponse$: StaticStructureSchema;
6
6
  export declare var ExpiredTokenException$: StaticErrorSchema;
7
7
  export declare var InternalServerException$: StaticErrorSchema;
8
8
  export declare var InvalidClientException$: StaticErrorSchema;
@@ -12,5 +12,12 @@ export declare var InvalidScopeException$: StaticErrorSchema;
12
12
  export declare var SlowDownException$: StaticErrorSchema;
13
13
  export declare var UnauthorizedClientException$: StaticErrorSchema;
14
14
  export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
15
- export declare var SSOOIDCServiceException$: StaticErrorSchema;
15
+ /**
16
+ * TypeRegistry instances containing modeled errors.
17
+ * @internal
18
+ *
19
+ */
20
+ export declare const errorTypeRegistries: TypeRegistry[];
21
+ export declare var CreateTokenRequest$: StaticStructureSchema;
22
+ export declare var CreateTokenResponse$: StaticStructureSchema;
16
23
  export declare var CreateToken$: StaticOperationSchema;
@@ -1,6 +1,6 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
3
- import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
2
+ import type { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
3
+ import type { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
4
4
  import { STSClient } from "./STSClient";
5
5
  export interface STS {
6
6
  /**
@@ -5,11 +5,12 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser } from "@smithy/types";
9
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
11
- import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
12
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
11
+ import type { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
12
+ import type { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
13
+ import type { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
13
14
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
14
15
  export { __Client };
15
16
  /**
@@ -1,5 +1,6 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { type HandlerExecutionContext, type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider, Client } from "@smithy/types";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
+ import type { Client } from "@smithy/types";
3
+ import { type HandlerExecutionContext, type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider } from "@smithy/types";
3
4
  import { type STSClientResolvedConfig } from "../STSClient";
4
5
  /**
5
6
  * @internal
@@ -1,20 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AssumedRoleUser$: StaticStructureSchema;
3
- export declare var AssumeRoleRequest$: StaticStructureSchema;
4
- export declare var AssumeRoleResponse$: StaticStructureSchema;
5
- export declare var AssumeRoleWithWebIdentityRequest$: StaticStructureSchema;
6
- export declare var AssumeRoleWithWebIdentityResponse$: StaticStructureSchema;
7
- export declare var Credentials$: StaticStructureSchema;
3
+ export declare var STSServiceException$: StaticErrorSchema;
8
4
  export declare var ExpiredTokenException$: StaticErrorSchema;
9
5
  export declare var IDPCommunicationErrorException$: StaticErrorSchema;
10
6
  export declare var IDPRejectedClaimException$: StaticErrorSchema;
11
7
  export declare var InvalidIdentityTokenException$: StaticErrorSchema;
12
8
  export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
13
9
  export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
10
+ export declare var RegionDisabledException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
17
+ export declare var AssumedRoleUser$: StaticStructureSchema;
18
+ export declare var AssumeRoleRequest$: StaticStructureSchema;
19
+ export declare var AssumeRoleResponse$: StaticStructureSchema;
20
+ export declare var AssumeRoleWithWebIdentityRequest$: StaticStructureSchema;
21
+ export declare var AssumeRoleWithWebIdentityResponse$: StaticStructureSchema;
22
+ export declare var Credentials$: StaticStructureSchema;
14
23
  export declare var PolicyDescriptorType$: StaticStructureSchema;
15
24
  export declare var ProvidedContext$: StaticStructureSchema;
16
- export declare var RegionDisabledException$: StaticErrorSchema;
17
25
  export declare var Tag$: StaticStructureSchema;
18
- export declare var STSServiceException$: StaticErrorSchema;
19
26
  export declare var AssumeRole$: StaticOperationSchema;
20
27
  export declare var AssumeRoleWithWebIdentity$: StaticOperationSchema;
@@ -25,6 +25,11 @@ import {
25
25
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
+ import {
29
+ AwsCredentialIdentityProvider,
30
+ Provider,
31
+ UserAgent as __UserAgent,
32
+ } from "@smithy/types";
28
33
  import {
29
34
  BodyLengthCalculator as __BodyLengthCalculator,
30
35
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
@@ -37,9 +42,6 @@ import {
37
42
  Provider as __Provider,
38
43
  StreamCollector as __StreamCollector,
39
44
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
- UserAgent as __UserAgent,
43
45
  } from "@smithy/types";
44
46
  import {
45
47
  HttpAuthSchemeInputConfig,
@@ -1,16 +1,18 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var SigninServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var InternalServerException$: StaticErrorSchema;
10
+ export declare var TooManyRequestsError$: StaticErrorSchema;
11
+ export declare var ValidationException$: StaticErrorSchema;
12
+ export declare const errorTypeRegistries: TypeRegistry[];
7
13
  export declare var AccessToken$: StaticStructureSchema;
8
14
  export declare var CreateOAuth2TokenRequest$: StaticStructureSchema;
9
15
  export declare var CreateOAuth2TokenRequestBody$: StaticStructureSchema;
10
16
  export declare var CreateOAuth2TokenResponse$: StaticStructureSchema;
11
17
  export declare var CreateOAuth2TokenResponseBody$: StaticStructureSchema;
12
- export declare var InternalServerException$: StaticErrorSchema;
13
- export declare var TooManyRequestsError$: StaticErrorSchema;
14
- export declare var ValidationException$: StaticErrorSchema;
15
- export declare var SigninServiceException$: StaticErrorSchema;
16
18
  export declare var CreateOAuth2Token$: StaticOperationSchema;
@@ -25,6 +25,7 @@ import {
25
25
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
+ import { Provider, UserAgent as __UserAgent } from "@smithy/types";
28
29
  import {
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- Provider,
41
- UserAgent as __UserAgent,
42
41
  } from "@smithy/types";
43
42
  import {
44
43
  HttpAuthSchemeInputConfig,
@@ -1,12 +1,12 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var SSOOIDCServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
7
9
  export declare var AuthorizationPendingException$: StaticErrorSchema;
8
- export declare var CreateTokenRequest$: StaticStructureSchema;
9
- export declare var CreateTokenResponse$: StaticStructureSchema;
10
10
  export declare var ExpiredTokenException$: StaticErrorSchema;
11
11
  export declare var InternalServerException$: StaticErrorSchema;
12
12
  export declare var InvalidClientException$: StaticErrorSchema;
@@ -16,5 +16,7 @@ export declare var InvalidScopeException$: StaticErrorSchema;
16
16
  export declare var SlowDownException$: StaticErrorSchema;
17
17
  export declare var UnauthorizedClientException$: StaticErrorSchema;
18
18
  export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
19
- export declare var SSOOIDCServiceException$: StaticErrorSchema;
19
+ export declare const errorTypeRegistries: TypeRegistry[];
20
+ export declare var CreateTokenRequest$: StaticStructureSchema;
21
+ export declare var CreateTokenResponse$: StaticStructureSchema;
20
22
  export declare var CreateToken$: StaticOperationSchema;
@@ -25,6 +25,11 @@ import {
25
25
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
+ import {
29
+ AwsCredentialIdentityProvider,
30
+ Provider,
31
+ UserAgent as __UserAgent,
32
+ } from "@smithy/types";
28
33
  import {
29
34
  BodyLengthCalculator as __BodyLengthCalculator,
30
35
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
@@ -37,9 +42,6 @@ import {
37
42
  Provider as __Provider,
38
43
  StreamCollector as __StreamCollector,
39
44
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
- UserAgent as __UserAgent,
43
45
  } from "@smithy/types";
44
46
  import {
45
47
  HttpAuthSchemeInputConfig,
@@ -3,6 +3,7 @@ import {
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
5
  } from "@aws-sdk/core";
6
+ import { Client } from "@smithy/types";
6
7
  import {
7
8
  HandlerExecutionContext,
8
9
  HttpAuthScheme,
@@ -10,7 +11,6 @@ import {
10
11
  HttpAuthSchemeParametersProvider,
11
12
  HttpAuthSchemeProvider,
12
13
  Provider,
13
- Client,
14
14
  } from "@smithy/types";
15
15
  import { STSClientResolvedConfig } from "../STSClient";
16
16
  export interface STSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
@@ -1,24 +1,26 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
6
- export declare var AssumedRoleUser$: StaticStructureSchema;
7
- export declare var AssumeRoleRequest$: StaticStructureSchema;
8
- export declare var AssumeRoleResponse$: StaticStructureSchema;
9
- export declare var AssumeRoleWithWebIdentityRequest$: StaticStructureSchema;
10
- export declare var AssumeRoleWithWebIdentityResponse$: StaticStructureSchema;
11
- export declare var Credentials$: StaticStructureSchema;
7
+ export declare var STSServiceException$: StaticErrorSchema;
12
8
  export declare var ExpiredTokenException$: StaticErrorSchema;
13
9
  export declare var IDPCommunicationErrorException$: StaticErrorSchema;
14
10
  export declare var IDPRejectedClaimException$: StaticErrorSchema;
15
11
  export declare var InvalidIdentityTokenException$: StaticErrorSchema;
16
12
  export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
17
13
  export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
14
+ export declare var RegionDisabledException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
16
+ export declare var AssumedRoleUser$: StaticStructureSchema;
17
+ export declare var AssumeRoleRequest$: StaticStructureSchema;
18
+ export declare var AssumeRoleResponse$: StaticStructureSchema;
19
+ export declare var AssumeRoleWithWebIdentityRequest$: StaticStructureSchema;
20
+ export declare var AssumeRoleWithWebIdentityResponse$: StaticStructureSchema;
21
+ export declare var Credentials$: StaticStructureSchema;
18
22
  export declare var PolicyDescriptorType$: StaticStructureSchema;
19
23
  export declare var ProvidedContext$: StaticStructureSchema;
20
- export declare var RegionDisabledException$: StaticErrorSchema;
21
24
  export declare var Tag$: StaticStructureSchema;
22
- export declare var STSServiceException$: StaticErrorSchema;
23
25
  export declare var AssumeRole$: StaticOperationSchema;
24
26
  export declare var AssumeRoleWithWebIdentity$: StaticOperationSchema;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.980.0",
3
+ "version": "3.993.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.980.0",
3
+ "version": "3.993.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,37 +29,37 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.5",
32
+ "@aws-sdk/core": "^3.973.11",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.3",
34
34
  "@aws-sdk/middleware-logger": "^3.972.3",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
36
- "@aws-sdk/middleware-user-agent": "^3.972.5",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
37
37
  "@aws-sdk/region-config-resolver": "^3.972.3",
38
38
  "@aws-sdk/types": "^3.973.1",
39
- "@aws-sdk/util-endpoints": "3.980.0",
39
+ "@aws-sdk/util-endpoints": "3.993.0",
40
40
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
41
- "@aws-sdk/util-user-agent-node": "^3.972.3",
41
+ "@aws-sdk/util-user-agent-node": "^3.972.9",
42
42
  "@smithy/config-resolver": "^4.4.6",
43
- "@smithy/core": "^3.22.0",
43
+ "@smithy/core": "^3.23.2",
44
44
  "@smithy/fetch-http-handler": "^5.3.9",
45
45
  "@smithy/hash-node": "^4.2.8",
46
46
  "@smithy/invalid-dependency": "^4.2.8",
47
47
  "@smithy/middleware-content-length": "^4.2.8",
48
- "@smithy/middleware-endpoint": "^4.4.12",
49
- "@smithy/middleware-retry": "^4.4.29",
48
+ "@smithy/middleware-endpoint": "^4.4.16",
49
+ "@smithy/middleware-retry": "^4.4.33",
50
50
  "@smithy/middleware-serde": "^4.2.9",
51
51
  "@smithy/middleware-stack": "^4.2.8",
52
52
  "@smithy/node-config-provider": "^4.3.8",
53
- "@smithy/node-http-handler": "^4.4.8",
53
+ "@smithy/node-http-handler": "^4.4.10",
54
54
  "@smithy/protocol-http": "^5.3.8",
55
- "@smithy/smithy-client": "^4.11.1",
55
+ "@smithy/smithy-client": "^4.11.5",
56
56
  "@smithy/types": "^4.12.0",
57
57
  "@smithy/url-parser": "^4.2.8",
58
58
  "@smithy/util-base64": "^4.3.0",
59
59
  "@smithy/util-body-length-browser": "^4.2.0",
60
60
  "@smithy/util-body-length-node": "^4.2.1",
61
- "@smithy/util-defaults-mode-browser": "^4.3.28",
62
- "@smithy/util-defaults-mode-node": "^4.2.31",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.32",
62
+ "@smithy/util-defaults-mode-node": "^4.2.35",
63
63
  "@smithy/util-endpoints": "^3.2.8",
64
64
  "@smithy/util-middleware": "^4.2.8",
65
65
  "@smithy/util-retry": "^4.2.8",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.980.0",
3
+ "version": "3.993.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.5",
33
- "@aws-sdk/nested-clients": "3.980.0",
32
+ "@aws-sdk/core": "^3.973.11",
33
+ "@aws-sdk/nested-clients": "3.993.0",
34
34
  "@aws-sdk/types": "^3.973.1",
35
35
  "@smithy/property-provider": "^4.2.8",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.981.0",
3
+ "version": "3.994.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.972.3",
3
+ "version": "3.972.9",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "^3.972.5",
25
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
26
26
  "@aws-sdk/types": "^3.973.1",
27
27
  "@smithy/node-config-provider": "^4.3.8",
28
28
  "@smithy/types": "^4.12.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.3",
4
- "description": "XML builder for the AWS SDK",
3
+ "version": "3.972.5",
4
+ "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
6
  "@smithy/types": "^4.12.0",
7
- "fast-xml-parser": "5.3.4",
7
+ "fast-xml-parser": "5.3.6",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -990,8 +990,8 @@ class SmithyRpcV2CborProtocol extends protocols.RpcProtocol {
990
990
  codec = new CborCodec();
991
991
  serializer = this.codec.createSerializer();
992
992
  deserializer = this.codec.createDeserializer();
993
- constructor({ defaultNamespace }) {
994
- super({ defaultNamespace });
993
+ constructor({ defaultNamespace, errorTypeRegistries, }) {
994
+ super({ defaultNamespace, errorTypeRegistries });
995
995
  }
996
996
  getShapeId() {
997
997
  return "smithy.protocols#rpcv2Cbor";
@@ -1035,15 +1035,17 @@ class SmithyRpcV2CborProtocol extends protocols.RpcProtocol {
1035
1035
  }
1036
1036
  async handleError(operationSchema, context, response, dataObject, metadata) {
1037
1037
  const errorName = loadSmithyRpcV2CborErrorCode(response, dataObject) ?? "Unknown";
1038
- let namespace = this.options.defaultNamespace;
1039
- if (errorName.includes("#")) {
1040
- [namespace] = errorName.split("#");
1041
- }
1042
1038
  const errorMetadata = {
1043
1039
  $metadata: metadata,
1044
1040
  $fault: response.statusCode <= 500 ? "client" : "server",
1045
1041
  };
1046
- const registry = schema.TypeRegistry.for(namespace);
1042
+ let namespace = this.options.defaultNamespace;
1043
+ if (errorName.includes("#")) {
1044
+ [namespace] = errorName.split("#");
1045
+ }
1046
+ const registry = this.compositeErrorRegistry;
1047
+ const nsRegistry = schema.TypeRegistry.for(namespace);
1048
+ registry.copyFrom(nsRegistry);
1047
1049
  let errorSchema;
1048
1050
  try {
1049
1051
  errorSchema = registry.getSchema(errorName);
@@ -1052,10 +1054,11 @@ class SmithyRpcV2CborProtocol extends protocols.RpcProtocol {
1052
1054
  if (dataObject.Message) {
1053
1055
  dataObject.message = dataObject.Message;
1054
1056
  }
1055
- const synthetic = schema.TypeRegistry.for("smithy.ts.sdk.synthetic." + namespace);
1056
- const baseExceptionSchema = synthetic.getBaseException();
1057
+ const syntheticRegistry = schema.TypeRegistry.for("smithy.ts.sdk.synthetic." + namespace);
1058
+ registry.copyFrom(syntheticRegistry);
1059
+ const baseExceptionSchema = registry.getBaseException();
1057
1060
  if (baseExceptionSchema) {
1058
- const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema);
1061
+ const ErrorCtor = registry.getErrorCtor(baseExceptionSchema);
1059
1062
  throw Object.assign(new ErrorCtor({ name: errorName }), errorMetadata, dataObject);
1060
1063
  }
1061
1064
  throw Object.assign(new Error(errorName), errorMetadata, dataObject);
@@ -236,6 +236,9 @@ class EventStreamSerde {
236
236
  serializer.write(eventSchema, event[unionMember]);
237
237
  }
238
238
  }
239
+ else if (eventSchema.isUnitSchema()) {
240
+ serializer.write(eventSchema, {});
241
+ }
239
242
  else {
240
243
  throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
241
244
  }
@@ -33,9 +33,14 @@ class SerdeContext {
33
33
 
34
34
  class HttpProtocol extends SerdeContext {
35
35
  options;
36
+ compositeErrorRegistry;
36
37
  constructor(options) {
37
38
  super();
38
39
  this.options = options;
40
+ this.compositeErrorRegistry = schema.TypeRegistry.for(options.defaultNamespace);
41
+ for (const etr of options.errorTypeRegistries ?? []) {
42
+ this.compositeErrorRegistry.copyFrom(etr);
43
+ }
39
44
  }
40
45
  getRequestType() {
41
46
  return protocolHttp.HttpRequest;
@@ -320,7 +325,9 @@ class HttpBindingProtocol extends HttpProtocol {
320
325
  if (bytes.byteLength > 0) {
321
326
  const dataFromBody = await deserializer.read(ns, bytes);
322
327
  for (const member of nonHttpBindingMembers) {
323
- dataObject[member] = dataFromBody[member];
328
+ if (dataFromBody[member] != null) {
329
+ dataObject[member] = dataFromBody[member];
330
+ }
324
331
  }
325
332
  }
326
333
  }
@@ -566,10 +566,24 @@ class TypeRegistry {
566
566
  }
567
567
  return TypeRegistry.registries.get(namespace);
568
568
  }
569
+ copyFrom(other) {
570
+ const { schemas, exceptions } = this;
571
+ for (const [k, v] of other.schemas) {
572
+ if (!schemas.has(k)) {
573
+ schemas.set(k, v);
574
+ }
575
+ }
576
+ for (const [k, v] of other.exceptions) {
577
+ if (!exceptions.has(k)) {
578
+ exceptions.set(k, v);
579
+ }
580
+ }
581
+ }
569
582
  register(shapeId, schema) {
570
583
  const qualifiedName = this.normalizeShapeId(shapeId);
571
- const registry = TypeRegistry.for(qualifiedName.split("#")[0]);
572
- registry.schemas.set(qualifiedName, schema);
584
+ for (const r of [this, TypeRegistry.for(qualifiedName.split("#")[0])]) {
585
+ r.schemas.set(qualifiedName, schema);
586
+ }
573
587
  }
574
588
  getSchema(shapeId) {
575
589
  const id = this.normalizeShapeId(shapeId);
@@ -580,12 +594,17 @@ class TypeRegistry {
580
594
  }
581
595
  registerError(es, ctor) {
582
596
  const $error = es;
583
- const registry = TypeRegistry.for($error[1]);
584
- registry.schemas.set($error[1] + "#" + $error[2], $error);
585
- registry.exceptions.set($error, ctor);
597
+ const ns = $error[1];
598
+ for (const r of [this, TypeRegistry.for(ns)]) {
599
+ r.schemas.set(ns + "#" + $error[2], $error);
600
+ r.exceptions.set($error, ctor);
601
+ }
586
602
  }
587
603
  getErrorCtor(es) {
588
604
  const $error = es;
605
+ if (this.exceptions.has($error)) {
606
+ return this.exceptions.get($error);
607
+ }
589
608
  const registry = TypeRegistry.for($error[1]);
590
609
  return registry.exceptions.get($error);
591
610
  }