lambda-live-debugger 1.8.3 → 1.8.5

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 (3389) hide show
  1. package/README.md +2 -0
  2. package/dist/extension/extension.zip +0 -0
  3. package/dist/extension/nodejs/node_modules/interceptor.js +9110 -7375
  4. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +7 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +2 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +4 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +18 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +18 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +4 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +4 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +18 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +113 -94
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +41 -37
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +3 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +32 -32
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  93. 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
  94. 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
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +16 -12
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  117. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  118. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  119. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  120. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  121. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  122. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  123. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  124. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  125. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  126. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +10 -8
  128. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  129. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  130. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  131. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  132. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +2 -2
  133. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  134. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  135. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  136. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  138. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  139. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  140. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  141. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  143. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  144. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  145. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +2 -2
  146. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +4 -4
  147. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  148. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  149. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  150. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  151. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  152. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  153. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  154. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  155. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  156. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  157. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  159. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  160. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  162. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  163. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  164. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  165. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  168. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  171. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  172. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  173. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  178. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  180. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  181. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  182. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  183. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  184. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  185. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  186. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  187. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  188. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  189. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  190. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  191. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  192. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  193. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  194. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  195. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  196. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +20 -17
  197. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  198. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  199. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  200. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  203. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +2 -2
  204. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +2 -2
  205. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +3 -3
  206. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  207. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  208. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  209. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  212. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  213. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  215. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  216. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  217. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  218. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  219. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  220. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +9 -9
  221. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +3 -3
  222. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +2 -2
  223. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +4 -4
  224. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  225. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  226. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  227. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  231. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +5 -5
  232. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +2 -2
  233. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +2 -2
  234. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +2 -2
  235. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +2 -2
  236. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  237. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  238. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  240. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  241. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +2 -2
  242. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +4 -4
  243. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  244. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +7 -7
  245. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  246. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +1 -1
  248. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +3 -3
  249. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  250. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  251. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +3 -3
  252. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +2 -2
  253. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
  254. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +4 -4
  255. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  256. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  257. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +2 -2
  258. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +2 -2
  259. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  260. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  261. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  262. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  263. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  264. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  265. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  266. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  267. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  268. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +32 -32
  269. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  270. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  271. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  272. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  273. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  274. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  275. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  276. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  277. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  278. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  279. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  280. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  281. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  282. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  283. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  284. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  285. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  286. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  287. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  288. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  289. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  290. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  291. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  292. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  293. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  294. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  295. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  296. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  297. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  298. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  299. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  300. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  301. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  302. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  303. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  304. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  305. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  306. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  307. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  308. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  309. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  310. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  311. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  312. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  313. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  314. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  315. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  316. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  317. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  318. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  319. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  320. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  321. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  322. 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
  323. 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
  324. 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
  325. 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
  326. 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
  327. 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
  328. 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
  329. 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
  330. 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
  331. 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
  332. 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
  333. 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
  334. 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
  335. 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
  336. 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
  337. 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
  338. 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
  339. 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
  340. 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
  341. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +16 -12
  342. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  343. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  344. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  345. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  346. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  347. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  348. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  349. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  350. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  351. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  352. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  353. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  354. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  355. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  356. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +10 -8
  357. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  358. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  359. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  360. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  361. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
  362. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  363. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  364. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  365. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  366. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  367. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  368. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  369. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  370. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  371. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  372. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  373. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  374. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +2 -2
  375. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +4 -4
  376. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  377. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  378. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  379. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  380. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  381. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  382. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  383. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  384. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  385. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  386. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  387. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  388. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  389. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  390. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  391. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  392. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  393. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  394. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  395. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  396. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  397. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  398. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  399. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  400. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  401. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  402. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  403. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  404. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  405. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  406. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  407. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  408. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  409. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  410. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  411. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  412. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  413. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  414. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  415. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  416. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  417. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  418. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  419. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  420. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  421. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  422. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  423. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  424. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  425. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +20 -17
  426. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  427. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  428. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  429. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  430. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  431. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  432. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +2 -2
  433. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +2 -2
  434. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +3 -3
  435. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  436. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  437. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  438. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  439. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  440. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  441. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  442. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  443. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  444. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  445. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  446. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  447. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  448. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  449. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +9 -9
  450. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +3 -3
  451. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +2 -2
  452. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +4 -4
  453. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  454. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  455. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  456. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  457. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  458. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  459. 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
  460. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +5 -5
  461. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
  462. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +2 -2
  463. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +2 -2
  464. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +2 -2
  465. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  466. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  467. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  468. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  469. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  470. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +2 -2
  471. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +4 -4
  472. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  473. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +7 -7
  474. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  475. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  476. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +1 -1
  477. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +3 -3
  478. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  479. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  480. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +3 -3
  481. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +2 -2
  482. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +3 -3
  483. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +4 -4
  484. package/node_modules/@aws-sdk/client-cognito-identity/package.json +34 -34
  485. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +41 -1
  486. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
  487. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
  488. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
  489. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
  490. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
  491. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  492. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
  493. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
  494. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  495. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  496. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
  497. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
  498. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  499. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
  500. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  501. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  502. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +9 -9
  503. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  504. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  505. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  506. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  507. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  508. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  509. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
  510. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  511. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
  512. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  513. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
  514. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  515. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
  516. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
  517. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
  518. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
  519. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
  520. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +4 -4
  521. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
  522. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
  523. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
  524. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  525. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
  526. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
  527. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
  528. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  529. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  530. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  531. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
  532. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  533. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
  534. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
  535. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  536. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  537. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
  538. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +1 -1
  539. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
  540. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
  541. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  542. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
  543. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
  544. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
  545. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +1 -1
  546. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
  547. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  548. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
  549. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  550. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  551. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
  552. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
  553. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
  554. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
  555. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  556. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
  557. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  558. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
  559. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  560. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
  561. package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  562. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
  563. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
  564. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
  565. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +2 -2
  566. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  567. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
  568. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  569. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  570. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  571. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  572. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  573. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  574. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  575. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  576. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +32 -32
  577. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  578. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  579. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  580. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  581. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  582. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  583. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  584. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  585. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  586. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  587. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  588. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  589. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  590. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  591. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  592. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  593. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  594. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  595. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  596. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  597. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  598. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  599. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  600. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  601. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  602. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  603. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  604. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  605. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  606. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  607. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  608. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  609. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  610. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  611. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  612. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  613. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  614. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  615. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  616. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  617. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  618. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  619. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  620. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  621. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  622. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  623. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  624. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  625. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  626. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  627. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  628. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  629. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  630. 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
  631. 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
  632. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  633. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  634. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  635. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  636. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  637. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  638. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  639. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  640. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  641. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  642. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  643. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  644. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  645. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  646. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  647. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  648. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  649. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +16 -12
  650. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  651. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  652. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  653. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  654. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  655. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  656. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  657. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  658. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  659. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  660. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  661. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  662. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  663. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  664. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +10 -8
  665. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  666. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  667. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  668. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  669. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
  670. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  671. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  672. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  673. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  674. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  675. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  676. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  677. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  678. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  679. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  680. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  681. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  682. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +2 -2
  683. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +4 -4
  684. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  685. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  686. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  687. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  688. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  689. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  690. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  691. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  692. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  693. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  694. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  695. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  696. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  697. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  698. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  699. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  700. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  701. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  702. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  703. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  704. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  705. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  706. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  707. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  708. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  709. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  710. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  711. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  712. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  713. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  714. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  715. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  716. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  717. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  718. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  719. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  720. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  721. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  722. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  723. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  724. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  725. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  726. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  727. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  728. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  729. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  730. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  731. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  732. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  733. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +20 -17
  734. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  735. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  736. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  737. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  738. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  739. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  740. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
  741. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
  742. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
  743. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  744. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  745. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  746. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  747. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  748. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  749. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  750. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  751. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  752. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  753. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  754. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  755. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  756. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  757. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +9 -9
  758. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -3
  759. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
  760. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
  761. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  762. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  763. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  764. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  765. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  766. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  767. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  768. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
  769. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
  770. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
  771. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +2 -2
  772. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +2 -2
  773. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  774. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  775. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  776. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  777. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  778. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +2 -2
  779. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +4 -4
  780. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  781. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +7 -7
  782. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  783. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  784. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
  785. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
  786. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  787. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  788. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +3 -3
  789. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
  790. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
  791. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
  792. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  793. package/node_modules/@aws-sdk/client-iot/README.md +16 -0
  794. package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +101 -0
  795. package/node_modules/@aws-sdk/client-iot/dist-es/IoT.js +4 -0
  796. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEncryptionConfigurationCommand.js +22 -0
  797. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEncryptionConfigurationCommand.js +22 -0
  798. package/node_modules/@aws-sdk/client-iot/dist-es/commands/index.js +2 -0
  799. package/node_modules/@aws-sdk/client-iot/dist-es/models/models_1.js +8 -0
  800. package/node_modules/@aws-sdk/client-iot/dist-es/protocols/Aws_restJson1.js +51 -0
  801. package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +15 -0
  802. package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +4 -2
  803. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +3 -0
  804. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +3 -0
  805. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +95 -0
  806. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandExecutionsCommand.d.ts +2 -1
  807. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandsCommand.d.ts +1 -1
  808. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -2
  809. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRulesCommand.d.ts +3 -0
  810. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +18 -2
  811. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +106 -0
  812. package/node_modules/@aws-sdk/client-iot/dist-types/commands/index.d.ts +2 -0
  813. package/node_modules/@aws-sdk/client-iot/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  814. package/node_modules/@aws-sdk/client-iot/dist-types/models/models_1.d.ts +87 -131
  815. package/node_modules/@aws-sdk/client-iot/dist-types/models/models_2.d.ts +159 -2
  816. package/node_modules/@aws-sdk/client-iot/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  817. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
  818. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +2 -2
  819. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoT.d.ts +35 -0
  820. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +12 -0
  821. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEncryptionConfigurationCommand.d.ts +51 -0
  822. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +2 -4
  823. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
  824. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +4 -2
  825. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateEncryptionConfigurationCommand.d.ts +51 -0
  826. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/index.d.ts +2 -0
  827. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  828. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_1.d.ts +25 -28
  829. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_2.d.ts +38 -0
  830. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  831. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  832. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  833. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  834. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  835. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  836. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  837. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  838. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  839. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +32 -32
  840. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  841. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  842. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  843. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  844. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  845. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  846. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  847. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  848. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  849. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  850. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  851. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  852. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  853. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  854. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  855. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  856. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  857. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  858. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  859. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  860. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  861. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  862. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  863. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  864. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  865. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  866. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  867. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  868. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  869. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  870. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  871. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  872. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  873. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  874. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  875. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  876. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  877. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  878. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  879. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  880. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  881. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  882. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  883. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  884. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  885. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  886. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  887. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  888. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  889. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  890. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  891. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  892. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  893. 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
  894. 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
  895. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  896. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  897. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  898. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  899. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  900. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  901. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  902. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  903. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  904. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  905. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  906. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  907. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  908. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  909. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  910. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  911. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  912. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +16 -12
  913. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  914. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  915. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  916. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  917. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  918. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  919. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  920. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  921. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  922. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  923. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  924. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  925. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  926. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  927. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +10 -8
  928. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  929. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  930. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  931. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  932. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +2 -2
  933. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  934. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  935. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  936. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  937. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  938. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  939. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  940. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  941. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  942. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  943. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  944. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  945. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +2 -2
  946. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +4 -4
  947. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  948. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  949. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  950. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  951. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  952. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  953. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  954. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  955. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  956. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  957. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  958. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  959. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  960. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  961. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  962. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  963. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  964. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  965. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  966. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  967. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  968. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  969. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  970. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  971. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  972. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  973. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  974. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  975. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  976. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  977. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  978. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  979. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  980. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  981. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  982. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  983. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  984. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  985. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  986. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  987. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  988. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  989. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  990. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  991. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  992. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  993. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  994. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  995. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  996. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +20 -17
  997. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  998. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  999. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1000. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1001. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1002. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1003. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +2 -2
  1004. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1005. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1006. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1007. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1008. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1009. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1010. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1011. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1012. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1013. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1014. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1015. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1016. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1017. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1018. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1019. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1020. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +9 -9
  1021. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +3 -3
  1022. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +2 -2
  1023. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +4 -4
  1024. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1025. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1026. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1027. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1028. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1029. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1030. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1031. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +5 -5
  1032. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +2 -2
  1033. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +2 -2
  1034. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +2 -2
  1035. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +2 -2
  1036. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1037. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1038. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1039. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1040. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1041. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +2 -2
  1042. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +4 -4
  1043. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  1044. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +7 -7
  1045. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  1046. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  1047. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +1 -1
  1048. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +3 -3
  1049. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1050. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1051. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +3 -3
  1052. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +2 -2
  1053. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +3 -3
  1054. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +4 -4
  1055. package/node_modules/@aws-sdk/client-iot/package.json +33 -33
  1056. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1057. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
  1058. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +2 -2
  1059. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1060. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1061. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1062. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1063. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1064. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1065. 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
  1066. 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
  1067. 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
  1068. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1069. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1070. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  1071. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1072. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1073. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1074. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1075. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1076. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1077. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1078. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  1082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1085. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1086. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1087. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  1088. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1089. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1090. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1091. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  1092. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1093. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1094. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1095. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1096. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1097. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1098. 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
  1099. 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
  1100. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1101. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1102. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1103. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1104. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1105. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1106. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1107. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1108. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1109. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1110. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1111. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1112. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1113. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1114. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1115. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1116. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1117. 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
  1118. 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
  1119. 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
  1120. 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
  1121. 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
  1122. 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
  1123. 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
  1124. 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
  1125. 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
  1126. 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
  1127. 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
  1128. 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
  1129. 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
  1130. 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
  1131. 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
  1132. 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
  1133. 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
  1134. 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
  1135. 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
  1136. 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
  1137. 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
  1138. 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
  1139. 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
  1140. 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
  1141. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +16 -12
  1142. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1143. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1144. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  1145. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1146. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1147. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1148. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1149. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1150. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1151. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1152. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1153. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1154. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1155. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1156. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +10 -8
  1157. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1158. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1159. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1160. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1161. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +2 -2
  1162. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1163. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1164. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1165. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1166. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1167. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1168. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1169. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1170. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1171. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  1172. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1173. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1174. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +2 -2
  1175. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +4 -4
  1176. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  1177. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  1178. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  1179. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  1180. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  1181. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1182. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  1183. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1184. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  1185. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  1186. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1187. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1188. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1189. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1190. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  1191. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1192. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1193. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1194. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1195. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  1196. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  1197. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  1198. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1199. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1200. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  1201. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1202. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1203. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1204. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1205. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1206. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1207. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1208. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1209. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  1210. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1211. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  1212. 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
  1213. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1214. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  1215. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1216. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1217. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1218. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1219. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1220. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1221. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1222. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1223. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  1224. 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
  1225. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +20 -17
  1226. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1227. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1228. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1229. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1230. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1231. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1232. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +2 -2
  1233. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1234. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1235. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1236. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1237. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1238. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1239. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1240. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1241. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1242. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1243. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1244. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1245. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1246. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1247. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1248. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1249. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +9 -9
  1250. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +3 -3
  1251. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +2 -2
  1252. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +4 -4
  1253. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1254. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1255. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1256. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1257. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1258. 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 -1
  1259. 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
  1260. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +5 -5
  1261. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +2 -2
  1262. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +2 -2
  1263. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +2 -2
  1264. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +2 -2
  1265. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1266. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1267. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1268. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1269. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1270. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +2 -2
  1271. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +4 -4
  1272. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  1273. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +7 -7
  1274. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  1275. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  1276. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +1 -1
  1277. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +3 -3
  1278. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1279. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1280. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +3 -3
  1281. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +2 -2
  1282. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +3 -3
  1283. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +4 -4
  1284. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +34 -34
  1285. package/node_modules/@aws-sdk/client-lambda/README.md +1 -66
  1286. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +95 -74
  1287. package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +56 -43
  1288. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -1
  1289. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +2 -2
  1290. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
  1291. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +2 -2
  1292. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +2 -2
  1293. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
  1294. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +2 -2
  1295. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +1 -65
  1296. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +1 -65
  1297. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +2 -17
  1298. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +2 -24
  1299. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +1 -6
  1300. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -3
  1301. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +61 -118
  1302. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +3 -42
  1303. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +1 -2
  1304. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -2
  1305. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +53 -6
  1306. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +1 -5
  1307. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -2
  1308. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +1 -2
  1309. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +1 -3
  1310. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +57 -2
  1311. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +1 -3
  1312. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +1 -2
  1313. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -3
  1314. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +26 -2
  1315. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +1 -2
  1316. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -3
  1317. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +1 -3
  1318. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -2
  1319. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +1 -3
  1320. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -10
  1321. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +14 -55
  1322. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +14 -31
  1323. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +1 -2
  1324. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -3
  1325. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +31 -2
  1326. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -2
  1327. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -2
  1328. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +1 -9
  1329. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -4
  1330. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +1 -6
  1331. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +1 -2
  1332. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -2
  1333. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -4
  1334. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +2 -18
  1335. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -2
  1336. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +1 -9
  1337. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +25 -14
  1338. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +1 -7
  1339. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +1 -2
  1340. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -14
  1341. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +2 -13
  1342. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +1 -11
  1343. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -2
  1344. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +93 -121
  1345. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +4 -31
  1346. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +4 -27
  1347. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -2
  1348. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1349. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -65
  1350. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +1385 -2961
  1351. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  1352. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  1353. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1354. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +353 -313
  1355. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1356. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1357. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1358. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1359. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1360. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1361. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1362. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1363. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1364. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1365. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  1366. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1367. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1368. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1369. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1370. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1371. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1372. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1373. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1374. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1375. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1376. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  1377. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1378. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1379. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1380. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1381. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1382. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  1383. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1384. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1385. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1386. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  1387. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1388. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1389. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1390. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1391. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1392. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1393. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1394. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1395. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1396. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1397. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1398. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1399. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1400. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1401. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1402. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1403. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1404. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1405. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1406. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1407. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1408. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1409. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1410. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1411. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1412. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1413. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1414. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1415. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1416. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1417. 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
  1418. 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
  1419. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1420. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1421. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1422. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1423. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1424. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1425. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1426. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1427. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1428. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1429. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1430. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1431. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1432. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1433. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1434. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1435. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1436. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +16 -12
  1437. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1438. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1439. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  1440. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1441. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1442. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1443. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1444. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1445. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1446. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1447. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1448. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1449. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1450. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1451. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +10 -8
  1452. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1453. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1454. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1455. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1456. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +2 -2
  1457. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1458. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1459. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1460. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1461. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1462. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1463. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1464. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1465. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1466. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  1467. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1468. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1469. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +2 -2
  1470. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +4 -4
  1471. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  1472. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  1473. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  1474. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  1475. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  1476. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1477. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  1478. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1479. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  1480. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  1481. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1482. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1483. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1484. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1485. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  1486. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1487. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1488. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1489. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1490. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  1491. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  1492. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  1493. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1494. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1495. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  1496. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1497. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1498. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1499. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1500. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1501. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1502. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1503. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1504. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  1505. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1506. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  1507. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1508. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1509. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  1510. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1511. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1512. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1513. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1514. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1515. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1516. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1517. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1518. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  1519. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1520. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +20 -17
  1521. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1522. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1523. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1524. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1525. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1526. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1527. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +2 -2
  1528. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1529. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1530. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1531. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1532. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1533. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1534. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1535. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1536. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1537. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1538. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1539. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1540. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1541. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1542. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1543. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1544. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +9 -9
  1545. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +3 -3
  1546. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +2 -2
  1547. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +4 -4
  1548. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1549. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1550. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1551. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1552. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1553. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1554. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1555. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +5 -5
  1556. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +2 -2
  1557. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
  1558. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +2 -2
  1559. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +2 -2
  1560. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1561. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1562. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1563. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1564. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1565. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +2 -2
  1566. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +4 -4
  1567. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  1568. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +7 -7
  1569. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  1570. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  1571. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +1 -1
  1572. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +3 -3
  1573. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1574. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1575. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +3 -3
  1576. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +2 -2
  1577. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +3 -3
  1578. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +4 -4
  1579. package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
  1580. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  1581. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  1582. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  1583. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  1584. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  1585. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  1586. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  1587. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  1588. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  1589. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  1590. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  1591. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  1592. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  1593. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  1594. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  1595. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  1596. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  1597. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  1598. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  1599. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -4
  1600. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  1601. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  1602. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  1603. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  1604. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  1605. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  1606. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  1607. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  1608. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  1609. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  1610. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  1611. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  1612. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  1613. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  1614. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  1615. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  1616. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  1617. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  1618. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  1619. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  1620. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  1621. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  1622. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  1623. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  1624. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  1625. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  1626. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  1627. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  1628. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  1629. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  1630. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  1631. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  1632. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  1633. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  1634. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  1635. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  1636. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  1637. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  1638. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  1639. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  1640. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  1641. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  1642. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  1643. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  1644. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  1645. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  1646. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  1647. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  1648. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  1649. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  1650. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  1651. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  1652. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  1653. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  1654. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  1655. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  1656. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  1657. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  1658. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  1659. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  1660. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  1661. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  1662. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  1663. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  1664. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  1665. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  1666. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  1667. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  1668. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  1669. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  1670. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  1671. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  1672. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  1673. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  1674. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  1675. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  1676. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  1677. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  1678. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  1679. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  1680. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  1681. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  1682. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  1683. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  1684. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  1685. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  1686. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  1687. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  1688. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  1689. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  1690. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  1691. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  1692. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  1693. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  1694. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  1695. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  1696. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  1697. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  1698. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  1699. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  1700. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  1701. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  1702. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  1703. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  1704. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  1705. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
  1706. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  1707. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  1708. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  1709. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -9
  1710. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -7
  1711. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -9
  1712. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
  1713. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  1714. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +37 -1
  1715. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  1716. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  1717. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  1718. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  1719. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  1720. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  1721. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  1722. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  1723. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  1724. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  1725. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  1726. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  1727. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  1728. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  1729. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
  1730. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  1731. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  1732. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  1733. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -10
  1734. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -8
  1735. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +22 -10
  1736. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -3
  1737. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1738. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1739. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1740. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1741. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1742. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1743. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1744. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1745. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  1746. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1747. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1748. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1749. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1750. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1751. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1752. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1753. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1754. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1755. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1756. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  1757. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1758. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1759. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1760. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1761. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1762. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  1763. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1764. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1765. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1766. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  1767. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1768. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1769. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1770. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1771. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1772. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1773. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1774. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1775. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1776. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1777. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1778. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1779. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1780. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1781. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1782. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1783. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1784. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1785. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1786. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1787. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1788. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1789. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1790. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1791. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1792. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1793. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1794. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1795. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1796. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1797. 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
  1798. 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
  1799. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1800. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1801. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1802. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1803. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1804. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1805. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1806. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1807. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1808. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1809. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1810. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1811. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1812. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1813. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1814. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1815. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1816. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +16 -12
  1817. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1818. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1819. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  1820. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1821. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1822. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1823. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1824. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1825. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1826. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1827. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  1828. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1829. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1830. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +8 -0
  1831. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +9 -0
  1832. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -0
  1833. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +1 -0
  1834. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  1835. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1836. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1837. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +10 -8
  1838. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1839. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1840. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1841. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1842. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +2 -2
  1843. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1844. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1845. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1846. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1847. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1848. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1849. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1850. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1851. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1852. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  1853. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1854. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1855. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +2 -2
  1856. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +4 -4
  1857. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  1858. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  1859. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  1860. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  1861. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  1862. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1863. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  1864. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1865. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  1866. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  1867. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1868. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1869. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1870. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1871. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  1872. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1873. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1874. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1875. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1876. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  1877. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  1878. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  1879. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1880. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1881. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  1882. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1883. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1884. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1885. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1886. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1887. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1888. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1889. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1890. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  1891. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1892. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  1893. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1894. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  1895. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  1896. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1897. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1898. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1899. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  1900. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1901. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1902. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  1903. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1904. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  1905. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1906. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +20 -17
  1907. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1908. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1909. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1910. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1911. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1912. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1913. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +2 -2
  1914. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1915. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1916. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1917. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1918. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1919. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1920. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1921. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1922. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1923. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1924. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1925. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1926. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1927. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1928. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1929. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1930. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +9 -9
  1931. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +3 -3
  1932. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +2 -2
  1933. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +4 -4
  1934. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1935. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1936. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1937. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1938. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1939. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1940. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1941. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +5 -5
  1942. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +2 -2
  1943. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +2 -2
  1944. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +2 -2
  1945. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +2 -2
  1946. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1947. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1948. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1949. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1950. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1951. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +2 -2
  1952. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +4 -4
  1953. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  1954. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +7 -7
  1955. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  1956. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  1957. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +1 -1
  1958. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +3 -3
  1959. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1960. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1961. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +3 -3
  1962. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +2 -2
  1963. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +3 -3
  1964. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +4 -4
  1965. package/node_modules/@aws-sdk/client-s3/package.json +53 -51
  1966. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1967. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1968. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1969. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1970. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
  1971. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
  1972. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  1973. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  1974. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +1 -1
  1975. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
  1976. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +2 -4
  1977. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1978. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1979. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1980. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1981. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1982. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1983. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1984. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1985. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  1986. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1987. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1988. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1989. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1990. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1991. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1992. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1993. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1994. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1995. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1996. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  1997. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1998. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1999. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  2000. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  2001. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  2002. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  2003. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  2004. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  2005. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  2006. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  2007. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  2008. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2009. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2010. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  2011. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  2012. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2013. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  2014. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  2015. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  2016. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  2017. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  2018. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2019. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2020. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  2021. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  2022. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2023. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  2024. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  2025. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2026. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2027. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  2028. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  2029. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  2030. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2031. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  2032. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2033. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2034. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  2035. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  2036. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  2037. 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
  2038. 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
  2039. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  2040. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  2041. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  2042. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2043. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2044. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  2045. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  2046. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2047. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  2048. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  2049. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2050. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2051. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  2052. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  2053. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  2054. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2055. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  2056. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +16 -12
  2057. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  2058. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  2059. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  2060. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  2061. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  2062. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  2063. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  2064. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  2065. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  2066. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  2067. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  2068. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  2069. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  2070. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  2071. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +10 -8
  2072. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2073. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2074. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2075. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2076. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +2 -2
  2077. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  2078. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  2079. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2080. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  2081. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2082. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2083. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2084. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2085. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2086. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  2087. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  2088. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  2089. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +2 -2
  2090. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +4 -4
  2091. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  2092. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  2093. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  2094. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  2095. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  2096. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2097. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  2098. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2099. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  2100. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  2101. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  2102. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  2103. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  2104. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  2105. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  2106. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  2107. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  2108. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  2109. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  2110. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  2111. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  2112. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  2113. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2114. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2115. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  2116. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2117. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2118. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2119. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2120. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2121. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2122. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2123. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2124. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  2125. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2126. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  2127. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2128. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2129. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  2130. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2131. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2132. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2133. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2134. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2135. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2136. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2137. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2138. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  2139. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2140. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +20 -17
  2141. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  2142. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2143. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2144. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  2145. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  2146. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  2147. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +2 -2
  2148. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
  2149. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
  2150. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2151. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  2152. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2153. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2154. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2155. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2156. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2157. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2158. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  2159. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2160. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2161. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2162. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2163. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2164. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +9 -9
  2165. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +3 -3
  2166. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
  2167. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
  2168. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2169. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2170. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2171. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  2172. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2173. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  2174. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2175. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
  2176. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +2 -2
  2177. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +2 -2
  2178. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +2 -2
  2179. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +2 -2
  2180. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  2181. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2182. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  2183. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2184. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2185. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +2 -2
  2186. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +4 -4
  2187. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  2188. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +7 -7
  2189. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2190. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2191. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +1 -1
  2192. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +3 -3
  2193. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  2194. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  2195. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +3 -3
  2196. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +2 -2
  2197. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +3 -3
  2198. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +4 -4
  2199. package/node_modules/@aws-sdk/credential-providers/package.json +19 -19
  2200. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
  2201. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
  2202. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
  2203. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
  2204. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
  2205. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
  2206. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
  2207. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
  2208. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
  2209. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
  2210. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
  2211. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
  2212. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2213. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2214. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2215. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2216. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +2 -2
  2217. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +4 -4
  2218. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +2 -2
  2219. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +2 -2
  2220. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2221. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2222. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +1 -1
  2223. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  2224. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2225. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2226. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2227. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2228. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +2 -2
  2229. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +2 -2
  2230. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2231. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2232. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +1 -1
  2233. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  2234. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  2235. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  2236. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  2237. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  2238. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  2239. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  2240. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  2241. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  2242. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  2243. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  2244. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  2245. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  2246. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  2247. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  2248. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  2249. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  2250. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  2251. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  2252. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  2253. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  2254. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  2255. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  2256. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  2257. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  2258. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2259. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2260. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  2261. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  2262. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2263. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  2264. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  2265. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  2266. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  2267. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  2268. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2269. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2270. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  2271. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  2272. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2273. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  2274. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  2275. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2276. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2277. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  2278. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  2279. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  2280. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2281. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  2282. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2283. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2284. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  2285. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  2286. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  2287. 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
  2288. 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
  2289. 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
  2290. 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
  2291. 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
  2292. 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
  2293. 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
  2294. 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
  2295. 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
  2296. 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
  2297. 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
  2298. 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
  2299. 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
  2300. 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
  2301. 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
  2302. 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
  2303. 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
  2304. 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
  2305. 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
  2306. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +16 -12
  2307. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2308. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2309. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2310. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2311. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +2 -2
  2312. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +2 -2
  2313. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  2314. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  2315. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  2316. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  2317. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  2318. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2319. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  2320. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2321. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  2322. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  2323. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  2324. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  2325. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  2326. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  2327. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  2328. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  2329. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  2330. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  2331. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  2332. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  2333. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  2334. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  2335. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2336. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2337. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  2338. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2339. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2340. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2341. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2342. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2343. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2344. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2345. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2346. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  2347. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2348. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  2349. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2350. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2351. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  2352. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2353. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2354. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2355. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2356. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2357. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2358. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2359. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2360. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  2361. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2362. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +20 -17
  2363. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2364. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2365. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  2366. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  2367. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  2368. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2369. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  2370. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2371. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2372. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2373. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2374. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2375. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2376. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  2377. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2378. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2379. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2380. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2381. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2382. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +3 -3
  2383. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +2 -2
  2384. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +4 -4
  2385. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2386. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2387. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2388. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  2389. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2390. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  2391. 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
  2392. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +5 -5
  2393. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +2 -2
  2394. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +2 -2
  2395. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +2 -2
  2396. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +2 -2
  2397. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +4 -4
  2398. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  2399. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +7 -7
  2400. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2401. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2402. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +1 -1
  2403. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +3 -3
  2404. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +2 -2
  2405. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +4 -4
  2406. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  2407. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2408. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2409. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2410. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2411. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +2 -2
  2412. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2413. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2414. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +1 -1
  2415. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  2416. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2417. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2418. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2419. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2420. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +2 -2
  2421. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2422. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2423. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +1 -1
  2424. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  2425. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
  2426. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  2427. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  2428. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
  2429. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
  2430. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  2431. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
  2432. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  2433. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
  2434. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
  2435. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  2436. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
  2437. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
  2438. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
  2439. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  2440. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
  2441. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  2442. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  2443. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  2444. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  2445. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  2446. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  2447. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  2448. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  2449. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  2450. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  2451. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  2452. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  2453. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  2454. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  2455. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  2456. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  2457. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  2458. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  2459. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  2460. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  2461. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  2462. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  2463. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2464. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2465. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  2466. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  2467. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2468. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  2469. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  2470. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  2471. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  2472. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  2473. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2474. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2475. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  2476. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  2477. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2478. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  2479. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  2480. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2481. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2482. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  2483. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  2484. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  2485. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2486. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  2487. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2488. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2489. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  2490. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  2491. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  2492. 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
  2493. 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
  2494. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  2495. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  2496. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  2497. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2498. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2499. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  2500. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  2501. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2502. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  2503. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  2504. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2505. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2506. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  2507. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  2508. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  2509. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2510. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  2511. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +16 -12
  2512. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  2513. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  2514. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  2515. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  2516. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  2517. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2518. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2519. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2520. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2521. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +2 -2
  2522. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  2523. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  2524. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2525. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  2526. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2527. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2528. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2529. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2530. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2531. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  2532. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  2533. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  2534. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/package.json +2 -2
  2535. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/package.json +4 -4
  2536. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  2537. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
  2538. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
  2539. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  2540. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  2541. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2542. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  2543. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2544. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
  2545. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
  2546. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  2547. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  2548. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  2549. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  2550. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
  2551. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  2552. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  2553. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  2554. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  2555. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  2556. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  2557. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  2558. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2559. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2560. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  2561. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2562. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2563. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2564. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2565. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2566. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2567. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2568. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2569. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  2570. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2571. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  2572. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2573. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  2574. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
  2575. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2576. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2577. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2578. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  2579. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2580. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2581. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2582. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2583. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  2584. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2585. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +20 -17
  2586. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  2587. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2588. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2589. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  2590. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  2591. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  2592. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/package.json +2 -2
  2593. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/package.json +2 -2
  2594. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/package.json +3 -3
  2595. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2596. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  2597. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2598. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2599. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2600. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2601. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2602. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2603. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  2604. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2605. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2606. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2607. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2608. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2609. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +9 -9
  2610. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/package.json +3 -3
  2611. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/package.json +2 -2
  2612. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/package.json +4 -4
  2613. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2614. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2615. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2616. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  2617. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2618. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  2619. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2620. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +5 -5
  2621. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/package.json +2 -2
  2622. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/package.json +2 -2
  2623. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/package.json +2 -2
  2624. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/package.json +2 -2
  2625. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  2626. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2627. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  2628. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2629. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2630. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +2 -2
  2631. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +4 -4
  2632. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  2633. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +7 -7
  2634. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2635. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2636. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/package.json +1 -1
  2637. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/package.json +3 -3
  2638. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  2639. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  2640. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/package.json +3 -3
  2641. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/package.json +2 -2
  2642. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +3 -3
  2643. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +4 -4
  2644. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  2645. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2646. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2647. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +1 -1
  2648. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  2649. package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +11 -4
  2650. package/node_modules/@inquirer/checkbox/dist/esm/index.js +11 -4
  2651. package/node_modules/@inquirer/checkbox/package.json +7 -7
  2652. package/node_modules/@inquirer/confirm/package.json +6 -6
  2653. package/node_modules/@inquirer/core/dist/commonjs/lib/create-prompt.js +1 -1
  2654. package/node_modules/@inquirer/core/dist/commonjs/lib/hook-engine.d.ts +1 -1
  2655. package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js +1 -1
  2656. package/node_modules/@inquirer/core/dist/esm/lib/hook-engine.d.ts +1 -1
  2657. package/node_modules/@inquirer/core/package.json +7 -7
  2658. package/node_modules/@inquirer/editor/package.json +6 -6
  2659. package/node_modules/@inquirer/expand/package.json +6 -6
  2660. package/node_modules/@inquirer/figures/package.json +3 -3
  2661. package/node_modules/@inquirer/input/README.md +2 -1
  2662. package/node_modules/@inquirer/input/dist/commonjs/index.d.ts +1 -0
  2663. package/node_modules/@inquirer/input/dist/commonjs/index.js +9 -1
  2664. package/node_modules/@inquirer/input/dist/esm/index.d.ts +1 -0
  2665. package/node_modules/@inquirer/input/dist/esm/index.js +10 -2
  2666. package/node_modules/@inquirer/input/package.json +6 -6
  2667. package/node_modules/@inquirer/number/package.json +6 -6
  2668. package/node_modules/@inquirer/password/package.json +6 -6
  2669. package/node_modules/@inquirer/prompts/package.json +14 -14
  2670. package/node_modules/@inquirer/rawlist/package.json +6 -6
  2671. package/node_modules/@inquirer/search/README.md +15 -7
  2672. package/node_modules/@inquirer/search/dist/commonjs/index.d.ts +4 -0
  2673. package/node_modules/@inquirer/search/dist/commonjs/index.js +2 -2
  2674. package/node_modules/@inquirer/search/dist/esm/index.d.ts +4 -0
  2675. package/node_modules/@inquirer/search/dist/esm/index.js +2 -2
  2676. package/node_modules/@inquirer/search/package.json +7 -7
  2677. package/node_modules/@inquirer/select/dist/commonjs/index.js +12 -2
  2678. package/node_modules/@inquirer/select/dist/esm/index.js +12 -2
  2679. package/node_modules/@inquirer/select/package.json +7 -7
  2680. package/node_modules/@inquirer/type/package.json +3 -3
  2681. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2682. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2683. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +1 -1
  2684. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  2685. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2686. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2687. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +1 -1
  2688. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  2689. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2690. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2691. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +1 -1
  2692. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  2693. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2694. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2695. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +1 -1
  2696. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  2697. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2698. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2699. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +1 -1
  2700. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  2701. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2702. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2703. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +1 -1
  2704. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  2705. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2706. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2707. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +1 -1
  2708. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  2709. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2710. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2711. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +1 -1
  2712. package/node_modules/@smithy/md5-js/package.json +2 -2
  2713. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2714. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2715. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
  2716. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  2717. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  2718. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  2719. package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +2 -2
  2720. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  2721. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  2722. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
  2723. package/node_modules/@smithy/util-waiter/package.json +3 -3
  2724. package/node_modules/@types/node/README.md +2 -2
  2725. package/node_modules/@types/node/assert.d.ts +8 -6
  2726. package/node_modules/@types/node/async_hooks.d.ts +26 -6
  2727. package/node_modules/@types/node/buffer.d.ts +6 -2
  2728. package/node_modules/@types/node/child_process.d.ts +2 -2
  2729. package/node_modules/@types/node/cluster.d.ts +15 -15
  2730. package/node_modules/@types/node/console.d.ts +17 -17
  2731. package/node_modules/@types/node/crypto.d.ts +52 -29
  2732. package/node_modules/@types/node/dgram.d.ts +1 -1
  2733. package/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  2734. package/node_modules/@types/node/dns/promises.d.ts +36 -9
  2735. package/node_modules/@types/node/dns.d.ts +89 -36
  2736. package/node_modules/@types/node/domain.d.ts +1 -1
  2737. package/node_modules/@types/node/events.d.ts +1 -2
  2738. package/node_modules/@types/node/fs/promises.d.ts +26 -14
  2739. package/node_modules/@types/node/fs.d.ts +40 -21
  2740. package/node_modules/@types/node/globals.d.ts +7 -6
  2741. package/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  2742. package/node_modules/@types/node/http.d.ts +65 -3
  2743. package/node_modules/@types/node/http2.d.ts +88 -15
  2744. package/node_modules/@types/node/https.d.ts +1 -1
  2745. package/node_modules/@types/node/index.d.ts +7 -5
  2746. package/node_modules/@types/node/inspector.d.ts +166 -13
  2747. package/node_modules/@types/node/module.d.ts +133 -28
  2748. package/node_modules/@types/node/net.d.ts +2 -5
  2749. package/node_modules/@types/node/os.d.ts +8 -7
  2750. package/node_modules/@types/node/package.json +19 -84
  2751. package/node_modules/@types/node/path.d.ts +1 -1
  2752. package/node_modules/@types/node/perf_hooks.d.ts +22 -8
  2753. package/node_modules/@types/node/process.d.ts +21 -11
  2754. package/node_modules/@types/node/punycode.d.ts +1 -1
  2755. package/node_modules/@types/node/querystring.d.ts +1 -1
  2756. package/node_modules/@types/node/readline/promises.d.ts +0 -1
  2757. package/node_modules/@types/node/readline.d.ts +13 -13
  2758. package/node_modules/@types/node/repl.d.ts +25 -17
  2759. package/node_modules/@types/node/sea.d.ts +1 -1
  2760. package/node_modules/@types/node/sqlite.d.ts +182 -3
  2761. package/node_modules/@types/node/stream/web.d.ts +4 -0
  2762. package/node_modules/@types/node/stream.d.ts +25 -25
  2763. package/node_modules/@types/node/string_decoder.d.ts +1 -1
  2764. package/node_modules/@types/node/test.d.ts +1925 -1975
  2765. package/node_modules/@types/node/timers/promises.d.ts +1 -1
  2766. package/node_modules/@types/node/timers.d.ts +1 -3
  2767. package/node_modules/@types/node/tls.d.ts +2 -48
  2768. package/node_modules/@types/node/trace_events.d.ts +6 -6
  2769. package/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  2770. package/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  2771. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  2772. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  2773. package/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  2774. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  2775. package/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  2776. package/node_modules/@types/node/tty.d.ts +1 -1
  2777. package/node_modules/@types/node/url.d.ts +62 -20
  2778. package/node_modules/@types/node/util.d.ts +23 -298
  2779. package/node_modules/@types/node/v8.d.ts +62 -32
  2780. package/node_modules/@types/node/vm.d.ts +17 -10
  2781. package/node_modules/@types/node/wasi.d.ts +1 -1
  2782. package/node_modules/@types/node/worker_threads.d.ts +46 -18
  2783. package/node_modules/@types/node/zlib.d.ts +13 -9
  2784. package/node_modules/chalk/package.json +1 -1
  2785. package/node_modules/chalk/source/vendor/supports-color/index.js +4 -0
  2786. package/node_modules/debug/package.json +2 -3
  2787. package/node_modules/debug/src/browser.js +1 -1
  2788. package/node_modules/debug/src/common.js +1 -1
  2789. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  2790. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  2791. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  2792. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  2793. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  2794. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  2795. package/node_modules/fast-xml-parser/package.json +1 -2
  2796. package/node_modules/fast-xml-parser/src/cli/cli.js +4 -0
  2797. package/node_modules/fast-xml-parser/src/fxp.d.ts +5 -5
  2798. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +3 -3
  2799. package/node_modules/inquirer/package.json +7 -7
  2800. package/node_modules/run-async/README.md +29 -25
  2801. package/node_modules/run-async/index.d.ts +5 -0
  2802. package/node_modules/run-async/index.js +26 -17
  2803. package/node_modules/run-async/package.json +14 -7
  2804. package/node_modules/typescript/lib/_tsc.js +6798 -5816
  2805. package/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +32 -15
  2806. package/node_modules/typescript/lib/de/diagnosticMessages.generated.json +32 -15
  2807. package/node_modules/typescript/lib/es/diagnosticMessages.generated.json +32 -15
  2808. package/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +32 -15
  2809. package/node_modules/typescript/lib/it/diagnosticMessages.generated.json +32 -15
  2810. package/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +32 -15
  2811. package/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +32 -15
  2812. package/node_modules/typescript/lib/lib.dom.d.ts +14642 -4823
  2813. package/node_modules/typescript/lib/lib.dom.iterable.d.ts +103 -25
  2814. package/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +1 -1
  2815. package/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +1 -1
  2816. package/node_modules/typescript/lib/lib.es2022.intl.d.ts +25 -1
  2817. package/node_modules/typescript/lib/lib.es5.d.ts +9 -2
  2818. package/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  2819. package/node_modules/typescript/lib/lib.esnext.error.d.ts +24 -0
  2820. package/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +25 -0
  2821. package/node_modules/typescript/lib/lib.webworker.d.ts +4593 -1337
  2822. package/node_modules/typescript/lib/lib.webworker.iterable.d.ts +72 -19
  2823. package/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +32 -15
  2824. package/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +32 -15
  2825. package/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +32 -15
  2826. package/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +32 -15
  2827. package/node_modules/typescript/lib/typescript.d.ts +252 -213
  2828. package/node_modules/typescript/lib/typescript.js +9139 -8006
  2829. package/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +32 -15
  2830. package/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +32 -15
  2831. package/node_modules/typescript/package.json +22 -22
  2832. package/node_modules/undici-types/agent.d.ts +11 -7
  2833. package/node_modules/undici-types/api.d.ts +24 -24
  2834. package/node_modules/undici-types/balanced-pool.d.ts +11 -11
  2835. package/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  2836. package/node_modules/undici-types/client-stats.d.ts +15 -0
  2837. package/node_modules/undici-types/client.d.ts +18 -16
  2838. package/node_modules/undici-types/cookies.d.ts +2 -0
  2839. package/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  2840. package/node_modules/undici-types/dispatcher.d.ts +117 -92
  2841. package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  2842. package/node_modules/undici-types/errors.d.ts +69 -47
  2843. package/node_modules/undici-types/fetch.d.ts +17 -16
  2844. package/node_modules/undici-types/formdata.d.ts +7 -7
  2845. package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  2846. package/node_modules/undici-types/global-origin.d.ts +5 -5
  2847. package/node_modules/undici-types/h2c-client.d.ts +75 -0
  2848. package/node_modules/undici-types/handlers.d.ts +7 -7
  2849. package/node_modules/undici-types/header.d.ts +157 -1
  2850. package/node_modules/undici-types/index.d.ts +51 -47
  2851. package/node_modules/undici-types/interceptors.d.ts +25 -8
  2852. package/node_modules/undici-types/mock-agent.d.ts +36 -18
  2853. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  2854. package/node_modules/undici-types/mock-client.d.ts +4 -4
  2855. package/node_modules/undici-types/mock-errors.d.ts +3 -3
  2856. package/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  2857. package/node_modules/undici-types/mock-pool.d.ts +4 -4
  2858. package/node_modules/undici-types/package.json +1 -1
  2859. package/node_modules/undici-types/patch.d.ts +0 -4
  2860. package/node_modules/undici-types/pool-stats.d.ts +8 -8
  2861. package/node_modules/undici-types/pool.d.ts +14 -12
  2862. package/node_modules/undici-types/proxy-agent.d.ts +5 -4
  2863. package/node_modules/undici-types/readable.d.ts +18 -15
  2864. package/node_modules/undici-types/retry-agent.d.ts +1 -1
  2865. package/node_modules/undici-types/retry-handler.d.ts +10 -10
  2866. package/node_modules/undici-types/util.d.ts +3 -3
  2867. package/node_modules/undici-types/utility.d.ts +7 -0
  2868. package/node_modules/undici-types/webidl.d.ts +44 -6
  2869. package/node_modules/undici-types/websocket.d.ts +35 -1
  2870. package/node_modules/yaml/README.md +2 -20
  2871. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +1 -1
  2872. package/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
  2873. package/node_modules/yaml/package.json +2 -1
  2874. package/package.json +30 -30
  2875. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2876. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/LICENSE +0 -21
  2877. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/README.md +0 -236
  2878. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/package.json +0 -74
  2879. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2880. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2881. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2882. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2883. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2884. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/util.js +0 -72
  2885. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2886. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2887. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2888. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2889. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2890. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2891. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2892. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2893. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2894. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2895. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2896. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2897. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2898. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2899. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2900. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2901. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2902. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2903. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2904. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2905. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2906. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2907. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2908. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2909. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/validator.js +0 -425
  2910. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2911. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2912. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2913. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2914. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2915. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2916. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2917. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2918. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2919. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/.vscode/launch.json +0 -25
  2920. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/CHANGELOG.md +0 -22
  2921. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/LICENSE +0 -21
  2922. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/README.md +0 -97
  2923. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/package.json +0 -30
  2924. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.js +0 -111
  2925. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.test.js +0 -165
  2926. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2927. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/LICENSE +0 -21
  2928. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/README.md +0 -236
  2929. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/package.json +0 -74
  2930. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2931. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2932. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2933. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2934. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2935. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/util.js +0 -72
  2936. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2937. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2938. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2939. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2940. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2941. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2942. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2943. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2944. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2945. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2946. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2947. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2948. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2949. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2950. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2951. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2952. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2953. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2954. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2955. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2956. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2957. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2958. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2959. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2960. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/validator.js +0 -425
  2961. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2962. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2963. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2964. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2965. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2966. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2967. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2968. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2969. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2970. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/.vscode/launch.json +0 -25
  2971. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/CHANGELOG.md +0 -22
  2972. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/LICENSE +0 -21
  2973. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/README.md +0 -97
  2974. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/package.json +0 -30
  2975. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.js +0 -111
  2976. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.test.js +0 -165
  2977. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2978. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/LICENSE +0 -21
  2979. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/README.md +0 -236
  2980. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/package.json +0 -74
  2981. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2982. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2983. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2984. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2985. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2986. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/util.js +0 -72
  2987. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2988. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2989. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2990. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2991. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2992. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2993. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2994. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2995. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2996. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2997. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2998. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2999. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3000. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3001. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3002. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3003. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3004. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3005. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3006. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3007. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3008. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3009. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3010. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3011. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/validator.js +0 -425
  3012. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3013. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3014. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3015. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3016. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3017. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3018. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3019. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3020. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3021. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/.vscode/launch.json +0 -25
  3022. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/CHANGELOG.md +0 -22
  3023. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/LICENSE +0 -21
  3024. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/README.md +0 -97
  3025. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/package.json +0 -30
  3026. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.js +0 -111
  3027. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.test.js +0 -165
  3028. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3029. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/LICENSE +0 -21
  3030. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/README.md +0 -236
  3031. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/package.json +0 -74
  3032. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3033. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3034. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3035. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3036. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3037. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/util.js +0 -72
  3038. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3039. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3040. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3041. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3042. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3043. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3044. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3045. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3046. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3047. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3048. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3049. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3050. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3051. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3052. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3053. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3054. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3055. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3056. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3057. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3058. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3059. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3060. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3061. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3062. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/validator.js +0 -425
  3063. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3064. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3065. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3066. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3067. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3068. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3069. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3070. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3071. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3072. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/.vscode/launch.json +0 -25
  3073. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/CHANGELOG.md +0 -22
  3074. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/LICENSE +0 -21
  3075. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/README.md +0 -97
  3076. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/package.json +0 -30
  3077. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.js +0 -111
  3078. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.test.js +0 -165
  3079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/LICENSE +0 -21
  3081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/README.md +0 -236
  3082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/package.json +0 -74
  3083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3085. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3086. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3087. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3088. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/util.js +0 -72
  3089. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3090. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3091. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3092. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3093. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3094. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3095. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3096. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3097. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3098. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3099. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3100. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3101. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3102. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3103. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3104. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3105. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3106. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3107. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3108. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3109. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3110. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3111. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3112. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3113. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/validator.js +0 -425
  3114. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3115. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3116. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3117. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3118. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3119. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3120. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3121. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3122. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3123. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/.vscode/launch.json +0 -25
  3124. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/CHANGELOG.md +0 -22
  3125. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/LICENSE +0 -21
  3126. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/README.md +0 -97
  3127. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/package.json +0 -30
  3128. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.js +0 -111
  3129. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.test.js +0 -165
  3130. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3131. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  3132. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/README.md +0 -236
  3133. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/package.json +0 -74
  3134. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3135. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3136. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3137. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3138. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3139. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/util.js +0 -72
  3140. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3141. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3142. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3143. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3144. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3145. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3146. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3147. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3148. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3149. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3150. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3151. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3152. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3153. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3154. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3155. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3156. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3157. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3158. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3159. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3160. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3161. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3162. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3163. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3164. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/validator.js +0 -425
  3165. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3166. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3167. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3168. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3169. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3170. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3171. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3172. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3173. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3174. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  3175. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/CHANGELOG.md +0 -22
  3176. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/LICENSE +0 -21
  3177. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/README.md +0 -97
  3178. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/package.json +0 -30
  3179. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.js +0 -111
  3180. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.test.js +0 -165
  3181. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3182. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/LICENSE +0 -21
  3183. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/README.md +0 -236
  3184. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/package.json +0 -74
  3185. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3186. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3187. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3188. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3189. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3190. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/util.js +0 -72
  3191. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3192. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3193. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3194. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3195. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3196. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3197. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3198. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3199. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3200. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3201. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3202. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3203. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3204. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3205. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3206. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3207. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3208. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3209. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3210. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3211. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3212. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3213. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3214. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3215. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/validator.js +0 -425
  3216. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3217. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3218. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3219. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3220. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3221. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3222. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3223. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3224. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3225. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/.vscode/launch.json +0 -25
  3226. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/CHANGELOG.md +0 -22
  3227. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/LICENSE +0 -21
  3228. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/README.md +0 -97
  3229. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/package.json +0 -30
  3230. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.js +0 -111
  3231. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.test.js +0 -165
  3232. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3233. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/LICENSE +0 -21
  3234. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/README.md +0 -236
  3235. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/package.json +0 -74
  3236. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3237. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3238. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3239. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3240. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3241. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/util.js +0 -72
  3242. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3243. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3244. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3245. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3246. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3247. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3248. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3249. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3250. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3251. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3252. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3253. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3254. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3255. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3256. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3257. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3258. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3259. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3260. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3261. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3262. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3263. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3264. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3265. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3266. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/validator.js +0 -425
  3267. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3268. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3269. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3270. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3271. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3272. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3273. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3274. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3275. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3276. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/.vscode/launch.json +0 -25
  3277. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/CHANGELOG.md +0 -22
  3278. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/LICENSE +0 -21
  3279. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/README.md +0 -97
  3280. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/package.json +0 -30
  3281. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.js +0 -111
  3282. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.test.js +0 -165
  3283. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3284. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/LICENSE +0 -21
  3285. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/README.md +0 -236
  3286. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/package.json +0 -74
  3287. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3288. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3289. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3290. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3291. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3292. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/util.js +0 -72
  3293. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3294. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3295. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3296. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3297. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3298. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3299. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3300. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3301. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3302. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3303. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3304. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3305. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3306. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3307. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3308. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3309. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3310. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3311. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3312. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3313. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3314. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3315. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3316. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3317. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/validator.js +0 -425
  3318. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3319. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3320. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3321. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3322. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3323. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3324. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3325. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3326. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3327. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/.vscode/launch.json +0 -25
  3328. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/CHANGELOG.md +0 -22
  3329. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/LICENSE +0 -21
  3330. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/README.md +0 -97
  3331. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/package.json +0 -30
  3332. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.js +0 -111
  3333. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.test.js +0 -165
  3334. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3335. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/LICENSE +0 -21
  3336. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/README.md +0 -236
  3337. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/package.json +0 -74
  3338. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3339. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3340. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3341. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3342. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3343. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/util.js +0 -72
  3344. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3345. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3346. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3347. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3348. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3349. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3350. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3351. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3352. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3353. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3354. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3355. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3356. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3357. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3358. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3359. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3360. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3361. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3362. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3363. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3364. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3365. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3366. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3367. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3368. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/validator.js +0 -425
  3369. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3370. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3371. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3372. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3373. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3374. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3375. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3376. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3377. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3378. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/.vscode/launch.json +0 -25
  3379. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/CHANGELOG.md +0 -22
  3380. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/LICENSE +0 -21
  3381. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/README.md +0 -97
  3382. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/package.json +0 -30
  3383. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.js +0 -111
  3384. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.test.js +0 -165
  3385. package/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  3386. package/node_modules/@types/node/compatibility/index.d.ts +0 -9
  3387. package/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  3388. package/node_modules/undici-types/file.d.ts +0 -39
  3389. package/node_modules/undici-types/filereader.d.ts +0 -54
