@aws-sdk/client-s3-control 3.957.0 → 3.958.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.
Files changed (73) hide show
  1. package/README.md +1 -102
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  3. package/dist-cjs/index.js +1691 -2521
  4. package/dist-cjs/runtimeConfig.browser.js +1 -2
  5. package/dist-cjs/runtimeConfig.js +2 -4
  6. package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  7. package/dist-es/commands/CreateAccessPointCommand.js +4 -1
  8. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +4 -1
  9. package/dist-es/commands/CreateJobCommand.js +4 -1
  10. package/dist-es/commands/CreateStorageLensGroupCommand.js +4 -1
  11. package/dist-es/commands/DeleteAccessPointCommand.js +4 -1
  12. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +4 -1
  13. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +4 -1
  14. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +4 -1
  15. package/dist-es/commands/DeleteAccessPointScopeCommand.js +4 -1
  16. package/dist-es/commands/DeleteBucketCommand.js +4 -1
  17. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +4 -1
  18. package/dist-es/commands/DeleteBucketPolicyCommand.js +4 -1
  19. package/dist-es/commands/DeleteBucketReplicationCommand.js +4 -1
  20. package/dist-es/commands/DeleteBucketTaggingCommand.js +4 -1
  21. package/dist-es/commands/DeleteJobTaggingCommand.js +4 -1
  22. package/dist-es/commands/DeletePublicAccessBlockCommand.js +4 -1
  23. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +4 -1
  24. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +4 -1
  25. package/dist-es/commands/DeleteStorageLensGroupCommand.js +4 -1
  26. package/dist-es/commands/DescribeJobCommand.js +4 -1
  27. package/dist-es/commands/GetAccessPointCommand.js +4 -1
  28. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +4 -1
  29. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +4 -1
  30. package/dist-es/commands/GetAccessPointPolicyCommand.js +4 -1
  31. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +4 -1
  32. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +4 -1
  33. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +4 -1
  34. package/dist-es/commands/GetAccessPointScopeCommand.js +4 -1
  35. package/dist-es/commands/GetBucketCommand.js +4 -1
  36. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +4 -1
  37. package/dist-es/commands/GetBucketPolicyCommand.js +4 -1
  38. package/dist-es/commands/GetBucketReplicationCommand.js +4 -1
  39. package/dist-es/commands/GetBucketTaggingCommand.js +4 -1
  40. package/dist-es/commands/GetBucketVersioningCommand.js +4 -1
  41. package/dist-es/commands/GetJobTaggingCommand.js +4 -1
  42. package/dist-es/commands/GetPublicAccessBlockCommand.js +4 -1
  43. package/dist-es/commands/GetStorageLensConfigurationCommand.js +4 -1
  44. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +4 -1
  45. package/dist-es/commands/GetStorageLensGroupCommand.js +4 -1
  46. package/dist-es/commands/ListAccessPointsCommand.js +4 -1
  47. package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +4 -1
  48. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +4 -1
  49. package/dist-es/commands/ListJobsCommand.js +4 -1
  50. package/dist-es/commands/ListRegionalBucketsCommand.js +4 -1
  51. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +4 -1
  52. package/dist-es/commands/ListStorageLensGroupsCommand.js +4 -1
  53. package/dist-es/commands/ListTagsForResourceCommand.js +4 -1
  54. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +4 -1
  55. package/dist-es/commands/PutAccessPointPolicyCommand.js +4 -1
  56. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +4 -1
  57. package/dist-es/commands/PutAccessPointScopeCommand.js +4 -1
  58. package/dist-es/commands/PutJobTaggingCommand.js +4 -1
  59. package/dist-es/commands/PutPublicAccessBlockCommand.js +4 -1
  60. package/dist-es/commands/PutStorageLensConfigurationCommand.js +4 -1
  61. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +4 -1
  62. package/dist-es/commands/TagResourceCommand.js +4 -1
  63. package/dist-es/commands/UntagResourceCommand.js +4 -1
  64. package/dist-es/commands/UpdateJobPriorityCommand.js +4 -1
  65. package/dist-es/commands/UpdateJobStatusCommand.js +4 -1
  66. package/dist-es/commands/UpdateStorageLensGroupCommand.js +4 -1
  67. package/dist-es/pagination/index.js +2 -2
  68. package/dist-es/runtimeConfig.browser.js +1 -2
  69. package/dist-es/runtimeConfig.js +4 -6
  70. package/dist-es/schemas/schemas_0.js +1444 -2454
  71. package/dist-types/pagination/index.d.ts +2 -2
  72. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  73. package/package.json +2 -2
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultS3ControlHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultS3ControlHttpAuthSchemeParametersProvider = defaultS3ControlHttpAuthSchemeParametersProvider;