aws-sdk-core 2.11.555 → 2.11.560

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "PageSize"
12
12
  },
13
+ "ListCustomVerificationEmailTemplates": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "PageSize"
17
+ },
13
18
  "ListDedicatedIpPools": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -30,6 +35,11 @@
30
35
  "output_token": "NextToken",
31
36
  "limit_key": "PageSize"
32
37
  },
38
+ "ListEmailTemplates": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "PageSize"
42
+ },
33
43
  "ListSuppressedDestinations": {
34
44
  "input_token": "NextToken",
35
45
  "output_token": "NextToken",
@@ -6,17 +6,185 @@
6
6
  "output_token": "NextToken",
7
7
  "result_key": "ActivationList"
8
8
  },
9
+ "DescribeAssociationExecutionTargets": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AssociationExecutionTargets"
14
+ },
15
+ "DescribeAssociationExecutions": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "AssociationExecutions"
20
+ },
21
+ "DescribeAutomationExecutions": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "AutomationExecutionMetadataList"
26
+ },
27
+ "DescribeAutomationStepExecutions": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "StepExecutions"
32
+ },
33
+ "DescribeAvailablePatches": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "Patches"
38
+ },
39
+ "DescribeEffectiveInstanceAssociations": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "Associations"
44
+ },
45
+ "DescribeEffectivePatchesForPatchBaseline": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "EffectivePatches"
50
+ },
51
+ "DescribeInstanceAssociationsStatus": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "InstanceAssociationStatusInfos"
56
+ },
9
57
  "DescribeInstanceInformation": {
10
58
  "input_token": "NextToken",
11
59
  "limit_key": "MaxResults",
12
60
  "output_token": "NextToken",
13
61
  "result_key": "InstanceInformationList"
14
62
  },
63
+ "DescribeInstancePatchStates": {
64
+ "input_token": "NextToken",
65
+ "limit_key": "MaxResults",
66
+ "output_token": "NextToken",
67
+ "result_key": "InstancePatchStates"
68
+ },
69
+ "DescribeInstancePatchStatesForPatchGroup": {
70
+ "input_token": "NextToken",
71
+ "limit_key": "MaxResults",
72
+ "output_token": "NextToken",
73
+ "result_key": "InstancePatchStates"
74
+ },
75
+ "DescribeInstancePatches": {
76
+ "input_token": "NextToken",
77
+ "limit_key": "MaxResults",
78
+ "output_token": "NextToken",
79
+ "result_key": "Patches"
80
+ },
81
+ "DescribeInventoryDeletions": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "InventoryDeletions"
86
+ },
87
+ "DescribeMaintenanceWindowExecutionTaskInvocations": {
88
+ "input_token": "NextToken",
89
+ "limit_key": "MaxResults",
90
+ "output_token": "NextToken",
91
+ "result_key": "WindowExecutionTaskInvocationIdentities"
92
+ },
93
+ "DescribeMaintenanceWindowExecutionTasks": {
94
+ "input_token": "NextToken",
95
+ "limit_key": "MaxResults",
96
+ "output_token": "NextToken",
97
+ "result_key": "WindowExecutionTaskIdentities"
98
+ },
99
+ "DescribeMaintenanceWindowExecutions": {
100
+ "input_token": "NextToken",
101
+ "limit_key": "MaxResults",
102
+ "output_token": "NextToken",
103
+ "result_key": "WindowExecutions"
104
+ },
105
+ "DescribeMaintenanceWindowSchedule": {
106
+ "input_token": "NextToken",
107
+ "limit_key": "MaxResults",
108
+ "output_token": "NextToken",
109
+ "result_key": "ScheduledWindowExecutions"
110
+ },
111
+ "DescribeMaintenanceWindowTargets": {
112
+ "input_token": "NextToken",
113
+ "limit_key": "MaxResults",
114
+ "output_token": "NextToken",
115
+ "result_key": "Targets"
116
+ },
117
+ "DescribeMaintenanceWindowTasks": {
118
+ "input_token": "NextToken",
119
+ "limit_key": "MaxResults",
120
+ "output_token": "NextToken",
121
+ "result_key": "Tasks"
122
+ },
123
+ "DescribeMaintenanceWindows": {
124
+ "input_token": "NextToken",
125
+ "limit_key": "MaxResults",
126
+ "output_token": "NextToken",
127
+ "result_key": "WindowIdentities"
128
+ },
129
+ "DescribeMaintenanceWindowsForTarget": {
130
+ "input_token": "NextToken",
131
+ "limit_key": "MaxResults",
132
+ "output_token": "NextToken",
133
+ "result_key": "WindowIdentities"
134
+ },
135
+ "DescribeOpsItems": {
136
+ "input_token": "NextToken",
137
+ "limit_key": "MaxResults",
138
+ "output_token": "NextToken",
139
+ "result_key": "OpsItemSummaries"
140
+ },
15
141
  "DescribeParameters": {
16
142
  "input_token": "NextToken",
17
143
  "limit_key": "MaxResults",
18
144
  "output_token": "NextToken"
19
145
  },