@@ -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,20 +1703,21 @@ 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;
420
1711
  /**
421
- * <p> Indicates the algorithm used to create the checksum for the object when you use the
422
- * SDK. This header will not provide any additional functionality if you don't use the
423
- * SDK. When you send this header, there must be a corresponding
424
- * <code>x-amz-checksum-<i>algorithm</i>
425
- * </code> header sent. Otherwise, Amazon S3 fails the request with the HTTP
426
- * status code <code>400 Bad Request</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
427
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
428
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code> parameter. </p>
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>
429
1721
  * @public
430
1722
  */
431
1723
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -504,8 +1796,8 @@ export interface PutBucketPolicyRequest {
504
1796
  */
505
1797
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
506
1798
  /**
507
- * <p>Set this parameter to true to confirm that you want to remove your permissions to change
508
- * 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>
509
1801
  * <note>
510
1802
  * <p>This functionality is not supported for directory buckets.</p>
511
1803
  * </note>
@@ -515,7 +1807,7 @@ export interface PutBucketPolicyRequest {
515
1807
  /**
516
1808
  * <p>The bucket policy as a JSON document.</p>
517
1809
  * <p>For directory buckets, the only IAM action supported in the bucket policy is
518
- * <code>s3express:CreateSession</code>.</p>
1810
+ * <code>s3express:CreateSession</code>.</p>
519
1811
  * @public
520
1812
  */
521
1813
  Policy: string | undefined;
@@ -541,9 +1833,9 @@ export interface PutBucketReplicationRequest {
541
1833
  */
542
1834
  Bucket: string | undefined;
543
1835
  /**
544
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
545
- * integrity check to verify that the request body was not corrupted in transit. For more
546
- * 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>
547
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>
548
1840
  * @public
549
1841
  */
@@ -554,14 +1846,14 @@ export interface PutBucketReplicationRequest {
554
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
555
1847
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
556
1848
  * the <i>Amazon S3 User Guide</i>.</p>
557
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
558
- * <code>ChecksumAlgorithm</code> parameter.</p>
1849
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1850
+ * parameter.</p>
559
1851
  * @public
560
1852
  */
561
1853
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
562
1854
  /**
563
- * <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
564
- * 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>
565
1857
  * @public
566
1858
  */
567
1859
  ReplicationConfiguration: ReplicationConfiguration | undefined;
@@ -599,9 +1891,9 @@ export interface PutBucketRequestPaymentRequest {
599
1891
  */
600
1892
  Bucket: string | undefined;
601
1893
  /**
602
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
603
- * integrity check to verify that the request body was not corrupted in transit. For more
604
- * 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>
605
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>
606
1898
  * @public
607
1899
  */
@@ -612,8 +1904,8 @@ export interface PutBucketRequestPaymentRequest {
612
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
613
1905
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
614
1906
  * the <i>Amazon S3 User Guide</i>.</p>
615
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
616
- * <code>ChecksumAlgorithm</code> parameter.</p>
1907
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1908
+ * parameter.</p>
617
1909
  * @public
618
1910
  */
619
1911
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -651,9 +1943,9 @@ export interface PutBucketTaggingRequest {
651
1943
  */
652
1944
  Bucket: string | undefined;
653
1945
  /**
654
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
655
- * integrity check to verify that the request body was not corrupted in transit. For more
656
- * 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>
657
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>
658
1950
  * @public
659
1951
  */
@@ -664,8 +1956,8 @@ export interface PutBucketTaggingRequest {
664
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
665
1957
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
666
1958
  * the <i>Amazon S3 User Guide</i>.</p>
667
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
668
- * <code>ChecksumAlgorithm</code> parameter.</p>
1959
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
1960
+ * parameter.</p>
669
1961
  * @public
670
1962
  */
671
1963
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -693,15 +1985,15 @@ export declare const MFADelete: {
693
1985
  */
694
1986
  export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
695
1987
  /**
696
- * <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
697
- * 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>
698
1990
  * @public
699
1991
  */
700
1992
  export interface VersioningConfiguration {
701
1993
  /**
702
- * <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This
703
- * element is only returned if the bucket has been configured with MFA delete. If the bucket
704
- * 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>
705
1997
  * @public
706
1998
  */
707
1999
  MFADelete?: MFADelete | undefined;
@@ -724,9 +2016,8 @@ export interface PutBucketVersioningRequest {
724
2016
  Bucket: string | undefined;
725
2017
  /**
726
2018
  * <p>>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
727
- * message integrity check to verify that the request body was not corrupted in transit. For
728
- * more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
729
- * 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>
730
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>
731
2022
  * @public
732
2023
  */
@@ -737,14 +2028,14 @@ export interface PutBucketVersioningRequest {
737
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
738
2029
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
739
2030
  * the <i>Amazon S3 User Guide</i>.</p>
740
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
741
- * <code>ChecksumAlgorithm</code> parameter.</p>
2031
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2032
+ * parameter.</p>
742
2033
  * @public
743
2034
  */
744
2035
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
745
2036
  /**
746
- * <p>The concatenation of the authentication device's serial number, a space, and the value
747
- * 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>
748
2039
  * @public
749
2040
  */
750
2041
  MFA?: string | undefined;
@@ -800,9 +2091,9 @@ export interface PutBucketWebsiteRequest {
800
2091
  */
801
2092
  Bucket: string | undefined;
802
2093
  /**
803
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
804
- * integrity check to verify that the request body was not corrupted in transit. For more
805
- * 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>
806
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>
807
2098
  * @public
808
2099
  */
@@ -813,8 +2104,8 @@ export interface PutBucketWebsiteRequest {
813
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
814
2105
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
815
2106
  * the <i>Amazon S3 User Guide</i>.</p>
816
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
817
- * <code>ChecksumAlgorithm</code> parameter.</p>
2107
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2108
+ * parameter.</p>
818
2109
  * @public
819
2110
  */
820
2111
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -830,11 +2121,8 @@ export interface PutBucketWebsiteRequest {
830
2121
  ExpectedBucketOwner?: string | undefined;
831
2122
  }
832
2123
  /**
833
- * <p>
834
- * The existing object was created with a different encryption type.
835
- * Subsequent write requests must include the appropriate encryption
836
- * parameters in the request or while creating the session.
837
- * </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>
838
2126
  * @public
839
2127
  */
840
2128
  export declare class EncryptionTypeMismatch extends __BaseException {
@@ -846,13 +2134,16 @@ export declare class EncryptionTypeMismatch extends __BaseException {
846
2134
  constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
847
2135
  }
848
2136
  /**
849
- * <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>
850
2139
  * <ul>
851
2140
  * <li>
852
- * <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>
853
2143
  * </li>
854
2144
  * <li>
855
- * <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>
856
2147
  * </li>
857
2148
  * <li>
858
2149
  * <p>Request body cannot be empty when 'write offset' is specified.</p>
@@ -869,9 +2160,7 @@ export declare class InvalidRequest extends __BaseException {
869
2160
  constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
870
2161
  }
871
2162
  /**
872
- * <p>
873
- * The write offset value that you specified does not match the current object size.
874
- * </p>
2163
+ * <p> The write offset value that you specified does not match the current object size. </p>
875
2164
  * @public
876
2165
  */
877
2166
  export declare class InvalidWriteOffset extends __BaseException {
@@ -887,12 +2176,13 @@ export declare class InvalidWriteOffset extends __BaseException {
887
2176
  */
888
2177
  export interface PutObjectOutput {
889
2178
  /**
890
- * <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>,
891
- * the response includes this header. It includes the <code>expiry-date</code> and
892
- * <code>rule-id</code> key-value pairs that provide information about object expiration.
893
- * 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>
894
2183
  * <note>
895
- * <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>
896
2186
  * </note>
897
2187
  * @public
898
2188
  */
@@ -900,13 +2190,13 @@ export interface PutObjectOutput {
900
2190
  /**
901
2191
  * <p>Entity tag for the uploaded object.</p>
902
2192
  * <p>
903
- * <b>General purpose buckets </b> - To ensure that data is not
904
- * corrupted traversing the network, for objects where the ETag is the MD5 digest of the
905
- * object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned
906
- * 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>
907
2197
  * <p>
908
- * <b>Directory buckets </b> - The ETag for the object in
909
- * 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>
910
2200
  * @public
911
2201
  */
912
2202
  ETag?: string | undefined;
@@ -927,12 +2217,11 @@ export interface PutObjectOutput {
927
2217
  */
928
2218
  ChecksumCRC32C?: string | undefined;
929
2219
  /**
930
- * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header
931
- * is present if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it
932
- * was uploaded without a checksum (and Amazon S3 added the default checksum,
933
- * <code>CRC64NVME</code>, to the uploaded object). For more information about how
934
- * checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
935
- * 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>
936
2225
  * @public
937
2226
  */
938
2227
  ChecksumCRC64NVME?: string | undefined;
@@ -953,28 +2242,32 @@ export interface PutObjectOutput {
953
2242
  */
954
2243
  ChecksumSHA256?: string | undefined;
955
2244
  /**
956
- * <p>This header specifies the checksum type of the object, which determines how part-level
957
- * checksums are combined to create an object-level checksum for multipart objects. For
958
- * <code>PutObject</code> uploads, the checksum type is always <code>FULL_OBJECT</code>. You can use this header as a
959
- * data integrity check to verify that the checksum type that is received is the same checksum
960
- * 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>
961
2251
  * @public
962
2252
  */
963
2253
  ChecksumType?: ChecksumType | undefined;
964
2254
  /**
965
- * <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>
966
2260
  * @public
967
2261
  */
968
2262
  ServerSideEncryption?: ServerSideEncryption | undefined;
969
2263
  /**
970
2264
  * <p>Version ID of the object.</p>
971
- * <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
972
- * for the object being stored. Amazon S3 returns this ID in the response. When you enable
973
- * versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
974
- * simultaneously, it stores all of the objects. For more information about versioning, see
975
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
976
- * Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For
977
- * 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>
978
2271
  * <note>
979
2272
  * <p>This functionality is not supported for directory buckets.</p>
980
2273
  * </note>
@@ -982,8 +2275,8 @@ export interface PutObjectOutput {
982
2275
  */
983
2276
  VersionId?: string | undefined;
984
2277
  /**
985
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
986
- * 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>
987
2280
  * <note>
988
2281
  * <p>This functionality is not supported for directory buckets.</p>
989
2282
  * </note>
@@ -991,9 +2284,9 @@ export interface PutObjectOutput {
991
2284
  */
992
2285
  SSECustomerAlgorithm?: string | undefined;
993
2286
  /**
994
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
995
- * response will include this header to provide the round-trip message integrity verification
996
- * 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>
997
2290
  * <note>
998
2291
  * <p>This functionality is not supported for directory buckets.</p>
999
2292
  * </note>
@@ -1015,24 +2308,24 @@ export interface PutObjectOutput {
1015
2308
  */
1016
2309
  SSEKMSEncryptionContext?: string | undefined;
1017
2310
  /**
1018
- * <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
1019
- * 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>
1020
2313
  * @public
1021
2314
  */
1022
2315
  BucketKeyEnabled?: boolean | undefined;
1023
2316
  /**
1024
- * <p>
1025
- * The size of the object in bytes. This value is only be present if you append to an object.
1026
- * </p>
2317
+ * <p> The size of the object in bytes. This value is only be present if you append to an object. </p>
1027
2318
  * <note>
1028
- * <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>
1029
2321
  * </note>
1030
2322
  * @public
1031
2323
  */
1032
2324
  Size?: number | undefined;
1033
2325
  /**
1034
- * <p>If present, indicates that the requester was successfully charged for the
1035
- * request. For more 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 Storage Service user guide</i>.</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>
1036
2329
  * <note>
1037
2330
  * <p>This functionality is not supported for directory buckets.</p>
1038
2331
  * </note>
@@ -1045,23 +2338,22 @@ export interface PutObjectOutput {
1045
2338
  */
1046
2339
  export interface PutObjectRequest {
1047
2340
  /**
1048
- * <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
1049
- * ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
1050
- * <p>When adding a new object, you can use headers to grant ACL-based permissions to
1051
- * individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are
1052
- * then added to the ACL on the object. By default, all objects are private. Only the owner
1053
- * 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>
1054
- * and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing
1055
- * ACLs Using the REST API</a> in the <i>Amazon S3 User Guide</i>.</p>
1056
- * <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting
1057
- * for S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that
1058
- * use this setting only accept PUT requests that don't specify an ACL or PUT requests that
1059
- * specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
1060
- * canned ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that
1061
- * contain other ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
1062
- * <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
1063
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
1064
- * 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>
1065
2357
  * <note>
1066
2358
  * <ul>
1067
2359
  * <li>
@@ -1083,8 +2375,7 @@ export interface PutObjectRequest {
1083
2375
  /**
1084
2376
  * <p>The bucket name to which the PUT action was initiated. </p>
1085
2377
  * <p>
1086
- * <b>Directory buckets</b> -
1087
- * 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>
1088
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>
1089
2380
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
1090
2381
  * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -1105,8 +2396,8 @@ export interface PutObjectRequest {
1105
2396
  */
1106
2397
  Bucket: string | undefined;
1107
2398
  /**
1108
- * <p>Can be used to specify caching behavior along the request/reply chain. For more
1109
- * 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>
1110
2401
  * @public
1111
2402
  */
1112
2403
  CacheControl?: string | undefined;
@@ -1116,9 +2407,9 @@ export interface PutObjectRequest {
1116
2407
  */
1117
2408
  ContentDisposition?: string | undefined;
1118
2409
  /**
1119
- * <p>Specifies what content encodings have been applied to the object and thus what decoding
1120
- * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
1121
- * 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>
1122
2413
  * @public
1123
2414
  */
1124
2415
  ContentEncoding?: string | undefined;
@@ -1128,22 +2419,22 @@ export interface PutObjectRequest {
1128
2419
  */
1129
2420
  ContentLanguage?: string | undefined;
1130
2421
  /**
1131
- * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
1132
- * 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>
1133
2424
  * @public
1134
2425
  */
1135
2426
  ContentLength?: number | undefined;
1136
2427
  /**
1137
2428
  * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the message (without the headers) according to
1138
- * RFC 1864. This header can be used as a message integrity check to verify that the data is
1139
- * the same data that was originally sent. Although it is optional, we recommend using the
1140
- * Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
1141
- * 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>
1142
2433
  * <note>
1143
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
1144
- * required for any request to upload an object with a retention period configured using
1145
- * 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
1146
- * <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>
1147
2438
  * </note>
1148
2439
  * <note>
1149
2440
  * <p>This functionality is not supported for directory buckets.</p>
@@ -1152,8 +2443,7 @@ export interface PutObjectRequest {
1152
2443
  */
1153
2444
  ContentMD5?: string | undefined;
1154
2445
  /**
1155
- * <p>A standard MIME type describing the format of the contents. For more information, see
1156
- * <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>
1157
2447
  * @public
1158
2448
  */
1159
2449
  ContentType?: string | undefined;
@@ -1199,10 +2489,10 @@ export interface PutObjectRequest {
1199
2489
  * <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
1200
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>
1201
2491
  * <note>
1202
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
1203
- * required for any request to upload an object with a retention period configured using
1204
- * 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
1205
- * <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>
1206
2496
  * </note>
1207
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>
1208
2498
  * @public
@@ -1225,11 +2515,11 @@ export interface PutObjectRequest {
1225
2515
  */
1226
2516
  ChecksumCRC32C?: string | undefined;
1227
2517
  /**
1228
- * <p>This header can be used as a data integrity check to verify that the data received is
1229
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
1230
- * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
1231
- * 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
1232
- * 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>
1233
2523
  * @public
1234
2524
  */
1235
2525
  ChecksumCRC64NVME?: string | undefined;
@@ -1250,29 +2540,31 @@ export interface PutObjectRequest {
1250
2540
  */
1251
2541
  ChecksumSHA256?: string | undefined;
1252
2542
  /**
1253
- * <p>The date and time at which the object is no longer cacheable. For more information, see
1254
- * <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>
1255
2544
  * @public
1256
2545
  */
1257
2546
  Expires?: Date | undefined;
1258
2547
  /**
1259
- * <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE
1260
- * operation matches the ETag of the object in S3. If the ETag values do not match, the
1261
- * operation returns a <code>412 Precondition Failed</code> error.</p>
1262
- * <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>
1263
2554
  * <p>Expects the ETag value as a string.</p>
1264
- * <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>
1265
2557
  * @public
1266
2558
  */
1267
2559
  IfMatch?: string | undefined;
1268
2560
  /**
1269
- * <p>Uploads the object only if the object key name does not already exist in the bucket
1270
- * 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>
1271
2563
  * <p>If a conflicting operation occurs during the upload S3 returns a <code>409
1272
- * ConditionalRequestConflict</code> response. On a 409 failure you should retry the
1273
- * upload.</p>
2564
+ * ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</p>
1274
2565
  * <p>Expects the '*' (asterisk) character.</p>
1275
- * <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>
1276
2568
  * @public
1277
2569
  */
1278
2570
  IfNoneMatch?: string | undefined;
@@ -1342,13 +2634,12 @@ export interface PutObjectRequest {
1342
2634
  */
1343
2635
  Key: string | undefined;
1344
2636
  /**
1345
- * <p>
1346
- * Specifies the offset for appending data to existing objects in bytes.
1347
- * The offset must be equal to the size of the existing object being appended to.
1348
- * If no object exists, setting this header to 0 will create a new object.
1349
- * </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>
1350
2640
  * <note>
1351
- * <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>
1352
2643
  * </note>
1353
2644
  * @public
1354
2645
  */
@@ -1359,25 +2650,24 @@ export interface PutObjectRequest {
1359
2650
  */
1360
2651
  Metadata?: Record<string, string> | undefined;
1361
2652
  /**
1362
- * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
1363
- * (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>
1364
2655
  * <ul>
1365
2656
  * <li>
1366
2657
  * <p>
1367
- * <b>General purpose buckets </b> - You have four mutually
1368
- * exclusive options to protect data using server-side encryption in Amazon S3, depending on
1369
- * how you choose to manage the encryption keys. Specifically, the encryption key
1370
- * options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and
1371
- * customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side encryption by
1372
- * using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to encrypt
1373
- * data at rest by using server-side encryption with other key options. For more
1374
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
1375
- * 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>
1376
2666
  * </li>
1377
2667
  * <li>
1378
2668
  * <p>
1379
2669
  * <b>Directory buckets </b> -
1380
- * 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
1381
2671
  * <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
1382
2672
  * are automatically encrypted with the desired encryption settings. For more
1383
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>
@@ -1395,20 +2685,29 @@ export interface PutObjectRequest {
1395
2685
  * </p>
1396
2686
  * </note>
1397
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>
1398
2696
  * </ul>
1399
2697
  * @public
1400
2698
  */
1401
2699
  ServerSideEncryption?: ServerSideEncryption | undefined;
1402
2700
  /**
1403
- * <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
1404
- * STANDARD storage class provides high durability and high availability. Depending on
1405
- * performance needs, you can specify a different Storage Class. For more information, see
1406
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
1407
- * 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>
1408
2705
  * <note>
1409
2706
  * <ul>
1410
2707
  * <li>
1411
- * <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>
1412
2711
  * </li>
1413
2712
  * <li>
1414
2713
  * <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
@@ -1419,23 +2718,21 @@ export interface PutObjectRequest {
1419
2718
  */
1420
2719
  StorageClass?: StorageClass | undefined;
1421
2720
  /**
1422
- * <p>If the bucket is configured as a website, redirects requests for this object to another
1423
- * object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
1424
- * 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
1425
- * <i>Amazon S3 User Guide</i>.</p>
1426
- * <p>In the following example, the request header sets the redirect to an object
1427
- * (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>
1428
2727
  * <p>
1429
2728
  * <code>x-amz-website-redirect-location: /anotherPage.html</code>
1430
2729
  * </p>
1431
- * <p>In the following example, the request header sets the object redirect to another
1432
- * website:</p>
2730
+ * <p>In the following example, the request header sets the object redirect to another website:</p>
1433
2731
  * <p>
1434
2732
  * <code>x-amz-website-redirect-location: http://www.example.com/</code>
1435
2733
  * </p>
1436
- * <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
1437
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to
1438
- * 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>
1439
2736
  * <note>
1440
2737
  * <p>This functionality is not supported for directory buckets.</p>
1441
2738
  * </note>
@@ -1443,8 +2740,7 @@ export interface PutObjectRequest {
1443
2740
  */
1444
2741
  WebsiteRedirectLocation?: string | undefined;
1445
2742
  /**
1446
- * <p>Specifies the algorithm to use when encrypting the object (for example,
1447
- * <code>AES256</code>).</p>
2743
+ * <p>Specifies the algorithm to use when encrypting the object (for example, <code>AES256</code>).</p>
1448
2744
  * <note>
1449
2745
  * <p>This functionality is not supported for directory buckets.</p>
1450
2746
  * </note>
@@ -1452,10 +2748,10 @@ export interface PutObjectRequest {
1452
2748
  */
1453
2749
  SSECustomerAlgorithm?: string | undefined;
1454
2750
  /**
1455
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
1456
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
1457
- * encryption key. The key must be appropriate for use with the algorithm specified in the
1458
- * <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>
1459
2755
  * <note>
1460
2756
  * <p>This functionality is not supported for directory buckets.</p>
1461
2757
  * </note>
@@ -1463,9 +2759,8 @@ export interface PutObjectRequest {
1463
2759
  */
1464
2760
  SSECustomerKey?: string | undefined;
1465
2761
  /**
1466
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
1467
- * this header for a message integrity check to ensure that the encryption key was transmitted
1468
- * 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>
1469
2764
  * <note>
1470
2765
  * <p>This functionality is not supported for directory buckets.</p>
1471
2766
  * </note>
@@ -1521,12 +2816,11 @@ export interface PutObjectRequest {
1521
2816
  */
1522
2817
  BucketKeyEnabled?: boolean | undefined;
1523
2818
  /**
1524
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1525
- * owners need not specify this parameter in their requests. If either the source or
1526
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1527
- * charges to copy the object. For information about downloading objects from Requester Pays
1528
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1529
- * 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>
1530
2824
  * <note>
1531
2825
  * <p>This functionality is not supported for directory buckets.</p>
1532
2826
  * </note>
@@ -1534,8 +2828,8 @@ export interface PutObjectRequest {
1534
2828
  */
1535
2829
  RequestPayer?: RequestPayer | undefined;
1536
2830
  /**
1537
- * <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
1538
- * 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>
1539
2833
  * <note>
1540
2834
  * <p>This functionality is not supported for directory buckets.</p>
1541
2835
  * </note>
@@ -1551,8 +2845,8 @@ export interface PutObjectRequest {
1551
2845
  */
1552
2846
  ObjectLockMode?: ObjectLockMode | undefined;
1553
2847
  /**
1554
- * <p>The date and time when you want this object's Object Lock to expire. Must be formatted
1555
- * 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>
1556
2850
  * <note>
1557
2851
  * <p>This functionality is not supported for directory buckets.</p>
1558
2852
  * </note>
@@ -1560,9 +2854,9 @@ export interface PutObjectRequest {
1560
2854
  */
1561
2855
  ObjectLockRetainUntilDate?: Date | undefined;
1562
2856
  /**
1563
- * <p>Specifies whether a legal hold will be applied to this object. For more information
1564
- * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
1565
- * <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>
1566
2860
  * <note>
1567
2861
  * <p>This functionality is not supported for directory buckets.</p>
1568
2862
  * </note>
@@ -1576,11 +2870,9 @@ export interface PutObjectRequest {
1576
2870
  ExpectedBucketOwner?: string | undefined;
1577
2871
  }
1578
2872
  /**
1579
- * <p>
1580
- * You have attempted to add more parts than the maximum of 10000
1581
- * that are allowed for this object. You can use the CopyObject operation
1582
- * to copy this object to another and then add more data to the newly copied object.
1583
- * </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>
1584
2876
  * @public
1585
2877
  */
1586
2878
  export declare class TooManyParts extends __BaseException {
@@ -1596,8 +2888,9 @@ export declare class TooManyParts extends __BaseException {
1596
2888
  */
1597
2889
  export interface PutObjectAclOutput {
1598
2890
  /**
1599
- * <p>If present, indicates that the requester was successfully charged for the
1600
- * request. For more 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 Storage Service user guide</i>.</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>
1601
2894
  * <note>
1602
2895
  * <p>This functionality is not supported for directory buckets.</p>
1603
2896
  * </note>
@@ -1610,8 +2903,7 @@ export interface PutObjectAclOutput {
1610
2903
  */
1611
2904
  export interface PutObjectAclRequest {
1612
2905
  /**
1613
- * <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
1614
- * 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>
1615
2907
  * @public
1616
2908
  */
1617
2909
  ACL?: ObjectCannedACL | undefined;
@@ -1634,10 +2926,9 @@ export interface PutObjectAclRequest {
1634
2926
  */
1635
2927
  Bucket: string | undefined;
1636
2928
  /**
1637
- * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
1638
- * integrity check to verify that the request body was not corrupted in transit. For more
1639
- * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
1640
- * 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>
1641
2932
  * </p>
1642
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>
1643
2934
  * @public
@@ -1649,14 +2940,13 @@ export interface PutObjectAclRequest {
1649
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
1650
2941
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1651
2942
  * the <i>Amazon S3 User Guide</i>.</p>
1652
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1653
- * <code>ChecksumAlgorithm</code> parameter.</p>
2943
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
2944
+ * parameter.</p>
1654
2945
  * @public
1655
2946
  */
1656
2947
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1657
2948
  /**
1658
- * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
1659
- * bucket.</p>
2949
+ * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
1660
2950
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1661
2951
  * @public
1662
2952
  */
@@ -1675,8 +2965,8 @@ export interface PutObjectAclRequest {
1675
2965
  GrantReadACP?: string | undefined;
1676
2966
  /**
1677
2967
  * <p>Allows grantee to create new objects in the bucket.</p>
1678
- * <p>For the bucket and object owners of existing objects, also allows deletions and
1679
- * 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>
1680
2970
  * @public
1681
2971
  */
1682
2972
  GrantWrite?: string | undefined;
@@ -1692,12 +2982,11 @@ export interface PutObjectAclRequest {
1692
2982
  */
1693
2983
  Key: string | undefined;
1694
2984
  /**
1695
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1696
- * owners need not specify this parameter in their requests. If either the source or
1697
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1698
- * charges to copy the object. For information about downloading objects from Requester Pays
1699
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1700
- * 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>
1701
2990
  * <note>
1702
2991
  * <p>This functionality is not supported for directory buckets.</p>
1703
2992
  * </note>
@@ -1723,8 +3012,9 @@ export interface PutObjectAclRequest {
1723
3012
  */
1724
3013
  export interface PutObjectLegalHoldOutput {
1725
3014
  /**
1726
- * <p>If present, indicates that the requester was successfully charged for the
1727
- * request. For more 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 Storage Service user guide</i>.</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>
1728
3018
  * <note>
1729
3019
  * <p>This functionality is not supported for directory buckets.</p>
1730
3020
  * </note>
@@ -1751,18 +3041,16 @@ export interface PutObjectLegalHoldRequest {
1751
3041
  */
1752
3042
  Key: string | undefined;
1753
3043
  /**
1754
- * <p>Container element for the legal hold configuration you want to apply to the specified
1755
- * object.</p>
3044
+ * <p>Container element for the legal hold configuration you want to apply to the specified object.</p>
1756
3045
  * @public
1757
3046
  */
1758
3047
  LegalHold?: ObjectLockLegalHold | undefined;
1759
3048
  /**
1760
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1761
- * owners need not specify this parameter in their requests. If either the source or
1762
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1763
- * charges to copy the object. For information about downloading objects from Requester Pays
1764
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1765
- * 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>
1766
3054
  * <note>
1767
3055
  * <p>This functionality is not supported for directory buckets.</p>
1768
3056
  * </note>
@@ -1786,8 +3074,8 @@ export interface PutObjectLegalHoldRequest {
1786
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
1787
3075
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1788
3076
  * the <i>Amazon S3 User Guide</i>.</p>
1789
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1790
- * <code>ChecksumAlgorithm</code> parameter.</p>
3077
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3078
+ * parameter.</p>
1791
3079
  * @public
1792
3080
  */
1793
3081
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -1802,8 +3090,9 @@ export interface PutObjectLegalHoldRequest {
1802
3090
  */
1803
3091
  export interface PutObjectLockConfigurationOutput {
1804
3092
  /**
1805
- * <p>If present, indicates that the requester was successfully charged for the
1806
- * request. For more 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 Storage Service user guide</i>.</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>
1807
3096
  * <note>
1808
3097
  * <p>This functionality is not supported for directory buckets.</p>
1809
3098
  * </note>
@@ -1828,12 +3117,11 @@ export interface PutObjectLockConfigurationRequest {
1828
3117
  */
1829
3118
  ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
1830
3119
  /**
1831
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1832
- * owners need not specify this parameter in their requests. If either the source or
1833
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1834
- * charges to copy the object. For information about downloading objects from Requester Pays
1835
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1836
- * 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>
1837
3125
  * <note>
1838
3126
  * <p>This functionality is not supported for directory buckets.</p>
1839
3127
  * </note>
@@ -1857,8 +3145,8 @@ export interface PutObjectLockConfigurationRequest {
1857
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
1858
3146
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1859
3147
  * the <i>Amazon S3 User Guide</i>.</p>
1860
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1861
- * <code>ChecksumAlgorithm</code> parameter.</p>
3148
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3149
+ * parameter.</p>
1862
3150
  * @public
1863
3151
  */
1864
3152
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -1873,8 +3161,9 @@ export interface PutObjectLockConfigurationRequest {
1873
3161
  */
1874
3162
  export interface PutObjectRetentionOutput {
1875
3163
  /**
1876
- * <p>If present, indicates that the requester was successfully charged for the
1877
- * request. For more 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 Storage Service user guide</i>.</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>
1878
3167
  * <note>
1879
3168
  * <p>This functionality is not supported for directory buckets.</p>
1880
3169
  * </note>
@@ -1887,8 +3176,7 @@ export interface PutObjectRetentionOutput {
1887
3176
  */
1888
3177
  export interface PutObjectRetentionRequest {
1889
3178
  /**
1890
- * <p>The bucket name that contains the object you want to apply this Object Retention
1891
- * configuration to. </p>
3179
+ * <p>The bucket name that contains the object you want to apply this Object Retention configuration to. </p>
1892
3180
  * <p>
1893
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>
1894
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.
@@ -1897,8 +3185,7 @@ export interface PutObjectRetentionRequest {
1897
3185
  */
1898
3186
  Bucket: string | undefined;
1899
3187
  /**
1900
- * <p>The key name for the object that you want to apply this Object Retention configuration
1901
- * to.</p>
3188
+ * <p>The key name for the object that you want to apply this Object Retention configuration to.</p>
1902
3189
  * @public
1903
3190
  */
1904
3191
  Key: string | undefined;
@@ -1908,12 +3195,11 @@ export interface PutObjectRetentionRequest {
1908
3195
  */
1909
3196
  Retention?: ObjectLockRetention | undefined;
1910
3197
  /**
1911
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1912
- * owners need not specify this parameter in their requests. If either the source or
1913
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1914
- * charges to copy the object. For information about downloading objects from Requester Pays
1915
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1916
- * 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>
1917
3203
  * <note>
1918
3204
  * <p>This functionality is not supported for directory buckets.</p>
1919
3205
  * </note>
@@ -1921,8 +3207,7 @@ export interface PutObjectRetentionRequest {
1921
3207
  */
1922
3208
  RequestPayer?: RequestPayer | undefined;
1923
3209
  /**
1924
- * <p>The version ID for the object that you want to apply this Object Retention configuration
1925
- * to.</p>
3210
+ * <p>The version ID for the object that you want to apply this Object Retention configuration to.</p>
1926
3211
  * @public
1927
3212
  */
1928
3213
  VersionId?: string | undefined;
@@ -1943,8 +3228,8 @@ export interface PutObjectRetentionRequest {
1943
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
1944
3229
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1945
3230
  * the <i>Amazon S3 User Guide</i>.</p>
1946
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
1947
- * <code>ChecksumAlgorithm</code> parameter.</p>
3231
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3232
+ * parameter.</p>
1948
3233
  * @public
1949
3234
  */
1950
3235
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -2003,8 +3288,8 @@ export interface PutObjectTaggingRequest {
2003
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
2004
3289
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2005
3290
  * the <i>Amazon S3 User Guide</i>.</p>
2006
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
2007
- * <code>ChecksumAlgorithm</code> parameter.</p>
3291
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3292
+ * parameter.</p>
2008
3293
  * @public
2009
3294
  */
2010
3295
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -2019,12 +3304,11 @@ export interface PutObjectTaggingRequest {
2019
3304
  */
2020
3305
  ExpectedBucketOwner?: string | undefined;
2021
3306
  /**
2022
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2023
- * owners need not specify this parameter in their requests. If either the source or
2024
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2025
- * charges to copy the object. For information about downloading objects from Requester Pays
2026
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2027
- * 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>
2028
3312
  * <note>
2029
3313
  * <p>This functionality is not supported for directory buckets.</p>
2030
3314
  * </note>
@@ -2037,8 +3321,8 @@ export interface PutObjectTaggingRequest {
2037
3321
  */
2038
3322
  export interface PutPublicAccessBlockRequest {
2039
3323
  /**
2040
- * <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
2041
- * to set.</p>
3324
+ * <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to
3325
+ * set.</p>
2042
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.
2043
3327
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2044
3328
  * @public
@@ -2056,15 +3340,15 @@ export interface PutPublicAccessBlockRequest {
2056
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
2057
3341
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2058
3342
  * the <i>Amazon S3 User Guide</i>.</p>
2059
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
2060
- * <code>ChecksumAlgorithm</code> parameter.</p>
3343
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
3344
+ * parameter.</p>
2061
3345
  * @public
2062
3346
  */
2063
3347
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2064
3348
  /**
2065
- * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
2066
- * bucket. You can enable the configuration options in any combination. For more information
2067
- * 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>
2068
3352
  * @public
2069
3353
  */
2070
3354
  PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
@@ -2074,6 +3358,124 @@ export interface PutPublicAccessBlockRequest {
2074
3358
  */
2075
3359
  ExpectedBucketOwner?: string | undefined;
2076
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
+ }
2077
3479
  /**
2078
3480
  * <p>This action is not allowed against this storage tier.</p>
2079
3481
  * @public
@@ -2091,8 +3493,9 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
2091
3493
  */
2092
3494
  export interface RestoreObjectOutput {
2093
3495
  /**
2094
- * <p>If present, indicates that the requester was successfully charged for the
2095
- * request. For more 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 Storage Service user guide</i>.</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>
2096
3499
  * <note>
2097
3500
  * <p>This functionality is not supported for directory buckets.</p>
2098
3501
  * </note>
@@ -2100,8 +3503,8 @@ export interface RestoreObjectOutput {
2100
3503
  */
2101
3504
  RequestCharged?: RequestCharged | undefined;
2102
3505
  /**
2103
- * <p>Indicates the path in the provided S3 output location where Select results will be
2104
- * restored to.</p>
3506
+ * <p>Indicates the path in the provided S3 output location where Select results will be restored
3507
+ * to.</p>
2105
3508
  * @public
2106
3509
  */
2107
3510
  RestoreOutputPath?: string | undefined;
@@ -2136,22 +3539,22 @@ export interface GlacierJobParameters {
2136
3539
  */
2137
3540
  export interface Encryption {
2138
3541
  /**
2139
- * <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example,
2140
- * 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>
2141
3544
  * @public
2142
3545
  */
2143
3546
  EncryptionType: ServerSideEncryption | undefined;
2144
3547
  /**
2145
- * <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of
2146
- * the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only
2147
- * 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
2148
- * 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>
2149
3552
  * @public
2150
3553
  */
2151
3554
  KMSKeyId?: string | undefined;
2152
3555
  /**
2153
- * <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
2154
- * 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>
2155
3558
  * @public
2156
3559
  */
2157
3560
  KMSContext?: string | undefined;
@@ -2268,7 +3671,7 @@ export declare const FileHeaderInfo: {
2268
3671
  export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
2269
3672
  /**
2270
3673
  * <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
2271
- * formatted.</p>
3674
+ * formatted.</p>
2272
3675
  * @public
2273
3676
  */
2274
3677
  export interface CSVInput {
@@ -2281,51 +3684,50 @@ export interface CSVInput {
2281
3684
  * </li>
2282
3685
  * <li>
2283
3686
  * <p>
2284
- * <code>IGNORE</code>: First line is a header, but you can't use the header values
2285
- * to indicate the column in an expression. You can use column position (such as _1, _2,
2286
- * …) 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>
2287
3690
  * </li>
2288
3691
  * <li>
2289
3692
  * <p>
2290
- * <code>Use</code>: First line is a header, and you can use the header value to
2291
- * 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>
2292
3695
  * </li>
2293
3696
  * </ul>
2294
3697
  * @public
2295
3698
  */
2296
3699
  FileHeaderInfo?: FileHeaderInfo | undefined;
2297
3700
  /**
2298
- * <p>A single character used to indicate that a row should be ignored when the character is
2299
- * present at the start of that row. You can specify any character to indicate a comment line.
2300
- * 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>
2301
3704
  * <p>Default: <code>#</code>
2302
3705
  * </p>
2303
3706
  * @public
2304
3707
  */
2305
3708
  Comments?: string | undefined;
2306
3709
  /**
2307
- * <p>A single character used for escaping the quotation mark character inside an already
2308
- * escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
2309
- * "</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>
2310
3712
  * @public
2311
3713
  */
2312
3714
  QuoteEscapeCharacter?: string | undefined;
2313
3715
  /**
2314
- * <p>A single character used to separate individual records in the input. Instead of the
2315
- * 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>
2316
3718
  * @public
2317
3719
  */
2318
3720
  RecordDelimiter?: string | undefined;
2319
3721
  /**
2320
- * <p>A single character used to separate individual fields in a record. You can specify an
2321
- * arbitrary delimiter.</p>
3722
+ * <p>A single character used to separate individual fields in a record. You can specify an arbitrary
3723
+ * delimiter.</p>
2322
3724
  * @public
2323
3725
  */
2324
3726
  FieldDelimiter?: string | undefined;
2325
3727
  /**
2326
- * <p>A single character used for escaping when the field delimiter is part of the value. For
2327
- * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
2328
- * 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>
2329
3731
  * <p>Type: String</p>
2330
3732
  * <p>Default: <code>"</code>
2331
3733
  * </p>
@@ -2335,9 +3737,8 @@ export interface CSVInput {
2335
3737
  */
2336
3738
  QuoteCharacter?: string | undefined;
2337
3739
  /**
2338
- * <p>Specifies that CSV field values may contain quoted record delimiters and such records
2339
- * should be allowed. Default value is FALSE. Setting this value to TRUE may lower
2340
- * 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>
2341
3742
  * @public
2342
3743
  */
2343
3744
  AllowQuotedRecordDelimiter?: boolean | undefined;
@@ -2382,8 +3783,7 @@ export interface InputSerialization {
2382
3783
  */
2383
3784
  CSV?: CSVInput | undefined;
2384
3785
  /**
2385
- * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
2386
- * NONE.</p>
3786
+ * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p>
2387
3787
  * @public
2388
3788
  */
2389
3789
  CompressionType?: CompressionType | undefined;
@@ -2411,8 +3811,7 @@ export declare const QuoteFields: {
2411
3811
  */
2412
3812
  export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
2413
3813
  /**
2414
- * <p>Describes how uncompressed comma-separated values (CSV)-formatted results are
2415
- * formatted.</p>
3814
+ * <p>Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.</p>
2416
3815
  * @public
2417
3816
  */
2418
3817
  export interface CSVOutput {
@@ -2432,27 +3831,26 @@ export interface CSVOutput {
2432
3831
  */
2433
3832
  QuoteFields?: QuoteFields | undefined;
2434
3833
  /**
2435
- * <p>The single character used for escaping the quote character inside an already escaped
2436
- * value.</p>
3834
+ * <p>The single character used for escaping the quote character inside an already escaped value.</p>
2437
3835
  * @public
2438
3836
  */
2439
3837
  QuoteEscapeCharacter?: string | undefined;
2440
3838
  /**
2441
- * <p>A single character used to separate individual records in the output. Instead of the
2442
- * 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>
2443
3841
  * @public
2444
3842
  */
2445
3843
  RecordDelimiter?: string | undefined;
2446
3844
  /**
2447
3845
  * <p>The value used to separate individual fields in a record. You can specify an arbitrary
2448
- * delimiter.</p>
3846
+ * delimiter.</p>
2449
3847
  * @public
2450
3848
  */
2451
3849
  FieldDelimiter?: string | undefined;
2452
3850
  /**
2453
- * <p>A single character used for escaping when the field delimiter is part of the value. For
2454
- * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
2455
- * 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>
2456
3854
  * @public
2457
3855
  */
2458
3856
  QuoteCharacter?: string | undefined;
@@ -2463,8 +3861,8 @@ export interface CSVOutput {
2463
3861
  */
2464
3862
  export interface JSONOutput {
2465
3863
  /**
2466
- * <p>The value used to separate individual records in the output. If no value is specified,
2467
- * 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>
2468
3866
  * @public
2469
3867
  */
2470
3868
  RecordDelimiter?: string | undefined;
@@ -2487,12 +3885,14 @@ export interface OutputSerialization {
2487
3885
  }
2488
3886
  /**
2489
3887
  * <important>
2490
- * <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>
2491
3890
  * </p>
2492
3891
  * </important>
2493
3892
  * <p>Describes the parameters for Select job types.</p>
2494
- * <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
2495
- * <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>
2496
3896
  * @public
2497
3897
  */
2498
3898
  export interface SelectParameters {
@@ -2508,7 +3908,8 @@ export interface SelectParameters {
2508
3908
  ExpressionType: ExpressionType | undefined;
2509
3909
  /**
2510
3910
  * <important>
2511
- * <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>
2512
3913
  * </p>
2513
3914
  * </important>
2514
3915
  * <p>The expression that is used to query the object.</p>
@@ -2539,21 +3940,22 @@ export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof Restor
2539
3940
  export interface RestoreRequest {
2540
3941
  /**
2541
3942
  * <p>Lifetime of the active copy in days. Do not use with restores that specify
2542
- * <code>OutputLocation</code>.</p>
3943
+ * <code>OutputLocation</code>.</p>
2543
3944
  * <p>The Days element is required for regular restores, and must not be provided for select
2544
- * requests.</p>
3945
+ * requests.</p>
2545
3946
  * @public
2546
3947
  */
2547
3948
  Days?: number | undefined;
2548
3949
  /**
2549
- * <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
2550
- * 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>
2551
3952
  * @public
2552
3953
  */
2553
3954
  GlacierJobParameters?: GlacierJobParameters | undefined;
2554
3955
  /**
2555
3956
  * <important>
2556
- * <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>
2557
3959
  * </p>
2558
3960
  * </important>
2559
3961
  * <p>Type of restore request.</p>
@@ -2572,7 +3974,8 @@ export interface RestoreRequest {
2572
3974
  Description?: string | undefined;
2573
3975
  /**
2574
3976
  * <important>
2575
- * <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>
2576
3979
  * </p>
2577
3980
  * </important>
2578
3981
  * <p>Describes the parameters for Select job types.</p>
@@ -2618,12 +4021,11 @@ export interface RestoreObjectRequest {
2618
4021
  */
2619
4022
  RestoreRequest?: RestoreRequest | undefined;
2620
4023
  /**
2621
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2622
- * owners need not specify this parameter in their requests. If either the source or
2623
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2624
- * charges to copy the object. For information about downloading objects from Requester Pays
2625
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2626
- * 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>
2627
4029
  * <note>
2628
4030
  * <p>This functionality is not supported for directory buckets.</p>
2629
4031
  * </note>
@@ -2636,8 +4038,8 @@ export interface RestoreObjectRequest {
2636
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
2637
4039
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
2638
4040
  * the <i>Amazon S3 User Guide</i>.</p>
2639
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
2640
- * <code>ChecksumAlgorithm</code> parameter.</p>
4041
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
4042
+ * parameter.</p>
2641
4043
  * @public
2642
4044
  */
2643
4045
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -2654,9 +4056,8 @@ export interface RestoreObjectRequest {
2654
4056
  export interface ContinuationEvent {
2655
4057
  }
2656
4058
  /**
2657
- * <p>A message that indicates the request is complete and no more messages will be sent. You
2658
- * should not assume that the request is complete until the client receives an
2659
- * <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>
2660
4061
  * @public
2661
4062
  */
2662
4063
  export interface EndEvent {
@@ -2699,12 +4100,13 @@ export interface ProgressEvent {
2699
4100
  */
2700
4101
  export interface RecordsEvent {
2701
4102
  /**
2702
- * <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that
2703
- * a record will be self-contained in one record frame. To ensure continuous streaming of
2704
- * data, S3 Select might split the same record across multiple record frames instead of
2705
- * 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
2706
- * default. Other clients might not handle this behavior by default. In those cases, you must
2707
- * 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>
2708
4110
  * @public
2709
4111
  */
2710
4112
  Payload?: Uint8Array | undefined;
@@ -2842,57 +4244,54 @@ export interface SelectObjectContentOutput {
2842
4244
  Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
2843
4245
  }
2844
4246
  /**
2845
- * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
2846
- * sent.</p>
4247
+ * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be sent.</p>
2847
4248
  * @public
2848
4249
  */
2849
4250
  export interface RequestProgress {
2850
4251
  /**
2851
- * <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE,
2852
- * FALSE. Default value: FALSE.</p>
4252
+ * <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default
4253
+ * value: FALSE.</p>
2853
4254
  * @public
2854
4255
  */
2855
4256
  Enabled?: boolean | undefined;
2856
4257
  }
2857
4258
  /**
2858
- * <p>Specifies the byte range of the object to get the records from. A record is processed
2859
- * when its first byte is contained by the range. This parameter is optional, but when
2860
- * specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
2861
- * 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>
2862
4262
  * @public
2863
4263
  */
2864
4264
  export interface ScanRange {
2865
4265
  /**
2866
- * <p>Specifies the start of the byte range. This parameter is optional. Valid values:
2867
- * non-negative integers. The default value is 0. If only <code>start</code> is supplied, it
2868
- * means scan from that point to the end of the file. For example,
2869
- * <code><scanrange><start>50</start></scanrange></code> means scan
2870
- * 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>
2871
4271
  * @public
2872
4272
  */
2873
4273
  Start?: number | undefined;
2874
4274
  /**
2875
- * <p>Specifies the end of the byte range. This parameter is optional. Valid values:
2876
- * non-negative integers. The default value is one less than the size of the object being
2877
- * queried. If only the End parameter is supplied, it is interpreted to mean scan the last N
2878
- * bytes of the file. For example,
2879
- * <code><scanrange><end>50</end></scanrange></code> means scan the
2880
- * 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>
2881
4280
  * @public
2882
4281
  */
2883
4282
  End?: number | undefined;
2884
4283
  }
2885
4284
  /**
2886
4285
  * <note>
2887
- * <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>
2888
4288
  * </p>
2889
4289
  * </note>
2890
- * <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
2891
- * Language (SQL) statement. In the request, along with the SQL expression, you must specify a
2892
- * data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data
2893
- * into records. It returns only records that match the specified SQL expression. You must
2894
- * also specify the data serialization format for the response. For more information, see
2895
- * <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>
2896
4295
  * @public
2897
4296
  */
2898
4297
  export interface SelectObjectContentRequest {
@@ -2958,28 +4357,27 @@ export interface SelectObjectContentRequest {
2958
4357
  */
2959
4358
  OutputSerialization: OutputSerialization | undefined;
2960
4359
  /**
2961
- * <p>Specifies the byte range of the object to get the records from. A record is processed
2962
- * when its first byte is contained by the range. This parameter is optional, but when
2963
- * specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
2964
- * 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>
2965
4363
  * <p>
2966
4364
  * <code>ScanRange</code>may be used in the following ways:</p>
2967
4365
  * <ul>
2968
4366
  * <li>
2969
4367
  * <p>
2970
4368
  * <code><scanrange><start>50</start><end>100</end></scanrange></code>
2971
- * - process only the records starting between the bytes 50 and 100 (inclusive, counting
2972
- * from zero)</p>
4369
+ * - process only the records starting between the bytes 50 and 100 (inclusive, counting from
4370
+ * zero)</p>
2973
4371
  * </li>
2974
4372
  * <li>
2975
4373
  * <p>
2976
- * <code><scanrange><start>50</start></scanrange></code> -
2977
- * 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>
2978
4376
  * </li>
2979
4377
  * <li>
2980
4378
  * <p>
2981
- * <code><scanrange><end>50</end></scanrange></code> -
2982
- * 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>
2983
4381
  * </li>
2984
4382
  * </ul>
2985
4383
  * @public
@@ -2991,13 +4389,142 @@ export interface SelectObjectContentRequest {
2991
4389
  */
2992
4390
  ExpectedBucketOwner?: string | undefined;
2993
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
+ }
2994
4518
  /**
2995
4519
  * @public
2996
4520
  */
2997
4521
  export interface UploadPartOutput {
2998
4522
  /**
2999
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3000
- * 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>
3001
4528
  * @public
3002
4529
  */
3003
4530
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -3023,9 +4550,10 @@ export interface UploadPartOutput {
3023
4550
  */
3024
4551
  ChecksumCRC32C?: string | undefined;
3025
4552
  /**
3026
- * <p>This header can be used as a data integrity check to verify that the data received is
3027
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3028
- * <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>
3029
4557
  * @public
3030
4558
  */
3031
4559
  ChecksumCRC64NVME?: string | undefined;
@@ -3046,8 +4574,8 @@ export interface UploadPartOutput {
3046
4574
  */
3047
4575
  ChecksumSHA256?: string | undefined;
3048
4576
  /**
3049
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3050
- * 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>
3051
4579
  * <note>
3052
4580
  * <p>This functionality is not supported for directory buckets.</p>
3053
4581
  * </note>
@@ -3055,9 +4583,9 @@ export interface UploadPartOutput {
3055
4583
  */
3056
4584
  SSECustomerAlgorithm?: string | undefined;
3057
4585
  /**
3058
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3059
- * response will include this header to provide the round-trip message integrity verification
3060
- * 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>
3061
4589
  * <note>
3062
4590
  * <p>This functionality is not supported for directory buckets.</p>
3063
4591
  * </note>
@@ -3070,14 +4598,15 @@ export interface UploadPartOutput {
3070
4598
  */
3071
4599
  SSEKMSKeyId?: string | undefined;
3072
4600
  /**
3073
- * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
3074
- * 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>
3075
4603
  * @public
3076
4604
  */
3077
4605
  BucketKeyEnabled?: boolean | undefined;
3078
4606
  /**
3079
- * <p>If present, indicates that the requester was successfully charged for the
3080
- * request. For more 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 Storage Service user guide</i>.</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>
3081
4610
  * <note>
3082
4611
  * <p>This functionality is not supported for directory buckets.</p>
3083
4612
  * </note>
@@ -3097,8 +4626,7 @@ export interface UploadPartRequest {
3097
4626
  /**
3098
4627
  * <p>The name of the bucket to which the multipart upload was initiated.</p>
3099
4628
  * <p>
3100
- * <b>Directory buckets</b> -
3101
- * 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>
3102
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>
3103
4631
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3104
4632
  * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -3119,15 +4647,14 @@ export interface UploadPartRequest {
3119
4647
  */
3120
4648
  Bucket: string | undefined;
3121
4649
  /**
3122
- * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
3123
- * 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>
3124
4652
  * @public
3125
4653
  */
3126
4654
  ContentLength?: number | undefined;
3127
4655
  /**
3128
- * <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
3129
- * when using the command from the CLI. This parameter is required if object lock parameters
3130
- * 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>
3131
4658
  * <note>
3132
4659
  * <p>This functionality is not supported for directory buckets.</p>
3133
4660
  * </note>
@@ -3140,10 +4667,10 @@ export interface UploadPartRequest {
3140
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
3141
4668
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
3142
4669
  * the <i>Amazon S3 User Guide</i>.</p>
3143
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
3144
- * <code>ChecksumAlgorithm</code> parameter.</p>
3145
- * <p>This checksum algorithm must be the same for all parts and it match the checksum value
3146
- * 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>
3147
4674
  * @public
3148
4675
  */
3149
4676
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
@@ -3164,9 +4691,10 @@ export interface UploadPartRequest {
3164
4691
  */
3165
4692
  ChecksumCRC32C?: string | undefined;
3166
4693
  /**
3167
- * <p>This header can be used as a data integrity check to verify that the data received is
3168
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3169
- * <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>
3170
4698
  * @public
3171
4699
  */
3172
4700
  ChecksumCRC64NVME?: string | undefined;
@@ -3192,8 +4720,7 @@ export interface UploadPartRequest {
3192
4720
  */
3193
4721
  Key: string | undefined;
3194
4722
  /**
3195
- * <p>Part number of part being uploaded. This is a positive integer between 1 and
3196
- * 10,000.</p>
4723
+ * <p>Part number of part being uploaded. This is a positive integer between 1 and 10,000.</p>
3197
4724
  * @public
3198
4725
  */
3199
4726
  PartNumber: number | undefined;
@@ -3211,11 +4738,11 @@ export interface UploadPartRequest {
3211
4738
  */
3212
4739
  SSECustomerAlgorithm?: string | undefined;
3213
4740
  /**
3214
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
3215
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
3216
- * encryption key. The key must be appropriate for use with the algorithm specified in the
3217
- * <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the
3218
- * 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>
3219
4746
  * <note>
3220
4747
  * <p>This functionality is not supported for directory buckets.</p>
3221
4748
  * </note>
@@ -3223,9 +4750,8 @@ export interface UploadPartRequest {
3223
4750
  */
3224
4751
  SSECustomerKey?: string | undefined;
3225
4752
  /**
3226
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3227
- * this header for a message integrity check to ensure that the encryption key was transmitted
3228
- * 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>
3229
4755
  * <note>
3230
4756
  * <p>This functionality is not supported for directory buckets.</p>
3231
4757
  * </note>
@@ -3233,12 +4759,11 @@ export interface UploadPartRequest {
3233
4759
  */
3234
4760
  SSECustomerKeyMD5?: string | undefined;
3235
4761
  /**
3236
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
3237
- * owners need not specify this parameter in their requests. If either the source or
3238
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
3239
- * charges to copy the object. For information about downloading objects from Requester Pays
3240
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3241
- * 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>
3242
4767
  * <note>
3243
4768
  * <p>This functionality is not supported for directory buckets.</p>
3244
4769
  * </note>
@@ -3267,40 +4792,42 @@ export interface CopyPartResult {
3267
4792
  */
3268
4793
  LastModified?: Date | undefined;
3269
4794
  /**
3270
- * <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.
3271
- * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. For more information, see
3272
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3273
- * <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>
3274
4799
  * @public
3275
4800
  */
3276
4801
  ChecksumCRC32?: string | undefined;
3277
4802
  /**
3278
- * <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.
3279
- * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. For more information, see
3280
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3281
- * <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>
3282
4807
  * @public
3283
4808
  */
3284
4809
  ChecksumCRC32C?: string | undefined;
3285
4810
  /**
3286
- * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
3287
- * 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>
3288
4815
  * @public
3289
4816
  */
3290
4817
  ChecksumCRC64NVME?: string | undefined;
3291
4818
  /**
3292
- * <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.
3293
- * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. For more information, see
3294
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3295
- * <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>
3296
4823
  * @public
3297
4824
  */
3298
4825
  ChecksumSHA1?: string | undefined;
3299
4826
  /**
3300
- * <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.
3301
- * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. For more information, see
3302
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3303
- * <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>
3304
4831
  * @public
3305
4832
  */
3306
4833
  ChecksumSHA256?: string | undefined;
@@ -3310,8 +4837,8 @@ export interface CopyPartResult {
3310
4837
  */
3311
4838
  export interface UploadPartCopyOutput {
3312
4839
  /**
3313
- * <p>The version of the source object that was copied, if you have enabled versioning on the
3314
- * 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>
3315
4842
  * <note>
3316
4843
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3317
4844
  * </note>
@@ -3324,14 +4851,17 @@ export interface UploadPartCopyOutput {
3324
4851
  */
3325
4852
  CopyPartResult?: CopyPartResult | undefined;
3326
4853
  /**
3327
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3328
- * 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>
3329
4859
  * @public
3330
4860
  */
3331
4861
  ServerSideEncryption?: ServerSideEncryption | undefined;
3332
4862
  /**
3333
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3334
- * 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>
3335
4865
  * <note>
3336
4866
  * <p>This functionality is not supported for directory buckets.</p>
3337
4867
  * </note>
@@ -3339,9 +4869,9 @@ export interface UploadPartCopyOutput {
3339
4869
  */
3340
4870
  SSECustomerAlgorithm?: string | undefined;
3341
4871
  /**
3342
- * <p>If server-side encryption with a customer-provided encryption key was requested, the
3343
- * response will include this header to provide the round-trip message integrity verification
3344
- * 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>
3345
4875
  * <note>
3346
4876
  * <p>This functionality is not supported for directory buckets.</p>
3347
4877
  * </note>
@@ -3354,14 +4884,15 @@ export interface UploadPartCopyOutput {
3354
4884
  */
3355
4885
  SSEKMSKeyId?: string | undefined;
3356
4886
  /**
3357
- * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
3358
- * 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>
3359
4889
  * @public
3360
4890
  */
3361
4891
  BucketKeyEnabled?: boolean | undefined;
3362
4892
  /**
3363
- * <p>If present, indicates that the requester was successfully charged for the
3364
- * request. For more 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 Storage Service user guide</i>.</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>
3365
4896
  * <note>
3366
4897
  * <p>This functionality is not supported for directory buckets.</p>
3367
4898
  * </note>
@@ -3383,8 +4914,10 @@ export interface UploadPartCopyRequest {
3383
4914
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3384
4915
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3385
4916
  * <note>
3386
- * <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,
3387
- * 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>
3388
4921
  * </note>
3389
4922
  * <p>
3390
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>
@@ -3401,15 +4934,14 @@ export interface UploadPartCopyRequest {
3401
4934
  */
3402
4935
  Bucket: string | undefined;
3403
4936
  /**
3404
- * <p>Specifies the source object for the copy operation. You specify the value in one of two
3405
- * 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>
3406
4939
  * <ul>
3407
4940
  * <li>
3408
- * <p>For objects not accessed through an access point, specify the name of the source bucket
3409
- * and key of the source object, separated by a slash (/). For example, to copy the
3410
- * object <code>reports/january.pdf</code> from the bucket
3411
- * <code>awsexamplebucket</code>, use <code>awsexamplebucket/reports/january.pdf</code>.
3412
- * 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>
3413
4945
  * </li>
3414
4946
  * <li>
3415
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>
@@ -3426,22 +4958,19 @@ export interface UploadPartCopyRequest {
3426
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>
3427
4959
  * </li>
3428
4960
  * </ul>
3429
- * <p>If your bucket has versioning enabled, you could have multiple versions of the same
3430
- * object. By default, <code>x-amz-copy-source</code> identifies the current version of the
3431
- * source object to copy. To copy a specific version of the source object to copy, append
3432
- * <code>?versionId=<version-id></code> to the <code>x-amz-copy-source</code> request
3433
- * header (for example, <code>x-amz-copy-source:
3434
- * /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>
3435
4966
  * <p>If the current version is a delete marker and you don't specify a versionId in the
3436
- * <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code>
3437
- * error, because the object does not exist. If you specify versionId in the
3438
- * <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3 returns an
3439
- * HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete
3440
- * 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>
3441
4971
  * <note>
3442
4972
  * <p>
3443
- * <b>Directory buckets</b> -
3444
- * 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>
3445
4974
  * </note>
3446
4975
  * @public
3447
4976
  */
@@ -3449,72 +4978,62 @@ export interface UploadPartCopyRequest {
3449
4978
  /**
3450
4979
  * <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
3451
4980
  * <p>If both of the <code>x-amz-copy-source-if-match</code> and
3452
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
3453
- * follows:</p>
4981
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
4982
+ * follows:</p>
3454
4983
  * <p>
3455
- * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
3456
- * and;</p>
4984
+ * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
3457
4985
  * <p>
3458
- * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
3459
- * <code>false</code>;</p>
4986
+ * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
3460
4987
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
3461
- * </p>
4988
+ * </p>
3462
4989
  * @public
3463
4990
  */
3464
4991
  CopySourceIfMatch?: string | undefined;
3465
4992
  /**
3466
4993
  * <p>Copies the object if it has been modified since the specified time.</p>
3467
4994
  * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3468
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3469
- * follows:</p>
4995
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
3470
4996
  * <p>
3471
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3472
- * and;</p>
4997
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
3473
4998
  * <p>
3474
- * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
3475
- * <code>true</code>;</p>
4999
+ * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
3476
5000
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
3477
- * </p>
5001
+ * </p>
3478
5002
  * @public
3479
5003
  */
3480
5004
  CopySourceIfModifiedSince?: Date | undefined;
3481
5005
  /**
3482
5006
  * <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
3483
5007
  * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3484
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3485
- * follows:</p>
5008
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
3486
5009
  * <p>
3487
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3488
- * and;</p>
5010
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
3489
5011
  * <p>
3490
- * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
3491
- * <code>true</code>;</p>
5012
+ * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
3492
5013
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
3493
- * </p>
5014
+ * </p>
3494
5015
  * @public
3495
5016
  */
3496
5017
  CopySourceIfNoneMatch?: string | undefined;
3497
5018
  /**
3498
5019
  * <p>Copies the object if it hasn't been modified since the specified time.</p>
3499
5020
  * <p>If both of the <code>x-amz-copy-source-if-match</code> and
3500
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
3501
- * follows:</p>
5021
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
5022
+ * follows:</p>
3502
5023
  * <p>
3503
- * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
3504
- * and;</p>
5024
+ * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
3505
5025
  * <p>
3506
- * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
3507
- * <code>false</code>;</p>
5026
+ * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
3508
5027
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
3509
- * </p>
5028
+ * </p>
3510
5029
  * @public
3511
5030
  */
3512
5031
  CopySourceIfUnmodifiedSince?: Date | undefined;
3513
5032
  /**
3514
5033
  * <p>The range of bytes to copy from the source object. The range value must use the form
3515
- * bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
3516
- * example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You
3517
- * 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>
3518
5037
  * @public
3519
5038
  */
3520
5039
  CopySourceRange?: string | undefined;
@@ -3524,8 +5043,7 @@ export interface UploadPartCopyRequest {
3524
5043
  */
3525
5044
  Key: string | undefined;
3526
5045
  /**
3527
- * <p>Part number of part being copied. This is a positive integer between 1 and
3528
- * 10,000.</p>
5046
+ * <p>Part number of part being copied. This is a positive integer between 1 and 10,000.</p>
3529
5047
  * @public
3530
5048
  */
3531
5049
  PartNumber: number | undefined;
@@ -3543,11 +5061,11 @@ export interface UploadPartCopyRequest {
3543
5061
  */
3544
5062
  SSECustomerAlgorithm?: string | undefined;
3545
5063
  /**
3546
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
3547
- * value is used to store the object and then it is discarded; Amazon S3 does not store the
3548
- * encryption key. The key must be appropriate for use with the algorithm specified in the
3549
- * <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the
3550
- * 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>
3551
5069
  * <note>
3552
5070
  * <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
3553
5071
  * </note>
@@ -3555,9 +5073,8 @@ export interface UploadPartCopyRequest {
3555
5073
  */
3556
5074
  SSECustomerKey?: string | undefined;
3557
5075
  /**
3558
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3559
- * this header for a message integrity check to ensure that the encryption key was transmitted
3560
- * 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>
3561
5078
  * <note>
3562
5079
  * <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
3563
5080
  * </note>
@@ -3566,7 +5083,7 @@ export interface UploadPartCopyRequest {
3566
5083
  SSECustomerKeyMD5?: string | undefined;
3567
5084
  /**
3568
5085
  * <p>Specifies the algorithm to use when decrypting the source object (for example,
3569
- * <code>AES256</code>).</p>
5086
+ * <code>AES256</code>).</p>
3570
5087
  * <note>
3571
5088
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3572
5089
  * </note>
@@ -3574,9 +5091,9 @@ export interface UploadPartCopyRequest {
3574
5091
  */
3575
5092
  CopySourceSSECustomerAlgorithm?: string | undefined;
3576
5093
  /**
3577
- * <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
3578
- * object. The encryption key provided in this header must be one that was used when the
3579
- * 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>
3580
5097
  * <note>
3581
5098
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3582
5099
  * </note>
@@ -3584,9 +5101,8 @@ export interface UploadPartCopyRequest {
3584
5101
  */
3585
5102
  CopySourceSSECustomerKey?: string | undefined;
3586
5103
  /**
3587
- * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3588
- * this header for a message integrity check to ensure that the encryption key was transmitted
3589
- * 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>
3590
5106
  * <note>
3591
5107
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3592
5108
  * </note>
@@ -3594,12 +5110,11 @@ export interface UploadPartCopyRequest {
3594
5110
  */
3595
5111
  CopySourceSSECustomerKeyMD5?: string | undefined;
3596
5112
  /**
3597
- * <p>Confirms that the requester knows that they will be charged for the request. Bucket
3598
- * owners need not specify this parameter in their requests. If either the source or
3599
- * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
3600
- * charges to copy the object. For information about downloading objects from Requester Pays
3601
- * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3602
- * 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>
3603
5118
  * <note>
3604
5119
  * <p>This functionality is not supported for directory buckets.</p>
3605
5120
  * </note>
@@ -3627,8 +5142,8 @@ export interface WriteGetObjectResponseRequest {
3627
5142
  */
3628
5143
  RequestRoute: string | undefined;
3629
5144
  /**
3630
- * <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
3631
- * 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>
3632
5147
  * @public
3633
5148
  */
3634
5149
  RequestToken: string | undefined;
@@ -3638,8 +5153,8 @@ export interface WriteGetObjectResponseRequest {
3638
5153
  */
3639
5154
  Body?: StreamingBlobTypes | undefined;
3640
5155
  /**
3641
- * <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
3642
- * 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>
3643
5158
  * <ul>
3644
5159
  * <li>
3645
5160
  * <p>
@@ -3716,19 +5231,18 @@ export interface WriteGetObjectResponseRequest {
3716
5231
  */
3717
5232
  StatusCode?: number | undefined;
3718
5233
  /**
3719
- * <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
3720
- * of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
3721
- * with a successful <code>StatusCode</code> header or when the transformed object is provided
3722
- * in the body. All error codes from S3 are sentence-cased. The regular expression (regex)
3723
- * 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>
3724
5239
  * @public
3725
5240
  */
3726
5241
  ErrorCode?: string | undefined;
3727
5242
  /**
3728
- * <p>Contains a generic description of the error condition. Returned in the <Message>
3729
- * tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
3730
- * used with a successful <code>StatusCode</code> header or when the transformed object is
3731
- * 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>
3732
5246
  * @public
3733
5247
  */
3734
5248
  ErrorMessage?: string | undefined;
@@ -3748,9 +5262,8 @@ export interface WriteGetObjectResponseRequest {
3748
5262
  */
3749
5263
  ContentDisposition?: string | undefined;
3750
5264
  /**
3751
- * <p>Specifies what content encodings have been applied to the object and thus what decoding
3752
- * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
3753
- * 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>
3754
5267
  * @public
3755
5268
  */
3756
5269
  ContentEncoding?: string | undefined;
@@ -3775,74 +5288,71 @@ export interface WriteGetObjectResponseRequest {
3775
5288
  */
3776
5289
  ContentType?: string | undefined;
3777
5290
  /**
3778
- * <p>This header can be used as a data integrity check to verify that the data received is
3779
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code>
3780
- * checksum of the object returned by the Object Lambda function. This may not match the
3781
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3782
- * only when the original <code>GetObject</code> request required checksum validation. For
3783
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3784
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3785
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3786
- * 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>
3787
5299
  * <p></p>
3788
5300
  * @public
3789
5301
  */
3790
5302
  ChecksumCRC32?: string | undefined;
3791
5303
  /**
3792
- * <p>This header can be used as a data integrity check to verify that the data received is
3793
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code>
3794
- * checksum of the object returned by the Object Lambda function. This may not match the
3795
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3796
- * only when the original <code>GetObject</code> request required checksum validation. For
3797
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3798
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3799
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3800
- * 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>
3801
5312
  * @public
3802
5313
  */
3803
5314
  ChecksumCRC32C?: string | undefined;
3804
5315
  /**
3805
- * <p>This header can be used as a data integrity check to verify that the data received is
3806
- * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3807
- * <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>
3808
5320
  * @public
3809
5321
  */
3810
5322
  ChecksumCRC64NVME?: string | undefined;
3811
5323
  /**
3812
- * <p>This header can be used as a data integrity check to verify that the data received is
3813
- * the same data that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code>
3814
- * digest of the object returned by the Object Lambda function. This may not match the
3815
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3816
- * only when the original <code>GetObject</code> request required checksum validation. For
3817
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3818
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3819
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3820
- * 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>
3821
5332
  * @public
3822
5333
  */
3823
5334
  ChecksumSHA1?: string | undefined;
3824
5335
  /**
3825
- * <p>This header can be used as a data integrity check to verify that the data received is
3826
- * the same data that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code>
3827
- * digest of the object returned by the Object Lambda function. This may not match the
3828
- * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3829
- * only when the original <code>GetObject</code> request required checksum validation. For
3830
- * more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
3831
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3832
- * <p>Only one checksum header can be specified at a time. If you supply multiple checksum
3833
- * 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>
3834
5344
  * @public
3835
5345
  */
3836
5346
  ChecksumSHA256?: string | undefined;
3837
5347
  /**
3838
- * <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
3839
- * (<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>
3840
5350
  * @public
3841
5351
  */
3842
5352
  DeleteMarker?: boolean | undefined;
3843
5353
  /**
3844
- * <p>An opaque identifier assigned by a web server to a specific version of a resource found
3845
- * 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>
3846
5356
  * @public
3847
5357
  */
3848
5358
  ETag?: string | undefined;
@@ -3852,10 +5362,9 @@ export interface WriteGetObjectResponseRequest {
3852
5362
  */
3853
5363
  Expires?: Date | undefined;
3854
5364
  /**
3855
- * <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
3856
- * this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
3857
- * pairs that provide the object expiration information. The value of the <code>rule-id</code>
3858
- * 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>
3859
5368
  * @public
3860
5369
  */
3861
5370
  Expiration?: string | undefined;
@@ -3865,10 +5374,9 @@ export interface WriteGetObjectResponseRequest {
3865
5374
  */
3866
5375
  LastModified?: Date | undefined;
3867
5376
  /**
3868
- * <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
3869
- * This can happen if you create metadata using an API like SOAP that supports more flexible
3870
- * metadata than the REST API. For example, using SOAP, you can create metadata whose values
3871
- * 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>
3872
5380
  * @public
3873
5381
  */
3874
5382
  MissingMeta?: number | undefined;
@@ -3878,8 +5386,9 @@ export interface WriteGetObjectResponseRequest {
3878
5386
  */
3879
5387
  Metadata?: Record<string, string> | undefined;
3880
5388
  /**
3881
- * <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
3882
- * 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>
3883
5392
  * @public
3884
5393
  */
3885
5394
  ObjectLockMode?: ObjectLockMode | undefined;
@@ -3899,14 +5408,15 @@ export interface WriteGetObjectResponseRequest {
3899
5408
  */
3900
5409
  PartsCount?: number | undefined;
3901
5410
  /**
3902
- * <p>Indicates if request involves bucket that is either a source or destination in a
3903
- * 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>
3904
5413
  * @public
3905
5414
  */
3906
5415
  ReplicationStatus?: ReplicationStatus | undefined;
3907
5416
  /**
3908
- * <p>If present, indicates that the requester was successfully charged for the
3909
- * request. For more 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 Storage Service user guide</i>.</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>
3910
5420
  * <note>
3911
5421
  * <p>This functionality is not supported for directory buckets.</p>
3912
5422
  * </note>
@@ -3914,41 +5424,42 @@ export interface WriteGetObjectResponseRequest {
3914
5424
  */
3915
5425
  RequestCharged?: RequestCharged | undefined;
3916
5426
  /**
3917
- * <p>Provides information about object restoration operation and expiration time of the
3918
- * restored object copy.</p>
5427
+ * <p>Provides information about object restoration operation and expiration time of the restored object
5428
+ * copy.</p>
3919
5429
  * @public
3920
5430
  */
3921
5431
  Restore?: string | undefined;
3922
5432
  /**
3923
- * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
3924
- * 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>
3925
5438
  * @public
3926
5439
  */
3927
5440
  ServerSideEncryption?: ServerSideEncryption | undefined;
3928
5441
  /**
3929
- * <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
3930
- * 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>
3931
5444
  * @public
3932
5445
  */
3933
5446
  SSECustomerAlgorithm?: string | undefined;
3934
5447
  /**
3935
- * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
3936
- * Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in
3937
- * 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>
3938
5450
  * @public
3939
5451
  */
3940
5452
  SSEKMSKeyId?: string | undefined;
3941
5453
  /**
3942
- * <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
3943
- * stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
3944
- * using server-side encryption with customer-provided encryption keys
3945
- * (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>
3946
5457
  * @public
3947
5458
  */
3948
5459
  SSECustomerKeyMD5?: string | undefined;
3949
5460
  /**
3950
- * <p>Provides storage class information of the object. Amazon S3 returns this header for all
3951
- * 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>
3952
5463
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
3953
5464
  * @public
3954
5465
  */
@@ -3964,12 +5475,16 @@ export interface WriteGetObjectResponseRequest {
3964
5475
  */
3965
5476
  VersionId?: string | undefined;
3966
5477
  /**
3967
- * <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
3968
- * 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>
3969
5480
  * @public
3970
5481
  */
3971
5482
  BucketKeyEnabled?: boolean | undefined;
3972
5483
  }
5484
+ /**
5485
+ * @internal
5486
+ */
5487
+ export declare const ListPartsRequestFilterSensitiveLog: (obj: ListPartsRequest) => any;
3973
5488
  /**
3974
5489
  * @internal
3975
5490
  */