cdk-lambda-subminute 2.0.437 → 2.0.439
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 +4 -4
- 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 +1059 -90
- 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 +41 -34
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +68 -7
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +146 -82
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
- package/node_modules/aws-sdk/clients/bedrock.d.ts +1082 -118
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +24 -2
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +65 -1
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
- package/node_modules/aws-sdk/clients/ec2.d.ts +112 -40
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +984 -403
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -12,6 +12,154 @@
|
|
12
12
|
"uid": "bedrock-2023-04-20"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"CreateEvaluationJob": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/evaluation-jobs",
|
18
|
+
"responseCode": 202
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"jobName",
|
24
|
+
"roleArn",
|
25
|
+
"evaluationConfig",
|
26
|
+
"inferenceConfig",
|
27
|
+
"outputDataConfig"
|
28
|
+
],
|
29
|
+
"members": {
|
30
|
+
"jobName": {},
|
31
|
+
"jobDescription": {
|
32
|
+
"shape": "S3"
|
33
|
+
},
|
34
|
+
"clientRequestToken": {
|
35
|
+
"idempotencyToken": true
|
36
|
+
},
|
37
|
+
"roleArn": {},
|
38
|
+
"customerEncryptionKeyId": {},
|
39
|
+
"jobTags": {
|
40
|
+
"shape": "S7"
|
41
|
+
},
|
42
|
+
"evaluationConfig": {
|
43
|
+
"shape": "Sb"
|
44
|
+
},
|
45
|
+
"inferenceConfig": {
|
46
|
+
"shape": "Su"
|
47
|
+
},
|
48
|
+
"outputDataConfig": {
|
49
|
+
"shape": "S10"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"output": {
|
54
|
+
"type": "structure",
|
55
|
+
"required": [
|
56
|
+
"jobArn"
|
57
|
+
],
|
58
|
+
"members": {
|
59
|
+
"jobArn": {}
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"idempotent": true
|
63
|
+
},
|
64
|
+
"CreateGuardrail": {
|
65
|
+
"http": {
|
66
|
+
"requestUri": "/guardrails",
|
67
|
+
"responseCode": 202
|
68
|
+
},
|
69
|
+
"input": {
|
70
|
+
"type": "structure",
|
71
|
+
"required": [
|
72
|
+
"name",
|
73
|
+
"blockedInputMessaging",
|
74
|
+
"blockedOutputsMessaging"
|
75
|
+
],
|
76
|
+
"members": {
|
77
|
+
"name": {
|
78
|
+
"shape": "S14"
|
79
|
+
},
|
80
|
+
"description": {
|
81
|
+
"shape": "S15"
|
82
|
+
},
|
83
|
+
"topicPolicyConfig": {
|
84
|
+
"shape": "S16"
|
85
|
+
},
|
86
|
+
"contentPolicyConfig": {
|
87
|
+
"shape": "S1e"
|
88
|
+
},
|
89
|
+
"wordPolicyConfig": {
|
90
|
+
"shape": "S1j"
|
91
|
+
},
|
92
|
+
"sensitiveInformationPolicyConfig": {
|
93
|
+
"shape": "S1q"
|
94
|
+
},
|
95
|
+
"blockedInputMessaging": {
|
96
|
+
"shape": "S20"
|
97
|
+
},
|
98
|
+
"blockedOutputsMessaging": {
|
99
|
+
"shape": "S20"
|
100
|
+
},
|
101
|
+
"kmsKeyId": {},
|
102
|
+
"tags": {
|
103
|
+
"shape": "S7"
|
104
|
+
},
|
105
|
+
"clientRequestToken": {
|
106
|
+
"idempotencyToken": true
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"output": {
|
111
|
+
"type": "structure",
|
112
|
+
"required": [
|
113
|
+
"guardrailId",
|
114
|
+
"guardrailArn",
|
115
|
+
"version",
|
116
|
+
"createdAt"
|
117
|
+
],
|
118
|
+
"members": {
|
119
|
+
"guardrailId": {},
|
120
|
+
"guardrailArn": {},
|
121
|
+
"version": {},
|
122
|
+
"createdAt": {
|
123
|
+
"shape": "S25"
|
124
|
+
}
|
125
|
+
}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"CreateGuardrailVersion": {
|
129
|
+
"http": {
|
130
|
+
"requestUri": "/guardrails/{guardrailIdentifier}",
|
131
|
+
"responseCode": 202
|
132
|
+
},
|
133
|
+
"input": {
|
134
|
+
"type": "structure",
|
135
|
+
"required": [
|
136
|
+
"guardrailIdentifier"
|
137
|
+
],
|
138
|
+
"members": {
|
139
|
+
"guardrailIdentifier": {
|
140
|
+
"location": "uri",
|
141
|
+
"locationName": "guardrailIdentifier"
|
142
|
+
},
|
143
|
+
"description": {
|
144
|
+
"shape": "S15"
|
145
|
+
},
|
146
|
+
"clientRequestToken": {
|
147
|
+
"idempotencyToken": true
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"output": {
|
152
|
+
"type": "structure",
|
153
|
+
"required": [
|
154
|
+
"guardrailId",
|
155
|
+
"version"
|
156
|
+
],
|
157
|
+
"members": {
|
158
|
+
"guardrailId": {},
|
159
|
+
"version": {}
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
15
163
|
"CreateModelCustomizationJob": {
|
16
164
|
"http": {
|
17
165
|
"requestUri": "/model-customization-jobs",
|
@@ -39,25 +187,25 @@
|
|
39
187
|
"customizationType": {},
|
40
188
|
"customModelKmsKeyId": {},
|
41
189
|
"jobTags": {
|
42
|
-
"shape": "
|
190
|
+
"shape": "S7"
|
43
191
|
},
|
44
192
|
"customModelTags": {
|
45
|
-
"shape": "
|
193
|
+
"shape": "S7"
|
46
194
|
},
|
47
195
|
"trainingDataConfig": {
|
48
|
-
"shape": "
|
196
|
+
"shape": "S2f"
|
49
197
|
},
|
50
198
|
"validationDataConfig": {
|
51
|
-
"shape": "
|
199
|
+
"shape": "S2g"
|
52
200
|
},
|
53
201
|
"outputDataConfig": {
|
54
|
-
"shape": "
|
202
|
+
"shape": "S2j"
|
55
203
|
},
|
56
204
|
"hyperParameters": {
|
57
|
-
"shape": "
|
205
|
+
"shape": "S2k"
|
58
206
|
},
|
59
207
|
"vpcConfig": {
|
60
|
-
"shape": "
|
208
|
+
"shape": "S2m"
|
61
209
|
}
|
62
210
|
}
|
63
211
|
},
|
@@ -95,7 +243,7 @@
|
|
95
243
|
"modelId": {},
|
96
244
|
"commitmentDuration": {},
|
97
245
|
"tags": {
|
98
|
-
"shape": "
|
246
|
+
"shape": "S7"
|
99
247
|
}
|
100
248
|
}
|
101
249
|
},
|
@@ -134,6 +282,34 @@
|
|
134
282
|
},
|
135
283
|
"idempotent": true
|
136
284
|
},
|
285
|
+
"DeleteGuardrail": {
|
286
|
+
"http": {
|
287
|
+
"method": "DELETE",
|
288
|
+
"requestUri": "/guardrails/{guardrailIdentifier}",
|
289
|
+
"responseCode": 202
|
290
|
+
},
|
291
|
+
"input": {
|
292
|
+
"type": "structure",
|
293
|
+
"required": [
|
294
|
+
"guardrailIdentifier"
|
295
|
+
],
|
296
|
+
"members": {
|
297
|
+
"guardrailIdentifier": {
|
298
|
+
"location": "uri",
|
299
|
+
"locationName": "guardrailIdentifier"
|
300
|
+
},
|
301
|
+
"guardrailVersion": {
|
302
|
+
"location": "querystring",
|
303
|
+
"locationName": "guardrailVersion"
|
304
|
+
}
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"output": {
|
308
|
+
"type": "structure",
|
309
|
+
"members": {}
|
310
|
+
},
|
311
|
+
"idempotent": true
|
312
|
+
},
|
137
313
|
"DeleteModelInvocationLoggingConfiguration": {
|
138
314
|
"http": {
|
139
315
|
"method": "DELETE",
|
@@ -212,25 +388,89 @@
|
|
212
388
|
"customizationType": {},
|
213
389
|
"modelKmsKeyArn": {},
|
214
390
|
"hyperParameters": {
|
215
|
-
"shape": "
|
391
|
+
"shape": "S2k"
|
216
392
|
},
|
217
393
|
"trainingDataConfig": {
|
218
|
-
"shape": "
|
394
|
+
"shape": "S2f"
|
219
395
|
},
|
220
396
|
"validationDataConfig": {
|
221
|
-
"shape": "
|
397
|
+
"shape": "S2g"
|
222
398
|
},
|
223
399
|
"outputDataConfig": {
|
224
|
-
"shape": "
|
400
|
+
"shape": "S2j"
|
225
401
|
},
|
226
402
|
"trainingMetrics": {
|
227
|
-
"shape": "
|
403
|
+
"shape": "S3d"
|
228
404
|
},
|
229
405
|
"validationMetrics": {
|
230
|
-
"shape": "
|
406
|
+
"shape": "S3f"
|
231
407
|
},
|
232
408
|
"creationTime": {
|
233
|
-
"shape": "
|
409
|
+
"shape": "S25"
|
410
|
+
}
|
411
|
+
}
|
412
|
+
}
|
413
|
+
},
|
414
|
+
"GetEvaluationJob": {
|
415
|
+
"http": {
|
416
|
+
"method": "GET",
|
417
|
+
"requestUri": "/evaluation-jobs/{jobIdentifier}",
|
418
|
+
"responseCode": 200
|
419
|
+
},
|
420
|
+
"input": {
|
421
|
+
"type": "structure",
|
422
|
+
"required": [
|
423
|
+
"jobIdentifier"
|
424
|
+
],
|
425
|
+
"members": {
|
426
|
+
"jobIdentifier": {
|
427
|
+
"shape": "S3i",
|
428
|
+
"location": "uri",
|
429
|
+
"locationName": "jobIdentifier"
|
430
|
+
}
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"output": {
|
434
|
+
"type": "structure",
|
435
|
+
"required": [
|
436
|
+
"jobName",
|
437
|
+
"status",
|
438
|
+
"jobArn",
|
439
|
+
"roleArn",
|
440
|
+
"jobType",
|
441
|
+
"evaluationConfig",
|
442
|
+
"inferenceConfig",
|
443
|
+
"outputDataConfig",
|
444
|
+
"creationTime"
|
445
|
+
],
|
446
|
+
"members": {
|
447
|
+
"jobName": {},
|
448
|
+
"status": {},
|
449
|
+
"jobArn": {},
|
450
|
+
"jobDescription": {
|
451
|
+
"shape": "S3"
|
452
|
+
},
|
453
|
+
"roleArn": {},
|
454
|
+
"customerEncryptionKeyId": {},
|
455
|
+
"jobType": {},
|
456
|
+
"evaluationConfig": {
|
457
|
+
"shape": "Sb"
|
458
|
+
},
|
459
|
+
"inferenceConfig": {
|
460
|
+
"shape": "Su"
|
461
|
+
},
|
462
|
+
"outputDataConfig": {
|
463
|
+
"shape": "S10"
|
464
|
+
},
|
465
|
+
"creationTime": {
|
466
|
+
"shape": "S25"
|
467
|
+
},
|
468
|
+
"lastModifiedTime": {
|
469
|
+
"shape": "S25"
|
470
|
+
},
|
471
|
+
"failureMessages": {
|
472
|
+
"type": "list",
|
473
|
+
"member": {}
|
234
474
|
}
|
235
475
|
}
|
236
476
|
}
|
@@ -268,28 +508,220 @@
|
|
268
508
|
"modelName": {},
|
269
509
|
"providerName": {},
|
270
510
|
"inputModalities": {
|
271
|
-
"shape": "
|
511
|
+
"shape": "S3u"
|
272
512
|
},
|
273
513
|
"outputModalities": {
|
274
|
-
"shape": "
|
514
|
+
"shape": "S3u"
|
275
515
|
},
|
276
516
|
"responseStreamingSupported": {
|
277
517
|
"type": "boolean"
|
278
518
|
},
|
279
519
|
"customizationsSupported": {
|
280
|
-
"shape": "
|
520
|
+
"shape": "S3x"
|
281
521
|
},
|
282
522
|
"inferenceTypesSupported": {
|
283
|
-
"shape": "
|
523
|
+
"shape": "S3z"
|
284
524
|
},
|
285
525
|
"modelLifecycle": {
|
286
|
-
"shape": "
|
526
|
+
"shape": "S41"
|
287
527
|
}
|
288
528
|
}
|
289
529
|
}
|
290
530
|
}
|
291
531
|
}
|
292
532
|
},
|
533
|
+
"GetGuardrail": {
|
534
|
+
"http": {
|
535
|
+
"method": "GET",
|
536
|
+
"requestUri": "/guardrails/{guardrailIdentifier}",
|
537
|
+
"responseCode": 200
|
538
|
+
},
|
539
|
+
"input": {
|
540
|
+
"type": "structure",
|
541
|
+
"required": [
|
542
|
+
"guardrailIdentifier"
|
543
|
+
],
|
544
|
+
"members": {
|
545
|
+
"guardrailIdentifier": {
|
546
|
+
"location": "uri",
|
547
|
+
"locationName": "guardrailIdentifier"
|
548
|
+
},
|
549
|
+
"guardrailVersion": {
|
550
|
+
"location": "querystring",
|
551
|
+
"locationName": "guardrailVersion"
|
552
|
+
}
|
553
|
+
}
|
554
|
+
},
|
555
|
+
"output": {
|
556
|
+
"type": "structure",
|
557
|
+
"required": [
|
558
|
+
"name",
|
559
|
+
"guardrailId",
|
560
|
+
"guardrailArn",
|
561
|
+
"version",
|
562
|
+
"status",
|
563
|
+
"createdAt",
|
564
|
+
"updatedAt",
|
565
|
+
"blockedInputMessaging",
|
566
|
+
"blockedOutputsMessaging"
|
567
|
+
],
|
568
|
+
"members": {
|
569
|
+
"name": {
|
570
|
+
"shape": "S14"
|
571
|
+
},
|
572
|
+
"description": {
|
573
|
+
"shape": "S15"
|
574
|
+
},
|
575
|
+
"guardrailId": {},
|
576
|
+
"guardrailArn": {},
|
577
|
+
"version": {},
|
578
|
+
"status": {},
|
579
|
+
"topicPolicy": {
|
580
|
+
"type": "structure",
|
581
|
+
"required": [
|
582
|
+
"topics"
|
583
|
+
],
|
584
|
+
"members": {
|
585
|
+
"topics": {
|
586
|
+
"type": "list",
|
587
|
+
"member": {
|
588
|
+
"type": "structure",
|
589
|
+
"required": [
|
590
|
+
"name",
|
591
|
+
"definition"
|
592
|
+
],
|
593
|
+
"members": {
|
594
|
+
"name": {
|
595
|
+
"shape": "S19"
|
596
|
+
},
|
597
|
+
"definition": {
|
598
|
+
"shape": "S1a"
|
599
|
+
},
|
600
|
+
"examples": {
|
601
|
+
"shape": "S1b"
|
602
|
+
},
|
603
|
+
"type": {}
|
604
|
+
}
|
605
|
+
}
|
606
|
+
}
|
607
|
+
}
|
608
|
+
},
|
609
|
+
"contentPolicy": {
|
610
|
+
"type": "structure",
|
611
|
+
"members": {
|
612
|
+
"filters": {
|
613
|
+
"type": "list",
|
614
|
+
"member": {
|
615
|
+
"type": "structure",
|
616
|
+
"required": [
|
617
|
+
"type",
|
618
|
+
"inputStrength",
|
619
|
+
"outputStrength"
|
620
|
+
],
|
621
|
+
"members": {
|
622
|
+
"type": {},
|
623
|
+
"inputStrength": {},
|
624
|
+
"outputStrength": {}
|
625
|
+
}
|
626
|
+
}
|
627
|
+
}
|
628
|
+
}
|
629
|
+
},
|
630
|
+
"wordPolicy": {
|
631
|
+
"type": "structure",
|
632
|
+
"members": {
|
633
|
+
"words": {
|
634
|
+
"type": "list",
|
635
|
+
"member": {
|
636
|
+
"type": "structure",
|
637
|
+
"required": [
|
638
|
+
"text"
|
639
|
+
],
|
640
|
+
"members": {
|
641
|
+
"text": {}
|
642
|
+
}
|
643
|
+
}
|
644
|
+
},
|
645
|
+
"managedWordLists": {
|
646
|
+
"type": "list",
|
647
|
+
"member": {
|
648
|
+
"type": "structure",
|
649
|
+
"required": [
|
650
|
+
"type"
|
651
|
+
],
|
652
|
+
"members": {
|
653
|
+
"type": {}
|
654
|
+
}
|
655
|
+
}
|
656
|
+
}
|
657
|
+
}
|
658
|
+
},
|
659
|
+
"sensitiveInformationPolicy": {
|
660
|
+
"type": "structure",
|
661
|
+
"members": {
|
662
|
+
"piiEntities": {
|
663
|
+
"type": "list",
|
664
|
+
"member": {
|
665
|
+
"type": "structure",
|
666
|
+
"required": [
|
667
|
+
"type",
|
668
|
+
"action"
|
669
|
+
],
|
670
|
+
"members": {
|
671
|
+
"type": {},
|
672
|
+
"action": {}
|
673
|
+
}
|
674
|
+
}
|
675
|
+
},
|
676
|
+
"regexes": {
|
677
|
+
"type": "list",
|
678
|
+
"member": {
|
679
|
+
"type": "structure",
|
680
|
+
"required": [
|
681
|
+
"name",
|
682
|
+
"pattern",
|
683
|
+
"action"
|
684
|
+
],
|
685
|
+
"members": {
|
686
|
+
"name": {},
|
687
|
+
"description": {},
|
688
|
+
"pattern": {},
|
689
|
+
"action": {}
|
690
|
+
}
|
691
|
+
}
|
692
|
+
}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"createdAt": {
|
696
|
+
"shape": "S25"
|
697
|
+
},
|
698
|
+
"updatedAt": {
|
699
|
+
"shape": "S25"
|
700
|
+
},
|
701
|
+
"statusReasons": {
|
702
|
+
"type": "list",
|
703
|
+
"member": {
|
704
|
+
"type": "string",
|
705
|
+
"sensitive": true
|
706
|
+
}
|
707
|
+
},
|
708
|
+
"failureRecommendations": {
|
709
|
+
"type": "list",
|
710
|
+
"member": {
|
711
|
+
"type": "string",
|
712
|
+
"sensitive": true
|
713
|
+
}
|
714
|
+
},
|
715
|
+
"blockedInputMessaging": {
|
716
|
+
"shape": "S20"
|
717
|
+
},
|
718
|
+
"blockedOutputsMessaging": {
|
719
|
+
"shape": "S20"
|
720
|
+
},
|
721
|
+
"kmsKeyArn": {}
|
722
|
+
}
|
723
|
+
}
|
724
|
+
},
|
293
725
|
"GetModelCustomizationJob": {
|
294
726
|
"http": {
|
295
727
|
"method": "GET",
|
@@ -332,37 +764,37 @@
|
|
332
764
|
"status": {},
|
333
765
|
"failureMessage": {},
|
334
766
|
"creationTime": {
|
335
|
-
"shape": "
|
767
|
+
"shape": "S25"
|
336
768
|
},
|
337
769
|
"lastModifiedTime": {
|
338
|
-
"shape": "
|
770
|
+
"shape": "S25"
|
339
771
|
},
|
340
772
|
"endTime": {
|
341
|
-
"shape": "
|
773
|
+
"shape": "S25"
|
342
774
|
},
|
343
775
|
"baseModelArn": {},
|
344
776
|
"hyperParameters": {
|
345
|
-
"shape": "
|
777
|
+
"shape": "S2k"
|
346
778
|
},
|
347
779
|
"trainingDataConfig": {
|
348
|
-
"shape": "
|
780
|
+
"shape": "S2f"
|
349
781
|
},
|
350
782
|
"validationDataConfig": {
|
351
|
-
"shape": "
|
783
|
+
"shape": "S2g"
|
352
784
|
},
|
353
785
|
"outputDataConfig": {
|
354
|
-
"shape": "
|
786
|
+
"shape": "S2j"
|
355
787
|
},
|
356
788
|
"customizationType": {},
|
357
789
|
"outputModelKmsKeyArn": {},
|
358
790
|
"trainingMetrics": {
|
359
|
-
"shape": "
|
791
|
+
"shape": "S3d"
|
360
792
|
},
|
361
793
|
"validationMetrics": {
|
362
|
-
"shape": "
|
794
|
+
"shape": "S3f"
|
363
795
|
},
|
364
796
|
"vpcConfig": {
|
365
|
-
"shape": "
|
797
|
+
"shape": "S2m"
|
366
798
|
}
|
367
799
|
}
|
368
800
|
}
|
@@ -381,7 +813,7 @@
|
|
381
813
|
"type": "structure",
|
382
814
|
"members": {
|
383
815
|
"loggingConfig": {
|
384
|
-
"shape": "
|
816
|
+
"shape": "S52"
|
385
817
|
}
|
386
818
|
}
|
387
819
|
}
|
@@ -432,15 +864,15 @@
|
|
432
864
|
"foundationModelArn": {},
|
433
865
|
"status": {},
|
434
866
|
"creationTime": {
|
435
|
-
"shape": "
|
867
|
+
"shape": "S25"
|
436
868
|
},
|
437
869
|
"lastModifiedTime": {
|
438
|
-
"shape": "
|
870
|
+
"shape": "S25"
|
439
871
|
},
|
440
872
|
"failureMessage": {},
|
441
873
|
"commitmentDuration": {},
|
442
874
|
"commitmentExpirationTime": {
|
443
|
-
"shape": "
|
875
|
+
"shape": "S25"
|
444
876
|
}
|
445
877
|
}
|
446
878
|
}
|
@@ -455,12 +887,12 @@
|
|
455
887
|
"type": "structure",
|
456
888
|
"members": {
|
457
889
|
"creationTimeBefore": {
|
458
|
-
"shape": "
|
890
|
+
"shape": "S25",
|
459
891
|
"location": "querystring",
|
460
892
|
"locationName": "creationTimeBefore"
|
461
893
|
},
|
462
894
|
"creationTimeAfter": {
|
463
|
-
"shape": "
|
895
|
+
"shape": "S25",
|
464
896
|
"location": "querystring",
|
465
897
|
"locationName": "creationTimeAfter"
|
466
898
|
},
|
@@ -514,7 +946,7 @@
|
|
514
946
|
"modelArn": {},
|
515
947
|
"modelName": {},
|
516
948
|
"creationTime": {
|
517
|
-
"shape": "
|
949
|
+
"shape": "S25"
|
518
950
|
},
|
519
951
|
"baseModelArn": {},
|
520
952
|
"baseModelName": {},
|
@@ -525,37 +957,122 @@
|
|
525
957
|
}
|
526
958
|
}
|
527
959
|
},
|
528
|
-
"
|
960
|
+
"ListEvaluationJobs": {
|
529
961
|
"http": {
|
530
962
|
"method": "GET",
|
531
|
-
"requestUri": "/
|
963
|
+
"requestUri": "/evaluation-jobs",
|
532
964
|
"responseCode": 200
|
533
965
|
},
|
534
966
|
"input": {
|
535
967
|
"type": "structure",
|
536
968
|
"members": {
|
537
|
-
"
|
969
|
+
"creationTimeAfter": {
|
970
|
+
"shape": "S25",
|
538
971
|
"location": "querystring",
|
539
|
-
"locationName": "
|
972
|
+
"locationName": "creationTimeAfter"
|
540
973
|
},
|
541
|
-
"
|
974
|
+
"creationTimeBefore": {
|
975
|
+
"shape": "S25",
|
542
976
|
"location": "querystring",
|
543
|
-
"locationName": "
|
977
|
+
"locationName": "creationTimeBefore"
|
544
978
|
},
|
545
|
-
"
|
979
|
+
"statusEquals": {
|
546
980
|
"location": "querystring",
|
547
|
-
"locationName": "
|
981
|
+
"locationName": "statusEquals"
|
548
982
|
},
|
549
|
-
"
|
983
|
+
"nameContains": {
|
550
984
|
"location": "querystring",
|
551
|
-
"locationName": "
|
552
|
-
}
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
"
|
985
|
+
"locationName": "nameContains"
|
986
|
+
},
|
987
|
+
"maxResults": {
|
988
|
+
"location": "querystring",
|
989
|
+
"locationName": "maxResults",
|
990
|
+
"type": "integer"
|
991
|
+
},
|
992
|
+
"nextToken": {
|
993
|
+
"location": "querystring",
|
994
|
+
"locationName": "nextToken"
|
995
|
+
},
|
996
|
+
"sortBy": {
|
997
|
+
"location": "querystring",
|
998
|
+
"locationName": "sortBy"
|
999
|
+
},
|
1000
|
+
"sortOrder": {
|
1001
|
+
"location": "querystring",
|
1002
|
+
"locationName": "sortOrder"
|
1003
|
+
}
|
1004
|
+
}
|
1005
|
+
},
|
1006
|
+
"output": {
|
1007
|
+
"type": "structure",
|
1008
|
+
"members": {
|
1009
|
+
"nextToken": {},
|
1010
|
+
"jobSummaries": {
|
1011
|
+
"type": "list",
|
1012
|
+
"member": {
|
1013
|
+
"type": "structure",
|
1014
|
+
"required": [
|
1015
|
+
"jobArn",
|
1016
|
+
"jobName",
|
1017
|
+
"status",
|
1018
|
+
"creationTime",
|
1019
|
+
"jobType",
|
1020
|
+
"evaluationTaskTypes",
|
1021
|
+
"modelIdentifiers"
|
1022
|
+
],
|
1023
|
+
"members": {
|
1024
|
+
"jobArn": {},
|
1025
|
+
"jobName": {},
|
1026
|
+
"status": {},
|
1027
|
+
"creationTime": {
|
1028
|
+
"shape": "S25"
|
1029
|
+
},
|
1030
|
+
"jobType": {},
|
1031
|
+
"evaluationTaskTypes": {
|
1032
|
+
"type": "list",
|
1033
|
+
"member": {}
|
1034
|
+
},
|
1035
|
+
"modelIdentifiers": {
|
1036
|
+
"type": "list",
|
1037
|
+
"member": {}
|
1038
|
+
}
|
1039
|
+
}
|
1040
|
+
}
|
1041
|
+
}
|
1042
|
+
}
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
"ListFoundationModels": {
|
1046
|
+
"http": {
|
1047
|
+
"method": "GET",
|
1048
|
+
"requestUri": "/foundation-models",
|
1049
|
+
"responseCode": 200
|
1050
|
+
},
|
1051
|
+
"input": {
|
1052
|
+
"type": "structure",
|
1053
|
+
"members": {
|
1054
|
+
"byProvider": {
|
1055
|
+
"location": "querystring",
|
1056
|
+
"locationName": "byProvider"
|
1057
|
+
},
|
1058
|
+
"byCustomizationType": {
|
1059
|
+
"location": "querystring",
|
1060
|
+
"locationName": "byCustomizationType"
|
1061
|
+
},
|
1062
|
+
"byOutputModality": {
|
1063
|
+
"location": "querystring",
|
1064
|
+
"locationName": "byOutputModality"
|
1065
|
+
},
|
1066
|
+
"byInferenceType": {
|
1067
|
+
"location": "querystring",
|
1068
|
+
"locationName": "byInferenceType"
|
1069
|
+
}
|
1070
|
+
}
|
1071
|
+
},
|
1072
|
+
"output": {
|
1073
|
+
"type": "structure",
|
1074
|
+
"members": {
|
1075
|
+
"modelSummaries": {
|
559
1076
|
"type": "list",
|
560
1077
|
"member": {
|
561
1078
|
"type": "structure",
|
@@ -569,22 +1086,22 @@
|
|
569
1086
|
"modelName": {},
|
570
1087
|
"providerName": {},
|
571
1088
|
"inputModalities": {
|
572
|
-
"shape": "
|
1089
|
+
"shape": "S3u"
|
573
1090
|
},
|
574
1091
|
"outputModalities": {
|
575
|
-
"shape": "
|
1092
|
+
"shape": "S3u"
|
576
1093
|
},
|
577
1094
|
"responseStreamingSupported": {
|
578
1095
|
"type": "boolean"
|
579
1096
|
},
|
580
1097
|
"customizationsSupported": {
|
581
|
-
"shape": "
|
1098
|
+
"shape": "S3x"
|
582
1099
|
},
|
583
1100
|
"inferenceTypesSupported": {
|
584
|
-
"shape": "
|
1101
|
+
"shape": "S3z"
|
585
1102
|
},
|
586
1103
|
"modelLifecycle": {
|
587
|
-
"shape": "
|
1104
|
+
"shape": "S41"
|
588
1105
|
}
|
589
1106
|
}
|
590
1107
|
}
|
@@ -592,6 +1109,73 @@
|
|
592
1109
|
}
|
593
1110
|
}
|
594
1111
|
},
|
1112
|
+
"ListGuardrails": {
|
1113
|
+
"http": {
|
1114
|
+
"method": "GET",
|
1115
|
+
"requestUri": "/guardrails",
|
1116
|
+
"responseCode": 200
|
1117
|
+
},
|
1118
|
+
"input": {
|
1119
|
+
"type": "structure",
|
1120
|
+
"members": {
|
1121
|
+
"guardrailIdentifier": {
|
1122
|
+
"location": "querystring",
|
1123
|
+
"locationName": "guardrailIdentifier"
|
1124
|
+
},
|
1125
|
+
"maxResults": {
|
1126
|
+
"location": "querystring",
|
1127
|
+
"locationName": "maxResults",
|
1128
|
+
"type": "integer"
|
1129
|
+
},
|
1130
|
+
"nextToken": {
|
1131
|
+
"location": "querystring",
|
1132
|
+
"locationName": "nextToken"
|
1133
|
+
}
|
1134
|
+
}
|
1135
|
+
},
|
1136
|
+
"output": {
|
1137
|
+
"type": "structure",
|
1138
|
+
"required": [
|
1139
|
+
"guardrails"
|
1140
|
+
],
|
1141
|
+
"members": {
|
1142
|
+
"guardrails": {
|
1143
|
+
"type": "list",
|
1144
|
+
"member": {
|
1145
|
+
"type": "structure",
|
1146
|
+
"required": [
|
1147
|
+
"id",
|
1148
|
+
"arn",
|
1149
|
+
"status",
|
1150
|
+
"name",
|
1151
|
+
"version",
|
1152
|
+
"createdAt",
|
1153
|
+
"updatedAt"
|
1154
|
+
],
|
1155
|
+
"members": {
|
1156
|
+
"id": {},
|
1157
|
+
"arn": {},
|
1158
|
+
"status": {},
|
1159
|
+
"name": {
|
1160
|
+
"shape": "S14"
|
1161
|
+
},
|
1162
|
+
"description": {
|
1163
|
+
"shape": "S15"
|
1164
|
+
},
|
1165
|
+
"version": {},
|
1166
|
+
"createdAt": {
|
1167
|
+
"shape": "S25"
|
1168
|
+
},
|
1169
|
+
"updatedAt": {
|
1170
|
+
"shape": "S25"
|
1171
|
+
}
|
1172
|
+
}
|
1173
|
+
}
|
1174
|
+
},
|
1175
|
+
"nextToken": {}
|
1176
|
+
}
|
1177
|
+
}
|
1178
|
+
},
|
595
1179
|
"ListModelCustomizationJobs": {
|
596
1180
|
"http": {
|
597
1181
|
"method": "GET",
|
@@ -602,12 +1186,12 @@
|
|
602
1186
|
"type": "structure",
|
603
1187
|
"members": {
|
604
1188
|
"creationTimeAfter": {
|
605
|
-
"shape": "
|
1189
|
+
"shape": "S25",
|
606
1190
|
"location": "querystring",
|
607
1191
|
"locationName": "creationTimeAfter"
|
608
1192
|
},
|
609
1193
|
"creationTimeBefore": {
|
610
|
-
"shape": "
|
1194
|
+
"shape": "S25",
|
611
1195
|
"location": "querystring",
|
612
1196
|
"locationName": "creationTimeBefore"
|
613
1197
|
},
|
@@ -659,13 +1243,13 @@
|
|
659
1243
|
"jobName": {},
|
660
1244
|
"status": {},
|
661
1245
|
"lastModifiedTime": {
|
662
|
-
"shape": "
|
1246
|
+
"shape": "S25"
|
663
1247
|
},
|
664
1248
|
"creationTime": {
|
665
|
-
"shape": "
|
1249
|
+
"shape": "S25"
|
666
1250
|
},
|
667
1251
|
"endTime": {
|
668
|
-
"shape": "
|
1252
|
+
"shape": "S25"
|
669
1253
|
},
|
670
1254
|
"customModelArn": {},
|
671
1255
|
"customModelName": {},
|
@@ -686,12 +1270,12 @@
|
|
686
1270
|
"type": "structure",
|
687
1271
|
"members": {
|
688
1272
|
"creationTimeAfter": {
|
689
|
-
"shape": "
|
1273
|
+
"shape": "S25",
|
690
1274
|
"location": "querystring",
|
691
1275
|
"locationName": "creationTimeAfter"
|
692
1276
|
},
|
693
1277
|
"creationTimeBefore": {
|
694
|
-
"shape": "
|
1278
|
+
"shape": "S25",
|
695
1279
|
"location": "querystring",
|
696
1280
|
"locationName": "creationTimeBefore"
|
697
1281
|
},
|
@@ -761,13 +1345,13 @@
|
|
761
1345
|
"status": {},
|
762
1346
|
"commitmentDuration": {},
|
763
1347
|
"commitmentExpirationTime": {
|
764
|
-
"shape": "
|
1348
|
+
"shape": "S25"
|
765
1349
|
},
|
766
1350
|
"creationTime": {
|
767
|
-
"shape": "
|
1351
|
+
"shape": "S25"
|
768
1352
|
},
|
769
1353
|
"lastModifiedTime": {
|
770
|
-
"shape": "
|
1354
|
+
"shape": "S25"
|
771
1355
|
}
|
772
1356
|
}
|
773
1357
|
}
|
@@ -793,7 +1377,7 @@
|
|
793
1377
|
"type": "structure",
|
794
1378
|
"members": {
|
795
1379
|
"tags": {
|
796
|
-
"shape": "
|
1380
|
+
"shape": "S7"
|
797
1381
|
}
|
798
1382
|
}
|
799
1383
|
}
|
@@ -811,7 +1395,7 @@
|
|
811
1395
|
],
|
812
1396
|
"members": {
|
813
1397
|
"loggingConfig": {
|
814
|
-
"shape": "
|
1398
|
+
"shape": "S52"
|
815
1399
|
}
|
816
1400
|
}
|
817
1401
|
},
|
@@ -821,6 +1405,29 @@
|
|
821
1405
|
},
|
822
1406
|
"idempotent": true
|
823
1407
|
},
|
1408
|
+
"StopEvaluationJob": {
|
1409
|
+
"http": {
|
1410
|
+
"requestUri": "/evaluation-job/{jobIdentifier}/stop",
|
1411
|
+
"responseCode": 200
|
1412
|
+
},
|
1413
|
+
"input": {
|
1414
|
+
"type": "structure",
|
1415
|
+
"required": [
|
1416
|
+
"jobIdentifier"
|
1417
|
+
],
|
1418
|
+
"members": {
|
1419
|
+
"jobIdentifier": {
|
1420
|
+
"shape": "S3i",
|
1421
|
+
"location": "uri",
|
1422
|
+
"locationName": "jobIdentifier"
|
1423
|
+
}
|
1424
|
+
}
|
1425
|
+
},
|
1426
|
+
"output": {
|
1427
|
+
"type": "structure",
|
1428
|
+
"members": {}
|
1429
|
+
}
|
1430
|
+
},
|
824
1431
|
"StopModelCustomizationJob": {
|
825
1432
|
"http": {
|
826
1433
|
"requestUri": "/model-customization-jobs/{jobIdentifier}/stop",
|
@@ -858,7 +1465,7 @@
|
|
858
1465
|
"members": {
|
859
1466
|
"resourceARN": {},
|
860
1467
|
"tags": {
|
861
|
-
"shape": "
|
1468
|
+
"shape": "S7"
|
862
1469
|
}
|
863
1470
|
}
|
864
1471
|
},
|
@@ -891,6 +1498,71 @@
|
|
891
1498
|
"members": {}
|
892
1499
|
}
|
893
1500
|
},
|
1501
|
+
"UpdateGuardrail": {
|
1502
|
+
"http": {
|
1503
|
+
"method": "PUT",
|
1504
|
+
"requestUri": "/guardrails/{guardrailIdentifier}",
|
1505
|
+
"responseCode": 202
|
1506
|
+
},
|
1507
|
+
"input": {
|
1508
|
+
"type": "structure",
|
1509
|
+
"required": [
|
1510
|
+
"guardrailIdentifier",
|
1511
|
+
"name",
|
1512
|
+
"blockedInputMessaging",
|
1513
|
+
"blockedOutputsMessaging"
|
1514
|
+
],
|
1515
|
+
"members": {
|
1516
|
+
"guardrailIdentifier": {
|
1517
|
+
"location": "uri",
|
1518
|
+
"locationName": "guardrailIdentifier"
|
1519
|
+
},
|
1520
|
+
"name": {
|
1521
|
+
"shape": "S14"
|
1522
|
+
},
|
1523
|
+
"description": {
|
1524
|
+
"shape": "S15"
|
1525
|
+
},
|
1526
|
+
"topicPolicyConfig": {
|
1527
|
+
"shape": "S16"
|
1528
|
+
},
|
1529
|
+
"contentPolicyConfig": {
|
1530
|
+
"shape": "S1e"
|
1531
|
+
},
|
1532
|
+
"wordPolicyConfig": {
|
1533
|
+
"shape": "S1j"
|
1534
|
+
},
|
1535
|
+
"sensitiveInformationPolicyConfig": {
|
1536
|
+
"shape": "S1q"
|
1537
|
+
},
|
1538
|
+
"blockedInputMessaging": {
|
1539
|
+
"shape": "S20"
|
1540
|
+
},
|
1541
|
+
"blockedOutputsMessaging": {
|
1542
|
+
"shape": "S20"
|
1543
|
+
},
|
1544
|
+
"kmsKeyId": {}
|
1545
|
+
}
|
1546
|
+
},
|
1547
|
+
"output": {
|
1548
|
+
"type": "structure",
|
1549
|
+
"required": [
|
1550
|
+
"guardrailId",
|
1551
|
+
"guardrailArn",
|
1552
|
+
"version",
|
1553
|
+
"updatedAt"
|
1554
|
+
],
|
1555
|
+
"members": {
|
1556
|
+
"guardrailId": {},
|
1557
|
+
"guardrailArn": {},
|
1558
|
+
"version": {},
|
1559
|
+
"updatedAt": {
|
1560
|
+
"shape": "S25"
|
1561
|
+
}
|
1562
|
+
}
|
1563
|
+
},
|
1564
|
+
"idempotent": true
|
1565
|
+
},
|
894
1566
|
"UpdateProvisionedModelThroughput": {
|
895
1567
|
"http": {
|
896
1568
|
"method": "PATCH",
|
@@ -919,7 +1591,11 @@
|
|
919
1591
|
}
|
920
1592
|
},
|
921
1593
|
"shapes": {
|
922
|
-
"
|
1594
|
+
"S3": {
|
1595
|
+
"type": "string",
|
1596
|
+
"sensitive": true
|
1597
|
+
},
|
1598
|
+
"S7": {
|
923
1599
|
"type": "list",
|
924
1600
|
"member": {
|
925
1601
|
"type": "structure",
|
@@ -933,7 +1609,300 @@
|
|
933
1609
|
}
|
934
1610
|
}
|
935
1611
|
},
|
1612
|
+
"Sb": {
|
1613
|
+
"type": "structure",
|
1614
|
+
"members": {
|
1615
|
+
"automated": {
|
1616
|
+
"type": "structure",
|
1617
|
+
"required": [
|
1618
|
+
"datasetMetricConfigs"
|
1619
|
+
],
|
1620
|
+
"members": {
|
1621
|
+
"datasetMetricConfigs": {
|
1622
|
+
"shape": "Sd"
|
1623
|
+
}
|
1624
|
+
}
|
1625
|
+
},
|
1626
|
+
"human": {
|
1627
|
+
"type": "structure",
|
1628
|
+
"required": [
|
1629
|
+
"datasetMetricConfigs"
|
1630
|
+
],
|
1631
|
+
"members": {
|
1632
|
+
"humanWorkflowConfig": {
|
1633
|
+
"type": "structure",
|
1634
|
+
"required": [
|
1635
|
+
"flowDefinitionArn"
|
1636
|
+
],
|
1637
|
+
"members": {
|
1638
|
+
"flowDefinitionArn": {},
|
1639
|
+
"instructions": {
|
1640
|
+
"type": "string",
|
1641
|
+
"sensitive": true
|
1642
|
+
}
|
1643
|
+
}
|
1644
|
+
},
|
1645
|
+
"customMetrics": {
|
1646
|
+
"type": "list",
|
1647
|
+
"member": {
|
1648
|
+
"type": "structure",
|
1649
|
+
"required": [
|
1650
|
+
"name",
|
1651
|
+
"ratingMethod"
|
1652
|
+
],
|
1653
|
+
"members": {
|
1654
|
+
"name": {
|
1655
|
+
"shape": "Sl"
|
1656
|
+
},
|
1657
|
+
"description": {
|
1658
|
+
"type": "string",
|
1659
|
+
"sensitive": true
|
1660
|
+
},
|
1661
|
+
"ratingMethod": {}
|
1662
|
+
}
|
1663
|
+
}
|
1664
|
+
},
|
1665
|
+
"datasetMetricConfigs": {
|
1666
|
+
"shape": "Sd"
|
1667
|
+
}
|
1668
|
+
}
|
1669
|
+
}
|
1670
|
+
},
|
1671
|
+
"union": true
|
1672
|
+
},
|
936
1673
|
"Sd": {
|
1674
|
+
"type": "list",
|
1675
|
+
"member": {
|
1676
|
+
"type": "structure",
|
1677
|
+
"required": [
|
1678
|
+
"taskType",
|
1679
|
+
"dataset",
|
1680
|
+
"metricNames"
|
1681
|
+
],
|
1682
|
+
"members": {
|
1683
|
+
"taskType": {},
|
1684
|
+
"dataset": {
|
1685
|
+
"type": "structure",
|
1686
|
+
"required": [
|
1687
|
+
"name"
|
1688
|
+
],
|
1689
|
+
"members": {
|
1690
|
+
"name": {
|
1691
|
+
"type": "string",
|
1692
|
+
"sensitive": true
|
1693
|
+
},
|
1694
|
+
"datasetLocation": {
|
1695
|
+
"type": "structure",
|
1696
|
+
"members": {
|
1697
|
+
"s3Uri": {}
|
1698
|
+
},
|
1699
|
+
"union": true
|
1700
|
+
}
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"metricNames": {
|
1704
|
+
"type": "list",
|
1705
|
+
"member": {
|
1706
|
+
"shape": "Sl"
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
"Sl": {
|
1713
|
+
"type": "string",
|
1714
|
+
"sensitive": true
|
1715
|
+
},
|
1716
|
+
"Su": {
|
1717
|
+
"type": "structure",
|
1718
|
+
"members": {
|
1719
|
+
"models": {
|
1720
|
+
"type": "list",
|
1721
|
+
"member": {
|
1722
|
+
"type": "structure",
|
1723
|
+
"members": {
|
1724
|
+
"bedrockModel": {
|
1725
|
+
"type": "structure",
|
1726
|
+
"required": [
|
1727
|
+
"modelIdentifier",
|
1728
|
+
"inferenceParams"
|
1729
|
+
],
|
1730
|
+
"members": {
|
1731
|
+
"modelIdentifier": {},
|
1732
|
+
"inferenceParams": {
|
1733
|
+
"type": "string",
|
1734
|
+
"sensitive": true
|
1735
|
+
}
|
1736
|
+
}
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
"union": true
|
1740
|
+
}
|
1741
|
+
}
|
1742
|
+
},
|
1743
|
+
"union": true
|
1744
|
+
},
|
1745
|
+
"S10": {
|
1746
|
+
"type": "structure",
|
1747
|
+
"required": [
|
1748
|
+
"s3Uri"
|
1749
|
+
],
|
1750
|
+
"members": {
|
1751
|
+
"s3Uri": {}
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"S14": {
|
1755
|
+
"type": "string",
|
1756
|
+
"sensitive": true
|
1757
|
+
},
|
1758
|
+
"S15": {
|
1759
|
+
"type": "string",
|
1760
|
+
"sensitive": true
|
1761
|
+
},
|
1762
|
+
"S16": {
|
1763
|
+
"type": "structure",
|
1764
|
+
"required": [
|
1765
|
+
"topicsConfig"
|
1766
|
+
],
|
1767
|
+
"members": {
|
1768
|
+
"topicsConfig": {
|
1769
|
+
"type": "list",
|
1770
|
+
"member": {
|
1771
|
+
"type": "structure",
|
1772
|
+
"required": [
|
1773
|
+
"name",
|
1774
|
+
"definition",
|
1775
|
+
"type"
|
1776
|
+
],
|
1777
|
+
"members": {
|
1778
|
+
"name": {
|
1779
|
+
"shape": "S19"
|
1780
|
+
},
|
1781
|
+
"definition": {
|
1782
|
+
"shape": "S1a"
|
1783
|
+
},
|
1784
|
+
"examples": {
|
1785
|
+
"shape": "S1b"
|
1786
|
+
},
|
1787
|
+
"type": {}
|
1788
|
+
}
|
1789
|
+
}
|
1790
|
+
}
|
1791
|
+
}
|
1792
|
+
},
|
1793
|
+
"S19": {
|
1794
|
+
"type": "string",
|
1795
|
+
"sensitive": true
|
1796
|
+
},
|
1797
|
+
"S1a": {
|
1798
|
+
"type": "string",
|
1799
|
+
"sensitive": true
|
1800
|
+
},
|
1801
|
+
"S1b": {
|
1802
|
+
"type": "list",
|
1803
|
+
"member": {
|
1804
|
+
"type": "string",
|
1805
|
+
"sensitive": true
|
1806
|
+
}
|
1807
|
+
},
|
1808
|
+
"S1e": {
|
1809
|
+
"type": "structure",
|
1810
|
+
"required": [
|
1811
|
+
"filtersConfig"
|
1812
|
+
],
|
1813
|
+
"members": {
|
1814
|
+
"filtersConfig": {
|
1815
|
+
"type": "list",
|
1816
|
+
"member": {
|
1817
|
+
"type": "structure",
|
1818
|
+
"required": [
|
1819
|
+
"type",
|
1820
|
+
"inputStrength",
|
1821
|
+
"outputStrength"
|
1822
|
+
],
|
1823
|
+
"members": {
|
1824
|
+
"type": {},
|
1825
|
+
"inputStrength": {},
|
1826
|
+
"outputStrength": {}
|
1827
|
+
}
|
1828
|
+
}
|
1829
|
+
}
|
1830
|
+
}
|
1831
|
+
},
|
1832
|
+
"S1j": {
|
1833
|
+
"type": "structure",
|
1834
|
+
"members": {
|
1835
|
+
"wordsConfig": {
|
1836
|
+
"type": "list",
|
1837
|
+
"member": {
|
1838
|
+
"type": "structure",
|
1839
|
+
"required": [
|
1840
|
+
"text"
|
1841
|
+
],
|
1842
|
+
"members": {
|
1843
|
+
"text": {}
|
1844
|
+
}
|
1845
|
+
}
|
1846
|
+
},
|
1847
|
+
"managedWordListsConfig": {
|
1848
|
+
"type": "list",
|
1849
|
+
"member": {
|
1850
|
+
"type": "structure",
|
1851
|
+
"required": [
|
1852
|
+
"type"
|
1853
|
+
],
|
1854
|
+
"members": {
|
1855
|
+
"type": {}
|
1856
|
+
}
|
1857
|
+
}
|
1858
|
+
}
|
1859
|
+
}
|
1860
|
+
},
|
1861
|
+
"S1q": {
|
1862
|
+
"type": "structure",
|
1863
|
+
"members": {
|
1864
|
+
"piiEntitiesConfig": {
|
1865
|
+
"type": "list",
|
1866
|
+
"member": {
|
1867
|
+
"type": "structure",
|
1868
|
+
"required": [
|
1869
|
+
"type",
|
1870
|
+
"action"
|
1871
|
+
],
|
1872
|
+
"members": {
|
1873
|
+
"type": {},
|
1874
|
+
"action": {}
|
1875
|
+
}
|
1876
|
+
}
|
1877
|
+
},
|
1878
|
+
"regexesConfig": {
|
1879
|
+
"type": "list",
|
1880
|
+
"member": {
|
1881
|
+
"type": "structure",
|
1882
|
+
"required": [
|
1883
|
+
"name",
|
1884
|
+
"pattern",
|
1885
|
+
"action"
|
1886
|
+
],
|
1887
|
+
"members": {
|
1888
|
+
"name": {},
|
1889
|
+
"description": {},
|
1890
|
+
"pattern": {},
|
1891
|
+
"action": {}
|
1892
|
+
}
|
1893
|
+
}
|
1894
|
+
}
|
1895
|
+
}
|
1896
|
+
},
|
1897
|
+
"S20": {
|
1898
|
+
"type": "string",
|
1899
|
+
"sensitive": true
|
1900
|
+
},
|
1901
|
+
"S25": {
|
1902
|
+
"type": "timestamp",
|
1903
|
+
"timestampFormat": "iso8601"
|
1904
|
+
},
|
1905
|
+
"S2f": {
|
937
1906
|
"type": "structure",
|
938
1907
|
"required": [
|
939
1908
|
"s3Uri"
|
@@ -942,7 +1911,7 @@
|
|
942
1911
|
"s3Uri": {}
|
943
1912
|
}
|
944
1913
|
},
|
945
|
-
"
|
1914
|
+
"S2g": {
|
946
1915
|
"type": "structure",
|
947
1916
|
"required": [
|
948
1917
|
"validators"
|
@@ -962,7 +1931,7 @@
|
|
962
1931
|
}
|
963
1932
|
}
|
964
1933
|
},
|
965
|
-
"
|
1934
|
+
"S2j": {
|
966
1935
|
"type": "structure",
|
967
1936
|
"required": [
|
968
1937
|
"s3Uri"
|
@@ -971,12 +1940,12 @@
|
|
971
1940
|
"s3Uri": {}
|
972
1941
|
}
|
973
1942
|
},
|
974
|
-
"
|
1943
|
+
"S2k": {
|
975
1944
|
"type": "map",
|
976
1945
|
"key": {},
|
977
1946
|
"value": {}
|
978
1947
|
},
|
979
|
-
"
|
1948
|
+
"S2m": {
|
980
1949
|
"type": "structure",
|
981
1950
|
"required": [
|
982
1951
|
"subnetIds",
|
@@ -993,7 +1962,7 @@
|
|
993
1962
|
}
|
994
1963
|
}
|
995
1964
|
},
|
996
|
-
"
|
1965
|
+
"S3d": {
|
997
1966
|
"type": "structure",
|
998
1967
|
"members": {
|
999
1968
|
"trainingLoss": {
|
@@ -1001,7 +1970,7 @@
|
|
1001
1970
|
}
|
1002
1971
|
}
|
1003
1972
|
},
|
1004
|
-
"
|
1973
|
+
"S3f": {
|
1005
1974
|
"type": "list",
|
1006
1975
|
"member": {
|
1007
1976
|
"type": "structure",
|
@@ -1012,23 +1981,23 @@
|
|
1012
1981
|
}
|
1013
1982
|
}
|
1014
1983
|
},
|
1015
|
-
"
|
1016
|
-
"type": "
|
1017
|
-
"
|
1984
|
+
"S3i": {
|
1985
|
+
"type": "string",
|
1986
|
+
"sensitive": true
|
1018
1987
|
},
|
1019
|
-
"
|
1988
|
+
"S3u": {
|
1020
1989
|
"type": "list",
|
1021
1990
|
"member": {}
|
1022
1991
|
},
|
1023
|
-
"
|
1992
|
+
"S3x": {
|
1024
1993
|
"type": "list",
|
1025
1994
|
"member": {}
|
1026
1995
|
},
|
1027
|
-
"
|
1996
|
+
"S3z": {
|
1028
1997
|
"type": "list",
|
1029
1998
|
"member": {}
|
1030
1999
|
},
|
1031
|
-
"
|
2000
|
+
"S41": {
|
1032
2001
|
"type": "structure",
|
1033
2002
|
"required": [
|
1034
2003
|
"status"
|
@@ -1037,7 +2006,7 @@
|
|
1037
2006
|
"status": {}
|
1038
2007
|
}
|
1039
2008
|
},
|
1040
|
-
"
|
2009
|
+
"S52": {
|
1041
2010
|
"type": "structure",
|
1042
2011
|
"members": {
|
1043
2012
|
"cloudWatchConfig": {
|
@@ -1050,12 +2019,12 @@
|
|
1050
2019
|
"logGroupName": {},
|
1051
2020
|
"roleArn": {},
|
1052
2021
|
"largeDataDeliveryS3Config": {
|
1053
|
-
"shape": "
|
2022
|
+
"shape": "S55"
|
1054
2023
|
}
|
1055
2024
|
}
|
1056
2025
|
},
|
1057
2026
|
"s3Config": {
|
1058
|
-
"shape": "
|
2027
|
+
"shape": "S55"
|
1059
2028
|
},
|
1060
2029
|
"textDataDeliveryEnabled": {
|
1061
2030
|
"type": "boolean"
|
@@ -1068,7 +2037,7 @@
|
|
1068
2037
|
}
|
1069
2038
|
}
|
1070
2039
|
},
|
1071
|
-
"
|
2040
|
+
"S55": {
|
1072
2041
|
"type": "structure",
|
1073
2042
|
"required": [
|
1074
2043
|
"bucketName"
|