@aws-sdk/middleware-sdk-s3-control 3.496.0 → 3.502.0

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.
package/dist-cjs/index.js CHANGED
@@ -287,18 +287,18 @@ var getRedirectFromPostIdPlugin = /* @__PURE__ */ __name((options) => ({
287
287
  // Annotate the CommonJS export names for ESM import in node:
288
288
 
289
289
  0 && (module.exports = {
290
- NODE_USE_ARN_REGION_CONFIG_OPTIONS,
291
- getHostPrefixDeduplicationPlugin,
290
+ parseOutpostArnablesMiddleaware,
291
+ parseOutpostArnablesMiddleawareOptions,
292
+ updateArnablesRequestMiddleware,
293
+ updateArnablesRequestMiddlewareOptions,
292
294
  getProcessArnablesPlugin,
293
- getRedirectFromPostIdPlugin,
295
+ NODE_USE_ARN_REGION_CONFIG_OPTIONS,
296
+ resolveS3ControlConfig,
294
297
  hostPrefixDeduplicationMiddleware,
295
298
  hostPrefixDeduplicationMiddlewareOptions,
296
- parseOutpostArnablesMiddleaware,
297
- parseOutpostArnablesMiddleawareOptions,
299
+ getHostPrefixDeduplicationPlugin,
298
300
  redirectFromPostIdMiddleware,
299
301
  redirectFromPostIdMiddlewareOptions,
300
- resolveS3ControlConfig,
301
- updateArnablesRequestMiddleware,
302
- updateArnablesRequestMiddlewareOptions
302
+ getRedirectFromPostIdPlugin
303
303
  });
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3-control",
3
- "version": "3.496.0",
3
+ "version": "3.502.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3-control",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-bucket-endpoint": "3.496.0",
26
- "@aws-sdk/types": "3.496.0",
25
+ "@aws-sdk/middleware-bucket-endpoint": "3.502.0",
26
+ "@aws-sdk/types": "3.502.0",
27
27
  "@aws-sdk/util-arn-parser": "3.495.0",
28
- "@aws-sdk/util-endpoints": "3.496.0",
28
+ "@aws-sdk/util-endpoints": "3.502.0",
29
29
  "@smithy/protocol-http": "^3.1.1",
30
30
  "@smithy/types": "^2.9.1",
31
31
  "@smithy/util-endpoints": "^1.1.1",