@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
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListAccessPointsForDirectoryBucketsRequest,
5
+ ListAccessPointsForDirectoryBucketsResult,
6
+ } from "../models/models_0";
7
+ import {
8
+ S3ControlClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../S3ControlClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAccessPointsForDirectoryBucketsCommandInput
15
+ extends ListAccessPointsForDirectoryBucketsRequest {}
16
+ export interface ListAccessPointsForDirectoryBucketsCommandOutput
17
+ extends ListAccessPointsForDirectoryBucketsResult,
18
+ __MetadataBearer {}
19
+ declare const ListAccessPointsForDirectoryBucketsCommand_base: {
20
+ new (
21
+ input: ListAccessPointsForDirectoryBucketsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListAccessPointsForDirectoryBucketsCommandInput,
24
+ ListAccessPointsForDirectoryBucketsCommandOutput,
25
+ S3ControlClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListAccessPointsForDirectoryBucketsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListAccessPointsForDirectoryBucketsCommandInput,
33
+ ListAccessPointsForDirectoryBucketsCommandOutput,
34
+ S3ControlClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListAccessPointsForDirectoryBucketsCommand extends ListAccessPointsForDirectoryBucketsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccessPointsForDirectoryBucketsRequest;
44
+ output: ListAccessPointsForDirectoryBucketsResult;
45
+ };
46
+ sdk: {
47
+ input: ListAccessPointsForDirectoryBucketsCommandInput;
48
+ output: ListAccessPointsForDirectoryBucketsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListJobsRequest, ListJobsResult } from "../models/models_0";
3
+ import { ListJobsRequest } from "../models/models_0";
4
+ import { ListJobsResult } from "../models/models_1";
4
5
  import {
5
6
  S3ControlClientResolvedConfig,
6
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMultiRegionAccessPointsRequest,
5
5
  ListMultiRegionAccessPointsResult,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListRegionalBucketsRequest,
5
5
  ListRegionalBucketsResult,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListStorageLensConfigurationsRequest } from "../models/models_0";
4
- import { ListStorageLensConfigurationsResult } from "../models/models_1";
3
+ import {
4
+ ListStorageLensConfigurationsRequest,
5
+ ListStorageLensConfigurationsResult,
6
+ } from "../models/models_1";
5
7
  import {
6
8
  S3ControlClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,46 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { PutAccessPointScopeRequest } from "../models/models_1";
4
+ import {
5
+ S3ControlClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../S3ControlClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PutAccessPointScopeCommandInput
12
+ extends PutAccessPointScopeRequest {}
13
+ export interface PutAccessPointScopeCommandOutput extends __MetadataBearer {}
14
+ declare const PutAccessPointScopeCommand_base: {
15
+ new (
16
+ input: PutAccessPointScopeCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutAccessPointScopeCommandInput,
19
+ PutAccessPointScopeCommandOutput,
20
+ S3ControlClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: PutAccessPointScopeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutAccessPointScopeCommandInput,
28
+ PutAccessPointScopeCommandOutput,
29
+ S3ControlClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class PutAccessPointScopeCommand extends PutAccessPointScopeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: PutAccessPointScopeRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: PutAccessPointScopeCommandInput;
43
+ output: PutAccessPointScopeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -16,6 +16,7 @@ export * from "./DeleteAccessPointCommand";
16
16
  export * from "./DeleteAccessPointForObjectLambdaCommand";
17
17
  export * from "./DeleteAccessPointPolicyCommand";
18
18
  export * from "./DeleteAccessPointPolicyForObjectLambdaCommand";
19
+ export * from "./DeleteAccessPointScopeCommand";
19
20
  export * from "./DeleteBucketCommand";
20
21
  export * from "./DeleteBucketLifecycleConfigurationCommand";
21
22
  export * from "./DeleteBucketPolicyCommand";
@@ -42,6 +43,7 @@ export * from "./GetAccessPointPolicyCommand";
42
43
  export * from "./GetAccessPointPolicyForObjectLambdaCommand";
43
44
  export * from "./GetAccessPointPolicyStatusCommand";
44
45
  export * from "./GetAccessPointPolicyStatusForObjectLambdaCommand";
46
+ export * from "./GetAccessPointScopeCommand";
45
47
  export * from "./GetBucketCommand";
46
48
  export * from "./GetBucketLifecycleConfigurationCommand";
47
49
  export * from "./GetBucketPolicyCommand";
@@ -62,6 +64,7 @@ export * from "./ListAccessGrantsCommand";
62
64
  export * from "./ListAccessGrantsInstancesCommand";
63
65
  export * from "./ListAccessGrantsLocationsCommand";
64
66
  export * from "./ListAccessPointsCommand";
67
+ export * from "./ListAccessPointsForDirectoryBucketsCommand";
65
68
  export * from "./ListAccessPointsForObjectLambdaCommand";
66
69
  export * from "./ListCallerAccessGrantsCommand";
67
70
  export * from "./ListJobsCommand";
@@ -74,6 +77,7 @@ export * from "./PutAccessGrantsInstanceResourcePolicyCommand";
74
77
  export * from "./PutAccessPointConfigurationForObjectLambdaCommand";
75
78
  export * from "./PutAccessPointPolicyCommand";
76
79
  export * from "./PutAccessPointPolicyForObjectLambdaCommand";
80
+ export * from "./PutAccessPointScopeCommand";
77
81
  export * from "./PutBucketLifecycleConfigurationCommand";
78
82
  export * from "./PutBucketPolicyCommand";
79
83
  export * from "./PutBucketReplicationCommand";
@@ -59,4 +59,5 @@ export interface EndpointParameters extends __EndpointParameters {
59
59
  Bucket?: string;
60
60
  AccessPointName?: string;
61
61
  UseArnRegion?: boolean;
62
+ UseS3ExpressControlEndpoint?: boolean;
62
63
  }
@@ -254,6 +254,22 @@ export interface CreateAccessGrantsLocationResult {
254
254
  LocationScope?: string | undefined;
255
255
  IAMRoleArn?: string | undefined;
256
256
  }
257
+ export declare const ScopePermission: {
258
+ readonly AbortMultipartUpload: "AbortMultipartUpload";
259
+ readonly DeleteObject: "DeleteObject";
260
+ readonly GetObject: "GetObject";
261
+ readonly GetObjectAttributes: "GetObjectAttributes";
262
+ readonly ListBucket: "ListBucket";
263
+ readonly ListBucketMultipartUploads: "ListBucketMultipartUploads";
264
+ readonly ListMultipartUploadParts: "ListMultipartUploadParts";
265
+ readonly PutObject: "PutObject";
266
+ };
267
+ export type ScopePermission =
268
+ (typeof ScopePermission)[keyof typeof ScopePermission];
269
+ export interface Scope {
270
+ Prefixes?: string[] | undefined;
271
+ Permissions?: ScopePermission[] | undefined;
272
+ }
257
273
  export interface CreateAccessPointRequest {
258
274
  AccountId?: string | undefined;
259
275
  Name: string | undefined;
@@ -261,6 +277,7 @@ export interface CreateAccessPointRequest {
261
277
  VpcConfiguration?: VpcConfiguration | undefined;
262
278
  PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
263
279
  BucketAccountId?: string | undefined;
280
+ Scope?: Scope | undefined;
264
281
  }
265
282
  export interface CreateAccessPointResult {
266
283
  AccessPointArn?: string | undefined;
@@ -812,6 +829,10 @@ export interface DeleteAccessPointPolicyForObjectLambdaRequest {
812
829
  AccountId?: string | undefined;
813
830
  Name: string | undefined;
814
831
  }
832
+ export interface DeleteAccessPointScopeRequest {
833
+ AccountId?: string | undefined;
834
+ Name: string | undefined;
835
+ }
815
836
  export interface DeleteBucketRequest {
816
837
  AccountId?: string | undefined;
817
838
  Bucket: string | undefined;
@@ -1057,6 +1078,13 @@ export interface GetAccessPointPolicyStatusForObjectLambdaRequest {
1057
1078
  export interface GetAccessPointPolicyStatusForObjectLambdaResult {
1058
1079
  PolicyStatus?: PolicyStatus | undefined;
1059
1080
  }
1081
+ export interface GetAccessPointScopeRequest {
1082
+ AccountId?: string | undefined;
1083
+ Name: string | undefined;
1084
+ }
1085
+ export interface GetAccessPointScopeResult {
1086
+ Scope?: Scope | undefined;
1087
+ }
1060
1088
  export interface GetBucketRequest {
1061
1089
  AccountId?: string | undefined;
1062
1090
  Bucket: string | undefined;
@@ -1525,6 +1553,16 @@ export interface ListAccessPointsResult {
1525
1553
  AccessPointList?: AccessPoint[] | undefined;
1526
1554
  NextToken?: string | undefined;
1527
1555
  }
1556
+ export interface ListAccessPointsForDirectoryBucketsRequest {
1557
+ AccountId?: string | undefined;
1558
+ DirectoryBucket?: string | undefined;
1559
+ NextToken?: string | undefined;
1560
+ MaxResults?: number | undefined;
1561
+ }
1562
+ export interface ListAccessPointsForDirectoryBucketsResult {
1563
+ AccessPointList?: AccessPoint[] | undefined;
1564
+ NextToken?: string | undefined;
1565
+ }
1528
1566
  export interface ListAccessPointsForObjectLambdaRequest {
1529
1567
  AccountId?: string | undefined;
1530
1568
  NextToken?: string | undefined;
@@ -1599,40 +1637,6 @@ export interface JobListDescriptor {
1599
1637
  TerminationDate?: Date | undefined;
1600
1638
  ProgressSummary?: JobProgressSummary | undefined;
1601
1639
  }
1602
- export interface ListJobsResult {
1603
- NextToken?: string | undefined;
1604
- Jobs?: JobListDescriptor[] | undefined;
1605
- }
1606
- export interface ListMultiRegionAccessPointsRequest {
1607
- AccountId?: string | undefined;
1608
- NextToken?: string | undefined;
1609
- MaxResults?: number | undefined;
1610
- }
1611
- export interface ListMultiRegionAccessPointsResult {
1612
- AccessPoints?: MultiRegionAccessPointReport[] | undefined;
1613
- NextToken?: string | undefined;
1614
- }
1615
- export interface ListRegionalBucketsRequest {
1616
- AccountId?: string | undefined;
1617
- NextToken?: string | undefined;
1618
- MaxResults?: number | undefined;
1619
- OutpostId?: string | undefined;
1620
- }
1621
- export interface RegionalBucket {
1622
- Bucket: string | undefined;
1623
- BucketArn?: string | undefined;
1624
- PublicAccessBlockEnabled: boolean | undefined;
1625
- CreationDate: Date | undefined;
1626
- OutpostId?: string | undefined;
1627
- }
1628
- export interface ListRegionalBucketsResult {
1629
- RegionalBucketList?: RegionalBucket[] | undefined;
1630
- NextToken?: string | undefined;
1631
- }
1632
- export interface ListStorageLensConfigurationsRequest {
1633
- AccountId?: string | undefined;
1634
- NextToken?: string | undefined;
1635
- }
1636
1640
  export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
1637
1641
  export declare const GetDataAccessResultFilterSensitiveLog: (
1638
1642
  obj: GetDataAccessResult
@@ -1,20 +1,57 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import {
3
3
  BucketVersioningStatus,
4
+ JobListDescriptor,
4
5
  JobStatus,
5
6
  LifecycleRule,
7
+ MultiRegionAccessPointReport,
6
8
  MultiRegionAccessPointRoute,
7
9
  ObjectLambdaConfiguration,
8
10
  PublicAccessBlockConfiguration,
9
11
  PutMultiRegionAccessPointPolicyInput,
10
12
  ReplicationConfiguration,
11
13
  S3Tag,
14
+ Scope,
12
15
  StorageLensConfiguration,
13
16
  StorageLensGroup,
14
17
  StorageLensTag,
15
18
  Tag,
16
19
  } from "./models_0";
17
20
  import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
21
+ export interface ListJobsResult {
22
+ NextToken?: string | undefined;
23
+ Jobs?: JobListDescriptor[] | undefined;
24
+ }
25
+ export interface ListMultiRegionAccessPointsRequest {
26
+ AccountId?: string | undefined;
27
+ NextToken?: string | undefined;
28
+ MaxResults?: number | undefined;
29
+ }
30
+ export interface ListMultiRegionAccessPointsResult {
31
+ AccessPoints?: MultiRegionAccessPointReport[] | undefined;
32
+ NextToken?: string | undefined;
33
+ }
34
+ export interface ListRegionalBucketsRequest {
35
+ AccountId?: string | undefined;
36
+ NextToken?: string | undefined;
37
+ MaxResults?: number | undefined;
38
+ OutpostId?: string | undefined;
39
+ }
40
+ export interface RegionalBucket {
41
+ Bucket: string | undefined;
42
+ BucketArn?: string | undefined;
43
+ PublicAccessBlockEnabled: boolean | undefined;
44
+ CreationDate: Date | undefined;
45
+ OutpostId?: string | undefined;
46
+ }
47
+ export interface ListRegionalBucketsResult {
48
+ RegionalBucketList?: RegionalBucket[] | undefined;
49
+ NextToken?: string | undefined;
50
+ }
51
+ export interface ListStorageLensConfigurationsRequest {
52
+ AccountId?: string | undefined;
53
+ NextToken?: string | undefined;
54
+ }
18
55
  export interface ListStorageLensConfigurationEntry {
19
56
  Id: string | undefined;
20
57
  StorageLensArn: string | undefined;
@@ -72,6 +109,11 @@ export interface PutAccessPointPolicyForObjectLambdaRequest {
72
109
  Name: string | undefined;
73
110
  Policy: string | undefined;
74
111
  }
112
+ export interface PutAccessPointScopeRequest {
113
+ AccountId?: string | undefined;
114
+ Name: string | undefined;
115
+ Scope: Scope | undefined;
116
+ }
75
117
  export interface LifecycleConfiguration {
76
118
  Rules?: LifecycleRule[] | undefined;
77
119
  }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAccessPointsForDirectoryBucketsCommandInput,
4
+ ListAccessPointsForDirectoryBucketsCommandOutput,
5
+ } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
6
+ import { S3ControlPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAccessPointsForDirectoryBuckets: (
8
+ config: S3ControlPaginationConfiguration,
9
+ input: ListAccessPointsForDirectoryBucketsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAccessPointsForDirectoryBucketsCommandOutput>;
@@ -2,6 +2,7 @@ export * from "./Interfaces";
2
2
  export * from "./ListAccessGrantsInstancesPaginator";
3
3
  export * from "./ListAccessGrantsLocationsPaginator";
4
4
  export * from "./ListAccessGrantsPaginator";
5
+ export * from "./ListAccessPointsForDirectoryBucketsPaginator";
5
6
  export * from "./ListAccessPointsForObjectLambdaPaginator";
6
7
  export * from "./ListAccessPointsPaginator";
7
8
  export * from "./ListCallerAccessGrantsPaginator";
@@ -75,6 +75,10 @@ import {
75
75
  DeleteAccessPointPolicyForObjectLambdaCommandInput,
76
76
  DeleteAccessPointPolicyForObjectLambdaCommandOutput,
77
77
  } from "../commands/DeleteAccessPointPolicyForObjectLambdaCommand";
78
+ import {
79
+ DeleteAccessPointScopeCommandInput,
80
+ DeleteAccessPointScopeCommandOutput,
81
+ } from "../commands/DeleteAccessPointScopeCommand";
78
82
  import {
79
83
  DeleteBucketCommandInput,
80
84
  DeleteBucketCommandOutput,
@@ -179,6 +183,10 @@ import {
179
183
  GetAccessPointPolicyStatusForObjectLambdaCommandInput,
180
184
  GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
181
185
  } from "../commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
186
+ import {
187
+ GetAccessPointScopeCommandInput,
188
+ GetAccessPointScopeCommandOutput,
189
+ } from "../commands/GetAccessPointScopeCommand";
182
190
  import {
183
191
  GetBucketCommandInput,
184
192
  GetBucketCommandOutput,
@@ -259,6 +267,10 @@ import {
259
267
  ListAccessPointsCommandInput,
260
268
  ListAccessPointsCommandOutput,
261
269
  } from "../commands/ListAccessPointsCommand";
270
+ import {
271
+ ListAccessPointsForDirectoryBucketsCommandInput,
272
+ ListAccessPointsForDirectoryBucketsCommandOutput,
273
+ } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
262
274
  import {
263
275
  ListAccessPointsForObjectLambdaCommandInput,
264
276
  ListAccessPointsForObjectLambdaCommandOutput,
@@ -307,6 +319,10 @@ import {
307
319
  PutAccessPointPolicyForObjectLambdaCommandInput,
308
320
  PutAccessPointPolicyForObjectLambdaCommandOutput,
309
321
  } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
322
+ import {
323
+ PutAccessPointScopeCommandInput,
324
+ PutAccessPointScopeCommandOutput,
325
+ } from "../commands/PutAccessPointScopeCommand";
310
326
  import {
311
327
  PutBucketLifecycleConfigurationCommandInput,
312
328
  PutBucketLifecycleConfigurationCommandOutput,
@@ -447,6 +463,10 @@ export declare const se_DeleteAccessPointPolicyForObjectLambdaCommand: (
447
463
  input: DeleteAccessPointPolicyForObjectLambdaCommandInput,
448
464
  context: __SerdeContext
449
465
  ) => Promise<__HttpRequest>;
466
+ export declare const se_DeleteAccessPointScopeCommand: (
467
+ input: DeleteAccessPointScopeCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
450
470
  export declare const se_DeleteBucketCommand: (
451
471
  input: DeleteBucketCommandInput,
452
472
  context: __SerdeContext
@@ -551,6 +571,10 @@ export declare const se_GetAccessPointPolicyStatusForObjectLambdaCommand: (
551
571
  input: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
552
572
  context: __SerdeContext
553
573
  ) => Promise<__HttpRequest>;
574
+ export declare const se_GetAccessPointScopeCommand: (
575
+ input: GetAccessPointScopeCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
554
578
  export declare const se_GetBucketCommand: (
555
579
  input: GetBucketCommandInput,
556
580
  context: __SerdeContext
@@ -631,6 +655,10 @@ export declare const se_ListAccessPointsCommand: (
631
655
  input: ListAccessPointsCommandInput,
632
656
  context: __SerdeContext
633
657
  ) => Promise<__HttpRequest>;
658
+ export declare const se_ListAccessPointsForDirectoryBucketsCommand: (
659
+ input: ListAccessPointsForDirectoryBucketsCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
634
662
  export declare const se_ListAccessPointsForObjectLambdaCommand: (
635
663
  input: ListAccessPointsForObjectLambdaCommandInput,
636
664
  context: __SerdeContext
@@ -679,6 +707,10 @@ export declare const se_PutAccessPointPolicyForObjectLambdaCommand: (
679
707
  input: PutAccessPointPolicyForObjectLambdaCommandInput,
680
708
  context: __SerdeContext
681
709
  ) => Promise<__HttpRequest>;
710
+ export declare const se_PutAccessPointScopeCommand: (
711
+ input: PutAccessPointScopeCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
682
714
  export declare const se_PutBucketLifecycleConfigurationCommand: (
683
715
  input: PutBucketLifecycleConfigurationCommandInput,
684
716
  context: __SerdeContext
@@ -819,6 +851,10 @@ export declare const de_DeleteAccessPointPolicyForObjectLambdaCommand: (
819
851
  output: __HttpResponse,
820
852
  context: __SerdeContext
821
853
  ) => Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
854
+ export declare const de_DeleteAccessPointScopeCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<DeleteAccessPointScopeCommandOutput>;
822
858
  export declare const de_DeleteBucketCommand: (
823
859
  output: __HttpResponse,
824
860
  context: __SerdeContext
@@ -923,6 +959,10 @@ export declare const de_GetAccessPointPolicyStatusForObjectLambdaCommand: (
923
959
  output: __HttpResponse,
924
960
  context: __SerdeContext
925
961
  ) => Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
962
+ export declare const de_GetAccessPointScopeCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<GetAccessPointScopeCommandOutput>;
926
966
  export declare const de_GetBucketCommand: (
927
967
  output: __HttpResponse,
928
968
  context: __SerdeContext
@@ -1003,6 +1043,10 @@ export declare const de_ListAccessPointsCommand: (
1003
1043
  output: __HttpResponse,
1004
1044
  context: __SerdeContext
1005
1045
  ) => Promise<ListAccessPointsCommandOutput>;
1046
+ export declare const de_ListAccessPointsForDirectoryBucketsCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
1006
1050
  export declare const de_ListAccessPointsForObjectLambdaCommand: (
1007
1051
  output: __HttpResponse,
1008
1052
  context: __SerdeContext
@@ -1051,6 +1095,10 @@ export declare const de_PutAccessPointPolicyForObjectLambdaCommand: (
1051
1095
  output: __HttpResponse,
1052
1096
  context: __SerdeContext
1053
1097
  ) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
1098
+ export declare const de_PutAccessPointScopeCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<PutAccessPointScopeCommandOutput>;
1054
1102
  export declare const de_PutBucketLifecycleConfigurationCommand: (
1055
1103
  output: __HttpResponse,
1056
1104
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.779.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3-control",
@@ -23,7 +23,7 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.775.0",
26
- "@aws-sdk/credential-provider-node": "3.775.0",
26
+ "@aws-sdk/credential-provider-node": "3.777.0",
27
27
  "@aws-sdk/middleware-host-header": "3.775.0",
28
28
  "@aws-sdk/middleware-logger": "3.775.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.775.0",