@aws-sdk/client-s3-control 3.457.0 → 3.458.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 +232 -72
- package/dist-cjs/S3Control.js +40 -0
- package/dist-cjs/commands/AssociateAccessGrantsIdentityCenterCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/CreateAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/DeleteAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/DissociateAccessGrantsIdentityCenterCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceForPrefixCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/GetAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/GetDataAccessCommand.js +59 -0
- package/dist-cjs/commands/ListAccessGrantsCommand.js +58 -0
- package/dist-cjs/commands/ListAccessGrantsInstancesCommand.js +58 -0
- package/dist-cjs/commands/ListAccessGrantsLocationsCommand.js +58 -0
- package/dist-cjs/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +58 -0
- package/dist-cjs/commands/UpdateAccessGrantsLocationCommand.js +58 -0
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +32 -38
- package/dist-cjs/models/models_1.js +40 -0
- package/dist-cjs/pagination/ListAccessGrantsInstancesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessGrantsLocationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessGrantsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restXml.js +1697 -156
- package/dist-es/S3Control.js +40 -0
- package/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/CreateAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/DeleteAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/GetAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/GetDataAccessCommand.js +55 -0
- package/dist-es/commands/ListAccessGrantsCommand.js +54 -0
- package/dist-es/commands/ListAccessGrantsInstancesCommand.js +54 -0
- package/dist-es/commands/ListAccessGrantsLocationsCommand.js +54 -0
- package/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +54 -0
- package/dist-es/commands/UpdateAccessGrantsLocationCommand.js +54 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +28 -34
- package/dist-es/models/models_1.js +35 -0
- package/dist-es/pagination/ListAccessGrantsInstancesPaginator.js +25 -0
- package/dist-es/pagination/ListAccessGrantsLocationsPaginator.js +25 -0
- package/dist-es/pagination/ListAccessGrantsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restXml.js +1733 -233
- package/dist-types/S3Control.d.ts +140 -0
- package/dist-types/S3ControlClient.d.ts +22 -2
- package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +82 -0
- package/dist-types/commands/CreateAccessGrantCommand.d.ts +118 -0
- package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +93 -0
- package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +111 -0
- package/dist-types/commands/DeleteAccessGrantCommand.d.ts +78 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +5 -4
- package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +81 -0
- package/dist-types/commands/GetAccessGrantCommand.d.ts +93 -0
- package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +82 -0
- package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +85 -0
- package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +81 -0
- package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +84 -0
- package/dist-types/commands/GetDataAccessCommand.d.ts +94 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +5 -4
- package/dist-types/commands/ListAccessGrantsCommand.d.ts +104 -0
- package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +89 -0
- package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +91 -0
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +8 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -10
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +83 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +12 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +12 -8
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +90 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1246 -854
- package/dist-types/models/models_1.d.ts +775 -0
- package/dist-types/pagination/ListAccessGrantsInstancesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessGrantsLocationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restXml.d.ts +180 -0
- package/dist-types/ts3.4/S3Control.d.ts +370 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +228 -170
- package/dist-types/ts3.4/models/models_1.d.ts +205 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsInstancesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsLocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +240 -0
- package/package.json +3 -3
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateAccessGrantsIdentityCenterCommandInput,
|
|
4
|
+
AssociateAccessGrantsIdentityCenterCommandOutput,
|
|
5
|
+
} from "./commands/AssociateAccessGrantsIdentityCenterCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateAccessGrantCommandInput,
|
|
8
|
+
CreateAccessGrantCommandOutput,
|
|
9
|
+
} from "./commands/CreateAccessGrantCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAccessGrantsInstanceCommandInput,
|
|
12
|
+
CreateAccessGrantsInstanceCommandOutput,
|
|
13
|
+
} from "./commands/CreateAccessGrantsInstanceCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAccessGrantsLocationCommandInput,
|
|
16
|
+
CreateAccessGrantsLocationCommandOutput,
|
|
17
|
+
} from "./commands/CreateAccessGrantsLocationCommand";
|
|
2
18
|
import {
|
|
3
19
|
CreateAccessPointCommandInput,
|
|
4
20
|
CreateAccessPointCommandOutput,
|
|
@@ -23,6 +39,22 @@ import {
|
|
|
23
39
|
CreateStorageLensGroupCommandInput,
|
|
24
40
|
CreateStorageLensGroupCommandOutput,
|
|
25
41
|
} from "./commands/CreateStorageLensGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteAccessGrantCommandInput,
|
|
44
|
+
DeleteAccessGrantCommandOutput,
|
|
45
|
+
} from "./commands/DeleteAccessGrantCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteAccessGrantsInstanceCommandInput,
|
|
48
|
+
DeleteAccessGrantsInstanceCommandOutput,
|
|
49
|
+
} from "./commands/DeleteAccessGrantsInstanceCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
52
|
+
DeleteAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
53
|
+
} from "./commands/DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteAccessGrantsLocationCommandInput,
|
|
56
|
+
DeleteAccessGrantsLocationCommandOutput,
|
|
57
|
+
} from "./commands/DeleteAccessGrantsLocationCommand";
|
|
26
58
|
import {
|
|
27
59
|
DeleteAccessPointCommandInput,
|
|
28
60
|
DeleteAccessPointCommandOutput,
|
|
@@ -91,6 +123,30 @@ import {
|
|
|
91
123
|
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
92
124
|
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
93
125
|
} from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
126
|
+
import {
|
|
127
|
+
DissociateAccessGrantsIdentityCenterCommandInput,
|
|
128
|
+
DissociateAccessGrantsIdentityCenterCommandOutput,
|
|
129
|
+
} from "./commands/DissociateAccessGrantsIdentityCenterCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetAccessGrantCommandInput,
|
|
132
|
+
GetAccessGrantCommandOutput,
|
|
133
|
+
} from "./commands/GetAccessGrantCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetAccessGrantsInstanceCommandInput,
|
|
136
|
+
GetAccessGrantsInstanceCommandOutput,
|
|
137
|
+
} from "./commands/GetAccessGrantsInstanceCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetAccessGrantsInstanceForPrefixCommandInput,
|
|
140
|
+
GetAccessGrantsInstanceForPrefixCommandOutput,
|
|
141
|
+
} from "./commands/GetAccessGrantsInstanceForPrefixCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
144
|
+
GetAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
145
|
+
} from "./commands/GetAccessGrantsInstanceResourcePolicyCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetAccessGrantsLocationCommandInput,
|
|
148
|
+
GetAccessGrantsLocationCommandOutput,
|
|
149
|
+
} from "./commands/GetAccessGrantsLocationCommand";
|
|
94
150
|
import {
|
|
95
151
|
GetAccessPointCommandInput,
|
|
96
152
|
GetAccessPointCommandOutput,
|
|
@@ -143,6 +199,10 @@ import {
|
|
|
143
199
|
GetBucketVersioningCommandInput,
|
|
144
200
|
GetBucketVersioningCommandOutput,
|
|
145
201
|
} from "./commands/GetBucketVersioningCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetDataAccessCommandInput,
|
|
204
|
+
GetDataAccessCommandOutput,
|
|
205
|
+
} from "./commands/GetDataAccessCommand";
|
|
146
206
|
import {
|
|
147
207
|
GetJobTaggingCommandInput,
|
|
148
208
|
GetJobTaggingCommandOutput,
|
|
@@ -179,6 +239,18 @@ import {
|
|
|
179
239
|
GetStorageLensGroupCommandInput,
|
|
180
240
|
GetStorageLensGroupCommandOutput,
|
|
181
241
|
} from "./commands/GetStorageLensGroupCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListAccessGrantsCommandInput,
|
|
244
|
+
ListAccessGrantsCommandOutput,
|
|
245
|
+
} from "./commands/ListAccessGrantsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListAccessGrantsInstancesCommandInput,
|
|
248
|
+
ListAccessGrantsInstancesCommandOutput,
|
|
249
|
+
} from "./commands/ListAccessGrantsInstancesCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListAccessGrantsLocationsCommandInput,
|
|
252
|
+
ListAccessGrantsLocationsCommandOutput,
|
|
253
|
+
} from "./commands/ListAccessGrantsLocationsCommand";
|
|
182
254
|
import {
|
|
183
255
|
ListAccessPointsCommandInput,
|
|
184
256
|
ListAccessPointsCommandOutput,
|
|
@@ -211,6 +283,10 @@ import {
|
|
|
211
283
|
ListTagsForResourceCommandInput,
|
|
212
284
|
ListTagsForResourceCommandOutput,
|
|
213
285
|
} from "./commands/ListTagsForResourceCommand";
|
|
286
|
+
import {
|
|
287
|
+
PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
288
|
+
PutAccessGrantsInstanceResourcePolicyCommandOutput,
|
|
289
|
+
} from "./commands/PutAccessGrantsInstanceResourcePolicyCommand";
|
|
214
290
|
import {
|
|
215
291
|
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
216
292
|
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
@@ -275,6 +351,10 @@ import {
|
|
|
275
351
|
UntagResourceCommandInput,
|
|
276
352
|
UntagResourceCommandOutput,
|
|
277
353
|
} from "./commands/UntagResourceCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateAccessGrantsLocationCommandInput,
|
|
356
|
+
UpdateAccessGrantsLocationCommandOutput,
|
|
357
|
+
} from "./commands/UpdateAccessGrantsLocationCommand";
|
|
278
358
|
import {
|
|
279
359
|
UpdateJobPriorityCommandInput,
|
|
280
360
|
UpdateJobPriorityCommandOutput,
|
|
@@ -289,6 +369,64 @@ import {
|
|
|
289
369
|
} from "./commands/UpdateStorageLensGroupCommand";
|
|
290
370
|
import { S3ControlClient } from "./S3ControlClient";
|
|
291
371
|
export interface S3Control {
|
|
372
|
+
associateAccessGrantsIdentityCenter(
|
|
373
|
+
args: AssociateAccessGrantsIdentityCenterCommandInput,
|
|
374
|
+
options?: __HttpHandlerOptions
|
|
375
|
+
): Promise<AssociateAccessGrantsIdentityCenterCommandOutput>;
|
|
376
|
+
associateAccessGrantsIdentityCenter(
|
|
377
|
+
args: AssociateAccessGrantsIdentityCenterCommandInput,
|
|
378
|
+
cb: (
|
|
379
|
+
err: any,
|
|
380
|
+
data?: AssociateAccessGrantsIdentityCenterCommandOutput
|
|
381
|
+
) => void
|
|
382
|
+
): void;
|
|
383
|
+
associateAccessGrantsIdentityCenter(
|
|
384
|
+
args: AssociateAccessGrantsIdentityCenterCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (
|
|
387
|
+
err: any,
|
|
388
|
+
data?: AssociateAccessGrantsIdentityCenterCommandOutput
|
|
389
|
+
) => void
|
|
390
|
+
): void;
|
|
391
|
+
createAccessGrant(
|
|
392
|
+
args: CreateAccessGrantCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<CreateAccessGrantCommandOutput>;
|
|
395
|
+
createAccessGrant(
|
|
396
|
+
args: CreateAccessGrantCommandInput,
|
|
397
|
+
cb: (err: any, data?: CreateAccessGrantCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
createAccessGrant(
|
|
400
|
+
args: CreateAccessGrantCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: CreateAccessGrantCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
createAccessGrantsInstance(
|
|
405
|
+
args: CreateAccessGrantsInstanceCommandInput,
|
|
406
|
+
options?: __HttpHandlerOptions
|
|
407
|
+
): Promise<CreateAccessGrantsInstanceCommandOutput>;
|
|
408
|
+
createAccessGrantsInstance(
|
|
409
|
+
args: CreateAccessGrantsInstanceCommandInput,
|
|
410
|
+
cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
createAccessGrantsInstance(
|
|
413
|
+
args: CreateAccessGrantsInstanceCommandInput,
|
|
414
|
+
options: __HttpHandlerOptions,
|
|
415
|
+
cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void
|
|
416
|
+
): void;
|
|
417
|
+
createAccessGrantsLocation(
|
|
418
|
+
args: CreateAccessGrantsLocationCommandInput,
|
|
419
|
+
options?: __HttpHandlerOptions
|
|
420
|
+
): Promise<CreateAccessGrantsLocationCommandOutput>;
|
|
421
|
+
createAccessGrantsLocation(
|
|
422
|
+
args: CreateAccessGrantsLocationCommandInput,
|
|
423
|
+
cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
createAccessGrantsLocation(
|
|
426
|
+
args: CreateAccessGrantsLocationCommandInput,
|
|
427
|
+
options: __HttpHandlerOptions,
|
|
428
|
+
cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void
|
|
429
|
+
): void;
|
|
292
430
|
createAccessPoint(
|
|
293
431
|
args: CreateAccessPointCommandInput,
|
|
294
432
|
options?: __HttpHandlerOptions
|
|
@@ -367,6 +505,64 @@ export interface S3Control {
|
|
|
367
505
|
options: __HttpHandlerOptions,
|
|
368
506
|
cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void
|
|
369
507
|
): void;
|
|
508
|
+
deleteAccessGrant(
|
|
509
|
+
args: DeleteAccessGrantCommandInput,
|
|
510
|
+
options?: __HttpHandlerOptions
|
|
511
|
+
): Promise<DeleteAccessGrantCommandOutput>;
|
|
512
|
+
deleteAccessGrant(
|
|
513
|
+
args: DeleteAccessGrantCommandInput,
|
|
514
|
+
cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
deleteAccessGrant(
|
|
517
|
+
args: DeleteAccessGrantCommandInput,
|
|
518
|
+
options: __HttpHandlerOptions,
|
|
519
|
+
cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
deleteAccessGrantsInstance(
|
|
522
|
+
args: DeleteAccessGrantsInstanceCommandInput,
|
|
523
|
+
options?: __HttpHandlerOptions
|
|
524
|
+
): Promise<DeleteAccessGrantsInstanceCommandOutput>;
|
|
525
|
+
deleteAccessGrantsInstance(
|
|
526
|
+
args: DeleteAccessGrantsInstanceCommandInput,
|
|
527
|
+
cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
deleteAccessGrantsInstance(
|
|
530
|
+
args: DeleteAccessGrantsInstanceCommandInput,
|
|
531
|
+
options: __HttpHandlerOptions,
|
|
532
|
+
cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void
|
|
533
|
+
): void;
|
|
534
|
+
deleteAccessGrantsInstanceResourcePolicy(
|
|
535
|
+
args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
536
|
+
options?: __HttpHandlerOptions
|
|
537
|
+
): Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
538
|
+
deleteAccessGrantsInstanceResourcePolicy(
|
|
539
|
+
args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
540
|
+
cb: (
|
|
541
|
+
err: any,
|
|
542
|
+
data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput
|
|
543
|
+
) => void
|
|
544
|
+
): void;
|
|
545
|
+
deleteAccessGrantsInstanceResourcePolicy(
|
|
546
|
+
args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
|
|
547
|
+
options: __HttpHandlerOptions,
|
|
548
|
+
cb: (
|
|
549
|
+
err: any,
|
|
550
|
+
data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput
|
|
551
|
+
) => void
|
|
552
|
+
): void;
|
|
553
|
+
deleteAccessGrantsLocation(
|
|
554
|
+
args: DeleteAccessGrantsLocationCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<DeleteAccessGrantsLocationCommandOutput>;
|
|
557
|
+
deleteAccessGrantsLocation(
|
|
558
|
+
args: DeleteAccessGrantsLocationCommandInput,
|
|
559
|
+
cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
deleteAccessGrantsLocation(
|
|
562
|
+
args: DeleteAccessGrantsLocationCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void
|
|
565
|
+
): void;
|
|
370
566
|
deleteAccessPoint(
|
|
371
567
|
args: DeleteAccessPointCommandInput,
|
|
372
568
|
options?: __HttpHandlerOptions
|
|
@@ -612,6 +808,96 @@ export interface S3Control {
|
|
|
612
808
|
data?: DescribeMultiRegionAccessPointOperationCommandOutput
|
|
613
809
|
) => void
|
|
614
810
|
): void;
|
|
811
|
+
dissociateAccessGrantsIdentityCenter(
|
|
812
|
+
args: DissociateAccessGrantsIdentityCenterCommandInput,
|
|
813
|
+
options?: __HttpHandlerOptions
|
|
814
|
+
): Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
|
|
815
|
+
dissociateAccessGrantsIdentityCenter(
|
|
816
|
+
args: DissociateAccessGrantsIdentityCenterCommandInput,
|
|
817
|
+
cb: (
|
|
818
|
+
err: any,
|
|
819
|
+
data?: DissociateAccessGrantsIdentityCenterCommandOutput
|
|
820
|
+
) => void
|
|
821
|
+
): void;
|
|
822
|
+
dissociateAccessGrantsIdentityCenter(
|
|
823
|
+
args: DissociateAccessGrantsIdentityCenterCommandInput,
|
|
824
|
+
options: __HttpHandlerOptions,
|
|
825
|
+
cb: (
|
|
826
|
+
err: any,
|
|
827
|
+
data?: DissociateAccessGrantsIdentityCenterCommandOutput
|
|
828
|
+
) => void
|
|
829
|
+
): void;
|
|
830
|
+
getAccessGrant(
|
|
831
|
+
args: GetAccessGrantCommandInput,
|
|
832
|
+
options?: __HttpHandlerOptions
|
|
833
|
+
): Promise<GetAccessGrantCommandOutput>;
|
|
834
|
+
getAccessGrant(
|
|
835
|
+
args: GetAccessGrantCommandInput,
|
|
836
|
+
cb: (err: any, data?: GetAccessGrantCommandOutput) => void
|
|
837
|
+
): void;
|
|
838
|
+
getAccessGrant(
|
|
839
|
+
args: GetAccessGrantCommandInput,
|
|
840
|
+
options: __HttpHandlerOptions,
|
|
841
|
+
cb: (err: any, data?: GetAccessGrantCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
getAccessGrantsInstance(
|
|
844
|
+
args: GetAccessGrantsInstanceCommandInput,
|
|
845
|
+
options?: __HttpHandlerOptions
|
|
846
|
+
): Promise<GetAccessGrantsInstanceCommandOutput>;
|
|
847
|
+
getAccessGrantsInstance(
|
|
848
|
+
args: GetAccessGrantsInstanceCommandInput,
|
|
849
|
+
cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void
|
|
850
|
+
): void;
|
|
851
|
+
getAccessGrantsInstance(
|
|
852
|
+
args: GetAccessGrantsInstanceCommandInput,
|
|
853
|
+
options: __HttpHandlerOptions,
|
|
854
|
+
cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void
|
|
855
|
+
): void;
|
|
856
|
+
getAccessGrantsInstanceForPrefix(
|
|
857
|
+
args: GetAccessGrantsInstanceForPrefixCommandInput,
|
|
858
|
+
options?: __HttpHandlerOptions
|
|
859
|
+
): Promise<GetAccessGrantsInstanceForPrefixCommandOutput>;
|
|
860
|
+
getAccessGrantsInstanceForPrefix(
|
|
861
|
+
args: GetAccessGrantsInstanceForPrefixCommandInput,
|
|
862
|
+
cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void
|
|
863
|
+
): void;
|
|
864
|
+
getAccessGrantsInstanceForPrefix(
|
|
865
|
+
args: GetAccessGrantsInstanceForPrefixCommandInput,
|
|
866
|
+
options: __HttpHandlerOptions,
|
|
867
|
+
cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
getAccessGrantsInstanceResourcePolicy(
|
|
870
|
+
args: GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
871
|
+
options?: __HttpHandlerOptions
|
|
872
|
+
): Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
873
|
+
getAccessGrantsInstanceResourcePolicy(
|
|
874
|
+
args: GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
875
|
+
cb: (
|
|
876
|
+
err: any,
|
|
877
|
+
data?: GetAccessGrantsInstanceResourcePolicyCommandOutput
|
|
878
|
+
) => void
|
|
879
|
+
): void;
|
|
880
|
+
getAccessGrantsInstanceResourcePolicy(
|
|
881
|
+
args: GetAccessGrantsInstanceResourcePolicyCommandInput,
|
|
882
|
+
options: __HttpHandlerOptions,
|
|
883
|
+
cb: (
|
|
884
|
+
err: any,
|
|
885
|
+
data?: GetAccessGrantsInstanceResourcePolicyCommandOutput
|
|
886
|
+
) => void
|
|
887
|
+
): void;
|
|
888
|
+
getAccessGrantsLocation(
|
|
889
|
+
args: GetAccessGrantsLocationCommandInput,
|
|
890
|
+
options?: __HttpHandlerOptions
|
|
891
|
+
): Promise<GetAccessGrantsLocationCommandOutput>;
|
|
892
|
+
getAccessGrantsLocation(
|
|
893
|
+
args: GetAccessGrantsLocationCommandInput,
|
|
894
|
+
cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void
|
|
895
|
+
): void;
|
|
896
|
+
getAccessGrantsLocation(
|
|
897
|
+
args: GetAccessGrantsLocationCommandInput,
|
|
898
|
+
options: __HttpHandlerOptions,
|
|
899
|
+
cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void
|
|
900
|
+
): void;
|
|
615
901
|
getAccessPoint(
|
|
616
902
|
args: GetAccessPointCommandInput,
|
|
617
903
|
options?: __HttpHandlerOptions
|
|
@@ -799,6 +1085,19 @@ export interface S3Control {
|
|
|
799
1085
|
options: __HttpHandlerOptions,
|
|
800
1086
|
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
|
|
801
1087
|
): void;
|
|
1088
|
+
getDataAccess(
|
|
1089
|
+
args: GetDataAccessCommandInput,
|
|
1090
|
+
options?: __HttpHandlerOptions
|
|
1091
|
+
): Promise<GetDataAccessCommandOutput>;
|
|
1092
|
+
getDataAccess(
|
|
1093
|
+
args: GetDataAccessCommandInput,
|
|
1094
|
+
cb: (err: any, data?: GetDataAccessCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
getDataAccess(
|
|
1097
|
+
args: GetDataAccessCommandInput,
|
|
1098
|
+
options: __HttpHandlerOptions,
|
|
1099
|
+
cb: (err: any, data?: GetDataAccessCommandOutput) => void
|
|
1100
|
+
): void;
|
|
802
1101
|
getJobTagging(
|
|
803
1102
|
args: GetJobTaggingCommandInput,
|
|
804
1103
|
options?: __HttpHandlerOptions
|
|
@@ -928,6 +1227,45 @@ export interface S3Control {
|
|
|
928
1227
|
options: __HttpHandlerOptions,
|
|
929
1228
|
cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void
|
|
930
1229
|
): void;
|
|
1230
|
+
listAccessGrants(
|
|
1231
|
+
args: ListAccessGrantsCommandInput,
|
|
1232
|
+
options?: __HttpHandlerOptions
|
|
1233
|
+
): Promise<ListAccessGrantsCommandOutput>;
|
|
1234
|
+
listAccessGrants(
|
|
1235
|
+
args: ListAccessGrantsCommandInput,
|
|
1236
|
+
cb: (err: any, data?: ListAccessGrantsCommandOutput) => void
|
|
1237
|
+
): void;
|
|
1238
|
+
listAccessGrants(
|
|
1239
|
+
args: ListAccessGrantsCommandInput,
|
|
1240
|
+
options: __HttpHandlerOptions,
|
|
1241
|
+
cb: (err: any, data?: ListAccessGrantsCommandOutput) => void
|
|
1242
|
+
): void;
|
|
1243
|
+
listAccessGrantsInstances(
|
|
1244
|
+
args: ListAccessGrantsInstancesCommandInput,
|
|
1245
|
+
options?: __HttpHandlerOptions
|
|
1246
|
+
): Promise<ListAccessGrantsInstancesCommandOutput>;
|
|
1247
|
+
listAccessGrantsInstances(
|
|
1248
|
+
args: ListAccessGrantsInstancesCommandInput,
|
|
1249
|
+
cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void
|
|
1250
|
+
): void;
|
|
1251
|
+
listAccessGrantsInstances(
|
|
1252
|
+
args: ListAccessGrantsInstancesCommandInput,
|
|
1253
|
+
options: __HttpHandlerOptions,
|
|
1254
|
+
cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void
|
|
1255
|
+
): void;
|
|
1256
|
+
listAccessGrantsLocations(
|
|
1257
|
+
args: ListAccessGrantsLocationsCommandInput,
|
|
1258
|
+
options?: __HttpHandlerOptions
|
|
1259
|
+
): Promise<ListAccessGrantsLocationsCommandOutput>;
|
|
1260
|
+
listAccessGrantsLocations(
|
|
1261
|
+
args: ListAccessGrantsLocationsCommandInput,
|
|
1262
|
+
cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void
|
|
1263
|
+
): void;
|
|
1264
|
+
listAccessGrantsLocations(
|
|
1265
|
+
args: ListAccessGrantsLocationsCommandInput,
|
|
1266
|
+
options: __HttpHandlerOptions,
|
|
1267
|
+
cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void
|
|
1268
|
+
): void;
|
|
931
1269
|
listAccessPoints(
|
|
932
1270
|
args: ListAccessPointsCommandInput,
|
|
933
1271
|
options?: __HttpHandlerOptions
|
|
@@ -1032,6 +1370,25 @@ export interface S3Control {
|
|
|
1032
1370
|
options: __HttpHandlerOptions,
|
|
1033
1371
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1034
1372
|
): void;
|
|
1373
|
+
putAccessGrantsInstanceResourcePolicy(
|
|
1374
|
+
args: PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
1375
|
+
options?: __HttpHandlerOptions
|
|
1376
|
+
): Promise<PutAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
1377
|
+
putAccessGrantsInstanceResourcePolicy(
|
|
1378
|
+
args: PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
1379
|
+
cb: (
|
|
1380
|
+
err: any,
|
|
1381
|
+
data?: PutAccessGrantsInstanceResourcePolicyCommandOutput
|
|
1382
|
+
) => void
|
|
1383
|
+
): void;
|
|
1384
|
+
putAccessGrantsInstanceResourcePolicy(
|
|
1385
|
+
args: PutAccessGrantsInstanceResourcePolicyCommandInput,
|
|
1386
|
+
options: __HttpHandlerOptions,
|
|
1387
|
+
cb: (
|
|
1388
|
+
err: any,
|
|
1389
|
+
data?: PutAccessGrantsInstanceResourcePolicyCommandOutput
|
|
1390
|
+
) => void
|
|
1391
|
+
): void;
|
|
1035
1392
|
putAccessPointConfigurationForObjectLambda(
|
|
1036
1393
|
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
1037
1394
|
options?: __HttpHandlerOptions
|
|
@@ -1264,6 +1621,19 @@ export interface S3Control {
|
|
|
1264
1621
|
options: __HttpHandlerOptions,
|
|
1265
1622
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1266
1623
|
): void;
|
|
1624
|
+
updateAccessGrantsLocation(
|
|
1625
|
+
args: UpdateAccessGrantsLocationCommandInput,
|
|
1626
|
+
options?: __HttpHandlerOptions
|
|
1627
|
+
): Promise<UpdateAccessGrantsLocationCommandOutput>;
|
|
1628
|
+
updateAccessGrantsLocation(
|
|
1629
|
+
args: UpdateAccessGrantsLocationCommandInput,
|
|
1630
|
+
cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void
|
|
1631
|
+
): void;
|
|
1632
|
+
updateAccessGrantsLocation(
|
|
1633
|
+
args: UpdateAccessGrantsLocationCommandInput,
|
|
1634
|
+
options: __HttpHandlerOptions,
|
|
1635
|
+
cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void
|
|
1636
|
+
): void;
|
|
1267
1637
|
updateJobPriority(
|
|
1268
1638
|
args: UpdateJobPriorityCommandInput,
|
|
1269
1639
|
options?: __HttpHandlerOptions
|