@aws-sdk/client-s3-control 3.775.0 → 3.779.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 (141) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +1 -0
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/index.js +482 -201
  5. package/dist-es/S3Control.js +8 -0
  6. package/dist-es/commands/CreateAccessPointCommand.js +1 -0
  7. package/dist-es/commands/DeleteAccessPointScopeCommand.js +30 -0
  8. package/dist-es/commands/GetAccessPointScopeCommand.js +30 -0
  9. package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +29 -0
  10. package/dist-es/commands/PutAccessPointScopeCommand.js +30 -0
  11. package/dist-es/commands/index.js +4 -0
  12. package/dist-es/endpoint/endpointResolver.js +1 -0
  13. package/dist-es/endpoint/ruleset.js +3 -3
  14. package/dist-es/models/models_0.js +10 -0
  15. package/dist-es/pagination/ListAccessPointsForDirectoryBucketsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restXml.js +221 -51
  18. package/dist-types/S3Control.d.ts +29 -0
  19. package/dist-types/S3ControlClient.d.ts +6 -2
  20. package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateAccessGrantCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateAccessPointCommand.d.ts +17 -5
  25. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
  26. package/dist-types/commands/CreateBucketCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateJobCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
  29. package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteAccessGrantCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -4
  35. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -4
  37. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  38. package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +78 -0
  39. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
  40. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
  41. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
  42. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
  44. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
  46. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  47. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
  49. package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeJobCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
  52. package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
  53. package/dist-types/commands/GetAccessGrantCommand.d.ts +1 -0
  54. package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +2 -0
  55. package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +1 -0
  56. package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  57. package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +1 -0
  58. package/dist-types/commands/GetAccessPointCommand.d.ts +2 -4
  59. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  60. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
  61. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -4
  62. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  63. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
  64. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
  65. package/dist-types/commands/GetAccessPointScopeCommand.d.ts +84 -0
  66. package/dist-types/commands/GetBucketCommand.d.ts +1 -0
  67. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
  68. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
  69. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
  71. package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -0
  72. package/dist-types/commands/GetDataAccessCommand.d.ts +1 -0
  73. package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -0
  74. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
  75. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  76. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
  77. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
  78. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
  79. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -0
  80. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
  81. package/dist-types/commands/GetStorageLensGroupCommand.d.ts +1 -0
  82. package/dist-types/commands/ListAccessGrantsCommand.d.ts +1 -0
  83. package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +1 -0
  84. package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +1 -0
  85. package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -0
  86. package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +92 -0
  87. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
  88. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -0
  89. package/dist-types/commands/ListJobsCommand.d.ts +3 -1
  90. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -1
  91. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -1
  92. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -2
  93. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -0
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  95. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  96. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  97. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -4
  98. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  99. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +128 -0
  100. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
  101. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
  102. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -0
  103. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
  104. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -0
  105. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -0
  106. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  107. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  108. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -0
  109. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
  110. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
  111. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  112. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  113. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -0
  114. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -0
  115. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -0
  116. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -0
  117. package/dist-types/commands/index.d.ts +4 -0
  118. package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
  119. package/dist-types/models/models_0.d.ts +141 -147
  120. package/dist-types/models/models_1.d.ts +172 -3
  121. package/dist-types/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +7 -0
  122. package/dist-types/pagination/index.d.ts +1 -0
  123. package/dist-types/protocols/Aws_restXml.d.ts +36 -0
  124. package/dist-types/ts3.4/S3Control.d.ts +75 -0
  125. package/dist-types/ts3.4/S3ControlClient.d.ts +24 -0
  126. package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +46 -0
  127. package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +4 -2
  133. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +46 -0
  134. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +38 -34
  137. package/dist-types/ts3.4/models/models_1.d.ts +42 -0
  138. package/dist-types/ts3.4/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  140. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +48 -0
  141. package/package.json +2 -2
@@ -28,6 +28,7 @@ import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from ".
28
28
  import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointForObjectLambdaCommand";
