@aws-sdk/client-s3-control 3.451.0 → 3.454.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 +2 -2
|
@@ -5,6 +5,7 @@ import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjec
|
|
|
5
5
|
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "../commands/CreateBucketCommand";
|
|
6
6
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
7
7
|
import { CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput } from "../commands/CreateMultiRegionAccessPointCommand";
|
|
8
|
+
import { CreateStorageLensGroupCommandInput, CreateStorageLensGroupCommandOutput } from "../commands/CreateStorageLensGroupCommand";
|
|
8
9
|
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "../commands/DeleteAccessPointCommand";
|
|
9
10
|
import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointForObjectLambdaCommand";
|
|
10
11
|
import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "../commands/DeleteAccessPointPolicyCommand";
|
|
@@ -19,6 +20,7 @@ import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointC
|
|
|
19
20
|
import { DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput } from "../commands/DeletePublicAccessBlockCommand";
|
|
20
21
|
import { DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput } from "../commands/DeleteStorageLensConfigurationCommand";
|
|
21
22
|
import { DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput } from "../commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
23
|
+
import { DeleteStorageLensGroupCommandInput, DeleteStorageLensGroupCommandOutput } from "../commands/DeleteStorageLensGroupCommand";
|
|
22
24
|
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "../commands/DescribeJobCommand";
|
|
23
25
|
import { DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput } from "../commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
24
26
|
import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "../commands/GetAccessPointCommand";
|
|
@@ -42,12 +44,15 @@ import { GetMultiRegionAccessPointRoutesCommandInput, GetMultiRegionAccessPointR
|
|
|
42
44
|
import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } from "../commands/GetPublicAccessBlockCommand";
|
|
43
45
|
import { GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput } from "../commands/GetStorageLensConfigurationCommand";
|
|
44
46
|
import { GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput } from "../commands/GetStorageLensConfigurationTaggingCommand";
|
|
47
|
+
import { GetStorageLensGroupCommandInput, GetStorageLensGroupCommandOutput } from "../commands/GetStorageLensGroupCommand";
|
|
45
48
|
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "../commands/ListAccessPointsCommand";
|
|
46
49
|
import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
47
50
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
48
51
|
import { ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput } from "../commands/ListMultiRegionAccessPointsCommand";
|
|
49
52
|
import { ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput } from "../commands/ListRegionalBucketsCommand";
|
|
50
53
|
import { ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput } from "../commands/ListStorageLensConfigurationsCommand";
|
|
54
|
+
import { ListStorageLensGroupsCommandInput, ListStorageLensGroupsCommandOutput } from "../commands/ListStorageLensGroupsCommand";
|
|
55
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
51
56
|
import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
52
57
|
import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "../commands/PutAccessPointPolicyCommand";
|
|
53
58
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
@@ -62,8 +67,11 @@ import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } f
|
|
|
62
67
|
import { PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput } from "../commands/PutStorageLensConfigurationCommand";
|
|
63
68
|
import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput } from "../commands/PutStorageLensConfigurationTaggingCommand";
|
|
64
69
|
import { SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccessPointRoutesCommandOutput } from "../commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
70
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
71
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
65
72
|
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "../commands/UpdateJobPriorityCommand";
|
|
66
73
|
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "../commands/UpdateJobStatusCommand";
|
|
74
|
+
import { UpdateStorageLensGroupCommandInput, UpdateStorageLensGroupCommandOutput } from "../commands/UpdateStorageLensGroupCommand";
|
|
67
75
|
/**
|
|
68
76
|
* serializeAws_restXmlCreateAccessPointCommand
|
|
69
77
|
*/
|
|
@@ -84,6 +92,10 @@ export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context
|
|
|
84
92
|
* serializeAws_restXmlCreateMultiRegionAccessPointCommand
|
|
85
93
|
*/
|
|
86
94
|
export declare const se_CreateMultiRegionAccessPointCommand: (input: CreateMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restXmlCreateStorageLensGroupCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_CreateStorageLensGroupCommand: (input: CreateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
99
|
/**
|
|
88
100
|
* serializeAws_restXmlDeleteAccessPointCommand
|
|
89
101
|
*/
|
|
@@ -140,6 +152,10 @@ export declare const se_DeleteStorageLensConfigurationCommand: (input: DeleteSto
|
|
|
140
152
|
* serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
|
|
141
153
|
*/
|
|
142
154
|
export declare const se_DeleteStorageLensConfigurationTaggingCommand: (input: DeleteStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_restXmlDeleteStorageLensGroupCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_DeleteStorageLensGroupCommand: (input: DeleteStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
159
|
/**
|
|
144
160
|
* serializeAws_restXmlDescribeJobCommand
|
|
145
161
|
*/
|
|
@@ -232,6 +248,10 @@ export declare const se_GetStorageLensConfigurationCommand: (input: GetStorageLe
|
|
|
232
248
|
* serializeAws_restXmlGetStorageLensConfigurationTaggingCommand
|
|
233
249
|
*/
|
|
234
250
|
export declare const se_GetStorageLensConfigurationTaggingCommand: (input: GetStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
+
/**
|
|
252
|
+
* serializeAws_restXmlGetStorageLensGroupCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const se_GetStorageLensGroupCommand: (input: GetStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
255
|
/**
|
|
236
256
|
* serializeAws_restXmlListAccessPointsCommand
|
|
237
257
|
*/
|
|
@@ -256,6 +276,14 @@ export declare const se_ListRegionalBucketsCommand: (input: ListRegionalBucketsC
|
|
|
256
276
|
* serializeAws_restXmlListStorageLensConfigurationsCommand
|
|
257
277
|
*/
|
|
258
278
|
export declare const se_ListStorageLensConfigurationsCommand: (input: ListStorageLensConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
+
/**
|
|
280
|
+
* serializeAws_restXmlListStorageLensGroupsCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const se_ListStorageLensGroupsCommand: (input: ListStorageLensGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
/**
|
|
284
|
+
* serializeAws_restXmlListTagsForResourceCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
287
|
/**
|
|
260
288
|
* serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
261
289
|
*/
|
|
@@ -312,6 +340,14 @@ export declare const se_PutStorageLensConfigurationTaggingCommand: (input: PutSt
|
|
|
312
340
|
* serializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
|
|
313
341
|
*/
|
|
314
342
|
export declare const se_SubmitMultiRegionAccessPointRoutesCommand: (input: SubmitMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
343
|
+
/**
|
|
344
|
+
* serializeAws_restXmlTagResourceCommand
|
|
345
|
+
*/
|
|
346
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
347
|
+
/**
|
|
348
|
+
* serializeAws_restXmlUntagResourceCommand
|
|
349
|
+
*/
|
|
350
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
351
|
/**
|
|
316
352
|
* serializeAws_restXmlUpdateJobPriorityCommand
|
|
317
353
|
*/
|
|
@@ -320,6 +356,10 @@ export declare const se_UpdateJobPriorityCommand: (input: UpdateJobPriorityComma
|
|
|
320
356
|
* serializeAws_restXmlUpdateJobStatusCommand
|
|
321
357
|
*/
|
|
322
358
|
export declare const se_UpdateJobStatusCommand: (input: UpdateJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
|
+
/**
|
|
360
|
+
* serializeAws_restXmlUpdateStorageLensGroupCommand
|
|
361
|
+
*/
|
|
362
|
+
export declare const se_UpdateStorageLensGroupCommand: (input: UpdateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
323
363
|
/**
|
|
324
364
|
* deserializeAws_restXmlCreateAccessPointCommand
|
|
325
365
|
*/
|
|
@@ -340,6 +380,10 @@ export declare const de_CreateJobCommand: (output: __HttpResponse, context: __Se
|
|
|
340
380
|
* deserializeAws_restXmlCreateMultiRegionAccessPointCommand
|
|
341
381
|
*/
|
|
342
382
|
export declare const de_CreateMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiRegionAccessPointCommandOutput>;
|
|
383
|
+
/**
|
|
384
|
+
* deserializeAws_restXmlCreateStorageLensGroupCommand
|
|
385
|
+
*/
|
|
386
|
+
export declare const de_CreateStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLensGroupCommandOutput>;
|
|
343
387
|
/**
|
|
344
388
|
* deserializeAws_restXmlDeleteAccessPointCommand
|
|
345
389
|
*/
|
|
@@ -396,6 +440,10 @@ export declare const de_DeleteStorageLensConfigurationCommand: (output: __HttpRe
|
|
|
396
440
|
* deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
|
|
397
441
|
*/
|
|
398
442
|
export declare const de_DeleteStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
|
|
443
|
+
/**
|
|
444
|
+
* deserializeAws_restXmlDeleteStorageLensGroupCommand
|
|
445
|
+
*/
|
|
446
|
+
export declare const de_DeleteStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensGroupCommandOutput>;
|
|
399
447
|
/**
|
|
400
448
|
* deserializeAws_restXmlDescribeJobCommand
|
|
401
449
|
*/
|
|
@@ -488,6 +536,10 @@ export declare const de_GetStorageLensConfigurationCommand: (output: __HttpRespo
|
|
|
488
536
|
* deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand
|
|
489
537
|
*/
|
|
490
538
|
export declare const de_GetStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationTaggingCommandOutput>;
|
|
539
|
+
/**
|
|
540
|
+
* deserializeAws_restXmlGetStorageLensGroupCommand
|
|
541
|
+
*/
|
|
542
|
+
export declare const de_GetStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensGroupCommandOutput>;
|
|
491
543
|
/**
|
|
492
544
|
* deserializeAws_restXmlListAccessPointsCommand
|
|
493
545
|
*/
|
|
@@ -512,6 +564,14 @@ export declare const de_ListRegionalBucketsCommand: (output: __HttpResponse, con
|
|
|
512
564
|
* deserializeAws_restXmlListStorageLensConfigurationsCommand
|
|
513
565
|
*/
|
|
514
566
|
export declare const de_ListStorageLensConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensConfigurationsCommandOutput>;
|
|
567
|
+
/**
|
|
568
|
+
* deserializeAws_restXmlListStorageLensGroupsCommand
|
|
569
|
+
*/
|
|
570
|
+
export declare const de_ListStorageLensGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensGroupsCommandOutput>;
|
|
571
|
+
/**
|
|
572
|
+
* deserializeAws_restXmlListTagsForResourceCommand
|
|
573
|
+
*/
|
|
574
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
515
575
|
/**
|
|
516
576
|
* deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
517
577
|
*/
|
|
@@ -568,6 +628,14 @@ export declare const de_PutStorageLensConfigurationTaggingCommand: (output: __Ht
|
|
|
568
628
|
* deserializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
|
|
569
629
|
*/
|
|
570
630
|
export declare const de_SubmitMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitMultiRegionAccessPointRoutesCommandOutput>;
|
|
631
|
+
/**
|
|
632
|
+
* deserializeAws_restXmlTagResourceCommand
|
|
633
|
+
*/
|
|
634
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
635
|
+
/**
|
|
636
|
+
* deserializeAws_restXmlUntagResourceCommand
|
|
637
|
+
*/
|
|
638
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
571
639
|
/**
|
|
572
640
|
* deserializeAws_restXmlUpdateJobPriorityCommand
|
|
573
641
|
*/
|
|
@@ -576,3 +644,7 @@ export declare const de_UpdateJobPriorityCommand: (output: __HttpResponse, conte
|
|
|
576
644
|
* deserializeAws_restXmlUpdateJobStatusCommand
|
|
577
645
|
*/
|
|
578
646
|
export declare const de_UpdateJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobStatusCommandOutput>;
|
|
647
|
+
/**
|
|
648
|
+
* deserializeAws_restXmlUpdateStorageLensGroupCommand
|
|
649
|
+
*/
|
|
650
|
+
export declare const de_UpdateStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageLensGroupCommandOutput>;
|
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CreateMultiRegionAccessPointCommandInput,
|
|
20
20
|
CreateMultiRegionAccessPointCommandOutput,
|
|
21
21
|
} from "./commands/CreateMultiRegionAccessPointCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateStorageLensGroupCommandInput,
|
|
24
|
+
CreateStorageLensGroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateStorageLensGroupCommand";
|
|
22
26
|
import {
|
|
23
27
|
DeleteAccessPointCommandInput,
|
|
24
28
|
DeleteAccessPointCommandOutput,
|
|
@@ -75,6 +79,10 @@ import {
|
|
|
75
79
|
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
76
80
|
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
77
81
|
} from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteStorageLensGroupCommandInput,
|
|
84
|
+
DeleteStorageLensGroupCommandOutput,
|
|
85
|
+
} from "./commands/DeleteStorageLensGroupCommand";
|
|
78
86
|
import {
|
|
79
87
|
DescribeJobCommandInput,
|
|
80
88
|
DescribeJobCommandOutput,
|
|
@@ -167,6 +175,10 @@ import {
|
|
|
167
175
|
GetStorageLensConfigurationTaggingCommandInput,
|
|
168
176
|
GetStorageLensConfigurationTaggingCommandOutput,
|
|
169
177
|
} from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetStorageLensGroupCommandInput,
|
|
180
|
+
GetStorageLensGroupCommandOutput,
|
|
181
|
+
} from "./commands/GetStorageLensGroupCommand";
|
|
170
182
|
import {
|
|
171
183
|
ListAccessPointsCommandInput,
|
|
172
184
|
ListAccessPointsCommandOutput,
|
|
@@ -191,6 +203,14 @@ import {
|
|
|
191
203
|
ListStorageLensConfigurationsCommandInput,
|
|
192
204
|
ListStorageLensConfigurationsCommandOutput,
|
|
193
205
|
} from "./commands/ListStorageLensConfigurationsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListStorageLensGroupsCommandInput,
|
|
208
|
+
ListStorageLensGroupsCommandOutput,
|
|
209
|
+
} from "./commands/ListStorageLensGroupsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListTagsForResourceCommandInput,
|
|
212
|
+
ListTagsForResourceCommandOutput,
|
|
213
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
194
214
|
import {
|
|
195
215
|
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
196
216
|
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
@@ -247,6 +267,14 @@ import {
|
|
|
247
267
|
SubmitMultiRegionAccessPointRoutesCommandInput,
|
|
248
268
|
SubmitMultiRegionAccessPointRoutesCommandOutput,
|
|
249
269
|
} from "./commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
270
|
+
import {
|
|
271
|
+
TagResourceCommandInput,
|
|
272
|
+
TagResourceCommandOutput,
|
|
273
|
+
} from "./commands/TagResourceCommand";
|
|
274
|
+
import {
|
|
275
|
+
UntagResourceCommandInput,
|
|
276
|
+
UntagResourceCommandOutput,
|
|
277
|
+
} from "./commands/UntagResourceCommand";
|
|
250
278
|
import {
|
|
251
279
|
UpdateJobPriorityCommandInput,
|
|
252
280
|
UpdateJobPriorityCommandOutput,
|
|
@@ -255,6 +283,10 @@ import {
|
|
|
255
283
|
UpdateJobStatusCommandInput,
|
|
256
284
|
UpdateJobStatusCommandOutput,
|
|
257
285
|
} from "./commands/UpdateJobStatusCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateStorageLensGroupCommandInput,
|
|
288
|
+
UpdateStorageLensGroupCommandOutput,
|
|
289
|
+
} from "./commands/UpdateStorageLensGroupCommand";
|
|
258
290
|
import { S3ControlClient } from "./S3ControlClient";
|
|
259
291
|
export interface S3Control {
|
|
260
292
|
createAccessPoint(
|
|
@@ -322,6 +354,19 @@ export interface S3Control {
|
|
|
322
354
|
options: __HttpHandlerOptions,
|
|
323
355
|
cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
|
|
324
356
|
): void;
|
|
357
|
+
createStorageLensGroup(
|
|
358
|
+
args: CreateStorageLensGroupCommandInput,
|
|
359
|
+
options?: __HttpHandlerOptions
|
|
360
|
+
): Promise<CreateStorageLensGroupCommandOutput>;
|
|
361
|
+
createStorageLensGroup(
|
|
362
|
+
args: CreateStorageLensGroupCommandInput,
|
|
363
|
+
cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void
|
|
364
|
+
): void;
|
|
365
|
+
createStorageLensGroup(
|
|
366
|
+
args: CreateStorageLensGroupCommandInput,
|
|
367
|
+
options: __HttpHandlerOptions,
|
|
368
|
+
cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void
|
|
369
|
+
): void;
|
|
325
370
|
deleteAccessPoint(
|
|
326
371
|
args: DeleteAccessPointCommandInput,
|
|
327
372
|
options?: __HttpHandlerOptions
|
|
@@ -522,6 +567,19 @@ export interface S3Control {
|
|
|
522
567
|
data?: DeleteStorageLensConfigurationTaggingCommandOutput
|
|
523
568
|
) => void
|
|
524
569
|
): void;
|
|
570
|
+
deleteStorageLensGroup(
|
|
571
|
+
args: DeleteStorageLensGroupCommandInput,
|
|
572
|
+
options?: __HttpHandlerOptions
|
|
573
|
+
): Promise<DeleteStorageLensGroupCommandOutput>;
|
|
574
|
+
deleteStorageLensGroup(
|
|
575
|
+
args: DeleteStorageLensGroupCommandInput,
|
|
576
|
+
cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
deleteStorageLensGroup(
|
|
579
|
+
args: DeleteStorageLensGroupCommandInput,
|
|
580
|
+
options: __HttpHandlerOptions,
|
|
581
|
+
cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void
|
|
582
|
+
): void;
|
|
525
583
|
describeJob(
|
|
526
584
|
args: DescribeJobCommandInput,
|
|
527
585
|
options?: __HttpHandlerOptions
|
|
@@ -857,6 +915,19 @@ export interface S3Control {
|
|
|
857
915
|
data?: GetStorageLensConfigurationTaggingCommandOutput
|
|
858
916
|
) => void
|
|
859
917
|
): void;
|
|
918
|
+
getStorageLensGroup(
|
|
919
|
+
args: GetStorageLensGroupCommandInput,
|
|
920
|
+
options?: __HttpHandlerOptions
|
|
921
|
+
): Promise<GetStorageLensGroupCommandOutput>;
|
|
922
|
+
getStorageLensGroup(
|
|
923
|
+
args: GetStorageLensGroupCommandInput,
|
|
924
|
+
cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
getStorageLensGroup(
|
|
927
|
+
args: GetStorageLensGroupCommandInput,
|
|
928
|
+
options: __HttpHandlerOptions,
|
|
929
|
+
cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void
|
|
930
|
+
): void;
|
|
860
931
|
listAccessPoints(
|
|
861
932
|
args: ListAccessPointsCommandInput,
|
|
862
933
|
options?: __HttpHandlerOptions
|
|
@@ -935,6 +1006,32 @@ export interface S3Control {
|
|
|
935
1006
|
options: __HttpHandlerOptions,
|
|
936
1007
|
cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
|
|
937
1008
|
): void;
|
|
1009
|
+
listStorageLensGroups(
|
|
1010
|
+
args: ListStorageLensGroupsCommandInput,
|
|
1011
|
+
options?: __HttpHandlerOptions
|
|
1012
|
+
): Promise<ListStorageLensGroupsCommandOutput>;
|
|
1013
|
+
listStorageLensGroups(
|
|
1014
|
+
args: ListStorageLensGroupsCommandInput,
|
|
1015
|
+
cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void
|
|
1016
|
+
): void;
|
|
1017
|
+
listStorageLensGroups(
|
|
1018
|
+
args: ListStorageLensGroupsCommandInput,
|
|
1019
|
+
options: __HttpHandlerOptions,
|
|
1020
|
+
cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void
|
|
1021
|
+
): void;
|
|
1022
|
+
listTagsForResource(
|
|
1023
|
+
args: ListTagsForResourceCommandInput,
|
|
1024
|
+
options?: __HttpHandlerOptions
|
|
1025
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1026
|
+
listTagsForResource(
|
|
1027
|
+
args: ListTagsForResourceCommandInput,
|
|
1028
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1029
|
+
): void;
|
|
1030
|
+
listTagsForResource(
|
|
1031
|
+
args: ListTagsForResourceCommandInput,
|
|
1032
|
+
options: __HttpHandlerOptions,
|
|
1033
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1034
|
+
): void;
|
|
938
1035
|
putAccessPointConfigurationForObjectLambda(
|
|
939
1036
|
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
940
1037
|
options?: __HttpHandlerOptions
|
|
@@ -1141,6 +1238,32 @@ export interface S3Control {
|
|
|
1141
1238
|
data?: SubmitMultiRegionAccessPointRoutesCommandOutput
|
|
1142
1239
|
) => void
|
|
1143
1240
|
): void;
|
|
1241
|
+
tagResource(
|
|
1242
|
+
args: TagResourceCommandInput,
|
|
1243
|
+
options?: __HttpHandlerOptions
|
|
1244
|
+
): Promise<TagResourceCommandOutput>;
|
|
1245
|
+
tagResource(
|
|
1246
|
+
args: TagResourceCommandInput,
|
|
1247
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1248
|
+
): void;
|
|
1249
|
+
tagResource(
|
|
1250
|
+
args: TagResourceCommandInput,
|
|
1251
|
+
options: __HttpHandlerOptions,
|
|
1252
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1253
|
+
): void;
|
|
1254
|
+
untagResource(
|
|
1255
|
+
args: UntagResourceCommandInput,
|
|
1256
|
+
options?: __HttpHandlerOptions
|
|
1257
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1258
|
+
untagResource(
|
|
1259
|
+
args: UntagResourceCommandInput,
|
|
1260
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1261
|
+
): void;
|
|
1262
|
+
untagResource(
|
|
1263
|
+
args: UntagResourceCommandInput,
|
|
1264
|
+
options: __HttpHandlerOptions,
|
|
1265
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1266
|
+
): void;
|
|
1144
1267
|
updateJobPriority(
|
|
1145
1268
|
args: UpdateJobPriorityCommandInput,
|
|
1146
1269
|
options?: __HttpHandlerOptions
|
|
@@ -1167,5 +1290,18 @@ export interface S3Control {
|
|
|
1167
1290
|
options: __HttpHandlerOptions,
|
|
1168
1291
|
cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
|
|
1169
1292
|
): void;
|
|
1293
|
+
updateStorageLensGroup(
|
|
1294
|
+
args: UpdateStorageLensGroupCommandInput,
|
|
1295
|
+
options?: __HttpHandlerOptions
|
|
1296
|
+
): Promise<UpdateStorageLensGroupCommandOutput>;
|
|
1297
|
+
updateStorageLensGroup(
|
|
1298
|
+
args: UpdateStorageLensGroupCommandInput,
|
|
1299
|
+
cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void
|
|
1300
|
+
): void;
|
|
1301
|
+
updateStorageLensGroup(
|
|
1302
|
+
args: UpdateStorageLensGroupCommandInput,
|
|
1303
|
+
options: __HttpHandlerOptions,
|
|
1304
|
+
cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void
|
|
1305
|
+
): void;
|
|
1170
1306
|
}
|
|
1171
1307
|
export declare class S3Control extends S3ControlClient implements S3Control {}
|
|
@@ -71,6 +71,10 @@ import {
|
|
|
71
71
|
CreateMultiRegionAccessPointCommandInput,
|
|
72
72
|
CreateMultiRegionAccessPointCommandOutput,
|
|
73
73
|
} from "./commands/CreateMultiRegionAccessPointCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateStorageLensGroupCommandInput,
|
|
76
|
+
CreateStorageLensGroupCommandOutput,
|
|
77
|
+
} from "./commands/CreateStorageLensGroupCommand";
|
|
74
78
|
import {
|
|
75
79
|
DeleteAccessPointCommandInput,
|
|
76
80
|
DeleteAccessPointCommandOutput,
|
|
@@ -127,6 +131,10 @@ import {
|
|
|
127
131
|
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
128
132
|
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
129
133
|
} from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteStorageLensGroupCommandInput,
|
|
136
|
+
DeleteStorageLensGroupCommandOutput,
|
|
137
|
+
} from "./commands/DeleteStorageLensGroupCommand";
|
|
130
138
|
import {
|
|
131
139
|
DescribeJobCommandInput,
|
|
132
140
|
DescribeJobCommandOutput,
|
|
@@ -219,6 +227,10 @@ import {
|
|
|
219
227
|
GetStorageLensConfigurationTaggingCommandInput,
|
|
220
228
|
GetStorageLensConfigurationTaggingCommandOutput,
|
|
221
229
|
} from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetStorageLensGroupCommandInput,
|
|
232
|
+
GetStorageLensGroupCommandOutput,
|
|
233
|
+
} from "./commands/GetStorageLensGroupCommand";
|
|
222
234
|
import {
|
|
223
235
|
ListAccessPointsCommandInput,
|
|
224
236
|
ListAccessPointsCommandOutput,
|
|
@@ -243,6 +255,14 @@ import {
|
|
|
243
255
|
ListStorageLensConfigurationsCommandInput,
|
|
244
256
|
ListStorageLensConfigurationsCommandOutput,
|
|
245
257
|
} from "./commands/ListStorageLensConfigurationsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListStorageLensGroupsCommandInput,
|
|
260
|
+
ListStorageLensGroupsCommandOutput,
|
|
261
|
+
} from "./commands/ListStorageLensGroupsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListTagsForResourceCommandInput,
|
|
264
|
+
ListTagsForResourceCommandOutput,
|
|
265
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
246
266
|
import {
|
|
247
267
|
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
248
268
|
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
@@ -299,6 +319,14 @@ import {
|
|
|
299
319
|
SubmitMultiRegionAccessPointRoutesCommandInput,
|
|
300
320
|
SubmitMultiRegionAccessPointRoutesCommandOutput,
|
|
301
321
|
} from "./commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
322
|
+
import {
|
|
323
|
+
TagResourceCommandInput,
|
|
324
|
+
TagResourceCommandOutput,
|
|
325
|
+
} from "./commands/TagResourceCommand";
|
|
326
|
+
import {
|
|
327
|
+
UntagResourceCommandInput,
|
|
328
|
+
UntagResourceCommandOutput,
|
|
329
|
+
} from "./commands/UntagResourceCommand";
|
|
302
330
|
import {
|
|
303
331
|
UpdateJobPriorityCommandInput,
|
|
304
332
|
UpdateJobPriorityCommandOutput,
|
|
@@ -307,6 +335,10 @@ import {
|
|
|
307
335
|
UpdateJobStatusCommandInput,
|
|
308
336
|
UpdateJobStatusCommandOutput,
|
|
309
337
|
} from "./commands/UpdateJobStatusCommand";
|
|
338
|
+
import {
|
|
339
|
+
UpdateStorageLensGroupCommandInput,
|
|
340
|
+
UpdateStorageLensGroupCommandOutput,
|
|
341
|
+
} from "./commands/UpdateStorageLensGroupCommand";
|
|
310
342
|
import {
|
|
311
343
|
ClientInputEndpointParameters,
|
|
312
344
|
ClientResolvedEndpointParameters,
|
|
@@ -320,6 +352,7 @@ export type ServiceInputTypes =
|
|
|
320
352
|
| CreateBucketCommandInput
|
|
321
353
|
| CreateJobCommandInput
|
|
322
354
|
| CreateMultiRegionAccessPointCommandInput
|
|
355
|
+
| CreateStorageLensGroupCommandInput
|
|
323
356
|
| DeleteAccessPointCommandInput
|
|
324
357
|
| DeleteAccessPointForObjectLambdaCommandInput
|
|
325
358
|
| DeleteAccessPointPolicyCommandInput
|
|
@@ -334,6 +367,7 @@ export type ServiceInputTypes =
|
|
|
334
367
|
| DeletePublicAccessBlockCommandInput
|
|
335
368
|
| DeleteStorageLensConfigurationCommandInput
|
|
336
369
|
| DeleteStorageLensConfigurationTaggingCommandInput
|
|
370
|
+
| DeleteStorageLensGroupCommandInput
|
|
337
371
|
| DescribeJobCommandInput
|
|
338
372
|
| DescribeMultiRegionAccessPointOperationCommandInput
|
|
339
373
|
| GetAccessPointCommandInput
|
|
@@ -357,12 +391,15 @@ export type ServiceInputTypes =
|
|
|
357
391
|
| GetPublicAccessBlockCommandInput
|
|
358
392
|
| GetStorageLensConfigurationCommandInput
|
|
359
393
|
| GetStorageLensConfigurationTaggingCommandInput
|
|
394
|
+
| GetStorageLensGroupCommandInput
|
|
360
395
|
| ListAccessPointsCommandInput
|
|
361
396
|
| ListAccessPointsForObjectLambdaCommandInput
|
|
362
397
|
| ListJobsCommandInput
|
|
363
398
|
| ListMultiRegionAccessPointsCommandInput
|
|
364
399
|
| ListRegionalBucketsCommandInput
|
|
365
400
|
| ListStorageLensConfigurationsCommandInput
|
|
401
|
+
| ListStorageLensGroupsCommandInput
|
|
402
|
+
| ListTagsForResourceCommandInput
|
|
366
403
|
| PutAccessPointConfigurationForObjectLambdaCommandInput
|
|
367
404
|
| PutAccessPointPolicyCommandInput
|
|
368
405
|
| PutAccessPointPolicyForObjectLambdaCommandInput
|
|
@@ -377,14 +414,18 @@ export type ServiceInputTypes =
|
|
|
377
414
|
| PutStorageLensConfigurationCommandInput
|
|
378
415
|
| PutStorageLensConfigurationTaggingCommandInput
|
|
379
416
|
| SubmitMultiRegionAccessPointRoutesCommandInput
|
|
417
|
+
| TagResourceCommandInput
|
|
418
|
+
| UntagResourceCommandInput
|
|
380
419
|
| UpdateJobPriorityCommandInput
|
|
381
|
-
| UpdateJobStatusCommandInput
|
|
420
|
+
| UpdateJobStatusCommandInput
|
|
421
|
+
| UpdateStorageLensGroupCommandInput;
|
|
382
422
|
export type ServiceOutputTypes =
|
|
383
423
|
| CreateAccessPointCommandOutput
|
|
384
424
|
| CreateAccessPointForObjectLambdaCommandOutput
|
|
385
425
|
| CreateBucketCommandOutput
|
|
386
426
|
| CreateJobCommandOutput
|
|
387
427
|
| CreateMultiRegionAccessPointCommandOutput
|
|
428
|
+
| CreateStorageLensGroupCommandOutput
|
|
388
429
|
| DeleteAccessPointCommandOutput
|
|
389
430
|
| DeleteAccessPointForObjectLambdaCommandOutput
|
|
390
431
|
| DeleteAccessPointPolicyCommandOutput
|
|
@@ -399,6 +440,7 @@ export type ServiceOutputTypes =
|
|
|
399
440
|
| DeletePublicAccessBlockCommandOutput
|
|
400
441
|
| DeleteStorageLensConfigurationCommandOutput
|
|
401
442
|
| DeleteStorageLensConfigurationTaggingCommandOutput
|
|
443
|
+
| DeleteStorageLensGroupCommandOutput
|
|
402
444
|
| DescribeJobCommandOutput
|
|
403
445
|
| DescribeMultiRegionAccessPointOperationCommandOutput
|
|
404
446
|
| GetAccessPointCommandOutput
|
|
@@ -422,12 +464,15 @@ export type ServiceOutputTypes =
|
|
|
422
464
|
| GetPublicAccessBlockCommandOutput
|
|
423
465
|
| GetStorageLensConfigurationCommandOutput
|
|
424
466
|
| GetStorageLensConfigurationTaggingCommandOutput
|
|
467
|
+
| GetStorageLensGroupCommandOutput
|
|
425
468
|
| ListAccessPointsCommandOutput
|
|
426
469
|
| ListAccessPointsForObjectLambdaCommandOutput
|
|
427
470
|
| ListJobsCommandOutput
|
|
428
471
|
| ListMultiRegionAccessPointsCommandOutput
|
|
429
472
|
| ListRegionalBucketsCommandOutput
|
|
430
473
|
| ListStorageLensConfigurationsCommandOutput
|
|
474
|
+
| ListStorageLensGroupsCommandOutput
|
|
475
|
+
| ListTagsForResourceCommandOutput
|
|
431
476
|
| PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
432
477
|
| PutAccessPointPolicyCommandOutput
|
|
433
478
|
| PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
@@ -442,8 +487,11 @@ export type ServiceOutputTypes =
|
|
|
442
487
|
| PutStorageLensConfigurationCommandOutput
|
|
443
488
|
| PutStorageLensConfigurationTaggingCommandOutput
|
|
444
489
|
| SubmitMultiRegionAccessPointRoutesCommandOutput
|
|
490
|
+
| TagResourceCommandOutput
|
|
491
|
+
| UntagResourceCommandOutput
|
|
445
492
|
| UpdateJobPriorityCommandOutput
|
|
446
|
-
| UpdateJobStatusCommandOutput
|
|
493
|
+
| UpdateJobStatusCommandOutput
|
|
494
|
+
| UpdateStorageLensGroupCommandOutput;
|
|
447
495
|
export interface ClientDefaults
|
|
448
496
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
449
497
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { CreateStorageLensGroupRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
S3ControlClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../S3ControlClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateStorageLensGroupCommandInput
|
|
17
|
+
extends CreateStorageLensGroupRequest {}
|
|
18
|
+
export interface CreateStorageLensGroupCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class CreateStorageLensGroupCommand extends $Command<
|
|
20
|
+
CreateStorageLensGroupCommandInput,
|
|
21
|
+
CreateStorageLensGroupCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateStorageLensGroupCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: CreateStorageLensGroupCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
CreateStorageLensGroupCommandInput,
|
|
33
|
+
CreateStorageLensGroupCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteStorageLensGroupRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
S3ControlClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../S3ControlClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteStorageLensGroupCommandInput
|
|
17
|
+
extends DeleteStorageLensGroupRequest {}
|
|
18
|
+
export interface DeleteStorageLensGroupCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteStorageLensGroupCommand extends $Command<
|
|
20
|
+
DeleteStorageLensGroupCommandInput,
|
|
21
|
+
DeleteStorageLensGroupCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteStorageLensGroupCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteStorageLensGroupCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteStorageLensGroupCommandInput,
|
|
33
|
+
DeleteStorageLensGroupCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetStorageLensGroupRequest,
|
|
11
|
+
GetStorageLensGroupResult,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
S3ControlClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../S3ControlClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetStorageLensGroupCommandInput
|
|
20
|
+
extends GetStorageLensGroupRequest {}
|
|
21
|
+
export interface GetStorageLensGroupCommandOutput
|
|
22
|
+
extends GetStorageLensGroupResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetStorageLensGroupCommand extends $Command<
|
|
25
|
+
GetStorageLensGroupCommandInput,
|
|
26
|
+
GetStorageLensGroupCommandOutput,
|
|
27
|
+
S3ControlClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetStorageLensGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetStorageLensGroupCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: S3ControlClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetStorageLensGroupCommandInput, GetStorageLensGroupCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|