146
+ "DescribePatchBaselines": {
147
+ "input_token": "NextToken",
148
+ "limit_key": "MaxResults",
149
+ "output_token": "NextToken",
150
+ "result_key": "BaselineIdentities"
151
+ },
152
+ "DescribePatchGroups": {
153
+ "input_token": "NextToken",
154
+ "limit_key": "MaxResults",
155
+ "output_token": "NextToken",
156
+ "result_key": "Mappings"
157
+ },
158
+ "DescribePatchProperties": {
159
+ "input_token": "NextToken",
160
+ "limit_key": "MaxResults",
161
+ "output_token": "NextToken",
162
+ "result_key": "Properties"
163
+ },
164
+ "DescribeSessions": {
165
+ "input_token": "NextToken",
166
+ "limit_key": "MaxResults",
167
+ "output_token": "NextToken",
168
+ "result_key": "Sessions"
169
+ },
170
+ "GetInventory": {
171
+ "input_token": "NextToken",
172
+ "limit_key": "MaxResults",
173
+ "output_token": "NextToken",
174
+ "result_key": "Entities"
175
+ },
176
+ "GetInventorySchema": {
177
+ "input_token": "NextToken",
178
+ "limit_key": "MaxResults",
179
+ "output_token": "NextToken",
180
+ "result_key": "Schemas"
181
+ },
182
+ "GetOpsSummary": {
183
+ "input_token": "NextToken",
184
+ "limit_key": "MaxResults",
185
+ "output_token": "NextToken",
186
+ "result_key": "Entities"
187
+ },
20
188
  "GetParameterHistory": {
21
189
  "input_token": "NextToken",
22
190
  "limit_key": "MaxResults",
@@ -27,6 +195,12 @@
27
195
  "limit_key": "MaxResults",
28
196
  "output_token": "NextToken"
29
197
  },
198
+ "ListAssociationVersions": {
199
+ "input_token": "NextToken",
200
+ "limit_key": "MaxResults",
201
+ "output_token": "NextToken",
202
+ "result_key": "AssociationVersions"
203
+ },
30
204
  "ListAssociations": {
31
205
  "input_token": "NextToken",
32
206
  "limit_key": "MaxResults",
@@ -45,11 +219,41 @@
45
219
  "output_token": "NextToken",
46
220
  "result_key": "Commands"
47
221
  },
222
+ "ListComplianceItems": {
223
+ "input_token": "NextToken",
224
+ "limit_key": "MaxResults",
225
+ "output_token": "NextToken",
226
+ "result_key": "ComplianceItems"
227
+ },
228
+ "ListComplianceSummaries": {
229
+ "input_token": "NextToken",
230
+ "limit_key": "MaxResults",
231
+ "output_token": "NextToken",
232
+ "result_key": "ComplianceSummaryItems"
233
+ },
234
+ "ListDocumentVersions": {
235
+ "input_token": "NextToken",
236
+ "limit_key": "MaxResults",
237
+ "output_token": "NextToken",
238
+ "result_key": "DocumentVersions"
239
+ },
48
240
  "ListDocuments": {
49
241
  "input_token": "NextToken",
50
242
  "limit_key": "MaxResults",
51
243
  "output_token": "NextToken",
52
244
  "result_key": "DocumentIdentifiers"
245
+ },
246
+ "ListResourceComplianceSummaries": {
247
+ "input_token": "NextToken",
248
+ "limit_key": "MaxResults",
249
+ "output_token": "NextToken",
250
+ "result_key": "ResourceComplianceSummaryItems"
251
+ },
252
+ "ListResourceDataSync": {
253
+ "input_token": "NextToken",
254
+ "limit_key": "MaxResults",
255
+ "output_token": "NextToken",
256
+ "result_key": "ResourceDataSyncItems"
53
257
  }