29
29
  import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "./commands/DeleteAccessPointPolicyCommand";
30
30
  import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
31
+ import { DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput } from "./commands/DeleteAccessPointScopeCommand";
31
32
  import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
32
33
  import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
33
34
  import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
@@ -54,6 +55,7 @@ import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } f
54
55
  import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
55
56
  import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "./commands/GetAccessPointPolicyStatusCommand";
56
57
  import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
58
+ import { GetAccessPointScopeCommandInput, GetAccessPointScopeCommandOutput } from "./commands/GetAccessPointScopeCommand";
57
59
  import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
58
60
  import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
59
61
  import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
@@ -74,6 +76,7 @@ import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "./c
74
76
  import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "./commands/ListAccessGrantsInstancesCommand";
75
77
  import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "./commands/ListAccessGrantsLocationsCommand";
76
78
  import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
79
+ import { ListAccessPointsForDirectoryBucketsCommandInput, ListAccessPointsForDirectoryBucketsCommandOutput } from "./commands/ListAccessPointsForDirectoryBucketsCommand";
77
80
  import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "./commands/ListAccessPointsForObjectLambdaCommand";
78
81
  import { ListCallerAccessGrantsCommandInput, ListCallerAccessGrantsCommandOutput } from "./commands/ListCallerAccessGrantsCommand";
