cdk-lambda-subminute 2.0.254 → 2.0.256

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.
@@ -20,41 +20,41 @@
20
20
  "input": {
21
21
  "type": "structure",
22
22
  "required": [
23
- "baseModelIdentifier",
24
- "customModelName",
25
- "hyperParameters",
26
23
  "jobName",
27
- "outputDataConfig",
24
+ "customModelName",
28
25
  "roleArn",
29
- "trainingDataConfig"
26
+ "baseModelIdentifier",
27
+ "trainingDataConfig",
28
+ "outputDataConfig",
29
+ "hyperParameters"
30
30
  ],
31
31
  "members": {
32
- "baseModelIdentifier": {},
32
+ "jobName": {},
33
+ "customModelName": {},
34
+ "roleArn": {},
33
35
  "clientRequestToken": {
34
36
  "idempotencyToken": true
35
37
  },
38
+ "baseModelIdentifier": {},
36
39
  "customModelKmsKeyId": {},
37
- "customModelName": {},
38
- "customModelTags": {
39
- "shape": "S6"
40
- },
41
- "hyperParameters": {
42
- "shape": "Sa"
43
- },
44
- "jobName": {},
45
40
  "jobTags": {
46
- "shape": "S6"
41
+ "shape": "S8"
47
42
  },
48
- "outputDataConfig": {
49
- "shape": "Sd"
43
+ "customModelTags": {
44
+ "shape": "S8"
50
45
  },
51
- "roleArn": {},
52
46
  "trainingDataConfig": {
53
- "shape": "Sg"
47
+ "shape": "Sc"
54
48
  },
55
49
  "validationDataConfig": {
50
+ "shape": "Se"
51
+ },
52
+ "outputDataConfig": {
56
53
  "shape": "Sh"
57
54
  },
55
+ "hyperParameters": {
56
+ "shape": "Si"
57
+ },
58
58
  "vpcConfig": {
59
59
  "shape": "Sk"
60
60
  }
@@ -71,6 +71,44 @@
71
71
  },
72
72
  "idempotent": true
73
73
  },
74
+ "CreateProvisionedModelThroughput": {
75
+ "http": {
76
+ "requestUri": "/provisioned-model-throughput",
77
+ "responseCode": 201
78
+ },
79
+ "input": {
80
+ "type": "structure",
81
+ "required": [
82
+ "modelUnits",
83
+ "provisionedModelName",
84
+ "modelId"
85
+ ],
86
+ "members": {
87
+ "clientRequestToken": {
88
+ "idempotencyToken": true
89
+ },
90
+ "modelUnits": {
91
+ "type": "integer"
92
+ },
93
+ "provisionedModelName": {},
94
+ "modelId": {},
95
+ "commitmentDuration": {},
96
+ "tags": {
97
+ "shape": "S8"
98
+ }
99
+ }
100
+ },
101
+ "output": {
102
+ "type": "structure",
103
+ "required": [
104
+ "provisionedModelArn"
105
+ ],
106
+ "members": {
107
+ "provisionedModelArn": {}
108
+ }
109
+ },
110
+ "idempotent": true
111
+ },
74
112
  "DeleteCustomModel": {
75
113
  "http": {
76
114
  "method": "DELETE",
@@ -111,6 +149,30 @@
111
149
  },
112
150
  "idempotent": true
113
151
  },
152
+ "DeleteProvisionedModelThroughput": {
153
+ "http": {
154
+ "method": "DELETE",
155
+ "requestUri": "/provisioned-model-throughput/{provisionedModelId}",
156
+ "responseCode": 200
157
+ },
158
+ "input": {
159
+ "type": "structure",
160
+ "required": [
161
+ "provisionedModelId"
162
+ ],
163
+ "members": {
164
+ "provisionedModelId": {
165
+ "location": "uri",
166
+ "locationName": "provisionedModelId"
167
+ }
168
+ }
169
+ },
170
+ "output": {
171
+ "type": "structure",
172
+ "members": {}
173
+ },
174
+ "idempotent": true
175
+ },
114
176
  "GetCustomModel": {
115
177
  "http": {
116
178
  "method": "GET",
@@ -132,41 +194,41 @@
132
194
  "output": {
133
195
  "type": "structure",
134
196
  "required": [
135
- "baseModelArn",
136
- "creationTime",
137
- "jobArn",
138
197
  "modelArn",
139
198
  "modelName",
199
+ "jobArn",
200
+ "baseModelArn",
201
+ "trainingDataConfig",
140
202
  "outputDataConfig",
141
- "trainingDataConfig"
203
+ "creationTime"
142
204
  ],
143
205
  "members": {
144
- "baseModelArn": {},
145
- "creationTime": {
146
- "shape": "Sz"
147
- },
148
- "hyperParameters": {
149
- "shape": "Sa"
150
- },
151
- "jobArn": {},
152
- "jobName": {},
153
206
  "modelArn": {},
154
- "modelKmsKeyArn": {},
155
207
  "modelName": {},
156
- "outputDataConfig": {
157
- "shape": "Sd"
208
+ "jobName": {},
209
+ "jobArn": {},
210
+ "baseModelArn": {},
211
+ "modelKmsKeyArn": {},
212
+ "hyperParameters": {
213
+ "shape": "Si"
158
214
  },
159
215
  "trainingDataConfig": {
160
- "shape": "Sg"
161
- },
162
- "trainingMetrics": {
163
- "shape": "S11"
216
+ "shape": "Sc"
164
217
  },
165
218
  "validationDataConfig": {
219
+ "shape": "Se"
220
+ },
221
+ "outputDataConfig": {
166
222
  "shape": "Sh"
167
223
  },
224
+ "trainingMetrics": {
225
+ "shape": "S19"
226
+ },
168
227
  "validationMetrics": {
169
- "shape": "S13"
228
+ "shape": "S1b"
229
+ },
230
+ "creationTime": {
231
+ "shape": "S1d"
170
232
  }
171
233
  }
172
234
  }
@@ -199,24 +261,24 @@
199
261
  "modelId"
200
262
  ],
201
263
  "members": {
202
- "customizationsSupported": {
203
- "shape": "S18"
204
- },
205
- "inferenceTypesSupported": {
206
- "shape": "S1a"
207
- },
208
- "inputModalities": {
209
- "shape": "S1c"
210
- },
211
264
  "modelArn": {},
212
265
  "modelId": {},
213
266
  "modelName": {},
267
+ "providerName": {},
268
+ "inputModalities": {
269
+ "shape": "S1k"
270
+ },
214
271
  "outputModalities": {
215
- "shape": "S1c"
272
+ "shape": "S1k"
216
273
  },
217
- "providerName": {},
218
274
  "responseStreamingSupported": {
219
275
  "type": "boolean"
276
+ },
277
+ "customizationsSupported": {
278
+ "shape": "S1n"
279
+ },
280
+ "inferenceTypesSupported": {
281
+ "shape": "S1p"
220
282
  }
221
283
  }
222
284
  }
@@ -244,54 +306,54 @@
244
306
  "output": {
245
307
  "type": "structure",
246
308
  "required": [
247
- "baseModelArn",
248
- "creationTime",
249
- "hyperParameters",
250
309
  "jobArn",
251
310
  "jobName",
252
- "outputDataConfig",
253
311
  "outputModelName",
254
312
  "roleArn",
313
+ "creationTime",
314
+ "baseModelArn",
315
+ "hyperParameters",
255
316
  "trainingDataConfig",
256
- "validationDataConfig"
317
+ "validationDataConfig",
318
+ "outputDataConfig"
257
319
  ],
258
320
  "members": {
259
- "baseModelArn": {},
321
+ "jobArn": {},
322
+ "jobName": {},
323
+ "outputModelName": {},
324
+ "outputModelArn": {},
260
325
  "clientRequestToken": {},
326
+ "roleArn": {},
327
+ "status": {},
328
+ "failureMessage": {},
261
329
  "creationTime": {
262
- "shape": "Sz"
330
+ "shape": "S1d"
331
+ },
332
+ "lastModifiedTime": {
333
+ "shape": "S1d"
263
334
  },
264
335
  "endTime": {
265
- "shape": "Sz"
336
+ "shape": "S1d"
266
337
  },
267
- "failureMessage": {},
338
+ "baseModelArn": {},
268
339
  "hyperParameters": {
269
- "shape": "Sa"
340
+ "shape": "Si"
270
341
  },
271
- "jobArn": {},
272
- "jobName": {},
273
- "lastModifiedTime": {
274
- "shape": "Sz"
342
+ "trainingDataConfig": {
343
+ "shape": "Sc"
344
+ },
345
+ "validationDataConfig": {
346
+ "shape": "Se"
275
347
  },
276
348
  "outputDataConfig": {
277
- "shape": "Sd"
349
+ "shape": "Sh"
278
350
  },
279
- "outputModelArn": {},
280
351
  "outputModelKmsKeyArn": {},
281
- "outputModelName": {},
282
- "roleArn": {},
283
- "status": {},
284
- "trainingDataConfig": {
285
- "shape": "Sg"
286
- },
287
352
  "trainingMetrics": {
288
- "shape": "S11"
289
- },
290
- "validationDataConfig": {
291
- "shape": "Sh"
353
+ "shape": "S19"
292
354
  },
293
355
  "validationMetrics": {
294
- "shape": "S13"
356
+ "shape": "S1b"
295
357
  },
296
358
  "vpcConfig": {
297
359
  "shape": "Sk"
@@ -313,7 +375,66 @@
313
375
  "type": "structure",
314
376
  "members": {
315
377
  "loggingConfig": {
316
- "shape": "S1q"
378
+ "shape": "S1z"
379
+ }
380
+ }
381
+ }
382
+ },
383
+ "GetProvisionedModelThroughput": {
384
+ "http": {
385
+ "method": "GET",
386
+ "requestUri": "/provisioned-model-throughput/{provisionedModelId}",
387
+ "responseCode": 200
388
+ },
389
+ "input": {
390
+ "type": "structure",
391
+ "required": [
392
+ "provisionedModelId"
393
+ ],
394
+ "members": {
395
+ "provisionedModelId": {
396
+ "location": "uri",
397
+ "locationName": "provisionedModelId"
398
+ }
399
+ }
400
+ },
401
+ "output": {
402
+ "type": "structure",
403
+ "required": [
404
+ "modelUnits",
405
+ "desiredModelUnits",
406
+ "provisionedModelName",
407
+ "provisionedModelArn",
408
+ "modelArn",
409
+ "desiredModelArn",
410
+ "foundationModelArn",
411
+ "status",
412
+ "creationTime",
413
+ "lastModifiedTime"
414
+ ],
415
+ "members": {
416
+ "modelUnits": {
417
+ "type": "integer"
418
+ },
419
+ "desiredModelUnits": {
420
+ "type": "integer"
421
+ },
422
+ "provisionedModelName": {},
423
+ "provisionedModelArn": {},
424
+ "modelArn": {},
425
+ "desiredModelArn": {},
426
+ "foundationModelArn": {},
427
+ "status": {},
428
+ "creationTime": {
429
+ "shape": "S1d"
430
+ },
431
+ "lastModifiedTime": {
432
+ "shape": "S1d"
433
+ },
434
+ "failureMessage": {},
435
+ "commitmentDuration": {},
436
+ "commitmentExpirationTime": {
437
+ "shape": "S1d"
317
438
  }
318
439
  }
319
440
  }
@@ -327,19 +448,23 @@
327
448
  "input": {
328
449
  "type": "structure",
329
450
  "members": {
330
- "baseModelArnEquals": {
451
+ "creationTimeBefore": {
452
+ "shape": "S1d",
331
453
  "location": "querystring",
332
- "locationName": "baseModelArnEquals"
454
+ "locationName": "creationTimeBefore"
333
455
  },
334
456
  "creationTimeAfter": {
335
- "shape": "Sz",
457
+ "shape": "S1d",
336
458
  "location": "querystring",
337
459
  "locationName": "creationTimeAfter"
338
460
  },
339
- "creationTimeBefore": {
340
- "shape": "Sz",
461
+ "nameContains": {
341
462
  "location": "querystring",
342
- "locationName": "creationTimeBefore"
463
+ "locationName": "nameContains"
464
+ },
465
+ "baseModelArnEquals": {
466
+ "location": "querystring",
467
+ "locationName": "baseModelArnEquals"
343
468
  },
344
469
  "foundationModelArnEquals": {
345
470
  "location": "querystring",
@@ -350,10 +475,6 @@
350
475
  "locationName": "maxResults",
351
476
  "type": "integer"
352
477
  },
353
- "nameContains": {
354
- "location": "querystring",
355
- "locationName": "nameContains"
356
- },
357
478
  "nextToken": {
358
479
  "location": "querystring",
359
480
  "locationName": "nextToken"
@@ -371,29 +492,29 @@
371
492
  "output": {
372
493
  "type": "structure",
373
494
  "members": {
495
+ "nextToken": {},
374
496
  "modelSummaries": {
375
497
  "type": "list",
376
498
  "member": {
377
499
  "type": "structure",
378
500
  "required": [
379
- "baseModelArn",
380
- "baseModelName",
381
- "creationTime",
382
501
  "modelArn",
383
- "modelName"
502
+ "modelName",
503
+ "creationTime",
504
+ "baseModelArn",
505
+ "baseModelName"
384
506
  ],
385
507
  "members": {
386
- "baseModelArn": {},
387
- "baseModelName": {},
508
+ "modelArn": {},
509
+ "modelName": {},
388
510
  "creationTime": {
389
- "shape": "Sz"
511
+ "shape": "S1d"
390
512
  },
391
- "modelArn": {},
392
- "modelName": {}
513
+ "baseModelArn": {},
514
+ "baseModelName": {}
393
515
  }
394
516
  }
395
- },
396
- "nextToken": {}
517
+ }
397
518
  }
398
519
  }
399
520
  },
@@ -406,21 +527,21 @@
406
527
  "input": {
407
528
  "type": "structure",
408
529
  "members": {
409
- "byCustomizationType": {
530
+ "byProvider": {
410
531
  "location": "querystring",
411
- "locationName": "byCustomizationType"
532
+ "locationName": "byProvider"
412
533
  },
413
- "byInferenceType": {
534
+ "byCustomizationType": {
414
535
  "location": "querystring",
415
- "locationName": "byInferenceType"
536
+ "locationName": "byCustomizationType"
416
537
  },
417
538
  "byOutputModality": {
418
539
  "location": "querystring",
419
540
  "locationName": "byOutputModality"
420
541
  },
421
- "byProvider": {
542
+ "byInferenceType": {
422
543
  "location": "querystring",
423
- "locationName": "byProvider"
544
+ "locationName": "byInferenceType"
424
545
  }
425
546
  }
426
547
  },
@@ -436,24 +557,24 @@
436
557
  "modelId"
437
558
  ],
438
559
  "members": {
439
- "customizationsSupported": {
440
- "shape": "S18"
441
- },
442
- "inferenceTypesSupported": {
443
- "shape": "S1a"
444
- },
445
- "inputModalities": {
446
- "shape": "S1c"
447
- },
448
560
  "modelArn": {},
449
561
  "modelId": {},
450
562
  "modelName": {},
563
+ "providerName": {},
564
+ "inputModalities": {
565
+ "shape": "S1k"
566
+ },
451
567
  "outputModalities": {
452
- "shape": "S1c"
568
+ "shape": "S1k"
453
569
  },
454
- "providerName": {},
455
570
  "responseStreamingSupported": {
456
571
  "type": "boolean"
572
+ },
573
+ "customizationsSupported": {
574
+ "shape": "S1n"
575
+ },
576
+ "inferenceTypesSupported": {
577
+ "shape": "S1p"
457
578
  }
458
579
  }
459
580
  }
@@ -471,24 +592,28 @@
471
592
  "type": "structure",
472
593
  "members": {
473
594
  "creationTimeAfter": {
474
- "shape": "Sz",
595
+ "shape": "S1d",
475
596
  "location": "querystring",
476
597
  "locationName": "creationTimeAfter"
477
598
  },
478
599
  "creationTimeBefore": {
479
- "shape": "Sz",
600
+ "shape": "S1d",
480
601
  "location": "querystring",
481
602
  "locationName": "creationTimeBefore"
482
603
  },
483
- "maxResults": {
604
+ "statusEquals": {
484
605
  "location": "querystring",
485
- "locationName": "maxResults",
486
- "type": "integer"
606
+ "locationName": "statusEquals"
487
607
  },
488
608
  "nameContains": {
489
609
  "location": "querystring",
490
610
  "locationName": "nameContains"
491
611
  },
612
+ "maxResults": {
613
+ "location": "querystring",
614
+ "locationName": "maxResults",
615
+ "type": "integer"
616
+ },
492
617
  "nextToken": {
493
618
  "location": "querystring",
494
619
  "locationName": "nextToken"
@@ -500,47 +625,142 @@
500
625
  "sortOrder": {
501
626
  "location": "querystring",
502
627
  "locationName": "sortOrder"
503
- },
504
- "statusEquals": {
505
- "location": "querystring",
506
- "locationName": "statusEquals"
507
628
  }
508
629
  }
509
630
  },
510
631
  "output": {
511
632
  "type": "structure",
512
633
  "members": {
634
+ "nextToken": {},
513
635
  "modelCustomizationJobSummaries": {
514
636
  "type": "list",
515
637
  "member": {
516
638
  "type": "structure",
517
639
  "required": [
518
- "baseModelArn",
519
- "creationTime",
520
640
  "jobArn",
641
+ "baseModelArn",
521
642
  "jobName",
522
- "status"
643
+ "status",
644
+ "creationTime"
523
645
  ],
524
646
  "members": {
647
+ "jobArn": {},
525
648
  "baseModelArn": {},
649
+ "jobName": {},
650
+ "status": {},
651
+ "lastModifiedTime": {
652
+ "shape": "S1d"
653
+ },
526
654
  "creationTime": {
527
- "shape": "Sz"
655
+ "shape": "S1d"
528
656
  },
529
- "customModelArn": {},
530
- "customModelName": {},
531
657
  "endTime": {
532
- "shape": "Sz"
533
- },
534
- "jobArn": {},
535
- "jobName": {},
536
- "lastModifiedTime": {
537
- "shape": "Sz"
658
+ "shape": "S1d"
538
659
  },
539
- "status": {}
660
+ "customModelArn": {},
661
+ "customModelName": {}
540
662
  }
541
663
  }
664
+ }
665
+ }
666
+ }
667
+ },
668
+ "ListProvisionedModelThroughputs": {
669
+ "http": {
670
+ "method": "GET",
671
+ "requestUri": "/provisioned-model-throughputs",
672
+ "responseCode": 200
673
+ },
674
+ "input": {
675
+ "type": "structure",
676
+ "members": {
677
+ "creationTimeAfter": {
678
+ "shape": "S1d",
679
+ "location": "querystring",
680
+ "locationName": "creationTimeAfter"
681
+ },
682
+ "creationTimeBefore": {
683
+ "shape": "S1d",
684
+ "location": "querystring",
685
+ "locationName": "creationTimeBefore"
686
+ },
687
+ "statusEquals": {
688
+ "location": "querystring",
689
+ "locationName": "statusEquals"
690
+ },
691
+ "modelArnEquals": {
692
+ "location": "querystring",
693
+ "locationName": "modelArnEquals"
694
+ },
695
+ "nameContains": {
696
+ "location": "querystring",
697
+ "locationName": "nameContains"
698
+ },
699
+ "maxResults": {
700
+ "location": "querystring",
701
+ "locationName": "maxResults",
702
+ "type": "integer"
703
+ },
704
+ "nextToken": {
705
+ "location": "querystring",
706
+ "locationName": "nextToken"
542
707
  },
543
- "nextToken": {}
708
+ "sortBy": {
709
+ "location": "querystring",
710
+ "locationName": "sortBy"
711
+ },
712
+ "sortOrder": {
713
+ "location": "querystring",
714
+ "locationName": "sortOrder"
715
+ }
716
+ }
717
+ },
718
+ "output": {
719
+ "type": "structure",
720
+ "members": {
721
+ "nextToken": {},
722
+ "provisionedModelSummaries": {
723
+ "type": "list",
724
+ "member": {
725
+ "type": "structure",
726
+ "required": [
727
+ "provisionedModelName",
728
+ "provisionedModelArn",
729
+ "modelArn",
730
+ "desiredModelArn",
731
+ "foundationModelArn",
732
+ "modelUnits",
733
+ "desiredModelUnits",
734
+ "status",
735
+ "creationTime",
736
+ "lastModifiedTime"
737
+ ],
738
+ "members": {
739
+ "provisionedModelName": {},
740
+ "provisionedModelArn": {},
741
+ "modelArn": {},
742
+ "desiredModelArn": {},
743
+ "foundationModelArn": {},
744
+ "modelUnits": {
745
+ "type": "integer"
746
+ },
747
+ "desiredModelUnits": {
748
+ "type": "integer"
749
+ },
750
+ "status": {},
751
+ "commitmentDuration": {},
752
+ "commitmentExpirationTime": {
753
+ "shape": "S1d"
754
+ },
755
+ "creationTime": {
756
+ "shape": "S1d"
757
+ },
758
+ "lastModifiedTime": {
759
+ "shape": "S1d"
760
+ }
761
+ }
762
+ }
763
+ }
544
764
  }
545
765
  }
546
766
  },
@@ -562,7 +782,7 @@
562
782
  "type": "structure",
563
783
  "members": {
564
784
  "tags": {
565
- "shape": "S6"
785
+ "shape": "S8"
566
786
  }
567
787
  }
568
788
  }
@@ -580,7 +800,7 @@
580
800
  ],
581
801
  "members": {
582
802
  "loggingConfig": {
583
- "shape": "S1q"
803
+ "shape": "S1z"
584
804
  }
585
805
  }
586
806
  },
@@ -627,7 +847,7 @@
627
847
  "members": {
628
848
  "resourceARN": {},
629
849
  "tags": {
630
- "shape": "S6"
850
+ "shape": "S8"
631
851
  }
632
852
  }
633
853
  },
@@ -659,10 +879,36 @@
659
879
  "type": "structure",
660
880
  "members": {}
661
881
  }
882
+ },
883
+ "UpdateProvisionedModelThroughput": {
884
+ "http": {
885
+ "method": "PATCH",
886
+ "requestUri": "/provisioned-model-throughput/{provisionedModelId}",
887
+ "responseCode": 200
888
+ },
889
+ "input": {
890
+ "type": "structure",
891
+ "required": [
892
+ "provisionedModelId"
893
+ ],
894
+ "members": {
895
+ "provisionedModelId": {
896
+ "location": "uri",
897
+ "locationName": "provisionedModelId"
898
+ },
899
+ "desiredProvisionedModelName": {},
900
+ "desiredModelId": {}
901
+ }
902
+ },
903
+ "output": {
904
+ "type": "structure",
905
+ "members": {}
906
+ },
907
+ "idempotent": true
662
908
  }
663
909
  },
664
910
  "shapes": {
665
- "S6": {
911
+ "S8": {
666
912
  "type": "list",
667
913
  "member": {
668
914
  "type": "structure",
@@ -676,12 +922,7 @@
676
922
  }
677
923
  }
678
924
  },
679
- "Sa": {
680
- "type": "map",
681
- "key": {},
682
- "value": {}
683
- },
684
- "Sd": {
925
+ "Sc": {
685
926
  "type": "structure",
686
927
  "required": [
687
928
  "s3Uri"
@@ -690,16 +931,7 @@
690
931
  "s3Uri": {}
691
932
  }
692
933
  },
693
- "Sg": {
694
- "type": "structure",
695
- "required": [
696
- "s3Uri"
697
- ],
698
- "members": {
699
- "s3Uri": {}
700
- }
701
- },
702
- "Sh": {
934
+ "Se": {
703
935
  "type": "structure",
704
936
  "required": [
705
937
  "validators"
@@ -719,28 +951,38 @@
719
951
  }
720
952
  }
721
953
  },
954
+ "Sh": {
955
+ "type": "structure",
956
+ "required": [
957
+ "s3Uri"
958
+ ],
959
+ "members": {
960
+ "s3Uri": {}
961
+ }
962
+ },
963
+ "Si": {
964
+ "type": "map",
965
+ "key": {},
966
+ "value": {}
967
+ },
722
968
  "Sk": {
723
969
  "type": "structure",
724
970
  "required": [
725
- "securityGroupIds",
726
- "subnetIds"
971
+ "subnetIds",
972
+ "securityGroupIds"
727
973
  ],
728
974
  "members": {
729
- "securityGroupIds": {
975
+ "subnetIds": {
730
976
  "type": "list",
731
977
  "member": {}
732
978
  },
733
- "subnetIds": {
979
+ "securityGroupIds": {
734
980
  "type": "list",
735
981
  "member": {}
736
982
  }
737
983
  }
738
984
  },
739
- "Sz": {
740
- "type": "timestamp",
741
- "timestampFormat": "iso8601"
742
- },
743
- "S11": {
985
+ "S19": {
744
986
  "type": "structure",
745
987
  "members": {
746
988
  "trainingLoss": {
@@ -748,7 +990,7 @@
748
990
  }
749
991
  }
750
992
  },
751
- "S13": {
993
+ "S1b": {
752
994
  "type": "list",
753
995
  "member": {
754
996
  "type": "structure",
@@ -759,19 +1001,23 @@
759
1001
  }
760
1002
  }
761
1003
  },
762
- "S18": {
1004
+ "S1d": {
1005
+ "type": "timestamp",
1006
+ "timestampFormat": "iso8601"
1007
+ },
1008
+ "S1k": {
763
1009
  "type": "list",
764
1010
  "member": {}
765
1011
  },
766
- "S1a": {
1012
+ "S1n": {
767
1013
  "type": "list",
768
1014
  "member": {}
769
1015
  },
770
- "S1c": {
1016
+ "S1p": {
771
1017
  "type": "list",
772
1018
  "member": {}
773
1019
  },
774
- "S1q": {
1020
+ "S1z": {
775
1021
  "type": "structure",
776
1022
  "members": {
777
1023
  "cloudWatchConfig": {
@@ -781,28 +1027,28 @@
781
1027
  "roleArn"
782
1028
  ],
783
1029
  "members": {
784
- "largeDataDeliveryS3Config": {
785
- "shape": "S1s"
786
- },
787
1030
  "logGroupName": {},
788
- "roleArn": {}
1031
+ "roleArn": {},
1032
+ "largeDataDeliveryS3Config": {
1033
+ "shape": "S22"
1034
+ }
789
1035
  }
790
1036
  },
791
- "embeddingDataDeliveryEnabled": {
1037
+ "s3Config": {
1038
+ "shape": "S22"
1039
+ },
1040
+ "textDataDeliveryEnabled": {
792
1041
  "type": "boolean"
793
1042
  },
794
1043
  "imageDataDeliveryEnabled": {
795
1044
  "type": "boolean"
796
1045
  },
797
- "s3Config": {
798
- "shape": "S1s"
799
- },
800
- "textDataDeliveryEnabled": {
1046
+ "embeddingDataDeliveryEnabled": {
801
1047
  "type": "boolean"
802
1048
  }
803
1049
  }
804
1050
  },
805
- "S1s": {
1051
+ "S22": {
806
1052
  "type": "structure",
807
1053
  "required": [
808
1054
  "bucketName"