54
258
  }
55
259
  }
@@ -0,0 +1,60 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "CommandExecuted": {
5
+ "delay": 5,
6
+ "operation": "GetCommandInvocation",
7
+ "maxAttempts": 20,
8
+ "acceptors": [
9
+ {
10
+ "expected": "Pending",
11
+ "matcher": "path",
12
+ "state": "retry",
13
+ "argument": "Status"
14
+ },
15
+ {
16
+ "expected": "InProgress",
17
+ "matcher": "path",
18
+ "state": "retry",
19
+ "argument": "Status"
20
+ },
21
+ {
22
+ "expected": "Delayed",
23
+ "matcher": "path",
24
+ "state": "retry",
25
+ "argument": "Status"
26
+ },
27
+ {
28
+ "expected": "Success",
29
+ "matcher": "path",
30
+ "state": "success",
31
+ "argument": "Status"
32
+ },
33
+ {
34
+ "expected": "Cancelled",
35
+ "matcher": "path",
36
+ "state": "failure",
37
+ "argument": "Status"
38
+ },
39
+ {
40
+ "expected": "TimedOut",
41
+ "matcher": "path",
42
+ "state": "failure",
43
+ "argument": "Status"
44
+ },
45
+ {
46
+ "expected": "Failed",
47
+ "matcher": "path",
48
+ "state": "failure",
49
+ "argument": "Status"
50
+ },
51
+ {
52
+ "expected": "Cancelling",
53
+ "matcher": "path",
54
+ "state": "failure",
55
+ "argument": "Status"
56
+ }
57
+ ]
58
+ }
59
+ }
60
+ }
@@ -1701,6 +1701,11 @@
1701
1701
  "VolumeARN":{"shape":"VolumeARN"}
1702
1702
  }
1703
1703
  },
1704
+ "DeprecationDate":{
1705
+ "type":"string",
1706
+ "max":25,
1707
+ "min":1
1708
+ },
1704
1709
  "DescribeAvailabilityMonitorTestInput":{
1705
1710
  "type":"structure",
1706
1711
  "required":["GatewayARN"],
@@ -1801,7 +1806,9 @@
1801
1806
  "VPCEndpoint":{"shape":"string"},
1802
1807
  "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
1803
1808
  "HostEnvironment":{"shape":"HostEnvironment"},
1804
- "EndpointType":{"shape":"EndpointType"}
1809
+ "EndpointType":{"shape":"EndpointType"},
1810
+ "SoftwareUpdatesEndDate":{"shape":"SoftwareUpdatesEndDate"},
1811
+ "DeprecationDate":{"shape":"DeprecationDate"}
1805
1812
  }
1806
1813
  },
1807
1814
  "DescribeMaintenanceStartTimeInput":{
@@ -2897,6 +2904,11 @@
2897
2904
  "type":"string",
2898
2905
  "pattern":"\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
2899
2906
  },
2907
+ "SoftwareUpdatesEndDate":{
2908
+ "type":"string",
2909
+ "max":25,
2910
+ "min":1
2911
+ },
2900
2912
  "Squash":{
2901
2913
  "type":"string",
2902
2914
  "max":15,
@@ -13,6 +13,21 @@
13
13
  "uid":"transcribe-2017-10-26"
14
14
  },