79
82
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
@@ -86,6 +89,7 @@ import { PutAccessGrantsInstanceResourcePolicyCommandInput, PutAccessGrantsInsta
86
89
  import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
87
90
  import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "./commands/PutAccessPointPolicyCommand";
88
91
  import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
92
+ import { PutAccessPointScopeCommandInput, PutAccessPointScopeCommandOutput } from "./commands/PutAccessPointScopeCommand";
89
93
  import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
90
94
  import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
91
95
  import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "./commands/PutBucketReplicationCommand";
@@ -109,11 +113,11 @@ export { __Client };
109
113
  /**
110
114
  * @public
111
115
  */
112
- export type ServiceInputTypes = AssociateAccessGrantsIdentityCenterCommandInput | CreateAccessGrantCommandInput | CreateAccessGrantsInstanceCommandInput | CreateAccessGrantsLocationCommandInput | CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | CreateStorageLensGroupCommandInput | DeleteAccessGrantCommandInput | DeleteAccessGrantsInstanceCommandInput | DeleteAccessGrantsInstanceResourcePolicyCommandInput | DeleteAccessGrantsLocationCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketReplicationCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DeleteStorageLensGroupCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | DissociateAccessGrantsIdentityCenterCommandInput | GetAccessGrantCommandInput | GetAccessGrantsInstanceCommandInput | GetAccessGrantsInstanceForPrefixCommandInput | GetAccessGrantsInstanceResourcePolicyCommandInput | GetAccessGrantsLocationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketReplicationCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetDataAccessCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetMultiRegionAccessPointRoutesCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | GetStorageLensGroupCommandInput | ListAccessGrantsCommandInput | ListAccessGrantsInstancesCommandInput | ListAccessGrantsLocationsCommandInput | ListAccessPointsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListCallerAccessGrantsCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | ListStorageLensGroupsCommandInput | ListTagsForResourceCommandInput | PutAccessGrantsInstanceResourcePolicyCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketReplicationCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | SubmitMultiRegionAccessPointRoutesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessGrantsLocationCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput | UpdateStorageLensGroupCommandInput;
116
+ export type ServiceInputTypes = AssociateAccessGrantsIdentityCenterCommandInput | CreateAccessGrantCommandInput | CreateAccessGrantsInstanceCommandInput | CreateAccessGrantsLocationCommandInput | CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | CreateStorageLensGroupCommandInput | DeleteAccessGrantCommandInput | DeleteAccessGrantsInstanceCommandInput | DeleteAccessGrantsInstanceResourcePolicyCommandInput | DeleteAccessGrantsLocationCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteAccessPointScopeCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketReplicationCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DeleteStorageLensGroupCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | DissociateAccessGrantsIdentityCenterCommandInput | GetAccessGrantCommandInput | GetAccessGrantsInstanceCommandInput | GetAccessGrantsInstanceForPrefixCommandInput | GetAccessGrantsInstanceResourcePolicyCommandInput | GetAccessGrantsLocationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetAccessPointScopeCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketReplicationCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetDataAccessCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetMultiRegionAccessPointRoutesCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | GetStorageLensGroupCommandInput | ListAccessGrantsCommandInput | ListAccessGrantsInstancesCommandInput | ListAccessGrantsLocationsCommandInput | ListAccessPointsCommandInput | ListAccessPointsForDirectoryBucketsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListCallerAccessGrantsCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | ListStorageLensGroupsCommandInput | ListTagsForResourceCommandInput | PutAccessGrantsInstanceResourcePolicyCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutAccessPointScopeCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketReplicationCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | SubmitMultiRegionAccessPointRoutesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessGrantsLocationCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput | UpdateStorageLensGroupCommandInput;
113
117
  /**
114
118
  * @public
115
119
  */
116
- export type ServiceOutputTypes = AssociateAccessGrantsIdentityCenterCommandOutput | CreateAccessGrantCommandOutput | CreateAccessGrantsInstanceCommandOutput | CreateAccessGrantsLocationCommandOutput | CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | CreateStorageLensGroupCommandOutput | DeleteAccessGrantCommandOutput | DeleteAccessGrantsInstanceCommandOutput | DeleteAccessGrantsInstanceResourcePolicyCommandOutput | DeleteAccessGrantsLocationCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketReplicationCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DeleteStorageLensGroupCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | DissociateAccessGrantsIdentityCenterCommandOutput | GetAccessGrantCommandOutput | GetAccessGrantsInstanceCommandOutput | GetAccessGrantsInstanceForPrefixCommandOutput | GetAccessGrantsInstanceResourcePolicyCommandOutput | GetAccessGrantsLocationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketReplicationCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetDataAccessCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetMultiRegionAccessPointRoutesCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | GetStorageLensGroupCommandOutput | ListAccessGrantsCommandOutput | ListAccessGrantsInstancesCommandOutput | ListAccessGrantsLocationsCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListCallerAccessGrantsCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | ListStorageLensGroupsCommandOutput | ListTagsForResourceCommandOutput | PutAccessGrantsInstanceResourcePolicyCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketReplicationCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | SubmitMultiRegionAccessPointRoutesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessGrantsLocationCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput | UpdateStorageLensGroupCommandOutput;
120
+ export type ServiceOutputTypes = AssociateAccessGrantsIdentityCenterCommandOutput | CreateAccessGrantCommandOutput | CreateAccessGrantsInstanceCommandOutput | CreateAccessGrantsLocationCommandOutput | CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | CreateStorageLensGroupCommandOutput | DeleteAccessGrantCommandOutput | DeleteAccessGrantsInstanceCommandOutput | DeleteAccessGrantsInstanceResourcePolicyCommandOutput | DeleteAccessGrantsLocationCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteAccessPointScopeCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketReplicationCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DeleteStorageLensGroupCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | DissociateAccessGrantsIdentityCenterCommandOutput | GetAccessGrantCommandOutput | GetAccessGrantsInstanceCommandOutput | GetAccessGrantsInstanceForPrefixCommandOutput | GetAccessGrantsInstanceResourcePolicyCommandOutput | GetAccessGrantsLocationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetAccessPointScopeCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketReplicationCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetDataAccessCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetMultiRegionAccessPointRoutesCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | GetStorageLensGroupCommandOutput | ListAccessGrantsCommandOutput | ListAccessGrantsInstancesCommandOutput | ListAccessGrantsLocationsCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForDirectoryBucketsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListCallerAccessGrantsCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | ListStorageLensGroupsCommandOutput | ListTagsForResourceCommandOutput | PutAccessGrantsInstanceResourcePolicyCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutAccessPointScopeCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketReplicationCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | SubmitMultiRegionAccessPointRoutesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessGrantsLocationCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput | UpdateStorageLensGroupCommandOutput;
117
121
  /**
118
122
  * @public
119
123
  */
@@ -63,6 +63,7 @@ declare const AssociateAccessGrantsIdentityCenterCommand_base: {
63
63
  * @throws {@link S3ControlServiceException}
64
64
  * <p>Base exception class for all service exceptions from S3Control service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class AssociateAccessGrantsIdentityCenterCommand extends AssociateAccessGrantsIdentityCenterCommand_base {
@@ -99,6 +99,7 @@ declare const CreateAccessGrantCommand_base: {
99
99
  * @throws {@link S3ControlServiceException}
100
100
  * <p>Base exception class for all service exceptions from S3Control service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class CreateAccessGrantCommand extends CreateAccessGrantCommand_base {
@@ -76,6 +76,7 @@ declare const CreateAccessGrantsInstanceCommand_base: {
76
76
  * @throws {@link S3ControlServiceException}
77
77
  * <p>Base exception class for all service exceptions from S3Control service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class CreateAccessGrantsInstanceCommand extends CreateAccessGrantsInstanceCommand_base {
@@ -92,6 +92,7 @@ declare const CreateAccessGrantsLocationCommand_base: {
92
92
  * @throws {@link S3ControlServiceException}
93
93
  * <p>Base exception class for all service exceptions from S3Control service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CreateAccessGrantsLocationCommand extends CreateAccessGrantsLocationCommand_base {
@@ -27,12 +27,10 @@ declare const CreateAccessPointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported by directory buckets.</p>
32
- * </note>
33
- * <p>Creates an access point and associates it with the specified bucket. For more information, see
30
+ * <p>Creates an access point and associates it to a specified bucket. For more information, see
34
31
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing
35
- * Data Access with Amazon S3 Access Points</a> in the
32
+ * access to shared datasets in general purpose buckets with access points</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html">Managing
33
+ * access to shared datasets in directory buckets with access points</a> in the
36
34
  * <i>Amazon S3 User Guide</i>.</p>
37
35
  * <p></p>
38
36
  * <note>
@@ -60,6 +58,11 @@ declare const CreateAccessPointCommand_base: {
60
58
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
61
59
  * </p>
62
60
  * </li>
61
+ * <li>
62
+ * <p>
63
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForDirectoryBuckets.html">ListAccessPointsForDirectoryBuckets</a>
64
+ * </p>
65
+ * </li>
63
66
  * </ul>
64
67
  * @example
65
68
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +84,14 @@ declare const CreateAccessPointCommand_base: {
81
84
  * RestrictPublicBuckets: true || false,
82
85
  * },
83
86
  * BucketAccountId: "STRING_VALUE",
87
+ * Scope: { // Scope
88
+ * Prefixes: [ // PrefixesList
89
+ * "STRING_VALUE",
90
+ * ],
91
+ * Permissions: [ // ScopePermissionList
92
+ * "GetObject" || "GetObjectAttributes" || "ListMultipartUploadParts" || "ListBucket" || "ListBucketMultipartUploads" || "PutObject" || "DeleteObject" || "AbortMultipartUpload",
93
+ * ],
94
+ * },
84
95
  * };
85
96
  * const command = new CreateAccessPointCommand(input);
86
97
  * const response = await client.send(command);
@@ -100,6 +111,7 @@ declare const CreateAccessPointCommand_base: {
100
111
  * @throws {@link S3ControlServiceException}
101
112
  * <p>Base exception class for all service exceptions from S3Control service.</p>
102
113
  *
114
+ *
103
115
  * @public
104
116
  */
105
117
  export declare class CreateAccessPointCommand extends CreateAccessPointCommand_base {
@@ -102,6 +102,7 @@ declare const CreateAccessPointForObjectLambdaCommand_base: {
102
102
  * @throws {@link S3ControlServiceException}
103
103
  * <p>Base exception class for all service exceptions from S3Control service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class CreateAccessPointForObjectLambdaCommand extends CreateAccessPointForObjectLambdaCommand_base {
@@ -127,6 +127,7 @@ declare const CreateBucketCommand_base: {
127
127
  * @throws {@link S3ControlServiceException}
128
128
  * <p>Base exception class for all service exceptions from S3Control service.</p>
129
129
  *
130
+ *
130
131
  * @public
131
132
  */
132
133
  export declare class CreateBucketCommand extends CreateBucketCommand_base {
@@ -283,6 +283,7 @@ declare const CreateJobCommand_base: {
283
283
  * @throws {@link S3ControlServiceException}
284
284
  * <p>Base exception class for all service exceptions from S3Control service.</p>
285
285
  *
286
+ *
286
287
  * @public
287
288
  */
288
289
  export declare class CreateJobCommand extends CreateJobCommand_base {
@@ -104,6 +104,7 @@ declare const CreateMultiRegionAccessPointCommand_base: {
104
104
  * @throws {@link S3ControlServiceException}
105
105
  * <p>Base exception class for all service exceptions from S3Control service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class CreateMultiRegionAccessPointCommand extends CreateMultiRegionAccessPointCommand_base {
@@ -140,6 +140,7 @@ declare const CreateStorageLensGroupCommand_base: {
140
140
  * @throws {@link S3ControlServiceException}
141
141
  * <p>Base exception class for all service exceptions from S3Control service.</p>
142
142
  *
143
+ *
143
144
  * @public
144
145
  */
145
146
  export declare class CreateStorageLensGroupCommand extends CreateStorageLensGroupCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteAccessGrantCommand_base: {
59
59
  * @throws {@link S3ControlServiceException}
60
60
  * <p>Base exception class for all service exceptions from S3Control service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteAccessGrantCommand extends DeleteAccessGrantCommand_base {
@@ -58,6 +58,7 @@ declare const DeleteAccessGrantsInstanceCommand_base: {
58
58
  * @throws {@link S3ControlServiceException}
59
59
  * <p>Base exception class for all service exceptions from S3Control service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class DeleteAccessGrantsInstanceCommand extends DeleteAccessGrantsInstanceCommand_base {
@@ -58,6 +58,7 @@ declare const DeleteAccessGrantsInstanceResourcePolicyCommand_base: {
58
58
  * @throws {@link S3ControlServiceException}
59
59
  * <p>Base exception class for all service exceptions from S3Control service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class DeleteAccessGrantsInstanceResourcePolicyCommand extends DeleteAccessGrantsInstanceResourcePolicyCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteAccessGrantsLocationCommand_base: {
59
59
  * @throws {@link S3ControlServiceException}
60
60
  * <p>Base exception class for all service exceptions from S3Control service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteAccessGrantsLocationCommand extends DeleteAccessGrantsLocationCommand_base {
@@ -27,10 +27,7 @@ declare const DeleteAccessPointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported by directory buckets.</p>
32
- * </note>
33
- * <p>Deletes the specified access point.</p>
30
+ * <p>Deletes the specified access point.</p>
34
31
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples">Examples</a> section.</p>
35
32
  * <p>The following actions are related to <code>DeleteAccessPoint</code>:</p>
36
33
  * <ul>
@@ -75,6 +72,7 @@ declare const DeleteAccessPointCommand_base: {
75
72
  * @throws {@link S3ControlServiceException}
76
73
  * <p>Base exception class for all service exceptions from S3Control service.</p>
77
74
  *
75
+ *
78
76
  * @public
79
77
  */
80
78
  export declare class DeleteAccessPointCommand extends DeleteAccessPointCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteAccessPointForObjectLambdaCommand_base: {
75
75
  * @throws {@link S3ControlServiceException}
76
76
  * <p>Base exception class for all service exceptions from S3Control service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteAccessPointForObjectLambdaCommand extends DeleteAccessPointForObjectLambdaCommand_base {
@@ -27,10 +27,7 @@ declare const DeleteAccessPointPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported by directory buckets.</p>
32
- * </note>
33
- * <p>Deletes the access point policy for the specified access point.</p>
30
+ * <p>Deletes the access point policy for the specified access point.</p>
34
31
  * <p></p>
35
32
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples">Examples</a> section.</p>
36
33
  * <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p>
@@ -71,6 +68,7 @@ declare const DeleteAccessPointPolicyCommand_base: {
71
68
  * @throws {@link S3ControlServiceException}
72
69
  * <p>Base exception class for all service exceptions from S3Control service.</p>
73
70
  *
71
+ *
74
72
  * @public
75
73
  */
76
74
  export declare class DeleteAccessPointPolicyCommand extends DeleteAccessPointPolicyCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteAccessPointPolicyForObjectLambdaCommand_base: {
70
70
  * @throws {@link S3ControlServiceException}
71
71
  * <p>Base exception class for all service exceptions from S3Control service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends DeleteAccessPointPolicyForObjectLambdaCommand_base {
@@ -0,0 +1,78 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteAccessPointScopeRequest } from "../models/models_0";
4
+ import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteAccessPointScopeCommand}.
14
+ */
15
+ export interface DeleteAccessPointScopeCommandInput extends DeleteAccessPointScopeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAccessPointScopeCommand}.
21
+ */
22
+ export interface DeleteAccessPointScopeCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteAccessPointScopeCommand_base: {
25
+ new (input: DeleteAccessPointScopeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteAccessPointScopeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Deletes an existing access point scope for a directory bucket.</p>
32
+ * <note>
33
+ * <p>When you delete the scope of an access point, all prefixes and permissions are deleted.</p>
34
+ * </note>
35
+ * <p>To use this operation, you must have the permission to perform the
36
+ * <code>s3express:DeleteAccessPointScope</code> action.</p>
37
+ * <p>For information about REST API errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses">REST error responses</a>.</p>
38
+ * @example
39
+ * Use a bare-bones client and the command you need to make an API call.
40
+ * ```javascript
41
+ * import { S3ControlClient, DeleteAccessPointScopeCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
42
+ * // const { S3ControlClient, DeleteAccessPointScopeCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
43
+ * const client = new S3ControlClient(config);
44
+ * const input = { // DeleteAccessPointScopeRequest
45
+ * AccountId: "STRING_VALUE",
46
+ * Name: "STRING_VALUE", // required
47
+ * };
48
+ * const command = new DeleteAccessPointScopeCommand(input);
49
+ * const response = await client.send(command);
50
+ * // {};
51
+ *
52
+ * ```
53
+ *
54
+ * @param DeleteAccessPointScopeCommandInput - {@link DeleteAccessPointScopeCommandInput}
55
+ * @returns {@link DeleteAccessPointScopeCommandOutput}
56
+ * @see {@link DeleteAccessPointScopeCommandInput} for command's `input` shape.
57
+ * @see {@link DeleteAccessPointScopeCommandOutput} for command's `response` shape.
58
+ * @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
59
+ *
60
+ * @throws {@link S3ControlServiceException}
61
+ * <p>Base exception class for all service exceptions from S3Control service.</p>
62
+ *
63
+ *
64
+ * @public
65
+ */
66
+ export declare class DeleteAccessPointScopeCommand extends DeleteAccessPointScopeCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteAccessPointScopeRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteAccessPointScopeCommandInput;
75
+ output: DeleteAccessPointScopeCommandOutput;
76
+ };
77
+ };
78
+ }
@@ -80,6 +80,7 @@ declare const DeleteBucketCommand_base: {
80
80
  * @throws {@link S3ControlServiceException}
81
81
  * <p>Base exception class for all service exceptions from S3Control service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DeleteBucketCommand extends DeleteBucketCommand_base {
@@ -81,6 +81,7 @@ declare const DeleteBucketLifecycleConfigurationCommand_base: {
81
81
  * @throws {@link S3ControlServiceException}
82
82
  * <p>Base exception class for all service exceptions from S3Control service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeleteBucketLifecycleConfigurationCommand extends DeleteBucketLifecycleConfigurationCommand_base {
@@ -88,6 +88,7 @@ declare const DeleteBucketPolicyCommand_base: {
88
88
  * @throws {@link S3ControlServiceException}
89
89
  * <p>Base exception class for all service exceptions from S3Control service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DeleteBucketPolicyCommand extends DeleteBucketPolicyCommand_base {
@@ -87,6 +87,7 @@ declare const DeleteBucketReplicationCommand_base: {
87
87
  * @throws {@link S3ControlServiceException}
88
88
  * <p>Base exception class for all service exceptions from S3Control service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteBucketTaggingCommand_base: {
75
75
  * @throws {@link S3ControlServiceException}
76
76
  * <p>Base exception class for all service exceptions from S3Control service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {
@@ -90,6 +90,7 @@ declare const DeleteJobTaggingCommand_base: {
90
90
  * @throws {@link S3ControlServiceException}
91
91
  * <p>Base exception class for all service exceptions from S3Control service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DeleteJobTaggingCommand extends DeleteJobTaggingCommand_base {
@@ -92,6 +92,7 @@ declare const DeleteMultiRegionAccessPointCommand_base: {
92
92
  * @throws {@link S3ControlServiceException}
93
93
  * <p>Base exception class for all service exceptions from S3Control service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteMultiRegionAccessPointCommand extends DeleteMultiRegionAccessPointCommand_base {
@@ -70,6 +70,7 @@ declare const DeletePublicAccessBlockCommand_base: {
70
70
  * @throws {@link S3ControlServiceException}
71
71
  * <p>Base exception class for all service exceptions from S3Control service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {
@@ -64,6 +64,7 @@ declare const DeleteStorageLensConfigurationCommand_base: {
64
64
  * @throws {@link S3ControlServiceException}
65
65
  * <p>Base exception class for all service exceptions from S3Control service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class DeleteStorageLensConfigurationCommand extends DeleteStorageLensConfigurationCommand_base {
@@ -65,6 +65,7 @@ declare const DeleteStorageLensConfigurationTaggingCommand_base: {
65
65
  * @throws {@link S3ControlServiceException}
66
66
  * <p>Base exception class for all service exceptions from S3Control service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeleteStorageLensConfigurationTaggingCommand extends DeleteStorageLensConfigurationTaggingCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteStorageLensGroupCommand_base: {
59
59
  * @throws {@link S3ControlServiceException}
60
60
  * <p>Base exception class for all service exceptions from S3Control service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteStorageLensGroupCommand extends DeleteStorageLensGroupCommand_base {
@@ -299,6 +299,7 @@ declare const DescribeJobCommand_base: {
299
299
  * @throws {@link S3ControlServiceException}
300
300
  * <p>Base exception class for all service exceptions from S3Control service.</p>
301
301
  *
302
+ *
302
303
  * @public
303
304
  */
304
305
  export declare class DescribeJobCommand extends DescribeJobCommand_base {
@@ -127,6 +127,7 @@ declare const DescribeMultiRegionAccessPointOperationCommand_base: {
127
127
  * @throws {@link S3ControlServiceException}
128
128
  * <p>Base exception class for all service exceptions from S3Control service.</p>
129
129
  *
130
+ *
130
131
  * @public
131
132
  */
132
133
  export declare class DescribeMultiRegionAccessPointOperationCommand extends DescribeMultiRegionAccessPointOperationCommand_base {
@@ -62,6 +62,7 @@ declare const DissociateAccessGrantsIdentityCenterCommand_base: {
62
62
  * @throws {@link S3ControlServiceException}
63
63
  * <p>Base exception class for all service exceptions from S3Control service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DissociateAccessGrantsIdentityCenterCommand extends DissociateAccessGrantsIdentityCenterCommand_base {
@@ -74,6 +74,7 @@ declare const GetAccessGrantCommand_base: {
74
74
  * @throws {@link S3ControlServiceException}
75
75
  * <p>Base exception class for all service exceptions from S3Control service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetAccessGrantCommand extends GetAccessGrantCommand_base {
@@ -24,6 +24,7 @@ export interface GetAccessGrantsInstanceCommandOutput extends GetAccessGrantsIns
24
24
  declare const GetAccessGrantsInstanceCommand_base: {
25
25
  new (input: GetAccessGrantsInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessGrantsInstanceCommandInput, GetAccessGrantsInstanceCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [GetAccessGrantsInstanceCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccessGrantsInstanceCommandInput, GetAccessGrantsInstanceCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ /** @internal type navigation helper, not in runtime. */
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
@@ -69,6 +70,7 @@ declare const GetAccessGrantsInstanceCommand_base: {
69
70
  * @throws {@link S3ControlServiceException}
70
71
  * <p>Base exception class for all service exceptions from S3Control service.</p>
71
72
  *
73
+ *
72
74
  * @public
73
75
  */
74
76
  export declare class GetAccessGrantsInstanceCommand extends GetAccessGrantsInstanceCommand_base {
@@ -66,6 +66,7 @@ declare const GetAccessGrantsInstanceForPrefixCommand_base: {
66
66
  * @throws {@link S3ControlServiceException}
67
67
  * <p>Base exception class for all service exceptions from S3Control service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetAccessGrantsInstanceForPrefixCommand extends GetAccessGrantsInstanceForPrefixCommand_base {
@@ -62,6 +62,7 @@ declare const GetAccessGrantsInstanceResourcePolicyCommand_base: {
62
62
  * @throws {@link S3ControlServiceException}
63
63
  * <p>Base exception class for all service exceptions from S3Control service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class GetAccessGrantsInstanceResourcePolicyCommand extends GetAccessGrantsInstanceResourcePolicyCommand_base {
@@ -65,6 +65,7 @@ declare const GetAccessGrantsLocationCommand_base: {
65
65
  * @throws {@link S3ControlServiceException}
66
66
  * <p>Base exception class for all service exceptions from S3Control service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class GetAccessGrantsLocationCommand extends GetAccessGrantsLocationCommand_base {
@@ -27,10 +27,7 @@ declare const GetAccessPointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported by directory buckets.</p>
32
- * </note>
33
- * <p>Returns configuration information about the specified access point.</p>
30
+ * <p>Returns configuration information about the specified access point.</p>
34
31
  * <p></p>
35
32
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
36
33
  * <p>The following actions are related to <code>GetAccessPoint</code>:</p>
@@ -96,6 +93,7 @@ declare const GetAccessPointCommand_base: {
96
93
  * @throws {@link S3ControlServiceException}
97
94
  * <p>Base exception class for all service exceptions from S3Control service.</p>
98
95
  *
96
+ *
99
97
  * @public
100
98
  */
101
99
  export declare class GetAccessPointCommand extends GetAccessPointCommand_base {
@@ -86,6 +86,7 @@ declare const GetAccessPointConfigurationForObjectLambdaCommand_base: {
86
86
  * @throws {@link S3ControlServiceException}
87
87
  * <p>Base exception class for all service exceptions from S3Control service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetAccessPointConfigurationForObjectLambdaCommand extends GetAccessPointConfigurationForObjectLambdaCommand_base {
@@ -87,6 +87,7 @@ declare const GetAccessPointForObjectLambdaCommand_base: {
87
87
  * @throws {@link S3ControlServiceException}
88
88
  * <p>Base exception class for all service exceptions from S3Control service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetAccessPointForObjectLambdaCommand extends GetAccessPointForObjectLambdaCommand_base {