lambda-live-debugger 1.8.2 → 1.8.4

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 (6295) hide show
  1. package/.vitepress/config.mts +4 -0
  2. package/README.md +10 -6
  3. package/dist/extension/extension.zip +0 -0
  4. package/dist/extension/nodejs/node_modules/interceptor.js +22472 -18064
  5. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +7 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +9 -6
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +2 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +4 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +9 -6
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +18 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +18 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +4 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +4 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +4 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +18 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +18 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +113 -94
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +41 -37
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +3 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +32 -32
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  117. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  118. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  119. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  120. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  121. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  122. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  123. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  124. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  125. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  126. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +15 -11
  127. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  128. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  129. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  130. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  131. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  132. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  133. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  134. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  135. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  136. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  137. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  138. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  139. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/README.md +9 -0
  140. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  141. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  143. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  144. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  145. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  146. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  147. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +7 -6
  148. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  149. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  150. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  151. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  152. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +2 -2
  153. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  154. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  155. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  156. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  157. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  158. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  159. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  160. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  162. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  163. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  164. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  165. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +2 -2
  166. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  168. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  169. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  170. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  171. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  172. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  173. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  178. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  180. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  181. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  182. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  183. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  184. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  185. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  186. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  187. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  188. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +4 -4
  189. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  190. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  191. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  192. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  193. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  194. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  195. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  196. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  197. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  198. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  199. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  200. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  201. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  202. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  203. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  204. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  205. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  206. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  207. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  208. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  209. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  210. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  211. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  212. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  213. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  214. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  215. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  216. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  217. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  218. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  219. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  220. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  221. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  222. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  223. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  224. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  225. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  226. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  227. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  228. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  229. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  230. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  231. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  232. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  233. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  234. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  236. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  237. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  238. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  240. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  241. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  242. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  243. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  244. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  245. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  246. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  247. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  248. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  249. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  250. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  251. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  252. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  253. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  254. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  255. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  256. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  257. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  258. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  259. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  260. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  261. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  262. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  263. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  264. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  265. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  266. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  267. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  268. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  269. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  271. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  273. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  274. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  275. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  277. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  278. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  279. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  280. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  281. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  282. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  283. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  284. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  285. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  286. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  287. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  288. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  289. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  290. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  291. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  292. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  293. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  294. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  295. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  296. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  297. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  298. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  299. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  300. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  301. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  302. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +27 -15
  303. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/schema.d.ts +7 -0
  304. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/schema.js +6 -0
  305. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  306. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  307. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  310. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  311. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  312. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  313. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  314. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  315. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +2 -2
  316. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +2 -2
  317. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  318. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +3 -3
  319. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  320. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  321. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  322. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  323. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  324. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  325. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  326. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  327. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  328. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  329. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  330. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  331. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  332. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +8 -8
  333. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  334. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  335. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  336. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  337. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  338. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  339. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  340. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  341. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  342. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +3 -2
  343. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +2 -2
  344. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/README.md +6 -0
  345. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  346. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  347. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  348. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  349. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  350. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  351. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  352. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  353. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  354. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +4 -4
  355. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  356. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  357. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  358. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  359. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  360. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  361. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  362. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  363. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  364. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  365. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  366. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  367. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  368. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  369. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  370. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  371. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  372. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  373. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  374. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  375. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  376. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  377. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  378. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  379. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  380. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +5 -5
  381. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  382. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  383. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +2 -2
  384. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  385. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  386. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +2 -2
  387. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +2 -2
  388. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +2 -2
  389. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  390. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  391. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  392. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  393. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  394. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +2 -2
  395. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +4 -4
  396. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  397. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  398. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  399. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  400. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  401. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  402. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  403. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  404. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  405. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  406. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  407. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  408. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  409. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +8 -8
  410. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  411. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  412. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  413. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  414. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/index.js +3 -0
  415. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  416. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  417. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  418. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  419. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  420. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  421. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  422. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  423. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  424. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  425. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  426. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  427. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  428. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  429. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  430. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  431. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  432. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  433. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  434. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  435. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  436. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  437. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  438. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  439. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  440. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  441. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  442. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  443. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  444. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  445. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +1 -1
  446. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +3 -3
  447. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  448. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  449. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  450. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  452. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  453. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  454. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  455. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +3 -3
  456. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +2 -2
  457. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  458. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  459. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
  460. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  461. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  462. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  463. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  464. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  465. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  466. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  467. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  468. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  469. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  470. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  471. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  472. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  473. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  474. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  475. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  476. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  477. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  478. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +4 -4
  479. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  480. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +9 -6
  481. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +9 -6
  482. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  483. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +2 -2
  484. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +2 -2
  485. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  486. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  487. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  488. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  489. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  490. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  491. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  492. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  493. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  494. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  495. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  496. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +32 -32
  497. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  498. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  499. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  500. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  501. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  502. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  503. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  504. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  505. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  506. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  507. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  508. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  509. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  510. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  511. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  512. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  513. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  514. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  515. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  516. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  517. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  518. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  519. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  520. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  521. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  522. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  523. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  524. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  525. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  526. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  527. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  528. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  529. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  530. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  531. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  532. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  533. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  534. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  535. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  536. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  537. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  538. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  539. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  540. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  541. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  542. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  543. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  544. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  545. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  546. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  547. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  548. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  549. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  550. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  551. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  552. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  553. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  554. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  555. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  556. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  557. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  558. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  559. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  560. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  561. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  562. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  563. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  564. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  565. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  566. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  567. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  568. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  569. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  570. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  571. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  572. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  573. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  574. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  575. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  576. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  577. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  578. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +15 -11
  579. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  580. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  581. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  582. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  583. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  584. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  585. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  586. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  587. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  588. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  589. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  590. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  591. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/README.md +9 -0
  592. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  593. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  594. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  595. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  596. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  597. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  598. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  599. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +7 -6
  600. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  601. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  602. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  603. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  604. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
  605. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  606. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  607. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  608. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  609. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  610. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  611. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  612. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  613. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  614. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  615. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  616. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  617. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +2 -2
  618. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  619. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  620. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  621. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  622. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  623. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  624. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  625. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  626. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  627. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  628. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  629. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  630. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  631. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  632. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  633. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  634. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  635. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  636. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  637. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  638. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  639. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  640. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +4 -4
  641. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  642. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  643. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  644. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  645. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  646. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  647. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  648. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  649. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  650. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  651. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  652. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  653. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  654. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  655. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  656. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  657. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  658. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  659. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  660. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  661. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  662. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  663. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  664. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  665. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  666. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  667. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  668. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  669. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  670. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  671. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  672. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  673. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  674. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  675. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  676. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  677. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  678. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  679. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  680. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  681. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  682. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  683. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  684. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  685. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  686. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  687. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  688. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  689. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  690. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  691. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  692. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  693. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  694. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  695. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  696. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  697. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  698. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  699. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  700. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  701. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  702. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  703. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  704. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  705. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  706. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  707. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  708. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  709. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  710. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  711. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  712. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  713. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  714. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  715. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  716. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  717. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  718. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  719. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  720. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  721. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  722. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  723. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  724. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  725. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  726. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  727. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  728. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  729. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  730. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  731. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  732. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  733. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  734. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  735. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  736. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  737. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  738. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  739. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  740. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  741. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  742. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  743. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  744. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  745. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  746. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  747. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  748. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  749. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  750. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  751. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  752. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  753. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  754. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +27 -15
  755. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/schema.d.ts +7 -0
  756. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/schema.js +6 -0
  757. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  758. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  759. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  760. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  761. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  762. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  763. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  764. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  765. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  766. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  767. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +2 -2
  768. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +2 -2
  769. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  770. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +3 -3
  771. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  772. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  773. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  774. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  775. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  776. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  777. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  778. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  779. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  780. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  781. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  782. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  783. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  784. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +8 -8
  785. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  786. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  787. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  788. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  789. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  790. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  791. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  792. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  793. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  794. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +3 -2
  795. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +2 -2
  796. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/README.md +6 -0
  797. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  798. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  799. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  800. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  801. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  802. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  803. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  804. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  805. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  806. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +4 -4
  807. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  808. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  809. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  810. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  811. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  812. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  813. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  814. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  815. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  816. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  817. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  818. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  819. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  820. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  821. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  822. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  823. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  824. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  825. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  826. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  827. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  828. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  829. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  830. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  831. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  832. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +5 -5
  833. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  834. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  835. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
  836. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  837. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  838. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +2 -2
  839. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +2 -2
  840. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +2 -2
  841. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  842. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  843. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  844. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  845. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  846. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +2 -2
  847. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +4 -4
  848. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  849. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  850. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  851. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  852. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  853. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  854. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  855. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  856. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  857. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  858. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  859. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  860. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  861. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +8 -8
  862. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  863. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  864. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  865. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  866. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/index.js +3 -0
  867. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  868. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  869. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  870. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  871. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  872. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  873. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  874. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  875. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  876. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  877. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  878. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  879. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  880. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  881. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  882. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  883. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  884. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  885. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  886. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  887. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  888. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  889. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  890. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  891. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  892. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  893. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  894. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  895. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  896. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  897. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +1 -1
  898. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +3 -3
  899. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  900. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  901. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  902. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  903. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  904. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  905. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  906. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  907. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +3 -3
  908. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +2 -2
  909. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  910. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  911. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +3 -3
  912. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  913. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  914. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  915. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  916. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  917. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  918. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  919. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  920. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  921. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  922. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  923. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  924. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  925. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  926. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  927. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  928. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  929. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  930. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +4 -4
  931. package/node_modules/@aws-sdk/client-cognito-identity/package.json +34 -34
  932. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +1 -1
  933. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +41 -1
  934. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -6
  935. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +1 -1
  936. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
  937. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
  938. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +9 -6
  939. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
  940. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
  941. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
  942. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  943. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
  944. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
  945. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  946. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  947. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
  948. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
  949. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  950. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
  951. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  952. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  953. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +9 -9
  954. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  955. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  956. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  957. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  958. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  959. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  960. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
  961. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  962. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
  963. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  964. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
  965. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  966. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
  967. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
  968. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
  969. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
  970. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
  971. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +4 -4
  972. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
  973. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
  974. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
  975. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  976. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
  977. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
  978. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
  979. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  980. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  981. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  982. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
  983. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  984. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
  985. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
  986. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  987. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  988. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
  989. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +1 -1
  990. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
  991. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
  992. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  993. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
  994. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
  995. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
  996. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +1 -1
  997. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
  998. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  999. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
  1000. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  1001. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  1002. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
  1003. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
  1004. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
  1005. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
  1006. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  1007. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
  1008. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  1009. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
  1010. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  1011. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
  1012. package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1013. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
  1014. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
  1015. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
  1016. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +2 -2
  1017. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1018. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
  1019. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1020. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1021. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  1022. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  1023. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1024. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1025. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1026. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1027. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1028. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1029. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1030. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1031. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  1032. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  1033. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1034. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1035. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  1036. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  1037. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  1038. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1039. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1040. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1041. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1042. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1043. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1044. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1045. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1046. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1047. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1048. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1049. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  1050. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1051. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1052. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1053. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1054. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1055. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1056. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1057. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1058. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1059. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1060. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1061. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  1062. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  1063. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1064. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1065. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1066. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1067. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1068. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1069. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1070. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1071. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1072. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1073. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1074. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1075. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1076. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1077. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1078. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1079. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1080. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1081. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1082. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1083. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1084. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1085. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1086. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1087. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  1088. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  1089. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1090. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1091. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1092. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1093. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1094. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1095. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1096. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1097. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1098. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1099. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1100. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1101. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1102. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1103. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1104. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1105. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1106. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1107. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1108. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1109. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1110. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1111. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +15 -11
  1112. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1113. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1114. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  1115. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1116. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1117. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1118. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1119. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1120. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1121. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1122. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1123. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1124. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/README.md +9 -0
  1125. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  1126. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  1127. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  1128. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  1129. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  1130. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  1131. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  1132. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +7 -6
  1133. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1134. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1135. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1136. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1137. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
  1138. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1139. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1140. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1141. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1142. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1143. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1144. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1145. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1146. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1147. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  1148. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1149. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1150. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +2 -2
  1151. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  1152. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  1153. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  1154. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  1155. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  1156. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  1157. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  1158. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  1159. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  1160. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  1161. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  1162. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  1163. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  1164. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  1165. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  1166. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  1167. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  1168. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  1169. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  1170. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  1171. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  1172. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  1173. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +4 -4
  1174. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  1175. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  1176. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  1177. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  1178. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  1179. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  1180. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1181. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1182. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1183. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  1184. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  1185. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  1186. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  1187. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  1188. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  1189. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  1190. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  1191. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  1192. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  1193. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  1194. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  1195. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  1196. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  1197. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  1198. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  1199. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  1200. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  1201. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  1202. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  1203. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  1204. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  1205. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  1206. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  1207. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  1208. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  1209. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  1210. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  1211. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  1212. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1213. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  1214. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1215. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1216. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  1217. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  1218. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  1219. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  1220. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  1221. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  1222. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  1223. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  1224. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  1225. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  1226. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  1227. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  1228. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  1229. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1230. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  1231. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  1232. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  1233. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1234. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  1235. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1236. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1237. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  1238. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1239. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  1240. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  1241. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  1242. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  1243. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  1244. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  1245. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  1246. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1247. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  1248. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  1249. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1250. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  1251. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1252. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1253. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  1254. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  1255. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  1256. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  1257. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  1258. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  1259. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  1260. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  1261. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  1262. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  1263. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  1264. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  1265. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  1266. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1267. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  1268. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  1269. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  1270. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1271. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  1272. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1273. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1274. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  1275. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1276. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  1277. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  1278. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  1279. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  1280. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  1281. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  1282. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  1283. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1284. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  1285. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  1286. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1287. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +27 -15
  1288. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/schema.d.ts +7 -0
  1289. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/schema.js +6 -0
  1290. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  1291. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  1292. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  1293. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  1294. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1295. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1296. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1297. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  1298. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  1299. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1300. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
  1301. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1302. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  1303. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1304. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1305. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1306. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1307. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1308. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1309. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1310. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1311. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  1312. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1313. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1314. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  1315. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1316. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1317. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +8 -8
  1318. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  1319. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  1320. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  1321. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  1322. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  1323. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  1324. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  1325. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  1326. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  1327. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -2
  1328. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
  1329. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/README.md +6 -0
  1330. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  1331. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  1332. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  1333. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  1334. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  1335. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  1336. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  1337. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  1338. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  1339. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
  1340. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1341. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1342. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1343. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  1344. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  1345. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  1346. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1347. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  1348. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  1349. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  1350. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  1351. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  1352. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  1353. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  1354. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  1355. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  1356. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1357. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  1358. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  1359. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  1360. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  1361. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  1362. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  1363. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  1364. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  1365. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
  1366. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1367. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1368. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
  1369. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  1370. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  1371. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
  1372. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +2 -2
  1373. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +2 -2
  1374. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1375. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1376. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1377. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1378. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1379. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +2 -2
  1380. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +4 -4
  1381. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  1382. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  1383. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  1384. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  1385. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  1386. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  1387. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  1388. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  1389. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  1390. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  1391. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  1392. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  1393. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  1394. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +8 -8
  1395. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  1396. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  1397. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  1398. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  1399. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/index.js +3 -0
  1400. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  1401. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  1402. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  1403. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  1404. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  1405. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  1406. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  1407. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  1408. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  1409. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  1410. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  1411. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  1412. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1413. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  1414. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  1415. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  1416. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  1417. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  1418. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  1419. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  1420. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  1421. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  1422. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1423. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1424. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  1425. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1426. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  1427. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  1428. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  1429. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1430. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
  1431. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
  1432. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1433. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1434. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  1435. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  1436. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  1437. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  1438. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  1439. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  1440. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +3 -3
  1441. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
  1442. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  1443. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  1444. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
  1445. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  1446. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  1447. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  1448. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  1449. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  1450. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  1451. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  1452. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  1453. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  1454. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  1455. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  1456. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  1457. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  1458. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  1459. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  1460. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  1461. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  1462. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  1463. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
  1464. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  1465. package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.js +9 -6
  1466. package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.js +9 -6
  1467. package/node_modules/@aws-sdk/client-iot/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1468. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
  1469. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +2 -2
  1470. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1471. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1472. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1473. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  1474. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  1475. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1476. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1477. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1478. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1479. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1480. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1481. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1482. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1483. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  1484. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  1485. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1486. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1487. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  1488. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  1489. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  1490. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1491. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1492. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1493. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1494. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1495. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1496. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1497. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1498. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1499. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1500. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1501. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  1502. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1503. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1504. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1505. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1506. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1507. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1508. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1509. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1510. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1511. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1512. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1513. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  1514. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  1515. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1516. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1517. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1518. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1519. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1520. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1521. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1522. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1523. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1524. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1525. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1526. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1527. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1528. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1529. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1530. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1531. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1532. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1533. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1534. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1535. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1536. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1537. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1538. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1539. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  1540. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  1541. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1542. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1543. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1544. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1545. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1546. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1547. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1548. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1549. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1550. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1551. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1552. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1553. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1554. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1555. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1556. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1557. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1558. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1559. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1560. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1561. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1562. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1563. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +15 -11
  1564. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1565. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1566. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  1567. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1568. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1569. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1570. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1571. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1572. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1573. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1574. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1575. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1576. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/README.md +9 -0
  1577. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  1578. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  1579. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  1580. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  1581. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  1582. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  1583. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  1584. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +7 -6
  1585. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1586. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1587. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1588. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1589. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +2 -2
  1590. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1591. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1592. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1593. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1594. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1595. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1596. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1597. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1598. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1599. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  1600. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1601. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1602. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +2 -2
  1603. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  1604. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  1605. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  1606. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  1607. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  1608. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  1609. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  1610. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  1611. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  1612. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  1613. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  1614. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  1615. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  1616. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  1617. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  1618. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  1619. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  1620. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  1621. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  1622. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  1623. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  1624. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  1625. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +4 -4
  1626. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  1627. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  1628. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  1629. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  1630. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  1631. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  1632. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1633. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1634. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1635. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  1636. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  1637. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  1638. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  1639. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  1640. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  1641. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  1642. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  1643. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  1644. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  1645. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  1646. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  1647. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  1648. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  1649. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  1650. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  1651. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  1652. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  1653. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  1654. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  1655. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  1656. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  1657. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  1658. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  1659. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  1660. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  1661. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  1662. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  1663. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  1664. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1665. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  1666. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1667. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1668. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  1669. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  1670. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  1671. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  1672. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  1673. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  1674. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  1675. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  1676. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  1677. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  1678. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  1679. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  1680. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  1681. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1682. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  1683. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  1684. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  1685. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1686. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  1687. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1688. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1689. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  1690. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1691. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  1692. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  1693. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  1694. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  1695. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  1696. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  1697. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  1698. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1699. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  1700. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  1701. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1702. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  1703. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1704. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1705. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  1706. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  1707. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  1708. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  1709. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  1710. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  1711. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  1712. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  1713. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  1714. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  1715. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  1716. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  1717. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  1718. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1719. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  1720. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  1721. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  1722. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1723. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  1724. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1725. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1726. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  1727. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1728. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  1729. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  1730. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  1731. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  1732. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  1733. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  1734. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  1735. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  1736. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  1737. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  1738. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1739. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +27 -15
  1740. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/schema.d.ts +7 -0
  1741. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/schema.js +6 -0
  1742. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  1743. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  1744. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  1745. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  1746. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1747. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1748. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1749. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  1750. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  1751. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1752. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +2 -2
  1753. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1754. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  1755. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1756. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1757. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1758. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1759. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1760. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1761. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1762. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1763. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  1764. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1765. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1766. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  1767. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1768. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1769. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +8 -8
  1770. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  1771. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  1772. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  1773. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  1774. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  1775. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  1776. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  1777. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  1778. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  1779. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +3 -2
  1780. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +2 -2
  1781. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/README.md +6 -0
  1782. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  1783. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  1784. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  1785. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  1786. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  1787. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  1788. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  1789. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  1790. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  1791. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +4 -4
  1792. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1793. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1794. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1795. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  1796. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  1797. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  1798. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1799. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  1800. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  1801. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  1802. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  1803. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  1804. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  1805. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  1806. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  1807. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  1808. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1809. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  1810. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  1811. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  1812. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  1813. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  1814. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  1815. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  1816. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  1817. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +5 -5
  1818. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1819. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1820. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +2 -2
  1821. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  1822. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  1823. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +2 -2
  1824. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +2 -2
  1825. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +2 -2
  1826. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1827. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1828. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1829. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1830. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1831. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +2 -2
  1832. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +4 -4
  1833. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  1834. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  1835. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  1836. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  1837. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  1838. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  1839. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  1840. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  1841. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  1842. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  1843. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  1844. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  1845. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  1846. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +8 -8
  1847. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  1848. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  1849. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  1850. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  1851. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/index.js +3 -0
  1852. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  1853. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  1854. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  1855. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  1856. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  1857. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  1858. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  1859. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  1860. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  1861. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  1862. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  1863. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  1864. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1865. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  1866. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  1867. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  1868. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  1869. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  1870. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  1871. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  1872. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  1873. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  1874. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1875. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1876. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  1877. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  1878. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  1879. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  1880. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  1881. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1882. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +1 -1
  1883. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +3 -3
  1884. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1885. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1886. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  1887. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  1888. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  1889. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  1890. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  1891. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  1892. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +3 -3
  1893. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +2 -2
  1894. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  1895. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  1896. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +3 -3
  1897. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  1898. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  1899. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  1900. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  1901. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  1902. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  1903. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  1904. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  1905. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  1906. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  1907. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  1908. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  1909. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  1910. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  1911. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  1912. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  1913. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  1914. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  1915. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +4 -4
  1916. package/node_modules/@aws-sdk/client-iot/package.json +33 -33
  1917. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.js +9 -6
  1918. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.js +9 -6
  1919. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1920. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
  1921. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +2 -2
  1922. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1923. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1924. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1925. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  1926. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  1927. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1928. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1929. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1930. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1931. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1932. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1933. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1934. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1935. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  1936. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  1937. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1938. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1939. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  1940. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  1941. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  1942. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1943. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1944. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1945. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1946. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1947. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1948. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1949. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1950. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1951. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1952. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1953. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  1954. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1955. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1956. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1957. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1958. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1959. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1960. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1961. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1962. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1963. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1964. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1965. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  1966. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  1967. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1968. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1969. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1970. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1971. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1972. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1973. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1974. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1975. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1976. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1977. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1978. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1979. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1980. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1981. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1982. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1983. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1984. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1985. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1986. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1987. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1988. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1989. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1990. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1991. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  1992. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  1993. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1994. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1995. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1996. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1997. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1998. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1999. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  2000. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  2001. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2002. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2003. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  2004. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  2005. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2006. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  2007. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  2008. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2009. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2010. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  2011. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  2012. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  2013. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2014. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  2015. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +15 -11
  2016. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  2017. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  2018. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  2019. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  2020. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  2021. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  2022. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  2023. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  2024. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  2025. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  2026. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  2027. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  2028. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/README.md +9 -0
  2029. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  2030. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  2031. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  2032. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  2033. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  2034. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  2035. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  2036. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +7 -6
  2037. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2038. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2039. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2040. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2041. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +2 -2
  2042. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  2043. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  2044. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2045. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  2046. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2047. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2048. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2049. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2050. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2051. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  2052. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  2053. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  2054. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +2 -2
  2055. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  2056. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  2057. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  2058. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  2059. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  2060. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  2061. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  2062. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  2063. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  2064. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  2065. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  2066. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  2067. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  2068. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  2069. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  2070. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  2071. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  2072. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  2073. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  2074. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  2075. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  2076. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  2077. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +4 -4
  2078. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  2079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  2080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  2081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  2082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  2083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  2084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2085. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  2086. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2087. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  2088. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  2089. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  2090. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  2091. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  2092. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  2093. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  2094. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  2095. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  2096. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  2097. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  2098. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  2099. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  2100. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  2101. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  2102. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  2103. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  2104. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  2105. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  2106. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  2107. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  2108. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  2109. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  2110. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  2111. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  2112. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  2113. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  2114. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  2115. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  2116. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  2117. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  2118. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  2119. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2120. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  2121. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  2122. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  2123. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  2124. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  2125. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  2126. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  2127. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  2128. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  2129. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  2130. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  2131. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  2132. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  2133. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  2134. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  2135. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  2136. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  2137. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  2138. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  2139. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  2140. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  2141. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  2142. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  2143. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  2144. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  2145. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  2146. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  2147. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  2148. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  2149. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  2150. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  2151. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  2152. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  2153. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2154. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  2155. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  2156. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2157. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  2158. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  2159. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  2160. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  2161. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  2162. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  2163. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  2164. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  2165. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  2166. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  2167. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  2168. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  2169. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  2170. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  2171. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  2172. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  2173. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  2174. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  2175. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  2176. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  2177. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  2178. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  2179. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  2180. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  2181. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  2182. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  2183. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  2184. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  2185. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  2186. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  2187. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  2188. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  2189. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  2190. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2191. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +27 -15
  2192. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/schema.d.ts +7 -0
  2193. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/schema.js +6 -0
  2194. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  2195. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  2196. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  2197. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  2198. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  2199. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2200. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2201. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  2202. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  2203. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  2204. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +2 -2
  2205. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +2 -2
  2206. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  2207. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +3 -3
  2208. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2209. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2210. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2211. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2212. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2213. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2214. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2215. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  2216. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2217. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2218. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  2219. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2220. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2221. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +8 -8
  2222. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  2223. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  2224. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  2225. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  2226. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  2227. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  2228. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  2229. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  2230. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  2231. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +3 -2
  2232. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +2 -2
  2233. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/README.md +6 -0
  2234. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  2235. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  2236. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  2237. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  2238. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  2239. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  2240. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  2241. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  2242. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2243. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +4 -4
  2244. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2245. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2246. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2247. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  2248. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  2249. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  2250. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2251. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  2252. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  2253. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  2254. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  2255. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  2256. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  2257. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  2258. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  2259. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  2260. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2261. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  2262. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  2263. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  2264. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  2265. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  2266. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  2267. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  2268. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  2269. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +5 -5
  2270. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  2271. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  2272. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +2 -2
  2273. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  2274. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  2275. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +2 -2
  2276. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +2 -2
  2277. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +2 -2
  2278. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  2279. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2280. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  2281. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2282. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2283. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +2 -2
  2284. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +4 -4
  2285. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  2286. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  2287. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  2288. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  2289. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  2290. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  2291. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  2292. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  2293. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  2294. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  2295. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  2296. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  2297. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  2298. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +8 -8
  2299. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  2300. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  2301. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  2302. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  2303. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/index.js +3 -0
  2304. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  2305. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  2306. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  2307. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  2308. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  2309. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  2310. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  2311. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  2312. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  2313. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  2314. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  2315. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  2316. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  2317. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  2318. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  2319. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  2320. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  2321. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  2322. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  2323. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  2324. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  2325. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  2326. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  2327. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  2328. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  2329. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  2330. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  2331. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  2332. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  2333. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  2334. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +1 -1
  2335. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +3 -3
  2336. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  2337. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  2338. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  2339. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  2340. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  2341. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  2342. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  2343. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  2344. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +3 -3
  2345. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +2 -2
  2346. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  2347. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  2348. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +3 -3
  2349. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  2350. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  2351. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  2352. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  2353. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  2354. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  2355. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  2356. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  2357. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  2358. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  2359. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  2360. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  2361. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  2362. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  2363. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  2364. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  2365. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  2366. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  2367. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +4 -4
  2368. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +34 -34
  2369. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +22 -1
  2370. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +9 -6
  2371. package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +13 -0
  2372. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -1
  2373. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +9 -6
  2374. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +62 -2
  2375. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +51 -0
  2376. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +56 -0
  2377. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +25 -0
  2378. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +30 -0
  2379. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +24 -0
  2380. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +93 -2
  2381. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  2382. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +152 -8
  2383. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  2384. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  2385. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  2386. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +40 -0
  2387. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  2388. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  2389. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  2390. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  2391. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  2392. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  2393. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  2394. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  2395. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  2396. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  2397. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +32 -32
  2398. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  2399. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  2400. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  2401. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  2402. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  2403. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  2404. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  2405. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  2406. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  2407. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  2408. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  2409. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  2410. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  2411. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  2412. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  2413. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  2414. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  2415. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  2416. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  2417. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  2418. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  2419. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  2420. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  2421. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  2422. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  2423. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  2424. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  2425. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  2426. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  2427. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2428. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2429. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  2430. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  2431. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  2432. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  2433. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2434. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  2435. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  2436. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  2437. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  2438. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  2439. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2440. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2441. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  2442. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  2443. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2444. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  2445. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  2446. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2447. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2448. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  2449. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  2450. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  2451. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2452. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  2453. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2454. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2455. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  2456. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  2457. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  2458. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  2459. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  2460. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  2461. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  2462. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  2463. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  2464. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  2465. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2466. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2467. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  2468. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  2469. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2470. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  2471. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  2472. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2473. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2474. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  2475. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  2476. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  2477. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2478. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  2479. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +15 -11
  2480. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  2481. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  2482. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  2483. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  2484. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  2485. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  2486. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  2487. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  2488. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  2489. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  2490. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  2491. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  2492. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/README.md +9 -0
  2493. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  2494. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  2495. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  2496. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  2497. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  2498. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  2499. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  2500. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +7 -6
  2501. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2502. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2503. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2504. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2505. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +2 -2
  2506. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  2507. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  2508. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2509. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  2510. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2511. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2512. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2513. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2514. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2515. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  2516. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  2517. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  2518. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +2 -2
  2519. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  2520. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  2521. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  2522. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  2523. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  2524. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  2525. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  2526. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  2527. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  2528. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  2529. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  2530. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  2531. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  2532. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  2533. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  2534. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  2535. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  2536. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  2537. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  2538. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  2539. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  2540. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  2541. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +4 -4
  2542. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  2543. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  2544. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  2545. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  2546. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  2547. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  2548. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2549. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  2550. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2551. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  2552. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  2553. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  2554. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  2555. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  2556. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  2557. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  2558. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  2559. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  2560. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  2561. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  2562. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  2563. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  2564. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  2565. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  2566. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  2567. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  2568. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  2569. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  2570. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  2571. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  2572. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  2573. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  2574. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  2575. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  2576. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  2577. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  2578. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  2579. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  2580. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  2581. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  2582. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  2583. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2584. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  2585. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  2586. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  2587. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  2588. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  2589. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  2590. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  2591. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  2592. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  2593. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  2594. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  2595. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  2596. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  2597. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  2598. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  2599. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  2600. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  2601. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  2602. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  2603. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  2604. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  2605. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  2606. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  2607. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  2608. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  2609. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  2610. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  2611. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  2612. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  2613. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  2614. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  2615. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  2616. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  2617. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2618. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  2619. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  2620. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2621. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  2622. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  2623. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  2624. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  2625. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  2626. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  2627. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  2628. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  2629. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  2630. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  2631. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  2632. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  2633. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  2634. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  2635. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  2636. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  2637. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  2638. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  2639. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  2640. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  2641. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  2642. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  2643. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  2644. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  2645. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  2646. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  2647. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  2648. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  2649. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  2650. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  2651. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  2652. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  2653. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  2654. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2655. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +27 -15
  2656. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/schema.d.ts +7 -0
  2657. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/schema.js +6 -0
  2658. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  2659. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  2660. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  2661. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  2662. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  2663. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2664. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2665. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  2666. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  2667. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  2668. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +2 -2
  2669. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +2 -2
  2670. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  2671. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +3 -3
  2672. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2673. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2674. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2675. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2676. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2677. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2678. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2679. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  2680. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2681. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2682. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  2683. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2684. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2685. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +8 -8
  2686. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  2687. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  2688. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  2689. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  2690. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  2691. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  2692. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  2693. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  2694. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  2695. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +3 -2
  2696. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +2 -2
  2697. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/README.md +6 -0
  2698. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  2699. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  2700. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  2701. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  2702. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  2703. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  2704. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  2705. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  2706. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2707. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +4 -4
  2708. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2709. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2710. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2711. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  2712. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  2713. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  2714. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2715. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  2716. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  2717. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  2718. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  2719. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  2720. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  2721. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  2722. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  2723. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  2724. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2725. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  2726. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  2727. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  2728. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  2729. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  2730. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  2731. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  2732. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  2733. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +5 -5
  2734. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  2735. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  2736. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +2 -2
  2737. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  2738. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  2739. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
  2740. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +2 -2
  2741. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +2 -2
  2742. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  2743. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2744. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  2745. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2746. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2747. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +2 -2
  2748. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +4 -4
  2749. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  2750. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  2751. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  2752. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  2753. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  2754. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  2755. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  2756. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  2757. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  2758. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  2759. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  2760. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  2761. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  2762. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +8 -8
  2763. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  2764. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  2765. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  2766. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  2767. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/index.js +3 -0
  2768. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  2769. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  2770. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  2771. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  2772. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  2773. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  2774. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  2775. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  2776. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  2777. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  2778. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  2779. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  2780. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  2781. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  2782. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  2783. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  2784. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  2785. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  2786. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  2787. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  2788. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  2789. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  2790. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  2791. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  2792. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  2793. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  2794. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  2795. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  2796. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  2797. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  2798. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +1 -1
  2799. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +3 -3
  2800. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  2801. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  2802. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  2803. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  2804. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  2805. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  2806. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  2807. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  2808. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +3 -3
  2809. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +2 -2
  2810. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  2811. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  2812. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +3 -3
  2813. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  2814. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  2815. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  2816. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  2817. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  2818. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  2819. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  2820. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  2821. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  2822. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  2823. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  2824. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  2825. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  2826. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  2827. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  2828. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  2829. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  2830. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  2831. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +4 -4
  2832. package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
  2833. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  2834. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  2835. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -137
  2836. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -12
  2837. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  2838. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  2839. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  2840. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  2841. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  2842. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  2843. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  2844. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  2845. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  2846. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  2847. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  2848. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  2849. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  2850. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  2851. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +423 -20
  2852. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +14 -12
  2853. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  2854. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  2855. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -4
  2856. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  2857. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  2858. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  2859. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  2860. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  2861. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  2862. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  2863. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  2864. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  2865. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  2866. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  2867. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  2868. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  2869. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  2870. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  2871. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  2872. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  2873. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  2874. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  2875. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  2876. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  2877. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  2878. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  2879. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  2880. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  2881. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  2882. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  2883. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  2884. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  2885. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  2886. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  2887. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  2888. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  2889. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  2890. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  2891. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  2892. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  2893. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  2894. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  2895. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  2896. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  2897. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  2898. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  2899. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  2900. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  2901. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  2902. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  2903. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  2904. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  2905. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  2906. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +63 -70
  2907. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  2908. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  2909. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  2910. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  2911. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  2912. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  2913. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  2914. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  2915. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  2916. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  2917. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  2918. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  2919. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  2920. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  2921. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  2922. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  2923. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  2924. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  2925. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  2926. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  2927. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  2928. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  2929. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  2930. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  2931. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  2932. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  2933. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  2934. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  2935. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  2936. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  2937. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  2938. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +5 -6
  2939. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  2940. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  2941. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  2942. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  2943. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  2944. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  2945. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  2946. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  2947. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  2948. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  2949. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  2950. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  2951. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  2952. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  2953. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  2954. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  2955. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  2956. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  2957. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  2958. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  2959. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  2960. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  2961. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
  2962. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  2963. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2230 -703
  2964. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  2965. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -9
  2966. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -7
  2967. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -9
  2968. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
  2969. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  2970. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +37 -1
  2971. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  2972. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  2973. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  2974. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  2975. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  2976. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  2977. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  2978. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  2979. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  2980. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  2981. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  2982. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  2983. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  2984. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  2985. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
  2986. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  2987. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +262 -0
  2988. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  2989. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -10
  2990. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -8
  2991. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +22 -10
  2992. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -3
  2993. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  2994. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  2995. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  2996. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  2997. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  2998. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  2999. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  3000. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  3001. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +32 -32
  3002. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  3003. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  3004. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  3005. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  3006. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  3007. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  3008. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  3009. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  3010. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  3011. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  3012. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  3013. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  3014. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  3015. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  3016. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  3017. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  3018. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  3019. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  3020. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  3021. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  3022. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  3023. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  3024. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  3025. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  3026. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  3027. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  3028. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  3029. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  3030. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  3031. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  3032. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  3033. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  3034. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  3035. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  3036. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  3037. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  3038. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  3039. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  3040. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  3041. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  3042. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  3043. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  3044. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  3045. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  3046. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  3047. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  3048. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  3049. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  3050. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  3051. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  3052. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  3053. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  3054. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  3055. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  3056. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  3057. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  3058. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  3059. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  3060. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  3061. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  3062. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  3063. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  3064. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  3065. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  3066. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  3067. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  3068. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  3069. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  3070. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  3071. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  3072. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  3073. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  3074. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  3075. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  3076. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  3077. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  3078. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  3079. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  3080. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  3081. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  3082. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  3083. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +15 -11
  3084. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  3085. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  3086. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  3087. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  3088. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  3089. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  3090. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  3091. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  3092. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  3093. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  3094. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  3095. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  3096. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  3097. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +8 -0
  3098. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +9 -0
  3099. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -0
  3100. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +1 -0
  3101. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  3102. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/README.md +9 -0
  3103. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  3104. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  3105. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  3106. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  3107. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  3108. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  3109. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  3110. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +7 -6
  3111. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  3112. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  3113. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  3114. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  3115. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +2 -2
  3116. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  3117. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  3118. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  3119. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  3120. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  3121. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  3122. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  3123. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  3124. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  3125. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  3126. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  3127. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  3128. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +2 -2
  3129. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  3130. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  3131. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  3132. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  3133. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  3134. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  3135. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  3136. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  3137. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  3138. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  3139. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  3140. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  3141. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  3142. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  3143. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  3144. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  3145. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  3146. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  3147. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  3148. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  3149. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  3150. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  3151. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +4 -4
  3152. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  3153. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  3154. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  3155. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  3156. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  3157. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  3158. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  3159. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  3160. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  3161. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  3162. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  3163. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  3164. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  3165. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  3166. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  3167. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  3168. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  3169. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  3170. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  3171. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  3172. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  3173. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  3174. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  3175. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  3176. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  3177. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  3178. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  3179. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  3180. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  3181. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  3182. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  3183. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  3184. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  3185. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  3186. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  3187. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  3188. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  3189. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  3190. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  3191. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  3192. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  3193. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  3194. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  3195. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  3196. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  3197. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  3198. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  3199. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  3200. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  3201. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  3202. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  3203. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  3204. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  3205. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  3206. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  3207. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  3208. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  3209. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  3210. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  3211. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  3212. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  3213. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  3214. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  3215. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  3216. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  3217. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  3218. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  3219. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  3220. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  3221. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  3222. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  3223. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  3224. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  3225. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  3226. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  3227. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  3228. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  3229. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  3230. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  3231. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  3232. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  3233. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  3234. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  3235. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  3236. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  3237. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  3238. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  3239. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  3240. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  3241. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  3242. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  3243. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  3244. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  3245. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  3246. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  3247. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  3248. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  3249. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  3250. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  3251. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  3252. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  3253. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  3254. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  3255. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  3256. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  3257. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  3258. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  3259. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  3260. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  3261. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  3262. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  3263. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  3264. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  3265. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +27 -15
  3266. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/schema.d.ts +7 -0
  3267. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/schema.js +6 -0
  3268. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  3269. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  3270. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  3271. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  3272. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  3273. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  3274. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  3275. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  3276. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  3277. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  3278. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +2 -2
  3279. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +2 -2
  3280. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  3281. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +3 -3
  3282. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  3283. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  3284. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  3285. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  3286. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  3287. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  3288. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  3289. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  3290. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  3291. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  3292. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  3293. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  3294. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  3295. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +8 -8
  3296. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  3297. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  3298. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  3299. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  3300. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  3301. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  3302. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  3303. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  3304. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  3305. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +3 -2
  3306. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +2 -2
  3307. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/README.md +6 -0
  3308. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  3309. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  3310. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  3311. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  3312. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  3313. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  3314. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  3315. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  3316. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  3317. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +4 -4
  3318. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  3319. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  3320. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  3321. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  3322. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  3323. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  3324. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  3325. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  3326. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  3327. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  3328. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  3329. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  3330. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  3331. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  3332. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  3333. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  3334. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  3335. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  3336. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  3337. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  3338. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  3339. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  3340. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  3341. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  3342. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  3343. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +5 -5
  3344. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  3345. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  3346. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +2 -2
  3347. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  3348. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  3349. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +2 -2
  3350. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +2 -2
  3351. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +2 -2
  3352. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  3353. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  3354. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  3355. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  3356. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  3357. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +2 -2
  3358. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +4 -4
  3359. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  3360. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  3361. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  3362. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  3363. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  3364. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  3365. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  3366. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  3367. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  3368. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  3369. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  3370. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  3371. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  3372. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +8 -8
  3373. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  3374. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  3375. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  3376. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  3377. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/index.js +3 -0
  3378. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  3379. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  3380. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  3381. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  3382. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  3383. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  3384. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  3385. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  3386. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  3387. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  3388. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  3389. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  3390. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3391. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  3392. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  3393. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  3394. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  3395. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  3396. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  3397. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  3398. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  3399. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  3400. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  3401. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  3402. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  3403. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3404. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  3405. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  3406. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  3407. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  3408. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +1 -1
  3409. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +3 -3
  3410. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  3411. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  3412. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  3413. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  3414. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  3415. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  3416. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  3417. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  3418. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +3 -3
  3419. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +2 -2
  3420. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  3421. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  3422. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +3 -3
  3423. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  3424. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  3425. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  3426. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  3427. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  3428. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  3429. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  3430. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  3431. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  3432. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  3433. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  3434. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  3435. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  3436. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  3437. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  3438. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  3439. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  3440. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  3441. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +4 -4
  3442. package/node_modules/@aws-sdk/client-s3/package.json +55 -51
  3443. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  3444. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  3445. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  3446. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  3447. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
  3448. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  3449. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  3450. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
  3451. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  3452. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  3453. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  3454. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  3455. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/index.js +3 -0
  3456. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  3457. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  3458. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  3459. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  3460. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  3461. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  3462. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  3463. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  3464. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  3465. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  3466. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  3467. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  3468. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3469. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  3470. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  3471. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  3472. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  3473. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  3474. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  3475. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  3476. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  3477. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  3478. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  3479. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  3480. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  3481. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3482. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  3483. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  3484. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  3485. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  3486. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +1 -1
  3487. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
  3488. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +2 -4
  3489. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  3490. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +9 -6
  3491. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  3492. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  3493. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  3494. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  3495. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  3496. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  3497. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +32 -32
  3498. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  3499. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  3500. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  3501. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  3502. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  3503. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  3504. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  3505. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  3506. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  3507. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  3508. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  3509. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  3510. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  3511. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  3512. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  3513. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  3514. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  3515. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  3516. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  3517. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  3518. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  3519. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  3520. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  3521. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  3522. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  3523. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  3524. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  3525. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  3526. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  3527. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  3528. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  3529. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  3530. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  3531. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  3532. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  3533. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  3534. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  3535. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  3536. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  3537. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  3538. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  3539. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  3540. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  3541. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  3542. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  3543. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  3544. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  3545. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  3546. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  3547. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  3548. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  3549. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  3550. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  3551. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  3552. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  3553. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  3554. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  3555. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  3556. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  3557. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  3558. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  3559. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  3560. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  3561. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  3562. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  3563. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  3564. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  3565. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  3566. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  3567. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  3568. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  3569. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  3570. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  3571. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  3572. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  3573. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  3574. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  3575. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  3576. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  3577. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  3578. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  3579. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +15 -11
  3580. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  3581. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  3582. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  3583. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  3584. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  3585. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  3586. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  3587. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  3588. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  3589. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  3590. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  3591. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  3592. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/README.md +9 -0
  3593. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  3594. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  3595. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  3596. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  3597. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  3598. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  3599. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  3600. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +7 -6
  3601. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  3602. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  3603. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  3604. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  3605. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +2 -2
  3606. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  3607. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  3608. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  3609. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  3610. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  3611. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  3612. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  3613. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  3614. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  3615. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  3616. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  3617. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  3618. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +2 -2
  3619. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  3620. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  3621. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  3622. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  3623. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  3624. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  3625. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  3626. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  3627. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  3628. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  3629. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  3630. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  3631. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  3632. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  3633. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  3634. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  3635. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  3636. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  3637. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  3638. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  3639. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  3640. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  3641. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +4 -4
  3642. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  3643. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  3644. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  3645. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  3646. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  3647. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  3648. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  3649. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  3650. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  3651. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  3652. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  3653. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  3654. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  3655. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  3656. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  3657. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  3658. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  3659. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  3660. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  3661. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  3662. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  3663. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  3664. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  3665. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  3666. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  3667. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  3668. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  3669. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  3670. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  3671. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  3672. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  3673. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  3674. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  3675. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  3676. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  3677. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  3678. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  3679. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  3680. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  3681. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  3682. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  3683. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  3684. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  3685. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  3686. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  3687. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  3688. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  3689. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  3690. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  3691. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  3692. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  3693. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  3694. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  3695. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  3696. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  3697. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  3698. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  3699. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  3700. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  3701. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  3702. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  3703. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  3704. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  3705. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  3706. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  3707. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  3708. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  3709. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  3710. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  3711. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  3712. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  3713. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  3714. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  3715. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  3716. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  3717. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  3718. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  3719. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  3720. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  3721. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  3722. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  3723. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  3724. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  3725. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  3726. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  3727. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  3728. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  3729. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  3730. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  3731. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  3732. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  3733. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  3734. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  3735. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  3736. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  3737. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  3738. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  3739. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  3740. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  3741. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  3742. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  3743. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  3744. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  3745. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  3746. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  3747. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  3748. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  3749. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  3750. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  3751. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  3752. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  3753. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  3754. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  3755. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +27 -15
  3756. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/schema.d.ts +7 -0
  3757. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/schema.js +6 -0
  3758. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  3759. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  3760. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  3761. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  3762. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  3763. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  3764. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  3765. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  3766. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  3767. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  3768. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +2 -2
  3769. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
  3770. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  3771. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
  3772. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  3773. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  3774. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  3775. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  3776. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  3777. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  3778. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  3779. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  3780. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  3781. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  3782. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  3783. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  3784. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  3785. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +8 -8
  3786. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  3787. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  3788. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  3789. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  3790. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  3791. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  3792. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  3793. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  3794. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  3795. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +3 -2
  3796. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
  3797. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/README.md +6 -0
  3798. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  3799. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  3800. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  3801. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  3802. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  3803. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  3804. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  3805. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  3806. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  3807. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
  3808. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  3809. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  3810. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  3811. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  3812. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  3813. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  3814. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  3815. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  3816. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  3817. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  3818. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  3819. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  3820. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  3821. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  3822. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  3823. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  3824. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  3825. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  3826. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  3827. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  3828. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  3829. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  3830. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  3831. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  3832. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  3833. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
  3834. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  3835. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  3836. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +2 -2
  3837. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  3838. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  3839. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +2 -2
  3840. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +2 -2
  3841. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +2 -2
  3842. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  3843. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  3844. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  3845. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  3846. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  3847. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +2 -2
  3848. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +4 -4
  3849. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  3850. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  3851. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  3852. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  3853. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  3854. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  3855. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  3856. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  3857. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  3858. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  3859. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  3860. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  3861. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  3862. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +8 -8
  3863. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  3864. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  3865. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  3866. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  3867. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/index.js +3 -0
  3868. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  3869. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  3870. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  3871. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  3872. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  3873. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  3874. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  3875. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  3876. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  3877. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  3878. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  3879. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  3880. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3881. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  3882. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  3883. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  3884. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  3885. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  3886. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  3887. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  3888. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  3889. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  3890. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  3891. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  3892. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  3893. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3894. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  3895. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  3896. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  3897. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  3898. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +1 -1
  3899. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +3 -3
  3900. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  3901. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  3902. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  3903. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  3904. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  3905. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  3906. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  3907. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  3908. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +3 -3
  3909. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +2 -2
  3910. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  3911. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  3912. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +3 -3
  3913. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  3914. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  3915. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  3916. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  3917. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  3918. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  3919. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  3920. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  3921. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  3922. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  3923. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  3924. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  3925. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  3926. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  3927. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  3928. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  3929. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  3930. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  3931. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +4 -4
  3932. package/node_modules/@aws-sdk/credential-providers/package.json +19 -19
  3933. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
  3934. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
  3935. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
  3936. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
  3937. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
  3938. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
  3939. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
  3940. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
  3941. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
  3942. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
  3943. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
  3944. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
  3945. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  3946. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  3947. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  3948. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  3949. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +2 -2
  3950. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/README.md +6 -0
  3951. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  3952. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  3953. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  3954. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  3955. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  3956. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  3957. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  3958. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  3959. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  3960. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +4 -4
  3961. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  3962. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  3963. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +2 -2
  3964. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  3965. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  3966. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +2 -2
  3967. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  3968. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  3969. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  3970. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  3971. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/index.js +3 -0
  3972. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  3973. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  3974. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  3975. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  3976. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  3977. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  3978. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  3979. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  3980. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  3981. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  3982. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  3983. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  3984. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3985. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  3986. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  3987. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  3988. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  3989. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  3990. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  3991. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  3992. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  3993. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  3994. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  3995. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  3996. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  3997. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  3998. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  3999. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4000. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4001. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4002. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +1 -1
  4003. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  4004. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  4005. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  4006. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  4007. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  4008. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +2 -2
  4009. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  4010. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  4011. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +2 -2
  4012. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4013. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4014. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4015. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4016. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/index.js +3 -0
  4017. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4018. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4019. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4020. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4021. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4022. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4023. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4024. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4025. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4026. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4027. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4028. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4029. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4030. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4031. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4032. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4033. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4034. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4035. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4036. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4037. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4038. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4039. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4040. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4041. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4042. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4043. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4044. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4045. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4046. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4047. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +1 -1
  4048. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  4049. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  4050. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  4051. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  4052. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  4053. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  4054. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  4055. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  4056. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  4057. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  4058. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  4059. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  4060. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  4061. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  4062. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  4063. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  4064. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  4065. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  4066. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  4067. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  4068. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  4069. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  4070. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  4071. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  4072. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  4073. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  4074. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  4075. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  4076. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  4077. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  4078. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  4079. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  4080. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  4081. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  4082. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  4083. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  4084. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  4085. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  4086. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  4087. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  4088. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  4089. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  4090. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  4091. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  4092. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  4093. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  4094. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  4095. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  4096. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  4097. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  4098. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  4099. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  4100. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  4101. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  4102. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  4103. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  4104. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  4105. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  4106. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  4107. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  4108. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  4109. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  4110. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  4111. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  4112. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  4113. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  4114. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  4115. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  4116. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  4117. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  4118. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  4119. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  4120. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  4121. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  4122. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  4123. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  4124. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  4125. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  4126. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  4127. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  4128. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  4129. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  4130. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +15 -11
  4131. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  4132. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  4133. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  4134. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  4135. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +2 -2
  4136. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +2 -2
  4137. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  4138. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  4139. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  4140. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  4141. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  4142. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  4143. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  4144. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  4145. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  4146. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  4147. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  4148. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  4149. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  4150. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  4151. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  4152. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  4153. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  4154. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  4155. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  4156. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  4157. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  4158. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  4159. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  4160. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  4161. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  4162. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  4163. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  4164. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  4165. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  4166. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  4167. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  4168. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  4169. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  4170. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  4171. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  4172. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  4173. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  4174. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  4175. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  4176. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  4177. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  4178. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  4179. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  4180. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  4181. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  4182. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  4183. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  4184. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  4185. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  4186. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  4187. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  4188. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  4189. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  4190. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  4191. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  4192. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  4193. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  4194. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  4195. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  4196. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  4197. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  4198. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  4199. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  4200. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  4201. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  4202. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  4203. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  4204. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  4205. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  4206. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  4207. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  4208. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  4209. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  4210. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  4211. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  4212. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  4213. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  4214. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  4215. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  4216. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  4217. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  4218. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  4219. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  4220. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  4221. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  4222. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  4223. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  4224. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  4225. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  4226. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  4227. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  4228. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  4229. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  4230. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  4231. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  4232. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  4233. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  4234. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  4235. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  4236. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  4237. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  4238. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  4239. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  4240. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  4241. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  4242. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  4243. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  4244. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  4245. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  4246. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  4247. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  4248. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  4249. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  4250. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +27 -15
  4251. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/schema.d.ts +7 -0
  4252. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/schema.js +6 -0
  4253. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  4254. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  4255. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  4256. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  4257. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  4258. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  4259. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  4260. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  4261. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  4262. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  4263. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  4264. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  4265. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  4266. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  4267. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  4268. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  4269. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  4270. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  4271. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  4272. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  4273. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  4274. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  4275. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  4276. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  4277. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  4278. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  4279. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  4280. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +3 -2
  4281. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +2 -2
  4282. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/README.md +6 -0
  4283. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  4284. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  4285. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  4286. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  4287. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  4288. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  4289. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  4290. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  4291. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  4292. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +4 -4
  4293. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  4294. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  4295. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  4296. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  4297. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  4298. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  4299. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  4300. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  4301. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  4302. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  4303. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  4304. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  4305. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  4306. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  4307. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  4308. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  4309. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  4310. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  4311. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  4312. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  4313. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  4314. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  4315. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  4316. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  4317. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  4318. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +5 -5
  4319. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  4320. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  4321. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +2 -2
  4322. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  4323. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  4324. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +2 -2
  4325. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +2 -2
  4326. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +2 -2
  4327. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +4 -4
  4328. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  4329. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  4330. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  4331. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  4332. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  4333. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  4334. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  4335. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  4336. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  4337. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  4338. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  4339. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  4340. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  4341. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +8 -8
  4342. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4343. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4344. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4345. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4346. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/index.js +3 -0
  4347. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4348. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4349. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4350. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4351. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4352. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4353. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4354. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4355. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4356. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4357. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4358. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4359. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4360. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4361. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4362. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4363. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4364. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4365. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4366. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4367. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4368. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4369. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4370. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4371. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4372. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4373. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4374. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4375. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4376. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4377. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +1 -1
  4378. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +3 -3
  4379. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +2 -2
  4380. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  4381. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  4382. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  4383. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  4384. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  4385. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  4386. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  4387. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  4388. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  4389. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  4390. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  4391. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  4392. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  4393. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  4394. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  4395. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  4396. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  4397. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  4398. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +4 -4
  4399. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  4400. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  4401. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  4402. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  4403. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  4404. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +2 -2
  4405. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4406. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4407. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4408. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4409. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/index.js +3 -0
  4410. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4411. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4412. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4413. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4414. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4415. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4416. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4417. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4418. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4419. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4420. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4421. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4422. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4423. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4424. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4425. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4426. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4427. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4428. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4429. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4430. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4431. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4432. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4433. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4434. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4435. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4436. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4437. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4438. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4439. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4440. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +1 -1
  4441. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  4442. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  4443. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  4444. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  4445. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  4446. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +2 -2
  4447. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4448. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4449. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4450. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4451. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/index.js +3 -0
  4452. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4453. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4454. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4455. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4456. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4457. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4458. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4459. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4460. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4461. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4462. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4463. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4464. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4465. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4466. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4467. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4468. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4469. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4470. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4471. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4472. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4473. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4474. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4475. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4476. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4477. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4478. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4479. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4480. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4481. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4482. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +1 -1
  4483. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  4484. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +9 -6
  4485. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +9 -6
  4486. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +9 -6
  4487. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +9 -6
  4488. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
  4489. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  4490. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  4491. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
  4492. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
  4493. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  4494. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
  4495. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  4496. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
  4497. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
  4498. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  4499. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
  4500. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
  4501. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
  4502. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  4503. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +10 -1
  4504. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1503 -19
  4505. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  4506. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  4507. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +7 -1
  4508. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  4509. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  4510. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  4511. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  4512. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  4513. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  4514. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  4515. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  4516. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  4517. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  4518. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  4519. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  4520. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  4521. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  4522. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  4523. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  4524. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  4525. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  4526. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  4527. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  4528. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  4529. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  4530. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  4531. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  4532. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  4533. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  4534. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  4535. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  4536. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  4537. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  4538. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  4539. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  4540. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  4541. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  4542. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  4543. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  4544. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  4545. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  4546. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  4547. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  4548. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  4549. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  4550. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  4551. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  4552. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  4553. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  4554. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  4555. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  4556. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  4557. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  4558. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  4559. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  4560. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  4561. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  4562. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  4563. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  4564. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  4565. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  4566. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  4567. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  4568. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  4569. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  4570. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  4571. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  4572. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  4573. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  4574. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  4575. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  4576. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  4577. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  4578. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  4579. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  4580. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  4581. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  4582. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  4583. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +15 -11
  4584. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  4585. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  4586. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  4587. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  4588. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  4589. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  4590. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  4591. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  4592. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  4593. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +2 -2
  4594. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  4595. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  4596. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  4597. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  4598. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  4599. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  4600. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  4601. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  4602. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  4603. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  4604. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  4605. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  4606. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/package.json +2 -2
  4607. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  4608. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  4609. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  4610. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  4611. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  4612. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  4613. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  4614. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  4615. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  4616. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  4617. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  4618. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  4619. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  4620. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  4621. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  4622. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  4623. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  4624. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  4625. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  4626. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  4627. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  4628. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  4629. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/package.json +4 -4
  4630. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +264 -7
  4631. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  4632. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  4633. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +714 -4
  4634. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  4635. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  4636. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  4637. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  4638. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  4639. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  4640. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  4641. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  4642. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  4643. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  4644. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  4645. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  4646. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  4647. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  4648. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  4649. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  4650. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  4651. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  4652. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  4653. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  4654. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  4655. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  4656. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  4657. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  4658. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  4659. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  4660. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  4661. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  4662. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  4663. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  4664. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  4665. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  4666. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  4667. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/index.js +7 -0
  4668. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  4669. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  4670. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  4671. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  4672. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  4673. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  4674. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  4675. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  4676. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  4677. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  4678. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  4679. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  4680. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  4681. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  4682. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  4683. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  4684. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  4685. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  4686. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  4687. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  4688. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  4689. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  4690. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  4691. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  4692. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  4693. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  4694. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  4695. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  4696. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  4697. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  4698. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  4699. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  4700. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  4701. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  4702. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  4703. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +7 -0
  4704. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  4705. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  4706. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  4707. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  4708. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  4709. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  4710. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  4711. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  4712. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  4713. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  4714. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  4715. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  4716. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  4717. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  4718. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  4719. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  4720. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  4721. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  4722. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  4723. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  4724. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  4725. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  4726. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  4727. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  4728. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  4729. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  4730. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  4731. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  4732. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  4733. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  4734. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  4735. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  4736. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  4737. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  4738. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  4739. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  4740. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +7 -0
  4741. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  4742. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  4743. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +27 -15
  4744. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/schema.d.ts +7 -0
  4745. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/schema.js +6 -0
  4746. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  4747. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  4748. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  4749. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  4750. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  4751. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  4752. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  4753. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  4754. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  4755. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  4756. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/package.json +2 -2
  4757. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/package.json +2 -2
  4758. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  4759. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/package.json +3 -3
  4760. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  4761. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  4762. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  4763. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  4764. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  4765. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  4766. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  4767. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  4768. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  4769. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  4770. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  4771. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  4772. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  4773. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +8 -8
  4774. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  4775. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  4776. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  4777. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  4778. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  4779. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  4780. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  4781. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  4782. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  4783. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/package.json +3 -2
  4784. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/package.json +2 -2
  4785. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/README.md +6 -0
  4786. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  4787. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  4788. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  4789. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  4790. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  4791. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  4792. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  4793. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  4794. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  4795. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/package.json +4 -4
  4796. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  4797. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  4798. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  4799. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  4800. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  4801. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  4802. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  4803. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  4804. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  4805. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  4806. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  4807. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  4808. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  4809. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  4810. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  4811. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  4812. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  4813. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  4814. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  4815. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  4816. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  4817. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  4818. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  4819. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  4820. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  4821. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +5 -5
  4822. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  4823. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  4824. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/package.json +2 -2
  4825. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  4826. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  4827. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/package.json +2 -2
  4828. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/package.json +2 -2
  4829. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/package.json +2 -2
  4830. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  4831. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  4832. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  4833. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  4834. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  4835. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +2 -2
  4836. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +4 -4
  4837. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -618
  4838. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  4839. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  4840. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  4841. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  4842. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  4843. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +4 -4
  4844. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  4845. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  4846. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  4847. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  4848. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +4 -4
  4849. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  4850. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +8 -8
  4851. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4852. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4853. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4854. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4855. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/index.js +3 -0
  4856. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4857. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4858. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4859. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4860. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4861. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4862. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4863. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4864. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4865. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4866. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4867. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4868. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4869. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4870. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4871. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4872. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4873. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4874. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4875. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4876. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4877. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4878. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4879. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4880. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4881. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4882. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4883. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4884. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4885. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4886. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/package.json +1 -1
  4887. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/package.json +3 -3
  4888. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  4889. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  4890. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  4891. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  4892. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  4893. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  4894. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  4895. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  4896. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/package.json +3 -3
  4897. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/package.json +2 -2
  4898. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  4899. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  4900. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +3 -3
  4901. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  4902. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  4903. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  4904. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  4905. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  4906. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  4907. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  4908. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  4909. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  4910. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  4911. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  4912. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  4913. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  4914. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  4915. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  4916. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  4917. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  4918. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  4919. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +4 -4
  4920. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  4921. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4922. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  4923. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  4924. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  4925. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/index.js +3 -0
  4926. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  4927. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  4928. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  4929. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  4930. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  4931. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  4932. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  4933. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  4934. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  4935. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  4936. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  4937. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  4938. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4939. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  4940. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  4941. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  4942. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  4943. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  4944. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  4945. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  4946. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  4947. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  4948. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  4949. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  4950. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  4951. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  4952. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  4953. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  4954. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  4955. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  4956. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +1 -1
  4957. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  4958. package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +11 -4
  4959. package/node_modules/@inquirer/checkbox/dist/esm/index.js +11 -4
  4960. package/node_modules/@inquirer/checkbox/package.json +7 -8
  4961. package/node_modules/@inquirer/confirm/package.json +6 -7
  4962. package/node_modules/@inquirer/core/dist/commonjs/lib/create-prompt.js +8 -1
  4963. package/node_modules/@inquirer/core/dist/commonjs/lib/hook-engine.d.ts +1 -1
  4964. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/use-pagination.d.ts +5 -4
  4965. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/use-pagination.js +117 -26
  4966. package/node_modules/@inquirer/core/dist/commonjs/lib/use-prefix.js +4 -5
  4967. package/node_modules/@inquirer/core/dist/commonjs/lib/use-state.js +5 -4
  4968. package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js +8 -1
  4969. package/node_modules/@inquirer/core/dist/esm/lib/hook-engine.d.ts +1 -1
  4970. package/node_modules/@inquirer/core/dist/esm/lib/pagination/use-pagination.d.ts +5 -4
  4971. package/node_modules/@inquirer/core/dist/esm/lib/pagination/use-pagination.js +118 -27
  4972. package/node_modules/@inquirer/core/dist/esm/lib/use-prefix.js +4 -5
  4973. package/node_modules/@inquirer/core/dist/esm/lib/use-state.js +5 -4
  4974. package/node_modules/@inquirer/core/package.json +7 -8
  4975. package/node_modules/@inquirer/editor/dist/commonjs/index.js +2 -4
  4976. package/node_modules/@inquirer/editor/dist/esm/index.js +2 -4
  4977. package/node_modules/@inquirer/editor/package.json +6 -7
  4978. package/node_modules/@inquirer/expand/package.json +6 -7
  4979. package/node_modules/@inquirer/figures/package.json +3 -4
  4980. package/node_modules/@inquirer/input/README.md +2 -1
  4981. package/node_modules/@inquirer/input/dist/commonjs/index.d.ts +1 -0
  4982. package/node_modules/@inquirer/input/dist/commonjs/index.js +9 -1
  4983. package/node_modules/@inquirer/input/dist/esm/index.d.ts +1 -0
  4984. package/node_modules/@inquirer/input/dist/esm/index.js +10 -2
  4985. package/node_modules/@inquirer/input/package.json +6 -7
  4986. package/node_modules/@inquirer/number/package.json +6 -7
  4987. package/node_modules/@inquirer/password/package.json +6 -7
  4988. package/node_modules/@inquirer/prompts/README.md +24 -1
  4989. package/node_modules/@inquirer/prompts/package.json +14 -15
  4990. package/node_modules/@inquirer/rawlist/package.json +6 -7
  4991. package/node_modules/@inquirer/search/package.json +7 -8
  4992. package/node_modules/@inquirer/select/dist/commonjs/index.js +12 -2
  4993. package/node_modules/@inquirer/select/dist/esm/index.js +12 -2
  4994. package/node_modules/@inquirer/select/package.json +7 -8
  4995. package/node_modules/@inquirer/type/package.json +3 -4
  4996. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
  4997. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +1 -1
  4998. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  4999. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5000. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5001. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5002. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/index.js +3 -0
  5003. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5004. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5005. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5006. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5007. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5008. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5009. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5010. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5011. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5012. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5013. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5014. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5015. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5016. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5017. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5018. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5019. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5020. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5021. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5022. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5023. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5024. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5025. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5026. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5027. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5028. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5029. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5030. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5031. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5032. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5033. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +1 -1
  5034. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  5035. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5036. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5037. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5038. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5039. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/index.js +3 -0
  5040. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5041. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5042. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5043. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5044. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5045. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5046. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5047. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5048. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5049. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5050. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5051. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5052. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5053. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5054. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5055. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5056. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5057. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5058. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5059. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5060. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5061. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5062. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5063. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5064. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5065. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5066. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5067. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5068. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5069. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5070. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +1 -1
  5071. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  5072. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5073. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5074. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5075. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5076. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/index.js +3 -0
  5077. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5078. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5079. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5080. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5081. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5082. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5083. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5084. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5085. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5086. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5087. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5088. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5089. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5090. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5091. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5092. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5093. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5094. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5095. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5096. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5097. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5098. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5099. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5100. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5101. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5102. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5103. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5104. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5105. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5106. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5107. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +1 -1
  5108. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  5109. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -1
  5110. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -1
  5111. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -1
  5112. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -1
  5113. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5114. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5115. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5116. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5117. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/index.js +3 -0
  5118. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5119. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5120. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5121. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5122. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5123. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5124. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5125. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5126. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5127. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5128. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5129. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5130. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5131. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5132. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5133. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5134. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5135. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5136. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5137. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5138. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5139. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5140. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5141. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5142. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5143. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5144. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5145. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5146. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5147. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5148. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +1 -1
  5149. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  5150. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5151. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5152. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5153. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5154. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/index.js +3 -0
  5155. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5156. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5157. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5158. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5159. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5160. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5161. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5162. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5163. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5164. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5165. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5166. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5167. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5168. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5169. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5170. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5171. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5172. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5173. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5174. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5175. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5176. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5177. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5178. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5179. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5180. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5181. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5182. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5183. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5184. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5185. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +1 -1
  5186. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  5187. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5188. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5189. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5190. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5191. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/index.js +3 -0
  5192. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5193. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5194. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5195. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5196. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5197. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5198. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5199. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5200. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5201. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5202. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5203. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5204. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5205. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5206. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5207. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5208. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5209. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5210. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5211. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5212. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5213. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5214. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5215. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5216. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5217. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5218. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5219. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5220. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5221. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5222. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +1 -1
  5223. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  5224. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +0 -3
  5225. package/node_modules/@smithy/hash-stream-node/dist-types/fileStreamHasher.d.ts +0 -1
  5226. package/node_modules/@smithy/hash-stream-node/dist-types/readableStreamHasher.d.ts +0 -1
  5227. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -1
  5228. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -1
  5229. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -1
  5230. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5231. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5232. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5233. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5234. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/index.js +3 -0
  5235. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5236. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5237. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5238. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5239. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5240. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5241. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5242. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5243. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5244. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5245. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5246. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5247. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5248. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5249. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5250. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5251. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5252. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5253. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5254. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5255. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5256. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5257. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5258. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5259. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5260. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5261. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5262. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5263. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5264. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5265. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +1 -1
  5266. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  5267. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5268. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5269. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5270. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5271. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/index.js +3 -0
  5272. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5273. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5274. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5275. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5276. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5277. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5278. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5279. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5280. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5281. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5282. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5283. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5284. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5285. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5286. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5287. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5288. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5289. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5290. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5291. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5292. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5293. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5294. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5295. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5296. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5297. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5298. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5299. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5300. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5301. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5302. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +1 -1
  5303. package/node_modules/@smithy/md5-js/package.json +2 -2
  5304. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5305. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5306. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5307. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5308. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/index.js +3 -0
  5309. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5310. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5311. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5312. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5313. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5314. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5315. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5316. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5317. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5318. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5319. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5320. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5321. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5322. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5323. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5324. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5325. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5326. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5327. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5328. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5329. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5330. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5331. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5332. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5333. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5334. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5335. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5336. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5337. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5338. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5339. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
  5340. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  5341. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  5342. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  5343. package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +2 -2
  5344. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  5345. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  5346. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  5347. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  5348. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/index.js +3 -0
  5349. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  5350. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  5351. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  5352. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  5353. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  5354. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  5355. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  5356. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  5357. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +261 -0
  5358. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  5359. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  5360. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  5361. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5362. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  5363. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  5364. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  5365. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  5366. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  5367. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  5368. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  5369. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  5370. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +276 -0
  5371. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  5372. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  5373. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  5374. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  5375. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  5376. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  5377. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  5378. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  5379. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
  5380. package/node_modules/@smithy/util-waiter/package.json +3 -3
  5381. package/node_modules/@types/node/README.md +2 -2
  5382. package/node_modules/@types/node/assert.d.ts +8 -6
  5383. package/node_modules/@types/node/async_hooks.d.ts +26 -6
  5384. package/node_modules/@types/node/buffer.d.ts +6 -2
  5385. package/node_modules/@types/node/child_process.d.ts +2 -2
  5386. package/node_modules/@types/node/cluster.d.ts +15 -15
  5387. package/node_modules/@types/node/console.d.ts +17 -17
  5388. package/node_modules/@types/node/crypto.d.ts +35 -28
  5389. package/node_modules/@types/node/dgram.d.ts +1 -1
  5390. package/node_modules/@types/node/diagnostics_channel.d.ts +18 -13
  5391. package/node_modules/@types/node/dns/promises.d.ts +36 -9
  5392. package/node_modules/@types/node/dns.d.ts +89 -36
  5393. package/node_modules/@types/node/dom-events.d.ts +60 -85
  5394. package/node_modules/@types/node/domain.d.ts +1 -1
  5395. package/node_modules/@types/node/events.d.ts +1 -2
  5396. package/node_modules/@types/node/fs/promises.d.ts +32 -11
  5397. package/node_modules/@types/node/fs.d.ts +84 -23
  5398. package/node_modules/@types/node/globals.d.ts +8 -12
  5399. package/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  5400. package/node_modules/@types/node/http.d.ts +69 -3
  5401. package/node_modules/@types/node/http2.d.ts +75 -4
  5402. package/node_modules/@types/node/https.d.ts +1 -1
  5403. package/node_modules/@types/node/index.d.ts +7 -5
  5404. package/node_modules/@types/node/inspector.d.ts +56 -7
  5405. package/node_modules/@types/node/module.d.ts +129 -32
  5406. package/node_modules/@types/node/net.d.ts +5 -8
  5407. package/node_modules/@types/node/os.d.ts +8 -7
  5408. package/node_modules/@types/node/package.json +18 -83
  5409. package/node_modules/@types/node/path.d.ts +1 -1
  5410. package/node_modules/@types/node/perf_hooks.d.ts +10 -10
  5411. package/node_modules/@types/node/process.d.ts +21 -11
  5412. package/node_modules/@types/node/punycode.d.ts +1 -1
  5413. package/node_modules/@types/node/querystring.d.ts +1 -1
  5414. package/node_modules/@types/node/readline/promises.d.ts +0 -1
  5415. package/node_modules/@types/node/readline.d.ts +13 -13
  5416. package/node_modules/@types/node/repl.d.ts +14 -16
  5417. package/node_modules/@types/node/sea.d.ts +1 -1
  5418. package/node_modules/@types/node/sqlite.d.ts +182 -2
  5419. package/node_modules/@types/node/stream/web.d.ts +4 -0
  5420. package/node_modules/@types/node/stream.d.ts +13 -18
  5421. package/node_modules/@types/node/string_decoder.d.ts +1 -1
  5422. package/node_modules/@types/node/test.d.ts +1909 -1974
  5423. package/node_modules/@types/node/timers/promises.d.ts +1 -1
  5424. package/node_modules/@types/node/timers.d.ts +1 -1
  5425. package/node_modules/@types/node/tls.d.ts +2 -48
  5426. package/node_modules/@types/node/trace_events.d.ts +6 -6
  5427. package/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  5428. package/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  5429. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  5430. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  5431. package/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  5432. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  5433. package/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  5434. package/node_modules/@types/node/tty.d.ts +1 -1
  5435. package/node_modules/@types/node/url.d.ts +61 -19
  5436. package/node_modules/@types/node/util.d.ts +17 -296
  5437. package/node_modules/@types/node/v8.d.ts +62 -32
  5438. package/node_modules/@types/node/vm.d.ts +73 -13
  5439. package/node_modules/@types/node/wasi.d.ts +1 -1
  5440. package/node_modules/@types/node/worker_threads.d.ts +55 -26
  5441. package/node_modules/@types/node/zlib.d.ts +5 -7
  5442. package/node_modules/commander/Readme.md +15 -5
  5443. package/node_modules/commander/lib/command.js +134 -18
  5444. package/node_modules/commander/lib/help.js +77 -39
  5445. package/node_modules/commander/lib/option.js +12 -0
  5446. package/node_modules/commander/package.json +4 -4
  5447. package/node_modules/commander/typings/index.d.ts +69 -1
  5448. package/node_modules/debug/package.json +2 -3
  5449. package/node_modules/debug/src/browser.js +1 -1
  5450. package/node_modules/debug/src/common.js +1 -1
  5451. package/node_modules/fast-xml-parser/CHANGELOG.md +10 -0
  5452. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  5453. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  5454. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  5455. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  5456. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  5457. package/node_modules/fast-xml-parser/package.json +1 -2
  5458. package/node_modules/fast-xml-parser/src/cli/cli.js +4 -0
  5459. package/node_modules/fast-xml-parser/src/fxp.d.ts +5 -5
  5460. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +32 -71
  5461. package/node_modules/inquirer/package.json +7 -8
  5462. package/node_modules/run-async/README.md +29 -25
  5463. package/node_modules/run-async/index.d.ts +5 -0
  5464. package/node_modules/run-async/index.js +26 -17
  5465. package/node_modules/run-async/package.json +14 -7
  5466. package/node_modules/undici-types/agent.d.ts +7 -7
  5467. package/node_modules/undici-types/api.d.ts +24 -24
  5468. package/node_modules/undici-types/balanced-pool.d.ts +11 -11
  5469. package/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  5470. package/node_modules/undici-types/client.d.ts +12 -13
  5471. package/node_modules/undici-types/cookies.d.ts +2 -0
  5472. package/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  5473. package/node_modules/undici-types/dispatcher.d.ts +117 -92
  5474. package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  5475. package/node_modules/undici-types/errors.d.ts +69 -47
  5476. package/node_modules/undici-types/fetch.d.ts +17 -16
  5477. package/node_modules/undici-types/formdata.d.ts +7 -7
  5478. package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  5479. package/node_modules/undici-types/global-origin.d.ts +5 -5
  5480. package/node_modules/undici-types/h2c-client.d.ts +75 -0
  5481. package/node_modules/undici-types/handlers.d.ts +7 -7
  5482. package/node_modules/undici-types/header.d.ts +157 -1
  5483. package/node_modules/undici-types/index.d.ts +51 -47
  5484. package/node_modules/undici-types/interceptors.d.ts +25 -8
  5485. package/node_modules/undici-types/mock-agent.d.ts +33 -18
  5486. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  5487. package/node_modules/undici-types/mock-client.d.ts +4 -4
  5488. package/node_modules/undici-types/mock-errors.d.ts +3 -3
  5489. package/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  5490. package/node_modules/undici-types/mock-pool.d.ts +4 -4
  5491. package/node_modules/undici-types/package.json +1 -1
  5492. package/node_modules/undici-types/patch.d.ts +0 -4
  5493. package/node_modules/undici-types/pool-stats.d.ts +8 -8
  5494. package/node_modules/undici-types/pool.d.ts +12 -12
  5495. package/node_modules/undici-types/proxy-agent.d.ts +4 -4
  5496. package/node_modules/undici-types/readable.d.ts +18 -15
  5497. package/node_modules/undici-types/retry-agent.d.ts +1 -1
  5498. package/node_modules/undici-types/retry-handler.d.ts +10 -10
  5499. package/node_modules/undici-types/util.d.ts +3 -3
  5500. package/node_modules/undici-types/utility.d.ts +7 -0
  5501. package/node_modules/undici-types/webidl.d.ts +44 -6
  5502. package/node_modules/undici-types/websocket.d.ts +35 -1
  5503. package/node_modules/yaml/browser/dist/compose/resolve-props.js +2 -4
  5504. package/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +1 -2
  5505. package/node_modules/yaml/browser/dist/doc/anchors.js +1 -2
  5506. package/node_modules/yaml/browser/dist/doc/createNode.js +1 -2
  5507. package/node_modules/yaml/browser/dist/nodes/Alias.js +24 -11
  5508. package/node_modules/yaml/browser/dist/nodes/YAMLMap.js +1 -1
  5509. package/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +1 -0
  5510. package/node_modules/yaml/browser/dist/schema/tags.js +3 -3
  5511. package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +1 -2
  5512. package/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +1 -1
  5513. package/node_modules/yaml/browser/dist/stringify/stringify.js +3 -4
  5514. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +3 -4
  5515. package/node_modules/yaml/dist/cli.d.ts +1 -1
  5516. package/node_modules/yaml/dist/cli.mjs +5 -3
  5517. package/node_modules/yaml/dist/compose/composer.js +1 -1
  5518. package/node_modules/yaml/dist/compose/resolve-props.js +2 -4
  5519. package/node_modules/yaml/dist/compose/util-empty-scalar-position.js +1 -2
  5520. package/node_modules/yaml/dist/doc/anchors.js +1 -2
  5521. package/node_modules/yaml/dist/doc/createNode.js +1 -2
  5522. package/node_modules/yaml/dist/log.js +1 -1
  5523. package/node_modules/yaml/dist/nodes/Alias.d.ts +1 -1
  5524. package/node_modules/yaml/dist/nodes/Alias.js +23 -10
  5525. package/node_modules/yaml/dist/nodes/addPairToJSMap.js +1 -0
  5526. package/node_modules/yaml/dist/nodes/toJS.d.ts +2 -0
  5527. package/node_modules/yaml/dist/parse/parser.js +1 -1
  5528. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +2 -3
  5529. package/node_modules/yaml/dist/stringify/stringify.js +3 -4
  5530. package/node_modules/yaml/dist/stringify/stringifyString.js +2 -3
  5531. package/node_modules/yaml/package.json +2 -2
  5532. package/package.json +28 -28
  5533. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5534. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5535. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5536. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/LICENSE +0 -21
  5537. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/README.md +0 -236
  5538. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/package.json +0 -74
  5539. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5540. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5541. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5542. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5543. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5544. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/util.js +0 -72
  5545. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5546. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5547. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5548. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5549. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5550. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5551. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5552. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5553. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5554. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5555. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5556. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5557. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5558. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5559. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5560. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5561. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5562. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5563. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5564. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5565. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5566. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5567. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5568. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5569. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/validator.js +0 -425
  5570. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5571. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5572. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5573. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5574. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5575. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5576. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5577. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5578. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5579. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/.vscode/launch.json +0 -25
  5580. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/CHANGELOG.md +0 -22
  5581. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/LICENSE +0 -21
  5582. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/README.md +0 -97
  5583. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/package.json +0 -30
  5584. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.js +0 -111
  5585. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.test.js +0 -165
  5586. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5587. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5588. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5589. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5590. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5591. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/LICENSE +0 -21
  5592. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/README.md +0 -236
  5593. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/package.json +0 -74
  5594. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5595. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5596. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5597. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5598. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5599. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/util.js +0 -72
  5600. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5601. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5602. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5603. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5604. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5605. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5606. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5607. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5608. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5609. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5610. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5611. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5612. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5613. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5614. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5615. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5616. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5617. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5618. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5619. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5620. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5621. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5622. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5623. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5624. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/validator.js +0 -425
  5625. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5626. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5627. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5628. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5629. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5630. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5631. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5632. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5633. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5634. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/.vscode/launch.json +0 -25
  5635. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/CHANGELOG.md +0 -22
  5636. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/LICENSE +0 -21
  5637. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/README.md +0 -97
  5638. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/package.json +0 -30
  5639. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.js +0 -111
  5640. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.test.js +0 -165
  5641. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5642. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5643. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5644. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5645. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5646. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5647. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5648. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5649. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5650. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/LICENSE +0 -21
  5651. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/README.md +0 -236
  5652. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/package.json +0 -74
  5653. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5654. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5655. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5656. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5657. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5658. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/util.js +0 -72
  5659. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5660. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5661. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5662. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5663. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5664. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5665. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5666. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5667. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5668. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5669. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5670. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5671. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5672. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5673. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5674. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5675. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5676. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5677. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5678. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5679. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5680. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5681. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5682. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5683. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/validator.js +0 -425
  5684. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5685. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5686. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5687. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5688. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5689. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5690. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5691. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5692. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5693. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/.vscode/launch.json +0 -25
  5694. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/CHANGELOG.md +0 -22
  5695. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/LICENSE +0 -21
  5696. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/README.md +0 -97
  5697. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/package.json +0 -30
  5698. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.js +0 -111
  5699. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.test.js +0 -165
  5700. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5701. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5702. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5703. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5704. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5705. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5706. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5707. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5708. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5709. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/LICENSE +0 -21
  5710. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/README.md +0 -236
  5711. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/package.json +0 -74
  5712. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5713. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5714. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5715. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5716. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5717. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/util.js +0 -72
  5718. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5719. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5720. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5721. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5722. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5723. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5724. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5725. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5726. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5727. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5728. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5729. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5730. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5731. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5732. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5733. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5734. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5735. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5736. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5737. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5738. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5739. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5740. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5741. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5742. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/validator.js +0 -425
  5743. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5744. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5745. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5746. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5747. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5748. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5749. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5750. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5751. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5752. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/.vscode/launch.json +0 -25
  5753. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/CHANGELOG.md +0 -22
  5754. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/LICENSE +0 -21
  5755. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/README.md +0 -97
  5756. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/package.json +0 -30
  5757. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.js +0 -111
  5758. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.test.js +0 -165
  5759. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5760. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5761. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5762. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5763. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5764. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5765. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5766. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5767. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5768. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/LICENSE +0 -21
  5769. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/README.md +0 -236
  5770. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/package.json +0 -74
  5771. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5772. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5773. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5774. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5775. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5776. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/util.js +0 -72
  5777. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5778. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5779. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5780. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5781. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5782. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5783. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5784. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5785. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5786. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5787. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5788. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5789. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5790. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5791. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5792. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5793. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5794. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5795. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5796. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5797. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5798. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5799. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5800. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5801. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/validator.js +0 -425
  5802. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5803. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5804. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5805. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5806. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5807. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5808. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5809. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5810. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5811. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/.vscode/launch.json +0 -25
  5812. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/CHANGELOG.md +0 -22
  5813. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/LICENSE +0 -21
  5814. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/README.md +0 -97
  5815. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/package.json +0 -30
  5816. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.js +0 -111
  5817. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.test.js +0 -165
  5818. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5819. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5820. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5821. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5822. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5823. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5824. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5825. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5826. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5827. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  5828. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/README.md +0 -236
  5829. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/package.json +0 -74
  5830. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5831. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5832. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5833. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5834. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5835. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/util.js +0 -72
  5836. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5837. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5838. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5839. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5840. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5841. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5842. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5843. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5844. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5845. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5846. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5847. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5848. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5849. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5850. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5851. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5852. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5853. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5854. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5855. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5856. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5857. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5858. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5859. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5860. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/validator.js +0 -425
  5861. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5862. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5863. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5864. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5865. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5866. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5867. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5868. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5869. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5870. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  5871. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/CHANGELOG.md +0 -22
  5872. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/LICENSE +0 -21
  5873. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/README.md +0 -97
  5874. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/package.json +0 -30
  5875. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.js +0 -111
  5876. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.test.js +0 -165
  5877. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5878. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5879. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5880. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5881. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5882. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5883. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5884. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5885. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5886. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/LICENSE +0 -21
  5887. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/README.md +0 -236
  5888. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/package.json +0 -74
  5889. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5890. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5891. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5892. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5893. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5894. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/util.js +0 -72
  5895. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5896. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5897. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5898. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5899. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5900. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5901. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5902. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5903. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5904. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5905. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5906. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5907. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5908. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5909. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5910. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5911. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5912. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5913. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5914. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5915. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5916. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5917. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5918. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5919. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/validator.js +0 -425
  5920. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5921. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5922. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5923. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5924. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5925. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5926. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5927. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5928. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5929. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/.vscode/launch.json +0 -25
  5930. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/CHANGELOG.md +0 -22
  5931. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/LICENSE +0 -21
  5932. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/README.md +0 -97
  5933. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/package.json +0 -30
  5934. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.js +0 -111
  5935. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.test.js +0 -165
  5936. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5937. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5938. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5939. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5940. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  5941. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  5942. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  5943. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  5944. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  5945. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/LICENSE +0 -21
  5946. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/README.md +0 -236
  5947. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/package.json +0 -74
  5948. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  5949. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  5950. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  5951. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  5952. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.js +0 -11
  5953. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/util.js +0 -72
  5954. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  5955. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  5956. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  5957. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  5958. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  5959. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  5960. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  5961. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  5962. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  5963. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  5964. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  5965. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  5966. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  5967. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  5968. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  5969. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  5970. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  5971. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  5972. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  5973. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  5974. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  5975. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  5976. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  5977. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  5978. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/validator.js +0 -425
  5979. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  5980. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  5981. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5982. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  5983. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  5984. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  5985. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  5986. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  5987. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  5988. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/.vscode/launch.json +0 -25
  5989. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/CHANGELOG.md +0 -22
  5990. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/LICENSE +0 -21
  5991. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/README.md +0 -97
  5992. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/package.json +0 -30
  5993. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.js +0 -111
  5994. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.test.js +0 -165
  5995. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  5996. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  5997. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  5998. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  5999. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  6000. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  6001. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  6002. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  6003. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  6004. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/LICENSE +0 -21
  6005. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/README.md +0 -236
  6006. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/package.json +0 -74
  6007. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  6008. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  6009. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  6010. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  6011. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.js +0 -11
  6012. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/util.js +0 -72
  6013. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  6014. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  6015. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  6016. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  6017. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  6018. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  6019. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  6020. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  6021. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  6022. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  6023. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  6024. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  6025. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  6026. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  6027. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  6028. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  6029. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  6030. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  6031. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  6032. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  6033. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  6034. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  6035. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  6036. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  6037. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/validator.js +0 -425
  6038. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  6039. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  6040. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  6041. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  6042. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  6043. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  6044. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  6045. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  6046. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  6047. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/.vscode/launch.json +0 -25
  6048. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/CHANGELOG.md +0 -22
  6049. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/LICENSE +0 -21
  6050. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/README.md +0 -97
  6051. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/package.json +0 -30
  6052. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.js +0 -111
  6053. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.test.js +0 -165
  6054. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  6055. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  6056. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  6057. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  6058. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  6059. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  6060. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -46
  6061. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -46
  6062. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  6063. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/LICENSE +0 -21
  6064. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/README.md +0 -236
  6065. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/package.json +0 -74
  6066. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  6067. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  6068. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  6069. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  6070. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.js +0 -11
  6071. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/util.js +0 -72
  6072. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  6073. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  6074. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  6075. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  6076. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  6077. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  6078. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  6079. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  6080. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  6081. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  6082. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  6083. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  6084. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  6085. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  6086. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  6087. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  6088. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  6089. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  6090. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  6091. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  6092. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  6093. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  6094. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  6095. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  6096. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/validator.js +0 -425
  6097. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  6098. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  6099. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  6100. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  6101. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  6102. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  6103. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  6104. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  6105. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  6106. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/.vscode/launch.json +0 -25
  6107. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/CHANGELOG.md +0 -22
  6108. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/LICENSE +0 -21
  6109. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/README.md +0 -97
  6110. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/package.json +0 -30
  6111. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.js +0 -111
  6112. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.test.js +0 -165
  6113. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/lines.d.ts +0 -26
  6114. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/lines.js +0 -62
  6115. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/position.d.ts +0 -20
  6116. package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/position.js +0 -31
  6117. package/node_modules/@inquirer/core/dist/esm/lib/pagination/lines.d.ts +0 -26
  6118. package/node_modules/@inquirer/core/dist/esm/lib/pagination/lines.js +0 -59
  6119. package/node_modules/@inquirer/core/dist/esm/lib/pagination/position.d.ts +0 -20
  6120. package/node_modules/@inquirer/core/dist/esm/lib/pagination/position.js +0 -27
  6121. package/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  6122. package/node_modules/@types/node/compatibility/index.d.ts +0 -9
  6123. package/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  6124. package/node_modules/undici-types/file.d.ts +0 -39
  6125. package/node_modules/undici-types/filereader.d.ts +0 -54
  6126. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6127. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6128. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6129. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6130. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6131. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6132. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6133. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6134. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6135. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6136. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6137. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6138. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6139. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6140. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6141. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6142. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6143. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6144. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6145. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6146. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6147. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6148. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6149. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6150. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6151. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6152. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6153. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6154. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6155. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6156. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6157. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6158. /package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6159. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js → client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6160. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6161. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6162. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6163. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6164. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6165. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6166. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6167. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6168. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6169. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6170. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6171. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6172. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6173. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6174. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6175. /package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6176. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js → client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6177. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6178. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6179. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6180. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6181. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6182. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6183. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6184. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6185. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6186. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6187. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6188. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6189. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6190. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6191. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6192. /package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6193. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/split-every.js → client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6194. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6195. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6196. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6197. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6198. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6199. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6200. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6201. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6202. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6203. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6204. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6205. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6206. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6207. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6208. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6209. /package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6210. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js → client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6211. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6212. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6213. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6214. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6215. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6216. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6217. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6218. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6219. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6220. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6221. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6222. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6223. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6224. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6225. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6226. /package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6227. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/split-header.js → client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6228. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6229. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6230. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6231. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6232. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6233. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6234. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6235. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6236. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6237. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6238. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6239. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6240. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6241. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6242. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6243. /package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6244. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js → client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6245. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6246. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6247. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6248. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6249. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6250. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6251. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6252. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6253. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6254. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6255. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6256. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6257. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6258. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6259. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6260. /package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6261. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js → credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6262. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6263. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6264. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6265. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6266. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6267. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6268. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6269. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6270. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6271. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6272. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6273. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6274. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6275. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6276. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6277. /package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6278. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js → middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  6279. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  6280. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  6281. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  6282. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  6283. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  6284. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  6285. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  6286. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  6287. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  6288. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  6289. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  6290. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  6291. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  6292. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  6293. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  6294. /package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  6295. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js → nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
