@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-es/S3Control.js
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AssociateAccessGrantsIdentityCenterCommand, } from "./commands/AssociateAccessGrantsIdentityCenterCommand";
|
|
3
|
+
import { CreateAccessGrantCommand, } from "./commands/CreateAccessGrantCommand";
|
|
4
|
+
import { CreateAccessGrantsInstanceCommand, } from "./commands/CreateAccessGrantsInstanceCommand";
|
|
5
|
+
import { CreateAccessGrantsLocationCommand, } from "./commands/CreateAccessGrantsLocationCommand";
|
|
2
6
|
import { CreateAccessPointCommand, } from "./commands/CreateAccessPointCommand";
|
|
3
7
|
import { CreateAccessPointForObjectLambdaCommand, } from "./commands/CreateAccessPointForObjectLambdaCommand";
|
|
4
8
|
import { CreateBucketCommand, } from "./commands/CreateBucketCommand";
|
|
5
9
|
import { CreateJobCommand } from "./commands/CreateJobCommand";
|
|
6
10
|
import { CreateMultiRegionAccessPointCommand, } from "./commands/CreateMultiRegionAccessPointCommand";
|
|
7
11
|
import { CreateStorageLensGroupCommand, } from "./commands/CreateStorageLensGroupCommand";
|
|
12
|
+
import { DeleteAccessGrantCommand, } from "./commands/DeleteAccessGrantCommand";
|
|
13
|
+
import { DeleteAccessGrantsInstanceCommand, } from "./commands/DeleteAccessGrantsInstanceCommand";
|
|
14
|
+
import { DeleteAccessGrantsInstanceResourcePolicyCommand, } from "./commands/DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
15
|
+
import { DeleteAccessGrantsLocationCommand, } from "./commands/DeleteAccessGrantsLocationCommand";
|
|
8
16
|
import { DeleteAccessPointCommand, } from "./commands/DeleteAccessPointCommand";
|
|
9
17
|
import { DeleteAccessPointForObjectLambdaCommand, } from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
10
18
|
import { DeleteAccessPointPolicyCommand, } from "./commands/DeleteAccessPointPolicyCommand";
|
|
@@ -22,6 +30,12 @@ import { DeleteStorageLensConfigurationTaggingCommand, } from "./commands/Delete
|
|
|
22
30
|
import { DeleteStorageLensGroupCommand, } from "./commands/DeleteStorageLensGroupCommand";
|
|
23
31
|
import { DescribeJobCommand } from "./commands/DescribeJobCommand";
|
|
24
32
|
import { DescribeMultiRegionAccessPointOperationCommand, } from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
33
|
+
import { DissociateAccessGrantsIdentityCenterCommand, } from "./commands/DissociateAccessGrantsIdentityCenterCommand";
|
|
34
|
+
import { GetAccessGrantCommand, } from "./commands/GetAccessGrantCommand";
|
|
35
|
+
import { GetAccessGrantsInstanceCommand, } from "./commands/GetAccessGrantsInstanceCommand";
|
|
36
|
+
import { GetAccessGrantsInstanceForPrefixCommand, } from "./commands/GetAccessGrantsInstanceForPrefixCommand";
|
|
37
|
+
import { GetAccessGrantsInstanceResourcePolicyCommand, } from "./commands/GetAccessGrantsInstanceResourcePolicyCommand";
|
|
38
|
+
import { GetAccessGrantsLocationCommand, } from "./commands/GetAccessGrantsLocationCommand";
|
|
25
39
|
import { GetAccessPointCommand, } from "./commands/GetAccessPointCommand";
|
|
26
40
|
import { GetAccessPointConfigurationForObjectLambdaCommand, } from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
27
41
|
import { GetAccessPointForObjectLambdaCommand, } from "./commands/GetAccessPointForObjectLambdaCommand";
|
|
@@ -35,6 +49,7 @@ import { GetBucketPolicyCommand, } from "./commands/GetBucketPolicyCommand";
|
|
|
35
49
|
import { GetBucketReplicationCommand, } from "./commands/GetBucketReplicationCommand";
|
|
36
50
|
import { GetBucketTaggingCommand, } from "./commands/GetBucketTaggingCommand";
|
|
37
51
|
import { GetBucketVersioningCommand, } from "./commands/GetBucketVersioningCommand";
|
|
52
|
+
import { GetDataAccessCommand, } from "./commands/GetDataAccessCommand";
|
|
38
53
|
import { GetJobTaggingCommand, } from "./commands/GetJobTaggingCommand";
|
|
39
54
|
import { GetMultiRegionAccessPointCommand, } from "./commands/GetMultiRegionAccessPointCommand";
|
|
40
55
|
import { GetMultiRegionAccessPointPolicyCommand, } from "./commands/GetMultiRegionAccessPointPolicyCommand";
|
|
@@ -44,6 +59,9 @@ import { GetPublicAccessBlockCommand, } from "./commands/GetPublicAccessBlockCom
|
|
|
44
59
|
import { GetStorageLensConfigurationCommand, } from "./commands/GetStorageLensConfigurationCommand";
|
|
45
60
|
import { GetStorageLensConfigurationTaggingCommand, } from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
46
61
|
import { GetStorageLensGroupCommand, } from "./commands/GetStorageLensGroupCommand";
|
|
62
|
+
import { ListAccessGrantsCommand, } from "./commands/ListAccessGrantsCommand";
|
|
63
|
+
import { ListAccessGrantsInstancesCommand, } from "./commands/ListAccessGrantsInstancesCommand";
|
|
64
|
+
import { ListAccessGrantsLocationsCommand, } from "./commands/ListAccessGrantsLocationsCommand";
|
|
47
65
|
import { ListAccessPointsCommand, } from "./commands/ListAccessPointsCommand";
|
|
48
66
|
import { ListAccessPointsForObjectLambdaCommand, } from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
49
67
|
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
@@ -52,6 +70,7 @@ import { ListRegionalBucketsCommand, } from "./commands/ListRegionalBucketsComma
|
|
|
52
70
|
import { ListStorageLensConfigurationsCommand, } from "./commands/ListStorageLensConfigurationsCommand";
|
|
53
71
|
import { ListStorageLensGroupsCommand, } from "./commands/ListStorageLensGroupsCommand";
|
|
54
72
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
73
|
+
import { PutAccessGrantsInstanceResourcePolicyCommand, } from "./commands/PutAccessGrantsInstanceResourcePolicyCommand";
|
|
55
74
|
import { PutAccessPointConfigurationForObjectLambdaCommand, } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
56
75
|
import { PutAccessPointPolicyCommand, } from "./commands/PutAccessPointPolicyCommand";
|
|
57
76
|
import { PutAccessPointPolicyForObjectLambdaCommand, } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
@@ -68,17 +87,26 @@ import { PutStorageLensConfigurationTaggingCommand, } from "./commands/PutStorag
|
|
|
68
87
|
import { SubmitMultiRegionAccessPointRoutesCommand, } from "./commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
69
88
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
70
89
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
90
|
+
import { UpdateAccessGrantsLocationCommand, } from "./commands/UpdateAccessGrantsLocationCommand";
|
|
71
91
|
import { UpdateJobPriorityCommand, } from "./commands/UpdateJobPriorityCommand";
|
|
72
92
|
import { UpdateJobStatusCommand, } from "./commands/UpdateJobStatusCommand";
|
|
73
93
|
import { UpdateStorageLensGroupCommand, } from "./commands/UpdateStorageLensGroupCommand";
|
|
74
94
|
import { S3ControlClient } from "./S3ControlClient";
|
|
75
95
|
const commands = {
|
|
96
|
+
AssociateAccessGrantsIdentityCenterCommand,
|
|
97
|
+
CreateAccessGrantCommand,
|
|
98
|
+
CreateAccessGrantsInstanceCommand,
|
|
99
|
+
CreateAccessGrantsLocationCommand,
|
|
76
100
|
CreateAccessPointCommand,
|
|
77
101
|
CreateAccessPointForObjectLambdaCommand,
|
|
78
102
|
CreateBucketCommand,
|
|
79
103
|
CreateJobCommand,
|
|
80
104
|
CreateMultiRegionAccessPointCommand,
|
|
81
105
|
CreateStorageLensGroupCommand,
|
|
106
|
+
DeleteAccessGrantCommand,
|
|
107
|
+
DeleteAccessGrantsInstanceCommand,
|
|
108
|
+
DeleteAccessGrantsInstanceResourcePolicyCommand,
|
|
109
|
+
DeleteAccessGrantsLocationCommand,
|
|
82
110
|
DeleteAccessPointCommand,
|
|
83
111
|
DeleteAccessPointForObjectLambdaCommand,
|
|
84
112
|
DeleteAccessPointPolicyCommand,
|
|
@@ -96,6 +124,12 @@ const commands = {
|
|
|
96
124
|
DeleteStorageLensGroupCommand,
|
|
97
125
|
DescribeJobCommand,
|
|
98
126
|
DescribeMultiRegionAccessPointOperationCommand,
|
|
127
|
+
DissociateAccessGrantsIdentityCenterCommand,
|
|
128
|
+
GetAccessGrantCommand,
|
|
129
|
+
GetAccessGrantsInstanceCommand,
|
|
130
|
+
GetAccessGrantsInstanceForPrefixCommand,
|
|
131
|
+
GetAccessGrantsInstanceResourcePolicyCommand,
|
|
132
|
+
GetAccessGrantsLocationCommand,
|
|
99
133
|
GetAccessPointCommand,
|
|
100
134
|
GetAccessPointConfigurationForObjectLambdaCommand,
|
|
101
135
|
GetAccessPointForObjectLambdaCommand,
|
|
@@ -109,6 +143,7 @@ const commands = {
|
|
|
109
143
|
GetBucketReplicationCommand,
|
|
110
144
|
GetBucketTaggingCommand,
|
|
111
145
|
GetBucketVersioningCommand,
|
|
146
|
+
GetDataAccessCommand,
|
|
112
147
|
GetJobTaggingCommand,
|
|
113
148
|
GetMultiRegionAccessPointCommand,
|
|
114
149
|
GetMultiRegionAccessPointPolicyCommand,
|
|
@@ -118,6 +153,9 @@ const commands = {
|
|
|
118
153
|
GetStorageLensConfigurationCommand,
|
|
119
154
|
GetStorageLensConfigurationTaggingCommand,
|
|
120
155
|
GetStorageLensGroupCommand,
|
|
156
|
+
ListAccessGrantsCommand,
|
|
157
|
+
ListAccessGrantsInstancesCommand,
|
|
158
|
+
ListAccessGrantsLocationsCommand,
|
|
121
159
|
ListAccessPointsCommand,
|
|
122
160
|
ListAccessPointsForObjectLambdaCommand,
|
|
123
161
|
ListJobsCommand,
|
|
@@ -126,6 +164,7 @@ const commands = {
|
|
|
126
164
|
ListStorageLensConfigurationsCommand,
|
|
127
165
|
ListStorageLensGroupsCommand,
|
|
128
166
|
ListTagsForResourceCommand,
|
|
167
|
+
PutAccessGrantsInstanceResourcePolicyCommand,
|
|
129
168
|
PutAccessPointConfigurationForObjectLambdaCommand,
|
|
130
169
|
PutAccessPointPolicyCommand,
|
|
131
170
|
PutAccessPointPolicyForObjectLambdaCommand,
|
|
@@ -142,6 +181,7 @@ const commands = {
|
|
|
142
181
|
SubmitMultiRegionAccessPointRoutesCommand,
|
|
143
182
|
TagResourceCommand,
|
|
144
183
|
UntagResourceCommand,
|
|
184
|
+
UpdateAccessGrantsLocationCommand,
|
|
145
185
|
UpdateJobPriorityCommand,
|
|
146
186
|
UpdateJobStatusCommand,
|
|
147
187
|
UpdateStorageLensGroupCommand,
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_AssociateAccessGrantsIdentityCenterCommand, se_AssociateAccessGrantsIdentityCenterCommand, } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class AssociateAccessGrantsIdentityCenterCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateAccessGrantsIdentityCenterCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "AssociateAccessGrantsIdentityCenterCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "AssociateAccessGrantsIdentityCenter",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_AssociateAccessGrantsIdentityCenterCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_AssociateAccessGrantsIdentityCenterCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_CreateAccessGrantCommand, se_CreateAccessGrantCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class CreateAccessGrantCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateAccessGrantCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "CreateAccessGrantCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "CreateAccessGrant",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_CreateAccessGrantCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_CreateAccessGrantCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_CreateAccessGrantsInstanceCommand, se_CreateAccessGrantsInstanceCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class CreateAccessGrantsInstanceCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateAccessGrantsInstanceCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "CreateAccessGrantsInstanceCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "CreateAccessGrantsInstance",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_CreateAccessGrantsInstanceCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_CreateAccessGrantsInstanceCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_CreateAccessGrantsLocationCommand, se_CreateAccessGrantsLocationCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class CreateAccessGrantsLocationCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateAccessGrantsLocationCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "CreateAccessGrantsLocationCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "CreateAccessGrantsLocation",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_CreateAccessGrantsLocationCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_CreateAccessGrantsLocationCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_DeleteAccessGrantCommand, se_DeleteAccessGrantCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class DeleteAccessGrantCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessGrantCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "DeleteAccessGrantCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "DeleteAccessGrant",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_DeleteAccessGrantCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_DeleteAccessGrantCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_DeleteAccessGrantsInstanceCommand, se_DeleteAccessGrantsInstanceCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class DeleteAccessGrantsInstanceCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessGrantsInstanceCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "DeleteAccessGrantsInstanceCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "DeleteAccessGrantsInstance",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_DeleteAccessGrantsInstanceCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_DeleteAccessGrantsInstanceCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_DeleteAccessGrantsInstanceResourcePolicyCommand, se_DeleteAccessGrantsInstanceResourcePolicyCommand, } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class DeleteAccessGrantsInstanceResourcePolicyCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessGrantsInstanceResourcePolicyCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "DeleteAccessGrantsInstanceResourcePolicy",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_DeleteAccessGrantsInstanceResourcePolicyCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_DeleteAccessGrantsInstanceResourcePolicyCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_DeleteAccessGrantsLocationCommand, se_DeleteAccessGrantsLocationCommand } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class DeleteAccessGrantsLocationCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessGrantsLocationCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "DeleteAccessGrantsLocationCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "DeleteAccessGrantsLocation",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_DeleteAccessGrantsLocationCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_DeleteAccessGrantsLocationCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
7
|
+
import { de_DissociateAccessGrantsIdentityCenterCommand, se_DissociateAccessGrantsIdentityCenterCommand, } from "../protocols/Aws_restXml";
|
|
8
|
+
export { $Command };
|
|
9
|
+
export class DissociateAccessGrantsIdentityCenterCommand extends $Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
13
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
16
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
17
|
+
Region: { type: "builtInParams", name: "region" },
|
|
18
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
constructor(input) {
|
|
22
|
+
super();
|
|
23
|
+
this.input = input;
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DissociateAccessGrantsIdentityCenterCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "DissociateAccessGrantsIdentityCenterCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: (_) => _,
|
|
39
|
+
outputFilterSensitiveLog: (_) => _,
|
|
40
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
41
|
+
service: "AWSS3ControlServiceV20180820",
|
|
42
|
+
operation: "DissociateAccessGrantsIdentityCenter",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
const { requestHandler } = configuration;
|
|
46
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
47
|
+
}
|
|
48
|
+
serialize(input, context) {
|
|
49
|
+
return se_DissociateAccessGrantsIdentityCenterCommand(input, context);
|
|
50
|
+
}
|
|
51
|
+
deserialize(output, context) {
|
|
52
|
+
return de_DissociateAccessGrantsIdentityCenterCommand(output, context);
|
|
53
|
+
}
|
|
54
|
+
}
|