cdk-lambda-subminute 2.0.478 → 2.0.480
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +555 -179
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +87 -86
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
- package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/supplychain.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1853 -1890
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
- package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
- package/node_modules/aws-sdk/clients/codestar.js +0 -18
@@ -17,6 +17,68 @@
|
|
17
17
|
"uid": "bedrock-2023-04-20"
|
18
18
|
},
|
19
19
|
"operations": {
|
20
|
+
"BatchDeleteEvaluationJob": {
|
21
|
+
"http": {
|
22
|
+
"requestUri": "/evaluation-jobs/batch-delete",
|
23
|
+
"responseCode": 202
|
24
|
+
},
|
25
|
+
"input": {
|
26
|
+
"type": "structure",
|
27
|
+
"required": [
|
28
|
+
"jobIdentifiers"
|
29
|
+
],
|
30
|
+
"members": {
|
31
|
+
"jobIdentifiers": {
|
32
|
+
"type": "list",
|
33
|
+
"member": {
|
34
|
+
"shape": "S3"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"output": {
|
40
|
+
"type": "structure",
|
41
|
+
"required": [
|
42
|
+
"errors",
|
43
|
+
"evaluationJobs"
|
44
|
+
],
|
45
|
+
"members": {
|
46
|
+
"errors": {
|
47
|
+
"type": "list",
|
48
|
+
"member": {
|
49
|
+
"type": "structure",
|
50
|
+
"required": [
|
51
|
+
"jobIdentifier",
|
52
|
+
"code"
|
53
|
+
],
|
54
|
+
"members": {
|
55
|
+
"jobIdentifier": {
|
56
|
+
"shape": "S3"
|
57
|
+
},
|
58
|
+
"code": {},
|
59
|
+
"message": {}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"evaluationJobs": {
|
64
|
+
"type": "list",
|
65
|
+
"member": {
|
66
|
+
"type": "structure",
|
67
|
+
"required": [
|
68
|
+
"jobIdentifier",
|
69
|
+
"jobStatus"
|
70
|
+
],
|
71
|
+
"members": {
|
72
|
+
"jobIdentifier": {
|
73
|
+
"shape": "S3"
|
74
|
+
},
|
75
|
+
"jobStatus": {}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
},
|
20
82
|
"CreateEvaluationJob": {
|
21
83
|
"http": {
|
22
84
|
"requestUri": "/evaluation-jobs",
|
@@ -34,7 +96,7 @@
|
|
34
96
|
"members": {
|
35
97
|
"jobName": {},
|
36
98
|
"jobDescription": {
|
37
|
-
"shape": "
|
99
|
+
"shape": "Sd"
|
38
100
|
},
|
39
101
|
"clientRequestToken": {
|
40
102
|
"idempotencyToken": true
|
@@ -42,16 +104,16 @@
|
|
42
104
|
"roleArn": {},
|
43
105
|
"customerEncryptionKeyId": {},
|
44
106
|
"jobTags": {
|
45
|
-
"shape": "
|
107
|
+
"shape": "Sh"
|
46
108
|
},
|
47
109
|
"evaluationConfig": {
|
48
|
-
"shape": "
|
110
|
+
"shape": "Sl"
|
49
111
|
},
|
50
112
|
"inferenceConfig": {
|
51
|
-
"shape": "
|
113
|
+
"shape": "S14"
|
52
114
|
},
|
53
115
|
"outputDataConfig": {
|
54
|
-
"shape": "
|
116
|
+
"shape": "S1a"
|
55
117
|
}
|
56
118
|
}
|
57
119
|
},
|
@@ -80,35 +142,35 @@
|
|
80
142
|
],
|
81
143
|
"members": {
|
82
144
|
"name": {
|
83
|
-
"shape": "
|
145
|
+
"shape": "S1e"
|
84
146
|
},
|
85
147
|
"description": {
|
86
|
-
"shape": "
|
148
|
+
"shape": "S1f"
|
87
149
|
},
|
88
150
|
"topicPolicyConfig": {
|
89
|
-
"shape": "
|
151
|
+
"shape": "S1g"
|
90
152
|
},
|
91
153
|
"contentPolicyConfig": {
|
92
|
-
"shape": "
|
154
|
+
"shape": "S1o"
|
93
155
|
},
|
94
156
|
"wordPolicyConfig": {
|
95
|
-
"shape": "
|
157
|
+
"shape": "S1t"
|
96
158
|
},
|
97
159
|
"sensitiveInformationPolicyConfig": {
|
98
|
-
"shape": "
|
160
|
+
"shape": "S20"
|
99
161
|
},
|
100
162
|
"contextualGroundingPolicyConfig": {
|
101
|
-
"shape": "
|
163
|
+
"shape": "S2a"
|
102
164
|
},
|
103
165
|
"blockedInputMessaging": {
|
104
|
-
"shape": "
|
166
|
+
"shape": "S2f"
|
105
167
|
},
|
106
168
|
"blockedOutputsMessaging": {
|
107
|
-
"shape": "
|
169
|
+
"shape": "S2f"
|
108
170
|
},
|
109
171
|
"kmsKeyId": {},
|
110
172
|
"tags": {
|
111
|
-
"shape": "
|
173
|
+
"shape": "Sh"
|
112
174
|
},
|
113
175
|
"clientRequestToken": {
|
114
176
|
"idempotencyToken": true
|
@@ -128,7 +190,7 @@
|
|
128
190
|
"guardrailArn": {},
|
129
191
|
"version": {},
|
130
192
|
"createdAt": {
|
131
|
-
"shape": "
|
193
|
+
"shape": "S2k"
|
132
194
|
}
|
133
195
|
}
|
134
196
|
}
|
@@ -149,7 +211,7 @@
|
|
149
211
|
"locationName": "guardrailIdentifier"
|
150
212
|
},
|
151
213
|
"description": {
|
152
|
-
"shape": "
|
214
|
+
"shape": "S1f"
|
153
215
|
},
|
154
216
|
"clientRequestToken": {
|
155
217
|
"idempotencyToken": true
|
@@ -184,7 +246,7 @@
|
|
184
246
|
"targetModelName": {},
|
185
247
|
"modelKmsKeyId": {},
|
186
248
|
"targetModelTags": {
|
187
|
-
"shape": "
|
249
|
+
"shape": "Sh"
|
188
250
|
},
|
189
251
|
"clientRequestToken": {
|
190
252
|
"idempotencyToken": true
|
@@ -229,25 +291,25 @@
|
|
229
291
|
"customizationType": {},
|
230
292
|
"customModelKmsKeyId": {},
|
231
293
|
"jobTags": {
|
232
|
-
"shape": "
|
294
|
+
"shape": "Sh"
|
233
295
|
},
|
234
296
|
"customModelTags": {
|
235
|
-
"shape": "
|
297
|
+
"shape": "Sh"
|
236
298
|
},
|
237
299
|
"trainingDataConfig": {
|
238
|
-
"shape": "
|
300
|
+
"shape": "S2y"
|
239
301
|
},
|
240
302
|
"validationDataConfig": {
|
241
|
-
"shape": "
|
303
|
+
"shape": "S2z"
|
242
304
|
},
|
243
305
|
"outputDataConfig": {
|
244
|
-
"shape": "
|
306
|
+
"shape": "S32"
|
245
307
|
},
|
246
308
|
"hyperParameters": {
|
247
|
-
"shape": "
|
309
|
+
"shape": "S33"
|
248
310
|
},
|
249
311
|
"vpcConfig": {
|
250
|
-
"shape": "
|
312
|
+
"shape": "S34"
|
251
313
|
}
|
252
314
|
}
|
253
315
|
},
|
@@ -262,6 +324,50 @@
|
|
262
324
|
},
|
263
325
|
"idempotent": true
|
264
326
|
},
|
327
|
+
"CreateModelImportJob": {
|
328
|
+
"http": {
|
329
|
+
"requestUri": "/model-import-jobs",
|
330
|
+
"responseCode": 201
|
331
|
+
},
|
332
|
+
"input": {
|
333
|
+
"type": "structure",
|
334
|
+
"required": [
|
335
|
+
"jobName",
|
336
|
+
"importedModelName",
|
337
|
+
"roleArn",
|
338
|
+
"modelDataSource"
|
339
|
+
],
|
340
|
+
"members": {
|
341
|
+
"jobName": {},
|
342
|
+
"importedModelName": {},
|
343
|
+
"roleArn": {},
|
344
|
+
"modelDataSource": {
|
345
|
+
"shape": "S3d"
|
346
|
+
},
|
347
|
+
"jobTags": {
|
348
|
+
"shape": "Sh"
|
349
|
+
},
|
350
|
+
"importedModelTags": {
|
351
|
+
"shape": "Sh"
|
352
|
+
},
|
353
|
+
"clientRequestToken": {},
|
354
|
+
"vpcConfig": {
|
355
|
+
"shape": "S34"
|
356
|
+
},
|
357
|
+
"importedModelKmsKeyId": {}
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"output": {
|
361
|
+
"type": "structure",
|
362
|
+
"required": [
|
363
|
+
"jobArn"
|
364
|
+
],
|
365
|
+
"members": {
|
366
|
+
"jobArn": {}
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"idempotent": true
|
370
|
+
},
|
265
371
|
"CreateModelInvocationJob": {
|
266
372
|
"http": {
|
267
373
|
"requestUri": "/model-invocation-job",
|
@@ -284,16 +390,16 @@
|
|
284
390
|
},
|
285
391
|
"modelId": {},
|
286
392
|
"inputDataConfig": {
|
287
|
-
"shape": "
|
393
|
+
"shape": "S3l"
|
288
394
|
},
|
289
395
|
"outputDataConfig": {
|
290
|
-
"shape": "
|
396
|
+
"shape": "S3o"
|
291
397
|
},
|
292
398
|
"timeoutDurationInHours": {
|
293
399
|
"type": "integer"
|
294
400
|
},
|
295
401
|
"tags": {
|
296
|
-
"shape": "
|
402
|
+
"shape": "Sh"
|
297
403
|
}
|
298
404
|
}
|
299
405
|
},
|
@@ -331,7 +437,7 @@
|
|
331
437
|
"modelId": {},
|
332
438
|
"commitmentDuration": {},
|
333
439
|
"tags": {
|
334
|
-
"shape": "
|
440
|
+
"shape": "Sh"
|
335
441
|
}
|
336
442
|
}
|
337
443
|
},
|
@@ -398,6 +504,30 @@
|
|
398
504
|
},
|
399
505
|
"idempotent": true
|
400
506
|
},
|
507
|
+
"DeleteImportedModel": {
|
508
|
+
"http": {
|
509
|
+
"method": "DELETE",
|
510
|
+
"requestUri": "/imported-models/{modelIdentifier}",
|
511
|
+
"responseCode": 200
|
512
|
+
},
|
513
|
+
"input": {
|
514
|
+
"type": "structure",
|
515
|
+
"required": [
|
516
|
+
"modelIdentifier"
|
517
|
+
],
|
518
|
+
"members": {
|
519
|
+
"modelIdentifier": {
|
520
|
+
"location": "uri",
|
521
|
+
"locationName": "modelIdentifier"
|
522
|
+
}
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"output": {
|
526
|
+
"type": "structure",
|
527
|
+
"members": {}
|
528
|
+
},
|
529
|
+
"idempotent": true
|
530
|
+
},
|
401
531
|
"DeleteModelInvocationLoggingConfiguration": {
|
402
532
|
"http": {
|
403
533
|
"method": "DELETE",
|
@@ -476,25 +606,25 @@
|
|
476
606
|
"customizationType": {},
|
477
607
|
"modelKmsKeyArn": {},
|
478
608
|
"hyperParameters": {
|
479
|
-
"shape": "
|
609
|
+
"shape": "S33"
|
480
610
|
},
|
481
611
|
"trainingDataConfig": {
|
482
|
-
"shape": "
|
612
|
+
"shape": "S2y"
|
483
613
|
},
|
484
614
|
"validationDataConfig": {
|
485
|
-
"shape": "
|
615
|
+
"shape": "S2z"
|
486
616
|
},
|
487
617
|
"outputDataConfig": {
|
488
|
-
"shape": "
|
618
|
+
"shape": "S32"
|
489
619
|
},
|
490
620
|
"trainingMetrics": {
|
491
|
-
"shape": "
|
621
|
+
"shape": "S4f"
|
492
622
|
},
|
493
623
|
"validationMetrics": {
|
494
|
-
"shape": "
|
624
|
+
"shape": "S4h"
|
495
625
|
},
|
496
626
|
"creationTime": {
|
497
|
-
"shape": "
|
627
|
+
"shape": "S2k"
|
498
628
|
}
|
499
629
|
}
|
500
630
|
}
|
@@ -512,7 +642,7 @@
|
|
512
642
|
],
|
513
643
|
"members": {
|
514
644
|
"jobIdentifier": {
|
515
|
-
"shape": "
|
645
|
+
"shape": "S3",
|
516
646
|
"location": "uri",
|
517
647
|
"locationName": "jobIdentifier"
|
518
648
|
}
|
@@ -536,25 +666,25 @@
|
|
536
666
|
"status": {},
|
537
667
|
"jobArn": {},
|
538
668
|
"jobDescription": {
|
539
|
-
"shape": "
|
669
|
+
"shape": "Sd"
|
540
670
|
},
|
541
671
|
"roleArn": {},
|
542
672
|
"customerEncryptionKeyId": {},
|
543
673
|
"jobType": {},
|
544
674
|
"evaluationConfig": {
|
545
|
-
"shape": "
|
675
|
+
"shape": "Sl"
|
546
676
|
},
|
547
677
|
"inferenceConfig": {
|
548
|
-
"shape": "
|
678
|
+
"shape": "S14"
|
549
679
|
},
|
550
680
|
"outputDataConfig": {
|
551
|
-
"shape": "
|
681
|
+
"shape": "S1a"
|
552
682
|
},
|
553
683
|
"creationTime": {
|
554
|
-
"shape": "
|
684
|
+
"shape": "S2k"
|
555
685
|
},
|
556
686
|
"lastModifiedTime": {
|
557
|
-
"shape": "
|
687
|
+
"shape": "S2k"
|
558
688
|
},
|
559
689
|
"failureMessages": {
|
560
690
|
"type": "list",
|
@@ -596,22 +726,22 @@
|
|
596
726
|
"modelName": {},
|
597
727
|
"providerName": {},
|
598
728
|
"inputModalities": {
|
599
|
-
"shape": "
|
729
|
+
"shape": "S4u"
|
600
730
|
},
|
601
731
|
"outputModalities": {
|
602
|
-
"shape": "
|
732
|
+
"shape": "S4u"
|
603
733
|
},
|
604
734
|
"responseStreamingSupported": {
|
605
735
|
"type": "boolean"
|
606
736
|
},
|
607
737
|
"customizationsSupported": {
|
608
|
-
"shape": "
|
738
|
+
"shape": "S4x"
|
609
739
|
},
|
610
740
|
"inferenceTypesSupported": {
|
611
|
-
"shape": "
|
741
|
+
"shape": "S4z"
|
612
742
|
},
|
613
743
|
"modelLifecycle": {
|
614
|
-
"shape": "
|
744
|
+
"shape": "S51"
|
615
745
|
}
|
616
746
|
}
|
617
747
|
}
|
@@ -655,10 +785,10 @@
|
|
655
785
|
],
|
656
786
|
"members": {
|
657
787
|
"name": {
|
658
|
-
"shape": "
|
788
|
+
"shape": "S1e"
|
659
789
|
},
|
660
790
|
"description": {
|
661
|
-
"shape": "
|
791
|
+
"shape": "S1f"
|
662
792
|
},
|
663
793
|
"guardrailId": {},
|
664
794
|
"guardrailArn": {},
|
@@ -680,13 +810,13 @@
|
|
680
810
|
],
|
681
811
|
"members": {
|
682
812
|
"name": {
|
683
|
-
"shape": "
|
813
|
+
"shape": "S1j"
|
684
814
|
},
|
685
815
|
"definition": {
|
686
|
-
"shape": "
|
816
|
+
"shape": "S1k"
|
687
817
|
},
|
688
818
|
"examples": {
|
689
|
-
"shape": "
|
819
|
+
"shape": "S1l"
|
690
820
|
},
|
691
821
|
"type": {}
|
692
822
|
}
|
@@ -805,10 +935,10 @@
|
|
805
935
|
}
|
806
936
|
},
|
807
937
|
"createdAt": {
|
808
|
-
"shape": "
|
938
|
+
"shape": "S2k"
|
809
939
|
},
|
810
940
|
"updatedAt": {
|
811
|
-
"shape": "
|
941
|
+
"shape": "S2k"
|
812
942
|
},
|
813
943
|
"statusReasons": {
|
814
944
|
"type": "list",
|
@@ -825,15 +955,51 @@
|
|
825
955
|
}
|
826
956
|
},
|
827
957
|
"blockedInputMessaging": {
|
828
|
-
"shape": "
|
958
|
+
"shape": "S2f"
|
829
959
|
},
|
830
960
|
"blockedOutputsMessaging": {
|
831
|
-
"shape": "
|
961
|
+
"shape": "S2f"
|
832
962
|
},
|
833
963
|
"kmsKeyArn": {}
|
834
964
|
}
|
835
965
|
}
|
836
966
|
},
|
967
|
+
"GetImportedModel": {
|
968
|
+
"http": {
|
969
|
+
"method": "GET",
|
970
|
+
"requestUri": "/imported-models/{modelIdentifier}",
|
971
|
+
"responseCode": 200
|
972
|
+
},
|
973
|
+
"input": {
|
974
|
+
"type": "structure",
|
975
|
+
"required": [
|
976
|
+
"modelIdentifier"
|
977
|
+
],
|
978
|
+
"members": {
|
979
|
+
"modelIdentifier": {
|
980
|
+
"location": "uri",
|
981
|
+
"locationName": "modelIdentifier"
|
982
|
+
}
|
983
|
+
}
|
984
|
+
},
|
985
|
+
"output": {
|
986
|
+
"type": "structure",
|
987
|
+
"members": {
|
988
|
+
"modelArn": {},
|
989
|
+
"modelName": {},
|
990
|
+
"jobName": {},
|
991
|
+
"jobArn": {},
|
992
|
+
"modelDataSource": {
|
993
|
+
"shape": "S3d"
|
994
|
+
},
|
995
|
+
"creationTime": {
|
996
|
+
"shape": "S2k"
|
997
|
+
},
|
998
|
+
"modelArchitecture": {},
|
999
|
+
"modelKmsKeyArn": {}
|
1000
|
+
}
|
1001
|
+
}
|
1002
|
+
},
|
837
1003
|
"GetModelCopyJob": {
|
838
1004
|
"http": {
|
839
1005
|
"method": "GET",
|
@@ -866,7 +1032,7 @@
|
|
866
1032
|
"jobArn": {},
|
867
1033
|
"status": {},
|
868
1034
|
"creationTime": {
|
869
|
-
"shape": "
|
1035
|
+
"shape": "S2k"
|
870
1036
|
},
|
871
1037
|
"targetModelArn": {},
|
872
1038
|
"targetModelName": {},
|
@@ -874,7 +1040,7 @@
|
|
874
1040
|
"sourceModelArn": {},
|
875
1041
|
"targetModelKmsKeyArn": {},
|
876
1042
|
"targetModelTags": {
|
877
|
-
"shape": "
|
1043
|
+
"shape": "Sh"
|
878
1044
|
},
|
879
1045
|
"failureMessage": {},
|
880
1046
|
"sourceModelName": {}
|
@@ -923,41 +1089,88 @@
|
|
923
1089
|
"status": {},
|
924
1090
|
"failureMessage": {},
|
925
1091
|
"creationTime": {
|
926
|
-
"shape": "
|
1092
|
+
"shape": "S2k"
|
927
1093
|
},
|
928
1094
|
"lastModifiedTime": {
|
929
|
-
"shape": "
|
1095
|
+
"shape": "S2k"
|
930
1096
|
},
|
931
1097
|
"endTime": {
|
932
|
-
"shape": "
|
1098
|
+
"shape": "S2k"
|
933
1099
|
},
|
934
1100
|
"baseModelArn": {},
|
935
1101
|
"hyperParameters": {
|
936
|
-
"shape": "
|
1102
|
+
"shape": "S33"
|
937
1103
|
},
|
938
1104
|
"trainingDataConfig": {
|
939
|
-
"shape": "
|
1105
|
+
"shape": "S2y"
|
940
1106
|
},
|
941
1107
|
"validationDataConfig": {
|
942
|
-
"shape": "
|
1108
|
+
"shape": "S2z"
|
943
1109
|
},
|
944
1110
|
"outputDataConfig": {
|
945
|
-
"shape": "
|
1111
|
+
"shape": "S32"
|
946
1112
|
},
|
947
1113
|
"customizationType": {},
|
948
1114
|
"outputModelKmsKeyArn": {},
|
949
1115
|
"trainingMetrics": {
|
950
|
-
"shape": "
|
1116
|
+
"shape": "S4f"
|
951
1117
|
},
|
952
1118
|
"validationMetrics": {
|
953
|
-
"shape": "
|
1119
|
+
"shape": "S4h"
|
954
1120
|
},
|
955
1121
|
"vpcConfig": {
|
956
|
-
"shape": "
|
1122
|
+
"shape": "S34"
|
957
1123
|
}
|
958
1124
|
}
|
959
1125
|
}
|
960
1126
|
},
|
1127
|
+
"GetModelImportJob": {
|
1128
|
+
"http": {
|
1129
|
+
"method": "GET",
|
1130
|
+
"requestUri": "/model-import-jobs/{jobIdentifier}",
|
1131
|
+
"responseCode": 200
|
1132
|
+
},
|
1133
|
+
"input": {
|
1134
|
+
"type": "structure",
|
1135
|
+
"required": [
|
1136
|
+
"jobIdentifier"
|
1137
|
+
],
|
1138
|
+
"members": {
|
1139
|
+
"jobIdentifier": {
|
1140
|
+
"location": "uri",
|
1141
|
+
"locationName": "jobIdentifier"
|
1142
|
+
}
|
1143
|
+
}
|
1144
|
+
},
|
1145
|
+
"output": {
|
1146
|
+
"type": "structure",
|
1147
|
+
"members": {
|
1148
|
+
"jobArn": {},
|
1149
|
+
"jobName": {},
|
1150
|
+
"importedModelName": {},
|
1151
|
+
"importedModelArn": {},
|
1152
|
+
"roleArn": {},
|
1153
|
+
"modelDataSource": {
|
1154
|
+
"shape": "S3d"
|
1155
|
+
},
|
1156
|
+
"status": {},
|
1157
|
+
"failureMessage": {},
|
1158
|
+
"creationTime": {
|
1159
|
+
"shape": "S2k"
|
1160
|
+
},
|
1161
|
+
"lastModifiedTime": {
|
1162
|
+
"shape": "S2k"
|
1163
|
+
},
|
1164
|
+
"endTime": {
|
1165
|
+
"shape": "S2k"
|
1166
|
+
},
|
1167
|
+
"vpcConfig": {
|
1168
|
+
"shape": "S34"
|
1169
|
+
},
|
1170
|
+
"importedModelKmsKeyArn": {}
|
1171
|
+
}
|
1172
|
+
}
|
1173
|
+
},
|
961
1174
|
"GetModelInvocationJob": {
|
962
1175
|
"http": {
|
963
1176
|
"method": "GET",
|
@@ -994,28 +1207,28 @@
|
|
994
1207
|
"roleArn": {},
|
995
1208
|
"status": {},
|
996
1209
|
"message": {
|
997
|
-
"shape": "
|
1210
|
+
"shape": "S6j"
|
998
1211
|
},
|
999
1212
|
"submitTime": {
|
1000
|
-
"shape": "
|
1213
|
+
"shape": "S2k"
|
1001
1214
|
},
|
1002
1215
|
"lastModifiedTime": {
|
1003
|
-
"shape": "
|
1216
|
+
"shape": "S2k"
|
1004
1217
|
},
|
1005
1218
|
"endTime": {
|
1006
|
-
"shape": "
|
1219
|
+
"shape": "S2k"
|
1007
1220
|
},
|
1008
1221
|
"inputDataConfig": {
|
1009
|
-
"shape": "
|
1222
|
+
"shape": "S3l"
|
1010
1223
|
},
|
1011
1224
|
"outputDataConfig": {
|
1012
|
-
"shape": "
|
1225
|
+
"shape": "S3o"
|
1013
1226
|
},
|
1014
1227
|
"timeoutDurationInHours": {
|
1015
1228
|
"type": "integer"
|
1016
1229
|
},
|
1017
1230
|
"jobExpirationTime": {
|
1018
|
-
"shape": "
|
1231
|
+
"shape": "S2k"
|
1019
1232
|
}
|
1020
1233
|
}
|
1021
1234
|
}
|
@@ -1034,7 +1247,7 @@
|
|
1034
1247
|
"type": "structure",
|
1035
1248
|
"members": {
|
1036
1249
|
"loggingConfig": {
|
1037
|
-
"shape": "
|
1250
|
+
"shape": "S6m"
|
1038
1251
|
}
|
1039
1252
|
}
|
1040
1253
|
}
|
@@ -1085,15 +1298,15 @@
|
|
1085
1298
|
"foundationModelArn": {},
|
1086
1299
|
"status": {},
|
1087
1300
|
"creationTime": {
|
1088
|
-
"shape": "
|
1301
|
+
"shape": "S2k"
|
1089
1302
|
},
|
1090
1303
|
"lastModifiedTime": {
|
1091
|
-
"shape": "
|
1304
|
+
"shape": "S2k"
|
1092
1305
|
},
|
1093
1306
|
"failureMessage": {},
|
1094
1307
|
"commitmentDuration": {},
|
1095
1308
|
"commitmentExpirationTime": {
|
1096
|
-
"shape": "
|
1309
|
+
"shape": "S2k"
|
1097
1310
|
}
|
1098
1311
|
}
|
1099
1312
|
}
|
@@ -1108,12 +1321,12 @@
|
|
1108
1321
|
"type": "structure",
|
1109
1322
|
"members": {
|
1110
1323
|
"creationTimeBefore": {
|
1111
|
-
"shape": "
|
1324
|
+
"shape": "S2k",
|
1112
1325
|
"location": "querystring",
|
1113
1326
|
"locationName": "creationTimeBefore"
|
1114
1327
|
},
|
1115
1328
|
"creationTimeAfter": {
|
1116
|
-
"shape": "
|
1329
|
+
"shape": "S2k",
|
1117
1330
|
"location": "querystring",
|
1118
1331
|
"locationName": "creationTimeAfter"
|
1119
1332
|
},
|
@@ -1172,7 +1385,7 @@
|
|
1172
1385
|
"modelArn": {},
|
1173
1386
|
"modelName": {},
|
1174
1387
|
"creationTime": {
|
1175
|
-
"shape": "
|
1388
|
+
"shape": "S2k"
|
1176
1389
|
},
|
1177
1390
|
"baseModelArn": {},
|
1178
1391
|
"baseModelName": {},
|
@@ -1194,12 +1407,12 @@
|
|
1194
1407
|
"type": "structure",
|
1195
1408
|
"members": {
|
1196
1409
|
"creationTimeAfter": {
|
1197
|
-
"shape": "
|
1410
|
+
"shape": "S2k",
|
1198
1411
|
"location": "querystring",
|
1199
1412
|
"locationName": "creationTimeAfter"
|
1200
1413
|
},
|
1201
1414
|
"creationTimeBefore": {
|
1202
|
-
"shape": "
|
1415
|
+
"shape": "S2k",
|
1203
1416
|
"location": "querystring",
|
1204
1417
|
"locationName": "creationTimeBefore"
|
1205
1418
|
},
|
@@ -1252,7 +1465,7 @@
|
|
1252
1465
|
"jobName": {},
|
1253
1466
|
"status": {},
|
1254
1467
|
"creationTime": {
|
1255
|
-
"shape": "
|
1468
|
+
"shape": "S2k"
|
1256
1469
|
},
|
1257
1470
|
"jobType": {},
|
1258
1471
|
"evaluationTaskTypes": {
|
@@ -1313,22 +1526,22 @@
|
|
1313
1526
|
"modelName": {},
|
1314
1527
|
"providerName": {},
|
1315
1528
|
"inputModalities": {
|
1316
|
-
"shape": "
|
1529
|
+
"shape": "S4u"
|
1317
1530
|
},
|
1318
1531
|
"outputModalities": {
|
1319
|
-
"shape": "
|
1532
|
+
"shape": "S4u"
|
1320
1533
|
},
|
1321
1534
|
"responseStreamingSupported": {
|
1322
1535
|
"type": "boolean"
|
1323
1536
|
},
|
1324
1537
|
"customizationsSupported": {
|
1325
|
-
"shape": "
|
1538
|
+
"shape": "S4x"
|
1326
1539
|
},
|
1327
1540
|
"inferenceTypesSupported": {
|
1328
|
-
"shape": "
|
1541
|
+
"shape": "S4z"
|
1329
1542
|
},
|
1330
1543
|
"modelLifecycle": {
|
1331
|
-
"shape": "
|
1544
|
+
"shape": "S51"
|
1332
1545
|
}
|
1333
1546
|
}
|
1334
1547
|
}
|
@@ -1384,17 +1597,17 @@
|
|
1384
1597
|
"arn": {},
|
1385
1598
|
"status": {},
|
1386
1599
|
"name": {
|
1387
|
-
"shape": "
|
1600
|
+
"shape": "S1e"
|
1388
1601
|
},
|
1389
1602
|
"description": {
|
1390
|
-
"shape": "
|
1603
|
+
"shape": "S1f"
|
1391
1604
|
},
|
1392
1605
|
"version": {},
|
1393
1606
|
"createdAt": {
|
1394
|
-
"shape": "
|
1607
|
+
"shape": "S2k"
|
1395
1608
|
},
|
1396
1609
|
"updatedAt": {
|
1397
|
-
"shape": "
|
1610
|
+
"shape": "S2k"
|
1398
1611
|
}
|
1399
1612
|
}
|
1400
1613
|
}
|
@@ -1403,6 +1616,73 @@
|
|
1403
1616
|
}
|
1404
1617
|
}
|
1405
1618
|
},
|
1619
|
+
"ListImportedModels": {
|
1620
|
+
"http": {
|
1621
|
+
"method": "GET",
|
1622
|
+
"requestUri": "/imported-models",
|
1623
|
+
"responseCode": 200
|
1624
|
+
},
|
1625
|
+
"input": {
|
1626
|
+
"type": "structure",
|
1627
|
+
"members": {
|
1628
|
+
"creationTimeBefore": {
|
1629
|
+
"shape": "S2k",
|
1630
|
+
"location": "querystring",
|
1631
|
+
"locationName": "creationTimeBefore"
|
1632
|
+
},
|
1633
|
+
"creationTimeAfter": {
|
1634
|
+
"shape": "S2k",
|
1635
|
+
"location": "querystring",
|
1636
|
+
"locationName": "creationTimeAfter"
|
1637
|
+
},
|
1638
|
+
"nameContains": {
|
1639
|
+
"location": "querystring",
|
1640
|
+
"locationName": "nameContains"
|
1641
|
+
},
|
1642
|
+
"maxResults": {
|
1643
|
+
"location": "querystring",
|
1644
|
+
"locationName": "maxResults",
|
1645
|
+
"type": "integer"
|
1646
|
+
},
|
1647
|
+
"nextToken": {
|
1648
|
+
"location": "querystring",
|
1649
|
+
"locationName": "nextToken"
|
1650
|
+
},
|
1651
|
+
"sortBy": {
|
1652
|
+
"location": "querystring",
|
1653
|
+
"locationName": "sortBy"
|
1654
|
+
},
|
1655
|
+
"sortOrder": {
|
1656
|
+
"location": "querystring",
|
1657
|
+
"locationName": "sortOrder"
|
1658
|
+
}
|
1659
|
+
}
|
1660
|
+
},
|
1661
|
+
"output": {
|
1662
|
+
"type": "structure",
|
1663
|
+
"members": {
|
1664
|
+
"nextToken": {},
|
1665
|
+
"modelSummaries": {
|
1666
|
+
"type": "list",
|
1667
|
+
"member": {
|
1668
|
+
"type": "structure",
|
1669
|
+
"required": [
|
1670
|
+
"modelArn",
|
1671
|
+
"modelName",
|
1672
|
+
"creationTime"
|
1673
|
+
],
|
1674
|
+
"members": {
|
1675
|
+
"modelArn": {},
|
1676
|
+
"modelName": {},
|
1677
|
+
"creationTime": {
|
1678
|
+
"shape": "S2k"
|
1679
|
+
}
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
}
|
1685
|
+
},
|
1406
1686
|
"ListModelCopyJobs": {
|
1407
1687
|
"http": {
|
1408
1688
|
"method": "GET",
|
@@ -1413,12 +1693,12 @@
|
|
1413
1693
|
"type": "structure",
|
1414
1694
|
"members": {
|
1415
1695
|
"creationTimeAfter": {
|
1416
|
-
"shape": "
|
1696
|
+
"shape": "S2k",
|
1417
1697
|
"location": "querystring",
|
1418
1698
|
"locationName": "creationTimeAfter"
|
1419
1699
|
},
|
1420
1700
|
"creationTimeBefore": {
|
1421
|
-
"shape": "
|
1701
|
+
"shape": "S2k",
|
1422
1702
|
"location": "querystring",
|
1423
1703
|
"locationName": "creationTimeBefore"
|
1424
1704
|
},
|
@@ -1477,7 +1757,7 @@
|
|
1477
1757
|
"jobArn": {},
|
1478
1758
|
"status": {},
|
1479
1759
|
"creationTime": {
|
1480
|
-
"shape": "
|
1760
|
+
"shape": "S2k"
|
1481
1761
|
},
|
1482
1762
|
"targetModelArn": {},
|
1483
1763
|
"targetModelName": {},
|
@@ -1485,7 +1765,7 @@
|
|
1485
1765
|
"sourceModelArn": {},
|
1486
1766
|
"targetModelKmsKeyArn": {},
|
1487
1767
|
"targetModelTags": {
|
1488
|
-
"shape": "
|
1768
|
+
"shape": "Sh"
|
1489
1769
|
},
|
1490
1770
|
"failureMessage": {},
|
1491
1771
|
"sourceModelName": {}
|
@@ -1505,12 +1785,12 @@
|
|
1505
1785
|
"type": "structure",
|
1506
1786
|
"members": {
|
1507
1787
|
"creationTimeAfter": {
|
1508
|
-
"shape": "
|
1788
|
+
"shape": "S2k",
|
1509
1789
|
"location": "querystring",
|
1510
1790
|
"locationName": "creationTimeAfter"
|
1511
1791
|
},
|
1512
1792
|
"creationTimeBefore": {
|
1513
|
-
"shape": "
|
1793
|
+
"shape": "S2k",
|
1514
1794
|
"location": "querystring",
|
1515
1795
|
"locationName": "creationTimeBefore"
|
1516
1796
|
},
|
@@ -1562,13 +1842,13 @@
|
|
1562
1842
|
"jobName": {},
|
1563
1843
|
"status": {},
|
1564
1844
|
"lastModifiedTime": {
|
1565
|
-
"shape": "
|
1845
|
+
"shape": "S2k"
|
1566
1846
|
},
|
1567
1847
|
"creationTime": {
|
1568
|
-
"shape": "
|
1848
|
+
"shape": "S2k"
|
1569
1849
|
},
|
1570
1850
|
"endTime": {
|
1571
|
-
"shape": "
|
1851
|
+
"shape": "S2k"
|
1572
1852
|
},
|
1573
1853
|
"customModelArn": {},
|
1574
1854
|
"customModelName": {},
|
@@ -1579,6 +1859,87 @@
|
|
1579
1859
|
}
|
1580
1860
|
}
|
1581
1861
|
},
|
1862
|
+
"ListModelImportJobs": {
|
1863
|
+
"http": {
|
1864
|
+
"method": "GET",
|
1865
|
+
"requestUri": "/model-import-jobs",
|
1866
|
+
"responseCode": 200
|
1867
|
+
},
|
1868
|
+
"input": {
|
1869
|
+
"type": "structure",
|
1870
|
+
"members": {
|
1871
|
+
"creationTimeAfter": {
|
1872
|
+
"shape": "S2k",
|
1873
|
+
"location": "querystring",
|
1874
|
+
"locationName": "creationTimeAfter"
|
1875
|
+
},
|
1876
|
+
"creationTimeBefore": {
|
1877
|
+
"shape": "S2k",
|
1878
|
+
"location": "querystring",
|
1879
|
+
"locationName": "creationTimeBefore"
|
1880
|
+
},
|
1881
|
+
"statusEquals": {
|
1882
|
+
"location": "querystring",
|
1883
|
+
"locationName": "statusEquals"
|
1884
|
+
},
|
1885
|
+
"nameContains": {
|
1886
|
+
"location": "querystring",
|
1887
|
+
"locationName": "nameContains"
|
1888
|
+
},
|
1889
|
+
"maxResults": {
|
1890
|
+
"location": "querystring",
|
1891
|
+
"locationName": "maxResults",
|
1892
|
+
"type": "integer"
|
1893
|
+
},
|
1894
|
+
"nextToken": {
|
1895
|
+
"location": "querystring",
|
1896
|
+
"locationName": "nextToken"
|
1897
|
+
},
|
1898
|
+
"sortBy": {
|
1899
|
+
"location": "querystring",
|
1900
|
+
"locationName": "sortBy"
|
1901
|
+
},
|
1902
|
+
"sortOrder": {
|
1903
|
+
"location": "querystring",
|
1904
|
+
"locationName": "sortOrder"
|
1905
|
+
}
|
1906
|
+
}
|
1907
|
+
},
|
1908
|
+
"output": {
|
1909
|
+
"type": "structure",
|
1910
|
+
"members": {
|
1911
|
+
"nextToken": {},
|
1912
|
+
"modelImportJobSummaries": {
|
1913
|
+
"type": "list",
|
1914
|
+
"member": {
|
1915
|
+
"type": "structure",
|
1916
|
+
"required": [
|
1917
|
+
"jobArn",
|
1918
|
+
"jobName",
|
1919
|
+
"status",
|
1920
|
+
"creationTime"
|
1921
|
+
],
|
1922
|
+
"members": {
|
1923
|
+
"jobArn": {},
|
1924
|
+
"jobName": {},
|
1925
|
+
"status": {},
|
1926
|
+
"lastModifiedTime": {
|
1927
|
+
"shape": "S2k"
|
1928
|
+
},
|
1929
|
+
"creationTime": {
|
1930
|
+
"shape": "S2k"
|
1931
|
+
},
|
1932
|
+
"endTime": {
|
1933
|
+
"shape": "S2k"
|
1934
|
+
},
|
1935
|
+
"importedModelArn": {},
|
1936
|
+
"importedModelName": {}
|
1937
|
+
}
|
1938
|
+
}
|
1939
|
+
}
|
1940
|
+
}
|
1941
|
+
}
|
1942
|
+
},
|
1582
1943
|
"ListModelInvocationJobs": {
|
1583
1944
|
"http": {
|
1584
1945
|
"method": "GET",
|
@@ -1589,12 +1950,12 @@
|
|
1589
1950
|
"type": "structure",
|
1590
1951
|
"members": {
|
1591
1952
|
"submitTimeAfter": {
|
1592
|
-
"shape": "
|
1953
|
+
"shape": "S2k",
|
1593
1954
|
"location": "querystring",
|
1594
1955
|
"locationName": "submitTimeAfter"
|
1595
1956
|
},
|
1596
1957
|
"submitTimeBefore": {
|
1597
|
-
"shape": "
|
1958
|
+
"shape": "S2k",
|
1598
1959
|
"location": "querystring",
|
1599
1960
|
"locationName": "submitTimeBefore"
|
1600
1961
|
},
|
@@ -1650,28 +2011,28 @@
|
|
1650
2011
|
"roleArn": {},
|
1651
2012
|
"status": {},
|
1652
2013
|
"message": {
|
1653
|
-
"shape": "
|
2014
|
+
"shape": "S6j"
|
1654
2015
|
},
|
1655
2016
|
"submitTime": {
|
1656
|
-
"shape": "
|
2017
|
+
"shape": "S2k"
|
1657
2018
|
},
|
1658
2019
|
"lastModifiedTime": {
|
1659
|
-
"shape": "
|
2020
|
+
"shape": "S2k"
|
1660
2021
|
},
|
1661
2022
|
"endTime": {
|
1662
|
-
"shape": "
|
2023
|
+
"shape": "S2k"
|
1663
2024
|
},
|
1664
2025
|
"inputDataConfig": {
|
1665
|
-
"shape": "
|
2026
|
+
"shape": "S3l"
|
1666
2027
|
},
|
1667
2028
|
"outputDataConfig": {
|
1668
|
-
"shape": "
|
2029
|
+
"shape": "S3o"
|
1669
2030
|
},
|
1670
2031
|
"timeoutDurationInHours": {
|
1671
2032
|
"type": "integer"
|
1672
2033
|
},
|
1673
2034
|
"jobExpirationTime": {
|
1674
|
-
"shape": "
|
2035
|
+
"shape": "S2k"
|
1675
2036
|
}
|
1676
2037
|
}
|
1677
2038
|
}
|
@@ -1689,12 +2050,12 @@
|
|
1689
2050
|
"type": "structure",
|
1690
2051
|
"members": {
|
1691
2052
|
"creationTimeAfter": {
|
1692
|
-
"shape": "
|
2053
|
+
"shape": "S2k",
|
1693
2054
|
"location": "querystring",
|
1694
2055
|
"locationName": "creationTimeAfter"
|
1695
2056
|
},
|
1696
2057
|
"creationTimeBefore": {
|
1697
|
-
"shape": "
|
2058
|
+
"shape": "S2k",
|
1698
2059
|
"location": "querystring",
|
1699
2060
|
"locationName": "creationTimeBefore"
|
1700
2061
|
},
|
@@ -1764,13 +2125,13 @@
|
|
1764
2125
|
"status": {},
|
1765
2126
|
"commitmentDuration": {},
|
1766
2127
|
"commitmentExpirationTime": {
|
1767
|
-
"shape": "
|
2128
|
+
"shape": "S2k"
|
1768
2129
|
},
|
1769
2130
|
"creationTime": {
|
1770
|
-
"shape": "
|
2131
|
+
"shape": "S2k"
|
1771
2132
|
},
|
1772
2133
|
"lastModifiedTime": {
|
1773
|
-
"shape": "
|
2134
|
+
"shape": "S2k"
|
1774
2135
|
}
|
1775
2136
|
}
|
1776
2137
|
}
|
@@ -1796,7 +2157,7 @@
|
|
1796
2157
|
"type": "structure",
|
1797
2158
|
"members": {
|
1798
2159
|
"tags": {
|
1799
|
-
"shape": "
|
2160
|
+
"shape": "Sh"
|
1800
2161
|
}
|
1801
2162
|
}
|
1802
2163
|
}
|
@@ -1814,7 +2175,7 @@
|
|
1814
2175
|
],
|
1815
2176
|
"members": {
|
1816
2177
|
"loggingConfig": {
|
1817
|
-
"shape": "
|
2178
|
+
"shape": "S6m"
|
1818
2179
|
}
|
1819
2180
|
}
|
1820
2181
|
},
|
@@ -1836,7 +2197,7 @@
|
|
1836
2197
|
],
|
1837
2198
|
"members": {
|
1838
2199
|
"jobIdentifier": {
|
1839
|
-
"shape": "
|
2200
|
+
"shape": "S3",
|
1840
2201
|
"location": "uri",
|
1841
2202
|
"locationName": "jobIdentifier"
|
1842
2203
|
}
|
@@ -1906,7 +2267,7 @@
|
|
1906
2267
|
"members": {
|
1907
2268
|
"resourceARN": {},
|
1908
2269
|
"tags": {
|
1909
|
-
"shape": "
|
2270
|
+
"shape": "Sh"
|
1910
2271
|
}
|
1911
2272
|
}
|
1912
2273
|
},
|
@@ -1959,31 +2320,31 @@
|
|
1959
2320
|
"locationName": "guardrailIdentifier"
|
1960
2321
|
},
|
1961
2322
|
"name": {
|
1962
|
-
"shape": "
|
2323
|
+
"shape": "S1e"
|
1963
2324
|
},
|
1964
2325
|
"description": {
|
1965
|
-
"shape": "
|
2326
|
+
"shape": "S1f"
|
1966
2327
|
},
|
1967
2328
|
"topicPolicyConfig": {
|
1968
|
-
"shape": "
|
2329
|
+
"shape": "S1g"
|
1969
2330
|
},
|
1970
2331
|
"contentPolicyConfig": {
|
1971
|
-
"shape": "
|
2332
|
+
"shape": "S1o"
|
1972
2333
|
},
|
1973
2334
|
"wordPolicyConfig": {
|
1974
|
-
"shape": "
|
2335
|
+
"shape": "S1t"
|
1975
2336
|
},
|
1976
2337
|
"sensitiveInformationPolicyConfig": {
|
1977
|
-
"shape": "
|
2338
|
+
"shape": "S20"
|
1978
2339
|
},
|
1979
2340
|
"contextualGroundingPolicyConfig": {
|
1980
|
-
"shape": "
|
2341
|
+
"shape": "S2a"
|
1981
2342
|
},
|
1982
2343
|
"blockedInputMessaging": {
|
1983
|
-
"shape": "
|
2344
|
+
"shape": "S2f"
|
1984
2345
|
},
|
1985
2346
|
"blockedOutputsMessaging": {
|
1986
|
-
"shape": "
|
2347
|
+
"shape": "S2f"
|
1987
2348
|
},
|
1988
2349
|
"kmsKeyId": {}
|
1989
2350
|
}
|
@@ -2001,7 +2362,7 @@
|
|
2001
2362
|
"guardrailArn": {},
|
2002
2363
|
"version": {},
|
2003
2364
|
"updatedAt": {
|
2004
|
-
"shape": "
|
2365
|
+
"shape": "S2k"
|
2005
2366
|
}
|
2006
2367
|
}
|
2007
2368
|
},
|
@@ -2039,7 +2400,11 @@
|
|
2039
2400
|
"type": "string",
|
2040
2401
|
"sensitive": true
|
2041
2402
|
},
|
2042
|
-
"
|
2403
|
+
"Sd": {
|
2404
|
+
"type": "string",
|
2405
|
+
"sensitive": true
|
2406
|
+
},
|
2407
|
+
"Sh": {
|
2043
2408
|
"type": "list",
|
2044
2409
|
"member": {
|
2045
2410
|
"type": "structure",
|
@@ -2053,7 +2418,7 @@
|
|
2053
2418
|
}
|
2054
2419
|
}
|
2055
2420
|
},
|
2056
|
-
"
|
2421
|
+
"Sl": {
|
2057
2422
|
"type": "structure",
|
2058
2423
|
"members": {
|
2059
2424
|
"automated": {
|
@@ -2063,7 +2428,7 @@
|
|
2063
2428
|
],
|
2064
2429
|
"members": {
|
2065
2430
|
"datasetMetricConfigs": {
|
2066
|
-
"shape": "
|
2431
|
+
"shape": "Sn"
|
2067
2432
|
}
|
2068
2433
|
}
|
2069
2434
|
},
|
@@ -2096,7 +2461,7 @@
|
|
2096
2461
|
],
|
2097
2462
|
"members": {
|
2098
2463
|
"name": {
|
2099
|
-
"shape": "
|
2464
|
+
"shape": "Sv"
|
2100
2465
|
},
|
2101
2466
|
"description": {
|
2102
2467
|
"type": "string",
|
@@ -2107,14 +2472,14 @@
|
|
2107
2472
|
}
|
2108
2473
|
},
|
2109
2474
|
"datasetMetricConfigs": {
|
2110
|
-
"shape": "
|
2475
|
+
"shape": "Sn"
|
2111
2476
|
}
|
2112
2477
|
}
|
2113
2478
|
}
|
2114
2479
|
},
|
2115
2480
|
"union": true
|
2116
2481
|
},
|
2117
|
-
"
|
2482
|
+
"Sn": {
|
2118
2483
|
"type": "list",
|
2119
2484
|
"member": {
|
2120
2485
|
"type": "structure",
|
@@ -2147,17 +2512,17 @@
|
|
2147
2512
|
"metricNames": {
|
2148
2513
|
"type": "list",
|
2149
2514
|
"member": {
|
2150
|
-
"shape": "
|
2515
|
+
"shape": "Sv"
|
2151
2516
|
}
|
2152
2517
|
}
|
2153
2518
|
}
|
2154
2519
|
}
|
2155
2520
|
},
|
2156
|
-
"
|
2521
|
+
"Sv": {
|
2157
2522
|
"type": "string",
|
2158
2523
|
"sensitive": true
|
2159
2524
|
},
|
2160
|
-
"
|
2525
|
+
"S14": {
|
2161
2526
|
"type": "structure",
|
2162
2527
|
"members": {
|
2163
2528
|
"models": {
|
@@ -2186,7 +2551,7 @@
|
|
2186
2551
|
},
|
2187
2552
|
"union": true
|
2188
2553
|
},
|
2189
|
-
"
|
2554
|
+
"S1a": {
|
2190
2555
|
"type": "structure",
|
2191
2556
|
"required": [
|
2192
2557
|
"s3Uri"
|
@@ -2195,15 +2560,15 @@
|
|
2195
2560
|
"s3Uri": {}
|
2196
2561
|
}
|
2197
2562
|
},
|
2198
|
-
"
|
2563
|
+
"S1e": {
|
2199
2564
|
"type": "string",
|
2200
2565
|
"sensitive": true
|
2201
2566
|
},
|
2202
|
-
"
|
2567
|
+
"S1f": {
|
2203
2568
|
"type": "string",
|
2204
2569
|
"sensitive": true
|
2205
2570
|
},
|
2206
|
-
"
|
2571
|
+
"S1g": {
|
2207
2572
|
"type": "structure",
|
2208
2573
|
"required": [
|
2209
2574
|
"topicsConfig"
|
@@ -2220,13 +2585,13 @@
|
|
2220
2585
|
],
|
2221
2586
|
"members": {
|
2222
2587
|
"name": {
|
2223
|
-
"shape": "
|
2588
|
+
"shape": "S1j"
|
2224
2589
|
},
|
2225
2590
|
"definition": {
|
2226
|
-
"shape": "
|
2591
|
+
"shape": "S1k"
|
2227
2592
|
},
|
2228
2593
|
"examples": {
|
2229
|
-
"shape": "
|
2594
|
+
"shape": "S1l"
|
2230
2595
|
},
|
2231
2596
|
"type": {}
|
2232
2597
|
}
|
@@ -2234,22 +2599,22 @@
|
|
2234
2599
|
}
|
2235
2600
|
}
|
2236
2601
|
},
|
2237
|
-
"
|
2602
|
+
"S1j": {
|
2238
2603
|
"type": "string",
|
2239
2604
|
"sensitive": true
|
2240
2605
|
},
|
2241
|
-
"
|
2606
|
+
"S1k": {
|
2242
2607
|
"type": "string",
|
2243
2608
|
"sensitive": true
|
2244
2609
|
},
|
2245
|
-
"
|
2610
|
+
"S1l": {
|
2246
2611
|
"type": "list",
|
2247
2612
|
"member": {
|
2248
2613
|
"type": "string",
|
2249
2614
|
"sensitive": true
|
2250
2615
|
}
|
2251
2616
|
},
|
2252
|
-
"
|
2617
|
+
"S1o": {
|
2253
2618
|
"type": "structure",
|
2254
2619
|
"required": [
|
2255
2620
|
"filtersConfig"
|
@@ -2273,7 +2638,7 @@
|
|
2273
2638
|
}
|
2274
2639
|
}
|
2275
2640
|
},
|
2276
|
-
"
|
2641
|
+
"S1t": {
|
2277
2642
|
"type": "structure",
|
2278
2643
|
"members": {
|
2279
2644
|
"wordsConfig": {
|
@@ -2302,7 +2667,7 @@
|
|
2302
2667
|
}
|
2303
2668
|
}
|
2304
2669
|
},
|
2305
|
-
"
|
2670
|
+
"S20": {
|
2306
2671
|
"type": "structure",
|
2307
2672
|
"members": {
|
2308
2673
|
"piiEntitiesConfig": {
|
@@ -2338,7 +2703,7 @@
|
|
2338
2703
|
}
|
2339
2704
|
}
|
2340
2705
|
},
|
2341
|
-
"
|
2706
|
+
"S2a": {
|
2342
2707
|
"type": "structure",
|
2343
2708
|
"required": [
|
2344
2709
|
"filtersConfig"
|
@@ -2362,15 +2727,15 @@
|
|
2362
2727
|
}
|
2363
2728
|
}
|
2364
2729
|
},
|
2365
|
-
"
|
2730
|
+
"S2f": {
|
2366
2731
|
"type": "string",
|
2367
2732
|
"sensitive": true
|
2368
2733
|
},
|
2369
|
-
"
|
2734
|
+
"S2k": {
|
2370
2735
|
"type": "timestamp",
|
2371
2736
|
"timestampFormat": "iso8601"
|
2372
2737
|
},
|
2373
|
-
"
|
2738
|
+
"S2y": {
|
2374
2739
|
"type": "structure",
|
2375
2740
|
"required": [
|
2376
2741
|
"s3Uri"
|
@@ -2379,7 +2744,7 @@
|
|
2379
2744
|
"s3Uri": {}
|
2380
2745
|
}
|
2381
2746
|
},
|
2382
|
-
"
|
2747
|
+
"S2z": {
|
2383
2748
|
"type": "structure",
|
2384
2749
|
"required": [
|
2385
2750
|
"validators"
|
@@ -2399,7 +2764,7 @@
|
|
2399
2764
|
}
|
2400
2765
|
}
|
2401
2766
|
},
|
2402
|
-
"
|
2767
|
+
"S32": {
|
2403
2768
|
"type": "structure",
|
2404
2769
|
"required": [
|
2405
2770
|
"s3Uri"
|
@@ -2408,12 +2773,12 @@
|
|
2408
2773
|
"s3Uri": {}
|
2409
2774
|
}
|
2410
2775
|
},
|
2411
|
-
"
|
2776
|
+
"S33": {
|
2412
2777
|
"type": "map",
|
2413
2778
|
"key": {},
|
2414
2779
|
"value": {}
|
2415
2780
|
},
|
2416
|
-
"
|
2781
|
+
"S34": {
|
2417
2782
|
"type": "structure",
|
2418
2783
|
"required": [
|
2419
2784
|
"subnetIds",
|
@@ -2430,7 +2795,22 @@
|
|
2430
2795
|
}
|
2431
2796
|
}
|
2432
2797
|
},
|
2433
|
-
"
|
2798
|
+
"S3d": {
|
2799
|
+
"type": "structure",
|
2800
|
+
"members": {
|
2801
|
+
"s3DataSource": {
|
2802
|
+
"type": "structure",
|
2803
|
+
"required": [
|
2804
|
+
"s3Uri"
|
2805
|
+
],
|
2806
|
+
"members": {
|
2807
|
+
"s3Uri": {}
|
2808
|
+
}
|
2809
|
+
}
|
2810
|
+
},
|
2811
|
+
"union": true
|
2812
|
+
},
|
2813
|
+
"S3l": {
|
2434
2814
|
"type": "structure",
|
2435
2815
|
"members": {
|
2436
2816
|
"s3InputDataConfig": {
|
@@ -2446,7 +2826,7 @@
|
|
2446
2826
|
},
|
2447
2827
|
"union": true
|
2448
2828
|
},
|
2449
|
-
"
|
2829
|
+
"S3o": {
|
2450
2830
|
"type": "structure",
|
2451
2831
|
"members": {
|
2452
2832
|
"s3OutputDataConfig": {
|
@@ -2462,7 +2842,7 @@
|
|
2462
2842
|
},
|
2463
2843
|
"union": true
|
2464
2844
|
},
|
2465
|
-
"
|
2845
|
+
"S4f": {
|
2466
2846
|
"type": "structure",
|
2467
2847
|
"members": {
|
2468
2848
|
"trainingLoss": {
|
@@ -2470,7 +2850,7 @@
|
|
2470
2850
|
}
|
2471
2851
|
}
|
2472
2852
|
},
|
2473
|
-
"
|
2853
|
+
"S4h": {
|
2474
2854
|
"type": "list",
|
2475
2855
|
"member": {
|
2476
2856
|
"type": "structure",
|
@@ -2481,23 +2861,19 @@
|
|
2481
2861
|
}
|
2482
2862
|
}
|
2483
2863
|
},
|
2484
|
-
"
|
2485
|
-
"type": "string",
|
2486
|
-
"sensitive": true
|
2487
|
-
},
|
2488
|
-
"S4e": {
|
2864
|
+
"S4u": {
|
2489
2865
|
"type": "list",
|
2490
2866
|
"member": {}
|
2491
2867
|
},
|
2492
|
-
"
|
2868
|
+
"S4x": {
|
2493
2869
|
"type": "list",
|
2494
2870
|
"member": {}
|
2495
2871
|
},
|
2496
|
-
"
|
2872
|
+
"S4z": {
|
2497
2873
|
"type": "list",
|
2498
2874
|
"member": {}
|
2499
2875
|
},
|
2500
|
-
"
|
2876
|
+
"S51": {
|
2501
2877
|
"type": "structure",
|
2502
2878
|
"required": [
|
2503
2879
|
"status"
|
@@ -2506,11 +2882,11 @@
|
|
2506
2882
|
"status": {}
|
2507
2883
|
}
|
2508
2884
|
},
|
2509
|
-
"
|
2885
|
+
"S6j": {
|
2510
2886
|
"type": "string",
|
2511
2887
|
"sensitive": true
|
2512
2888
|
},
|
2513
|
-
"
|
2889
|
+
"S6m": {
|
2514
2890
|
"type": "structure",
|
2515
2891
|
"members": {
|
2516
2892
|
"cloudWatchConfig": {
|
@@ -2523,12 +2899,12 @@
|
|
2523
2899
|
"logGroupName": {},
|
2524
2900
|
"roleArn": {},
|
2525
2901
|
"largeDataDeliveryS3Config": {
|
2526
|
-
"shape": "
|
2902
|
+
"shape": "S6p"
|
2527
2903
|
}
|
2528
2904
|
}
|
2529
2905
|
},
|
2530
2906
|
"s3Config": {
|
2531
|
-
"shape": "
|
2907
|
+
"shape": "S6p"
|
2532
2908
|
},
|
2533
2909
|
"textDataDeliveryEnabled": {
|
2534
2910
|
"type": "boolean"
|
@@ -2541,7 +2917,7 @@
|
|
2541
2917
|
}
|
2542
2918
|
}
|
2543
2919
|
},
|
2544
|
-
"
|
2920
|
+
"S6p": {
|
2545
2921
|
"type": "structure",
|
2546
2922
|
"required": [
|
2547
2923
|
"bucketName"
|