15
15
  "operations":{
16
+ "CreateLanguageModel":{
17
+ "name":"CreateLanguageModel",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CreateLanguageModelRequest"},
23
+ "output":{"shape":"CreateLanguageModelResponse"},
24
+ "errors":[
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"InternalFailureException"},
28
+ {"shape":"ConflictException"}
29
+ ]
30
+ },
16
31
  "CreateMedicalVocabulary":{
17
32
  "name":"CreateMedicalVocabulary",
18
33
  "http":{
@@ -58,6 +73,19 @@
58
73
  {"shape":"ConflictException"}
59
74
  ]
60
75
  },
76
+ "DeleteLanguageModel":{
77
+ "name":"DeleteLanguageModel",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/"
81
+ },
82
+ "input":{"shape":"DeleteLanguageModelRequest"},
83
+ "errors":[
84
+ {"shape":"BadRequestException"},
85
+ {"shape":"LimitExceededException"},
86
+ {"shape":"InternalFailureException"}
87
+ ]
88
+ },
61
89
  "DeleteMedicalTranscriptionJob":{
62
90
  "name":"DeleteMedicalTranscriptionJob",
63
91
  "http":{
@@ -126,6 +154,21 @@
126
154
  {"shape":"InternalFailureException"}
127
155
  ]
128
156
  },
157
+ "DescribeLanguageModel":{
158
+ "name":"DescribeLanguageModel",
159
+ "http":{
160
+ "method":"POST",
161
+ "requestUri":"/"
162
+ },
163
+ "input":{"shape":"DescribeLanguageModelRequest"},
164
+ "output":{"shape":"DescribeLanguageModelResponse"},
165
+ "errors":[
166
+ {"shape":"BadRequestException"},
167
+ {"shape":"LimitExceededException"},
168
+ {"shape":"InternalFailureException"},
169
+ {"shape":"NotFoundException"}
170
+ ]
171
+ },
129
172
  "GetMedicalTranscriptionJob":{
130
173
  "name":"GetMedicalTranscriptionJob",
131
174
  "http":{
@@ -201,6 +244,20 @@
201
244
  {"shape":"BadRequestException"}
202
245
  ]
203
246
  },
247
+ "ListLanguageModels":{
248
+ "name":"ListLanguageModels",
249
+ "http":{
250
+ "method":"POST",
251
+ "requestUri":"/"
252
+ },
253
+ "input":{"shape":"ListLanguageModelsRequest"},
254
+ "output":{"shape":"ListLanguageModelsResponse"},
255
+ "errors":[
256
+ {"shape":"BadRequestException"},
257
+ {"shape":"LimitExceededException"},
258
+ {"shape":"InternalFailureException"}
259
+ ]
260
+ },
204
261
  "ListMedicalTranscriptionJobs":{
205
262
  "name":"ListMedicalTranscriptionJobs",
206
263
  "http":{
@@ -357,7 +414,18 @@
357
414
  },
358
415
  "exception":true
359
416
  },
417
+ "BaseModelName":{
418
+ "type":"string",
419
+ "enum":[
420
+ "NarrowBand",
421
+ "WideBand"
422
+ ]
423
+ },
360
424
  "Boolean":{"type":"boolean"},
425
+ "CLMLanguageCode":{
426
+ "type":"string",
427
+ "enum":["en-US"]
428
+ },
361
429
  "ConflictException":{
362
430
  "type":"structure",
363
431
  "members":{
@@ -376,6 +444,31 @@
376
444
  "RedactionOutput":{"shape":"RedactionOutput"}
377
445
  }
378
446
  },
447
+ "CreateLanguageModelRequest":{
448
+ "type":"structure",
449
+ "required":[
450
+ "LanguageCode",
451
+ "BaseModelName",
452
+ "ModelName",
453
+ "InputDataConfig"
454
+ ],
455
+ "members":{
456
+ "LanguageCode":{"shape":"CLMLanguageCode"},
457
+ "BaseModelName":{"shape":"BaseModelName"},
458
+ "ModelName":{"shape":"ModelName"},
459
+ "InputDataConfig":{"shape":"InputDataConfig"}
460
+ }
461
+ },
462
+ "CreateLanguageModelResponse":{
463
+ "type":"structure",
464
+ "members":{
465
+ "LanguageCode":{"shape":"CLMLanguageCode"},
466
+ "BaseModelName":{"shape":"BaseModelName"},
467
+ "ModelName":{"shape":"ModelName"},
468
+ "InputDataConfig":{"shape":"InputDataConfig"},
469
+ "ModelStatus":{"shape":"ModelStatus"}
470
+ }
471
+ },
379
472
  "CreateMedicalVocabularyRequest":{
380
473
  "type":"structure",
381
474
  "required":[
@@ -445,9 +538,18 @@
445
538
  },
446
539
  "DataAccessRoleArn":{
447
540
  "type":"string",
448
- "pattern":"^arn:aws:iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1023}$"
541
+ "max":2048,
542
+ "min":20,
543
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1024}$"
449
544
  },
