cdk-lambda-subminute 2.0.251 → 2.0.254

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.
Files changed (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.examples.json +5 -0
  6. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +816 -0
  7. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +16 -0
  8. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +180 -0
  10. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.paginators.json +4 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1292 -1235
  12. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +62 -13
  13. package/node_modules/aws-sdk/apis/metadata.json +7 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +681 -662
  15. package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +9 -6
  16. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  17. package/node_modules/aws-sdk/clients/all.js +3 -1
  18. package/node_modules/aws-sdk/clients/bedrock.d.ts +840 -0
  19. package/node_modules/aws-sdk/clients/bedrock.js +18 -0
  20. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +138 -0
  21. package/node_modules/aws-sdk/clients/bedrockruntime.js +18 -0
  22. package/node_modules/aws-sdk/clients/budgets.d.ts +8 -7
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +69 -4
  24. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +71 -1
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +58 -31
  26. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +7 -2
  27. package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +1302 -1238
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +4 -4
@@ -0,0 +1,816 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2023-04-20",
5
+ "endpointPrefix": "bedrock",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon Bedrock",
9
+ "serviceId": "Bedrock",
10
+ "signatureVersion": "v4",
11
+ "signingName": "bedrock",
12
+ "uid": "bedrock-2023-04-20"
13
+ },
14
+ "operations": {
15
+ "CreateModelCustomizationJob": {
16
+ "http": {
17
+ "requestUri": "/model-customization-jobs",
18
+ "responseCode": 201
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "baseModelIdentifier",
24
+ "customModelName",
25
+ "hyperParameters",
26
+ "jobName",
27
+ "outputDataConfig",
28
+ "roleArn",
29
+ "trainingDataConfig"
30
+ ],
31
+ "members": {
32
+ "baseModelIdentifier": {},
33
+ "clientRequestToken": {
34
+ "idempotencyToken": true
35
+ },
36
+ "customModelKmsKeyId": {},
37
+ "customModelName": {},
38
+ "customModelTags": {
39
+ "shape": "S6"
40
+ },
41
+ "hyperParameters": {
42
+ "shape": "Sa"
43
+ },
44
+ "jobName": {},
45
+ "jobTags": {
46
+ "shape": "S6"
47
+ },
48
+ "outputDataConfig": {
49
+ "shape": "Sd"
50
+ },
51
+ "roleArn": {},
52
+ "trainingDataConfig": {
53
+ "shape": "Sg"
54
+ },
55
+ "validationDataConfig": {
56
+ "shape": "Sh"
57
+ },
58
+ "vpcConfig": {
59
+ "shape": "Sk"
60
+ }
61
+ }
62
+ },
63
+ "output": {
64
+ "type": "structure",
65
+ "required": [
66
+ "jobArn"
67
+ ],
68
+ "members": {
69
+ "jobArn": {}
70
+ }
71
+ },
72
+ "idempotent": true
73
+ },
74
+ "DeleteCustomModel": {
75
+ "http": {
76
+ "method": "DELETE",
77
+ "requestUri": "/custom-models/{modelIdentifier}",
78
+ "responseCode": 200
79
+ },
80
+ "input": {
81
+ "type": "structure",
82
+ "required": [
83
+ "modelIdentifier"
84
+ ],
85
+ "members": {
86
+ "modelIdentifier": {
87
+ "location": "uri",
88
+ "locationName": "modelIdentifier"
89
+ }
90
+ }
91
+ },
92
+ "output": {
93
+ "type": "structure",
94
+ "members": {}
95
+ },
96
+ "idempotent": true
97
+ },
98
+ "DeleteModelInvocationLoggingConfiguration": {
99
+ "http": {
100
+ "method": "DELETE",
101
+ "requestUri": "/logging/modelinvocations",
102
+ "responseCode": 200
103
+ },
104
+ "input": {
105
+ "type": "structure",
106
+ "members": {}
107
+ },
108
+ "output": {
109
+ "type": "structure",
110
+ "members": {}
111
+ },
112
+ "idempotent": true
113
+ },
114
+ "GetCustomModel": {
115
+ "http": {
116
+ "method": "GET",
117
+ "requestUri": "/custom-models/{modelIdentifier}",
118
+ "responseCode": 200
119
+ },
120
+ "input": {
121
+ "type": "structure",
122
+ "required": [
123
+ "modelIdentifier"
124
+ ],
125
+ "members": {
126
+ "modelIdentifier": {
127
+ "location": "uri",
128
+ "locationName": "modelIdentifier"
129
+ }
130
+ }
131
+ },
132
+ "output": {
133
+ "type": "structure",
134
+ "required": [
135
+ "baseModelArn",
136
+ "creationTime",
137
+ "jobArn",
138
+ "modelArn",
139
+ "modelName",
140
+ "outputDataConfig",
141
+ "trainingDataConfig"
142
+ ],
143
+ "members": {
144
+ "baseModelArn": {},
145
+ "creationTime": {
146
+ "shape": "Sz"
147
+ },
148
+ "hyperParameters": {
149
+ "shape": "Sa"
150
+ },
151
+ "jobArn": {},
152
+ "jobName": {},
153
+ "modelArn": {},
154
+ "modelKmsKeyArn": {},
155
+ "modelName": {},
156
+ "outputDataConfig": {
157
+ "shape": "Sd"
158
+ },
159
+ "trainingDataConfig": {
160
+ "shape": "Sg"
161
+ },
162
+ "trainingMetrics": {
163
+ "shape": "S11"
164
+ },
165
+ "validationDataConfig": {
166
+ "shape": "Sh"
167
+ },
168
+ "validationMetrics": {
169
+ "shape": "S13"
170
+ }
171
+ }
172
+ }
173
+ },
174
+ "GetFoundationModel": {
175
+ "http": {
176
+ "method": "GET",
177
+ "requestUri": "/foundation-models/{modelIdentifier}",
178
+ "responseCode": 200
179
+ },
180
+ "input": {
181
+ "type": "structure",
182
+ "required": [
183
+ "modelIdentifier"
184
+ ],
185
+ "members": {
186
+ "modelIdentifier": {
187
+ "location": "uri",
188
+ "locationName": "modelIdentifier"
189
+ }
190
+ }
191
+ },
192
+ "output": {
193
+ "type": "structure",
194
+ "members": {
195
+ "modelDetails": {
196
+ "type": "structure",
197
+ "required": [
198
+ "modelArn",
199
+ "modelId"
200
+ ],
201
+ "members": {
202
+ "customizationsSupported": {
203
+ "shape": "S18"
204
+ },
205
+ "inferenceTypesSupported": {
206
+ "shape": "S1a"
207
+ },
208
+ "inputModalities": {
209
+ "shape": "S1c"
210
+ },
211
+ "modelArn": {},
212
+ "modelId": {},
213
+ "modelName": {},
214
+ "outputModalities": {
215
+ "shape": "S1c"
216
+ },
217
+ "providerName": {},
218
+ "responseStreamingSupported": {
219
+ "type": "boolean"
220
+ }
221
+ }
222
+ }
223
+ }
224
+ }
225
+ },
226
+ "GetModelCustomizationJob": {
227
+ "http": {
228
+ "method": "GET",
229
+ "requestUri": "/model-customization-jobs/{jobIdentifier}",
230
+ "responseCode": 200
231
+ },
232
+ "input": {
233
+ "type": "structure",
234
+ "required": [
235
+ "jobIdentifier"
236
+ ],
237
+ "members": {
238
+ "jobIdentifier": {
239
+ "location": "uri",
240
+ "locationName": "jobIdentifier"
241
+ }
242
+ }
243
+ },
244
+ "output": {
245
+ "type": "structure",
246
+ "required": [
247
+ "baseModelArn",
248
+ "creationTime",
249
+ "hyperParameters",
250
+ "jobArn",
251
+ "jobName",
252
+ "outputDataConfig",
253
+ "outputModelName",
254
+ "roleArn",
255
+ "trainingDataConfig",
256
+ "validationDataConfig"
257
+ ],
258
+ "members": {
259
+ "baseModelArn": {},
260
+ "clientRequestToken": {},
261
+ "creationTime": {
262
+ "shape": "Sz"
263
+ },
264
+ "endTime": {
265
+ "shape": "Sz"
266
+ },
267
+ "failureMessage": {},
268
+ "hyperParameters": {
269
+ "shape": "Sa"
270
+ },
271
+ "jobArn": {},
272
+ "jobName": {},
273
+ "lastModifiedTime": {
274
+ "shape": "Sz"
275
+ },
276
+ "outputDataConfig": {
277
+ "shape": "Sd"
278
+ },
279
+ "outputModelArn": {},
280
+ "outputModelKmsKeyArn": {},
281
+ "outputModelName": {},
282
+ "roleArn": {},
283
+ "status": {},
284
+ "trainingDataConfig": {
285
+ "shape": "Sg"
286
+ },
287
+ "trainingMetrics": {
288
+ "shape": "S11"
289
+ },
290
+ "validationDataConfig": {
291
+ "shape": "Sh"
292
+ },
293
+ "validationMetrics": {
294
+ "shape": "S13"
295
+ },
296
+ "vpcConfig": {
297
+ "shape": "Sk"
298
+ }
299
+ }
300
+ }
301
+ },
302
+ "GetModelInvocationLoggingConfiguration": {
303
+ "http": {
304
+ "method": "GET",
305
+ "requestUri": "/logging/modelinvocations",
306
+ "responseCode": 200
307
+ },
308
+ "input": {
309
+ "type": "structure",
310
+ "members": {}
311
+ },
312
+ "output": {
313
+ "type": "structure",
314
+ "members": {
315
+ "loggingConfig": {
316
+ "shape": "S1q"
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "ListCustomModels": {
322
+ "http": {
323
+ "method": "GET",
324
+ "requestUri": "/custom-models",
325
+ "responseCode": 200
326
+ },
327
+ "input": {
328
+ "type": "structure",
329
+ "members": {
330
+ "baseModelArnEquals": {
331
+ "location": "querystring",
332
+ "locationName": "baseModelArnEquals"
333
+ },
334
+ "creationTimeAfter": {
335
+ "shape": "Sz",
336
+ "location": "querystring",
337
+ "locationName": "creationTimeAfter"
338
+ },
339
+ "creationTimeBefore": {
340
+ "shape": "Sz",
341
+ "location": "querystring",
342
+ "locationName": "creationTimeBefore"
343
+ },
344
+ "foundationModelArnEquals": {
345
+ "location": "querystring",
346
+ "locationName": "foundationModelArnEquals"
347
+ },
348
+ "maxResults": {
349
+ "location": "querystring",
350
+ "locationName": "maxResults",
351
+ "type": "integer"
352
+ },
353
+ "nameContains": {
354
+ "location": "querystring",
355
+ "locationName": "nameContains"
356
+ },
357
+ "nextToken": {
358
+ "location": "querystring",
359
+ "locationName": "nextToken"
360
+ },
361
+ "sortBy": {
362
+ "location": "querystring",
363
+ "locationName": "sortBy"
364
+ },
365
+ "sortOrder": {
366
+ "location": "querystring",
367
+ "locationName": "sortOrder"
368
+ }
369
+ }
370
+ },
371
+ "output": {
372
+ "type": "structure",
373
+ "members": {
374
+ "modelSummaries": {
375
+ "type": "list",
376
+ "member": {
377
+ "type": "structure",
378
+ "required": [
379
+ "baseModelArn",
380
+ "baseModelName",
381
+ "creationTime",
382
+ "modelArn",
383
+ "modelName"
384
+ ],
385
+ "members": {
386
+ "baseModelArn": {},
387
+ "baseModelName": {},
388
+ "creationTime": {
389
+ "shape": "Sz"
390
+ },
391
+ "modelArn": {},
392
+ "modelName": {}
393
+ }
394
+ }
395
+ },
396
+ "nextToken": {}
397
+ }
398
+ }
399
+ },
400
+ "ListFoundationModels": {
401
+ "http": {
402
+ "method": "GET",
403
+ "requestUri": "/foundation-models",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "type": "structure",
408
+ "members": {
409
+ "byCustomizationType": {
410
+ "location": "querystring",
411
+ "locationName": "byCustomizationType"
412
+ },
413
+ "byInferenceType": {
414
+ "location": "querystring",
415
+ "locationName": "byInferenceType"
416
+ },
417
+ "byOutputModality": {
418
+ "location": "querystring",
419
+ "locationName": "byOutputModality"
420
+ },
421
+ "byProvider": {
422
+ "location": "querystring",
423
+ "locationName": "byProvider"
424
+ }
425
+ }
426
+ },
427
+ "output": {
428
+ "type": "structure",
429
+ "members": {
430
+ "modelSummaries": {
431
+ "type": "list",
432
+ "member": {
433
+ "type": "structure",
434
+ "required": [
435
+ "modelArn",
436
+ "modelId"
437
+ ],
438
+ "members": {
439
+ "customizationsSupported": {
440
+ "shape": "S18"
441
+ },
442
+ "inferenceTypesSupported": {
443
+ "shape": "S1a"
444
+ },
445
+ "inputModalities": {
446
+ "shape": "S1c"
447
+ },
448
+ "modelArn": {},
449
+ "modelId": {},
450
+ "modelName": {},
451
+ "outputModalities": {
452
+ "shape": "S1c"
453
+ },
454
+ "providerName": {},
455
+ "responseStreamingSupported": {
456
+ "type": "boolean"
457
+ }
458
+ }
459
+ }
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "ListModelCustomizationJobs": {
465
+ "http": {
466
+ "method": "GET",
467
+ "requestUri": "/model-customization-jobs",
468
+ "responseCode": 200
469
+ },
470
+ "input": {
471
+ "type": "structure",
472
+ "members": {
473
+ "creationTimeAfter": {
474
+ "shape": "Sz",
475
+ "location": "querystring",
476
+ "locationName": "creationTimeAfter"
477
+ },
478
+ "creationTimeBefore": {
479
+ "shape": "Sz",
480
+ "location": "querystring",
481
+ "locationName": "creationTimeBefore"
482
+ },
483
+ "maxResults": {
484
+ "location": "querystring",
485
+ "locationName": "maxResults",
486
+ "type": "integer"
487
+ },
488
+ "nameContains": {
489
+ "location": "querystring",
490
+ "locationName": "nameContains"
491
+ },
492
+ "nextToken": {
493
+ "location": "querystring",
494
+ "locationName": "nextToken"
495
+ },
496
+ "sortBy": {
497
+ "location": "querystring",
498
+ "locationName": "sortBy"
499
+ },
500
+ "sortOrder": {
501
+ "location": "querystring",
502
+ "locationName": "sortOrder"
503
+ },
504
+ "statusEquals": {
505
+ "location": "querystring",
506
+ "locationName": "statusEquals"
507
+ }
508
+ }
509
+ },
510
+ "output": {
511
+ "type": "structure",
512
+ "members": {
513
+ "modelCustomizationJobSummaries": {
514
+ "type": "list",
515
+ "member": {
516
+ "type": "structure",
517
+ "required": [
518
+ "baseModelArn",
519
+ "creationTime",
520
+ "jobArn",
521
+ "jobName",
522
+ "status"
523
+ ],
524
+ "members": {
525
+ "baseModelArn": {},
526
+ "creationTime": {
527
+ "shape": "Sz"
528
+ },
529
+ "customModelArn": {},
530
+ "customModelName": {},
531
+ "endTime": {
532
+ "shape": "Sz"
533
+ },
534
+ "jobArn": {},
535
+ "jobName": {},
536
+ "lastModifiedTime": {
537
+ "shape": "Sz"
538
+ },
539
+ "status": {}
540
+ }
541
+ }
542
+ },
543
+ "nextToken": {}
544
+ }
545
+ }
546
+ },
547
+ "ListTagsForResource": {
548
+ "http": {
549
+ "requestUri": "/listTagsForResource",
550
+ "responseCode": 200
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "resourceARN"
556
+ ],
557
+ "members": {
558
+ "resourceARN": {}
559
+ }
560
+ },
561
+ "output": {
562
+ "type": "structure",
563
+ "members": {
564
+ "tags": {
565
+ "shape": "S6"
566
+ }
567
+ }
568
+ }
569
+ },
570
+ "PutModelInvocationLoggingConfiguration": {
571
+ "http": {
572
+ "method": "PUT",
573
+ "requestUri": "/logging/modelinvocations",
574
+ "responseCode": 200
575
+ },
576
+ "input": {
577
+ "type": "structure",
578
+ "required": [
579
+ "loggingConfig"
580
+ ],
581
+ "members": {
582
+ "loggingConfig": {
583
+ "shape": "S1q"
584
+ }
585
+ }
586
+ },
587
+ "output": {
588
+ "type": "structure",
589
+ "members": {}
590
+ },
591
+ "idempotent": true
592
+ },
593
+ "StopModelCustomizationJob": {
594
+ "http": {
595
+ "requestUri": "/model-customization-jobs/{jobIdentifier}/stop",
596
+ "responseCode": 200
597
+ },
598
+ "input": {
599
+ "type": "structure",
600
+ "required": [
601
+ "jobIdentifier"
602
+ ],
603
+ "members": {
604
+ "jobIdentifier": {
605
+ "location": "uri",
606
+ "locationName": "jobIdentifier"
607
+ }
608
+ }
609
+ },
610
+ "output": {
611
+ "type": "structure",
612
+ "members": {}
613
+ },
614
+ "idempotent": true
615
+ },
616
+ "TagResource": {
617
+ "http": {
618
+ "requestUri": "/tagResource",
619
+ "responseCode": 200
620
+ },
621
+ "input": {
622
+ "type": "structure",
623
+ "required": [
624
+ "resourceARN",
625
+ "tags"
626
+ ],
627
+ "members": {
628
+ "resourceARN": {},
629
+ "tags": {
630
+ "shape": "S6"
631
+ }
632
+ }
633
+ },
634
+ "output": {
635
+ "type": "structure",
636
+ "members": {}
637
+ }
638
+ },
639
+ "UntagResource": {
640
+ "http": {
641
+ "requestUri": "/untagResource",
642
+ "responseCode": 200
643
+ },
644
+ "input": {
645
+ "type": "structure",
646
+ "required": [
647
+ "resourceARN",
648
+ "tagKeys"
649
+ ],
650
+ "members": {
651
+ "resourceARN": {},
652
+ "tagKeys": {
653
+ "type": "list",
654
+ "member": {}
655
+ }
656
+ }
657
+ },
658
+ "output": {
659
+ "type": "structure",
660
+ "members": {}
661
+ }
662
+ }
663
+ },
664
+ "shapes": {
665
+ "S6": {
666
+ "type": "list",
667
+ "member": {
668
+ "type": "structure",
669
+ "required": [
670
+ "key",
671
+ "value"
672
+ ],
673
+ "members": {
674
+ "key": {},
675
+ "value": {}
676
+ }
677
+ }
678
+ },
679
+ "Sa": {
680
+ "type": "map",
681
+ "key": {},
682
+ "value": {}
683
+ },
684
+ "Sd": {
685
+ "type": "structure",
686
+ "required": [
687
+ "s3Uri"
688
+ ],
689
+ "members": {
690
+ "s3Uri": {}
691
+ }
692
+ },
693
+ "Sg": {
694
+ "type": "structure",
695
+ "required": [
696
+ "s3Uri"
697
+ ],
698
+ "members": {
699
+ "s3Uri": {}
700
+ }
701
+ },
702
+ "Sh": {
703
+ "type": "structure",
704
+ "required": [
705
+ "validators"
706
+ ],
707
+ "members": {
708
+ "validators": {
709
+ "type": "list",
710
+ "member": {
711
+ "type": "structure",
712
+ "required": [
713
+ "s3Uri"
714
+ ],
715
+ "members": {
716
+ "s3Uri": {}
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "Sk": {
723
+ "type": "structure",
724
+ "required": [
725
+ "securityGroupIds",
726
+ "subnetIds"
727
+ ],
728
+ "members": {
729
+ "securityGroupIds": {
730
+ "type": "list",
731
+ "member": {}
732
+ },
733
+ "subnetIds": {
734
+ "type": "list",
735
+ "member": {}
736
+ }
737
+ }
738
+ },
739
+ "Sz": {
740
+ "type": "timestamp",
741
+ "timestampFormat": "iso8601"
742
+ },
743
+ "S11": {
744
+ "type": "structure",
745
+ "members": {
746
+ "trainingLoss": {
747
+ "type": "float"
748
+ }
749
+ }
750
+ },
751
+ "S13": {
752
+ "type": "list",
753
+ "member": {
754
+ "type": "structure",
755
+ "members": {
756
+ "validationLoss": {
757
+ "type": "float"
758
+ }
759
+ }
760
+ }
761
+ },
762
+ "S18": {
763
+ "type": "list",
764
+ "member": {}
765
+ },
766
+ "S1a": {
767
+ "type": "list",
768
+ "member": {}
769
+ },
770
+ "S1c": {
771
+ "type": "list",
772
+ "member": {}
773
+ },
774
+ "S1q": {
775
+ "type": "structure",
776
+ "members": {
777
+ "cloudWatchConfig": {
778
+ "type": "structure",
779
+ "required": [
780
+ "logGroupName",
781
+ "roleArn"
782
+ ],
783
+ "members": {
784
+ "largeDataDeliveryS3Config": {
785
+ "shape": "S1s"
786
+ },
787
+ "logGroupName": {},
788
+ "roleArn": {}
789
+ }
790
+ },
791
+ "embeddingDataDeliveryEnabled": {
792
+ "type": "boolean"
793
+ },
794
+ "imageDataDeliveryEnabled": {
795
+ "type": "boolean"
796
+ },
797
+ "s3Config": {
798
+ "shape": "S1s"
799
+ },
800
+ "textDataDeliveryEnabled": {
801
+ "type": "boolean"
802
+ }
803
+ }
804
+ },
805
+ "S1s": {
806
+ "type": "structure",
807
+ "required": [
808
+ "bucketName"
809
+ ],
810
+ "members": {
811
+ "bucketName": {},
812
+ "keyPrefix": {}
813
+ }
814
+ }
815
+ }
816
+ }