@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
|
@@ -1,6 +1,153 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { BucketVersioningStatus, JobStatus, LifecycleRule, MultiRegionAccessPointRoute, ObjectLambdaConfiguration, PublicAccessBlockConfiguration, PutMultiRegionAccessPointPolicyInput, ReplicationConfiguration, S3Tag, StorageLensConfiguration, StorageLensGroup, StorageLensTag, Tag } from "./models_0";
|
|
2
|
+
import { BucketVersioningStatus, JobListDescriptor, JobStatus, LifecycleRule, MultiRegionAccessPointReport, MultiRegionAccessPointRoute, ObjectLambdaConfiguration, PublicAccessBlockConfiguration, PutMultiRegionAccessPointPolicyInput, ReplicationConfiguration, S3Tag, Scope, StorageLensConfiguration, StorageLensGroup, StorageLensTag, Tag } from "./models_0";
|
|
3
3
|
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListJobsResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
|
|
10
|
+
* you can pass this value into a subsequent <code>List Jobs</code> request in order to
|
|
11
|
+
* retrieve the next page of results.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NextToken?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The list of current jobs and jobs that have ended within the last 30 days.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
Jobs?: JobListDescriptor[] | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListMultiRegionAccessPointsRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
AccountId?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Not currently used. Do not use this parameter.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>Not currently used. Do not use this parameter.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MaxResults?: number | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface ListMultiRegionAccessPointsResult {
|
|
45
|
+
/**
|
|
46
|
+
* <p>The list of Multi-Region Access Points associated with the user.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
AccessPoints?: MultiRegionAccessPointReport[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
|
|
52
|
+
* action, this field contains a continuation token. You can use this token tin subsequent
|
|
53
|
+
* calls to this action to retrieve additional Multi-Region Access Points.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
NextToken?: string | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface ListRegionalBucketsRequest {
|
|
62
|
+
/**
|
|
63
|
+
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
AccountId?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p></p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
NextToken?: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p></p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
MaxResults?: number | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The ID of the Outposts resource.</p>
|
|
79
|
+
* <note>
|
|
80
|
+
* <p>This ID is required by Amazon S3 on Outposts buckets.</p>
|
|
81
|
+
* </note>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
OutpostId?: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* <p>The container for the regional bucket.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface RegionalBucket {
|
|
91
|
+
/**
|
|
92
|
+
* <p></p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
Bucket: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The Amazon Resource Name (ARN) for the regional bucket.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
BucketArn?: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p></p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
PublicAccessBlockEnabled: boolean | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The creation date of the regional bucket</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
CreationDate: Date | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The Outposts ID of the regional bucket.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
OutpostId?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export interface ListRegionalBucketsResult {
|
|
121
|
+
/**
|
|
122
|
+
* <p></p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
RegionalBucketList?: RegionalBucket[] | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>
|
|
128
|
+
* <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there
|
|
129
|
+
* are more buckets that can be listed. The next list requests to Amazon S3 can be continued with
|
|
130
|
+
* this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real
|
|
131
|
+
* key.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
NextToken?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export interface ListStorageLensConfigurationsRequest {
|
|
140
|
+
/**
|
|
141
|
+
* <p>The account ID of the requester.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
AccountId?: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>A pagination token to request the next page of results.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
NextToken?: string | undefined;
|
|
150
|
+
}
|
|
4
151
|
/**
|
|
5
152
|
* <p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the
|
|
6
153
|
* description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
|
|
@@ -226,8 +373,8 @@ export interface PutAccessPointPolicyRequest {
|
|
|
226
373
|
Name: string | undefined;
|
|
227
374
|
/**
|
|
228
375
|
* <p>The policy that you want to apply to the specified access point. For more information about access point
|
|
229
|
-
* policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing
|
|
230
|
-
* access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
376
|
+
* policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing access to shared datasets in general purpose buckets with
|
|
377
|
+
* access points</a> or <a href="AmazonS3/latest/userguide/access-points-directory-buckets.html">Managing access to shared datasets in directory bucekts with access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
231
378
|
* @public
|
|
232
379
|
*/
|
|
233
380
|
Policy: string | undefined;
|
|
@@ -252,6 +399,28 @@ export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
|
252
399
|
*/
|
|
253
400
|
Policy: string | undefined;
|
|
254
401
|
}
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
export interface PutAccessPointScopeRequest {
|
|
406
|
+
/**
|
|
407
|
+
* <p>
|
|
408
|
+
* The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
|
|
409
|
+
* </p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
AccountId?: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The name of the access point with the scope that you want to create or replace.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
Name: string | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>Object prefixes, API operations, or a combination of both.</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
Scope: Scope | undefined;
|
|
423
|
+
}
|
|
255
424
|
/**
|
|
256
425
|
* <p>The container for the Outposts bucket lifecycle configuration.</p>
|
|
257
426
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessPointsForDirectoryBucketsCommandInput, ListAccessPointsForDirectoryBucketsCommandOutput } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
3
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAccessPointsForDirectoryBuckets: (config: S3ControlPaginationConfiguration, input: ListAccessPointsForDirectoryBucketsCommandInput, ...rest: any[]) => 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";
|
|
@@ -18,6 +18,7 @@ import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from ".
|
|
|
18
18
|
import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointForObjectLambdaCommand";
|
|
19
19
|
import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "../commands/DeleteAccessPointPolicyCommand";
|
|
20
20
|
import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
21
|
+
import { DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput } from "../commands/DeleteAccessPointScopeCommand";
|
|
21
22
|
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "../commands/DeleteBucketCommand";
|
|
22
23
|
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "../commands/DeleteBucketLifecycleConfigurationCommand";
|
|
23
24
|
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "../commands/DeleteBucketPolicyCommand";
|
|
@@ -44,6 +45,7 @@ import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } f
|
|
|
44
45
|
import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
45
46
|
import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "../commands/GetAccessPointPolicyStatusCommand";
|
|
46
47
|
import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "../commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
48
|
+
import { GetAccessPointScopeCommandInput, GetAccessPointScopeCommandOutput } from "../commands/GetAccessPointScopeCommand";
|
|
47
49
|
import { GetBucketCommandInput, GetBucketCommandOutput } from "../commands/GetBucketCommand";
|
|
48
50
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "../commands/GetBucketLifecycleConfigurationCommand";
|
|
49
51
|
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "../commands/GetBucketPolicyCommand";
|
|
@@ -64,6 +66,7 @@ import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "../
|
|
|
64
66
|
import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "../commands/ListAccessGrantsInstancesCommand";
|
|
65
67
|
import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "../commands/ListAccessGrantsLocationsCommand";
|
|
66
68
|
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "../commands/ListAccessPointsCommand";
|
|
69
|
+
import { ListAccessPointsForDirectoryBucketsCommandInput, ListAccessPointsForDirectoryBucketsCommandOutput } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
67
70
|
import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
68
71
|
import { ListCallerAccessGrantsCommandInput, ListCallerAccessGrantsCommandOutput } from "../commands/ListCallerAccessGrantsCommand";
|
|
69
72
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
@@ -76,6 +79,7 @@ import { PutAccessGrantsInstanceResourcePolicyCommandInput, PutAccessGrantsInsta
|
|
|
76
79
|
import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
77
80
|
import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "../commands/PutAccessPointPolicyCommand";
|
|
78
81
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
82
|
+
import { PutAccessPointScopeCommandInput, PutAccessPointScopeCommandOutput } from "../commands/PutAccessPointScopeCommand";
|
|
79
83
|
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "../commands/PutBucketLifecycleConfigurationCommand";
|
|
80
84
|
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "../commands/PutBucketPolicyCommand";
|
|
81
85
|
import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "../commands/PutBucketReplicationCommand";
|
|
@@ -165,6 +169,10 @@ export declare const se_DeleteAccessPointPolicyCommand: (input: DeleteAccessPoin
|
|
|
165
169
|
* serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
|
|
166
170
|
*/
|
|
167
171
|
export declare const se_DeleteAccessPointPolicyForObjectLambdaCommand: (input: DeleteAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_restXmlDeleteAccessPointScopeCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_DeleteAccessPointScopeCommand: (input: DeleteAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
176
|
/**
|
|
169
177
|
* serializeAws_restXmlDeleteBucketCommand
|
|
170
178
|
*/
|
|
@@ -269,6 +277,10 @@ export declare const se_GetAccessPointPolicyStatusCommand: (input: GetAccessPoin
|
|
|
269
277
|
* serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
|
|
270
278
|
*/
|
|
271
279
|
export declare const se_GetAccessPointPolicyStatusForObjectLambdaCommand: (input: GetAccessPointPolicyStatusForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
+
/**
|
|
281
|
+
* serializeAws_restXmlGetAccessPointScopeCommand
|
|
282
|
+
*/
|
|
283
|
+
export declare const se_GetAccessPointScopeCommand: (input: GetAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
284
|
/**
|
|
273
285
|
* serializeAws_restXmlGetBucketCommand
|
|
274
286
|
*/
|
|
@@ -349,6 +361,10 @@ export declare const se_ListAccessGrantsLocationsCommand: (input: ListAccessGran
|
|
|
349
361
|
* serializeAws_restXmlListAccessPointsCommand
|
|
350
362
|
*/
|
|
351
363
|
export declare const se_ListAccessPointsCommand: (input: ListAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
+
/**
|
|
365
|
+
* serializeAws_restXmlListAccessPointsForDirectoryBucketsCommand
|
|
366
|
+
*/
|
|
367
|
+
export declare const se_ListAccessPointsForDirectoryBucketsCommand: (input: ListAccessPointsForDirectoryBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
368
|
/**
|
|
353
369
|
* serializeAws_restXmlListAccessPointsForObjectLambdaCommand
|
|
354
370
|
*/
|
|
@@ -397,6 +413,10 @@ export declare const se_PutAccessPointPolicyCommand: (input: PutAccessPointPolic
|
|
|
397
413
|
* serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
|
|
398
414
|
*/
|
|
399
415
|
export declare const se_PutAccessPointPolicyForObjectLambdaCommand: (input: PutAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
+
/**
|
|
417
|
+
* serializeAws_restXmlPutAccessPointScopeCommand
|
|
418
|
+
*/
|
|
419
|
+
export declare const se_PutAccessPointScopeCommand: (input: PutAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
420
|
/**
|
|
401
421
|
* serializeAws_restXmlPutBucketLifecycleConfigurationCommand
|
|
402
422
|
*/
|
|
@@ -537,6 +557,10 @@ export declare const de_DeleteAccessPointPolicyCommand: (output: __HttpResponse,
|
|
|
537
557
|
* deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
|
|
538
558
|
*/
|
|
539
559
|
export declare const de_DeleteAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
560
|
+
/**
|
|
561
|
+
* deserializeAws_restXmlDeleteAccessPointScopeCommand
|
|
562
|
+
*/
|
|
563
|
+
export declare const de_DeleteAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointScopeCommandOutput>;
|
|
540
564
|
/**
|
|
541
565
|
* deserializeAws_restXmlDeleteBucketCommand
|
|
542
566
|
*/
|
|
@@ -641,6 +665,10 @@ export declare const de_GetAccessPointPolicyStatusCommand: (output: __HttpRespon
|
|
|
641
665
|
* deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
|
|
642
666
|
*/
|
|
643
667
|
export declare const de_GetAccessPointPolicyStatusForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
|
|
668
|
+
/**
|
|
669
|
+
* deserializeAws_restXmlGetAccessPointScopeCommand
|
|
670
|
+
*/
|
|
671
|
+
export declare const de_GetAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointScopeCommandOutput>;
|
|
644
672
|
/**
|
|
645
673
|
* deserializeAws_restXmlGetBucketCommand
|
|
646
674
|
*/
|
|
@@ -721,6 +749,10 @@ export declare const de_ListAccessGrantsLocationsCommand: (output: __HttpRespons
|
|
|
721
749
|
* deserializeAws_restXmlListAccessPointsCommand
|
|
722
750
|
*/
|
|
723
751
|
export declare const de_ListAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsCommandOutput>;
|
|
752
|
+
/**
|
|
753
|
+
* deserializeAws_restXmlListAccessPointsForDirectoryBucketsCommand
|
|
754
|
+
*/
|
|
755
|
+
export declare const de_ListAccessPointsForDirectoryBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
|
|
724
756
|
/**
|
|
725
757
|
* deserializeAws_restXmlListAccessPointsForObjectLambdaCommand
|
|
726
758
|
*/
|
|
@@ -769,6 +801,10 @@ export declare const de_PutAccessPointPolicyCommand: (output: __HttpResponse, co
|
|
|
769
801
|
* deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
|
|
770
802
|
*/
|
|
771
803
|
export declare const de_PutAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
804
|
+
/**
|
|
805
|
+
* deserializeAws_restXmlPutAccessPointScopeCommand
|
|
806
|
+
*/
|
|
807
|
+
export declare const de_PutAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointScopeCommandOutput>;
|
|
772
808
|
/**
|
|
773
809
|
* deserializeAws_restXmlPutBucketLifecycleConfigurationCommand
|
|
774
810
|
*/
|
|
@@ -71,6 +71,10 @@ import {
|
|
|
71
71
|
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
72
72
|
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
73
73
|
} from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteAccessPointScopeCommandInput,
|
|
76
|
+
DeleteAccessPointScopeCommandOutput,
|
|
77
|
+
} from "./commands/DeleteAccessPointScopeCommand";
|
|
74
78
|
import {
|
|
75
79
|
DeleteBucketCommandInput,
|
|
76
80
|
DeleteBucketCommandOutput,
|
|
@@ -175,6 +179,10 @@ import {
|
|
|
175
179
|
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
176
180
|
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
177
181
|
} from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetAccessPointScopeCommandInput,
|
|
184
|
+
GetAccessPointScopeCommandOutput,
|
|
185
|
+
} from "./commands/GetAccessPointScopeCommand";
|
|
178
186
|
import {
|
|
179
187
|
GetBucketCommandInput,
|
|
180
188
|
GetBucketCommandOutput,
|
|
@@ -255,6 +263,10 @@ import {
|
|
|
255
263
|
ListAccessPointsCommandInput,
|
|
256
264
|
ListAccessPointsCommandOutput,
|
|
257
265
|
} from "./commands/ListAccessPointsCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListAccessPointsForDirectoryBucketsCommandInput,
|
|
268
|
+
ListAccessPointsForDirectoryBucketsCommandOutput,
|
|
269
|
+
} from "./commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
258
270
|
import {
|
|
259
271
|
ListAccessPointsForObjectLambdaCommandInput,
|
|
260
272
|
ListAccessPointsForObjectLambdaCommandOutput,
|
|
@@ -303,6 +315,10 @@ import {
|
|
|
303
315
|
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
304
316
|
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
305
317
|
} from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
318
|
+
import {
|
|
319
|
+
PutAccessPointScopeCommandInput,
|
|
320
|
+
PutAccessPointScopeCommandOutput,
|
|
321
|
+
} from "./commands/PutAccessPointScopeCommand";
|
|
306
322
|
import {
|
|
307
323
|
PutBucketLifecycleConfigurationCommandInput,
|
|
308
324
|
PutBucketLifecycleConfigurationCommandOutput,
|
|
@@ -628,6 +644,19 @@ export interface S3Control {
|
|
|
628
644
|
data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
629
645
|
) => void
|
|
630
646
|
): void;
|
|
647
|
+
deleteAccessPointScope(
|
|
648
|
+
args: DeleteAccessPointScopeCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<DeleteAccessPointScopeCommandOutput>;
|
|
651
|
+
deleteAccessPointScope(
|
|
652
|
+
args: DeleteAccessPointScopeCommandInput,
|
|
653
|
+
cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
deleteAccessPointScope(
|
|
656
|
+
args: DeleteAccessPointScopeCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void
|
|
659
|
+
): void;
|
|
631
660
|
deleteBucket(
|
|
632
661
|
args: DeleteBucketCommandInput,
|
|
633
662
|
options?: __HttpHandlerOptions
|
|
@@ -1018,6 +1047,19 @@ export interface S3Control {
|
|
|
1018
1047
|
data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
1019
1048
|
) => void
|
|
1020
1049
|
): void;
|
|
1050
|
+
getAccessPointScope(
|
|
1051
|
+
args: GetAccessPointScopeCommandInput,
|
|
1052
|
+
options?: __HttpHandlerOptions
|
|
1053
|
+
): Promise<GetAccessPointScopeCommandOutput>;
|
|
1054
|
+
getAccessPointScope(
|
|
1055
|
+
args: GetAccessPointScopeCommandInput,
|
|
1056
|
+
cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void
|
|
1057
|
+
): void;
|
|
1058
|
+
getAccessPointScope(
|
|
1059
|
+
args: GetAccessPointScopeCommandInput,
|
|
1060
|
+
options: __HttpHandlerOptions,
|
|
1061
|
+
cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void
|
|
1062
|
+
): void;
|
|
1021
1063
|
getBucket(
|
|
1022
1064
|
args: GetBucketCommandInput,
|
|
1023
1065
|
options?: __HttpHandlerOptions
|
|
@@ -1295,6 +1337,26 @@ export interface S3Control {
|
|
|
1295
1337
|
options: __HttpHandlerOptions,
|
|
1296
1338
|
cb: (err: any, data?: ListAccessPointsCommandOutput) => void
|
|
1297
1339
|
): void;
|
|
1340
|
+
listAccessPointsForDirectoryBuckets(): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
|
|
1341
|
+
listAccessPointsForDirectoryBuckets(
|
|
1342
|
+
args: ListAccessPointsForDirectoryBucketsCommandInput,
|
|
1343
|
+
options?: __HttpHandlerOptions
|
|
1344
|
+
): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
|
|
1345
|
+
listAccessPointsForDirectoryBuckets(
|
|
1346
|
+
args: ListAccessPointsForDirectoryBucketsCommandInput,
|
|
1347
|
+
cb: (
|
|
1348
|
+
err: any,
|
|
1349
|
+
data?: ListAccessPointsForDirectoryBucketsCommandOutput
|
|
1350
|
+
) => void
|
|
1351
|
+
): void;
|
|
1352
|
+
listAccessPointsForDirectoryBuckets(
|
|
1353
|
+
args: ListAccessPointsForDirectoryBucketsCommandInput,
|
|
1354
|
+
options: __HttpHandlerOptions,
|
|
1355
|
+
cb: (
|
|
1356
|
+
err: any,
|
|
1357
|
+
data?: ListAccessPointsForDirectoryBucketsCommandOutput
|
|
1358
|
+
) => void
|
|
1359
|
+
): void;
|
|
1298
1360
|
listAccessPointsForObjectLambda(): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
1299
1361
|
listAccessPointsForObjectLambda(
|
|
1300
1362
|
args: ListAccessPointsForObjectLambdaCommandInput,
|
|
@@ -1476,6 +1538,19 @@ export interface S3Control {
|
|
|
1476
1538
|
data?: PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
1477
1539
|
) => void
|
|
1478
1540
|
): void;
|
|
1541
|
+
putAccessPointScope(
|
|
1542
|
+
args: PutAccessPointScopeCommandInput,
|
|
1543
|
+
options?: __HttpHandlerOptions
|
|
1544
|
+
): Promise<PutAccessPointScopeCommandOutput>;
|
|
1545
|
+
putAccessPointScope(
|
|
1546
|
+
args: PutAccessPointScopeCommandInput,
|
|
1547
|
+
cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void
|
|
1548
|
+
): void;
|
|
1549
|
+
putAccessPointScope(
|
|
1550
|
+
args: PutAccessPointScopeCommandInput,
|
|
1551
|
+
options: __HttpHandlerOptions,
|
|
1552
|
+
cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void
|
|
1553
|
+
): void;
|
|
1479
1554
|
putBucketLifecycleConfiguration(
|
|
1480
1555
|
args: PutBucketLifecycleConfigurationCommandInput,
|
|
1481
1556
|
options?: __HttpHandlerOptions
|
|
@@ -123,6 +123,10 @@ import {
|
|
|
123
123
|
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
124
124
|
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
125
125
|
} from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteAccessPointScopeCommandInput,
|
|
128
|
+
DeleteAccessPointScopeCommandOutput,
|
|
129
|
+
} from "./commands/DeleteAccessPointScopeCommand";
|
|
126
130
|
import {
|
|
127
131
|
DeleteBucketCommandInput,
|
|
128
132
|
DeleteBucketCommandOutput,
|
|
@@ -227,6 +231,10 @@ import {
|
|
|
227
231
|
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
228
232
|
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
229
233
|
} from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
234
|
+
import {
|
|
235
|
+
GetAccessPointScopeCommandInput,
|
|
236
|
+
GetAccessPointScopeCommandOutput,
|
|
237
|
+
} from "./commands/GetAccessPointScopeCommand";
|
|
230
238
|
import {
|
|
231
239
|
GetBucketCommandInput,
|
|
232
240
|
GetBucketCommandOutput,
|
|
@@ -307,6 +315,10 @@ import {
|
|
|
307
315
|
ListAccessPointsCommandInput,
|
|
308
316
|
ListAccessPointsCommandOutput,
|
|
309
317
|
} from "./commands/ListAccessPointsCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListAccessPointsForDirectoryBucketsCommandInput,
|
|
320
|
+
ListAccessPointsForDirectoryBucketsCommandOutput,
|
|
321
|
+
} from "./commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
310
322
|
import {
|
|
311
323
|
ListAccessPointsForObjectLambdaCommandInput,
|
|
312
324
|
ListAccessPointsForObjectLambdaCommandOutput,
|
|
@@ -355,6 +367,10 @@ import {
|
|
|
355
367
|
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
356
368
|
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
357
369
|
} from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
370
|
+
import {
|
|
371
|
+
PutAccessPointScopeCommandInput,
|
|
372
|
+
PutAccessPointScopeCommandOutput,
|
|
373
|
+
} from "./commands/PutAccessPointScopeCommand";
|
|
358
374
|
import {
|
|
359
375
|
PutBucketLifecycleConfigurationCommandInput,
|
|
360
376
|
PutBucketLifecycleConfigurationCommandOutput,
|
|
@@ -449,6 +465,7 @@ export type ServiceInputTypes =
|
|
|
449
465
|
| DeleteAccessPointForObjectLambdaCommandInput
|
|
450
466
|
| DeleteAccessPointPolicyCommandInput
|
|
451
467
|
| DeleteAccessPointPolicyForObjectLambdaCommandInput
|
|
468
|
+
| DeleteAccessPointScopeCommandInput
|
|
452
469
|
| DeleteBucketCommandInput
|
|
453
470
|
| DeleteBucketLifecycleConfigurationCommandInput
|
|
454
471
|
| DeleteBucketPolicyCommandInput
|
|
@@ -475,6 +492,7 @@ export type ServiceInputTypes =
|
|
|
475
492
|
| GetAccessPointPolicyForObjectLambdaCommandInput
|
|
476
493
|
| GetAccessPointPolicyStatusCommandInput
|
|
477
494
|
| GetAccessPointPolicyStatusForObjectLambdaCommandInput
|
|
495
|
+
| GetAccessPointScopeCommandInput
|
|
478
496
|
| GetBucketCommandInput
|
|
479
497
|
| GetBucketLifecycleConfigurationCommandInput
|
|
480
498
|
| GetBucketPolicyCommandInput
|
|
@@ -495,6 +513,7 @@ export type ServiceInputTypes =
|
|
|
495
513
|
| ListAccessGrantsInstancesCommandInput
|
|
496
514
|
| ListAccessGrantsLocationsCommandInput
|
|
497
515
|
| ListAccessPointsCommandInput
|
|
516
|
+
| ListAccessPointsForDirectoryBucketsCommandInput
|
|
498
517
|
| ListAccessPointsForObjectLambdaCommandInput
|
|
499
518
|
| ListCallerAccessGrantsCommandInput
|
|
500
519
|
| ListJobsCommandInput
|
|
@@ -507,6 +526,7 @@ export type ServiceInputTypes =
|
|
|
507
526
|
| PutAccessPointConfigurationForObjectLambdaCommandInput
|
|
508
527
|
| PutAccessPointPolicyCommandInput
|
|
509
528
|
| PutAccessPointPolicyForObjectLambdaCommandInput
|
|
529
|
+
| PutAccessPointScopeCommandInput
|
|
510
530
|
| PutBucketLifecycleConfigurationCommandInput
|
|
511
531
|
| PutBucketPolicyCommandInput
|
|
512
532
|
| PutBucketReplicationCommandInput
|
|
@@ -543,6 +563,7 @@ export type ServiceOutputTypes =
|
|
|
543
563
|
| DeleteAccessPointForObjectLambdaCommandOutput
|
|
544
564
|
| DeleteAccessPointPolicyCommandOutput
|
|
545
565
|
| DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
566
|
+
| DeleteAccessPointScopeCommandOutput
|
|
546
567
|
| DeleteBucketCommandOutput
|
|
547
568
|
| DeleteBucketLifecycleConfigurationCommandOutput
|
|
548
569
|
| DeleteBucketPolicyCommandOutput
|
|
@@ -569,6 +590,7 @@ export type ServiceOutputTypes =
|
|
|
569
590
|
| GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
570
591
|
| GetAccessPointPolicyStatusCommandOutput
|
|
571
592
|
| GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
593
|
+
| GetAccessPointScopeCommandOutput
|
|
572
594
|
| GetBucketCommandOutput
|
|
573
595
|
| GetBucketLifecycleConfigurationCommandOutput
|
|
574
596
|
| GetBucketPolicyCommandOutput
|
|
@@ -589,6 +611,7 @@ export type ServiceOutputTypes =
|
|
|
589
611
|
| ListAccessGrantsInstancesCommandOutput
|
|
590
612
|
| ListAccessGrantsLocationsCommandOutput
|
|
591
613
|
| ListAccessPointsCommandOutput
|
|
614
|
+
| ListAccessPointsForDirectoryBucketsCommandOutput
|
|
592
615
|
| ListAccessPointsForObjectLambdaCommandOutput
|
|
593
616
|
| ListCallerAccessGrantsCommandOutput
|
|
594
617
|
| ListJobsCommandOutput
|
|
@@ -601,6 +624,7 @@ export type ServiceOutputTypes =
|
|
|
601
624
|
| PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
602
625
|
| PutAccessPointPolicyCommandOutput
|
|
603
626
|
| PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
627
|
+
| PutAccessPointScopeCommandOutput
|
|
604
628
|
| PutBucketLifecycleConfigurationCommandOutput
|
|
605
629
|
| PutBucketPolicyCommandOutput
|
|
606
630
|
| PutBucketReplicationCommandOutput
|
|
@@ -0,0 +1,46 @@
|
|
|
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 {
|
|
5
|
+
S3ControlClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3ControlClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteAccessPointScopeCommandInput
|
|
12
|
+
extends DeleteAccessPointScopeRequest {}
|
|
13
|
+
export interface DeleteAccessPointScopeCommandOutput extends __MetadataBearer {}
|
|
14
|
+
declare const DeleteAccessPointScopeCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteAccessPointScopeCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteAccessPointScopeCommandInput,
|
|
19
|
+
DeleteAccessPointScopeCommandOutput,
|
|
20
|
+
S3ControlClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteAccessPointScopeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteAccessPointScopeCommandInput,
|
|
28
|
+
DeleteAccessPointScopeCommandOutput,
|
|
29
|
+
S3ControlClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class DeleteAccessPointScopeCommand extends DeleteAccessPointScopeCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAccessPointScopeRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAccessPointScopeCommandInput;
|
|
43
|
+
output: DeleteAccessPointScopeCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetAccessPointScopeRequest,
|
|
5
|
+
GetAccessPointScopeResult,
|
|
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 GetAccessPointScopeCommandInput
|
|
15
|
+
extends GetAccessPointScopeRequest {}
|
|
16
|
+
export interface GetAccessPointScopeCommandOutput
|
|
17
|
+
extends GetAccessPointScopeResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetAccessPointScopeCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetAccessPointScopeCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetAccessPointScopeCommandInput,
|
|
24
|
+
GetAccessPointScopeCommandOutput,
|
|
25
|
+
S3ControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetAccessPointScopeCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetAccessPointScopeCommandInput,
|
|
33
|
+
GetAccessPointScopeCommandOutput,
|
|
34
|
+
S3ControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetAccessPointScopeCommand extends GetAccessPointScopeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAccessPointScopeRequest;
|
|
44
|
+
output: GetAccessPointScopeResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAccessPointScopeCommandInput;
|
|
48
|
+
output: GetAccessPointScopeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|