450
545
  "DateTime":{"type":"timestamp"},
546
+ "DeleteLanguageModelRequest":{
547
+ "type":"structure",
548
+ "required":["ModelName"],
549
+ "members":{
550
+ "ModelName":{"shape":"ModelName"}
551
+ }
552
+ },
451
553
  "DeleteMedicalTranscriptionJobRequest":{
452
554
  "type":"structure",
453
555
  "required":["MedicalTranscriptionJobName"],
@@ -483,6 +585,19 @@
483
585
  "VocabularyName":{"shape":"VocabularyName"}
484
586
  }
485
587
  },
588
+ "DescribeLanguageModelRequest":{
589
+ "type":"structure",
590
+ "required":["ModelName"],
591
+ "members":{
592
+ "ModelName":{"shape":"ModelName"}
593
+ }
594
+ },
595
+ "DescribeLanguageModelResponse":{
596
+ "type":"structure",
597
+ "members":{
598
+ "LanguageModel":{"shape":"LanguageModel"}
599
+ }
600
+ },
486
601
  "FailureReason":{"type":"string"},
487
602
  "GetMedicalTranscriptionJobRequest":{
488
603
  "type":"structure",
@@ -562,6 +677,18 @@
562
677
  "DownloadUri":{"shape":"Uri"}
563
678
  }
564
679
  },
