@aws-sdk/client-s3-control 3.130.0 → 3.141.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 (121) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBucketCommand.js +2 -2
  6. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteBucketCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteJobTaggingCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
  18. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
  23. package/dist-cjs/commands/GetAccessPointCommand.js +2 -2
  24. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  25. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
  26. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
  28. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +2 -2
  29. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
  30. package/dist-cjs/commands/GetBucketCommand.js +2 -2
  31. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  32. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -2
  33. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -2
  34. package/dist-cjs/commands/GetJobTaggingCommand.js +2 -2
  35. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +2 -2
  36. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
  38. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -2
  39. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +2 -2
  40. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
  41. package/dist-cjs/commands/ListAccessPointsCommand.js +2 -2
  42. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
  43. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +2 -2
  45. package/dist-cjs/commands/ListRegionalBucketsCommand.js +2 -2
  46. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +2 -2
  47. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +1 -1
  48. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +1 -1
  49. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +1 -1
  50. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  51. package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -1
  52. package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -1
  53. package/dist-cjs/commands/PutJobTaggingCommand.js +2 -2
  54. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
  55. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -1
  56. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +1 -1
  57. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateJobPriorityCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateJobStatusCommand.js +2 -2
  60. package/dist-cjs/models/models_0.js +767 -1133
  61. package/dist-es/commands/CreateAccessPointCommand.js +3 -3
  62. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -3
  63. package/dist-es/commands/CreateBucketCommand.js +3 -3
  64. package/dist-es/commands/CreateJobCommand.js +3 -3
  65. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +3 -3
  66. package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
  67. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
  68. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +2 -2
  69. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
  70. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  71. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
  72. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  73. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  74. package/dist-es/commands/DeleteJobTaggingCommand.js +3 -3
  75. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +3 -3
  76. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  77. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +2 -2
  78. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -3
  79. package/dist-es/commands/DescribeJobCommand.js +3 -3
  80. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +3 -3
  81. package/dist-es/commands/GetAccessPointCommand.js +3 -3
  82. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -3
  83. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -3
  84. package/dist-es/commands/GetAccessPointPolicyCommand.js +3 -3
  85. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -3
  86. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -3
  87. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -3
  88. package/dist-es/commands/GetBucketCommand.js +3 -3
  89. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -3
  90. package/dist-es/commands/GetBucketPolicyCommand.js +3 -3
  91. package/dist-es/commands/GetBucketTaggingCommand.js +3 -3
  92. package/dist-es/commands/GetJobTaggingCommand.js +3 -3
  93. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +3 -3
  94. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +3 -3
  95. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +3 -3
  96. package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -3
  97. package/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -3
  98. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -3
  99. package/dist-es/commands/ListAccessPointsCommand.js +3 -3
  100. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -3
  101. package/dist-es/commands/ListJobsCommand.js +3 -3
  102. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +3 -3
  103. package/dist-es/commands/ListRegionalBucketsCommand.js +3 -3
  104. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -3
  105. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  106. package/dist-es/commands/PutAccessPointPolicyCommand.js +2 -2
  107. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
  108. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  109. package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
  110. package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
  111. package/dist-es/commands/PutJobTaggingCommand.js +3 -3
  112. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +3 -3
  113. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
  114. package/dist-es/commands/PutStorageLensConfigurationCommand.js +2 -2
  115. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -3
  116. package/dist-es/commands/UpdateJobPriorityCommand.js +3 -3
  117. package/dist-es/commands/UpdateJobStatusCommand.js +3 -3
  118. package/dist-es/models/models_0.js +204 -756
  119. package/dist-types/models/models_0.d.ts +745 -1113
  120. package/dist-types/ts3.4/models/models_0.d.ts +372 -740
  121. package/package.json +7 -7
@@ -24,7 +24,7 @@ class PutBucketPolicyCommand extends smithy_client_1.Command {
24
24
  logger,
25
25
  clientName,
26
26
  commandName,
27
- inputFilterSensitiveLog: models_0_1.PutBucketPolicyRequest.filterSensitiveLog,
27
+ inputFilterSensitiveLog: models_0_1.PutBucketPolicyRequestFilterSensitiveLog,
28
28
  outputFilterSensitiveLog: (output) => output,
29
29
  };
