@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.
- package/README.md +32 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +482 -201
- package/dist-es/S3Control.js +8 -0
- package/dist-es/commands/CreateAccessPointCommand.js +1 -0
- package/dist-es/commands/DeleteAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/GetAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +29 -0
- package/dist-es/commands/PutAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/pagination/ListAccessPointsForDirectoryBucketsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +221 -51
- package/dist-types/S3Control.d.ts +29 -0
- package/dist-types/S3ControlClient.d.ts +6 -2
- package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessGrantCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +17 -5
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessGrantCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +78 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
- package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessGrantCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +2 -4
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -4
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointScopeCommand.d.ts +84 -0
- package/dist-types/commands/GetBucketCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -0
- package/dist-types/commands/GetDataAccessCommand.d.ts +1 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +92 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobsCommand.d.ts +3 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -1
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -4
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +128 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +141 -147
- package/dist-types/models/models_1.d.ts +172 -3
- package/dist-types/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +36 -0
- package/dist-types/ts3.4/S3Control.d.ts +75 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -34
- package/dist-types/ts3.4/models/models_1.d.ts +42 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +48 -0
- package/package.json +2 -2
package/dist-es/S3Control.js
CHANGED
|
@@ -17,6 +17,7 @@ import { DeleteAccessPointCommand, } from "./commands/DeleteAccessPointCommand";
|
|
|
17
17
|
import { DeleteAccessPointForObjectLambdaCommand, } from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
18
18
|
import { DeleteAccessPointPolicyCommand, } from "./commands/DeleteAccessPointPolicyCommand";
|
|
19
19
|
import { DeleteAccessPointPolicyForObjectLambdaCommand, } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
20
|
+
import { DeleteAccessPointScopeCommand, } from "./commands/DeleteAccessPointScopeCommand";
|
|
20
21
|
import { DeleteBucketCommand, } from "./commands/DeleteBucketCommand";
|
|
21
22
|
import { DeleteBucketLifecycleConfigurationCommand, } from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
22
23
|
import { DeleteBucketPolicyCommand, } from "./commands/DeleteBucketPolicyCommand";
|
|
@@ -43,6 +44,7 @@ import { GetAccessPointPolicyCommand, } from "./commands/GetAccessPointPolicyCom
|
|
|
43
44
|
import { GetAccessPointPolicyForObjectLambdaCommand, } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
44
45
|
import { GetAccessPointPolicyStatusCommand, } from "./commands/GetAccessPointPolicyStatusCommand";
|
|
45
46
|
import { GetAccessPointPolicyStatusForObjectLambdaCommand, } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
47
|
+
import { GetAccessPointScopeCommand, } from "./commands/GetAccessPointScopeCommand";
|
|
46
48
|
import { GetBucketCommand } from "./commands/GetBucketCommand";
|
|
47
49
|
import { GetBucketLifecycleConfigurationCommand, } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
48
50
|
import { GetBucketPolicyCommand, } from "./commands/GetBucketPolicyCommand";
|
|
@@ -63,6 +65,7 @@ import { ListAccessGrantsCommand, } from "./commands/ListAccessGrantsCommand";
|
|
|
63
65
|
import { ListAccessGrantsInstancesCommand, } from "./commands/ListAccessGrantsInstancesCommand";
|
|
64
66
|
import { ListAccessGrantsLocationsCommand, } from "./commands/ListAccessGrantsLocationsCommand";
|
|
65
67
|
import { ListAccessPointsCommand, } from "./commands/ListAccessPointsCommand";
|
|
68
|
+
import { ListAccessPointsForDirectoryBucketsCommand, } from "./commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
66
69
|
import { ListAccessPointsForObjectLambdaCommand, } from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
67
70
|
import { ListCallerAccessGrantsCommand, } from "./commands/ListCallerAccessGrantsCommand";
|
|
68
71
|
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
@@ -75,6 +78,7 @@ import { PutAccessGrantsInstanceResourcePolicyCommand, } from "./commands/PutAcc
|
|
|
75
78
|
import { PutAccessPointConfigurationForObjectLambdaCommand, } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
76
79
|
import { PutAccessPointPolicyCommand, } from "./commands/PutAccessPointPolicyCommand";
|
|
77
80
|
import { PutAccessPointPolicyForObjectLambdaCommand, } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
81
|
+
import { PutAccessPointScopeCommand, } from "./commands/PutAccessPointScopeCommand";
|
|
78
82
|
import { PutBucketLifecycleConfigurationCommand, } from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
79
83
|
import { PutBucketPolicyCommand, } from "./commands/PutBucketPolicyCommand";
|
|
80
84
|
import { PutBucketReplicationCommand, } from "./commands/PutBucketReplicationCommand";
|
|
@@ -112,6 +116,7 @@ const commands = {
|
|
|
112
116
|
DeleteAccessPointForObjectLambdaCommand,
|
|
113
117
|
DeleteAccessPointPolicyCommand,
|
|
114
118
|
DeleteAccessPointPolicyForObjectLambdaCommand,
|
|
119
|
+
DeleteAccessPointScopeCommand,
|
|
115
120
|
DeleteBucketCommand,
|
|
116
121
|
DeleteBucketLifecycleConfigurationCommand,
|
|
117
122
|
DeleteBucketPolicyCommand,
|
|
@@ -138,6 +143,7 @@ const commands = {
|
|
|
138
143
|
GetAccessPointPolicyForObjectLambdaCommand,
|
|
139
144
|
GetAccessPointPolicyStatusCommand,
|
|
140
145
|
GetAccessPointPolicyStatusForObjectLambdaCommand,
|
|
146
|
+
GetAccessPointScopeCommand,
|
|
141
147
|
GetBucketCommand,
|
|
142
148
|
GetBucketLifecycleConfigurationCommand,
|
|
143
149
|
GetBucketPolicyCommand,
|
|
@@ -158,6 +164,7 @@ const commands = {
|
|
|
158
164
|
ListAccessGrantsInstancesCommand,
|
|
159
165
|
ListAccessGrantsLocationsCommand,
|
|
160
166
|
ListAccessPointsCommand,
|
|
167
|
+
ListAccessPointsForDirectoryBucketsCommand,
|
|
161
168
|
ListAccessPointsForObjectLambdaCommand,
|
|
162
169
|
ListCallerAccessGrantsCommand,
|
|
163
170
|
ListJobsCommand,
|
|
@@ -170,6 +177,7 @@ const commands = {
|
|
|
170
177
|
PutAccessPointConfigurationForObjectLambdaCommand,
|
|
171
178
|
PutAccessPointPolicyCommand,
|
|
172
179
|
PutAccessPointPolicyForObjectLambdaCommand,
|
|
180
|
+
PutAccessPointScopeCommand,
|
|
173
181
|
PutBucketLifecycleConfigurationCommand,
|
|
174
182
|
PutBucketPolicyCommand,
|
|
175
183
|
PutBucketReplicationCommand,
|
|
@@ -10,6 +10,7 @@ export class CreateAccessPointCommand extends $Command
|
|
|
10
10
|
.ep({
|
|
11
11
|
...commonParams,
|
|
12
12
|
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
13
14
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
16
|
})
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { de_DeleteAccessPointScopeCommand, se_DeleteAccessPointScopeCommand } from "../protocols/Aws_restXml";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DeleteAccessPointScopeCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
})
|
|
17
|
+
.m(function (Command, cs, config, o) {
|
|
18
|
+
return [
|
|
19
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
|
+
getProcessArnablesPlugin(config),
|
|
22
|
+
];
|
|
23
|
+
})
|
|
24
|
+
.s("AWSS3ControlServiceV20180820", "DeleteAccessPointScope", {})
|
|
25
|
+
.n("S3ControlClient", "DeleteAccessPointScopeCommand")
|
|
26
|
+
.f(void 0, void 0)
|
|
27
|
+
.ser(se_DeleteAccessPointScopeCommand)
|
|
28
|
+
.de(de_DeleteAccessPointScopeCommand)
|
|
29
|
+
.build() {
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { de_GetAccessPointScopeCommand, se_GetAccessPointScopeCommand } from "../protocols/Aws_restXml";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetAccessPointScopeCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
})
|
|
17
|
+
.m(function (Command, cs, config, o) {
|
|
18
|
+
return [
|
|
19
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
|
+
getProcessArnablesPlugin(config),
|
|
22
|
+
];
|
|
23
|
+
})
|
|
24
|
+
.s("AWSS3ControlServiceV20180820", "GetAccessPointScope", {})
|
|
25
|
+
.n("S3ControlClient", "GetAccessPointScopeCommand")
|
|
26
|
+
.f(void 0, void 0)
|
|
27
|
+
.ser(se_GetAccessPointScopeCommand)
|
|
28
|
+
.de(de_GetAccessPointScopeCommand)
|
|
29
|
+
.build() {
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { de_ListAccessPointsForDirectoryBucketsCommand, se_ListAccessPointsForDirectoryBucketsCommand, } from "../protocols/Aws_restXml";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListAccessPointsForDirectoryBucketsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
getProcessArnablesPlugin(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSS3ControlServiceV20180820", "ListAccessPointsForDirectoryBuckets", {})
|
|
24
|
+
.n("S3ControlClient", "ListAccessPointsForDirectoryBucketsCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(se_ListAccessPointsForDirectoryBucketsCommand)
|
|
27
|
+
.de(de_ListAccessPointsForDirectoryBucketsCommand)
|
|
28
|
+
.build() {
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { de_PutAccessPointScopeCommand, se_PutAccessPointScopeCommand } from "../protocols/Aws_restXml";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class PutAccessPointScopeCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
})
|
|
17
|
+
.m(function (Command, cs, config, o) {
|
|
18
|
+
return [
|
|
19
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
|
+
getProcessArnablesPlugin(config),
|
|
22
|
+
];
|
|
23
|
+
})
|
|
24
|
+
.s("AWSS3ControlServiceV20180820", "PutAccessPointScope", {})
|
|
25
|
+
.n("S3ControlClient", "PutAccessPointScopeCommand")
|
|
26
|
+
.f(void 0, void 0)
|
|
27
|
+
.ser(se_PutAccessPointScopeCommand)
|
|
28
|
+
.de(de_PutAccessPointScopeCommand)
|
|
29
|
+
.build() {
|
|
30
|
+
}
|
|
@@ -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";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = false, b = true, c = "isSet", d = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const aQ = "required", aR = "type", aS = "conditions", aT = "fn", aU = "argv", aV = "ref", aW = "assign", aX = "properties", aY = "authSchemes", aZ = "disableDoubleEncoding", ba = "name", bb = "signingName", bc = "signingRegion", bd = "headers", be = "x-amz-account-id", bf = "x-amz-outpost-id";
|
|
2
|
+
const a = false, b = true, c = "isSet", d = "booleanEquals", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "Invalid Configuration: DualStack and custom endpoint are not supported", l = "{url#scheme}://{url#authority}{url#path}", m = "s3-outposts", n = "{Region}", o = "endpoint", p = "tree", q = "substring", r = "accessPointSuffix", s = "s3expressAvailabilityZoneId", t = "s3expressAvailabilityZoneDelim", u = "aws.parseArn", v = "accessPointArn", w = "resourceId[0]", x = "arnType", y = "service", z = "resourceId[1]", A = "outpostId", B = "arnPartition", C = "{accessPointArn#accountId}", D = "resourceId[2]", E = "outpostType", F = "resourceId[3]", G = "bucketArn", H = "{bucketArn#accountId}", I = { [aQ]: false, [aR]: "String" }, J = { [aQ]: true, "default": false, [aR]: "Boolean" }, K = { [aQ]: false, [aR]: "Boolean" }, L = { [aV]: "Region" }, M = { [aT]: d, [aU]: [{ [aV]: "UseFIPS" }, true] }, N = { [aT]: e, [aU]: [L], [aW]: "partitionResult" }, O = { [aT]: g, [aU]: [{ [aV]: "partitionResult" }, "name"] }, P = { [aV]: "OutpostId" }, Q = { [aS]: [{ [aT]: c, [aU]: [{ [aV]: "RequiresAccountId" }] }, { [aT]: d, [aU]: [{ [aV]: "RequiresAccountId" }, true] }, { [aT]: i, [aU]: [{ [aT]: c, [aU]: [{ [aV]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [aR]: h }, R = { [aT]: c, [aU]: [{ [aV]: "RequiresAccountId" }] }, S = { [aT]: d, [aU]: [{ [aV]: "RequiresAccountId" }, true] }, T = { [aT]: c, [aU]: [{ [aV]: "AccountId" }] }, U = { [aV]: "AccountId" }, V = { [aS]: [T, { [aT]: i, [aU]: [{ [aT]: j, [aU]: [U, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [aR]: h }, W = { [aS]: [{ [aT]: c, [aU]: [{ [aV]: "Endpoint" }] }, { [aT]: d, [aU]: [{ [aV]: "UseDualStack" }, true] }], [h]: k, [aR]: h }, X = { [aT]: c, [aU]: [{ [aV]: "Endpoint" }] }, Y = { [aT]: d, [aU]: [{ [aV]: "UseDualStack" }, true] }, Z = { [aT]: "parseURL", [aU]: [{ [aV]: "Endpoint" }], [aW]: "url" }, aa = { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: m, [bc]: n }] }, ab = {}, ac = { [h]: "Invalid region: region was not a valid DNS name.", [aR]: h }, ad = { [aT]: c, [aU]: [{ [aV]: "AccessPointName" }] }, ae = { [aV]: "AccessPointName" }, af = { [aT]: f, [aU]: [{ [aV]: t }, "--"] }, ag = { [aV]: "UseS3ExpressControlEndpoint" }, ah = { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: "s3", [bc]: n }] }, ai = { [aV]: v }, aj = { [aT]: i, [aU]: [{ [aT]: f, [aU]: [{ [aV]: x }, ""] }] }, ak = { [aT]: c, [aU]: [{ [aV]: "UseArnRegion" }] }, al = { [aT]: d, [aU]: [{ [aV]: "UseArnRegion" }, false] }, am = { [aT]: g, [aU]: [ai, "region"] }, an = { [aT]: g, [aU]: [ai, "accountId"] }, ao = { [aV]: E }, ap = { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: m, [bc]: "{accessPointArn#region}" }] }, aq = { [be]: [C], [bf]: ["{outpostId}"] }, ar = { [h]: "Invalid ARN: Expected a 4-component resource", [aR]: h }, as = { [h]: "Invalid ARN: missing account ID", [aR]: h }, at = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [aR]: h }, au = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [aR]: h }, av = { [h]: "Invalid ARN: The Outpost Id was not set", [aR]: h }, aw = { [h]: "Invalid ARN: No ARN type specified", [aR]: h }, ax = { [aV]: G }, ay = { [aT]: g, [aU]: [ax, "region"] }, az = { [aT]: g, [aU]: [ax, "accountId"] }, aA = { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: m, [bc]: "{bucketArn#region}" }] }, aB = { [be]: [H], [bf]: ["{outpostId}"] }, aC = { [aT]: d, [aU]: [{ [aV]: "UseDualStack" }, false] }, aD = { [aT]: d, [aU]: [{ [aV]: "UseFIPS" }, false] }, aE = [L], aF = [N], aG = [{ [aT]: j, [aU]: [L, true] }], aH = [X, Z], aI = [M, Y], aJ = [M], aK = [Y], aL = [ae], aM = [{ [aS]: [M], [o]: { "url": "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [aX]: { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: "s3express", [bc]: n }] }, [bd]: {} }, [aR]: o }, { [o]: { "url": "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [aX]: { [aY]: [{ [aZ]: true, [ba]: "sigv4", [bb]: "s3express", [bc]: n }] }, [bd]: {} }, [aR]: o }], aN = [{ [aT]: j, [aU]: [{ [aV]: A }, false] }], aO = [{ [aT]: f, [aU]: [{ [aT]: g, [aU]: [{ [aV]: B }, "name"] }, O] }], aP = [{ [aV]: "Bucket" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: I, UseFIPS: J, UseDualStack: J, Endpoint: I, AccountId: I, RequiresAccountId: K, OutpostId: I, Bucket: I, AccessPointName: I, UseArnRegion: K, UseS3ExpressControlEndpoint: K }, rules: [{ [aS]: [{ [aT]: c, [aU]: aE }], rules: [{ [aS]: [M, N, { [aT]: f, [aU]: [O, "aws-cn"] }], error: "Partition does not support FIPS", [aR]: h }, { [aS]: [{ [aT]: c, [aU]: [P] }], rules: [{ [aS]: aF, rules: [Q, V, { [aS]: [{ [aT]: i, [aU]: [{ [aT]: j, [aU]: [P, a] }] }], error: "OutpostId must only contain a-z, A-Z, 0-9 and `-`.", [aR]: h }, W, { [aS]: aG, rules: [{ [aS]: aH, endpoint: { url: l, [aX]: aa, [bd]: ab }, [aR]: o }, { [aS]: aI, endpoint: { url: "https://s3-outposts-fips.{Region}.{partitionResult#dualStackDnsSuffix}", [aX]: aa, [bd]: ab }, [aR]: o }, { [aS]: aJ, endpoint: { url: "https://s3-outposts-fips.{Region}.{partitionResult#dnsSuffix}", [aX]: aa, [bd]: ab }, [aR]: o }, { [aS]: aK, endpoint: { url: "https://s3-outposts.{Region}.{partitionResult#dualStackDnsSuffix}", [aX]: aa, [bd]: ab }, [aR]: o }, { endpoint: { url: "https://s3-outposts.{Region}.{partitionResult#dnsSuffix}", [aX]: aa, [bd]: ab }, [aR]: o }], [aR]: p }, ac], [aR]: p }], [aR]: p }, { [aS]: [ad, { [aT]: q, [aU]: [ae, 0, 7, b], [aW]: r }, { [aT]: f, [aU]: [{ [aV]: r }, "--xa-s3"] }], rules: [{ [aS]: aF, rules: [{ [aS]: aK, error: "S3Express does not support Dual-stack.", [aR]: h }, { [aS]: [{ [aT]: q, [aU]: [ae, 7, 15, b], [aW]: s }, { [aT]: q, [aU]: [ae, 15, 17, b], [aW]: t }, af], rules: aM, [aR]: p }, { [aS]: [{ [aT]: q, [aU]: [ae, 7, 16, b], [aW]: s }, { [aT]: q, [aU]: [ae, 16, 18, b], [aW]: t }, af], rules: aM, [aR]: p }, { [aS]: [{ [aT]: q, [aU]: [ae, 7, 20, b], [aW]: s }, { [aT]: q, [aU]: [ae, 20, 22, b], [aW]: t }, af], rules: aM, [aR]: p }, { [aS]: [{ [aT]: q, [aU]: [ae, 7, 21, b], [aW]: s }, { [aT]: q, [aU]: [ae, 21, 23, b], [aW]: t }, af], rules: aM, [aR]: p }, { [aS]: [{ [aT]: q, [aU]: [ae, 7, 27, b], [aW]: s }, { [aT]: q, [aU]: [ae, 27, 29, b], [aW]: t }, af], rules: aM, [aR]: p }, { error: "Unrecognized S3Express Access Point name format.", [aR]: h }], [aR]: p }], [aR]: p }, { [aS]: [{ [aT]: c, [aU]: [ag] }, { [aT]: d, [aU]: [ag, b] }], rules: [{ [aS]: aF, rules: aM, [aR]: p }], [aR]: p }, { [aS]: [{ [aT]: f, [aU]: [L, "snow"] }, X, Z], rules: [{ [aS]: aF, rules: [{ [aS]: aK, error: "S3 Snow does not support DualStack", [aR]: h }, { [aS]: aJ, error: "S3 Snow does not support FIPS", [aR]: h }, { endpoint: { url: "{url#scheme}://{url#authority}", [aX]: ah, [bd]: ab }, [aR]: o }], [aR]: p }], [aR]: p }, { [aS]: [ad, { [aT]: u, [aU]: aL, [aW]: v }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ai, w], [aW]: x }, aj], rules: [{ [aS]: [{ [aT]: f, [aU]: [{ [aT]: g, [aU]: [ai, y] }, m] }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ai, z], [aW]: A }], rules: [{ [aS]: aN, rules: [W, { [aS]: [ak, al, { [aT]: i, [aU]: [{ [aT]: f, [aU]: [am, n] }] }], error: "Invalid configuration: region from ARN `{accessPointArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [aR]: h }, { [aS]: aF, rules: [{ [aS]: [{ [aT]: e, [aU]: [am], [aW]: B }], rules: [{ [aS]: aO, rules: [{ [aS]: [{ [aT]: j, [aU]: [am, b] }], rules: [{ [aS]: [{ [aT]: i, [aU]: [{ [aT]: f, [aU]: [an, ""] }] }], rules: [{ [aS]: [{ [aT]: j, [aU]: [an, a] }], rules: [{ [aS]: [T, { [aT]: i, [aU]: [{ [aT]: f, [aU]: [U, C] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{accessPointArn#accountId}`) does not match the parameter (`{AccountId}`)", [aR]: h }, { [aS]: [{ [aT]: g, [aU]: [ai, D], [aW]: E }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ai, F], [aW]: "accessPointName" }], rules: [{ [aS]: [{ [aT]: f, [aU]: [ao, "accesspoint"] }], rules: [{ [aS]: aI, endpoint: { url: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [aX]: ap, [bd]: aq }, [aR]: o }, { [aS]: aJ, endpoint: { url: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dnsSuffix}", [aX]: ap, [bd]: aq }, [aR]: o }, { [aS]: aK, endpoint: { url: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dualStackDnsSuffix}", [aX]: ap, [bd]: aq }, [aR]: o }, { [aS]: aH, endpoint: { url: l, [aX]: ap, [bd]: aq }, [aR]: o }, { endpoint: { url: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dnsSuffix}", [aX]: ap, [bd]: aq }, [aR]: o }], [aR]: p }, { error: "Expected an outpost type `accesspoint`, found `{outpostType}`", [aR]: h }], [aR]: p }, { error: "Invalid ARN: expected an access point name", [aR]: h }], [aR]: p }, ar], [aR]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointArn#accountId}`", [aR]: h }], [aR]: p }, as], [aR]: p }, { error: "Invalid region in ARN: `{accessPointArn#region}` (invalid DNS name)", [aR]: h }], [aR]: p }, at], [aR]: p }], [aR]: p }], [aR]: p }, au], [aR]: p }, av], [aR]: p }], [aR]: p }, aw], [aR]: p }, { [aS]: [{ [aT]: c, [aU]: aP }, { [aT]: u, [aU]: aP, [aW]: G }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ax, w], [aW]: x }, aj], rules: [{ [aS]: [{ [aT]: f, [aU]: [{ [aT]: g, [aU]: [ax, y] }, m] }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ax, z], [aW]: A }], rules: [{ [aS]: aN, rules: [W, { [aS]: [ak, al, { [aT]: i, [aU]: [{ [aT]: f, [aU]: [ay, n] }] }], error: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [aR]: h }, { [aS]: [{ [aT]: e, [aU]: [ay], [aW]: B }], rules: [{ [aS]: aF, rules: [{ [aS]: aO, rules: [{ [aS]: [{ [aT]: j, [aU]: [ay, b] }], rules: [{ [aS]: [{ [aT]: i, [aU]: [{ [aT]: f, [aU]: [az, ""] }] }], rules: [{ [aS]: [{ [aT]: j, [aU]: [az, a] }], rules: [{ [aS]: [T, { [aT]: i, [aU]: [{ [aT]: f, [aU]: [U, H] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{bucketArn#accountId}`) does not match the parameter (`{AccountId}`)", [aR]: h }, { [aS]: [{ [aT]: g, [aU]: [ax, D], [aW]: E }], rules: [{ [aS]: [{ [aT]: g, [aU]: [ax, F], [aW]: "bucketName" }], rules: [{ [aS]: [{ [aT]: f, [aU]: [ao, "bucket"] }], rules: [{ [aS]: aI, endpoint: { url: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [aX]: aA, [bd]: aB }, [aR]: o }, { [aS]: aJ, endpoint: { url: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dnsSuffix}", [aX]: aA, [bd]: aB }, [aR]: o }, { [aS]: aK, endpoint: { url: "https://s3-outposts.{bucketArn#region}.{arnPartition#dualStackDnsSuffix}", [aX]: aA, [bd]: aB }, [aR]: o }, { [aS]: aH, endpoint: { url: l, [aX]: aA, [bd]: aB }, [aR]: o }, { endpoint: { url: "https://s3-outposts.{bucketArn#region}.{arnPartition#dnsSuffix}", [aX]: aA, [bd]: aB }, [aR]: o }], [aR]: p }, { error: "Invalid ARN: Expected an outpost type `bucket`, found `{outpostType}`", [aR]: h }], [aR]: p }, { error: "Invalid ARN: expected a bucket name", [aR]: h }], [aR]: p }, ar], [aR]: p }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [aR]: h }], [aR]: p }, as], [aR]: p }, { error: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [aR]: h }], [aR]: p }, at], [aR]: p }], [aR]: p }], [aR]: p }, au], [aR]: p }, av], [aR]: p }], [aR]: p }, aw], [aR]: p }, { [aS]: aF, rules: [{ [aS]: aG, rules: [Q, V, { [aS]: aH, rules: [{ [aS]: aK, error: k, [aR]: h }, { [aS]: [R, S, T], endpoint: { url: "{url#scheme}://{AccountId}.{url#authority}{url#path}", [aX]: ah, [bd]: ab }, [aR]: o }, { endpoint: { url: l, [aX]: ah, [bd]: ab }, [aR]: o }], [aR]: p }, { [aS]: [M, Y, R, S, T], endpoint: { url: "https://{AccountId}.s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: aI, endpoint: { url: "https://s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [M, aC, R, S, T], endpoint: { url: "https://{AccountId}.s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [M, aC], endpoint: { url: "https://s3-control-fips.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [aD, Y, R, S, T], endpoint: { url: "https://{AccountId}.s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [aD, Y], endpoint: { url: "https://s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [aD, aC, R, S, T], endpoint: { url: "https://{AccountId}.s3-control.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }, { [aS]: [aD, aC], endpoint: { url: "https://s3-control.{Region}.{partitionResult#dnsSuffix}", [aX]: ah, [bd]: ab }, [aR]: o }], [aR]: p }, ac], [aR]: p }], [aR]: p }, { error: "Region must be set", [aR]: h }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -25,6 +25,16 @@ export const AsyncOperationName = {
|
|
|
25
25
|
export const S3PrefixType = {
|
|
26
26
|
Object: "Object",
|
|
27
27
|
};
|
|
28
|
+
export const ScopePermission = {
|
|
29
|
+
AbortMultipartUpload: "AbortMultipartUpload",
|
|
30
|
+
DeleteObject: "DeleteObject",
|
|
31
|
+
GetObject: "GetObject",
|
|
32
|
+
GetObjectAttributes: "GetObjectAttributes",
|
|
33
|
+
ListBucket: "ListBucket",
|
|
34
|
+
ListBucketMultipartUploads: "ListBucketMultipartUploads",
|
|
35
|
+
ListMultipartUploadParts: "ListMultipartUploadParts",
|
|
36
|
+
PutObject: "PutObject",
|
|
37
|
+
};
|
|
28
38
|
export const ObjectLambdaAllowedFeature = {
|
|
29
39
|
GetObjectPartNumber: "GetObject-PartNumber",
|
|
30
40
|
GetObjectRange: "GetObject-Range",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAccessPointsForDirectoryBucketsCommand, } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
3
|
+
import { S3ControlClient } from "../S3ControlClient";
|
|
4
|
+
export const paginateListAccessPointsForDirectoryBuckets = createPaginator(S3ControlClient, ListAccessPointsForDirectoryBucketsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|