@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
package/dist-cjs/S3Control.js
CHANGED
|
@@ -2,12 +2,20 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.S3Control = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const AssociateAccessGrantsIdentityCenterCommand_1 = require("./commands/AssociateAccessGrantsIdentityCenterCommand");
|
|
6
|
+
const CreateAccessGrantCommand_1 = require("./commands/CreateAccessGrantCommand");
|
|
7
|
+
const CreateAccessGrantsInstanceCommand_1 = require("./commands/CreateAccessGrantsInstanceCommand");
|
|
8
|
+
const CreateAccessGrantsLocationCommand_1 = require("./commands/CreateAccessGrantsLocationCommand");
|
|
5
9
|
const CreateAccessPointCommand_1 = require("./commands/CreateAccessPointCommand");
|
|
6
10
|
const CreateAccessPointForObjectLambdaCommand_1 = require("./commands/CreateAccessPointForObjectLambdaCommand");
|
|
7
11
|
const CreateBucketCommand_1 = require("./commands/CreateBucketCommand");
|
|
8
12
|
const CreateJobCommand_1 = require("./commands/CreateJobCommand");
|
|
9
13
|
const CreateMultiRegionAccessPointCommand_1 = require("./commands/CreateMultiRegionAccessPointCommand");
|
|
10
14
|
const CreateStorageLensGroupCommand_1 = require("./commands/CreateStorageLensGroupCommand");
|
|
15
|
+
const DeleteAccessGrantCommand_1 = require("./commands/DeleteAccessGrantCommand");
|
|
16
|
+
const DeleteAccessGrantsInstanceCommand_1 = require("./commands/DeleteAccessGrantsInstanceCommand");
|
|
17
|
+
const DeleteAccessGrantsInstanceResourcePolicyCommand_1 = require("./commands/DeleteAccessGrantsInstanceResourcePolicyCommand");
|
|
18
|
+
const DeleteAccessGrantsLocationCommand_1 = require("./commands/DeleteAccessGrantsLocationCommand");
|
|
11
19
|
const DeleteAccessPointCommand_1 = require("./commands/DeleteAccessPointCommand");
|
|
12
20
|
const DeleteAccessPointForObjectLambdaCommand_1 = require("./commands/DeleteAccessPointForObjectLambdaCommand");
|
|
13
21
|
const DeleteAccessPointPolicyCommand_1 = require("./commands/DeleteAccessPointPolicyCommand");
|
|
@@ -25,6 +33,12 @@ const DeleteStorageLensConfigurationTaggingCommand_1 = require("./commands/Delet
|
|
|
25
33
|
const DeleteStorageLensGroupCommand_1 = require("./commands/DeleteStorageLensGroupCommand");
|
|
26
34
|
const DescribeJobCommand_1 = require("./commands/DescribeJobCommand");
|
|
27
35
|
const DescribeMultiRegionAccessPointOperationCommand_1 = require("./commands/DescribeMultiRegionAccessPointOperationCommand");
|
|
36
|
+
const DissociateAccessGrantsIdentityCenterCommand_1 = require("./commands/DissociateAccessGrantsIdentityCenterCommand");
|
|
37
|
+
const GetAccessGrantCommand_1 = require("./commands/GetAccessGrantCommand");
|
|
38
|
+
const GetAccessGrantsInstanceCommand_1 = require("./commands/GetAccessGrantsInstanceCommand");
|
|
39
|
+
const GetAccessGrantsInstanceForPrefixCommand_1 = require("./commands/GetAccessGrantsInstanceForPrefixCommand");
|
|
40
|
+
const GetAccessGrantsInstanceResourcePolicyCommand_1 = require("./commands/GetAccessGrantsInstanceResourcePolicyCommand");
|
|
41
|
+
const GetAccessGrantsLocationCommand_1 = require("./commands/GetAccessGrantsLocationCommand");
|
|
28
42
|
const GetAccessPointCommand_1 = require("./commands/GetAccessPointCommand");
|
|
29
43
|
const GetAccessPointConfigurationForObjectLambdaCommand_1 = require("./commands/GetAccessPointConfigurationForObjectLambdaCommand");
|
|
30
44
|
const GetAccessPointForObjectLambdaCommand_1 = require("./commands/GetAccessPointForObjectLambdaCommand");
|
|
@@ -38,6 +52,7 @@ const GetBucketPolicyCommand_1 = require("./commands/GetBucketPolicyCommand");
|
|
|
38
52
|
const GetBucketReplicationCommand_1 = require("./commands/GetBucketReplicationCommand");
|
|
39
53
|
const GetBucketTaggingCommand_1 = require("./commands/GetBucketTaggingCommand");
|
|
40
54
|
const GetBucketVersioningCommand_1 = require("./commands/GetBucketVersioningCommand");
|
|
55
|
+
const GetDataAccessCommand_1 = require("./commands/GetDataAccessCommand");
|
|
41
56
|
const GetJobTaggingCommand_1 = require("./commands/GetJobTaggingCommand");
|
|
42
57
|
const GetMultiRegionAccessPointCommand_1 = require("./commands/GetMultiRegionAccessPointCommand");
|
|
43
58
|
const GetMultiRegionAccessPointPolicyCommand_1 = require("./commands/GetMultiRegionAccessPointPolicyCommand");
|
|
@@ -47,6 +62,9 @@ const GetPublicAccessBlockCommand_1 = require("./commands/GetPublicAccessBlockCo
|
|
|
47
62
|
const GetStorageLensConfigurationCommand_1 = require("./commands/GetStorageLensConfigurationCommand");
|
|
48
63
|
const GetStorageLensConfigurationTaggingCommand_1 = require("./commands/GetStorageLensConfigurationTaggingCommand");
|
|
49
64
|
const GetStorageLensGroupCommand_1 = require("./commands/GetStorageLensGroupCommand");
|
|
65
|
+
const ListAccessGrantsCommand_1 = require("./commands/ListAccessGrantsCommand");
|
|
66
|
+
const ListAccessGrantsInstancesCommand_1 = require("./commands/ListAccessGrantsInstancesCommand");
|
|
67
|
+
const ListAccessGrantsLocationsCommand_1 = require("./commands/ListAccessGrantsLocationsCommand");
|
|
50
68
|
const ListAccessPointsCommand_1 = require("./commands/ListAccessPointsCommand");
|
|
51
69
|
const ListAccessPointsForObjectLambdaCommand_1 = require("./commands/ListAccessPointsForObjectLambdaCommand");
|
|
52
70
|
const ListJobsCommand_1 = require("./commands/ListJobsCommand");
|
|
@@ -55,6 +73,7 @@ const ListRegionalBucketsCommand_1 = require("./commands/ListRegionalBucketsComm
|
|
|
55
73
|
const ListStorageLensConfigurationsCommand_1 = require("./commands/ListStorageLensConfigurationsCommand");
|
|
56
74
|
const ListStorageLensGroupsCommand_1 = require("./commands/ListStorageLensGroupsCommand");
|
|
57
75
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
76
|
+
const PutAccessGrantsInstanceResourcePolicyCommand_1 = require("./commands/PutAccessGrantsInstanceResourcePolicyCommand");
|
|
58
77
|
const PutAccessPointConfigurationForObjectLambdaCommand_1 = require("./commands/PutAccessPointConfigurationForObjectLambdaCommand");
|
|
59
78
|
const PutAccessPointPolicyCommand_1 = require("./commands/PutAccessPointPolicyCommand");
|
|
60
79
|
const PutAccessPointPolicyForObjectLambdaCommand_1 = require("./commands/PutAccessPointPolicyForObjectLambdaCommand");
|
|
@@ -71,17 +90,26 @@ const PutStorageLensConfigurationTaggingCommand_1 = require("./commands/PutStora
|
|
|
71
90
|
const SubmitMultiRegionAccessPointRoutesCommand_1 = require("./commands/SubmitMultiRegionAccessPointRoutesCommand");
|
|
72
91
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
73
92
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
93
|
+
const UpdateAccessGrantsLocationCommand_1 = require("./commands/UpdateAccessGrantsLocationCommand");
|
|
74
94
|
const UpdateJobPriorityCommand_1 = require("./commands/UpdateJobPriorityCommand");
|
|
75
95
|
const UpdateJobStatusCommand_1 = require("./commands/UpdateJobStatusCommand");
|
|
76
96
|
const UpdateStorageLensGroupCommand_1 = require("./commands/UpdateStorageLensGroupCommand");
|
|
77
97
|
const S3ControlClient_1 = require("./S3ControlClient");
|
|
78
98
|
const commands = {
|
|
99
|
+
AssociateAccessGrantsIdentityCenterCommand: AssociateAccessGrantsIdentityCenterCommand_1.AssociateAccessGrantsIdentityCenterCommand,
|
|
100
|
+
CreateAccessGrantCommand: CreateAccessGrantCommand_1.CreateAccessGrantCommand,
|
|
101
|
+
CreateAccessGrantsInstanceCommand: CreateAccessGrantsInstanceCommand_1.CreateAccessGrantsInstanceCommand,
|
|
102
|
+
CreateAccessGrantsLocationCommand: CreateAccessGrantsLocationCommand_1.CreateAccessGrantsLocationCommand,
|
|
79
103
|
CreateAccessPointCommand: CreateAccessPointCommand_1.CreateAccessPointCommand,
|
|
80
104
|
CreateAccessPointForObjectLambdaCommand: CreateAccessPointForObjectLambdaCommand_1.CreateAccessPointForObjectLambdaCommand,
|
|
81
105
|
CreateBucketCommand: CreateBucketCommand_1.CreateBucketCommand,
|
|
82
106
|
CreateJobCommand: CreateJobCommand_1.CreateJobCommand,
|
|
83
107
|
CreateMultiRegionAccessPointCommand: CreateMultiRegionAccessPointCommand_1.CreateMultiRegionAccessPointCommand,
|
|
84
108
|
CreateStorageLensGroupCommand: CreateStorageLensGroupCommand_1.CreateStorageLensGroupCommand,
|
|
109
|
+
DeleteAccessGrantCommand: DeleteAccessGrantCommand_1.DeleteAccessGrantCommand,
|
|
110
|
+
DeleteAccessGrantsInstanceCommand: DeleteAccessGrantsInstanceCommand_1.DeleteAccessGrantsInstanceCommand,
|
|
111
|
+
DeleteAccessGrantsInstanceResourcePolicyCommand: DeleteAccessGrantsInstanceResourcePolicyCommand_1.DeleteAccessGrantsInstanceResourcePolicyCommand,
|
|
112
|
+
DeleteAccessGrantsLocationCommand: DeleteAccessGrantsLocationCommand_1.DeleteAccessGrantsLocationCommand,
|
|
85
113
|
DeleteAccessPointCommand: DeleteAccessPointCommand_1.DeleteAccessPointCommand,
|
|
86
114
|
DeleteAccessPointForObjectLambdaCommand: DeleteAccessPointForObjectLambdaCommand_1.DeleteAccessPointForObjectLambdaCommand,
|
|
87
115
|
DeleteAccessPointPolicyCommand: DeleteAccessPointPolicyCommand_1.DeleteAccessPointPolicyCommand,
|
|
@@ -99,6 +127,12 @@ const commands = {
|
|
|
99
127
|
DeleteStorageLensGroupCommand: DeleteStorageLensGroupCommand_1.DeleteStorageLensGroupCommand,
|
|
100
128
|
DescribeJobCommand: DescribeJobCommand_1.DescribeJobCommand,
|
|
101
129
|
DescribeMultiRegionAccessPointOperationCommand: DescribeMultiRegionAccessPointOperationCommand_1.DescribeMultiRegionAccessPointOperationCommand,
|
|
130
|
+
DissociateAccessGrantsIdentityCenterCommand: DissociateAccessGrantsIdentityCenterCommand_1.DissociateAccessGrantsIdentityCenterCommand,
|
|
131
|
+
GetAccessGrantCommand: GetAccessGrantCommand_1.GetAccessGrantCommand,
|
|
132
|
+
GetAccessGrantsInstanceCommand: GetAccessGrantsInstanceCommand_1.GetAccessGrantsInstanceCommand,
|
|
133
|
+
GetAccessGrantsInstanceForPrefixCommand: GetAccessGrantsInstanceForPrefixCommand_1.GetAccessGrantsInstanceForPrefixCommand,
|
|
134
|
+
GetAccessGrantsInstanceResourcePolicyCommand: GetAccessGrantsInstanceResourcePolicyCommand_1.GetAccessGrantsInstanceResourcePolicyCommand,
|
|
135
|
+
GetAccessGrantsLocationCommand: GetAccessGrantsLocationCommand_1.GetAccessGrantsLocationCommand,
|
|
102
136
|
GetAccessPointCommand: GetAccessPointCommand_1.GetAccessPointCommand,
|
|
103
137
|
GetAccessPointConfigurationForObjectLambdaCommand: GetAccessPointConfigurationForObjectLambdaCommand_1.GetAccessPointConfigurationForObjectLambdaCommand,
|
|
104
138
|
GetAccessPointForObjectLambdaCommand: GetAccessPointForObjectLambdaCommand_1.GetAccessPointForObjectLambdaCommand,
|
|
@@ -112,6 +146,7 @@ const commands = {
|
|
|
112
146
|
GetBucketReplicationCommand: GetBucketReplicationCommand_1.GetBucketReplicationCommand,
|
|
113
147
|
GetBucketTaggingCommand: GetBucketTaggingCommand_1.GetBucketTaggingCommand,
|
|
114
148
|
GetBucketVersioningCommand: GetBucketVersioningCommand_1.GetBucketVersioningCommand,
|
|
149
|
+
GetDataAccessCommand: GetDataAccessCommand_1.GetDataAccessCommand,
|
|
115
150
|
GetJobTaggingCommand: GetJobTaggingCommand_1.GetJobTaggingCommand,
|
|
116
151
|
GetMultiRegionAccessPointCommand: GetMultiRegionAccessPointCommand_1.GetMultiRegionAccessPointCommand,
|
|
117
152
|
GetMultiRegionAccessPointPolicyCommand: GetMultiRegionAccessPointPolicyCommand_1.GetMultiRegionAccessPointPolicyCommand,
|
|
@@ -121,6 +156,9 @@ const commands = {
|
|
|
121
156
|
GetStorageLensConfigurationCommand: GetStorageLensConfigurationCommand_1.GetStorageLensConfigurationCommand,
|
|
122
157
|
GetStorageLensConfigurationTaggingCommand: GetStorageLensConfigurationTaggingCommand_1.GetStorageLensConfigurationTaggingCommand,
|
|
123
158
|
GetStorageLensGroupCommand: GetStorageLensGroupCommand_1.GetStorageLensGroupCommand,
|
|
159
|
+
ListAccessGrantsCommand: ListAccessGrantsCommand_1.ListAccessGrantsCommand,
|
|
160
|
+
ListAccessGrantsInstancesCommand: ListAccessGrantsInstancesCommand_1.ListAccessGrantsInstancesCommand,
|
|
161
|
+
ListAccessGrantsLocationsCommand: ListAccessGrantsLocationsCommand_1.ListAccessGrantsLocationsCommand,
|
|
124
162
|
ListAccessPointsCommand: ListAccessPointsCommand_1.ListAccessPointsCommand,
|
|
125
163
|
ListAccessPointsForObjectLambdaCommand: ListAccessPointsForObjectLambdaCommand_1.ListAccessPointsForObjectLambdaCommand,
|
|
126
164
|
ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
|
|
@@ -129,6 +167,7 @@ const commands = {
|
|
|
129
167
|
ListStorageLensConfigurationsCommand: ListStorageLensConfigurationsCommand_1.ListStorageLensConfigurationsCommand,
|
|
130
168
|
ListStorageLensGroupsCommand: ListStorageLensGroupsCommand_1.ListStorageLensGroupsCommand,
|
|
131
169
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
170
|
+
PutAccessGrantsInstanceResourcePolicyCommand: PutAccessGrantsInstanceResourcePolicyCommand_1.PutAccessGrantsInstanceResourcePolicyCommand,
|
|
132
171
|
PutAccessPointConfigurationForObjectLambdaCommand: PutAccessPointConfigurationForObjectLambdaCommand_1.PutAccessPointConfigurationForObjectLambdaCommand,
|
|
133
172
|
PutAccessPointPolicyCommand: PutAccessPointPolicyCommand_1.PutAccessPointPolicyCommand,
|
|
134
173
|
PutAccessPointPolicyForObjectLambdaCommand: PutAccessPointPolicyForObjectLambdaCommand_1.PutAccessPointPolicyForObjectLambdaCommand,
|
|
@@ -145,6 +184,7 @@ const commands = {
|
|
|
145
184
|
SubmitMultiRegionAccessPointRoutesCommand: SubmitMultiRegionAccessPointRoutesCommand_1.SubmitMultiRegionAccessPointRoutesCommand,
|
|
146
185
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
147
186
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
187
|
+
UpdateAccessGrantsLocationCommand: UpdateAccessGrantsLocationCommand_1.UpdateAccessGrantsLocationCommand,
|
|
148
188
|
UpdateJobPriorityCommand: UpdateJobPriorityCommand_1.UpdateJobPriorityCommand,
|
|
149
189
|
UpdateJobStatusCommand: UpdateJobStatusCommand_1.UpdateJobStatusCommand,
|
|
150
190
|
UpdateStorageLensGroupCommand: UpdateStorageLensGroupCommand_1.UpdateStorageLensGroupCommand,
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateAccessGrantsIdentityCenterCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class AssociateAccessGrantsIdentityCenterCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateAccessGrantsIdentityCenterCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "AssociateAccessGrantsIdentityCenterCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "AssociateAccessGrantsIdentityCenter",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_AssociateAccessGrantsIdentityCenterCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_AssociateAccessGrantsIdentityCenterCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.AssociateAccessGrantsIdentityCenterCommand = AssociateAccessGrantsIdentityCenterCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAccessGrantCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class CreateAccessGrantCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAccessGrantCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "CreateAccessGrantCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "CreateAccessGrant",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_CreateAccessGrantCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_CreateAccessGrantCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.CreateAccessGrantCommand = CreateAccessGrantCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAccessGrantsInstanceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class CreateAccessGrantsInstanceCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAccessGrantsInstanceCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "CreateAccessGrantsInstanceCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "CreateAccessGrantsInstance",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_CreateAccessGrantsInstanceCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_CreateAccessGrantsInstanceCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.CreateAccessGrantsInstanceCommand = CreateAccessGrantsInstanceCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAccessGrantsLocationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class CreateAccessGrantsLocationCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAccessGrantsLocationCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "CreateAccessGrantsLocationCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "CreateAccessGrantsLocation",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_CreateAccessGrantsLocationCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_CreateAccessGrantsLocationCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.CreateAccessGrantsLocationCommand = CreateAccessGrantsLocationCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAccessGrantCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class DeleteAccessGrantCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAccessGrantCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "DeleteAccessGrantCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "DeleteAccessGrant",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_DeleteAccessGrantCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_DeleteAccessGrantCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.DeleteAccessGrantCommand = DeleteAccessGrantCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAccessGrantsInstanceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class DeleteAccessGrantsInstanceCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAccessGrantsInstanceCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "DeleteAccessGrantsInstanceCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "DeleteAccessGrantsInstance",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_DeleteAccessGrantsInstanceCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_DeleteAccessGrantsInstanceCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.DeleteAccessGrantsInstanceCommand = DeleteAccessGrantsInstanceCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAccessGrantsInstanceResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class DeleteAccessGrantsInstanceResourcePolicyCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAccessGrantsInstanceResourcePolicyCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "DeleteAccessGrantsInstanceResourcePolicy",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_DeleteAccessGrantsInstanceResourcePolicyCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_DeleteAccessGrantsInstanceResourcePolicyCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.DeleteAccessGrantsInstanceResourcePolicyCommand = DeleteAccessGrantsInstanceResourcePolicyCommand;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAccessGrantsLocationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_apply_body_checksum_1 = require("@smithy/middleware-apply-body-checksum");
|
|
6
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
11
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
+
class DeleteAccessGrantsLocationCommand extends smithy_client_1.Command {
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
constructor(input) {
|
|
25
|
+
super();
|
|
26
|
+
this.input = input;
|
|
27
|
+
}
|
|
28
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
29
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAccessGrantsLocationCommand.getEndpointParameterInstructions()));
|
|
31
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
32
|
+
this.middlewareStack.use((0, middleware_apply_body_checksum_1.getApplyMd5BodyChecksumPlugin)(configuration));
|
|
33
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
34
|
+
const { logger } = configuration;
|
|
35
|
+
const clientName = "S3ControlClient";
|
|
36
|
+
const commandName = "DeleteAccessGrantsLocationCommand";
|
|
37
|
+
const handlerExecutionContext = {
|
|
38
|
+
logger,
|
|
39
|
+
clientName,
|
|
40
|
+
commandName,
|
|
41
|
+
inputFilterSensitiveLog: (_) => _,
|
|
42
|
+
outputFilterSensitiveLog: (_) => _,
|
|
43
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
44
|
+
service: "AWSS3ControlServiceV20180820",
|
|
45
|
+
operation: "DeleteAccessGrantsLocation",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
const { requestHandler } = configuration;
|
|
49
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
50
|
+
}
|
|
51
|
+
serialize(input, context) {
|
|
52
|
+
return (0, Aws_restXml_1.se_DeleteAccessGrantsLocationCommand)(input, context);
|
|
53
|
+
}
|
|
54
|
+
deserialize(output, context) {
|
|
55
|
+
return (0, Aws_restXml_1.de_DeleteAccessGrantsLocationCommand)(output, context);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.DeleteAccessGrantsLocationCommand = DeleteAccessGrantsLocationCommand;
|