680
+ "InputDataConfig":{
681
+ "type":"structure",
682
+ "required":[
683
+ "S3Uri",
684
+ "DataAccessRoleArn"
685
+ ],
686
+ "members":{
687
+ "S3Uri":{"shape":"Uri"},
688
+ "TuningDataS3Uri":{"shape":"Uri"},
689
+ "DataAccessRoleArn":{"shape":"DataAccessRoleArn"}
690
+ }
691
+ },
565
692
  "InternalFailureException":{
566
693
  "type":"structure",
567
694
  "members":{
@@ -586,39 +713,58 @@
586
713
  "LanguageCode":{
587
714
  "type":"string",
588
715
  "enum":[
716
+ "af-ZA",
717
+ "ar-AE",
718
+ "ar-SA",
719
+ "cy-GB",
720
+ "da-DK",
721
+ "de-CH",
722
+ "de-DE",
723
+ "en-AB",
724
+ "en-AU",
725
+ "en-GB",
726
+ "en-IE",
727
+ "en-IN",
589
728
  "en-US",
729
+ "en-WL",
730
+ "es-ES",
590
731
  "es-US",
591
- "en-AU",
732
+ "fa-IR",
592
733
  "fr-CA",
593
- "en-GB",
594
- "de-DE",
595
- "pt-BR",
596
734
  "fr-FR",
735
+ "ga-IE",
736
+ "gd-GB",
737
+ "he-IL",
738
+ "hi-IN",
739
+ "id-ID",
597
740
  "it-IT",
741
+ "ja-JP",
598
742
  "ko-KR",
599
- "es-ES",
600
- "en-IN",
601
- "hi-IN",
602
- "ar-SA",
603
- "ru-RU",
604
- "zh-CN",
743
+ "ms-MY",
605
744
  "nl-NL",
606
- "id-ID",
607
- "ta-IN",
608
- "fa-IR",
609
- "en-IE",
610
- "en-AB",
611
- "en-WL",
745
+ "pt-BR",
612
746
  "pt-PT",
747
+ "ru-RU",
748
+ "ta-IN",
613
749
  "te-IN",
614
750
  "tr-TR",
615
- "de-CH",
616
- "he-IL",
617
- "ms-MY",
618
- "ja-JP",
619
- "ar-AE"
751
+ "zh-CN"
620
752
  ]
621
753
  },
754
+ "LanguageModel":{
755
+ "type":"structure",
756
+ "members":{
757
+ "ModelName":{"shape":"ModelName"},
758
+ "CreateTime":{"shape":"DateTime"},
759
+ "LastModifiedTime":{"shape":"DateTime"},
760
+ "LanguageCode":{"shape":"CLMLanguageCode"},
761
+ "BaseModelName":{"shape":"BaseModelName"},
762
+ "ModelStatus":{"shape":"ModelStatus"},
763
+ "UpgradeAvailability":{"shape":"Boolean"},
764
+ "FailureReason":{"shape":"FailureReason"},
765
+ "InputDataConfig":{"shape":"InputDataConfig"}
766
+ }
767
+ },
622
768
  "LimitExceededException":{
623
769
  "type":"structure",
624
770
  "members":{
@@ -626,6 +772,22 @@
626
772
  },
627
773
  "exception":true
628
774
  },
775
+ "ListLanguageModelsRequest":{
776
+ "type":"structure",
777
+ "members":{
778
+ "StatusEquals":{"shape":"ModelStatus"},
779
+ "NameContains":{"shape":"ModelName"},
780
+ "NextToken":{"shape":"NextToken"},
781
+ "MaxResults":{"shape":"MaxResults"}
782
+ }
783
+ },
784
+ "ListLanguageModelsResponse":{
785
+ "type":"structure",
786
+ "members":{
787
+ "NextToken":{"shape":"NextToken"},
788
+ "Models":{"shape":"Models"}
789
+ }
790
+ },
629
791
  "ListMedicalTranscriptionJobsRequest":{
630
792
  "type":"structure",
631
793
  "members":{
@@ -799,6 +961,30 @@
799
961
  "VocabularyName":{"shape":"VocabularyName"}
800
962
  }
801
963
  },
964
+ "ModelName":{
965
+ "type":"string",
966
+ "max":200,
967
+ "min":1,
968
+ "pattern":"^[0-9a-zA-Z._-]+"
969
+ },
970
+ "ModelSettings":{
971
+ "type":"structure",
972
+ "members":{
973
+ "LanguageModelName":{"shape":"ModelName"}
974
+ }
975
+ },
976
+ "ModelStatus":{
977
+ "type":"string",
978
+ "enum":[
979
+ "IN_PROGRESS",
980
+ "FAILED",
981
+ "COMPLETED"
982
+ ]
983
+ },
984
+ "Models":{
985
+ "type":"list",
986
+ "member":{"shape":"LanguageModel"}
987
+ },
802
988
  "NextToken":{
803
989
  "type":"string",
804
990
  "max":8192,
@@ -906,6 +1092,7 @@
906
1092
  "OutputBucketName":{"shape":"OutputBucketName"},
907
1093
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
908
1094
  "Settings":{"shape":"Settings"},
1095
+ "ModelSettings":{"shape":"ModelSettings"},
909
1096
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
910
1097
  "ContentRedaction":{"shape":"ContentRedaction"}
911
1098
  }
@@ -939,6 +1126,7 @@
939
1126
  "CompletionTime":{"shape":"DateTime"},
940
1127
  "FailureReason":{"shape":"FailureReason"},
941
1128
  "Settings":{"shape":"Settings"},
1129
+ "ModelSettings":{"shape":"ModelSettings"},
942
1130
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
943
1131
  "ContentRedaction":{"shape":"ContentRedaction"}
944
1132
  }
@@ -973,7 +1161,8 @@
973
1161
  "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
974
1162
  "FailureReason":{"shape":"FailureReason"},
975
1163
  "OutputLocationType":{"shape":"OutputLocationType"},
976
- "ContentRedaction":{"shape":"ContentRedaction"}
1164
+ "ContentRedaction":{"shape":"ContentRedaction"},
1165
+ "ModelSettings":{"shape":"ModelSettings"}
977
1166
  }
978
1167
  },
979
1168
  "Type":{