30
30
  const { requestHandler } = configuration;
@@ -24,7 +24,7 @@ class PutBucketTaggingCommand extends smithy_client_1.Command {
24
24
  logger,
25
25
  clientName,
26
26
  commandName,
27
- inputFilterSensitiveLog: models_0_1.PutBucketTaggingRequest.filterSensitiveLog,
27
+ inputFilterSensitiveLog: models_0_1.PutBucketTaggingRequestFilterSensitiveLog,
28
28
  outputFilterSensitiveLog: (output) => output,
29
29
  };
30
30
  const { requestHandler } = configuration;
@@ -22,8 +22,8 @@ class PutJobTaggingCommand extends smithy_client_1.Command {
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.PutJobTaggingRequest.filterSensitiveLog,
26
- outputFilterSensitiveLog: models_0_1.PutJobTaggingResult.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.PutJobTaggingRequestFilterSensitiveLog,
26
+ outputFilterSensitiveLog: models_0_1.PutJobTaggingResultFilterSensitiveLog,
27
27
  };
28
28
  const { requestHandler } = configuration;
29
29
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -24,8 +24,8 @@ class PutMultiRegionAccessPointPolicyCommand extends smithy_client_1.Command {
24
24
  logger,
25
25
  clientName,
26
26
  commandName,
27
- inputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyRequest.filterSensitiveLog,
28
- outputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyResult.filterSensitiveLog,
27
+ inputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog,
28
+ outputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyResultFilterSensitiveLog,
29
29
  };
30
30
  const { requestHandler } = configuration;
31
31
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -22,7 +22,7 @@ class PutPublicAccessBlockCommand extends smithy_client_1.Command {
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.PutPublicAccessBlockRequest.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.PutPublicAccessBlockRequestFilterSensitiveLog,
26
26
  outputFilterSensitiveLog: (output) => output,
27
27
  };
28
28
  const { requestHandler } = configuration;
@@ -22,7 +22,7 @@ class PutStorageLensConfigurationCommand extends smithy_client_1.Command {
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationRequest.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationRequestFilterSensitiveLog,
26
26
  outputFilterSensitiveLog: (output) => output,
27
27
  };
28
28
  const { requestHandler } = configuration;
@@ -22,8 +22,8 @@ class PutStorageLensConfigurationTaggingCommand extends smithy_client_1.Command
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingRequest.filterSensitiveLog,
26
- outputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingResult.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingRequestFilterSensitiveLog,
26
+ outputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingResultFilterSensitiveLog,
27
27
  };
28
28
  const { requestHandler } = configuration;
29
29
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -22,8 +22,8 @@ class UpdateJobPriorityCommand extends smithy_client_1.Command {
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.UpdateJobPriorityRequest.filterSensitiveLog,
26
- outputFilterSensitiveLog: models_0_1.UpdateJobPriorityResult.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.UpdateJobPriorityRequestFilterSensitiveLog,
26
+ outputFilterSensitiveLog: models_0_1.UpdateJobPriorityResultFilterSensitiveLog,
27
27
  };
28
28
  const { requestHandler } = configuration;
29
29
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -22,8 +22,8 @@ class UpdateJobStatusCommand extends smithy_client_1.Command {
22
22
  logger,
23
23
  clientName,
24
24
  commandName,
25
- inputFilterSensitiveLog: models_0_1.UpdateJobStatusRequest.filterSensitiveLog,
26
- outputFilterSensitiveLog: models_0_1.UpdateJobStatusResult.filterSensitiveLog,
25
+ inputFilterSensitiveLog: models_0_1.UpdateJobStatusRequestFilterSensitiveLog,
26
+ outputFilterSensitiveLog: models_0_1.UpdateJobStatusResultFilterSensitiveLog,
27
27
  };
28
28
  const { requestHandler } = configuration;
29
29
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);