@@ -1,18 +1,1310 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
- import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ChecksumType, CORSRule, ErrorDocument, Grant, IndexDocument, IntelligentTieringConfiguration, InventoryConfiguration, LifecycleRule, LoggingEnabled, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
3
+ import { AccelerateConfiguration, AccessControlPolicy, AnalyticsConfiguration, BucketCannedACL, BucketVersioningStatus, ChecksumAlgorithm, ChecksumType, CommonPrefix, CORSRule, EncodingType, ErrorDocument, Grant, IndexDocument, Initiator, IntelligentTieringConfiguration, InventoryConfiguration, InventoryConfigurationState, LifecycleRule, LoggingEnabled, MetadataTableEncryptionConfiguration, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, Owner, OwnershipControls, Payer, PublicAccessBlockConfiguration, RecordExpiration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RestoreStatus, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
4
4
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
5
5
  /**
6
- * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
7
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
8
- * Cross-Origin Resource Sharing</a> in the
9
- * <i>Amazon S3 User Guide</i>.</p>
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const ObjectStorageClass: {
10
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
11
+ readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
12
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
13
+ readonly GLACIER: "GLACIER";
14
+ readonly GLACIER_IR: "GLACIER_IR";
15
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
16
+ readonly ONEZONE_IA: "ONEZONE_IA";
17
+ readonly OUTPOSTS: "OUTPOSTS";
18
+ readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
19
+ readonly SNOW: "SNOW";
20
+ readonly STANDARD: "STANDARD";
21
+ readonly STANDARD_IA: "STANDARD_IA";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type ObjectStorageClass = (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
27
+ /**
28
+ * <p>An object consists of data and its descriptive metadata.</p>
29
+ * @public
30
+ */
31
+ export interface _Object {
32
+ /**
33
+ * <p>The name that you assign to an object. You use the object key to retrieve the object.</p>
34
+ * @public
35
+ */
36
+ Key?: string | undefined;
37
+ /**
38
+ * <p>Creation date of the object.</p>
39
+ * @public
40
+ */
41
+ LastModified?: Date | undefined;
42
+ /**
43
+ * <p>The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object,
44
+ * not its metadata. The ETag may or may not be an MD5 digest of the object data. Whether or not it is
45
+ * depends on how the object was created and how it is encrypted as described below:</p>
46
+ * <ul>
47
+ * <li>
48
+ * <p>Objects created by the PUT Object, POST Object, or Copy operation, or through the Amazon Web Services
49
+ * Management Console, and are encrypted by SSE-S3 or plaintext, have ETags that are an MD5 digest of
50
+ * their object data.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>Objects created by the PUT Object, POST Object, or Copy operation, or through the Amazon Web Services
54
+ * Management Console, and are encrypted by SSE-C or SSE-KMS, have ETags that are not an MD5 digest of
55
+ * their object data.</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>If an object is created by either the Multipart Upload or Part Copy operation, the ETag is not
59
+ * an MD5 digest, regardless of the method of encryption. If an object is larger than 16 MB, the Amazon Web Services
60
+ * Management Console will upload or copy that object as a Multipart Upload, and therefore the ETag
61
+ * will not be an MD5 digest.</p>
62
+ * </li>
63
+ * </ul>
64
+ * <note>
65
+ * <p>
66
+ * <b>Directory buckets</b> - MD5 is not supported by directory buckets.</p>
67
+ * </note>
68
+ * @public
69
+ */
70
+ ETag?: string | undefined;
71
+ /**
72
+ * <p>The algorithm that was used to create a checksum of the object.</p>
73
+ * @public
74
+ */
75
+ ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
76
+ /**
77
+ * <p>The checksum type that is used to calculate the object’s checksum value. For more information, see
78
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
79
+ * object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
80
+ * @public
81
+ */
82
+ ChecksumType?: ChecksumType | undefined;
83
+ /**
84
+ * <p>Size in bytes of the object</p>
85
+ * @public
86
+ */
87
+ Size?: number | undefined;
88
+ /**
89
+ * <p>The class of storage used to store the object.</p>
90
+ * <note>
91
+ * <p>
92
+ * <b>Directory buckets</b> -
93
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
94
+ * </note>
95
+ * @public
96
+ */
97
+ StorageClass?: ObjectStorageClass | undefined;
98
+ /**
99
+ * <p>The owner of the object</p>
100
+ * <note>
101
+ * <p>
102
+ * <b>Directory buckets</b> - The bucket owner is returned as the
103
+ * object owner.</p>
104
+ * </note>
105
+ * @public
106
+ */
107
+ Owner?: Owner | undefined;
108
+ /**
109
+ * <p>Specifies the restoration status of an object. Objects in certain storage classes must be restored
110
+ * before they can be retrieved. For more information about these storage classes and how to work with
111
+ * archived objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html">
112
+ * Working with archived objects</a> in the <i>Amazon S3 User Guide</i>.</p>
113
+ * <note>
114
+ * <p>This functionality is not supported for directory buckets. Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
115
+ * </note>
116
+ * @public
117
+ */
118
+ RestoreStatus?: RestoreStatus | undefined;
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface ListObjectsOutput {
124
+ /**
125
+ * <p>A flag that indicates whether Amazon S3 returned all of the results that satisfied the search
126
+ * criteria.</p>
127
+ * @public
128
+ */
129
+ IsTruncated?: boolean | undefined;
130
+ /**
131
+ * <p>Indicates where in the bucket listing begins. Marker is included in the response if it was sent with
132
+ * the request.</p>
133
+ * @public
134
+ */
135
+ Marker?: string | undefined;
136
+ /**
137
+ * <p>When the response is truncated (the <code>IsTruncated</code> element value in the response is
138
+ * <code>true</code>), you can use the key name in this field as the <code>marker</code> parameter in the
139
+ * subsequent request to get the next set of objects. Amazon S3 lists objects in alphabetical order. </p>
140
+ * <note>
141
+ * <p>This element is returned only if you have the <code>delimiter</code> request parameter specified.
142
+ * If the response does not include the <code>NextMarker</code> element and it is truncated, you can use
143
+ * the value of the last <code>Key</code> element in the response as the <code>marker</code> parameter in
144
+ * the subsequent request to get the next set of object keys.</p>
145
+ * </note>
146
+ * @public
147
+ */
148
+ NextMarker?: string | undefined;
149
+ /**
150
+ * <p>Metadata about each object returned.</p>
151
+ * @public
152
+ */
153
+ Contents?: _Object[] | undefined;
154
+ /**
155
+ * <p>The bucket name.</p>
156
+ * @public
157
+ */
158
+ Name?: string | undefined;
159
+ /**
160
+ * <p>Keys that begin with the indicated prefix.</p>
161
+ * @public
162
+ */
163
+ Prefix?: string | undefined;
164
+ /**
165
+ * <p>Causes keys that contain the same string between the prefix and the first occurrence of the
166
+ * delimiter to be rolled up into a single result element in the <code>CommonPrefixes</code> collection.
167
+ * These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only
168
+ * one return against the <code>MaxKeys</code> value.</p>
169
+ * @public
170
+ */
171
+ Delimiter?: string | undefined;
172
+ /**
173
+ * <p>The maximum number of keys returned in the response body.</p>
174
+ * @public
175
+ */
176
+ MaxKeys?: number | undefined;
177
+ /**
178
+ * <p>All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating
179
+ * the number of returns. </p>
180
+ * <p>A response can contain <code>CommonPrefixes</code> only if you specify a delimiter.</p>
181
+ * <p>
182
+ * <code>CommonPrefixes</code> contains all (if there are any) keys between <code>Prefix</code> and the
183
+ * next occurrence of the string specified by the delimiter.</p>
184
+ * <p>
185
+ * <code>CommonPrefixes</code> lists keys that act like subdirectories in the directory specified by
186
+ * <code>Prefix</code>.</p>
187
+ * <p>For example, if the prefix is <code>notes/</code> and the delimiter is a slash (<code>/</code>), as
188
+ * in <code>notes/summer/july</code>, the common prefix is <code>notes/summer/</code>. All of the keys that
189
+ * roll up into a common prefix count as a single return when calculating the number of returns.</p>
190
+ * @public
191
+ */
192
+ CommonPrefixes?: CommonPrefix[] | undefined;
193
+ /**
194
+ * <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
195
+ * encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
196
+ * can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
197
+ * aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
198
+ * response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
199
+ * naming guidelines</a>.</p>
200
+ * <note>
201
+ * <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
202
+ * be percent-encoded according to UTF-8 code values. For example, the object
203
+ * <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
204
+ * </note>
205
+ * @public
206
+ */
207
+ EncodingType?: EncodingType | undefined;
208
+ /**
209
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
210
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
211
+ * Storage Service user guide</i>.</p>
212
+ * <note>
213
+ * <p>This functionality is not supported for directory buckets.</p>
214
+ * </note>
215
+ * @public
216
+ */
217
+ RequestCharged?: RequestCharged | undefined;
218
+ }
219
+ /**
220
+ * @public
221
+ * @enum
222
+ */
223
+ export declare const OptionalObjectAttributes: {
224
+ readonly RESTORE_STATUS: "RestoreStatus";
225
+ };
226
+ /**
227
+ * @public
228
+ */
229
+ export type OptionalObjectAttributes = (typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
230
+ /**
231
+ * @public
232
+ */
233
+ export interface ListObjectsRequest {
234
+ /**
235
+ * <p>The name of the bucket containing the objects.</p>
236
+ * <p>
237
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
238
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
239
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
240
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
241
+ * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
242
+ * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
243
+ * <p>
244
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
245
+ * <note>
246
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
247
+ * </note>
248
+ * <p>
249
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
250
+ * form <code>
251
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
252
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
253
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
254
+ * @public
255
+ */
256
+ Bucket: string | undefined;
257
+ /**
258
+ * <p>A delimiter is a character that you use to group keys.</p>
259
+ * <p>
260
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
261
+ * the key-marker.</p>
262
+ * @public
263
+ */
264
+ Delimiter?: string | undefined;
265
+ /**
266
+ * <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
267
+ * encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
268
+ * can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
269
+ * aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
270
+ * response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
271
+ * naming guidelines</a>.</p>
272
+ * <note>
273
+ * <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
274
+ * be percent-encoded according to UTF-8 code values. For example, the object
275
+ * <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
276
+ * </note>
277
+ * @public
278
+ */
279
+ EncodingType?: EncodingType | undefined;
280
+ /**
281
+ * <p>Marker is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified
282
+ * key. Marker can be any key in the bucket.</p>
283
+ * @public
284
+ */
285
+ Marker?: string | undefined;
286
+ /**
287
+ * <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
288
+ * key names. The response might contain fewer keys but will never contain more. </p>
289
+ * @public
290
+ */
291
+ MaxKeys?: number | undefined;
292
+ /**
293
+ * <p>Limits the response to keys that begin with the specified prefix.</p>
294
+ * @public
295
+ */
296
+ Prefix?: string | undefined;
297
+ /**
298
+ * <p>Confirms that the requester knows that she or he will be charged for the list objects request.
299
+ * Bucket owners need not specify this parameter in their requests.</p>
300
+ * @public
301
+ */
302
+ RequestPayer?: RequestPayer | undefined;
303
+ /**
304
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
305
+ * @public
306
+ */
307
+ ExpectedBucketOwner?: string | undefined;
308
+ /**
309
+ * <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
310
+ * are not returned.</p>
311
+ * @public
312
+ */
313
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface ListObjectsV2Output {
319
+ /**
320
+ * <p>Set to <code>false</code> if all of the results were returned. Set to <code>true</code> if more keys
321
+ * are available to return. If the number of results exceeds that specified by <code>MaxKeys</code>, all of
322
+ * the results might not be returned.</p>
323
+ * @public
324
+ */
325
+ IsTruncated?: boolean | undefined;
326
+ /**
327
+ * <p>Metadata about each object returned.</p>
328
+ * @public
329
+ */
330
+ Contents?: _Object[] | undefined;
331
+ /**
332
+ * <p>The bucket name.</p>
333
+ * @public
334
+ */
335
+ Name?: string | undefined;
336
+ /**
337
+ * <p>Keys that begin with the indicated prefix.</p>
338
+ * <note>
339
+ * <p>
340
+ * <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
341
+ * </note>
342
+ * @public
343
+ */
344
+ Prefix?: string | undefined;
345
+ /**
346
+ * <p>Causes keys that contain the same string between the <code>prefix</code> and the first occurrence of
347
+ * the delimiter to be rolled up into a single result element in the <code>CommonPrefixes</code>
348
+ * collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result
349
+ * counts as only one return against the <code>MaxKeys</code> value.</p>
350
+ * <note>
351
+ * <p>
352
+ * <b>Directory buckets</b> - For directory buckets, <code>/</code> is the only supported delimiter.</p>
353
+ * </note>
354
+ * @public
355
+ */
356
+ Delimiter?: string | undefined;
357
+ /**
358
+ * <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
359
+ * key names. The response might contain fewer keys but will never contain more.</p>
360
+ * @public
361
+ */
362
+ MaxKeys?: number | undefined;
363
+ /**
364
+ * <p>All of the keys (up to 1,000) that share the same prefix are grouped together. When counting the
365
+ * total numbers of returns by this API operation, this group of keys is considered as one item.</p>
366
+ * <p>A response can contain <code>CommonPrefixes</code> only if you specify a delimiter.</p>
367
+ * <p>
368
+ * <code>CommonPrefixes</code> contains all (if there are any) keys between <code>Prefix</code> and the
369
+ * next occurrence of the string specified by a delimiter.</p>
370
+ * <p>
371
+ * <code>CommonPrefixes</code> lists keys that act like subdirectories in the directory specified by
372
+ * <code>Prefix</code>.</p>
373
+ * <p>For example, if the prefix is <code>notes/</code> and the delimiter is a slash (<code>/</code>) as
374
+ * in <code>notes/summer/july</code>, the common prefix is <code>notes/summer/</code>. All of the keys that
375
+ * roll up into a common prefix count as a single return when calculating the number of returns. </p>
376
+ * <note>
377
+ * <ul>
378
+ * <li>
379
+ * <p>
380
+ * <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
381
+ * </li>
382
+ * <li>
383
+ * <p>
384
+ * <b>Directory buckets </b> - When you query
385
+ * <code>ListObjectsV2</code> with a delimiter during in-progress multipart uploads, the
386
+ * <code>CommonPrefixes</code> response parameter contains the prefixes that are associated with
387
+ * the in-progress multipart uploads. For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload
388
+ * Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
389
+ * </li>
390
+ * </ul>
391
+ * </note>
392
+ * @public
393
+ */
394
+ CommonPrefixes?: CommonPrefix[] | undefined;
395
+ /**
396
+ * <p>Encoding type used by Amazon S3 to encode object key names in the XML response.</p>
397
+ * <p>If you specify the <code>encoding-type</code> request parameter, Amazon S3 includes this element in the
398
+ * response, and returns encoded key name values in the following response elements:</p>
399
+ * <p>
400
+ * <code>Delimiter, Prefix, Key,</code> and <code>StartAfter</code>.</p>
401
+ * @public
402
+ */
403
+ EncodingType?: EncodingType | undefined;
404
+ /**
405
+ * <p>
406
+ * <code>KeyCount</code> is the number of keys returned with this request. <code>KeyCount</code> will
407
+ * always be less than or equal to the <code>MaxKeys</code> field. For example, if you ask for 50 keys,
408
+ * your result will include 50 keys or fewer.</p>
409
+ * @public
410
+ */
411
+ KeyCount?: number | undefined;
412
+ /**
413
+ * <p> If <code>ContinuationToken</code> was sent with the request, it is included in the response. You
414
+ * can use the returned <code>ContinuationToken</code> for pagination of the list response.</p>
415
+ * @public
416
+ */
417
+ ContinuationToken?: string | undefined;
418
+ /**
419
+ * <p>
420
+ * <code>NextContinuationToken</code> is sent when <code>isTruncated</code> is true, which means there
421
+ * are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with
422
+ * this <code>NextContinuationToken</code>. <code>NextContinuationToken</code> is obfuscated and is not a
423
+ * real key</p>
424
+ * @public
425
+ */
426
+ NextContinuationToken?: string | undefined;
427
+ /**
428
+ * <p>If StartAfter was sent with the request, it is included in the response.</p>
429
+ * <note>
430
+ * <p>This functionality is not supported for directory buckets.</p>
431
+ * </note>
432
+ * @public
433
+ */
434
+ StartAfter?: string | undefined;
435
+ /**
436
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
437
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
438
+ * Storage Service user guide</i>.</p>
439
+ * <note>
440
+ * <p>This functionality is not supported for directory buckets.</p>
441
+ * </note>
442
+ * @public
443
+ */
444
+ RequestCharged?: RequestCharged | undefined;
445
+ }
446
+ /**
447
+ * @public
448
+ */
449
+ export interface ListObjectsV2Request {
450
+ /**
451
+ * <p>
452
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
453
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
454
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
455
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
456
+ * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
457
+ * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
458
+ * <p>
459
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
460
+ * <note>
461
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
462
+ * </note>
463
+ * <p>
464
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
465
+ * form <code>
466
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
467
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
468
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
469
+ * @public
470
+ */
471
+ Bucket: string | undefined;
472
+ /**
473
+ * <p>A delimiter is a character that you use to group keys.</p>
474
+ * <p>
475
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
476
+ * the <code>StartAfter</code> value.</p>
477
+ * <note>
478
+ * <ul>
479
+ * <li>
480
+ * <p>
481
+ * <b>Directory buckets</b> - For directory buckets, <code>/</code> is the only supported delimiter.</p>
482
+ * </li>
483
+ * <li>
484
+ * <p>
485
+ * <b>Directory buckets </b> - When you query
486
+ * <code>ListObjectsV2</code> with a delimiter during in-progress multipart uploads, the
487
+ * <code>CommonPrefixes</code> response parameter contains the prefixes that are associated with
488
+ * the in-progress multipart uploads. For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload
489
+ * Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
490
+ * </li>
491
+ * </ul>
492
+ * </note>
493
+ * @public
494
+ */
495
+ Delimiter?: string | undefined;
496
+ /**
497
+ * <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
498
+ * encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
499
+ * can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
500
+ * aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
501
+ * response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
502
+ * naming guidelines</a>.</p>
503
+ * <note>
504
+ * <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
505
+ * be percent-encoded according to UTF-8 code values. For example, the object
506
+ * <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
507
+ * </note>
508
+ * @public
509
+ */
510
+ EncodingType?: EncodingType | undefined;
511
+ /**
512
+ * <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
513
+ * key names. The response might contain fewer keys but will never contain more.</p>
514
+ * @public
515
+ */
516
+ MaxKeys?: number | undefined;
517
+ /**
518
+ * <p>Limits the response to keys that begin with the specified prefix.</p>
519
+ * <note>
520
+ * <p>
521
+ * <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
522
+ * </note>
523
+ * @public
524
+ */
525
+ Prefix?: string | undefined;
526
+ /**
527
+ * <p>
528
+ * <code>ContinuationToken</code> indicates to Amazon S3 that the list is being continued on this bucket
529
+ * with a token. <code>ContinuationToken</code> is obfuscated and is not a real key. You can use this
530
+ * <code>ContinuationToken</code> for pagination of the list results. </p>
531
+ * @public
532
+ */
533
+ ContinuationToken?: string | undefined;
534
+ /**
535
+ * <p>The owner field is not present in <code>ListObjectsV2</code> by default. If you want to return the
536
+ * owner field with each key in the result, then set the <code>FetchOwner</code> field to
537
+ * <code>true</code>.</p>
538
+ * <note>
539
+ * <p>
540
+ * <b>Directory buckets</b> - For directory buckets, the bucket
541
+ * owner is returned as the object owner for all objects.</p>
542
+ * </note>
543
+ * @public
544
+ */
545
+ FetchOwner?: boolean | undefined;
546
+ /**
547
+ * <p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified
548
+ * key. StartAfter can be any key in the bucket.</p>
549
+ * <note>
550
+ * <p>This functionality is not supported for directory buckets.</p>
551
+ * </note>
552
+ * @public
553
+ */
554
+ StartAfter?: string | undefined;
555
+ /**
556
+ * <p>Confirms that the requester knows that she or he will be charged for the list objects request in V2
557
+ * style. Bucket owners need not specify this parameter in their requests.</p>
558
+ * <note>
559
+ * <p>This functionality is not supported for directory buckets.</p>
560
+ * </note>
561
+ * @public
562
+ */
563
+ RequestPayer?: RequestPayer | undefined;
564
+ /**
565
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
566
+ * @public
567
+ */
568
+ ExpectedBucketOwner?: string | undefined;
569
+ /**
570
+ * <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
571
+ * are not returned.</p>
572
+ * <note>
573
+ * <p>This functionality is not supported for directory buckets.</p>
574
+ * </note>
575
+ * @public
576
+ */
577
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
578
+ }
579
+ /**
580
+ * <p>Information about the delete marker.</p>
581
+ * @public
582
+ */
583
+ export interface DeleteMarkerEntry {
584
+ /**
585
+ * <p>The account that created the delete marker. </p>
586
+ * @public
587
+ */
588
+ Owner?: Owner | undefined;
589
+ /**
590
+ * <p>The object key.</p>
591
+ * @public
592
+ */
593
+ Key?: string | undefined;
594
+ /**
595
+ * <p>Version ID of an object.</p>
596
+ * @public
597
+ */
598
+ VersionId?: string | undefined;
599
+ /**
600
+ * <p>Specifies whether the object is (true) or is not (false) the latest version of an object. </p>
601
+ * @public
602
+ */
603
+ IsLatest?: boolean | undefined;
604
+ /**
605
+ * <p>Date and time when the object was last modified.</p>
606
+ * @public
607
+ */
608
+ LastModified?: Date | undefined;
609
+ }
610
+ /**
611
+ * @public
612
+ * @enum
613
+ */
614
+ export declare const ObjectVersionStorageClass: {
615
+ readonly STANDARD: "STANDARD";
616
+ };
617
+ /**
618
+ * @public
619
+ */
620
+ export type ObjectVersionStorageClass = (typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
621
+ /**
622
+ * <p>The version of an object.</p>
623
+ * @public
624
+ */
625
+ export interface ObjectVersion {
626
+ /**
627
+ * <p>The entity tag is an MD5 hash of that version of the object.</p>
628
+ * @public
629
+ */
630
+ ETag?: string | undefined;
631
+ /**
632
+ * <p>The algorithm that was used to create a checksum of the object.</p>
633
+ * @public
634
+ */
635
+ ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
636
+ /**
637
+ * <p>The checksum type that is used to calculate the object’s checksum value. For more information, see
638
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
639
+ * object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
640
+ * @public
641
+ */
642
+ ChecksumType?: ChecksumType | undefined;
643
+ /**
644
+ * <p>Size in bytes of the object.</p>
645
+ * @public
646
+ */
647
+ Size?: number | undefined;
648
+ /**
649
+ * <p>The class of storage used to store the object.</p>
650
+ * @public
651
+ */
652
+ StorageClass?: ObjectVersionStorageClass | undefined;
653
+ /**
654
+ * <p>The object key.</p>
655
+ * @public
656
+ */
657
+ Key?: string | undefined;
658
+ /**
659
+ * <p>Version ID of an object.</p>
660
+ * @public
661
+ */
662
+ VersionId?: string | undefined;
663
+ /**
664
+ * <p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>
665
+ * @public
666
+ */
667
+ IsLatest?: boolean | undefined;
668
+ /**
669
+ * <p>Date and time when the object was last modified.</p>
670
+ * @public
671
+ */
672
+ LastModified?: Date | undefined;
673
+ /**
674
+ * <p>Specifies the owner of the object.</p>
675
+ * @public
676
+ */
677
+ Owner?: Owner | undefined;
678
+ /**
679
+ * <p>Specifies the restoration status of an object. Objects in certain storage classes must be restored
680
+ * before they can be retrieved. For more information about these storage classes and how to work with
681
+ * archived objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html">
682
+ * Working with archived objects</a> in the <i>Amazon S3 User Guide</i>.</p>
683
+ * @public
684
+ */
685
+ RestoreStatus?: RestoreStatus | undefined;
686
+ }
687
+ /**
688
+ * @public
689
+ */
690
+ export interface ListObjectVersionsOutput {
691
+ /**
692
+ * <p>A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
693
+ * If your results were truncated, you can make a follow-up paginated request by using the
694
+ * <code>NextKeyMarker</code> and <code>NextVersionIdMarker</code> response parameters as a starting
695
+ * place in another request to return the rest of the results.</p>
696
+ * @public
697
+ */
698
+ IsTruncated?: boolean | undefined;
699
+ /**
700
+ * <p>Marks the last key returned in a truncated response.</p>
701
+ * @public
702
+ */
703
+ KeyMarker?: string | undefined;
704
+ /**
705
+ * <p>Marks the last version of the key returned in a truncated response.</p>
706
+ * @public
707
+ */
708
+ VersionIdMarker?: string | undefined;
709
+ /**
710
+ * <p>When the number of responses exceeds the value of <code>MaxKeys</code>, <code>NextKeyMarker</code>
711
+ * specifies the first key not returned that satisfies the search criteria. Use this value for the
712
+ * key-marker request parameter in a subsequent request.</p>
713
+ * @public
714
+ */
715
+ NextKeyMarker?: string | undefined;
716
+ /**
717
+ * <p>When the number of responses exceeds the value of <code>MaxKeys</code>,
718
+ * <code>NextVersionIdMarker</code> specifies the first object version not returned that satisfies the
719
+ * search criteria. Use this value for the <code>version-id-marker</code> request parameter in a subsequent
720
+ * request.</p>
721
+ * @public
722
+ */
723
+ NextVersionIdMarker?: string | undefined;
724
+ /**
725
+ * <p>Container for version information.</p>
726
+ * @public
727
+ */
728
+ Versions?: ObjectVersion[] | undefined;
729
+ /**
730
+ * <p>Container for an object that is a delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete
731
+ * markers</a>.</p>
732
+ * @public
733
+ */
734
+ DeleteMarkers?: DeleteMarkerEntry[] | undefined;
735
+ /**
736
+ * <p>The bucket name.</p>
737
+ * @public
738
+ */
739
+ Name?: string | undefined;
740
+ /**
741
+ * <p>Selects objects that start with the value supplied by this parameter.</p>
742
+ * @public
743
+ */
744
+ Prefix?: string | undefined;
745
+ /**
746
+ * <p>The delimiter grouping the included keys. A delimiter is a character that you specify to group keys.
747
+ * All keys that contain the same string between the prefix and the first occurrence of the delimiter are
748
+ * grouped under a single result element in <code>CommonPrefixes</code>. These groups are counted as one
749
+ * result against the <code>max-keys</code> limitation. These keys are not returned elsewhere in the
750
+ * response.</p>
751
+ * @public
752
+ */
753
+ Delimiter?: string | undefined;
754
+ /**
755
+ * <p>Specifies the maximum number of objects to return.</p>
756
+ * @public
757
+ */
758
+ MaxKeys?: number | undefined;
759
+ /**
760
+ * <p>All of the keys rolled up into a common prefix count as a single return when calculating the number
761
+ * of returns.</p>
762
+ * @public
763
+ */
764
+ CommonPrefixes?: CommonPrefix[] | undefined;
765
+ /**
766
+ * <p> Encoding type used by Amazon S3 to encode object key names in the XML response.</p>
767
+ * <p>If you specify the <code>encoding-type</code> request parameter, Amazon S3 includes this element in the
768
+ * response, and returns encoded key name values in the following response elements:</p>
769
+ * <p>
770
+ * <code>KeyMarker, NextKeyMarker, Prefix, Key</code>, and <code>Delimiter</code>.</p>
771
+ * @public
772
+ */
773
+ EncodingType?: EncodingType | undefined;
774
+ /**
775
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
776
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
777
+ * Storage Service user guide</i>.</p>
778
+ * <note>
779
+ * <p>This functionality is not supported for directory buckets.</p>
780
+ * </note>
781
+ * @public
782
+ */
783
+ RequestCharged?: RequestCharged | undefined;
784
+ }
785
+ /**
786
+ * @public
787
+ */
788
+ export interface ListObjectVersionsRequest {
789
+ /**
790
+ * <p>The bucket name that contains the objects. </p>
791
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
792
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
793
+ * @public
794
+ */
795
+ Bucket: string | undefined;
796
+ /**
797
+ * <p>A delimiter is a character that you specify to group keys. All keys that contain the same string
798
+ * between the <code>prefix</code> and the first occurrence of the delimiter are grouped under a single
799
+ * result element in <code>CommonPrefixes</code>. These groups are counted as one result against the
800
+ * <code>max-keys</code> limitation. These keys are not returned elsewhere in the response.</p>
801
+ * <p>
802
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
803
+ * the key-marker.</p>
804
+ * @public
805
+ */
806
+ Delimiter?: string | undefined;
807
+ /**
808
+ * <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
809
+ * encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
810
+ * can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
811
+ * aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
812
+ * response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
813
+ * naming guidelines</a>.</p>
814
+ * <note>
815
+ * <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
816
+ * be percent-encoded according to UTF-8 code values. For example, the object
817
+ * <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
818
+ * </note>
819
+ * @public
820
+ */
821
+ EncodingType?: EncodingType | undefined;
822
+ /**
823
+ * <p>Specifies the key to start with when listing objects in a bucket.</p>
824
+ * @public
825
+ */
826
+ KeyMarker?: string | undefined;
827
+ /**
828
+ * <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
829
+ * key names. The response might contain fewer keys but will never contain more. If additional keys satisfy
830
+ * the search criteria, but were not returned because <code>max-keys</code> was exceeded, the response
831
+ * contains <code><isTruncated>true</isTruncated></code>. To return the additional keys, see
832
+ * <code>key-marker</code> and <code>version-id-marker</code>.</p>
833
+ * @public
834
+ */
835
+ MaxKeys?: number | undefined;
836
+ /**
837
+ * <p>Use this parameter to select only those keys that begin with the specified prefix. You can use
838
+ * prefixes to separate a bucket into different groupings of keys. (You can think of using
839
+ * <code>prefix</code> to make groups in the same way that you'd use a folder in a file system.) You can
840
+ * use <code>prefix</code> with <code>delimiter</code> to roll up numerous objects into a single result
841
+ * under <code>CommonPrefixes</code>. </p>
842
+ * @public
843
+ */
844
+ Prefix?: string | undefined;
845
+ /**
846
+ * <p>Specifies the object version you want to start listing from.</p>
847
+ * @public
848
+ */
849
+ VersionIdMarker?: string | undefined;
850
+ /**
851
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
852
+ * @public
853
+ */
854
+ ExpectedBucketOwner?: string | undefined;
855
+ /**
856
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
857
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
858
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
859
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
860
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
861
+ * <note>
862
+ * <p>This functionality is not supported for directory buckets.</p>
863
+ * </note>
864
+ * @public
865
+ */
866
+ RequestPayer?: RequestPayer | undefined;
867
+ /**
868
+ * <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
869
+ * are not returned.</p>
870
+ * @public
871
+ */
872
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
873
+ }
874
+ /**
875
+ * <p>Container for elements related to a part.</p>
876
+ * @public
877
+ */
878
+ export interface Part {
879
+ /**
880
+ * <p>Part number identifying the part. This is a positive integer between 1 and 10,000.</p>
881
+ * @public
882
+ */
883
+ PartNumber?: number | undefined;
884
+ /**
885
+ * <p>Date and time at which the part was uploaded.</p>
886
+ * @public
887
+ */
888
+ LastModified?: Date | undefined;
889
+ /**
890
+ * <p>Entity tag returned when the part was uploaded.</p>
891
+ * @public
892
+ */
893
+ ETag?: string | undefined;
894
+ /**
895
+ * <p>Size in bytes of the uploaded part data.</p>
896
+ * @public
897
+ */
898
+ Size?: number | undefined;
899
+ /**
900
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present if the
901
+ * object was uploaded with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
902
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
903
+ * @public
904
+ */
905
+ ChecksumCRC32?: string | undefined;
906
+ /**
907
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present if the
908
+ * object was uploaded with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
909
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
910
+ * @public
911
+ */
912
+ ChecksumCRC32C?: string | undefined;
913
+ /**
914
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present if
915
+ * the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the
916
+ * object was uploaded without a checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to
917
+ * the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
918
+ * the <i>Amazon S3 User Guide</i>.</p>
919
+ * @public
920
+ */
921
+ ChecksumCRC64NVME?: string | undefined;
922
+ /**
923
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present if the
924
+ * object was uploaded with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
925
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
926
+ * @public
927
+ */
928
+ ChecksumSHA1?: string | undefined;
929
+ /**
930
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present if
931
+ * the object was uploaded with the <code>SHA256</code> checksum algorithm. For more information, see
932
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
933
+ * object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
934
+ * @public
935
+ */
936
+ ChecksumSHA256?: string | undefined;
937
+ }
938
+ /**
939
+ * @public
940
+ */
941
+ export interface ListPartsOutput {
942
+ /**
943
+ * <p>If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads
944
+ * and the prefix in the lifecycle rule matches the object name in the request, then the response includes
945
+ * this header indicating when the initiated multipart upload will become eligible for abort operation. For
946
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">Aborting
947
+ * Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration</a>.</p>
948
+ * <p>The response will also include the <code>x-amz-abort-rule-id</code> header that will provide the ID
949
+ * of the lifecycle configuration rule that defines this action.</p>
950
+ * <note>
951
+ * <p>This functionality is not supported for directory buckets.</p>
952
+ * </note>
953
+ * @public
954
+ */
955
+ AbortDate?: Date | undefined;
956
+ /**
957
+ * <p>This header is returned along with the <code>x-amz-abort-date</code> header. It identifies
958
+ * applicable lifecycle configuration rule that defines the action to abort incomplete multipart
959
+ * uploads.</p>
960
+ * <note>
961
+ * <p>This functionality is not supported for directory buckets.</p>
962
+ * </note>
963
+ * @public
964
+ */
965
+ AbortRuleId?: string | undefined;
966
+ /**
967
+ * <p>The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or
968
+ * access point alias if used.</p>
969
+ * @public
970
+ */
971
+ Bucket?: string | undefined;
972
+ /**
973
+ * <p>Object key for which the multipart upload was initiated.</p>
974
+ * @public
975
+ */
976
+ Key?: string | undefined;
977
+ /**
978
+ * <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
979
+ * @public
980
+ */
981
+ UploadId?: string | undefined;
982
+ /**
983
+ * <p>Specifies the part after which listing should begin. Only parts with higher part numbers will be
984
+ * listed.</p>
985
+ * @public
986
+ */
987
+ PartNumberMarker?: string | undefined;
988
+ /**
989
+ * <p>When a list is truncated, this element specifies the last part in the list, as well as the value to
990
+ * use for the <code>part-number-marker</code> request parameter in a subsequent request.</p>
991
+ * @public
992
+ */
993
+ NextPartNumberMarker?: string | undefined;
994
+ /**
995
+ * <p>Maximum number of parts that were allowed in the response.</p>
996
+ * @public
997
+ */
998
+ MaxParts?: number | undefined;
999
+ /**
1000
+ * <p> Indicates whether the returned list of parts is truncated. A true value indicates that the list was
1001
+ * truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts
1002
+ * element.</p>
1003
+ * @public
1004
+ */
1005
+ IsTruncated?: boolean | undefined;
1006
+ /**
1007
+ * <p>Container for elements related to a particular part. A response can contain zero or more
1008
+ * <code>Part</code> elements.</p>
1009
+ * @public
1010
+ */
1011
+ Parts?: Part[] | undefined;
1012
+ /**
1013
+ * <p>Container element that identifies who initiated the multipart upload. If the initiator is an
1014
+ * Amazon Web Services account, this element provides the same information as the <code>Owner</code> element. If the
1015
+ * initiator is an IAM User, this element provides the user ARN and display name.</p>
1016
+ * @public
1017
+ */
1018
+ Initiator?: Initiator | undefined;
1019
+ /**
1020
+ * <p>Container element that identifies the object owner, after the object is created. If multipart upload
1021
+ * is initiated by an IAM user, this element provides the parent account ID and display name.</p>
1022
+ * <note>
1023
+ * <p>
1024
+ * <b>Directory buckets</b> - The bucket owner is returned as the
1025
+ * object owner for all the parts.</p>
1026
+ * </note>
1027
+ * @public
1028
+ */
1029
+ Owner?: Owner | undefined;
1030
+ /**
1031
+ * <p>The class of storage used to store the uploaded object.</p>
1032
+ * <note>
1033
+ * <p>
1034
+ * <b>Directory buckets</b> -
1035
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
1036
+ * </note>
1037
+ * @public
1038
+ */
1039
+ StorageClass?: StorageClass | undefined;
1040
+ /**
1041
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
1042
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
1043
+ * Storage Service user guide</i>.</p>
1044
+ * <note>
1045
+ * <p>This functionality is not supported for directory buckets.</p>
1046
+ * </note>
1047
+ * @public
1048
+ */
1049
+ RequestCharged?: RequestCharged | undefined;
1050
+ /**
1051
+ * <p>The algorithm that was used to create a checksum of the object.</p>
1052
+ * @public
1053
+ */
1054
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1055
+ /**
1056
+ * <p>The checksum type, which determines how part-level checksums are combined to create an object-level
1057
+ * checksum for multipart objects. You can use this header response to verify that the checksum type that
1058
+ * is received is the same checksum type that was specified in <code>CreateMultipartUpload</code> request.
1059
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity in the Amazon S3
1060
+ * User Guide</a>.</p>
1061
+ * @public
1062
+ */
1063
+ ChecksumType?: ChecksumType | undefined;
1064
+ }
1065
+ /**
1066
+ * @public
1067
+ */
1068
+ export interface ListPartsRequest {
1069
+ /**
1070
+ * <p>The name of the bucket to which the parts are being uploaded. </p>
1071
+ * <p>
1072
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
1073
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
1074
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
1075
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
1076
+ * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
1077
+ * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
1078
+ * <p>
1079
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
1080
+ * <note>
1081
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
1082
+ * </note>
1083
+ * <p>
1084
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
1085
+ * form <code>
1086
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
1087
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
1088
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1089
+ * @public
1090
+ */
1091
+ Bucket: string | undefined;
1092
+ /**
1093
+ * <p>Object key for which the multipart upload was initiated.</p>
1094
+ * @public
1095
+ */
1096
+ Key: string | undefined;
1097
+ /**
1098
+ * <p>Sets the maximum number of parts to return.</p>
1099
+ * @public
1100
+ */
1101
+ MaxParts?: number | undefined;
1102
+ /**
1103
+ * <p>Specifies the part after which listing should begin. Only parts with higher part numbers will be
1104
+ * listed.</p>
1105
+ * @public
1106
+ */
1107
+ PartNumberMarker?: string | undefined;
1108
+ /**
1109
+ * <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
1110
+ * @public
1111
+ */
1112
+ UploadId: string | undefined;
1113
+ /**
1114
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
1115
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
1116
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
1117
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
1118
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1119
+ * <note>
1120
+ * <p>This functionality is not supported for directory buckets.</p>
1121
+ * </note>
1122
+ * @public
1123
+ */
1124
+ RequestPayer?: RequestPayer | undefined;
1125
+ /**
1126
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1127
+ * @public
1128
+ */
1129
+ ExpectedBucketOwner?: string | undefined;
1130
+ /**
1131
+ * <p>The server-side encryption (SSE) algorithm used to encrypt the object. This parameter is needed only when the object was created
1132
+ * using a checksum algorithm. For more information,
1133
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
1134
+ * <i>Amazon S3 User Guide</i>.</p>
1135
+ * <note>
1136
+ * <p>This functionality is not supported for directory buckets.</p>
1137
+ * </note>
1138
+ * @public
1139
+ */
1140
+ SSECustomerAlgorithm?: string | undefined;
1141
+ /**
1142
+ * <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
1143
+ * For more information, see
1144
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
1145
+ * <i>Amazon S3 User Guide</i>.</p>
1146
+ * <note>
1147
+ * <p>This functionality is not supported for directory buckets.</p>
1148
+ * </note>
1149
+ * @public
1150
+ */
1151
+ SSECustomerKey?: string | undefined;
1152
+ /**
1153
+ * <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
1154
+ * algorithm. For more information,
1155
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
1156
+ * <i>Amazon S3 User Guide</i>.</p>
1157
+ * <note>
1158
+ * <p>This functionality is not supported for directory buckets.</p>
1159
+ * </note>
1160
+ * @public
1161
+ */
1162
+ SSECustomerKeyMD5?: string | undefined;
1163
+ }
1164
+ /**
1165
+ * @public
1166
+ */
1167
+ export interface PutBucketAccelerateConfigurationRequest {
1168
+ /**
1169
+ * <p>The name of the bucket for which the accelerate configuration is set.</p>
1170
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
1171
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1172
+ * @public
1173
+ */
1174
+ Bucket: string | undefined;
1175
+ /**
1176
+ * <p>Container for setting the transfer acceleration state.</p>
1177
+ * @public
1178
+ */
1179
+ AccelerateConfiguration: AccelerateConfiguration | undefined;
1180
+ /**
1181
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1182
+ * @public
1183
+ */
1184
+ ExpectedBucketOwner?: string | undefined;
1185
+ /**
1186
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
1187
+ * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
1188
+ * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1189
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1190
+ * the <i>Amazon S3 User Guide</i>.</p>
1191
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1192
+ * parameter.</p>
1193
+ * @public
1194
+ */
1195
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1196
+ }
1197
+ /**
1198
+ * @public
1199
+ */
1200
+ export interface PutBucketAclRequest {
1201
+ /**
1202
+ * <p>The canned ACL to apply to the bucket.</p>
1203
+ * @public
1204
+ */
1205
+ ACL?: BucketCannedACL | undefined;
1206
+ /**
1207
+ * <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
1208
+ * @public
1209
+ */
1210
+ AccessControlPolicy?: AccessControlPolicy | undefined;
1211
+ /**
1212
+ * <p>The bucket to which to apply the ACL.</p>
1213
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
1214
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1215
+ * @public
1216
+ */
1217
+ Bucket: string | undefined;
1218
+ /**
1219
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
1220
+ * message integrity check to verify that the request body was not corrupted in transit. For more
1221
+ * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.</a>
1222
+ * </p>
1223
+ * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1224
+ * @public
1225
+ */
1226
+ ContentMD5?: string | undefined;
1227
+ /**
1228
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
1229
+ * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
1230
+ * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1231
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1232
+ * the <i>Amazon S3 User Guide</i>.</p>
1233
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1234
+ * parameter.</p>
1235
+ * @public
1236
+ */
1237
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1238
+ /**
1239
+ * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
1240
+ * @public
1241
+ */
1242
+ GrantFullControl?: string | undefined;
1243
+ /**
1244
+ * <p>Allows grantee to list the objects in the bucket.</p>
1245
+ * @public
1246
+ */
1247
+ GrantRead?: string | undefined;
1248
+ /**
1249
+ * <p>Allows grantee to read the bucket ACL.</p>
1250
+ * @public
1251
+ */
1252
+ GrantReadACP?: string | undefined;
1253
+ /**
1254
+ * <p>Allows grantee to create new objects in the bucket.</p>
1255
+ * <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those
1256
+ * objects.</p>
1257
+ * @public
1258
+ */
1259
+ GrantWrite?: string | undefined;
1260
+ /**
1261
+ * <p>Allows grantee to write the ACL for the applicable bucket.</p>
1262
+ * @public
1263
+ */
1264
+ GrantWriteACP?: string | undefined;
1265
+ /**
1266
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1267
+ * @public
1268
+ */
1269
+ ExpectedBucketOwner?: string | undefined;
1270
+ }
1271
+ /**
1272
+ * @public
1273
+ */
1274
+ export interface PutBucketAnalyticsConfigurationRequest {
1275
+ /**
1276
+ * <p>The name of the bucket to which an analytics configuration is stored.</p>
1277
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
1278
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1279
+ * @public
1280
+ */
1281
+ Bucket: string | undefined;
1282
+ /**
1283
+ * <p>The ID that identifies the analytics configuration.</p>
1284
+ * @public
1285
+ */
1286
+ Id: string | undefined;
1287
+ /**
1288
+ * <p>The configuration and any analyses for the analytics filter.</p>
1289
+ * @public
1290
+ */
1291
+ AnalyticsConfiguration: AnalyticsConfiguration | undefined;
1292
+ /**
1293
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1294
+ * @public
1295
+ */
1296
+ ExpectedBucketOwner?: string | undefined;
1297
+ }
1298
+ /**
1299
+ * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information,
1300
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
1301
+ * Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
10
1302
  * @public
11
1303
  */
12
1304
  export interface CORSConfiguration {
13
1305
  /**
14
- * <p>A set of origins and methods (cross-origin access that you want to allow). You can add
15
- * up to 100 rules to the configuration.</p>
1306
+ * <p>A set of origins and methods (cross-origin access that you want to allow). You can add up to 100
1307
+ * rules to the configuration.</p>
16
1308
  * @public
17
1309
  */
18
1310
  CORSRules: CORSRule[] | undefined;
@@ -29,18 +1321,16 @@ export interface PutBucketCorsRequest {
29
1321
  */
30
1322
  Bucket: string | undefined;
31
1323
  /**
32
- * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
33
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
34
- * Cross-Origin Resource Sharing</a> in the
35
- * <i>Amazon S3 User Guide</i>.</p>
1324
+ * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information,
1325
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
1326
+ * Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
36
1327
  * @public
37
1328
  */
38
1329
  CORSConfiguration: CORSConfiguration | undefined;
39
1330
  /**
40
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
41
- * integrity check to verify that the request body was not corrupted in transit. For more
42
- * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
43
- * 1864.</a>
1331
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
1332
+ * message integrity check to verify that the request body was not corrupted in transit. For more
1333
+ * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.</a>
44
1334
  * </p>
45
1335
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
46
1336
  * @public
@@ -52,8 +1342,8 @@ export interface PutBucketCorsRequest {
52
1342
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
53
1343
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
54
1344
  * the <i>Amazon S3 User Guide</i>.</p>
55
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
56
- * <code>ChecksumAlgorithm</code> parameter.</p>
1345
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1346
+ * parameter.</p>
57
1347
  * @public
58
1348
  */
59
1349
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -68,8 +1358,8 @@ export interface PutBucketCorsRequest {
68
1358
  */
69
1359
  export interface PutBucketEncryptionRequest {
70
1360
  /**
71
- * <p>Specifies default encryption for a bucket using server-side encryption with different
72
- * key options.</p>
1361
+ * <p>Specifies default encryption for a bucket using server-side encryption with different key
1362
+ * options.</p>
73
1363
  * <p>
74
1364
  * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
75
1365
  * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
@@ -83,7 +1373,7 @@ export interface PutBucketEncryptionRequest {
83
1373
  Bucket: string | undefined;
84
1374
  /**
85
1375
  * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the server-side encryption
86
- * configuration.</p>
1376
+ * configuration.</p>
87
1377
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
88
1378
  * <note>
89
1379
  * <p>This functionality is not supported for directory buckets.</p>
@@ -97,8 +1387,8 @@ export interface PutBucketEncryptionRequest {
97
1387
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
98
1388
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
99
1389
  * the <i>Amazon S3 User Guide</i>.</p>
100
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
101
- * <code>ChecksumAlgorithm</code> parameter.</p>
1390
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1391
+ * parameter.</p>
102
1392
  * <note>
103
1393
  * <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
104
1394
  * </note>
@@ -136,6 +1426,11 @@ export interface PutBucketIntelligentTieringConfigurationRequest {
136
1426
  * @public
137
1427
  */
138
1428
  Id: string | undefined;
1429
+ /**
1430
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1431
+ * @public
1432
+ */
1433
+ ExpectedBucketOwner?: string | undefined;
139
1434
  /**
140
1435
  * <p>Container for S3 Intelligent-Tiering configuration.</p>
141
1436
  * @public
@@ -175,37 +1470,35 @@ export interface PutBucketInventoryConfigurationRequest {
175
1470
  export interface PutBucketLifecycleConfigurationOutput {
176
1471
  /**
177
1472
  * <p>Indicates which default minimum object size behavior is applied to the lifecycle
178
- * configuration.</p>
1473
+ * configuration.</p>
179
1474
  * <note>
180
- * <p>This parameter applies to general purpose buckets only. It is not supported for
181
- * directory bucket lifecycle configurations.</p>
1475
+ * <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
1476
+ * lifecycle configurations.</p>
182
1477
  * </note>
183
1478
  * <ul>
184
1479
  * <li>
185
1480
  * <p>
186
- * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
187
- * transition to any storage class by default. </p>
1481
+ * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not transition to
1482
+ * any storage class by default. </p>
188
1483
  * </li>
189
1484
  * <li>
190
1485
  * <p>
191
- * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
192
- * transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
193
- * default, all other storage classes will prevent transitions smaller than 128 KB.
194
- * </p>
1486
+ * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will transition to Glacier
1487
+ * Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes
1488
+ * will prevent transitions smaller than 128 KB. </p>
195
1489
  * </li>
196
1490
  * </ul>
197
- * <p>To customize the minimum object size for any transition you can add a filter that
198
- * specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
199
- * the body of your transition rule. Custom filters always take precedence over the default
200
- * transition behavior.</p>
1491
+ * <p>To customize the minimum object size for any transition you can add a filter that specifies a custom
1492
+ * <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in the body of your transition
1493
+ * rule. Custom filters always take precedence over the default transition behavior.</p>
201
1494
  * @public
202
1495
  */
203
1496
  TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
204
1497
  }
205
1498
  /**
206
- * <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more
207
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a>
208
- * in the <i>Amazon S3 User Guide</i>.</p>
1499
+ * <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see
1500
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
1501
+ * Management</a> in the <i>Amazon S3 User Guide</i>.</p>
209
1502
  * @public
210
1503
  */
211
1504
  export interface BucketLifecycleConfiguration {
@@ -232,8 +1525,8 @@ export interface PutBucketLifecycleConfigurationRequest {
232
1525
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
233
1526
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
234
1527
  * the <i>Amazon S3 User Guide</i>.</p>
235
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
236
- * <code>ChecksumAlgorithm</code> parameter.</p>
1528
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1529
+ * parameter.</p>
237
1530
  * @public
238
1531
  */
239
1532
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -245,37 +1538,35 @@ export interface PutBucketLifecycleConfigurationRequest {
245
1538
  /**
246
1539
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
247
1540
  * <note>
248
- * <p>This parameter applies to general purpose buckets only. It is not supported for
249
- * directory bucket lifecycle configurations.</p>
1541
+ * <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
1542
+ * lifecycle configurations.</p>
250
1543
  * </note>
251
1544
  * @public
252
1545
  */
253
1546
  ExpectedBucketOwner?: string | undefined;
254
1547
  /**
255
1548
  * <p>Indicates which default minimum object size behavior is applied to the lifecycle
256
- * configuration.</p>
1549
+ * configuration.</p>
257
1550
  * <note>
258
- * <p>This parameter applies to general purpose buckets only. It is not supported for
259
- * directory bucket lifecycle configurations.</p>
1551
+ * <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
1552
+ * lifecycle configurations.</p>
260
1553
  * </note>
261
1554
  * <ul>
262
1555
  * <li>
263
1556
  * <p>
264
- * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
265
- * transition to any storage class by default. </p>
1557
+ * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not transition to
1558
+ * any storage class by default. </p>
266
1559
  * </li>
267
1560
  * <li>
268
1561
  * <p>
269
- * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
270
- * transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
271
- * default, all other storage classes will prevent transitions smaller than 128 KB.
272
- * </p>
1562
+ * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will transition to Glacier
1563
+ * Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes
1564
+ * will prevent transitions smaller than 128 KB. </p>
273
1565
  * </li>
274
1566
  * </ul>
275
- * <p>To customize the minimum object size for any transition you can add a filter that
276
- * specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
277
- * the body of your transition rule. Custom filters always take precedence over the default
278
- * transition behavior.</p>
1567
+ * <p>To customize the minimum object size for any transition you can add a filter that specifies a custom
1568
+ * <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in the body of your transition
1569
+ * rule. Custom filters always take precedence over the default transition behavior.</p>
279
1570
  * @public
280
1571
  */
281
1572
  TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
@@ -286,9 +1577,9 @@ export interface PutBucketLifecycleConfigurationRequest {
286
1577
  */
287
1578
  export interface BucketLoggingStatus {
288
1579
  /**
289
- * <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys
290
- * for a bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html">PUT Bucket logging</a> in the
291
- * <i>Amazon S3 API Reference</i>.</p>
1580
+ * <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a
1581
+ * bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html">PUT Bucket logging</a> in the
1582
+ * <i>Amazon S3 API Reference</i>.</p>
292
1583
  * @public
293
1584
  */
294
1585
  LoggingEnabled?: LoggingEnabled | undefined;
@@ -321,8 +1612,8 @@ export interface PutBucketLoggingRequest {
321
1612
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
322
1613
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
323
1614
  * the <i>Amazon S3 User Guide</i>.</p>
324
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
325
- * <code>ChecksumAlgorithm</code> parameter.</p>
1615
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1616
+ * parameter.</p>
326
1617
  * @public
327
1618
  */
328
1619
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -344,8 +1635,8 @@ export interface PutBucketMetricsConfigurationRequest {
344
1635
  */
345
1636
  Bucket: string | undefined;
346
1637
  /**
347
- * <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and
348
- * can only contain letters, numbers, periods, dashes, and underscores.</p>
1638
+ * <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and can only
1639
+ * contain letters, numbers, periods, dashes, and underscores.</p>
349
1640
  * @public
350
1641
  */
351
1642
  Id: string | undefined;
@@ -372,8 +1663,8 @@ export interface PutBucketNotificationConfigurationRequest {
372
1663
  */
373
1664
  Bucket: string | undefined;
374
1665
  /**
375
- * <p>A container for specifying the notification configuration of the bucket. If this element
376
- * is empty, notifications are turned off for the bucket.</p>
1666
+ * <p>A container for specifying the notification configuration of the bucket. If this element is empty,
1667
+ * notifications are turned off for the bucket.</p>
377
1668
  * @public
378
1669
  */
379
1670
  NotificationConfiguration: NotificationConfiguration | undefined;
@@ -383,8 +1674,8 @@ export interface PutBucketNotificationConfigurationRequest {
383
1674
  */
384
1675
  ExpectedBucketOwner?: string | undefined;
385
1676
  /**
386
- * <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
387
- * destinations. True or false value.</p>
1677
+ * <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations.
1678
+ * True or false value.</p>
388
1679
  * @public
389
1680
  */
390
1681
  SkipDestinationValidation?: boolean | undefined;
@@ -412,11 +1703,24 @@ export interface PutBucketOwnershipControlsRequest {
412
1703
  */
413
1704
  ExpectedBucketOwner?: string | undefined;
414
1705
  /**
415
- * <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
416
- * ObjectWriter) that you want to apply to this Amazon S3 bucket.</p>
1706
+ * <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that
1707
+ * you want to apply to this Amazon S3 bucket.</p>
417
1708
  * @public
418
1709
  */
419
1710
  OwnershipControls: OwnershipControls | undefined;
1711
+ /**
1712
+ * <p> Indicates the algorithm used to create the checksum for the object when you use the SDK. This
1713
+ * header will not provide any additional functionality if you don't use the SDK. When you send this
1714
+ * header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
1715
+ * </code> header
1716
+ * sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1717
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1718
+ * the <i>Amazon S3 User Guide</i>.</p>
1719
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1720
+ * parameter. </p>
1721
+ * @public
1722
+ */
1723
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
420
1724
  }
421
1725
  /**
422
1726
  * @public
@@ -492,8 +1796,8 @@ export interface PutBucketPolicyRequest {
492
1796
  */
493
1797
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
494
1798
  /**
495
- * <p>Set this parameter to true to confirm that you want to remove your permissions to change
496
- * this bucket policy in the future.</p>
1799
+ * <p>Set this parameter to true to confirm that you want to remove your permissions to change this bucket
1800
+ * policy in the future.</p>
497
1801
  * <note>
498
1802
  * <p>This functionality is not supported for directory buckets.</p>
499
1803
  * </note>
@@ -503,7 +1807,7 @@ export interface PutBucketPolicyRequest {
503
1807
  /**
504
1808
  * <p>The bucket policy as a JSON document.</p>
505
1809
  * <p>For directory buckets, the only IAM action supported in the bucket policy is
506
- * <code>s3express:CreateSession</code>.</p>
1810
+ * <code>s3express:CreateSession</code>.</p>
507
1811
  * @public
508
1812
  */
509
1813
  Policy: string | undefined;
@@ -529,9 +1833,9 @@ export interface PutBucketReplicationRequest {
529
1833
  */
530
1834
  Bucket: string | undefined;
531
1835
  /**
532
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
533
- * integrity check to verify that the request body was not corrupted in transit. For more
534
- * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
1836
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
1837
+ * message integrity check to verify that the request body was not corrupted in transit. For more
1838
+ * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
535
1839
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
536
1840
  * @public
537
1841
  */
@@ -542,14 +1846,14 @@ export interface PutBucketReplicationRequest {
542
1846
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
543
1847
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
544
1848
  * the <i>Amazon S3 User Guide</i>.</p>
545
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
546
- * <code>ChecksumAlgorithm</code> parameter.</p>
1849
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1850
+ * parameter.</p>
547
1851
  * @public
548
1852
  */
549
1853
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
550
1854
  /**
551
- * <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
552
- * replication configuration is 2 MB.</p>
1855
+ * <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication
1856
+ * configuration is 2 MB.</p>
553
1857
  * @public
554
1858
  */
555
1859
  ReplicationConfiguration: ReplicationConfiguration | undefined;
@@ -587,9 +1891,9 @@ export interface PutBucketRequestPaymentRequest {
587
1891
  */
588
1892
  Bucket: string | undefined;
589
1893
  /**
590
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
591
- * integrity check to verify that the request body was not corrupted in transit. For more
592
- * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
1894
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
1895
+ * message integrity check to verify that the request body was not corrupted in transit. For more
1896
+ * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
593
1897
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
594
1898
  * @public
595
1899
  */
@@ -600,8 +1904,8 @@ export interface PutBucketRequestPaymentRequest {
600
1904
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
601
1905
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
602
1906
  * the <i>Amazon S3 User Guide</i>.</p>
603
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
604
- * <code>ChecksumAlgorithm</code> parameter.</p>
1907
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1908
+ * parameter.</p>
605
1909
  * @public
606
1910
  */
607
1911
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -639,9 +1943,9 @@ export interface PutBucketTaggingRequest {
639
1943
  */
640
1944
  Bucket: string | undefined;
641
1945
  /**
642
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
643
- * integrity check to verify that the request body was not corrupted in transit. For more
644
- * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
1946
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
1947
+ * message integrity check to verify that the request body was not corrupted in transit. For more
1948
+ * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
645
1949
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
646
1950
  * @public
647
1951
  */
@@ -652,8 +1956,8 @@ export interface PutBucketTaggingRequest {
652
1956
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
653
1957
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
654
1958
  * the <i>Amazon S3 User Guide</i>.</p>
655
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
656
- * <code>ChecksumAlgorithm</code> parameter.</p>
1959
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1960
+ * parameter.</p>
657
1961
  * @public
658
1962
  */
659
1963
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -681,15 +1985,15 @@ export declare const MFADelete: {
681
1985
  */
682
1986
  export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
683
1987
  /**
684
- * <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT
685
- * Bucket versioning</a> in the <i>Amazon S3 API Reference</i>.</p>
1988
+ * <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT Bucket
1989
+ * versioning</a> in the <i>Amazon S3 API Reference</i>.</p>
686
1990
  * @public
687
1991
  */
688
1992
  export interface VersioningConfiguration {
689
1993
  /**
690
- * <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This
691
- * element is only returned if the bucket has been configured with MFA delete. If the bucket
692
- * has never been so configured, this element is not returned.</p>
1994
+ * <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only
1995
+ * returned if the bucket has been configured with MFA delete. If the bucket has never been so configured,
1996
+ * this element is not returned.</p>
693
1997
  * @public
694
1998
  */
695
1999
  MFADelete?: MFADelete | undefined;
@@ -712,9 +2016,8 @@ export interface PutBucketVersioningRequest {
712
2016
  Bucket: string | undefined;
713
2017
  /**
714
2018
  * <p>>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
715
- * message integrity check to verify that the request body was not corrupted in transit. For
716
- * more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
717
- * 1864</a>.</p>
2019
+ * message integrity check to verify that the request body was not corrupted in transit. For more
2020
+ * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
718
2021
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
719
2022
  * @public
720
2023
  */
@@ -725,14 +2028,14 @@ export interface PutBucketVersioningRequest {
725
2028
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
726
2029
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
727
2030
  * the <i>Amazon S3 User Guide</i>.</p>
728
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
729
- * <code>ChecksumAlgorithm</code> parameter.</p>
2031
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2032
+ * parameter.</p>
730
2033
  * @public
731
2034
  */
732
2035
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
733
2036
  /**
734
- * <p>The concatenation of the authentication device's serial number, a space, and the value
735
- * that is displayed on your authentication device.</p>
2037
+ * <p>The concatenation of the authentication device's serial number, a space, and the value that is
2038
+ * displayed on your authentication device.</p>
736
2039
  * @public
737
2040
  */
738
2041
  MFA?: string | undefined;
@@ -788,9 +2091,9 @@ export interface PutBucketWebsiteRequest {
788
2091
  */
789
2092
  Bucket: string | undefined;
790
2093
  /**
791
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
792
- * integrity check to verify that the request body was not corrupted in transit. For more
793
- * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
2094
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
2095
+ * message integrity check to verify that the request body was not corrupted in transit. For more
2096
+ * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
794
2097
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
795
2098
  * @public
796
2099
  */
@@ -801,8 +2104,8 @@ export interface PutBucketWebsiteRequest {
801
2104
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
802
2105
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
803
2106
  * the <i>Amazon S3 User Guide</i>.</p>
804
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
805
- * <code>ChecksumAlgorithm</code> parameter.</p>
2107
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2108
+ * parameter.</p>
806
2109
  * @public
807
2110
  */
808
2111
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -818,11 +2121,8 @@ export interface PutBucketWebsiteRequest {
818
2121
  ExpectedBucketOwner?: string | undefined;
819
2122
  }
820
2123
  /**
821
- * <p>
822
- * The existing object was created with a different encryption type.
823
- * Subsequent write requests must include the appropriate encryption
824
- * parameters in the request or while creating the session.
825
- * </p>
2124
+ * <p> The existing object was created with a different encryption type. Subsequent write requests must
2125
+ * include the appropriate encryption parameters in the request or while creating the session. </p>
826
2126
  * @public
827
2127
  */
828
2128
  export declare class EncryptionTypeMismatch extends __BaseException {
@@ -834,13 +2134,16 @@ export declare class EncryptionTypeMismatch extends __BaseException {
834
2134
  constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
835
2135
  }
836
2136
  /**
837
- * <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive one of the messages below:</p>
2137
+ * <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive
2138
+ * one of the messages below:</p>
838
2139
  * <ul>
839
2140
  * <li>
840
- * <p>Cannot specify both a write offset value and user-defined object metadata for existing objects.</p>
2141
+ * <p>Cannot specify both a write offset value and user-defined object metadata for existing
2142
+ * objects.</p>
841
2143
  * </li>
842
2144
  * <li>
843
- * <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type: crc32c.</p>
2145
+ * <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type:
2146
+ * crc32c.</p>
844
2147
  * </li>
845
2148
  * <li>
846
2149
  * <p>Request body cannot be empty when 'write offset' is specified.</p>
@@ -857,9 +2160,7 @@ export declare class InvalidRequest extends __BaseException {
857
2160
  constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
858
2161
  }
859
2162
  /**
860
- * <p>
861
- * The write offset value that you specified does not match the current object size.
862
- * </p>
2163
+ * <p> The write offset value that you specified does not match the current object size. </p>
863
2164
  * @public
864
2165
  */
865
2166
  export declare class InvalidWriteOffset extends __BaseException {
@@ -875,12 +2176,13 @@ export declare class InvalidWriteOffset extends __BaseException {
875
2176
  */
876
2177
  export interface PutObjectOutput {
877
2178
  /**
878
- * <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
879
- * the response includes this header. It includes the <code>expiry-date</code> and
880
- * <code>rule-id</code> key-value pairs that provide information about object expiration.
881
- * The value of the <code>rule-id</code> is URL-encoded.</p>
2179
+ * <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>, the response
2180
+ * includes this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs
2181
+ * that provide information about object expiration. The value of the <code>rule-id</code> is
2182
+ * URL-encoded.</p>
882
2183
  * <note>
883
- * <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
2184
+ * <p>Object expiration information is not returned in directory buckets and this header returns the
2185
+ * value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
884
2186
  * </note>
885
2187
  * @public
886
2188
  */
@@ -888,13 +2190,13 @@ export interface PutObjectOutput {
888
2190
  /**
889
2191
  * <p>Entity tag for the uploaded object.</p>
890
2192
  * <p>
891
- * <b>General purpose buckets </b> - To ensure that data is not
892
- * corrupted traversing the network, for objects where the ETag is the MD5 digest of the
893
- * object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned
894
- * ETag to the calculated MD5 value.</p>
2193
+ * <b>General purpose buckets </b> - To ensure that data is not corrupted
2194
+ * traversing the network, for objects where the ETag is the MD5 digest of the object, you can calculate
2195
+ * the MD5 while putting an object to Amazon S3 and compare the returned ETag to the calculated MD5
2196
+ * value.</p>
895
2197
  * <p>
896
- * <b>Directory buckets </b> - The ETag for the object in
897
- * a directory bucket isn't the MD5 digest of the object.</p>
2198
+ * <b>Directory buckets </b> - The ETag for the object in a
2199
+ * directory bucket isn't the MD5 digest of the object.</p>
898
2200
  * @public
899
2201
  */
900
2202
  ETag?: string | undefined;
@@ -915,12 +2217,11 @@ export interface PutObjectOutput {
915
2217
  */
916
2218
  ChecksumCRC32C?: string | undefined;
917
2219
  /**
918
- * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header
919
- * is present if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it
920
- * was uploaded without a checksum (and Amazon S3 added the default checksum,
921
- * <code>CRC64NVME</code>, to the uploaded object). For more information about how
922
- * checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
923
- * in the Amazon S3 User Guide</a>.</p>
2220
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header is present if
2221
+ * the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it was uploaded
2222
+ * without a checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded
2223
+ * object). For more information about how checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
2224
+ * integrity in the Amazon S3 User Guide</a>.</p>
924
2225
  * @public
925
2226
  */
926
2227
  ChecksumCRC64NVME?: string | undefined;
@@ -941,28 +2242,32 @@ export interface PutObjectOutput {
941
2242
  */
942
2243
  ChecksumSHA256?: string | undefined;
943
2244
  /**
944
- * <p>This header specifies the checksum type of the object, which determines how part-level
945
- * checksums are combined to create an object-level checksum for multipart objects. For
946
- * <code>PutObject</code> uploads, the checksum type is always <code>FULL_OBJECT</code>. You can use this header as a
947
- * data integrity check to verify that the checksum type that is received is the same checksum
948
- * that was specified. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2245
+ * <p>This header specifies the checksum type of the object, which determines how part-level checksums are
2246
+ * combined to create an object-level checksum for multipart objects. For <code>PutObject</code> uploads,
2247
+ * the checksum type is always <code>FULL_OBJECT</code>. You can use this header as a data integrity check
2248
+ * to verify that the checksum type that is received is the same checksum that was specified. For more
2249
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2250
+ * the <i>Amazon S3 User Guide</i>.</p>
949
2251
  * @public
950
2252
  */
951
2253
  ChecksumType?: ChecksumType | undefined;
952
2254
  /**
953
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
2255
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
2256
+ * <note>
2257
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
2258
+ * encryption option is <code>aws:fsx</code>.</p>
2259
+ * </note>
954
2260
  * @public
955
2261
  */
956
2262
  ServerSideEncryption?: ServerSideEncryption | undefined;
957
2263
  /**
958
2264
  * <p>Version ID of the object.</p>
959
- * <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
960
- * for the object being stored. Amazon S3 returns this ID in the response. When you enable
961
- * versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
962
- * simultaneously, it stores all of the objects. For more information about versioning, see
963
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
964
- * Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For
965
- * information about returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
2265
+ * <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID for the
2266
+ * object being stored. Amazon S3 returns this ID in the response. When you enable versioning for a bucket, if
2267
+ * Amazon S3 receives multiple write requests for the same object simultaneously, it stores all of the objects.
2268
+ * For more information about versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
2269
+ * Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For information about
2270
+ * returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
966
2271
  * <note>
967
2272
  * <p>This functionality is not supported for directory buckets.</p>
968
2273
  * </note>
@@ -970,8 +2275,8 @@ export interface PutObjectOutput {
970
2275
  */
971
2276
  VersionId?: string | undefined;
972
2277
  /**
973
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
974
- * response will include this header to confirm the encryption algorithm that's used.</p>
2278
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
2279
+ * include this header to confirm the encryption algorithm that's used.</p>
975
2280
  * <note>
976
2281
  * <p>This functionality is not supported for directory buckets.</p>
977
2282
  * </note>
@@ -979,9 +2284,9 @@ export interface PutObjectOutput {
979
2284
  */
980
2285
  SSECustomerAlgorithm?: string | undefined;
981
2286
  /**
982
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
983
- * response will include this header to provide the round-trip message integrity verification
984
- * of the customer-provided encryption key.</p>
2287
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
2288
+ * include this header to provide the round-trip message integrity verification of the customer-provided
2289
+ * encryption key.</p>
985
2290
  * <note>
986
2291
  * <p>This functionality is not supported for directory buckets.</p>
987
2292
  * </note>
@@ -1003,24 +2308,24 @@ export interface PutObjectOutput {
1003
2308
  */
1004
2309
  SSEKMSEncryptionContext?: string | undefined;
1005
2310
  /**
1006
- * <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
1007
- * with Key Management Service (KMS) keys (SSE-KMS).</p>
2311
+ * <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with
2312
+ * Key Management Service (KMS) keys (SSE-KMS).</p>
1008
2313
  * @public
1009
2314
  */
1010
2315
  BucketKeyEnabled?: boolean | undefined;
1011
2316
  /**
1012
- * <p>
1013
- * The size of the object in bytes. This value is only be present if you append to an object.
1014
- * </p>
2317
+ * <p> The size of the object in bytes. This value is only be present if you append to an object. </p>
1015
2318
  * <note>
1016
- * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
2319
+ * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
2320
+ * directory buckets.</p>
1017
2321
  * </note>
1018
2322
  * @public
1019
2323
  */
1020
2324
  Size?: number | undefined;
1021
2325
  /**
1022
- * <p>If present, indicates that the requester was successfully charged for the
1023
- * request.</p>
2326
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
2327
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
2328
+ * Storage Service user guide</i>.</p>
1024
2329
  * <note>
1025
2330
  * <p>This functionality is not supported for directory buckets.</p>
1026
2331
  * </note>
@@ -1033,23 +2338,22 @@ export interface PutObjectOutput {
1033
2338
  */
1034
2339
  export interface PutObjectRequest {
1035
2340
  /**
1036
- * <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
1037
- * ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
1038
- * <p>When adding a new object, you can use headers to grant ACL-based permissions to
1039
- * individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are
1040
- * then added to the ACL on the object. By default, all objects are private. Only the owner
1041
- * has full access control. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a>
1042
- * and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing
1043
- * ACLs Using the REST API</a> in the <i>Amazon S3 User Guide</i>.</p>
1044
- * <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting
1045
- * for S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that
1046
- * use this setting only accept PUT requests that don't specify an ACL or PUT requests that
1047
- * specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
1048
- * canned ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that
1049
- * contain other ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
1050
- * <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
1051
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
1052
- * objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
2341
+ * <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a> in the
2342
+ * <i>Amazon S3 User Guide</i>.</p>
2343
+ * <p>When adding a new object, you can use headers to grant ACL-based permissions to individual
2344
+ * Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are then added to the ACL on
2345
+ * the object. By default, all objects are private. Only the owner has full access control. For more
2346
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control
2347
+ * List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST API</a> in the
2348
+ * <i>Amazon S3 User Guide</i>.</p>
2349
+ * <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting for S3 Object
2350
+ * Ownership, ACLs are disabled and no longer affect permissions. Buckets that use this setting only accept
2351
+ * PUT requests that don't specify an ACL or PUT requests that specify bucket owner full control ACLs, such
2352
+ * as the <code>bucket-owner-full-control</code> canned ACL or an equivalent form of this ACL expressed in
2353
+ * the XML format. PUT requests that contain other ACLs (for example, custom grants to certain
2354
+ * Amazon Web Services accounts) fail and return a <code>400</code> error with the error code
2355
+ * <code>AccessControlListNotSupported</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of objects and
2356
+ * disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
1053
2357
  * <note>
1054
2358
  * <ul>
1055
2359
  * <li>
@@ -1071,8 +2375,7 @@ export interface PutObjectRequest {
1071
2375
  /**
1072
2376
  * <p>The bucket name to which the PUT action was initiated. </p>
1073
2377
  * <p>
1074
- * <b>Directory buckets</b> -
1075
- * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2378
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
1076
2379
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
1077
2380
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
1078
2381
  * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -1093,8 +2396,8 @@ export interface PutObjectRequest {
1093
2396
  */
1094
2397
  Bucket: string | undefined;
1095
2398
  /**
1096
- * <p>Can be used to specify caching behavior along the request/reply chain. For more
1097
- * information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
2399
+ * <p>Can be used to specify caching behavior along the request/reply chain. For more information, see
2400
+ * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
1098
2401
  * @public
1099
2402
  */
1100
2403
  CacheControl?: string | undefined;
@@ -1104,9 +2407,9 @@ export interface PutObjectRequest {
1104
2407
  */
1105
2408
  ContentDisposition?: string | undefined;
1106
2409
  /**
1107
- * <p>Specifies what content encodings have been applied to the object and thus what decoding
1108
- * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
1109
- * field. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
2410
+ * <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms
2411
+ * must be applied to obtain the media-type referenced by the Content-Type header field. For more
2412
+ * information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
1110
2413
  * @public
1111
2414
  */
1112
2415
  ContentEncoding?: string | undefined;
@@ -1116,22 +2419,22 @@ export interface PutObjectRequest {
1116
2419
  */
1117
2420
  ContentLanguage?: string | undefined;
1118
2421
  /**
1119
- * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
1120
- * determined automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
2422
+ * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined
2423
+ * automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
1121
2424
  * @public
1122
2425
  */
1123
2426
  ContentLength?: number | undefined;
1124
2427
  /**
1125
2428
  * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the message (without the headers) according to
1126
- * RFC 1864. This header can be used as a message integrity check to verify that the data is
1127
- * the same data that was originally sent. Although it is optional, we recommend using the
1128
- * Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
1129
- * request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
2429
+ * RFC 1864. This header can be used as a message integrity check to verify that the data is the same data
2430
+ * that was originally sent. Although it is optional, we recommend using the Content-MD5 mechanism as an
2431
+ * end-to-end integrity check. For more information about REST request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST
2432
+ * Authentication</a>.</p>
1130
2433
  * <note>
1131
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
1132
- * required for any request to upload an object with a retention period configured using
1133
- * Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
1134
- * <i>Amazon S3 User Guide</i>.</p>
2434
+ * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for
2435
+ * any request to upload an object with a retention period configured using Amazon S3 Object Lock. For more
2436
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects
2437
+ * to an Object Lock enabled bucket </a> in the <i>Amazon S3 User Guide</i>.</p>
1135
2438
  * </note>
1136
2439
  * <note>
1137
2440
  * <p>This functionality is not supported for directory buckets.</p>
@@ -1140,8 +2443,7 @@ export interface PutObjectRequest {
1140
2443
  */
1141
2444
  ContentMD5?: string | undefined;
1142
2445
  /**
1143
- * <p>A standard MIME type describing the format of the contents. For more information, see
1144
- * <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
2446
+ * <p>A standard MIME type describing the format of the contents. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
1145
2447
  * @public
1146
2448
  */
1147
2449
  ContentType?: string | undefined;
@@ -1187,10 +2489,10 @@ export interface PutObjectRequest {
1187
2489
  * <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
1188
2490
  * </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 fails the request with a <code>BadDigest</code> error.</p>
1189
2491
  * <note>
1190
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
1191
- * required for any request to upload an object with a retention period configured using
1192
- * Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
1193
- * <i>Amazon S3 User Guide</i>.</p>
2492
+ * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for
2493
+ * any request to upload an object with a retention period configured using Amazon S3 Object Lock. For more
2494
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects
2495
+ * to an Object Lock enabled bucket </a> in the <i>Amazon S3 User Guide</i>.</p>
1194
2496
  * </note>
1195
2497
  * <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
1196
2498
  * @public
@@ -1213,11 +2515,11 @@ export interface PutObjectRequest {
1213
2515
  */
1214
2516
  ChecksumCRC32C?: string | undefined;
1215
2517
  /**
1216
- * <p>This header can be used as a data integrity check to verify that the data received is
1217
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
1218
- * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
1219
- * always a full object checksum. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
1220
- * in the Amazon S3 User Guide</a>.</p>
2518
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
2519
+ * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
2520
+ * checksum of the object. The <code>CRC64NVME</code> checksum is always a full object checksum. For more
2521
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity in the Amazon S3
2522
+ * User Guide</a>.</p>
1221
2523
  * @public
1222
2524
  */
1223
2525
  ChecksumCRC64NVME?: string | undefined;
@@ -1238,29 +2540,31 @@ export interface PutObjectRequest {
1238
2540
  */
1239
2541
  ChecksumSHA256?: string | undefined;
1240
2542
  /**
1241
- * <p>The date and time at which the object is no longer cacheable. For more information, see
1242
- * <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
2543
+ * <p>The date and time at which the object is no longer cacheable. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
1243
2544
  * @public
1244
2545
  */
1245
2546
  Expires?: Date | undefined;
1246
2547
  /**
1247
- * <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE
1248
- * operation matches the ETag of the object in S3. If the ETag values do not match, the
1249
- * operation returns a <code>412 Precondition Failed</code> error.</p>
1250
- * <p>If a conflicting operation occurs during the upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should fetch the object's ETag and retry the upload.</p>
2548
+ * <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches
2549
+ * the ETag of the object in S3. If the ETag values do not match, the operation returns a <code>412
2550
+ * Precondition Failed</code> error.</p>
2551
+ * <p>If a conflicting operation occurs during the upload S3 returns a <code>409
2552
+ * ConditionalRequestConflict</code> response. On a 409 failure you should fetch the object's ETag and
2553
+ * retry the upload.</p>
1251
2554
  * <p>Expects the ETag value as a string.</p>
1252
- * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
2555
+ * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
2556
+ * <i>Amazon S3 User Guide</i>.</p>
1253
2557
  * @public
1254
2558
  */
1255
2559
  IfMatch?: string | undefined;
1256
2560
  /**
1257
- * <p>Uploads the object only if the object key name does not already exist in the bucket
1258
- * specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
2561
+ * <p>Uploads the object only if the object key name does not already exist in the bucket specified.
2562
+ * Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
1259
2563
  * <p>If a conflicting operation occurs during the upload S3 returns a <code>409
1260
- * ConditionalRequestConflict</code> response. On a 409 failure you should retry the
1261
- * upload.</p>
2564
+ * ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</p>
1262
2565
  * <p>Expects the '*' (asterisk) character.</p>
1263
- * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
2566
+ * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
2567
+ * <i>Amazon S3 User Guide</i>.</p>
1264
2568
  * @public
1265
2569
  */
1266
2570
  IfNoneMatch?: string | undefined;
@@ -1330,13 +2634,12 @@ export interface PutObjectRequest {
1330
2634
  */
1331
2635
  Key: string | undefined;
1332
2636
  /**
1333
- * <p>
1334
- * Specifies the offset for appending data to existing objects in bytes.
1335
- * The offset must be equal to the size of the existing object being appended to.
1336
- * If no object exists, setting this header to 0 will create a new object.
1337
- * </p>
2637
+ * <p> Specifies the offset for appending data to existing objects in bytes. The offset must be equal to
2638
+ * the size of the existing object being appended to. If no object exists, setting this header to 0 will
2639
+ * create a new object. </p>
1338
2640
  * <note>
1339
- * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
2641
+ * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
2642
+ * directory buckets.</p>
1340
2643
  * </note>
1341
2644
  * @public
1342
2645
  */
@@ -1347,25 +2650,24 @@ export interface PutObjectRequest {
1347
2650
  */
1348
2651
  Metadata?: Record<string, string> | undefined;
1349
2652
  /**
1350
- * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
1351
- * (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
2653
+ * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or
2654
+ * Amazon FSx.</p>
1352
2655
  * <ul>
1353
2656
  * <li>
1354
2657
  * <p>
1355
- * <b>General purpose buckets </b> - You have four mutually
1356
- * exclusive options to protect data using server-side encryption in Amazon S3, depending on
1357
- * how you choose to manage the encryption keys. Specifically, the encryption key
1358
- * options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and
1359
- * customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side encryption by
1360
- * using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to encrypt
1361
- * data at rest by using server-side encryption with other key options. For more
1362
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
1363
- * Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
2658
+ * <b>General purpose buckets </b> - You have four mutually exclusive
2659
+ * options to protect data using server-side encryption in Amazon S3, depending on how you choose to manage
2660
+ * the encryption keys. Specifically, the encryption key options are Amazon S3 managed keys (SSE-S3),
2661
+ * Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and customer-provided keys (SSE-C). Amazon S3 encrypts data with
2662
+ * server-side encryption by using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3
2663
+ * to encrypt data at rest by using server-side encryption with other key options. For more
2664
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side Encryption</a> in
2665
+ * the <i>Amazon S3 User Guide</i>.</p>
1364
2666
  * </li>
1365
2667
  * <li>
1366
2668
  * <p>
1367
2669
  * <b>Directory buckets </b> -
1368
- * For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
2670
+ * For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
1369
2671
  * <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
1370
2672
  * are automatically encrypted with the desired encryption settings. For more
1371
2673
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>. </p>
@@ -1383,20 +2685,29 @@ export interface PutObjectRequest {
1383
2685
  * </p>
1384
2686
  * </note>
1385
2687
  * </li>
2688
+ * <li>
2689
+ * <p>
2690
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in
2691
+ * Amazon FSx file systems using S3 access points, the only valid server side encryption option is
2692
+ * <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are
2693
+ * encrypted at rest. Data is automatically encrypted before being written to the file system, and
2694
+ * automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
2695
+ * </li>
1386
2696
  * </ul>
1387
2697
  * @public
1388
2698
  */
1389
2699
  ServerSideEncryption?: ServerSideEncryption | undefined;
1390
2700
  /**
1391
- * <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
1392
- * STANDARD storage class provides high durability and high availability. Depending on
1393
- * performance needs, you can specify a different Storage Class. For more information, see
1394
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
1395
- * Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
2701
+ * <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD
2702
+ * storage class provides high durability and high availability. Depending on performance needs, you can
2703
+ * specify a different Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
2704
+ * <i>Amazon S3 User Guide</i>.</p>
1396
2705
  * <note>
1397
2706
  * <ul>
1398
2707
  * <li>
1399
- * <p>Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
2708
+ * <p>Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in
2709
+ * Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in
2710
+ * Dedicated Local Zones.</p>
1400
2711
  * </li>
1401
2712
  * <li>
1402
2713
  * <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
@@ -1407,23 +2718,21 @@ export interface PutObjectRequest {
1407
2718
  */
1408
2719
  StorageClass?: StorageClass | undefined;
1409
2720
  /**
1410
- * <p>If the bucket is configured as a website, redirects requests for this object to another
1411
- * object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
1412
- * the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
1413
- * <i>Amazon S3 User Guide</i>.</p>
1414
- * <p>In the following example, the request header sets the redirect to an object
1415
- * (anotherPage.html) in the same bucket:</p>
2721
+ * <p>If the bucket is configured as a website, redirects requests for this object to another object in
2722
+ * the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. For
2723
+ * information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the <i>Amazon S3
2724
+ * User Guide</i>.</p>
2725
+ * <p>In the following example, the request header sets the redirect to an object (anotherPage.html) in
2726
+ * the same bucket:</p>
1416
2727
  * <p>
1417
2728
  * <code>x-amz-website-redirect-location: /anotherPage.html</code>
1418
2729
  * </p>
1419
- * <p>In the following example, the request header sets the object redirect to another
1420
- * website:</p>
2730
+ * <p>In the following example, the request header sets the object redirect to another website:</p>
1421
2731
  * <p>
1422
2732
  * <code>x-amz-website-redirect-location: http://www.example.com/</code>
1423
2733
  * </p>
1424
- * <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and
1425
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to
1426
- * Configure Website Page Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
2734
+ * <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to Configure Website Page
2735
+ * Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
1427
2736
  * <note>
1428
2737
  * <p>This functionality is not supported for directory buckets.</p>
1429
2738
  * </note>
@@ -1431,8 +2740,7 @@ export interface PutObjectRequest {
1431
2740
  */
1432
2741
  WebsiteRedirectLocation?: string | undefined;
1433
2742
  /**
1434
- * <p>Specifies the algorithm to use when encrypting the object (for example,
1435
- * <code>AES256</code>).</p>
2743
+ * <p>Specifies the algorithm to use when encrypting the object (for example, <code>AES256</code>).</p>
1436
2744
  * <note>
1437
2745
  * <p>This functionality is not supported for directory buckets.</p>
1438
2746
  * </note>
@@ -1440,10 +2748,10 @@ export interface PutObjectRequest {
1440
2748
  */
1441
2749
  SSECustomerAlgorithm?: string | undefined;
1442
2750
  /**
1443
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
1444
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
1445
- * encryption key. The key must be appropriate for use with the algorithm specified in the
1446
- * <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
2751
+ * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
2752
+ * used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
2753
+ * be appropriate for use with the algorithm specified in the
2754
+ * <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
1447
2755
  * <note>
1448
2756
  * <p>This functionality is not supported for directory buckets.</p>
1449
2757
  * </note>
@@ -1451,9 +2759,8 @@ export interface PutObjectRequest {
1451
2759
  */
1452
2760
  SSECustomerKey?: string | undefined;
1453
2761
  /**
1454
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
1455
- * this header for a message integrity check to ensure that the encryption key was transmitted
1456
- * without error.</p>
2762
+ * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
2763
+ * for a message integrity check to ensure that the encryption key was transmitted without error.</p>
1457
2764
  * <note>
1458
2765
  * <p>This functionality is not supported for directory buckets.</p>
1459
2766
  * </note>
@@ -1509,12 +2816,11 @@ export interface PutObjectRequest {
1509
2816
  */
1510
2817
  BucketKeyEnabled?: boolean | undefined;
1511
2818
  /**
1512
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1513
- * owners need not specify this parameter in their requests. If either the source or
1514
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1515
- * charges to copy the object. For information about downloading objects from Requester Pays
1516
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1517
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2819
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
2820
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
2821
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
2822
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
2823
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1518
2824
  * <note>
1519
2825
  * <p>This functionality is not supported for directory buckets.</p>
1520
2826
  * </note>
@@ -1522,8 +2828,8 @@ export interface PutObjectRequest {
1522
2828
  */
1523
2829
  RequestPayer?: RequestPayer | undefined;
1524
2830
  /**
1525
- * <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
1526
- * example, "Key1=Value1")</p>
2831
+ * <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example,
2832
+ * "Key1=Value1")</p>
1527
2833
  * <note>
1528
2834
  * <p>This functionality is not supported for directory buckets.</p>
1529
2835
  * </note>
@@ -1539,8 +2845,8 @@ export interface PutObjectRequest {
1539
2845
  */
1540
2846
  ObjectLockMode?: ObjectLockMode | undefined;
1541
2847
  /**
1542
- * <p>The date and time when you want this object's Object Lock to expire. Must be formatted
1543
- * as a timestamp parameter.</p>
2848
+ * <p>The date and time when you want this object's Object Lock to expire. Must be formatted as a
2849
+ * timestamp parameter.</p>
1544
2850
  * <note>
1545
2851
  * <p>This functionality is not supported for directory buckets.</p>
1546
2852
  * </note>
@@ -1548,9 +2854,9 @@ export interface PutObjectRequest {
1548
2854
  */
1549
2855
  ObjectLockRetainUntilDate?: Date | undefined;
1550
2856
  /**
1551
- * <p>Specifies whether a legal hold will be applied to this object. For more information
1552
- * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
1553
- * <i>Amazon S3 User Guide</i>.</p>
2857
+ * <p>Specifies whether a legal hold will be applied to this object. For more information about S3 Object
2858
+ * Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in
2859
+ * the <i>Amazon S3 User Guide</i>.</p>
1554
2860
  * <note>
1555
2861
  * <p>This functionality is not supported for directory buckets.</p>
1556
2862
  * </note>
@@ -1564,11 +2870,9 @@ export interface PutObjectRequest {
1564
2870
  ExpectedBucketOwner?: string | undefined;
1565
2871
  }
1566
2872
  /**
1567
- * <p>
1568
- * You have attempted to add more parts than the maximum of 10000
1569
- * that are allowed for this object. You can use the CopyObject operation
1570
- * to copy this object to another and then add more data to the newly copied object.
1571
- * </p>
2873
+ * <p> You have attempted to add more parts than the maximum of 10000 that are allowed for this object.
2874
+ * You can use the CopyObject operation to copy this object to another and then add more data to the newly
2875
+ * copied object. </p>
1572
2876
  * @public
1573
2877
  */
1574
2878
  export declare class TooManyParts extends __BaseException {
@@ -1584,8 +2888,9 @@ export declare class TooManyParts extends __BaseException {
1584
2888
  */
1585
2889
  export interface PutObjectAclOutput {
1586
2890
  /**
1587
- * <p>If present, indicates that the requester was successfully charged for the
1588
- * request.</p>
2891
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
2892
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
2893
+ * Storage Service user guide</i>.</p>
1589
2894
  * <note>
1590
2895
  * <p>This functionality is not supported for directory buckets.</p>
1591
2896
  * </note>
@@ -1598,8 +2903,7 @@ export interface PutObjectAclOutput {
1598
2903
  */
1599
2904
  export interface PutObjectAclRequest {
1600
2905
  /**
1601
- * <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
1602
- * ACL</a>.</p>
2906
+ * <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
1603
2907
  * @public
1604
2908
  */
1605
2909
  ACL?: ObjectCannedACL | undefined;
@@ -1622,10 +2926,9 @@ export interface PutObjectAclRequest {
1622
2926
  */
1623
2927
  Bucket: string | undefined;
1624
2928
  /**
1625
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
1626
- * integrity check to verify that the request body was not corrupted in transit. For more
1627
- * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
1628
- * 1864.></a>
2929
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
2930
+ * message integrity check to verify that the request body was not corrupted in transit. For more
2931
+ * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.></a>
1629
2932
  * </p>
1630
2933
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1631
2934
  * @public
@@ -1637,14 +2940,13 @@ export interface PutObjectAclRequest {
1637
2940
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1638
2941
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1639
2942
  * the <i>Amazon S3 User Guide</i>.</p>
1640
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1641
- * <code>ChecksumAlgorithm</code> parameter.</p>
2943
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2944
+ * parameter.</p>
1642
2945
  * @public
1643
2946
  */
1644
2947
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1645
2948
  /**
1646
- * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
1647
- * bucket.</p>
2949
+ * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
1648
2950
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1649
2951
  * @public
1650
2952
  */
@@ -1663,8 +2965,8 @@ export interface PutObjectAclRequest {
1663
2965
  GrantReadACP?: string | undefined;
1664
2966
  /**
1665
2967
  * <p>Allows grantee to create new objects in the bucket.</p>
1666
- * <p>For the bucket and object owners of existing objects, also allows deletions and
1667
- * overwrites of those objects.</p>
2968
+ * <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those
2969
+ * objects.</p>
1668
2970
  * @public
1669
2971
  */
1670
2972
  GrantWrite?: string | undefined;
@@ -1680,12 +2982,11 @@ export interface PutObjectAclRequest {
1680
2982
  */
1681
2983
  Key: string | undefined;
1682
2984
  /**
1683
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1684
- * owners need not specify this parameter in their requests. If either the source or
1685
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1686
- * charges to copy the object. For information about downloading objects from Requester Pays
1687
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1688
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2985
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
2986
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
2987
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
2988
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
2989
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1689
2990
  * <note>
1690
2991
  * <p>This functionality is not supported for directory buckets.</p>
1691
2992
  * </note>
@@ -1711,8 +3012,9 @@ export interface PutObjectAclRequest {
1711
3012
  */
1712
3013
  export interface PutObjectLegalHoldOutput {
1713
3014
  /**
1714
- * <p>If present, indicates that the requester was successfully charged for the
1715
- * request.</p>
3015
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
3016
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
3017
+ * Storage Service user guide</i>.</p>
1716
3018
  * <note>
1717
3019
  * <p>This functionality is not supported for directory buckets.</p>
1718
3020
  * </note>
@@ -1739,18 +3041,16 @@ export interface PutObjectLegalHoldRequest {
1739
3041
  */
1740
3042
  Key: string | undefined;
1741
3043
  /**
1742
- * <p>Container element for the legal hold configuration you want to apply to the specified
1743
- * object.</p>
3044
+ * <p>Container element for the legal hold configuration you want to apply to the specified object.</p>
1744
3045
  * @public
1745
3046
  */
1746
3047
  LegalHold?: ObjectLockLegalHold | undefined;
1747
3048
  /**
1748
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1749
- * owners need not specify this parameter in their requests. If either the source or
1750
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1751
- * charges to copy the object. For information about downloading objects from Requester Pays
1752
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1753
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3049
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
3050
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
3051
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
3052
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
3053
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1754
3054
  * <note>
1755
3055
  * <p>This functionality is not supported for directory buckets.</p>
1756
3056
  * </note>
@@ -1774,8 +3074,8 @@ export interface PutObjectLegalHoldRequest {
1774
3074
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1775
3075
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1776
3076
  * the <i>Amazon S3 User Guide</i>.</p>
1777
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1778
- * <code>ChecksumAlgorithm</code> parameter.</p>
3077
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3078
+ * parameter.</p>
1779
3079
  * @public
1780
3080
  */
1781
3081
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -1790,8 +3090,9 @@ export interface PutObjectLegalHoldRequest {
1790
3090
  */
1791
3091
  export interface PutObjectLockConfigurationOutput {
1792
3092
  /**
1793
- * <p>If present, indicates that the requester was successfully charged for the
1794
- * request.</p>
3093
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
3094
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
3095
+ * Storage Service user guide</i>.</p>
1795
3096
  * <note>
1796
3097
  * <p>This functionality is not supported for directory buckets.</p>
1797
3098
  * </note>
@@ -1816,12 +3117,11 @@ export interface PutObjectLockConfigurationRequest {
1816
3117
  */
1817
3118
  ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
1818
3119
  /**
1819
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1820
- * owners need not specify this parameter in their requests. If either the source or
1821
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1822
- * charges to copy the object. For information about downloading objects from Requester Pays
1823
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1824
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3120
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
3121
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
3122
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
3123
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
3124
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1825
3125
  * <note>
1826
3126
  * <p>This functionality is not supported for directory buckets.</p>
1827
3127
  * </note>
@@ -1845,8 +3145,8 @@ export interface PutObjectLockConfigurationRequest {
1845
3145
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1846
3146
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1847
3147
  * the <i>Amazon S3 User Guide</i>.</p>
1848
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1849
- * <code>ChecksumAlgorithm</code> parameter.</p>
3148
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3149
+ * parameter.</p>
1850
3150
  * @public
1851
3151
  */
1852
3152
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -1861,8 +3161,9 @@ export interface PutObjectLockConfigurationRequest {
1861
3161
  */
1862
3162
  export interface PutObjectRetentionOutput {
1863
3163
  /**
1864
- * <p>If present, indicates that the requester was successfully charged for the
1865
- * request.</p>
3164
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
3165
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
3166
+ * Storage Service user guide</i>.</p>
1866
3167
  * <note>
1867
3168
  * <p>This functionality is not supported for directory buckets.</p>
1868
3169
  * </note>
@@ -1875,8 +3176,7 @@ export interface PutObjectRetentionOutput {
1875
3176
  */
1876
3177
  export interface PutObjectRetentionRequest {
1877
3178
  /**
1878
- * <p>The bucket name that contains the object you want to apply this Object Retention
1879
- * configuration to. </p>
3179
+ * <p>The bucket name that contains the object you want to apply this Object Retention configuration to. </p>
1880
3180
  * <p>
1881
3181
  * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
1882
3182
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
@@ -1885,8 +3185,7 @@ export interface PutObjectRetentionRequest {
1885
3185
  */
1886
3186
  Bucket: string | undefined;
1887
3187
  /**
1888
- * <p>The key name for the object that you want to apply this Object Retention configuration
1889
- * to.</p>
3188
+ * <p>The key name for the object that you want to apply this Object Retention configuration to.</p>
1890
3189
  * @public
1891
3190
  */
1892
3191
  Key: string | undefined;
@@ -1896,12 +3195,11 @@ export interface PutObjectRetentionRequest {
1896
3195
  */
1897
3196
  Retention?: ObjectLockRetention | undefined;
1898
3197
  /**
1899
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1900
- * owners need not specify this parameter in their requests. If either the source or
1901
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1902
- * charges to copy the object. For information about downloading objects from Requester Pays
1903
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1904
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3198
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
3199
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
3200
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
3201
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
3202
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1905
3203
  * <note>
1906
3204
  * <p>This functionality is not supported for directory buckets.</p>
1907
3205
  * </note>
@@ -1909,8 +3207,7 @@ export interface PutObjectRetentionRequest {
1909
3207
  */
1910
3208
  RequestPayer?: RequestPayer | undefined;
1911
3209
  /**
1912
- * <p>The version ID for the object that you want to apply this Object Retention configuration
1913
- * to.</p>
3210
+ * <p>The version ID for the object that you want to apply this Object Retention configuration to.</p>
1914
3211
  * @public
1915
3212
  */
1916
3213
  VersionId?: string | undefined;
@@ -1931,8 +3228,8 @@ export interface PutObjectRetentionRequest {
1931
3228
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1932
3229
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1933
3230
  * the <i>Amazon S3 User Guide</i>.</p>
1934
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1935
- * <code>ChecksumAlgorithm</code> parameter.</p>
3231
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3232
+ * parameter.</p>
1936
3233
  * @public
1937
3234
  */
1938
3235
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -1991,8 +3288,8 @@ export interface PutObjectTaggingRequest {
1991
3288
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
1992
3289
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1993
3290
  * the <i>Amazon S3 User Guide</i>.</p>
1994
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1995
- * <code>ChecksumAlgorithm</code> parameter.</p>
3291
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3292
+ * parameter.</p>
1996
3293
  * @public
1997
3294
  */
1998
3295
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -2007,12 +3304,11 @@ export interface PutObjectTaggingRequest {
2007
3304
  */
2008
3305
  ExpectedBucketOwner?: string | undefined;
2009
3306
  /**
2010
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2011
- * owners need not specify this parameter in their requests. If either the source or
2012
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2013
- * charges to copy the object. For information about downloading objects from Requester Pays
2014
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2015
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3307
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
3308
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
3309
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
3310
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
3311
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2016
3312
  * <note>
2017
3313
  * <p>This functionality is not supported for directory buckets.</p>
2018
3314
  * </note>
@@ -2025,8 +3321,8 @@ export interface PutObjectTaggingRequest {
2025
3321
  */
2026
3322
  export interface PutPublicAccessBlockRequest {
2027
3323
  /**
2028
- * <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
2029
- * to set.</p>
3324
+ * <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to
3325
+ * set.</p>
2030
3326
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
2031
3327
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2032
3328
  * @public
@@ -2044,15 +3340,15 @@ export interface PutPublicAccessBlockRequest {
2044
3340
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
2045
3341
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2046
3342
  * the <i>Amazon S3 User Guide</i>.</p>
2047
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
2048
- * <code>ChecksumAlgorithm</code> parameter.</p>
3343
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3344
+ * parameter.</p>
2049
3345
  * @public
2050
3346
  */
2051
3347
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2052
3348
  /**
2053
- * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
2054
- * bucket. You can enable the configuration options in any combination. For more information
2055
- * about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
3349
+ * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3 bucket. You can
3350
+ * enable the configuration options in any combination. For more information about when Amazon S3 considers a
3351
+ * bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
2056
3352
  * @public
2057
3353
  */
2058
3354
  PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
@@ -2062,6 +3358,124 @@ export interface PutPublicAccessBlockRequest {
2062
3358
  */
2063
3359
  ExpectedBucketOwner?: string | undefined;
2064
3360
  }
3361
+ /**
3362
+ * <p>Parameters on this idempotent request are inconsistent with parameters used in previous request(s). </p>
3363
+ * <p>For a list of error codes and more information on Amazon S3 errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">Error codes</a>.</p>
3364
+ * <note>
3365
+ * <p>Idempotency ensures that an API request completes no more than one time. With an idempotent
3366
+ * request, if the original request completes successfully, any subsequent retries complete successfully
3367
+ * without performing any further actions.</p>
3368
+ * </note>
3369
+ * @public
3370
+ */
3371
+ export declare class IdempotencyParameterMismatch extends __BaseException {
3372
+ readonly name: "IdempotencyParameterMismatch";
3373
+ readonly $fault: "client";
3374
+ /**
3375
+ * @internal
3376
+ */
3377
+ constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>);
3378
+ }
3379
+ /**
3380
+ * @public
3381
+ */
3382
+ export interface RenameObjectOutput {
3383
+ }
3384
+ /**
3385
+ * @public
3386
+ */
3387
+ export interface RenameObjectRequest {
3388
+ /**
3389
+ * <p>The bucket name of the directory bucket containing the object.</p>
3390
+ * <p> You must use virtual-hosted-style requests in the format
3391
+ * <code>Bucket-name.s3express-zone-id.region-code.amazonaws.com</code>. Path-style requests are not
3392
+ * supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must
3393
+ * follow the format <code>bucket-base-name--zone-id--x-s3 </code> (for example,
3394
+ * <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>). For information about bucket naming restrictions, see
3395
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3396
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
3397
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
3398
+ * @public
3399
+ */
3400
+ Bucket: string | undefined;
3401
+ /**
3402
+ * <p>Key name of the object to rename.</p>
3403
+ * @public
3404
+ */
3405
+ Key: string | undefined;
3406
+ /**
3407
+ * <p>Specifies the source for the rename operation. The value must be URL encoded.</p>
3408
+ * @public
3409
+ */
3410
+ RenameSource: string | undefined;
3411
+ /**
3412
+ * <p>Renames the object only if the ETag (entity tag) value provided during the operation matches the
3413
+ * ETag of the object in S3. The <code>If-Match</code> header field makes the request method conditional on
3414
+ * ETags. If the ETag values do not match, the operation returns a <code>412 Precondition Failed</code>
3415
+ * error.</p>
3416
+ * <p>Expects the ETag value as a string.</p>
3417
+ * @public
3418
+ */
3419
+ DestinationIfMatch?: string | undefined;
3420
+ /**
3421
+ * <p> Renames the object only if the destination does not already exist in the specified directory
3422
+ * bucket. If the object does exist when you send a request with <code>If-None-Match:*</code>, the S3 API
3423
+ * will return a <code>412 Precondition Failed</code> error, preventing an overwrite. The
3424
+ * <code>If-None-Match</code> header prevents overwrites of existing data by validating that there's not
3425
+ * an object with the same key name already in your directory bucket.</p>
3426
+ * <p> Expects the <code>*</code> character (asterisk).</p>
3427
+ * @public
3428
+ */
3429
+ DestinationIfNoneMatch?: string | undefined;
3430
+ /**
3431
+ * <p>Renames the object if the destination exists and if it has been modified since the specified
3432
+ * time.</p>
3433
+ * @public
3434
+ */
3435
+ DestinationIfModifiedSince?: Date | undefined;
3436
+ /**
3437
+ * <p>Renames the object if it hasn't been modified since the specified time.</p>
3438
+ * @public
3439
+ */
3440
+ DestinationIfUnmodifiedSince?: Date | undefined;
3441
+ /**
3442
+ * <p>Renames the object if the source exists and if its entity tag (ETag) matches the specified ETag.
3443
+ * </p>
3444
+ * @public
3445
+ */
3446
+ SourceIfMatch?: string | undefined;
3447
+ /**
3448
+ * <p>Renames the object if the source exists and if its entity tag (ETag) is different than the specified
3449
+ * ETag. If an asterisk (<code>*</code>) character is provided, the operation will fail and return a
3450
+ * <code>412 Precondition Failed</code> error. </p>
3451
+ * @public
3452
+ */
3453
+ SourceIfNoneMatch?: string | undefined;
3454
+ /**
3455
+ * <p>Renames the object if the source exists and if it has been modified since the specified time.</p>
3456
+ * @public
3457
+ */
3458
+ SourceIfModifiedSince?: Date | undefined;
3459
+ /**
3460
+ * <p>Renames the object if the source exists and hasn't been modified since the specified time.</p>
3461
+ * @public
3462
+ */
3463
+ SourceIfUnmodifiedSince?: Date | undefined;
3464
+ /**
3465
+ * <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
3466
+ * <note>
3467
+ * <p>
3468
+ * <code>RenameObject</code> supports idempotency using a client token. To make an idempotent API request
3469
+ * using <code>RenameObject</code>, specify a client token in the request. You should not reuse the same
3470
+ * client token for other API requests. If you retry a request that completed successfully using the same
3471
+ * client token and the same parameters, the retry succeeds without performing any further actions. If
3472
+ * you retry a successful request using the same client token, but one or more of the parameters are
3473
+ * different, the retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
3474
+ * </note>
3475
+ * @public
3476
+ */
3477
+ ClientToken?: string | undefined;
3478
+ }
2065
3479
  /**
2066
3480
  * <p>This action is not allowed against this storage tier.</p>
2067
3481
  * @public
@@ -2079,8 +3493,9 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
2079
3493
  */
2080
3494
  export interface RestoreObjectOutput {
2081
3495
  /**
2082
- * <p>If present, indicates that the requester was successfully charged for the
2083
- * request.</p>
3496
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
3497
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
3498
+ * Storage Service user guide</i>.</p>
2084
3499
  * <note>
2085
3500
  * <p>This functionality is not supported for directory buckets.</p>
2086
3501
  * </note>
@@ -2088,8 +3503,8 @@ export interface RestoreObjectOutput {
2088
3503
  */
2089
3504
  RequestCharged?: RequestCharged | undefined;
2090
3505
  /**
2091
- * <p>Indicates the path in the provided S3 output location where Select results will be
2092
- * restored to.</p>
3506
+ * <p>Indicates the path in the provided S3 output location where Select results will be restored
3507
+ * to.</p>
2093
3508
  * @public
2094
3509
  */
2095
3510
  RestoreOutputPath?: string | undefined;
@@ -2124,22 +3539,22 @@ export interface GlacierJobParameters {
2124
3539
  */
2125
3540
  export interface Encryption {
2126
3541
  /**
2127
- * <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example,
2128
- * AES256, <code>aws:kms</code>).</p>
3542
+ * <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
3543
+ * <code>aws:kms</code>).</p>
2129
3544
  * @public
2130
3545
  */
2131
3546
  EncryptionType: ServerSideEncryption | undefined;
2132
3547
  /**
2133
- * <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of
2134
- * the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only
2135
- * supports symmetric encryption KMS keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Asymmetric keys in KMS</a> in the <i>Amazon Web Services Key Management Service
2136
- * Developer Guide</i>.</p>
3548
+ * <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of the
3549
+ * symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric
3550
+ * encryption KMS keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Asymmetric keys in KMS</a> in the
3551
+ * <i>Amazon Web Services Key Management Service Developer Guide</i>.</p>
2137
3552
  * @public
2138
3553
  */
2139
3554
  KMSKeyId?: string | undefined;
2140
3555
  /**
2141
- * <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
2142
- * specify the encryption context for the restore results.</p>
3556
+ * <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to specify the
3557
+ * encryption context for the restore results.</p>
2143
3558
  * @public
2144
3559
  */
2145
3560
  KMSContext?: string | undefined;
@@ -2256,7 +3671,7 @@ export declare const FileHeaderInfo: {
2256
3671
  export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
2257
3672
  /**
2258
3673
  * <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
2259
- * formatted.</p>
3674
+ * formatted.</p>
2260
3675
  * @public
2261
3676
  */
2262
3677
  export interface CSVInput {
@@ -2269,51 +3684,50 @@ export interface CSVInput {
2269
3684
  * </li>
2270
3685
  * <li>
2271
3686
  * <p>
2272
- * <code>IGNORE</code>: First line is a header, but you can't use the header values
2273
- * to indicate the column in an expression. You can use column position (such as _1, _2,
2274
- * …) to indicate the column (<code>SELECT s._1 FROM OBJECT s</code>).</p>
3687
+ * <code>IGNORE</code>: First line is a header, but you can't use the header values to indicate the
3688
+ * column in an expression. You can use column position (such as _1, _2, …) to indicate the column
3689
+ * (<code>SELECT s._1 FROM OBJECT s</code>).</p>
2275
3690
  * </li>
2276
3691
  * <li>
2277
3692
  * <p>
2278
- * <code>Use</code>: First line is a header, and you can use the header value to
2279
- * identify a column in an expression (<code>SELECT "name" FROM OBJECT</code>). </p>
3693
+ * <code>Use</code>: First line is a header, and you can use the header value to identify a column
3694
+ * in an expression (<code>SELECT "name" FROM OBJECT</code>). </p>
2280
3695
  * </li>
2281
3696
  * </ul>
2282
3697
  * @public
2283
3698
  */
2284
3699
  FileHeaderInfo?: FileHeaderInfo | undefined;
2285
3700
  /**
2286
- * <p>A single character used to indicate that a row should be ignored when the character is
2287
- * present at the start of that row. You can specify any character to indicate a comment line.
2288
- * The default character is <code>#</code>.</p>
3701
+ * <p>A single character used to indicate that a row should be ignored when the character is present at
3702
+ * the start of that row. You can specify any character to indicate a comment line. The default character
3703
+ * is <code>#</code>.</p>
2289
3704
  * <p>Default: <code>#</code>
2290
3705
  * </p>
2291
3706
  * @public
2292
3707
  */
2293
3708
  Comments?: string | undefined;
2294
3709
  /**
2295
- * <p>A single character used for escaping the quotation mark character inside an already
2296
- * escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
2297
- * "</code>.</p>
3710
+ * <p>A single character used for escaping the quotation mark character inside an already escaped value.
3711
+ * For example, the value <code>""" a , b """</code> is parsed as <code>" a , b "</code>.</p>
2298
3712
  * @public
2299
3713
  */
2300
3714
  QuoteEscapeCharacter?: string | undefined;
2301
3715
  /**
2302
- * <p>A single character used to separate individual records in the input. Instead of the
2303
- * default value, you can specify an arbitrary delimiter.</p>
3716
+ * <p>A single character used to separate individual records in the input. Instead of the default value,
3717
+ * you can specify an arbitrary delimiter.</p>
2304
3718
  * @public
2305
3719
  */
2306
3720
  RecordDelimiter?: string | undefined;
2307
3721
  /**
2308
- * <p>A single character used to separate individual fields in a record. You can specify an
2309
- * arbitrary delimiter.</p>
3722
+ * <p>A single character used to separate individual fields in a record. You can specify an arbitrary
3723
+ * delimiter.</p>
2310
3724
  * @public
2311
3725
  */
2312
3726
  FieldDelimiter?: string | undefined;
2313
3727
  /**
2314
- * <p>A single character used for escaping when the field delimiter is part of the value. For
2315
- * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
2316
- * as follows: <code>" a , b "</code>.</p>
3728
+ * <p>A single character used for escaping when the field delimiter is part of the value. For example, if
3729
+ * the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks, as follows: <code>" a ,
3730
+ * b "</code>.</p>
2317
3731
  * <p>Type: String</p>
2318
3732
  * <p>Default: <code>"</code>
2319
3733
  * </p>
@@ -2323,9 +3737,8 @@ export interface CSVInput {
2323
3737
  */
2324
3738
  QuoteCharacter?: string | undefined;
2325
3739
  /**
2326
- * <p>Specifies that CSV field values may contain quoted record delimiters and such records
2327
- * should be allowed. Default value is FALSE. Setting this value to TRUE may lower
2328
- * performance.</p>
3740
+ * <p>Specifies that CSV field values may contain quoted record delimiters and such records should be
3741
+ * allowed. Default value is FALSE. Setting this value to TRUE may lower performance.</p>
2329
3742
  * @public
2330
3743
  */
2331
3744
  AllowQuotedRecordDelimiter?: boolean | undefined;
@@ -2370,8 +3783,7 @@ export interface InputSerialization {
2370
3783
  */
2371
3784
  CSV?: CSVInput | undefined;
2372
3785
  /**
2373
- * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
2374
- * NONE.</p>
3786
+ * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p>
2375
3787
  * @public
2376
3788
  */
2377
3789
  CompressionType?: CompressionType | undefined;
@@ -2399,8 +3811,7 @@ export declare const QuoteFields: {
2399
3811
  */
2400
3812
  export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
2401
3813
  /**
2402
- * <p>Describes how uncompressed comma-separated values (CSV)-formatted results are
2403
- * formatted.</p>
3814
+ * <p>Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.</p>
2404
3815
  * @public
2405
3816
  */
2406
3817
  export interface CSVOutput {
@@ -2420,27 +3831,26 @@ export interface CSVOutput {
2420
3831
  */
2421
3832
  QuoteFields?: QuoteFields | undefined;
2422
3833
  /**
2423
- * <p>The single character used for escaping the quote character inside an already escaped
2424
- * value.</p>
3834
+ * <p>The single character used for escaping the quote character inside an already escaped value.</p>
2425
3835
  * @public
2426
3836
  */
2427
3837
  QuoteEscapeCharacter?: string | undefined;
2428
3838
  /**
2429
- * <p>A single character used to separate individual records in the output. Instead of the
2430
- * default value, you can specify an arbitrary delimiter.</p>
3839
+ * <p>A single character used to separate individual records in the output. Instead of the default value,
3840
+ * you can specify an arbitrary delimiter.</p>
2431
3841
  * @public
2432
3842
  */
2433
3843
  RecordDelimiter?: string | undefined;
2434
3844
  /**
2435
3845
  * <p>The value used to separate individual fields in a record. You can specify an arbitrary
2436
- * delimiter.</p>
3846
+ * delimiter.</p>
2437
3847
  * @public
2438
3848
  */
2439
3849
  FieldDelimiter?: string | undefined;
2440
3850
  /**
2441
- * <p>A single character used for escaping when the field delimiter is part of the value. For
2442
- * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
2443
- * as follows: <code>" a , b "</code>.</p>
3851
+ * <p>A single character used for escaping when the field delimiter is part of the value. For example, if
3852
+ * the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks, as follows: <code>" a ,
3853
+ * b "</code>.</p>
2444
3854
  * @public
2445
3855
  */
2446
3856
  QuoteCharacter?: string | undefined;
@@ -2451,8 +3861,8 @@ export interface CSVOutput {
2451
3861
  */
2452
3862
  export interface JSONOutput {
2453
3863
  /**
2454
- * <p>The value used to separate individual records in the output. If no value is specified,
2455
- * Amazon S3 uses a newline character ('\n').</p>
3864
+ * <p>The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a
3865
+ * newline character ('\n').</p>
2456
3866
  * @public
2457
3867
  */
2458
3868
  RecordDelimiter?: string | undefined;
@@ -2475,12 +3885,14 @@ export interface OutputSerialization {
2475
3885
  }
2476
3886
  /**
2477
3887
  * <important>
2478
- * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
3888
+ * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
3889
+ * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
2479
3890
  * </p>
2480
3891
  * </important>
2481
3892
  * <p>Describes the parameters for Select job types.</p>
2482
- * <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to optimize querying your data in Amazon S3</a> using
2483
- * <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side filtering.</p>
3893
+ * <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to
3894
+ * optimize querying your data in Amazon S3</a> using <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side
3895
+ * filtering.</p>
2484
3896
  * @public
2485
3897
  */
2486
3898
  export interface SelectParameters {
@@ -2496,7 +3908,8 @@ export interface SelectParameters {
2496
3908
  ExpressionType: ExpressionType | undefined;
2497
3909
  /**
2498
3910
  * <important>
2499
- * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
3911
+ * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
3912
+ * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
2500
3913
  * </p>
2501
3914
  * </important>
2502
3915
  * <p>The expression that is used to query the object.</p>
@@ -2527,21 +3940,22 @@ export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof Restor
2527
3940
  export interface RestoreRequest {
2528
3941
  /**
2529
3942
  * <p>Lifetime of the active copy in days. Do not use with restores that specify
2530
- * <code>OutputLocation</code>.</p>
3943
+ * <code>OutputLocation</code>.</p>
2531
3944
  * <p>The Days element is required for regular restores, and must not be provided for select
2532
- * requests.</p>
3945
+ * requests.</p>
2533
3946
  * @public
2534
3947
  */
2535
3948
  Days?: number | undefined;
2536
3949
  /**
2537
- * <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
2538
- * specify <code>OutputLocation</code>.</p>
3950
+ * <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that specify
3951
+ * <code>OutputLocation</code>.</p>
2539
3952
  * @public
2540
3953
  */
2541
3954
  GlacierJobParameters?: GlacierJobParameters | undefined;
2542
3955
  /**
2543
3956
  * <important>
2544
- * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
3957
+ * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
3958
+ * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
2545
3959
  * </p>
2546
3960
  * </important>
2547
3961
  * <p>Type of restore request.</p>
@@ -2560,7 +3974,8 @@ export interface RestoreRequest {
2560
3974
  Description?: string | undefined;
2561
3975
  /**
2562
3976
  * <important>
2563
- * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
3977
+ * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
3978
+ * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
2564
3979
  * </p>
2565
3980
  * </important>
2566
3981
  * <p>Describes the parameters for Select job types.</p>
@@ -2606,12 +4021,11 @@ export interface RestoreObjectRequest {
2606
4021
  */
2607
4022
  RestoreRequest?: RestoreRequest | undefined;
2608
4023
  /**
2609
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2610
- * owners need not specify this parameter in their requests. If either the source or
2611
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2612
- * charges to copy the object. For information about downloading objects from Requester Pays
2613
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2614
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
4024
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
4025
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
4026
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
4027
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
4028
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2615
4029
  * <note>
2616
4030
  * <p>This functionality is not supported for directory buckets.</p>
2617
4031
  * </note>
@@ -2624,8 +4038,8 @@ export interface RestoreObjectRequest {
2624
4038
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
2625
4039
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2626
4040
  * the <i>Amazon S3 User Guide</i>.</p>
2627
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
2628
- * <code>ChecksumAlgorithm</code> parameter.</p>
4041
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
4042
+ * parameter.</p>
2629
4043
  * @public
2630
4044
  */
2631
4045
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -2642,9 +4056,8 @@ export interface RestoreObjectRequest {
2642
4056
  export interface ContinuationEvent {
2643
4057
  }
2644
4058
  /**
2645
- * <p>A message that indicates the request is complete and no more messages will be sent. You
2646
- * should not assume that the request is complete until the client receives an
2647
- * <code>EndEvent</code>.</p>
4059
+ * <p>A message that indicates the request is complete and no more messages will be sent. You should not
4060
+ * assume that the request is complete until the client receives an <code>EndEvent</code>.</p>
2648
4061
  * @public
2649
4062
  */
2650
4063
  export interface EndEvent {
@@ -2687,12 +4100,13 @@ export interface ProgressEvent {
2687
4100
  */
2688
4101
  export interface RecordsEvent {
2689
4102
  /**
2690
- * <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that
2691
- * a record will be self-contained in one record frame. To ensure continuous streaming of
2692
- * data, S3 Select might split the same record across multiple record frames instead of
2693
- * aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by
2694
- * default. Other clients might not handle this behavior by default. In those cases, you must
2695
- * aggregate the results on the client side and parse the response.</p>
4103
+ * <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record
4104
+ * will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might
4105
+ * split the same record across multiple record frames instead of aggregating the results in memory. Some
4106
+ * S3 clients (for example, the SDKforJava) handle this behavior by creating a
4107
+ * <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior
4108
+ * by default. In those cases, you must aggregate the results on the client side and parse the
4109
+ * response.</p>
2696
4110
  * @public
2697
4111
  */
2698
4112
  Payload?: Uint8Array | undefined;
@@ -2830,57 +4244,54 @@ export interface SelectObjectContentOutput {
2830
4244
  Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
2831
4245
  }
2832
4246
  /**
2833
- * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
2834
- * sent.</p>
4247
+ * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be sent.</p>
2835
4248
  * @public
2836
4249
  */
2837
4250
  export interface RequestProgress {
2838
4251
  /**
2839
- * <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE,
2840
- * FALSE. Default value: FALSE.</p>
4252
+ * <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default
4253
+ * value: FALSE.</p>
2841
4254
  * @public
2842
4255
  */
2843
4256
  Enabled?: boolean | undefined;
2844
4257
  }
2845
4258
  /**
2846
- * <p>Specifies the byte range of the object to get the records from. A record is processed
2847
- * when its first byte is contained by the range. This parameter is optional, but when
2848
- * specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
2849
- * start and end of the range.</p>
4259
+ * <p>Specifies the byte range of the object to get the records from. A record is processed when its first
4260
+ * byte is contained by the range. This parameter is optional, but when specified, it must not be empty.
4261
+ * See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>
2850
4262
  * @public
2851
4263
  */
2852
4264
  export interface ScanRange {
2853
4265
  /**
2854
- * <p>Specifies the start of the byte range. This parameter is optional. Valid values:
2855
- * non-negative integers. The default value is 0. If only <code>start</code> is supplied, it
2856
- * means scan from that point to the end of the file. For example,
2857
- * <code><scanrange><start>50</start></scanrange></code> means scan
2858
- * from byte 50 until the end of the file.</p>
4266
+ * <p>Specifies the start of the byte range. This parameter is optional. Valid values: non-negative
4267
+ * integers. The default value is 0. If only <code>start</code> is supplied, it means scan from that point
4268
+ * to the end of the file. For example,
4269
+ * <code><scanrange><start>50</start></scanrange></code> means scan from byte 50
4270
+ * until the end of the file.</p>
2859
4271
  * @public
2860
4272
  */
2861
4273
  Start?: number | undefined;
2862
4274
  /**
2863
- * <p>Specifies the end of the byte range. This parameter is optional. Valid values:
2864
- * non-negative integers. The default value is one less than the size of the object being
2865
- * queried. If only the End parameter is supplied, it is interpreted to mean scan the last N
2866
- * bytes of the file. For example,
2867
- * <code><scanrange><end>50</end></scanrange></code> means scan the
2868
- * last 50 bytes.</p>
4275
+ * <p>Specifies the end of the byte range. This parameter is optional. Valid values: non-negative
4276
+ * integers. The default value is one less than the size of the object being queried. If only the End
4277
+ * parameter is supplied, it is interpreted to mean scan the last N bytes of the file. For example,
4278
+ * <code><scanrange><end>50</end></scanrange></code> means scan the last 50
4279
+ * bytes.</p>
2869
4280
  * @public
2870
4281
  */
2871
4282
  End?: number | undefined;
2872
4283
  }
2873
4284
  /**
2874
4285
  * <note>
2875
- * <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
4286
+ * <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3
4287
+ * Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
2876
4288
  * </p>
2877
4289
  * </note>
2878
- * <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
2879
- * Language (SQL) statement. In the request, along with the SQL expression, you must specify a
2880
- * data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data
2881
- * into records. It returns only records that match the specified SQL expression. You must
2882
- * also specify the data serialization format for the response. For more information, see
2883
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p>
4290
+ * <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL)
4291
+ * statement. In the request, along with the SQL expression, you must specify a data serialization format
4292
+ * (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records
4293
+ * that match the specified SQL expression. You must also specify the data serialization format for the
4294
+ * response. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p>
2884
4295
  * @public
2885
4296
  */
2886
4297
  export interface SelectObjectContentRequest {
@@ -2946,28 +4357,27 @@ export interface SelectObjectContentRequest {
2946
4357
  */
2947
4358
  OutputSerialization: OutputSerialization | undefined;
2948
4359
  /**
2949
- * <p>Specifies the byte range of the object to get the records from. A record is processed
2950
- * when its first byte is contained by the range. This parameter is optional, but when
2951
- * specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
2952
- * start and end of the range.</p>
4360
+ * <p>Specifies the byte range of the object to get the records from. A record is processed when its first
4361
+ * byte is contained by the range. This parameter is optional, but when specified, it must not be empty.
4362
+ * See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>
2953
4363
  * <p>
2954
4364
  * <code>ScanRange</code>may be used in the following ways:</p>
2955
4365
  * <ul>
2956
4366
  * <li>
2957
4367
  * <p>
2958
4368
  * <code><scanrange><start>50</start><end>100</end></scanrange></code>
2959
- * - process only the records starting between the bytes 50 and 100 (inclusive, counting
2960
- * from zero)</p>
4369
+ * - process only the records starting between the bytes 50 and 100 (inclusive, counting from
4370
+ * zero)</p>
2961
4371
  * </li>
2962
4372
  * <li>
2963
4373
  * <p>
2964
- * <code><scanrange><start>50</start></scanrange></code> -
2965
- * process only the records starting after the byte 50</p>
4374
+ * <code><scanrange><start>50</start></scanrange></code> - process only the
4375
+ * records starting after the byte 50</p>
2966
4376
  * </li>
2967
4377
  * <li>
2968
4378
  * <p>
2969
- * <code><scanrange><end>50</end></scanrange></code> -
2970
- * process only the records within the last 50 bytes of the file.</p>
4379
+ * <code><scanrange><end>50</end></scanrange></code> - process only the
4380
+ * records within the last 50 bytes of the file.</p>
2971
4381
  * </li>
2972
4382
  * </ul>
2973
4383
  * @public
@@ -2979,13 +4389,142 @@ export interface SelectObjectContentRequest {
2979
4389
  */
2980
4390
  ExpectedBucketOwner?: string | undefined;
2981
4391
  }
4392
+ /**
4393
+ * <p>
4394
+ * The specified updates to the S3 Metadata inventory table configuration.
4395
+ * </p>
4396
+ * @public
4397
+ */
4398
+ export interface InventoryTableConfigurationUpdates {
4399
+ /**
4400
+ * <p>
4401
+ * The configuration state of the inventory table, indicating whether the inventory table is enabled
4402
+ * or disabled.
4403
+ * </p>
4404
+ * @public
4405
+ */
4406
+ ConfigurationState: InventoryConfigurationState | undefined;
4407
+ /**
4408
+ * <p>
4409
+ * The encryption configuration for the inventory table.
4410
+ * </p>
4411
+ * @public
4412
+ */
4413
+ EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
4414
+ }
4415
+ /**
4416
+ * @public
4417
+ */
4418
+ export interface UpdateBucketMetadataInventoryTableConfigurationRequest {
4419
+ /**
4420
+ * <p>
4421
+ * The general purpose bucket that corresponds to the metadata configuration that you want to
4422
+ * enable or disable an inventory table for.
4423
+ * </p>
4424
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
4425
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
4426
+ * @public
4427
+ */
4428
+ Bucket: string | undefined;
4429
+ /**
4430
+ * <p>
4431
+ * The <code>Content-MD5</code> header for the inventory table configuration.
4432
+ * </p>
4433
+ * @public
4434
+ */
4435
+ ContentMD5?: string | undefined;
4436
+ /**
4437
+ * <p>
4438
+ * The checksum algorithm to use with your inventory table configuration.
4439
+ * </p>
4440
+ * @public
4441
+ */
4442
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
4443
+ /**
4444
+ * <p>
4445
+ * The contents of your inventory table configuration.
4446
+ * </p>
4447
+ * @public
4448
+ */
4449
+ InventoryTableConfiguration: InventoryTableConfigurationUpdates | undefined;
4450
+ /**
4451
+ * <p>
4452
+ * The expected owner of the general purpose bucket that corresponds to the metadata table
4453
+ * configuration that you want to enable or disable an inventory table for.
4454
+ * </p>
4455
+ * @public
4456
+ */
4457
+ ExpectedBucketOwner?: string | undefined;
4458
+ }
4459
+ /**
4460
+ * <p>
4461
+ * The specified updates to the S3 Metadata journal table configuration.
4462
+ * </p>
4463
+ * @public
4464
+ */
4465
+ export interface JournalTableConfigurationUpdates {
4466
+ /**
4467
+ * <p>
4468
+ * The journal table record expiration settings for the journal table.
4469
+ * </p>
4470
+ * @public
4471
+ */
4472
+ RecordExpiration: RecordExpiration | undefined;
4473
+ }
4474
+ /**
4475
+ * @public
4476
+ */
4477
+ export interface UpdateBucketMetadataJournalTableConfigurationRequest {
4478
+ /**
4479
+ * <p>
4480
+ * The general purpose bucket that corresponds to the metadata configuration that you want to
4481
+ * enable or disable journal table record expiration for.
4482
+ * </p>
4483
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
4484
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
4485
+ * @public
4486
+ */
4487
+ Bucket: string | undefined;
4488
+ /**
4489
+ * <p>
4490
+ * The <code>Content-MD5</code> header for the journal table configuration.
4491
+ * </p>
4492
+ * @public
4493
+ */
4494
+ ContentMD5?: string | undefined;
4495
+ /**
4496
+ * <p>
4497
+ * The checksum algorithm to use with your journal table configuration.
4498
+ * </p>
4499
+ * @public
4500
+ */
4501
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
4502
+ /**
4503
+ * <p>
4504
+ * The contents of your journal table configuration.
4505
+ * </p>
4506
+ * @public
4507
+ */
4508
+ JournalTableConfiguration: JournalTableConfigurationUpdates | undefined;
4509
+ /**
4510
+ * <p>
4511
+ * The expected owner of the general purpose bucket that corresponds to the metadata table
4512
+ * configuration that you want to enable or disable journal table record expiration for.
4513
+ * </p>
4514
+ * @public
4515
+ */
4516
+ ExpectedBucketOwner?: string | undefined;
4517
+ }
2982
4518
  /**
2983
4519
  * @public
2984
4520
  */
2985
4521
  export interface UploadPartOutput {
2986
4522
  /**
2987
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2988
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
4523
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
4524
+ * <note>
4525
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
4526
+ * encryption option is <code>aws:fsx</code>.</p>
4527
+ * </note>
2989
4528
  * @public
2990
4529
  */
2991
4530
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -3011,9 +4550,10 @@ export interface UploadPartOutput {
3011
4550
  */
3012
4551
  ChecksumCRC32C?: string | undefined;
3013
4552
  /**
3014
- * <p>This header can be used as a data integrity check to verify that the data received is
3015
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3016
- * <code>CRC64NVME</code> checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
4553
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4554
+ * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
4555
+ * checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4556
+ * the <i>Amazon S3 User Guide</i>.</p>
3017
4557
  * @public
3018
4558
  */
3019
4559
  ChecksumCRC64NVME?: string | undefined;
@@ -3034,8 +4574,8 @@ export interface UploadPartOutput {
3034
4574
  */
3035
4575
  ChecksumSHA256?: string | undefined;
3036
4576
  /**
3037
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3038
- * response will include this header to confirm the encryption algorithm that's used.</p>
4577
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
4578
+ * include this header to confirm the encryption algorithm that's used.</p>
3039
4579
  * <note>
3040
4580
  * <p>This functionality is not supported for directory buckets.</p>
3041
4581
  * </note>
@@ -3043,9 +4583,9 @@ export interface UploadPartOutput {
3043
4583
  */
3044
4584
  SSECustomerAlgorithm?: string | undefined;
3045
4585
  /**
3046
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3047
- * response will include this header to provide the round-trip message integrity verification
3048
- * of the customer-provided encryption key.</p>
4586
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
4587
+ * include this header to provide the round-trip message integrity verification of the customer-provided
4588
+ * encryption key.</p>
3049
4589
  * <note>
3050
4590
  * <p>This functionality is not supported for directory buckets.</p>
3051
4591
  * </note>
@@ -3058,14 +4598,15 @@ export interface UploadPartOutput {
3058
4598
  */
3059
4599
  SSEKMSKeyId?: string | undefined;
3060
4600
  /**
3061
- * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
3062
- * with Key Management Service (KMS) keys (SSE-KMS).</p>
4601
+ * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with
4602
+ * Key Management Service (KMS) keys (SSE-KMS).</p>
3063
4603
  * @public
3064
4604
  */
3065
4605
  BucketKeyEnabled?: boolean | undefined;
3066
4606
  /**
3067
- * <p>If present, indicates that the requester was successfully charged for the
3068
- * request.</p>
4607
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
4608
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
4609
+ * Storage Service user guide</i>.</p>
3069
4610
  * <note>
3070
4611
  * <p>This functionality is not supported for directory buckets.</p>
3071
4612
  * </note>
@@ -3085,8 +4626,7 @@ export interface UploadPartRequest {
3085
4626
  /**
3086
4627
  * <p>The name of the bucket to which the multipart upload was initiated.</p>
3087
4628
  * <p>
3088
- * <b>Directory buckets</b> -
3089
- * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
4629
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
3090
4630
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
3091
4631
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3092
4632
  * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -3107,15 +4647,14 @@ export interface UploadPartRequest {
3107
4647
  */
3108
4648
  Bucket: string | undefined;
3109
4649
  /**
3110
- * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
3111
- * determined automatically.</p>
4650
+ * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined
4651
+ * automatically.</p>
3112
4652
  * @public
3113
4653
  */
3114
4654
  ContentLength?: number | undefined;
3115
4655
  /**
3116
- * <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
3117
- * when using the command from the CLI. This parameter is required if object lock parameters
3118
- * are specified.</p>
4656
+ * <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using
4657
+ * the command from the CLI. This parameter is required if object lock parameters are specified.</p>
3119
4658
  * <note>
3120
4659
  * <p>This functionality is not supported for directory buckets.</p>
3121
4660
  * </note>
@@ -3128,10 +4667,10 @@ export interface UploadPartRequest {
3128
4667
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
3129
4668
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
3130
4669
  * the <i>Amazon S3 User Guide</i>.</p>
3131
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
3132
- * <code>ChecksumAlgorithm</code> parameter.</p>
3133
- * <p>This checksum algorithm must be the same for all parts and it match the checksum value
3134
- * supplied in the <code>CreateMultipartUpload</code> request.</p>
4670
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
4671
+ * parameter.</p>
4672
+ * <p>This checksum algorithm must be the same for all parts and it match the checksum value supplied in
4673
+ * the <code>CreateMultipartUpload</code> request.</p>
3135
4674
  * @public
3136
4675
  */
3137
4676
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -3152,9 +4691,10 @@ export interface UploadPartRequest {
3152
4691
  */
3153
4692
  ChecksumCRC32C?: string | undefined;
3154
4693
  /**
3155
- * <p>This header can be used as a data integrity check to verify that the data received is
3156
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3157
- * <code>CRC64NVME</code> checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
4694
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4695
+ * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
4696
+ * checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4697
+ * the <i>Amazon S3 User Guide</i>.</p>
3158
4698
  * @public
3159
4699
  */
3160
4700
  ChecksumCRC64NVME?: string | undefined;
@@ -3180,8 +4720,7 @@ export interface UploadPartRequest {
3180
4720
  */
3181
4721
  Key: string | undefined;
3182
4722
  /**
3183
- * <p>Part number of part being uploaded. This is a positive integer between 1 and
3184
- * 10,000.</p>
4723
+ * <p>Part number of part being uploaded. This is a positive integer between 1 and 10,000.</p>
3185
4724
  * @public
3186
4725
  */
3187
4726
  PartNumber: number | undefined;
@@ -3199,11 +4738,11 @@ export interface UploadPartRequest {
3199
4738
  */
3200
4739
  SSECustomerAlgorithm?: string | undefined;
3201
4740
  /**
3202
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
3203
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
3204
- * encryption key. The key must be appropriate for use with the algorithm specified in the
3205
- * <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the
3206
- * same encryption key specified in the initiate multipart upload request.</p>
4741
+ * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
4742
+ * used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
4743
+ * be appropriate for use with the algorithm specified in the
4744
+ * <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the same encryption
4745
+ * key specified in the initiate multipart upload request.</p>
3207
4746
  * <note>
3208
4747
  * <p>This functionality is not supported for directory buckets.</p>
3209
4748
  * </note>
@@ -3211,9 +4750,8 @@ export interface UploadPartRequest {
3211
4750
  */
3212
4751
  SSECustomerKey?: string | undefined;
3213
4752
  /**
3214
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3215
- * this header for a message integrity check to ensure that the encryption key was transmitted
3216
- * without error.</p>
4753
+ * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
4754
+ * for a message integrity check to ensure that the encryption key was transmitted without error.</p>
3217
4755
  * <note>
3218
4756
  * <p>This functionality is not supported for directory buckets.</p>
3219
4757
  * </note>
@@ -3221,12 +4759,11 @@ export interface UploadPartRequest {
3221
4759
  */
3222
4760
  SSECustomerKeyMD5?: string | undefined;
3223
4761
  /**
3224
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
3225
- * owners need not specify this parameter in their requests. If either the source or
3226
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
3227
- * charges to copy the object. For information about downloading objects from Requester Pays
3228
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3229
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
4762
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
4763
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
4764
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
4765
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
4766
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3230
4767
  * <note>
3231
4768
  * <p>This functionality is not supported for directory buckets.</p>
3232
4769
  * </note>
@@ -3255,40 +4792,42 @@ export interface CopyPartResult {
3255
4792
  */
3256
4793
  LastModified?: Date | undefined;
3257
4794
  /**
3258
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3259
- * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. For more information, see
3260
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3261
- * <i>Amazon S3 User Guide</i>.</p>
4795
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4796
+ * that was originally sent. This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum
4797
+ * of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4798
+ * the <i>Amazon S3 User Guide</i>.</p>
3262
4799
  * @public
3263
4800
  */
3264
4801
  ChecksumCRC32?: string | undefined;
3265
4802
  /**
3266
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3267
- * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. For more information, see
3268
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3269
- * <i>Amazon S3 User Guide</i>.</p>
4803
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4804
+ * that was originally sent. This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum
4805
+ * of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4806
+ * the <i>Amazon S3 User Guide</i>.</p>
3270
4807
  * @public
3271
4808
  */
3272
4809
  ChecksumCRC32C?: string | undefined;
3273
4810
  /**
3274
- * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
3275
- * if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
4811
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present if
4812
+ * the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm to the
4813
+ * uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4814
+ * the <i>Amazon S3 User Guide</i>.</p>
3276
4815
  * @public
3277
4816
  */
3278
4817
  ChecksumCRC64NVME?: string | undefined;
3279
4818
  /**
3280
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3281
- * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. For more information, see
3282
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3283
- * <i>Amazon S3 User Guide</i>.</p>
4819
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4820
+ * that was originally sent. This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum
4821
+ * of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4822
+ * the <i>Amazon S3 User Guide</i>.</p>
3284
4823
  * @public
3285
4824
  */
3286
4825
  ChecksumSHA1?: string | undefined;
3287
4826
  /**
3288
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3289
- * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. For more information, see
3290
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3291
- * <i>Amazon S3 User Guide</i>.</p>
4827
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
4828
+ * that was originally sent. This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum
4829
+ * of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
4830
+ * the <i>Amazon S3 User Guide</i>.</p>
3292
4831
  * @public
3293
4832
  */
3294
4833
  ChecksumSHA256?: string | undefined;
@@ -3298,8 +4837,8 @@ export interface CopyPartResult {
3298
4837
  */
3299
4838
  export interface UploadPartCopyOutput {
3300
4839
  /**
3301
- * <p>The version of the source object that was copied, if you have enabled versioning on the
3302
- * source bucket.</p>
4840
+ * <p>The version of the source object that was copied, if you have enabled versioning on the source
4841
+ * bucket.</p>
3303
4842
  * <note>
3304
4843
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3305
4844
  * </note>
@@ -3312,14 +4851,17 @@ export interface UploadPartCopyOutput {
3312
4851
  */
3313
4852
  CopyPartResult?: CopyPartResult | undefined;
3314
4853
  /**
3315
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3316
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
4854
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
4855
+ * <note>
4856
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
4857
+ * encryption option is <code>aws:fsx</code>.</p>
4858
+ * </note>
3317
4859
  * @public
3318
4860
  */
3319
4861
  ServerSideEncryption?: ServerSideEncryption | undefined;
3320
4862
  /**
3321
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3322
- * response will include this header to confirm the encryption algorithm that's used.</p>
4863
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
4864
+ * include this header to confirm the encryption algorithm that's used.</p>
3323
4865
  * <note>
3324
4866
  * <p>This functionality is not supported for directory buckets.</p>
3325
4867
  * </note>
@@ -3327,9 +4869,9 @@ export interface UploadPartCopyOutput {
3327
4869
  */
3328
4870
  SSECustomerAlgorithm?: string | undefined;
3329
4871
  /**
3330
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3331
- * response will include this header to provide the round-trip message integrity verification
3332
- * of the customer-provided encryption key.</p>
4872
+ * <p>If server-side encryption with a customer-provided encryption key was requested, the response will
4873
+ * include this header to provide the round-trip message integrity verification of the customer-provided
4874
+ * encryption key.</p>
3333
4875
  * <note>
3334
4876
  * <p>This functionality is not supported for directory buckets.</p>
3335
4877
  * </note>
@@ -3342,14 +4884,15 @@ export interface UploadPartCopyOutput {
3342
4884
  */
3343
4885
  SSEKMSKeyId?: string | undefined;
3344
4886
  /**
3345
- * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
3346
- * with Key Management Service (KMS) keys (SSE-KMS).</p>
4887
+ * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with
4888
+ * Key Management Service (KMS) keys (SSE-KMS).</p>
3347
4889
  * @public
3348
4890
  */
3349
4891
  BucketKeyEnabled?: boolean | undefined;
3350
4892
  /**
3351
- * <p>If present, indicates that the requester was successfully charged for the
3352
- * request.</p>
4893
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
4894
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
4895
+ * Storage Service user guide</i>.</p>
3353
4896
  * <note>
3354
4897
  * <p>This functionality is not supported for directory buckets.</p>
3355
4898
  * </note>
@@ -3371,8 +4914,10 @@ export interface UploadPartCopyRequest {
3371
4914
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3372
4915
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3373
4916
  * <note>
3374
- * <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
3375
- * you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
4917
+ * <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination
4918
+ * bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region.
4919
+ * Otherwise, you get an HTTP <code>400 Bad Request</code> error with the error code
4920
+ * <code>InvalidRequest</code>.</p>
3376
4921
  * </note>
3377
4922
  * <p>
3378
4923
  * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3389,15 +4934,14 @@ export interface UploadPartCopyRequest {
3389
4934
  */
3390
4935
  Bucket: string | undefined;
3391
4936
  /**
3392
- * <p>Specifies the source object for the copy operation. You specify the value in one of two
3393
- * formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
4937
+ * <p>Specifies the source object for the copy operation. You specify the value in one of two formats,
4938
+ * depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
3394
4939
  * <ul>
3395
4940
  * <li>
3396
- * <p>For objects not accessed through an access point, specify the name of the source bucket
3397
- * and key of the source object, separated by a slash (/). For example, to copy the
3398
- * object <code>reports/january.pdf</code> from the bucket
3399
- * <code>awsexamplebucket</code>, use <code>awsexamplebucket/reports/january.pdf</code>.
3400
- * The value must be URL-encoded.</p>
4941
+ * <p>For objects not accessed through an access point, specify the name of the source bucket and key of the
4942
+ * source object, separated by a slash (/). For example, to copy the object
4943
+ * <code>reports/january.pdf</code> from the bucket <code>awsexamplebucket</code>, use
4944
+ * <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL-encoded.</p>
3401
4945
  * </li>
3402
4946
  * <li>
3403
4947
  * <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
@@ -3414,22 +4958,19 @@ export interface UploadPartCopyRequest {
3414
4958
  * <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL-encoded. </p>
3415
4959
  * </li>
3416
4960
  * </ul>
3417
- * <p>If your bucket has versioning enabled, you could have multiple versions of the same
3418
- * object. By default, <code>x-amz-copy-source</code> identifies the current version of the
3419
- * source object to copy. To copy a specific version of the source object to copy, append
3420
- * <code>?versionId=<version-id></code> to the <code>x-amz-copy-source</code> request
3421
- * header (for example, <code>x-amz-copy-source:
3422
- * /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
4961
+ * <p>If your bucket has versioning enabled, you could have multiple versions of the same object. By
4962
+ * default, <code>x-amz-copy-source</code> identifies the current version of the source object to copy. To
4963
+ * copy a specific version of the source object to copy, append <code>?versionId=<version-id></code> to
4964
+ * the <code>x-amz-copy-source</code> request header (for example, <code>x-amz-copy-source:
4965
+ * /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
3423
4966
  * <p>If the current version is a delete marker and you don't specify a versionId in the
3424
- * <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code>
3425
- * error, because the object does not exist. If you specify versionId in the
3426
- * <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3 returns an
3427
- * HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete
3428
- * marker as a version for the <code>x-amz-copy-source</code>. </p>
4967
+ * <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code> error,
4968
+ * because the object does not exist. If you specify versionId in the <code>x-amz-copy-source</code> and
4969
+ * the versionId is a delete marker, Amazon S3 returns an HTTP <code>400 Bad Request</code> error, because you
4970
+ * are not allowed to specify a delete marker as a version for the <code>x-amz-copy-source</code>. </p>
3429
4971
  * <note>
3430
4972
  * <p>
3431
- * <b>Directory buckets</b> -
3432
- * S3 Versioning isn't enabled and supported for directory buckets.</p>
4973
+ * <b>Directory buckets</b> - S3 Versioning isn't enabled and supported for directory buckets.</p>
3433
4974
  * </note>
3434
4975
  * @public
3435
4976
  */
@@ -3437,72 +4978,62 @@ export interface UploadPartCopyRequest {
3437
4978
  /**
3438
4979
  * <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
3439
4980
  * <p>If both of the <code>x-amz-copy-source-if-match</code> and
3440
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
3441
- * follows:</p>
4981
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
4982
+ * follows:</p>
3442
4983
  * <p>
3443
- * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
3444
- * and;</p>
4984
+ * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
3445
4985
  * <p>
3446
- * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
3447
- * <code>false</code>;</p>
4986
+ * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
3448
4987
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
3449
- * </p>
4988
+ * </p>
3450
4989
  * @public
3451
4990
  */
3452
4991
  CopySourceIfMatch?: string | undefined;
3453
4992
  /**
3454
4993
  * <p>Copies the object if it has been modified since the specified time.</p>
3455
4994
  * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3456
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3457
- * follows:</p>
4995
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
3458
4996
  * <p>
3459
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3460
- * and;</p>
4997
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
3461
4998
  * <p>
3462
- * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
3463
- * <code>true</code>;</p>
4999
+ * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
3464
5000
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
3465
- * </p>
5001
+ * </p>
3466
5002
  * @public
3467
5003
  */
3468
5004
  CopySourceIfModifiedSince?: Date | undefined;
3469
5005
  /**
3470
5006
  * <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
3471
5007
  * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3472
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3473
- * follows:</p>
5008
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
3474
5009
  * <p>
3475
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3476
- * and;</p>
5010
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
3477
5011
  * <p>
3478
- * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
3479
- * <code>true</code>;</p>
5012
+ * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
3480
5013
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
3481
- * </p>
5014
+ * </p>
3482
5015
  * @public
3483
5016
  */
3484
5017
  CopySourceIfNoneMatch?: string | undefined;
3485
5018
  /**
3486
5019
  * <p>Copies the object if it hasn't been modified since the specified time.</p>
3487
5020
  * <p>If both of the <code>x-amz-copy-source-if-match</code> and
3488
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
3489
- * follows:</p>
5021
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
5022
+ * follows:</p>
3490
5023
  * <p>
3491
- * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
3492
- * and;</p>
5024
+ * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
3493
5025
  * <p>
3494
- * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
3495
- * <code>false</code>;</p>
5026
+ * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
3496
5027
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
3497
- * </p>
5028
+ * </p>
3498
5029
  * @public
3499
5030
  */
3500
5031
  CopySourceIfUnmodifiedSince?: Date | undefined;
3501
5032
  /**
3502
5033
  * <p>The range of bytes to copy from the source object. The range value must use the form
3503
- * bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
3504
- * example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You
3505
- * can copy a range only if the source object is greater than 5 MB.</p>
5034
+ * bytes=first-last, where the first and last are the zero-based byte offsets to copy. For example,
5035
+ * bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You can copy a range only if
5036
+ * the source object is greater than 5 MB.</p>
3506
5037
  * @public
3507
5038
  */
3508
5039
  CopySourceRange?: string | undefined;
@@ -3512,8 +5043,7 @@ export interface UploadPartCopyRequest {
3512
5043
  */
3513
5044
  Key: string | undefined;
3514
5045
  /**
3515
- * <p>Part number of part being copied. This is a positive integer between 1 and
3516
- * 10,000.</p>
5046
+ * <p>Part number of part being copied. This is a positive integer between 1 and 10,000.</p>
3517
5047
  * @public
3518
5048
  */
3519
5049
  PartNumber: number | undefined;
@@ -3531,11 +5061,11 @@ export interface UploadPartCopyRequest {
3531
5061
  */
3532
5062
  SSECustomerAlgorithm?: string | undefined;
3533
5063
  /**
3534
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
3535
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
3536
- * encryption key. The key must be appropriate for use with the algorithm specified in the
3537
- * <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the
3538
- * same encryption key specified in the initiate multipart upload request.</p>
5064
+ * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
5065
+ * used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
5066
+ * be appropriate for use with the algorithm specified in the
5067
+ * <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the same encryption
5068
+ * key specified in the initiate multipart upload request.</p>
3539
5069
  * <note>
3540
5070
  * <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
3541
5071
  * </note>
@@ -3543,9 +5073,8 @@ export interface UploadPartCopyRequest {
3543
5073
  */
3544
5074
  SSECustomerKey?: string | undefined;
3545
5075
  /**
3546
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3547
- * this header for a message integrity check to ensure that the encryption key was transmitted
3548
- * without error.</p>
5076
+ * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
5077
+ * for a message integrity check to ensure that the encryption key was transmitted without error.</p>
3549
5078
  * <note>
3550
5079
  * <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
3551
5080
  * </note>
@@ -3554,7 +5083,7 @@ export interface UploadPartCopyRequest {
3554
5083
  SSECustomerKeyMD5?: string | undefined;
3555
5084
  /**
3556
5085
  * <p>Specifies the algorithm to use when decrypting the source object (for example,
3557
- * <code>AES256</code>).</p>
5086
+ * <code>AES256</code>).</p>
3558
5087
  * <note>
3559
5088
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3560
5089
  * </note>
@@ -3562,9 +5091,9 @@ export interface UploadPartCopyRequest {
3562
5091
  */
3563
5092
  CopySourceSSECustomerAlgorithm?: string | undefined;
3564
5093
  /**
3565
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
3566
- * object. The encryption key provided in this header must be one that was used when the
3567
- * source object was created.</p>
5094
+ * <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The
5095
+ * encryption key provided in this header must be one that was used when the source object was
5096
+ * created.</p>
3568
5097
  * <note>
3569
5098
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3570
5099
  * </note>
@@ -3572,9 +5101,8 @@ export interface UploadPartCopyRequest {
3572
5101
  */
3573
5102
  CopySourceSSECustomerKey?: string | undefined;
3574
5103
  /**
3575
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3576
- * this header for a message integrity check to ensure that the encryption key was transmitted
3577
- * without error.</p>
5104
+ * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
5105
+ * for a message integrity check to ensure that the encryption key was transmitted without error.</p>
3578
5106
  * <note>
3579
5107
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3580
5108
  * </note>
@@ -3582,12 +5110,11 @@ export interface UploadPartCopyRequest {
3582
5110
  */
3583
5111
  CopySourceSSECustomerKeyMD5?: string | undefined;
3584
5112
  /**
3585
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
3586
- * owners need not specify this parameter in their requests. If either the source or
3587
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
3588
- * charges to copy the object. For information about downloading objects from Requester Pays
3589
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3590
- * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
5113
+ * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
5114
+ * specify this parameter in their requests. If either the source or destination S3 bucket has Requester
5115
+ * Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
5116
+ * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
5117
+ * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3591
5118
  * <note>
3592
5119
  * <p>This functionality is not supported for directory buckets.</p>
3593
5120
  * </note>
@@ -3615,8 +5142,8 @@ export interface WriteGetObjectResponseRequest {
3615
5142
  */
3616
5143
  RequestRoute: string | undefined;
3617
5144
  /**
3618
- * <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
3619
- * user <code>GetObject</code> request.</p>
5145
+ * <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end user
5146
+ * <code>GetObject</code> request.</p>
3620
5147
  * @public
3621
5148
  */
3622
5149
  RequestToken: string | undefined;
@@ -3626,8 +5153,8 @@ export interface WriteGetObjectResponseRequest {
3626
5153
  */
3627
5154
  Body?: StreamingBlobTypes | undefined;
3628
5155
  /**
3629
- * <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
3630
- * request. The following is a list of status codes.</p>
5156
+ * <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code> request. The
5157
+ * following is a list of status codes.</p>
3631
5158
  * <ul>
3632
5159
  * <li>
3633
5160
  * <p>
@@ -3704,19 +5231,18 @@ export interface WriteGetObjectResponseRequest {
3704
5231
  */
3705
5232
  StatusCode?: number | undefined;
3706
5233
  /**
3707
- * <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
3708
- * of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
3709
- * with a successful <code>StatusCode</code> header or when the transformed object is provided
3710
- * in the body. All error codes from S3 are sentence-cased. The regular expression (regex)
3711
- * value is <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
5234
+ * <p>A string that uniquely identifies an error condition. Returned in the <Code> tag of the error
5235
+ * XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful
5236
+ * <code>StatusCode</code> header or when the transformed object is provided in the body. All error codes
5237
+ * from S3 are sentence-cased. The regular expression (regex) value is
5238
+ * <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
3712
5239
  * @public
3713
5240
  */
3714
5241
  ErrorCode?: string | undefined;
3715
5242
  /**
3716
- * <p>Contains a generic description of the error condition. Returned in the <Message>
3717
- * tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
3718
- * used with a successful <code>StatusCode</code> header or when the transformed object is
3719
- * provided in body.</p>
5243
+ * <p>Contains a generic description of the error condition. Returned in the <Message> tag of the
5244
+ * error XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful
5245
+ * <code>StatusCode</code> header or when the transformed object is provided in body.</p>
3720
5246
  * @public
3721
5247
  */
3722
5248
  ErrorMessage?: string | undefined;
@@ -3736,9 +5262,8 @@ export interface WriteGetObjectResponseRequest {
3736
5262
  */
3737
5263
  ContentDisposition?: string | undefined;
3738
5264
  /**
3739
- * <p>Specifies what content encodings have been applied to the object and thus what decoding
3740
- * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
3741
- * field.</p>
5265
+ * <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms
5266
+ * must be applied to obtain the media-type referenced by the Content-Type header field.</p>
3742
5267
  * @public
3743
5268
  */
3744
5269
  ContentEncoding?: string | undefined;
@@ -3763,74 +5288,71 @@ export interface WriteGetObjectResponseRequest {
3763
5288
  */
3764
5289
  ContentType?: string | undefined;
3765
5290
  /**
3766
- * <p>This header can be used as a data integrity check to verify that the data received is
3767
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code>
3768
- * checksum of the object returned by the Object Lambda function. This may not match the
3769
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3770
- * only when the original <code>GetObject</code> request required checksum validation. For
3771
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3772
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3773
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3774
- * headers, this request will fail.</p>
5291
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
5292
+ * that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the
5293
+ * object returned by the Object Lambda function. This may not match the checksum for the object stored in
5294
+ * Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
5295
+ * request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
5296
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
5297
+ * <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
5298
+ * request will fail.</p>
3775
5299
  * <p></p>
3776
5300
  * @public
3777
5301
  */
3778
5302
  ChecksumCRC32?: string | undefined;
3779
5303
  /**
3780
- * <p>This header can be used as a data integrity check to verify that the data received is
3781
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code>
3782
- * checksum of the object returned by the Object Lambda function. This may not match the
3783
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3784
- * only when the original <code>GetObject</code> request required checksum validation. For
3785
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3786
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3787
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3788
- * headers, this request will fail.</p>
5304
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
5305
+ * that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the
5306
+ * object returned by the Object Lambda function. This may not match the checksum for the object stored in
5307
+ * Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
5308
+ * request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
5309
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
5310
+ * <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
5311
+ * request will fail.</p>
3789
5312
  * @public
3790
5313
  */
3791
5314
  ChecksumCRC32C?: string | undefined;
3792
5315
  /**
3793
- * <p>This header can be used as a data integrity check to verify that the data received is
3794
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3795
- * <code>CRC64NVME</code> checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
5316
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
5317
+ * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
5318
+ * checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
5319
+ * the <i>Amazon S3 User Guide</i>.</p>
3796
5320
  * @public
3797
5321
  */
3798
5322
  ChecksumCRC64NVME?: string | undefined;
3799
5323
  /**
3800
- * <p>This header can be used as a data integrity check to verify that the data received is
3801
- * the same data that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code>
3802
- * digest of the object returned by the Object Lambda function. This may not match the
3803
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3804
- * only when the original <code>GetObject</code> request required checksum validation. For
3805
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3806
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3807
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3808
- * headers, this request will fail.</p>
5324
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
5325
+ * that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the
5326
+ * object returned by the Object Lambda function. This may not match the checksum for the object stored in
5327
+ * Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
5328
+ * request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
5329
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
5330
+ * <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
5331
+ * request will fail.</p>
3809
5332
  * @public
3810
5333
  */
3811
5334
  ChecksumSHA1?: string | undefined;
3812
5335
  /**
3813
- * <p>This header can be used as a data integrity check to verify that the data received is
3814
- * the same data that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code>
3815
- * digest of the object returned by the Object Lambda function. This may not match the
3816
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3817
- * only when the original <code>GetObject</code> request required checksum validation. For
3818
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3819
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3820
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3821
- * headers, this request will fail.</p>
5336
+ * <p>This header can be used as a data integrity check to verify that the data received is the same data
5337
+ * that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the
5338
+ * object returned by the Object Lambda function. This may not match the checksum for the object stored in
5339
+ * Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
5340
+ * request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
5341
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
5342
+ * <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
5343
+ * request will fail.</p>
3822
5344
  * @public
3823
5345
  */
3824
5346
  ChecksumSHA256?: string | undefined;
3825
5347
  /**
3826
- * <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
3827
- * (<code>false</code>) a delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
5348
+ * <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not (<code>false</code>) a
5349
+ * delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
3828
5350
  * @public
3829
5351
  */
3830
5352
  DeleteMarker?: boolean | undefined;
3831
5353
  /**
3832
- * <p>An opaque identifier assigned by a web server to a specific version of a resource found
3833
- * at a URL. </p>
5354
+ * <p>An opaque identifier assigned by a web server to a specific version of a resource found at a URL.
5355
+ * </p>
3834
5356
  * @public
3835
5357
  */
3836
5358
  ETag?: string | undefined;
@@ -3840,10 +5362,9 @@ export interface WriteGetObjectResponseRequest {
3840
5362
  */
3841
5363
  Expires?: Date | undefined;
3842
5364
  /**
3843
- * <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
3844
- * this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
3845
- * pairs that provide the object expiration information. The value of the <code>rule-id</code>
3846
- * is URL-encoded. </p>
5365
+ * <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this
5366
+ * header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs that provide
5367
+ * the object expiration information. The value of the <code>rule-id</code> is URL-encoded. </p>
3847
5368
  * @public
3848
5369
  */
3849
5370
  Expiration?: string | undefined;
@@ -3853,10 +5374,9 @@ export interface WriteGetObjectResponseRequest {
3853
5374
  */
3854
5375
  LastModified?: Date | undefined;
3855
5376
  /**
3856
- * <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
3857
- * This can happen if you create metadata using an API like SOAP that supports more flexible
3858
- * metadata than the REST API. For example, using SOAP, you can create metadata whose values
3859
- * are not legal HTTP headers.</p>
5377
+ * <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers. This can
5378
+ * happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST
5379
+ * API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>
3860
5380
  * @public
3861
5381
  */
3862
5382
  MissingMeta?: number | undefined;
@@ -3866,8 +5386,9 @@ export interface WriteGetObjectResponseRequest {
3866
5386
  */
3867
5387
  Metadata?: Record<string, string> | undefined;
3868
5388
  /**
3869
- * <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
3870
- * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
5389
+ * <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information about S3
5390
+ * Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object
5391
+ * Lock</a>.</p>
3871
5392
  * @public
3872
5393
  */
3873
5394
  ObjectLockMode?: ObjectLockMode | undefined;
@@ -3887,14 +5408,15 @@ export interface WriteGetObjectResponseRequest {
3887
5408
  */
3888
5409
  PartsCount?: number | undefined;
3889
5410
  /**
3890
- * <p>Indicates if request involves bucket that is either a source or destination in a
3891
- * Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
5411
+ * <p>Indicates if request involves bucket that is either a source or destination in a Replication rule.
5412
+ * For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
3892
5413
  * @public
3893
5414
  */
3894
5415
  ReplicationStatus?: ReplicationStatus | undefined;
3895
5416
  /**
3896
- * <p>If present, indicates that the requester was successfully charged for the
3897
- * request.</p>
5417
+ * <p>If present, indicates that the requester was successfully charged for the request. For more
5418
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
5419
+ * Storage Service user guide</i>.</p>
3898
5420
  * <note>
3899
5421
  * <p>This functionality is not supported for directory buckets.</p>
3900
5422
  * </note>
@@ -3902,41 +5424,42 @@ export interface WriteGetObjectResponseRequest {
3902
5424
  */
3903
5425
  RequestCharged?: RequestCharged | undefined;
3904
5426
  /**
3905
- * <p>Provides information about object restoration operation and expiration time of the
3906
- * restored object copy.</p>
5427
+ * <p>Provides information about object restoration operation and expiration time of the restored object
5428
+ * copy.</p>
3907
5429
  * @public
3908
5430
  */
3909
5431
  Restore?: string | undefined;
3910
5432
  /**
3911
- * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
3912
- * example, AES256, <code>aws:kms</code>).</p>
5433
+ * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
5434
+ * <note>
5435
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
5436
+ * encryption option is <code>aws:fsx</code>.</p>
5437
+ * </note>
3913
5438
  * @public
3914
5439
  */
3915
5440
  ServerSideEncryption?: ServerSideEncryption | undefined;
3916
5441
  /**
3917
- * <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
3918
- * key was specified for object stored in Amazon S3.</p>
5442
+ * <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was
5443
+ * specified for object stored in Amazon S3.</p>
3919
5444
  * @public
3920
5445
  */
3921
5446
  SSECustomerAlgorithm?: string | undefined;
3922
5447
  /**
3923
- * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
3924
- * Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in
3925
- * Amazon S3 object. </p>
5448
+ * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service
5449
+ * (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in Amazon S3 object. </p>
3926
5450
  * @public
3927
5451
  */
3928
5452
  SSEKMSKeyId?: string | undefined;
3929
5453
  /**
3930
- * <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
3931
- * stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
3932
- * using server-side encryption with customer-provided encryption keys
3933
- * (SSE-C)</a>.</p>
5454
+ * <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3.
5455
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data using
5456
+ * server-side encryption with customer-provided encryption keys (SSE-C)</a>.</p>
3934
5457
  * @public
3935
5458
  */
3936
5459
  SSECustomerKeyMD5?: string | undefined;
3937
5460
  /**
3938
- * <p>Provides storage class information of the object. Amazon S3 returns this header for all
3939
- * objects except for S3 Standard storage class objects.</p>
5461
+ * <p>Provides storage class information of the object. Amazon S3 returns this header for all objects except
5462
+ * for S3 Standard storage class objects.</p>
3940
5463
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
3941
5464
  * @public
3942
5465
  */
@@ -3952,12 +5475,16 @@ export interface WriteGetObjectResponseRequest {
3952
5475
  */
3953
5476
  VersionId?: string | undefined;
3954
5477
  /**
3955
- * <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
3956
- * encryption with Amazon Web Services KMS (SSE-KMS).</p>
5478
+ * <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with
5479
+ * Amazon Web Services KMS (SSE-KMS).</p>
3957
5480
  * @public
3958
5481
  */
3959
5482
  BucketKeyEnabled?: boolean | undefined;
3960
5483
  }
5484
+ /**
5485
+ * @internal
5486
+ */
5487
+ export declare const ListPartsRequestFilterSensitiveLog: (obj: ListPartsRequest) => any;
3961
5488
  /**
3962
5489
  * @internal
3963
5490
  */