@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "../commands/ListAccessGrantsInstancesCommand";
|
|
3
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAccessGrantsInstances(config: S3ControlPaginationConfiguration, input: ListAccessGrantsInstancesCommandInput, ...additionalArguments: any): Paginator<ListAccessGrantsInstancesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "../commands/ListAccessGrantsLocationsCommand";
|
|
3
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAccessGrantsLocations(config: S3ControlPaginationConfiguration, input: ListAccessGrantsLocationsCommandInput, ...additionalArguments: any): Paginator<ListAccessGrantsLocationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "../commands/ListAccessGrantsCommand";
|
|
3
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAccessGrants(config: S3ControlPaginationConfiguration, input: ListAccessGrantsCommandInput, ...additionalArguments: any): Paginator<ListAccessGrantsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessGrantsInstancesPaginator";
|
|
3
|
+
export * from "./ListAccessGrantsLocationsPaginator";
|
|
4
|
+
export * from "./ListAccessGrantsPaginator";
|
|
2
5
|
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
3
6
|
export * from "./ListAccessPointsPaginator";
|
|
4
7
|
export * from "./ListJobsPaginator";
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AssociateAccessGrantsIdentityCenterCommandInput, AssociateAccessGrantsIdentityCenterCommandOutput } from "../commands/AssociateAccessGrantsIdentityCenterCommand";
|
|
4
|
+
import { CreateAccessGrantCommandInput, CreateAccessGrantCommandOutput } from "../commands/CreateAccessGrantCommand";
|
|
5
|
+
import { CreateAccessGrantsInstanceCommandInput, CreateAccessGrantsInstanceCommandOutput } from "../commands/CreateAccessGrantsInstanceCommand";
|
|
6
|
+
import { CreateAccessGrantsLocationCommandInput, CreateAccessGrantsLocationCommandOutput } from "../commands/CreateAccessGrantsLocationCommand";
|
|
3
7
|
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "../commands/CreateAccessPointCommand";
|
|
4
8
|
import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput } from "../commands/CreateAccessPointForObjectLambdaCommand";
|
|
5
9
|
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "../commands/CreateBucketCommand";
|
|
6
10
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
7
11
|
import { CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput } from "../commands/CreateMultiRegionAccessPointCommand";
|
|
8
12
|
import { CreateStorageLensGroupCommandInput, CreateStorageLensGroupCommandOutput } from "../commands/CreateStorageLensGroupCommand";
|
|
13
|
+
import { DeleteAccessGrantCommandInput, DeleteAccessGrantCommandOutput } from "../commands/DeleteAccessGrantCommand";
|
|
14
|
+
import { DeleteAccessGrantsInstanceCommandInput, DeleteAccessGrantsInstanceCommandOutput } from "../commands/DeleteAccessGrantsInstanceCommand";
|
|
15
|
+
import { DeleteAccessGrantsInstanceResourcePolicyCommandInput, DeleteAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
16
|
+
import { DeleteAccessGrantsLocationCommandInput, DeleteAccessGrantsLocationCommandOutput } from "../commands/DeleteAccessGrantsLocationCommand";
|
|
9
17
|
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "../commands/DeleteAccessPointCommand";
|
|
10
18
|
import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointForObjectLambdaCommand";
|
|
11
19
|
import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "../commands/DeleteAccessPointPolicyCommand";
|
|
@@ -23,6 +31,12 @@ import { DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensCon
|
|
|
23
31
|
import { DeleteStorageLensGroupCommandInput, DeleteStorageLensGroupCommandOutput } from "../commands/DeleteStorageLensGroupCommand";
|
|
24
32
|
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "../commands/DescribeJobCommand";
|
|
25
33
|
import { DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput } from "../commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
34
|
+
import { DissociateAccessGrantsIdentityCenterCommandInput, DissociateAccessGrantsIdentityCenterCommandOutput } from "../commands/DissociateAccessGrantsIdentityCenterCommand";
|
|
35
|
+
import { GetAccessGrantCommandInput, GetAccessGrantCommandOutput } from "../commands/GetAccessGrantCommand";
|
|
36
|
+
import { GetAccessGrantsInstanceCommandInput, GetAccessGrantsInstanceCommandOutput } from "../commands/GetAccessGrantsInstanceCommand";
|
|
37
|
+
import { GetAccessGrantsInstanceForPrefixCommandInput, GetAccessGrantsInstanceForPrefixCommandOutput } from "../commands/GetAccessGrantsInstanceForPrefixCommand";
|
|
38
|
+
import { GetAccessGrantsInstanceResourcePolicyCommandInput, GetAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/GetAccessGrantsInstanceResourcePolicyCommand";
|
|
39
|
+
import { GetAccessGrantsLocationCommandInput, GetAccessGrantsLocationCommandOutput } from "../commands/GetAccessGrantsLocationCommand";
|
|
26
40
|
import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "../commands/GetAccessPointCommand";
|
|
27
41
|
import { GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
28
42
|
import { GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput } from "../commands/GetAccessPointForObjectLambdaCommand";
|
|
@@ -36,6 +50,7 @@ import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "../co
|
|
|
36
50
|
import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "../commands/GetBucketReplicationCommand";
|
|
37
51
|
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "../commands/GetBucketTaggingCommand";
|
|
38
52
|
import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "../commands/GetBucketVersioningCommand";
|
|
53
|
+
import { GetDataAccessCommandInput, GetDataAccessCommandOutput } from "../commands/GetDataAccessCommand";
|
|
39
54
|
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "../commands/GetJobTaggingCommand";
|
|
40
55
|
import { GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput } from "../commands/GetMultiRegionAccessPointCommand";
|
|
41
56
|
import { GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput } from "../commands/GetMultiRegionAccessPointPolicyCommand";
|
|
@@ -45,6 +60,9 @@ import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } f
|
|
|
45
60
|
import { GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput } from "../commands/GetStorageLensConfigurationCommand";
|
|
46
61
|
import { GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput } from "../commands/GetStorageLensConfigurationTaggingCommand";
|
|
47
62
|
import { GetStorageLensGroupCommandInput, GetStorageLensGroupCommandOutput } from "../commands/GetStorageLensGroupCommand";
|
|
63
|
+
import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "../commands/ListAccessGrantsCommand";
|
|
64
|
+
import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "../commands/ListAccessGrantsInstancesCommand";
|
|
65
|
+
import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "../commands/ListAccessGrantsLocationsCommand";
|
|
48
66
|
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "../commands/ListAccessPointsCommand";
|
|
49
67
|
import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
50
68
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
@@ -53,6 +71,7 @@ import { ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput } fro
|
|
|
53
71
|
import { ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput } from "../commands/ListStorageLensConfigurationsCommand";
|
|
54
72
|
import { ListStorageLensGroupsCommandInput, ListStorageLensGroupsCommandOutput } from "../commands/ListStorageLensGroupsCommand";
|
|
55
73
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import { PutAccessGrantsInstanceResourcePolicyCommandInput, PutAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/PutAccessGrantsInstanceResourcePolicyCommand";
|
|
56
75
|
import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
57
76
|
import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "../commands/PutAccessPointPolicyCommand";
|
|
58
77
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
@@ -69,9 +88,26 @@ import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigura
|
|
|
69
88
|
import { SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccessPointRoutesCommandOutput } from "../commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
70
89
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
71
90
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
91
|
+
import { UpdateAccessGrantsLocationCommandInput, UpdateAccessGrantsLocationCommandOutput } from "../commands/UpdateAccessGrantsLocationCommand";
|
|
72
92
|
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "../commands/UpdateJobPriorityCommand";
|
|
73
93
|
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "../commands/UpdateJobStatusCommand";
|
|
74
94
|
import { UpdateStorageLensGroupCommandInput, UpdateStorageLensGroupCommandOutput } from "../commands/UpdateStorageLensGroupCommand";
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restXmlAssociateAccessGrantsIdentityCenterCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_AssociateAccessGrantsIdentityCenterCommand: (input: AssociateAccessGrantsIdentityCenterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restXmlCreateAccessGrantCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_CreateAccessGrantCommand: (input: CreateAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restXmlCreateAccessGrantsInstanceCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_CreateAccessGrantsInstanceCommand: (input: CreateAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restXmlCreateAccessGrantsLocationCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_CreateAccessGrantsLocationCommand: (input: CreateAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
111
|
/**
|
|
76
112
|
* serializeAws_restXmlCreateAccessPointCommand
|
|
77
113
|
*/
|
|
@@ -96,6 +132,22 @@ export declare const se_CreateMultiRegionAccessPointCommand: (input: CreateMulti
|
|
|
96
132
|
* serializeAws_restXmlCreateStorageLensGroupCommand
|
|
97
133
|
*/
|
|
98
134
|
export declare const se_CreateStorageLensGroupCommand: (input: CreateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restXmlDeleteAccessGrantCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_DeleteAccessGrantCommand: (input: DeleteAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restXmlDeleteAccessGrantsInstanceCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_DeleteAccessGrantsInstanceCommand: (input: DeleteAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_restXmlDeleteAccessGrantsInstanceResourcePolicyCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_DeleteAccessGrantsInstanceResourcePolicyCommand: (input: DeleteAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_restXmlDeleteAccessGrantsLocationCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_DeleteAccessGrantsLocationCommand: (input: DeleteAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
151
|
/**
|
|
100
152
|
* serializeAws_restXmlDeleteAccessPointCommand
|
|
101
153
|
*/
|
|
@@ -164,6 +216,30 @@ export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, con
|
|
|
164
216
|
* serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
|
|
165
217
|
*/
|
|
166
218
|
export declare const se_DescribeMultiRegionAccessPointOperationCommand: (input: DescribeMultiRegionAccessPointOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
+
/**
|
|
220
|
+
* serializeAws_restXmlDissociateAccessGrantsIdentityCenterCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const se_DissociateAccessGrantsIdentityCenterCommand: (input: DissociateAccessGrantsIdentityCenterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
+
/**
|
|
224
|
+
* serializeAws_restXmlGetAccessGrantCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const se_GetAccessGrantCommand: (input: GetAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
+
/**
|
|
228
|
+
* serializeAws_restXmlGetAccessGrantsInstanceCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const se_GetAccessGrantsInstanceCommand: (input: GetAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
+
/**
|
|
232
|
+
* serializeAws_restXmlGetAccessGrantsInstanceForPrefixCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const se_GetAccessGrantsInstanceForPrefixCommand: (input: GetAccessGrantsInstanceForPrefixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
+
/**
|
|
236
|
+
* serializeAws_restXmlGetAccessGrantsInstanceResourcePolicyCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const se_GetAccessGrantsInstanceResourcePolicyCommand: (input: GetAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
+
/**
|
|
240
|
+
* serializeAws_restXmlGetAccessGrantsLocationCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const se_GetAccessGrantsLocationCommand: (input: GetAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
243
|
/**
|
|
168
244
|
* serializeAws_restXmlGetAccessPointCommand
|
|
169
245
|
*/
|
|
@@ -216,6 +292,10 @@ export declare const se_GetBucketTaggingCommand: (input: GetBucketTaggingCommand
|
|
|
216
292
|
* serializeAws_restXmlGetBucketVersioningCommand
|
|
217
293
|
*/
|
|
218
294
|
export declare const se_GetBucketVersioningCommand: (input: GetBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
|
+
/**
|
|
296
|
+
* serializeAws_restXmlGetDataAccessCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const se_GetDataAccessCommand: (input: GetDataAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
299
|
/**
|
|
220
300
|
* serializeAws_restXmlGetJobTaggingCommand
|
|
221
301
|
*/
|
|
@@ -252,6 +332,18 @@ export declare const se_GetStorageLensConfigurationTaggingCommand: (input: GetSt
|
|
|
252
332
|
* serializeAws_restXmlGetStorageLensGroupCommand
|
|
253
333
|
*/
|
|
254
334
|
export declare const se_GetStorageLensGroupCommand: (input: GetStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
335
|
+
/**
|
|
336
|
+
* serializeAws_restXmlListAccessGrantsCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const se_ListAccessGrantsCommand: (input: ListAccessGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
339
|
+
/**
|
|
340
|
+
* serializeAws_restXmlListAccessGrantsInstancesCommand
|
|
341
|
+
*/
|
|
342
|
+
export declare const se_ListAccessGrantsInstancesCommand: (input: ListAccessGrantsInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
343
|
+
/**
|
|
344
|
+
* serializeAws_restXmlListAccessGrantsLocationsCommand
|
|
345
|
+
*/
|
|
346
|
+
export declare const se_ListAccessGrantsLocationsCommand: (input: ListAccessGrantsLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
347
|
/**
|
|
256
348
|
* serializeAws_restXmlListAccessPointsCommand
|
|
257
349
|
*/
|
|
@@ -284,6 +376,10 @@ export declare const se_ListStorageLensGroupsCommand: (input: ListStorageLensGro
|
|
|
284
376
|
* serializeAws_restXmlListTagsForResourceCommand
|
|
285
377
|
*/
|
|
286
378
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
379
|
+
/**
|
|
380
|
+
* serializeAws_restXmlPutAccessGrantsInstanceResourcePolicyCommand
|
|
381
|
+
*/
|
|
382
|
+
export declare const se_PutAccessGrantsInstanceResourcePolicyCommand: (input: PutAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
287
383
|
/**
|
|
288
384
|
* serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
289
385
|
*/
|
|
@@ -348,6 +444,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
348
444
|
* serializeAws_restXmlUntagResourceCommand
|
|
349
445
|
*/
|
|
350
446
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
447
|
+
/**
|
|
448
|
+
* serializeAws_restXmlUpdateAccessGrantsLocationCommand
|
|
449
|
+
*/
|
|
450
|
+
export declare const se_UpdateAccessGrantsLocationCommand: (input: UpdateAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
351
451
|
/**
|
|
352
452
|
* serializeAws_restXmlUpdateJobPriorityCommand
|
|
353
453
|
*/
|
|
@@ -360,6 +460,22 @@ export declare const se_UpdateJobStatusCommand: (input: UpdateJobStatusCommandIn
|
|
|
360
460
|
* serializeAws_restXmlUpdateStorageLensGroupCommand
|
|
361
461
|
*/
|
|
362
462
|
export declare const se_UpdateStorageLensGroupCommand: (input: UpdateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
463
|
+
/**
|
|
464
|
+
* deserializeAws_restXmlAssociateAccessGrantsIdentityCenterCommand
|
|
465
|
+
*/
|
|
466
|
+
export declare const de_AssociateAccessGrantsIdentityCenterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccessGrantsIdentityCenterCommandOutput>;
|
|
467
|
+
/**
|
|
468
|
+
* deserializeAws_restXmlCreateAccessGrantCommand
|
|
469
|
+
*/
|
|
470
|
+
export declare const de_CreateAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantCommandOutput>;
|
|
471
|
+
/**
|
|
472
|
+
* deserializeAws_restXmlCreateAccessGrantsInstanceCommand
|
|
473
|
+
*/
|
|
474
|
+
export declare const de_CreateAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantsInstanceCommandOutput>;
|
|
475
|
+
/**
|
|
476
|
+
* deserializeAws_restXmlCreateAccessGrantsLocationCommand
|
|
477
|
+
*/
|
|
478
|
+
export declare const de_CreateAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantsLocationCommandOutput>;
|
|
363
479
|
/**
|
|
364
480
|
* deserializeAws_restXmlCreateAccessPointCommand
|
|
365
481
|
*/
|
|
@@ -384,6 +500,22 @@ export declare const de_CreateMultiRegionAccessPointCommand: (output: __HttpResp
|
|
|
384
500
|
* deserializeAws_restXmlCreateStorageLensGroupCommand
|
|
385
501
|
*/
|
|
386
502
|
export declare const de_CreateStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLensGroupCommandOutput>;
|
|
503
|
+
/**
|
|
504
|
+
* deserializeAws_restXmlDeleteAccessGrantCommand
|
|
505
|
+
*/
|
|
506
|
+
export declare const de_DeleteAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantCommandOutput>;
|
|
507
|
+
/**
|
|
508
|
+
* deserializeAws_restXmlDeleteAccessGrantsInstanceCommand
|
|
509
|
+
*/
|
|
510
|
+
export declare const de_DeleteAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsInstanceCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* deserializeAws_restXmlDeleteAccessGrantsInstanceResourcePolicyCommand
|
|
513
|
+
*/
|
|
514
|
+
export declare const de_DeleteAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
515
|
+
/**
|
|
516
|
+
* deserializeAws_restXmlDeleteAccessGrantsLocationCommand
|
|
517
|
+
*/
|
|
518
|
+
export declare const de_DeleteAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsLocationCommandOutput>;
|
|
387
519
|
/**
|
|
388
520
|
* deserializeAws_restXmlDeleteAccessPointCommand
|
|
389
521
|
*/
|
|
@@ -452,6 +584,30 @@ export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __
|
|
|
452
584
|
* deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
|
|
453
585
|
*/
|
|
454
586
|
export declare const de_DescribeMultiRegionAccessPointOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
|
|
587
|
+
/**
|
|
588
|
+
* deserializeAws_restXmlDissociateAccessGrantsIdentityCenterCommand
|
|
589
|
+
*/
|
|
590
|
+
export declare const de_DissociateAccessGrantsIdentityCenterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
|
|
591
|
+
/**
|
|
592
|
+
* deserializeAws_restXmlGetAccessGrantCommand
|
|
593
|
+
*/
|
|
594
|
+
export declare const de_GetAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantCommandOutput>;
|
|
595
|
+
/**
|
|
596
|
+
* deserializeAws_restXmlGetAccessGrantsInstanceCommand
|
|
597
|
+
*/
|
|
598
|
+
export declare const de_GetAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceCommandOutput>;
|
|
599
|
+
/**
|
|
600
|
+
* deserializeAws_restXmlGetAccessGrantsInstanceForPrefixCommand
|
|
601
|
+
*/
|
|
602
|
+
export declare const de_GetAccessGrantsInstanceForPrefixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceForPrefixCommandOutput>;
|
|
603
|
+
/**
|
|
604
|
+
* deserializeAws_restXmlGetAccessGrantsInstanceResourcePolicyCommand
|
|
605
|
+
*/
|
|
606
|
+
export declare const de_GetAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
607
|
+
/**
|
|
608
|
+
* deserializeAws_restXmlGetAccessGrantsLocationCommand
|
|
609
|
+
*/
|
|
610
|
+
export declare const de_GetAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsLocationCommandOutput>;
|
|
455
611
|
/**
|
|
456
612
|
* deserializeAws_restXmlGetAccessPointCommand
|
|
457
613
|
*/
|
|
@@ -504,6 +660,10 @@ export declare const de_GetBucketTaggingCommand: (output: __HttpResponse, contex
|
|
|
504
660
|
* deserializeAws_restXmlGetBucketVersioningCommand
|
|
505
661
|
*/
|
|
506
662
|
export declare const de_GetBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketVersioningCommandOutput>;
|
|
663
|
+
/**
|
|
664
|
+
* deserializeAws_restXmlGetDataAccessCommand
|
|
665
|
+
*/
|
|
666
|
+
export declare const de_GetDataAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataAccessCommandOutput>;
|
|
507
667
|
/**
|
|
508
668
|
* deserializeAws_restXmlGetJobTaggingCommand
|
|
509
669
|
*/
|
|
@@ -540,6 +700,18 @@ export declare const de_GetStorageLensConfigurationTaggingCommand: (output: __Ht
|
|
|
540
700
|
* deserializeAws_restXmlGetStorageLensGroupCommand
|
|
541
701
|
*/
|
|
542
702
|
export declare const de_GetStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensGroupCommandOutput>;
|
|
703
|
+
/**
|
|
704
|
+
* deserializeAws_restXmlListAccessGrantsCommand
|
|
705
|
+
*/
|
|
706
|
+
export declare const de_ListAccessGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsCommandOutput>;
|
|
707
|
+
/**
|
|
708
|
+
* deserializeAws_restXmlListAccessGrantsInstancesCommand
|
|
709
|
+
*/
|
|
710
|
+
export declare const de_ListAccessGrantsInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsInstancesCommandOutput>;
|
|
711
|
+
/**
|
|
712
|
+
* deserializeAws_restXmlListAccessGrantsLocationsCommand
|
|
713
|
+
*/
|
|
714
|
+
export declare const de_ListAccessGrantsLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsLocationsCommandOutput>;
|
|
543
715
|
/**
|
|
544
716
|
* deserializeAws_restXmlListAccessPointsCommand
|
|
545
717
|
*/
|
|
@@ -572,6 +744,10 @@ export declare const de_ListStorageLensGroupsCommand: (output: __HttpResponse, c
|
|
|
572
744
|
* deserializeAws_restXmlListTagsForResourceCommand
|
|
573
745
|
*/
|
|
574
746
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
747
|
+
/**
|
|
748
|
+
* deserializeAws_restXmlPutAccessGrantsInstanceResourcePolicyCommand
|
|
749
|
+
*/
|
|
750
|
+
export declare const de_PutAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
575
751
|
/**
|
|
576
752
|
* deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
577
753
|
*/
|
|
@@ -636,6 +812,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
636
812
|
* deserializeAws_restXmlUntagResourceCommand
|
|
637
813
|
*/
|
|
638
814
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
815
|
+
/**
|
|
816
|
+
* deserializeAws_restXmlUpdateAccessGrantsLocationCommand
|
|
817
|
+
*/
|
|
818
|
+
export declare const de_UpdateAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessGrantsLocationCommandOutput>;
|
|
639
819
|
/**
|
|
640
820
|
* deserializeAws_restXmlUpdateJobPriorityCommand
|
|
641
821
|
*/
|