@aws-sdk/client-s3-control 3.1086.0 → 3.1088.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 (117) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/S3Control.d.ts +308 -440
  3. package/dist-types/ts3.4/S3ControlClient.d.ts +10 -34
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +10 -11
  7. package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +5 -11
  9. package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
  12. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  15. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  29. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  31. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +7 -5
  54. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +3 -8
  70. package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +3 -8
  73. package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  77. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +4 -9
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +3 -4
  85. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +3 -4
  87. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
  89. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
  90. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
  91. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  95. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  100. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +5 -11
  102. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +3 -4
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  105. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  106. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  107. package/dist-types/ts3.4/models/enums.d.ts +18 -36
  108. package/dist-types/ts3.4/models/errors.d.ts +10 -33
  109. package/dist-types/ts3.4/models/models_0.d.ts +11 -33
  110. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  111. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -26
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -26
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -5
  116. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  117. package/package.json +42 -42
package/dist-cjs/index.js CHANGED
@@ -73,7 +73,7 @@ const commonParams = {
73
73
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
74
74
  };
75
75
 
76
- var version = "3.1085.0";
76
+ var version = "3.1087.0";
77
77
  var packageInfo = {
78
78
  version: version};
79
79