@aws-sdk/client-s3-control 3.450.0 → 3.452.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 +64 -0
- package/dist-cjs/S3Control.js +16 -0
- package/dist-cjs/commands/CreateStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/DeleteStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/GetStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/ListStorageLensGroupsCommand.js +56 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +56 -0
- package/dist-cjs/commands/TagResourceCommand.js +56 -0
- package/dist-cjs/commands/UntagResourceCommand.js +56 -0
- package/dist-cjs/commands/UpdateStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/pagination/ListStorageLensGroupsPaginator.js +28 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +968 -3
- package/dist-es/S3Control.js +16 -0
- package/dist-es/commands/CreateStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/DeleteStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/GetStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/ListStorageLensGroupsCommand.js +52 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +52 -0
- package/dist-es/commands/TagResourceCommand.js +52 -0
- package/dist-es/commands/UntagResourceCommand.js +52 -0
- package/dist-es/commands/UpdateStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListStorageLensGroupsPaginator.js +24 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +949 -0
- package/dist-types/S3Control.d.ts +56 -0
- package/dist-types/S3ControlClient.d.ts +10 -2
- package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +159 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +78 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +149 -0
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +88 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +88 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +86 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +84 -0
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +148 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +555 -7
- package/dist-types/pagination/ListStorageLensGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +72 -0
- package/dist-types/ts3.4/S3Control.d.ts +136 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +101 -0
- package/dist-types/ts3.4/pagination/ListStorageLensGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +96 -0
- package/package.json +40 -40
package/README.md
CHANGED
|
@@ -242,6 +242,14 @@ CreateMultiRegionAccessPoint
|
|
|
242
242
|
|
|
243
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/createmultiregionaccesspointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/createmultiregionaccesspointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/createmultiregionaccesspointcommandoutput.html)
|
|
244
244
|
|
|
245
|
+
</details>
|
|
246
|
+
<details>
|
|
247
|
+
<summary>
|
|
248
|
+
CreateStorageLensGroup
|
|
249
|
+
</summary>
|
|
250
|
+
|
|
251
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/createstoragelensgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/createstoragelensgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/createstoragelensgroupcommandoutput.html)
|
|
252
|
+
|
|
245
253
|
</details>
|
|
246
254
|
<details>
|
|
247
255
|
<summary>
|
|
@@ -354,6 +362,14 @@ DeleteStorageLensConfigurationTagging
|
|
|
354
362
|
|
|
355
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/deletestoragelensconfigurationtaggingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/deletestoragelensconfigurationtaggingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/deletestoragelensconfigurationtaggingcommandoutput.html)
|
|
356
364
|
|
|
365
|
+
</details>
|
|
366
|
+
<details>
|
|
367
|
+
<summary>
|
|
368
|
+
DeleteStorageLensGroup
|
|
369
|
+
</summary>
|
|
370
|
+
|
|
371
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/deletestoragelensgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/deletestoragelensgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/deletestoragelensgroupcommandoutput.html)
|
|
372
|
+
|
|
357
373
|
</details>
|
|
358
374
|
<details>
|
|
359
375
|
<summary>
|
|
@@ -538,6 +554,14 @@ GetStorageLensConfigurationTagging
|
|
|
538
554
|
|
|
539
555
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/getstoragelensconfigurationtaggingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/getstoragelensconfigurationtaggingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/getstoragelensconfigurationtaggingcommandoutput.html)
|
|
540
556
|
|
|
557
|
+
</details>
|
|
558
|
+
<details>
|
|
559
|
+
<summary>
|
|
560
|
+
GetStorageLensGroup
|
|
561
|
+
</summary>
|
|
562
|
+
|
|
563
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/getstoragelensgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/getstoragelensgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/getstoragelensgroupcommandoutput.html)
|
|
564
|
+
|
|
541
565
|
</details>
|
|
542
566
|
<details>
|
|
543
567
|
<summary>
|
|
@@ -586,6 +610,22 @@ ListStorageLensConfigurations
|
|
|
586
610
|
|
|
587
611
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/liststoragelensconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/liststoragelensconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/liststoragelensconfigurationscommandoutput.html)
|
|
588
612
|
|
|
613
|
+
</details>
|
|
614
|
+
<details>
|
|
615
|
+
<summary>
|
|
616
|
+
ListStorageLensGroups
|
|
617
|
+
</summary>
|
|
618
|
+
|
|
619
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/liststoragelensgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/liststoragelensgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/liststoragelensgroupscommandoutput.html)
|
|
620
|
+
|
|
621
|
+
</details>
|
|
622
|
+
<details>
|
|
623
|
+
<summary>
|
|
624
|
+
ListTagsForResource
|
|
625
|
+
</summary>
|
|
626
|
+
|
|
627
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/listtagsforresourcecommandoutput.html)
|
|
628
|
+
|
|
589
629
|
</details>
|
|
590
630
|
<details>
|
|
591
631
|
<summary>
|
|
@@ -698,6 +738,22 @@ SubmitMultiRegionAccessPointRoutes
|
|
|
698
738
|
|
|
699
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/submitmultiregionaccesspointroutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/submitmultiregionaccesspointroutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/submitmultiregionaccesspointroutescommandoutput.html)
|
|
700
740
|
|
|
741
|
+
</details>
|
|
742
|
+
<details>
|
|
743
|
+
<summary>
|
|
744
|
+
TagResource
|
|
745
|
+
</summary>
|
|
746
|
+
|
|
747
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/tagresourcecommandoutput.html)
|
|
748
|
+
|
|
749
|
+
</details>
|
|
750
|
+
<details>
|
|
751
|
+
<summary>
|
|
752
|
+
UntagResource
|
|
753
|
+
</summary>
|
|
754
|
+
|
|
755
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/untagresourcecommandoutput.html)
|
|
756
|
+
|
|
701
757
|
</details>
|
|
702
758
|
<details>
|
|
703
759
|
<summary>
|
|
@@ -715,3 +771,11 @@ UpdateJobStatus
|
|
|
715
771
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/updatejobstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/updatejobstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/updatejobstatuscommandoutput.html)
|
|
716
772
|
|
|
717
773
|
</details>
|
|
774
|
+
<details>
|
|
775
|
+
<summary>
|
|
776
|
+
UpdateStorageLensGroup
|
|
777
|
+
</summary>
|
|
778
|
+
|
|
779
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/classes/updatestoragelensgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/updatestoragelensgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3-control/interfaces/updatestoragelensgroupcommandoutput.html)
|
|
780
|
+
|
|
781
|
+
</details>
|
package/dist-cjs/S3Control.js
CHANGED
|
@@ -7,6 +7,7 @@ const CreateAccessPointForObjectLambdaCommand_1 = require("./commands/CreateAcce
|
|
|
7
7
|
const CreateBucketCommand_1 = require("./commands/CreateBucketCommand");
|
|
8
8
|
const CreateJobCommand_1 = require("./commands/CreateJobCommand");
|
|
9
9
|
const CreateMultiRegionAccessPointCommand_1 = require("./commands/CreateMultiRegionAccessPointCommand");
|
|
10
|
+
const CreateStorageLensGroupCommand_1 = require("./commands/CreateStorageLensGroupCommand");
|
|
10
11
|
const DeleteAccessPointCommand_1 = require("./commands/DeleteAccessPointCommand");
|
|
11
12
|
const DeleteAccessPointForObjectLambdaCommand_1 = require("./commands/DeleteAccessPointForObjectLambdaCommand");
|
|
12
13
|
const DeleteAccessPointPolicyCommand_1 = require("./commands/DeleteAccessPointPolicyCommand");
|
|
@@ -21,6 +22,7 @@ const DeleteMultiRegionAccessPointCommand_1 = require("./commands/DeleteMultiReg
|
|
|
21
22
|
const DeletePublicAccessBlockCommand_1 = require("./commands/DeletePublicAccessBlockCommand");
|
|
22
23
|
const DeleteStorageLensConfigurationCommand_1 = require("./commands/DeleteStorageLensConfigurationCommand");
|
|
23
24
|
const DeleteStorageLensConfigurationTaggingCommand_1 = require("./commands/DeleteStorageLensConfigurationTaggingCommand");
|
|
25
|
+
const DeleteStorageLensGroupCommand_1 = require("./commands/DeleteStorageLensGroupCommand");
|
|
24
26
|
const DescribeJobCommand_1 = require("./commands/DescribeJobCommand");
|
|
25
27
|
const DescribeMultiRegionAccessPointOperationCommand_1 = require("./commands/DescribeMultiRegionAccessPointOperationCommand");
|
|
26
28
|
const GetAccessPointCommand_1 = require("./commands/GetAccessPointCommand");
|
|
@@ -44,12 +46,15 @@ const GetMultiRegionAccessPointRoutesCommand_1 = require("./commands/GetMultiReg
|
|
|
44
46
|
const GetPublicAccessBlockCommand_1 = require("./commands/GetPublicAccessBlockCommand");
|
|
45
47
|
const GetStorageLensConfigurationCommand_1 = require("./commands/GetStorageLensConfigurationCommand");
|
|
46
48
|
const GetStorageLensConfigurationTaggingCommand_1 = require("./commands/GetStorageLensConfigurationTaggingCommand");
|
|
49
|
+
const GetStorageLensGroupCommand_1 = require("./commands/GetStorageLensGroupCommand");
|
|
47
50
|
const ListAccessPointsCommand_1 = require("./commands/ListAccessPointsCommand");
|
|
48
51
|
const ListAccessPointsForObjectLambdaCommand_1 = require("./commands/ListAccessPointsForObjectLambdaCommand");
|
|
49
52
|
const ListJobsCommand_1 = require("./commands/ListJobsCommand");
|
|
50
53
|
const ListMultiRegionAccessPointsCommand_1 = require("./commands/ListMultiRegionAccessPointsCommand");
|
|
51
54
|
const ListRegionalBucketsCommand_1 = require("./commands/ListRegionalBucketsCommand");
|
|
52
55
|
const ListStorageLensConfigurationsCommand_1 = require("./commands/ListStorageLensConfigurationsCommand");
|
|
56
|
+
const ListStorageLensGroupsCommand_1 = require("./commands/ListStorageLensGroupsCommand");
|
|
57
|
+
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
53
58
|
const PutAccessPointConfigurationForObjectLambdaCommand_1 = require("./commands/PutAccessPointConfigurationForObjectLambdaCommand");
|
|
54
59
|
const PutAccessPointPolicyCommand_1 = require("./commands/PutAccessPointPolicyCommand");
|
|
55
60
|
const PutAccessPointPolicyForObjectLambdaCommand_1 = require("./commands/PutAccessPointPolicyForObjectLambdaCommand");
|
|
@@ -64,8 +69,11 @@ const PutPublicAccessBlockCommand_1 = require("./commands/PutPublicAccessBlockCo
|
|
|
64
69
|
const PutStorageLensConfigurationCommand_1 = require("./commands/PutStorageLensConfigurationCommand");
|
|
65
70
|
const PutStorageLensConfigurationTaggingCommand_1 = require("./commands/PutStorageLensConfigurationTaggingCommand");
|
|
66
71
|
const SubmitMultiRegionAccessPointRoutesCommand_1 = require("./commands/SubmitMultiRegionAccessPointRoutesCommand");
|
|
72
|
+
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
73
|
+
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
67
74
|
const UpdateJobPriorityCommand_1 = require("./commands/UpdateJobPriorityCommand");
|
|
68
75
|
const UpdateJobStatusCommand_1 = require("./commands/UpdateJobStatusCommand");
|
|
76
|
+
const UpdateStorageLensGroupCommand_1 = require("./commands/UpdateStorageLensGroupCommand");
|
|
69
77
|
const S3ControlClient_1 = require("./S3ControlClient");
|
|
70
78
|
const commands = {
|
|
71
79
|
CreateAccessPointCommand: CreateAccessPointCommand_1.CreateAccessPointCommand,
|
|
@@ -73,6 +81,7 @@ const commands = {
|
|
|
73
81
|
CreateBucketCommand: CreateBucketCommand_1.CreateBucketCommand,
|
|
74
82
|
CreateJobCommand: CreateJobCommand_1.CreateJobCommand,
|
|
75
83
|
CreateMultiRegionAccessPointCommand: CreateMultiRegionAccessPointCommand_1.CreateMultiRegionAccessPointCommand,
|
|
84
|
+
CreateStorageLensGroupCommand: CreateStorageLensGroupCommand_1.CreateStorageLensGroupCommand,
|
|
76
85
|
DeleteAccessPointCommand: DeleteAccessPointCommand_1.DeleteAccessPointCommand,
|
|
77
86
|
DeleteAccessPointForObjectLambdaCommand: DeleteAccessPointForObjectLambdaCommand_1.DeleteAccessPointForObjectLambdaCommand,
|
|
78
87
|
DeleteAccessPointPolicyCommand: DeleteAccessPointPolicyCommand_1.DeleteAccessPointPolicyCommand,
|
|
@@ -87,6 +96,7 @@ const commands = {
|
|
|
87
96
|
DeletePublicAccessBlockCommand: DeletePublicAccessBlockCommand_1.DeletePublicAccessBlockCommand,
|
|
88
97
|
DeleteStorageLensConfigurationCommand: DeleteStorageLensConfigurationCommand_1.DeleteStorageLensConfigurationCommand,
|
|
89
98
|
DeleteStorageLensConfigurationTaggingCommand: DeleteStorageLensConfigurationTaggingCommand_1.DeleteStorageLensConfigurationTaggingCommand,
|
|
99
|
+
DeleteStorageLensGroupCommand: DeleteStorageLensGroupCommand_1.DeleteStorageLensGroupCommand,
|
|
90
100
|
DescribeJobCommand: DescribeJobCommand_1.DescribeJobCommand,
|
|
91
101
|
DescribeMultiRegionAccessPointOperationCommand: DescribeMultiRegionAccessPointOperationCommand_1.DescribeMultiRegionAccessPointOperationCommand,
|
|
92
102
|
GetAccessPointCommand: GetAccessPointCommand_1.GetAccessPointCommand,
|
|
@@ -110,12 +120,15 @@ const commands = {
|
|
|
110
120
|
GetPublicAccessBlockCommand: GetPublicAccessBlockCommand_1.GetPublicAccessBlockCommand,
|
|
111
121
|
GetStorageLensConfigurationCommand: GetStorageLensConfigurationCommand_1.GetStorageLensConfigurationCommand,
|
|
112
122
|
GetStorageLensConfigurationTaggingCommand: GetStorageLensConfigurationTaggingCommand_1.GetStorageLensConfigurationTaggingCommand,
|
|
123
|
+
GetStorageLensGroupCommand: GetStorageLensGroupCommand_1.GetStorageLensGroupCommand,
|
|
113
124
|
ListAccessPointsCommand: ListAccessPointsCommand_1.ListAccessPointsCommand,
|
|
114
125
|
ListAccessPointsForObjectLambdaCommand: ListAccessPointsForObjectLambdaCommand_1.ListAccessPointsForObjectLambdaCommand,
|
|
115
126
|
ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
|
|
116
127
|
ListMultiRegionAccessPointsCommand: ListMultiRegionAccessPointsCommand_1.ListMultiRegionAccessPointsCommand,
|
|
117
128
|
ListRegionalBucketsCommand: ListRegionalBucketsCommand_1.ListRegionalBucketsCommand,
|
|
118
129
|
ListStorageLensConfigurationsCommand: ListStorageLensConfigurationsCommand_1.ListStorageLensConfigurationsCommand,
|
|
130
|
+
ListStorageLensGroupsCommand: ListStorageLensGroupsCommand_1.ListStorageLensGroupsCommand,
|
|
131
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
119
132
|
PutAccessPointConfigurationForObjectLambdaCommand: PutAccessPointConfigurationForObjectLambdaCommand_1.PutAccessPointConfigurationForObjectLambdaCommand,
|
|
120
133
|
PutAccessPointPolicyCommand: PutAccessPointPolicyCommand_1.PutAccessPointPolicyCommand,
|
|
121
134
|
PutAccessPointPolicyForObjectLambdaCommand: PutAccessPointPolicyForObjectLambdaCommand_1.PutAccessPointPolicyForObjectLambdaCommand,
|
|
@@ -130,8 +143,11 @@ const commands = {
|
|
|
130
143
|
PutStorageLensConfigurationCommand: PutStorageLensConfigurationCommand_1.PutStorageLensConfigurationCommand,
|
|
131
144
|
PutStorageLensConfigurationTaggingCommand: PutStorageLensConfigurationTaggingCommand_1.PutStorageLensConfigurationTaggingCommand,
|
|
132
145
|
SubmitMultiRegionAccessPointRoutesCommand: SubmitMultiRegionAccessPointRoutesCommand_1.SubmitMultiRegionAccessPointRoutesCommand,
|
|
146
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
147
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
133
148
|
UpdateJobPriorityCommand: UpdateJobPriorityCommand_1.UpdateJobPriorityCommand,
|
|
134
149
|
UpdateJobStatusCommand: UpdateJobStatusCommand_1.UpdateJobStatusCommand,
|
|
150
|
+
UpdateStorageLensGroupCommand: UpdateStorageLensGroupCommand_1.UpdateStorageLensGroupCommand,
|
|
135
151
|
};
|
|
136
152
|
class S3Control extends S3ControlClient_1.S3ControlClient {
|
|
137
153
|
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateStorageLensGroupCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class CreateStorageLensGroupCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateStorageLensGroupCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "CreateStorageLensGroupCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "CreateStorageLensGroup",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_CreateStorageLensGroupCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_CreateStorageLensGroupCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.CreateStorageLensGroupCommand = CreateStorageLensGroupCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteStorageLensGroupCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class DeleteStorageLensGroupCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteStorageLensGroupCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "DeleteStorageLensGroupCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "DeleteStorageLensGroup",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_DeleteStorageLensGroupCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_DeleteStorageLensGroupCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.DeleteStorageLensGroupCommand = DeleteStorageLensGroupCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetStorageLensGroupCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class GetStorageLensGroupCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetStorageLensGroupCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "GetStorageLensGroupCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "GetStorageLensGroup",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_GetStorageLensGroupCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_GetStorageLensGroupCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.GetStorageLensGroupCommand = GetStorageLensGroupCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListStorageLensGroupsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class ListStorageLensGroupsCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStorageLensGroupsCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "ListStorageLensGroupsCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "ListStorageLensGroups",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_ListStorageLensGroupsCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_ListStorageLensGroupsCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.ListStorageLensGroupsCommand = ListStorageLensGroupsCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "ListTagsForResourceCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "ListTagsForResource",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_ListTagsForResourceCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_ListTagsForResourceCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class TagResourceCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "TagResourceCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "TagResource",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_TagResourceCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_TagResourceCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_sdk_s3_control_1 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
5
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class UntagResourceCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
constructor(input) {
|
|
24
|
+
super();
|
|
25
|
+
this.input = input;
|
|
26
|
+
}
|
|
27
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
28
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
29
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
30
|
+
this.middlewareStack.use((0, middleware_sdk_s3_control_1.getProcessArnablesPlugin)(configuration));
|
|
31
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
32
|
+
const { logger } = configuration;
|
|
33
|
+
const clientName = "S3ControlClient";
|
|
34
|
+
const commandName = "UntagResourceCommand";
|
|
35
|
+
const handlerExecutionContext = {
|
|
36
|
+
logger,
|
|
37
|
+
clientName,
|
|
38
|
+
commandName,
|
|
39
|
+
inputFilterSensitiveLog: (_) => _,
|
|
40
|
+
outputFilterSensitiveLog: (_) => _,
|
|
41
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
42
|
+
service: "AWSS3ControlServiceV20180820",
|
|
43
|
+
operation: "UntagResource",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const { requestHandler } = configuration;
|
|
47
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
48
|
+
}
|
|
49
|
+
serialize(input, context) {
|
|
50
|
+
return (0, Aws_restXml_1.se_UntagResourceCommand)(input, context);
|
|
51
|
+
}
|
|
52
|
+
deserialize(output, context) {
|
|
53
|
+
return (0, Aws_restXml_1.de_UntagResourceCommand)(output, context);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|