aws-sdk-core 2.11.547 → 2.11.552

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  3. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  4. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  5. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  6. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  7. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  8. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  9. data/apis/config/2014-11-12/api-2.json +12 -5
  10. data/apis/ec2/2016-11-15/api-2.json +13 -1
  11. data/apis/fms/2018-01-01/api-2.json +515 -1
  12. data/apis/frauddetector/2019-11-15/api-2.json +881 -243
  13. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  14. data/apis/fsx/2018-03-01/api-2.json +35 -2
  15. data/apis/glue/2017-03-31/api-2.json +4 -1
  16. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  17. data/apis/kendra/2019-02-03/api-2.json +38 -4
  18. data/apis/lightsail/2016-11-28/api-2.json +748 -2
  19. data/apis/macie2/2020-01-01/api-2.json +23 -2
  20. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  21. data/apis/medialive/2017-10-14/api-2.json +136 -51
  22. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  23. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  24. data/apis/mq/2017-11-27/api-2.json +202 -0
  25. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  26. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  27. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  28. data/apis/rds/2014-10-31/api-2.json +5 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  30. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  31. data/apis/workspaces/2015-04-08/api-2.json +90 -1
  32. data/endpoints.json +11 -0
  33. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +1 -1
  36. metadata +7 -2
@@ -23,7 +23,8 @@
23
23
  "errors":[
24
24
  {"shape":"ValidationException"},
25
25
  {"shape":"InternalServerException"},
26
- {"shape":"ThrottlingException"}
26
+ {"shape":"ThrottlingException"},
27
+ {"shape":"AccessDeniedException"}
27
28
  ]
28
29
  },
29
30
  "BatchGetVariable":{
@@ -37,7 +38,8 @@
37
38
  "errors":[
38
39
  {"shape":"ValidationException"},
39
40
  {"shape":"InternalServerException"},
40
- {"shape":"ThrottlingException"}
41
+ {"shape":"ThrottlingException"},
42
+ {"shape":"AccessDeniedException"}
41
43
  ]
42
44
  },
43
45
  "CreateDetectorVersion":{
@@ -52,7 +54,22 @@
52
54
  {"shape":"ValidationException"},
53
55
  {"shape":"ResourceNotFoundException"},
54
56
  {"shape":"InternalServerException"},
55
- {"shape":"ThrottlingException"}
57
+ {"shape":"ThrottlingException"},
58
+ {"shape":"AccessDeniedException"}
59
+ ]
60
+ },
61
+ "CreateModel":{
62
+ "name":"CreateModel",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/"
66
+ },
67
+ "input":{"shape":"CreateModelRequest"},
68
+ "output":{"shape":"CreateModelResult"},
69
+ "errors":[
70
+ {"shape":"ValidationException"},
71
+ {"shape":"InternalServerException"},
72
+ {"shape":"AccessDeniedException"}
56
73
  ]
57
74
  },
58
75
  "CreateModelVersion":{
@@ -66,8 +83,8 @@
66
83
  "errors":[
67
84
  {"shape":"ValidationException"},
68
85
  {"shape":"ResourceNotFoundException"},
69
- {"shape":"InternalServerException"},
70
- {"shape":"ThrottlingException"}
86
+ {"shape":"AccessDeniedException"},
87
+ {"shape":"InternalServerException"}
71
88
  ]
72
89
  },
73
90
  "CreateRule":{
@@ -81,7 +98,8 @@
81
98
  "errors":[
82
99
  {"shape":"ValidationException"},
83
100
  {"shape":"InternalServerException"},
84
- {"shape":"ThrottlingException"}
101
+ {"shape":"ThrottlingException"},
102
+ {"shape":"AccessDeniedException"}
85
103
  ]
86
104
  },
87
105
  "CreateVariable":{
@@ -95,7 +113,8 @@
95
113
  "errors":[
96
114
  {"shape":"ValidationException"},
97
115
  {"shape":"InternalServerException"},
98
- {"shape":"ThrottlingException"}
116
+ {"shape":"ThrottlingException"},
117
+ {"shape":"AccessDeniedException"}
99
118
  ]
100
119
  },
101
120
  "DeleteDetector":{
@@ -110,7 +129,8 @@
110
129
  {"shape":"ConflictException"},
111
130
  {"shape":"ValidationException"},
112
131
  {"shape":"InternalServerException"},
113
- {"shape":"ThrottlingException"}
132
+ {"shape":"ThrottlingException"},
133
+ {"shape":"AccessDeniedException"}
114
134
  ]
115
135
  },
116
136
  "DeleteDetectorVersion":{
@@ -126,7 +146,8 @@
126
146
  {"shape":"ResourceNotFoundException"},
127
147
  {"shape":"InternalServerException"},
128
148
  {"shape":"ThrottlingException"},
129
- {"shape":"ConflictException"}
149
+ {"shape":"ConflictException"},
150
+ {"shape":"AccessDeniedException"}
130
151
  ]
131
152
  },
132
153
  "DeleteEvent":{
@@ -139,22 +160,24 @@
139
160
  "output":{"shape":"DeleteEventResult"},
140
161
  "errors":[
141
162
  {"shape":"InternalServerException"},
142
- {"shape":"ThrottlingException"}
163
+ {"shape":"ThrottlingException"},
164
+ {"shape":"AccessDeniedException"}
143
165
  ]
144
166
  },
145
- "DeleteRuleVersion":{
146
- "name":"DeleteRuleVersion",
167
+ "DeleteRule":{
168
+ "name":"DeleteRule",
147
169
  "http":{
148
170
  "method":"POST",
149
171
  "requestUri":"/"
150
172
  },
151
- "input":{"shape":"DeleteRuleVersionRequest"},
152
- "output":{"shape":"DeleteRuleVersionResult"},
173
+ "input":{"shape":"DeleteRuleRequest"},
174
+ "output":{"shape":"DeleteRuleResult"},
153
175
  "errors":[
154
176
  {"shape":"ConflictException"},
155
177
  {"shape":"ValidationException"},
156
178
  {"shape":"InternalServerException"},
157
- {"shape":"ThrottlingException"}
179
+ {"shape":"ThrottlingException"},
180
+ {"shape":"AccessDeniedException"}
158
181
  ]
159
182
  },
160
183
  "DescribeDetector":{
@@ -169,7 +192,8 @@
169
192
  {"shape":"ValidationException"},
170
193
  {"shape":"ResourceNotFoundException"},
171
194
  {"shape":"InternalServerException"},
172
- {"shape":"ThrottlingException"}
195
+ {"shape":"ThrottlingException"},
196
+ {"shape":"AccessDeniedException"}
173
197
  ]
174
198
  },
175
199
  "DescribeModelVersions":{
@@ -184,7 +208,7 @@
184
208
  {"shape":"ValidationException"},
185
209
  {"shape":"ResourceNotFoundException"},
186
210
  {"shape":"InternalServerException"},
187
- {"shape":"ThrottlingException"}
211
+ {"shape":"AccessDeniedException"}
188
212
  ]
189
213
  },
190
214
  "GetDetectorVersion":{
@@ -199,7 +223,8 @@
199
223
  {"shape":"ValidationException"},
200
224
  {"shape":"ResourceNotFoundException"},
201
225
  {"shape":"InternalServerException"},
202
- {"shape":"ThrottlingException"}
226
+ {"shape":"ThrottlingException"},
227
+ {"shape":"AccessDeniedException"}
203
228
  ]
204
229
  },
205
230
  "GetDetectors":{
@@ -214,7 +239,54 @@
214
239
  {"shape":"ValidationException"},
215
240
  {"shape":"ResourceNotFoundException"},
216
241
  {"shape":"InternalServerException"},
217
- {"shape":"ThrottlingException"}
242
+ {"shape":"ThrottlingException"},
243
+ {"shape":"AccessDeniedException"}
244
+ ]
245
+ },
246
+ "GetEntityTypes":{
247
+ "name":"GetEntityTypes",
248
+ "http":{
249
+ "method":"POST",
250
+ "requestUri":"/"
251
+ },
252
+ "input":{"shape":"GetEntityTypesRequest"},
253
+ "output":{"shape":"GetEntityTypesResult"},
254
+ "errors":[
255
+ {"shape":"ValidationException"},
256
+ {"shape":"ResourceNotFoundException"},
257
+ {"shape":"InternalServerException"},
258
+ {"shape":"AccessDeniedException"}
259
+ ]
260
+ },
261
+ "GetEventPrediction":{
262
+ "name":"GetEventPrediction",
263
+ "http":{
264
+ "method":"POST",
265
+ "requestUri":"/"
266
+ },
267
+ "input":{"shape":"GetEventPredictionRequest"},
268
+ "output":{"shape":"GetEventPredictionResult"},
269
+ "errors":[
270
+ {"shape":"ValidationException"},
271
+ {"shape":"ResourceNotFoundException"},
272
+ {"shape":"InternalServerException"},
273
+ {"shape":"ThrottlingException"},
274
+ {"shape":"AccessDeniedException"}
275
+ ]
276
+ },
277
+ "GetEventTypes":{
278
+ "name":"GetEventTypes",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/"
282
+ },
283
+ "input":{"shape":"GetEventTypesRequest"},
284
+ "output":{"shape":"GetEventTypesResult"},
285
+ "errors":[
286
+ {"shape":"ValidationException"},
287
+ {"shape":"ResourceNotFoundException"},
288
+ {"shape":"InternalServerException"},
289
+ {"shape":"AccessDeniedException"}
218
290
  ]
219
291
  },
220
292
  "GetExternalModels":{
@@ -229,7 +301,36 @@
229
301
  {"shape":"ValidationException"},
230
302
  {"shape":"ResourceNotFoundException"},
231
303
  {"shape":"InternalServerException"},
232
- {"shape":"ThrottlingException"}
304
+ {"shape":"ThrottlingException"},
305
+ {"shape":"AccessDeniedException"}
306
+ ]
307
+ },
308
+ "GetKMSEncryptionKey":{
309
+ "name":"GetKMSEncryptionKey",
310
+ "http":{
311
+ "method":"POST",
312
+ "requestUri":"/"
313
+ },
314
+ "output":{"shape":"GetKMSEncryptionKeyResult"},
315
+ "errors":[
316
+ {"shape":"ResourceNotFoundException"},
317
+ {"shape":"InternalServerException"},
318
+ {"shape":"AccessDeniedException"}
319
+ ]
320
+ },
321
+ "GetLabels":{
322
+ "name":"GetLabels",
323
+ "http":{
324
+ "method":"POST",
325
+ "requestUri":"/"
326
+ },
327
+ "input":{"shape":"GetLabelsRequest"},
328
+ "output":{"shape":"GetLabelsResult"},
329
+ "errors":[
330
+ {"shape":"ValidationException"},
331
+ {"shape":"ResourceNotFoundException"},
332
+ {"shape":"InternalServerException"},
333
+ {"shape":"AccessDeniedException"}
233
334
  ]
234
335
  },
235
336
  "GetModelVersion":{
@@ -244,7 +345,7 @@
244
345
  {"shape":"ValidationException"},
245
346
  {"shape":"ResourceNotFoundException"},
246
347
  {"shape":"InternalServerException"},
247
- {"shape":"ThrottlingException"}
348
+ {"shape":"AccessDeniedException"}
248
349
  ]
249
350
  },
250
351
  "GetModels":{
@@ -259,7 +360,7 @@
259
360
  {"shape":"ValidationException"},
260
361
  {"shape":"ResourceNotFoundException"},
261
362
  {"shape":"InternalServerException"},
262
- {"shape":"ThrottlingException"}
363
+ {"shape":"AccessDeniedException"}
263
364
  ]
264
365
  },
265
366
  "GetOutcomes":{
@@ -274,52 +375,54 @@
274
375
  {"shape":"ValidationException"},
275
376
  {"shape":"ResourceNotFoundException"},
276
377
  {"shape":"InternalServerException"},
277
- {"shape":"ThrottlingException"}
378
+ {"shape":"ThrottlingException"},
379
+ {"shape":"AccessDeniedException"}
278
380
  ]
279
381
  },
280
- "GetPrediction":{
281
- "name":"GetPrediction",
382
+ "GetRules":{
383
+ "name":"GetRules",
282
384
  "http":{
283
385
  "method":"POST",
284
386
  "requestUri":"/"
285
387
  },
286
- "input":{"shape":"GetPredictionRequest"},
287
- "output":{"shape":"GetPredictionResult"},
388
+ "input":{"shape":"GetRulesRequest"},
389
+ "output":{"shape":"GetRulesResult"},
288
390
  "errors":[
289
391
  {"shape":"ValidationException"},
290
392
  {"shape":"ResourceNotFoundException"},
291
393
  {"shape":"InternalServerException"},
292
- {"shape":"ThrottlingException"}
394
+ {"shape":"ThrottlingException"},
395
+ {"shape":"AccessDeniedException"}
293
396
  ]
294
397
  },
295
- "GetRules":{
296
- "name":"GetRules",
398
+ "GetVariables":{
399
+ "name":"GetVariables",
297
400
  "http":{
298
401
  "method":"POST",
299
402
  "requestUri":"/"
300
403
  },
301
- "input":{"shape":"GetRulesRequest"},
302
- "output":{"shape":"GetRulesResult"},
404
+ "input":{"shape":"GetVariablesRequest"},
405
+ "output":{"shape":"GetVariablesResult"},
303
406
  "errors":[
304
407
  {"shape":"ValidationException"},
305
408
  {"shape":"ResourceNotFoundException"},
306
409
  {"shape":"InternalServerException"},
307
- {"shape":"ThrottlingException"}
410
+ {"shape":"ThrottlingException"},
411
+ {"shape":"AccessDeniedException"}
308
412
  ]
309
413
  },
310
- "GetVariables":{
311
- "name":"GetVariables",
414
+ "ListTagsForResource":{
415
+ "name":"ListTagsForResource",
312
416
  "http":{
313
417
  "method":"POST",
314
418
  "requestUri":"/"
315
419
  },
316
- "input":{"shape":"GetVariablesRequest"},
317
- "output":{"shape":"GetVariablesResult"},
420
+ "input":{"shape":"ListTagsForResourceRequest"},
421
+ "output":{"shape":"ListTagsForResourceResult"},
318
422
  "errors":[
319
423
  {"shape":"ValidationException"},
320
424
  {"shape":"ResourceNotFoundException"},
321
- {"shape":"InternalServerException"},
322
- {"shape":"ThrottlingException"}
425
+ {"shape":"AccessDeniedException"}
323
426
  ]
324
427
  },
325
428
  "PutDetector":{
@@ -333,7 +436,36 @@
333
436
  "errors":[
334
437
  {"shape":"ValidationException"},
335
438
  {"shape":"InternalServerException"},
336
- {"shape":"ThrottlingException"}
439
+ {"shape":"ThrottlingException"},
440
+ {"shape":"AccessDeniedException"}
441
+ ]
442
+ },
443
+ "PutEntityType":{
444
+ "name":"PutEntityType",
445
+ "http":{
446
+ "method":"POST",
447
+ "requestUri":"/"
448
+ },
449
+ "input":{"shape":"PutEntityTypeRequest"},
450
+ "output":{"shape":"PutEntityTypeResult"},
451
+ "errors":[
452
+ {"shape":"ValidationException"},
453
+ {"shape":"InternalServerException"},
454
+ {"shape":"AccessDeniedException"}
455
+ ]
456
+ },
457
+ "PutEventType":{
458
+ "name":"PutEventType",
459
+ "http":{
460
+ "method":"POST",
461
+ "requestUri":"/"
462
+ },
463
+ "input":{"shape":"PutEventTypeRequest"},
464
+ "output":{"shape":"PutEventTypeResult"},
465
+ "errors":[
466
+ {"shape":"ValidationException"},
467
+ {"shape":"InternalServerException"},
468
+ {"shape":"AccessDeniedException"}
337
469
  ]
338
470
  },
339
471
  "PutExternalModel":{
@@ -347,21 +479,37 @@
347
479
  "errors":[
348
480
  {"shape":"ValidationException"},
349
481
  {"shape":"InternalServerException"},
350
- {"shape":"ThrottlingException"}
482
+ {"shape":"ThrottlingException"},
483
+ {"shape":"AccessDeniedException"}
484
+ ]
485
+ },
486
+ "PutKMSEncryptionKey":{
487
+ "name":"PutKMSEncryptionKey",
488
+ "http":{
489
+ "method":"POST",
490
+ "requestUri":"/"
491
+ },
492
+ "input":{"shape":"PutKMSEncryptionKeyRequest"},
493
+ "output":{"shape":"PutKMSEncryptionKeyResult"},
494
+ "errors":[
495
+ {"shape":"ValidationException"},
496
+ {"shape":"ResourceNotFoundException"},
497
+ {"shape":"InternalServerException"},
498
+ {"shape":"AccessDeniedException"}
351
499
  ]
352
500
  },
353
- "PutModel":{
354
- "name":"PutModel",
501
+ "PutLabel":{
502
+ "name":"PutLabel",
355
503
  "http":{
356
504
  "method":"POST",
357
505
  "requestUri":"/"
358
506
  },
359
- "input":{"shape":"PutModelRequest"},
360
- "output":{"shape":"PutModelResult"},
507
+ "input":{"shape":"PutLabelRequest"},
508
+ "output":{"shape":"PutLabelResult"},
361
509
  "errors":[
362
510
  {"shape":"ValidationException"},
363
511
  {"shape":"InternalServerException"},
364
- {"shape":"ThrottlingException"}
512
+ {"shape":"AccessDeniedException"}
365
513
  ]
366
514
  },
367
515
  "PutOutcome":{
@@ -375,7 +523,36 @@
375
523
  "errors":[
376
524
  {"shape":"ValidationException"},
377
525
  {"shape":"InternalServerException"},
378
- {"shape":"ThrottlingException"}
526
+ {"shape":"ThrottlingException"},
527
+ {"shape":"AccessDeniedException"}
528
+ ]
529
+ },
530
+ "TagResource":{
531
+ "name":"TagResource",
532
+ "http":{
533
+ "method":"POST",
534
+ "requestUri":"/"
535
+ },
536
+ "input":{"shape":"TagResourceRequest"},
537
+ "output":{"shape":"TagResourceResult"},
538
+ "errors":[
539
+ {"shape":"ValidationException"},
540
+ {"shape":"ResourceNotFoundException"},
541
+ {"shape":"AccessDeniedException"}
542
+ ]
543
+ },
544
+ "UntagResource":{
545
+ "name":"UntagResource",
546
+ "http":{
547
+ "method":"POST",
548
+ "requestUri":"/"
549
+ },
550
+ "input":{"shape":"UntagResourceRequest"},
551
+ "output":{"shape":"UntagResourceResult"},
552
+ "errors":[
553
+ {"shape":"ValidationException"},
554
+ {"shape":"ResourceNotFoundException"},
555
+ {"shape":"AccessDeniedException"}
379
556
  ]
380
557
  },
381
558
  "UpdateDetectorVersion":{
@@ -390,7 +567,8 @@
390
567
  {"shape":"ValidationException"},
391
568
  {"shape":"ResourceNotFoundException"},
392
569
  {"shape":"InternalServerException"},
393
- {"shape":"ThrottlingException"}
570
+ {"shape":"ThrottlingException"},
571
+ {"shape":"AccessDeniedException"}
394
572
  ]
395
573
  },
396
574
  "UpdateDetectorVersionMetadata":{
@@ -404,7 +582,8 @@
404
582
  "errors":[
405
583
  {"shape":"ValidationException"},
406
584
  {"shape":"InternalServerException"},
407
- {"shape":"ThrottlingException"}
585
+ {"shape":"ThrottlingException"},
586
+ {"shape":"AccessDeniedException"}
408
587
  ]
409
588
  },
410
589
  "UpdateDetectorVersionStatus":{
@@ -419,7 +598,23 @@
419
598
  {"shape":"ValidationException"},
420
599
  {"shape":"ResourceNotFoundException"},
421
600
  {"shape":"InternalServerException"},
422
- {"shape":"ThrottlingException"}
601
+ {"shape":"ThrottlingException"},
602
+ {"shape":"AccessDeniedException"}
603
+ ]
604
+ },
605
+ "UpdateModel":{
606
+ "name":"UpdateModel",
607
+ "http":{
608
+ "method":"POST",
609
+ "requestUri":"/"
610
+ },
611
+ "input":{"shape":"UpdateModelRequest"},
612
+ "output":{"shape":"UpdateModelResult"},
613
+ "errors":[
614
+ {"shape":"ValidationException"},
615
+ {"shape":"ResourceNotFoundException"},
616
+ {"shape":"InternalServerException"},
617
+ {"shape":"AccessDeniedException"}
423
618
  ]
424
619
  },
425
620
  "UpdateModelVersion":{
@@ -430,11 +625,26 @@
430
625
  },
431
626
  "input":{"shape":"UpdateModelVersionRequest"},
432
627
  "output":{"shape":"UpdateModelVersionResult"},
628
+ "errors":[
629
+ {"shape":"ValidationException"},
630
+ {"shape":"ResourceNotFoundException"},
631
+ {"shape":"AccessDeniedException"},
632
+ {"shape":"InternalServerException"}
633
+ ]
634
+ },
635
+ "UpdateModelVersionStatus":{
636
+ "name":"UpdateModelVersionStatus",
637
+ "http":{
638
+ "method":"POST",
639
+ "requestUri":"/"
640
+ },
641
+ "input":{"shape":"UpdateModelVersionStatusRequest"},
642
+ "output":{"shape":"UpdateModelVersionStatusResult"},
433
643
  "errors":[
434
644
  {"shape":"ValidationException"},
435
645
  {"shape":"ResourceNotFoundException"},
436
646
  {"shape":"InternalServerException"},
437
- {"shape":"ThrottlingException"}
647
+ {"shape":"AccessDeniedException"}
438
648
  ]
439
649
  },
440
650
  "UpdateRuleMetadata":{
@@ -449,7 +659,8 @@
449
659
  {"shape":"ValidationException"},
450
660
  {"shape":"ResourceNotFoundException"},
451
661
  {"shape":"InternalServerException"},
452
- {"shape":"ThrottlingException"}
662
+ {"shape":"ThrottlingException"},
663
+ {"shape":"AccessDeniedException"}
453
664
  ]
454
665
  },
455
666
  "UpdateRuleVersion":{
@@ -464,7 +675,8 @@
464
675
  {"shape":"ValidationException"},
465
676
  {"shape":"ResourceNotFoundException"},
466
677
  {"shape":"InternalServerException"},
467
- {"shape":"ThrottlingException"}
678
+ {"shape":"ThrottlingException"},
679
+ {"shape":"AccessDeniedException"}
468
680
  ]
469
681
  },
470
682
  "UpdateVariable":{
@@ -479,11 +691,20 @@
479
691
  {"shape":"ValidationException"},
480
692
  {"shape":"ResourceNotFoundException"},
481
693
  {"shape":"InternalServerException"},
482
- {"shape":"ThrottlingException"}
694
+ {"shape":"ThrottlingException"},
695
+ {"shape":"AccessDeniedException"}
483
696
  ]
484
697
  }
485
698
  },
486
699
  "shapes":{
700
+ "AccessDeniedException":{
701
+ "type":"structure",
702
+ "required":["message"],
703
+ "members":{
704
+ "message":{"shape":"string"}
705
+ },
706
+ "exception":true
707
+ },
487
708
  "BatchCreateVariableError":{
488
709
  "type":"structure",
489
710
  "members":{
@@ -500,7 +721,8 @@
500
721
  "type":"structure",
501
722
  "required":["variableEntries"],
502
723
  "members":{
503
- "variableEntries":{"shape":"VariableEntryList"}
724
+ "variableEntries":{"shape":"VariableEntryList"},
725
+ "tags":{"shape":"tagList"}
504
726
  }
505
727
  },
506
728
  "BatchCreateVariableResult":{
@@ -555,7 +777,8 @@
555
777
  "externalModelEndpoints":{"shape":"ListOfStrings"},
556
778
  "rules":{"shape":"RuleList"},
557
779
  "modelVersions":{"shape":"ListOfModelVersions"},
558
- "ruleExecutionMode":{"shape":"RuleExecutionMode"}
780
+ "ruleExecutionMode":{"shape":"RuleExecutionMode"},
781
+ "tags":{"shape":"tagList"}
559
782
  }
560
783
  },
561
784
  "CreateDetectorVersionResult":{
@@ -566,16 +789,41 @@
566
789
  "status":{"shape":"DetectorVersionStatus"}
567
790
  }
568
791
  },
792
+ "CreateModelRequest":{
793
+ "type":"structure",
794
+ "required":[
795
+ "modelId",
796
+ "modelType",
797
+ "eventTypeName"
798
+ ],
799
+ "members":{
800
+ "modelId":{"shape":"identifier"},
801
+ "modelType":{"shape":"ModelTypeEnum"},
802
+ "description":{"shape":"description"},
803
+ "eventTypeName":{"shape":"string"},
804
+ "tags":{"shape":"tagList"}
805
+ }
806
+ },
807
+ "CreateModelResult":{
808
+ "type":"structure",
809
+ "members":{
810
+ }
811
+ },
569
812
  "CreateModelVersionRequest":{
570
813
  "type":"structure",
571
814
  "required":[
572
815
  "modelId",
573
- "modelType"
816
+ "modelType",
817
+ "trainingDataSource",
818
+ "trainingDataSchema"
574
819
  ],
575
820
  "members":{
576
821
  "modelId":{"shape":"identifier"},
577
822
  "modelType":{"shape":"ModelTypeEnum"},
578
- "description":{"shape":"description"}
823
+ "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
824
+ "trainingDataSchema":{"shape":"TrainingDataSchema"},
825
+ "externalEventsDetail":{"shape":"ExternalEventsDetail"},
826
+ "tags":{"shape":"tagList"}
579
827
  }
580
828
  },
581
829
  "CreateModelVersionResult":{
@@ -602,7 +850,8 @@
602
850
  "description":{"shape":"description"},
603
851
  "expression":{"shape":"ruleExpression"},
604
852
  "language":{"shape":"Language"},
605
- "outcomes":{"shape":"NonEmptyListOfStrings"}
853
+ "outcomes":{"shape":"NonEmptyListOfStrings"},
854
+ "tags":{"shape":"tagList"}
606
855
  }
607
856
  },
608
857
  "CreateRuleResult":{
@@ -625,7 +874,8 @@
625
874
  "dataSource":{"shape":"DataSource"},
626
875
  "defaultValue":{"shape":"string"},
627
876
  "description":{"shape":"string"},
628
- "variableType":{"shape":"string"}
877
+ "variableType":{"shape":"string"},
878
+ "tags":{"shape":"tagList"}
629
879
  }
630
880
  },
631
881
  "CreateVariableResult":{
@@ -655,6 +905,13 @@
655
905
  "BOOLEAN"
656
906
  ]
657
907
  },
908
+ "DataValidationMetrics":{
909
+ "type":"structure",
910
+ "members":{
911
+ "fileLevelMessages":{"shape":"fileValidationMessageList"},
912
+ "fieldLevelMessages":{"shape":"fieldValidationMessageList"}
913
+ }
914
+ },
658
915
  "DeleteDetectorRequest":{
659
916
  "type":"structure",
660
917
  "required":["detectorId"],
@@ -675,7 +932,7 @@
675
932
  ],
676
933
  "members":{
677
934
  "detectorId":{"shape":"identifier"},
678
- "detectorVersionId":{"shape":"nonEmptyString"}
935
+ "detectorVersionId":{"shape":"wholeNumberVersionString"}
679
936
  }
680
937
  },
681
938
  "DeleteDetectorVersionResult":{
@@ -685,9 +942,13 @@
685
942
  },
686
943
  "DeleteEventRequest":{
687
944
  "type":"structure",
688
- "required":["eventId"],
945
+ "required":[
946
+ "eventId",
947
+ "eventTypeName"
948
+ ],
689
949
  "members":{
690
- "eventId":{"shape":"string"}
950
+ "eventId":{"shape":"string"},
951
+ "eventTypeName":{"shape":"string"}
691
952
  }
692
953
  },
693
954
  "DeleteEventResult":{
@@ -695,20 +956,14 @@
695
956
  "members":{
696
957
  }
697
958
  },
698
- "DeleteRuleVersionRequest":{
959
+ "DeleteRuleRequest":{
699
960
  "type":"structure",
700
- "required":[
701
- "detectorId",
702
- "ruleId",
703
- "ruleVersion"
704
- ],
961
+ "required":["rule"],
705
962
  "members":{
706
- "detectorId":{"shape":"identifier"},
707
- "ruleId":{"shape":"identifier"},
708
- "ruleVersion":{"shape":"nonEmptyString"}
963
+ "rule":{"shape":"Rule"}
709
964
  }
710
965
  },
711
- "DeleteRuleVersionResult":{
966
+ "DeleteRuleResult":{
712
967
  "type":"structure",
713
968
  "members":{
714
969
  }
@@ -727,23 +982,24 @@
727
982
  "members":{
728
983
  "detectorId":{"shape":"identifier"},
729
984
  "detectorVersionSummaries":{"shape":"DetectorVersionSummaryList"},
730
- "nextToken":{"shape":"string"}
985
+ "nextToken":{"shape":"string"},
986
+ "arn":{"shape":"fraudDetectorArn"}
731
987
  }
732
988
  },
733
989
  "DescribeModelVersionsRequest":{
734
990
  "type":"structure",
735
991
  "members":{
736
992
  "modelId":{"shape":"identifier"},
737
- "modelVersionNumber":{"shape":"nonEmptyString"},
993
+ "modelVersionNumber":{"shape":"floatVersionString"},
738
994
  "modelType":{"shape":"ModelTypeEnum"},
739
995
  "nextToken":{"shape":"string"},
740
- "maxResults":{"shape":"MaxResults"}
996
+ "maxResults":{"shape":"modelsMaxPageSize"}
741
997
  }
742
998
  },
743
999
  "DescribeModelVersionsResult":{
744
1000
  "type":"structure",
745
1001
  "members":{
746
- "modelVersionDetails":{"shape":"ModelVersionDetailList"},
1002
+ "modelVersionDetails":{"shape":"modelVersionDetailList"},
747
1003
  "nextToken":{"shape":"string"}
748
1004
  }
749
1005
  },
@@ -752,8 +1008,10 @@
752
1008
  "members":{
753
1009
  "detectorId":{"shape":"identifier"},
754
1010
  "description":{"shape":"description"},
1011
+ "eventTypeName":{"shape":"identifier"},
755
1012
  "lastUpdatedTime":{"shape":"time"},
756
- "createdTime":{"shape":"time"}
1013
+ "createdTime":{"shape":"time"},
1014
+ "arn":{"shape":"fraudDetectorArn"}
757
1015
  }
758
1016
  },
759
1017
  "DetectorList":{
@@ -793,22 +1051,66 @@
793
1051
  "max":10,
794
1052
  "min":5
795
1053
  },
796
- "EventAttributeMap":{
1054
+ "Entity":{
1055
+ "type":"structure",
1056
+ "members":{
1057
+ "entityType":{"shape":"string"},
1058
+ "entityId":{"shape":"identifier"}
1059
+ }
1060
+ },
1061
+ "EntityType":{
1062
+ "type":"structure",
1063
+ "members":{
1064
+ "name":{"shape":"string"},
1065
+ "description":{"shape":"description"},
1066
+ "lastUpdatedTime":{"shape":"time"},
1067
+ "createdTime":{"shape":"time"},
1068
+ "arn":{"shape":"fraudDetectorArn"}
1069
+ }
1070
+ },
1071
+ "EventType":{
1072
+ "type":"structure",
1073
+ "members":{
1074
+ "name":{"shape":"string"},
1075
+ "description":{"shape":"description"},
1076
+ "eventVariables":{"shape":"ListOfStrings"},
1077
+ "labels":{"shape":"ListOfStrings"},
1078
+ "entityTypes":{"shape":"NonEmptyListOfStrings"},
1079
+ "lastUpdatedTime":{"shape":"time"},
1080
+ "createdTime":{"shape":"time"},
1081
+ "arn":{"shape":"fraudDetectorArn"}
1082
+ }
1083
+ },
1084
+ "EventVariableMap":{
797
1085
  "type":"map",
798
- "key":{"shape":"attributeKey"},
799
- "value":{"shape":"attributeValue"}
1086
+ "key":{"shape":"variableName"},
1087
+ "value":{"shape":"variableValue"},
1088
+ "min":1
1089
+ },
1090
+ "ExternalEventsDetail":{
1091
+ "type":"structure",
1092
+ "required":[
1093
+ "dataLocation",
1094
+ "dataAccessRoleArn"
1095
+ ],
1096
+ "members":{
1097
+ "dataLocation":{"shape":"s3BucketLocation"},
1098
+ "dataAccessRoleArn":{"shape":"iamRoleArn"}
1099
+ }
800
1100
  },
801
1101
  "ExternalModel":{
802
1102
  "type":"structure",
803
1103
  "members":{
804
1104
  "modelEndpoint":{"shape":"string"},
1105
+ "eventTypeName":{"shape":"identifier"},
805
1106
  "modelSource":{"shape":"ModelSource"},
806
- "role":{"shape":"Role"},
1107
+ "invokeModelEndpointRoleArn":{"shape":"string"},
807
1108
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
808
1109
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
809
1110
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
810
1111
  "lastUpdatedTime":{"shape":"time"},
811
- "createdTime":{"shape":"time"}
1112
+ "createdTime":{"shape":"time"},
1113
+ "arn":{"shape":"fraudDetectorArn"}
812
1114
  }
813
1115
  },
814
1116
  "ExternalModelEndpointDataBlobMap":{
@@ -827,6 +1129,24 @@
827
1129
  "max":10,
828
1130
  "min":5
829
1131
  },
1132
+ "FieldValidationMessage":{
1133
+ "type":"structure",
1134
+ "members":{
1135
+ "fieldName":{"shape":"string"},
1136
+ "identifier":{"shape":"string"},
1137
+ "title":{"shape":"string"},
1138
+ "content":{"shape":"string"},
1139
+ "type":{"shape":"string"}
1140
+ }
1141
+ },
1142
+ "FileValidationMessage":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "title":{"shape":"string"},
1146
+ "content":{"shape":"string"},
1147
+ "type":{"shape":"string"}
1148
+ }
1149
+ },
830
1150
  "GetDetectorVersionRequest":{
831
1151
  "type":"structure",
832
1152
  "required":[
@@ -835,14 +1155,14 @@
835
1155
  ],
836
1156
  "members":{
837
1157
  "detectorId":{"shape":"identifier"},
838
- "detectorVersionId":{"shape":"nonEmptyString"}
1158
+ "detectorVersionId":{"shape":"wholeNumberVersionString"}
839
1159
  }
840
1160
  },
841
1161
  "GetDetectorVersionResult":{
842
1162
  "type":"structure",
843
1163
  "members":{
844
1164
  "detectorId":{"shape":"identifier"},
845
- "detectorVersionId":{"shape":"nonEmptyString"},
1165
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
846
1166
  "description":{"shape":"description"},
847
1167
  "externalModelEndpoints":{"shape":"ListOfStrings"},
848
1168
  "modelVersions":{"shape":"ListOfModelVersions"},
@@ -850,7 +1170,8 @@
850
1170
  "status":{"shape":"DetectorVersionStatus"},
851
1171
  "lastUpdatedTime":{"shape":"time"},
852
1172
  "createdTime":{"shape":"time"},
853
- "ruleExecutionMode":{"shape":"RuleExecutionMode"}
1173
+ "ruleExecutionMode":{"shape":"RuleExecutionMode"},
1174
+ "arn":{"shape":"fraudDetectorArn"}
854
1175
  }
855
1176
  },
856
1177
  "GetDetectorsRequest":{
@@ -868,6 +1189,64 @@
868
1189
  "nextToken":{"shape":"string"}
869
1190
  }
870
1191
  },
1192
+ "GetEntityTypesRequest":{
1193
+ "type":"structure",
1194
+ "members":{
1195
+ "name":{"shape":"identifier"},
1196
+ "nextToken":{"shape":"string"},
1197
+ "maxResults":{"shape":"entityTypesMaxResults"}
1198
+ }
1199
+ },
1200
+ "GetEntityTypesResult":{
1201
+ "type":"structure",
1202
+ "members":{
1203
+ "entityTypes":{"shape":"entityTypeList"},
1204
+ "nextToken":{"shape":"string"}
1205
+ }
1206
+ },
1207
+ "GetEventPredictionRequest":{
1208
+ "type":"structure",
1209
+ "required":[
1210
+ "detectorId",
1211
+ "eventId",
1212
+ "eventTypeName",
1213
+ "entities",
1214
+ "eventTimestamp",
1215
+ "eventVariables"
1216
+ ],
1217
+ "members":{
1218
+ "detectorId":{"shape":"string"},
1219
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1220
+ "eventId":{"shape":"string"},
1221
+ "eventTypeName":{"shape":"string"},
1222
+ "entities":{"shape":"listOfEntities"},
1223
+ "eventTimestamp":{"shape":"string"},
1224
+ "eventVariables":{"shape":"EventVariableMap"},
1225
+ "externalModelEndpointDataBlobs":{"shape":"ExternalModelEndpointDataBlobMap"}
1226
+ }
1227
+ },
1228
+ "GetEventPredictionResult":{
1229
+ "type":"structure",
1230
+ "members":{
1231
+ "modelScores":{"shape":"ListOfModelScores"},
1232
+ "ruleResults":{"shape":"ListOfRuleResults"}
1233
+ }
1234
+ },
1235
+ "GetEventTypesRequest":{
1236
+ "type":"structure",
1237
+ "members":{
1238
+ "name":{"shape":"identifier"},
1239
+ "nextToken":{"shape":"string"},
1240
+ "maxResults":{"shape":"eventTypesMaxResults"}
1241
+ }
1242
+ },
1243
+ "GetEventTypesResult":{
1244
+ "type":"structure",
1245
+ "members":{
1246
+ "eventTypes":{"shape":"eventTypeList"},
1247
+ "nextToken":{"shape":"string"}
1248
+ }
1249
+ },
871
1250
  "GetExternalModelsRequest":{
872
1251
  "type":"structure",
873
1252
  "members":{
@@ -883,6 +1262,27 @@
883
1262
  "nextToken":{"shape":"string"}
884
1263
  }
885
1264
  },
1265
+ "GetKMSEncryptionKeyResult":{
1266
+ "type":"structure",
1267
+ "members":{
1268
+ "kmsKey":{"shape":"KMSKey"}
1269
+ }
1270
+ },
1271
+ "GetLabelsRequest":{
1272
+ "type":"structure",
1273
+ "members":{
1274
+ "name":{"shape":"identifier"},
1275
+ "nextToken":{"shape":"string"},
1276
+ "maxResults":{"shape":"labelsMaxResults"}
1277
+ }
1278
+ },
1279
+ "GetLabelsResult":{
1280
+ "type":"structure",
1281
+ "members":{
1282
+ "labels":{"shape":"labelList"},
1283
+ "nextToken":{"shape":"string"}
1284
+ }
1285
+ },
886
1286
  "GetModelVersionRequest":{
887
1287
  "type":"structure",
888
1288
  "required":[
@@ -893,7 +1293,7 @@
893
1293
  "members":{
894
1294
  "modelId":{"shape":"identifier"},
895
1295
  "modelType":{"shape":"ModelTypeEnum"},
896
- "modelVersionNumber":{"shape":"nonEmptyString"}
1296
+ "modelVersionNumber":{"shape":"floatVersionString"}
897
1297
  }
898
1298
  },
899
1299
  "GetModelVersionResult":{
@@ -901,25 +1301,28 @@
901
1301
  "members":{
902
1302
  "modelId":{"shape":"identifier"},
903
1303
  "modelType":{"shape":"ModelTypeEnum"},
904
- "modelVersionNumber":{"shape":"nonEmptyString"},
905
- "description":{"shape":"description"},
906
- "status":{"shape":"string"}
1304
+ "modelVersionNumber":{"shape":"floatVersionString"},
1305
+ "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
1306
+ "trainingDataSchema":{"shape":"TrainingDataSchema"},
1307
+ "externalEventsDetail":{"shape":"ExternalEventsDetail"},
1308
+ "status":{"shape":"string"},
1309
+ "arn":{"shape":"fraudDetectorArn"}
907
1310
  }
908
1311
  },
909
1312
  "GetModelsRequest":{
910
1313
  "type":"structure",
911
1314
  "members":{
912
- "modelType":{"shape":"ModelTypeEnum"},
913
1315
  "modelId":{"shape":"identifier"},
1316
+ "modelType":{"shape":"ModelTypeEnum"},
914
1317
  "nextToken":{"shape":"string"},
915
- "maxResults":{"shape":"MaxResults"}
1318
+ "maxResults":{"shape":"modelsMaxPageSize"}
916
1319
  }
917
1320
  },
918
1321
  "GetModelsResult":{
919
1322
  "type":"structure",
920
1323
  "members":{
921
1324
  "nextToken":{"shape":"string"},
922
- "models":{"shape":"ModelList"}
1325
+ "models":{"shape":"modelList"}
923
1326
  }
924
1327
  },
925
1328
  "GetOutcomesRequest":{
@@ -937,35 +1340,13 @@
937
1340
  "nextToken":{"shape":"string"}
938
1341
  }
939
1342
  },
940
- "GetPredictionRequest":{
941
- "type":"structure",
942
- "required":[
943
- "detectorId",
944
- "eventId"
945
- ],
946
- "members":{
947
- "detectorId":{"shape":"string"},
948
- "detectorVersionId":{"shape":"string"},
949
- "eventId":{"shape":"string"},
950
- "eventAttributes":{"shape":"EventAttributeMap"},
951
- "externalModelEndpointDataBlobs":{"shape":"ExternalModelEndpointDataBlobMap"}
952
- }
953
- },
954
- "GetPredictionResult":{
955
- "type":"structure",
956
- "members":{
957
- "outcomes":{"shape":"ListOfStrings"},
958
- "modelScores":{"shape":"ListOfModelScores"},
959
- "ruleResults":{"shape":"ListOfRuleResults"}
960
- }
961
- },
962
1343
  "GetRulesRequest":{
963
1344
  "type":"structure",
964
1345
  "required":["detectorId"],
965
1346
  "members":{
966
1347
  "ruleId":{"shape":"identifier"},
967
1348
  "detectorId":{"shape":"identifier"},
968
- "ruleVersion":{"shape":"nonEmptyString"},
1349
+ "ruleVersion":{"shape":"wholeNumberVersionString"},
969
1350
  "nextToken":{"shape":"string"},
970
1351
  "maxResults":{"shape":"RulesMaxResults"}
971
1352
  }
@@ -1001,26 +1382,38 @@
1001
1382
  "exception":true,
1002
1383
  "fault":true
1003
1384
  },
1004
- "IsOpaque":{"type":"boolean"},
1005
1385
  "JsonKeyToVariableMap":{
1006
1386
  "type":"map",
1007
1387
  "key":{"shape":"string"},
1008
1388
  "value":{"shape":"string"}
1009
1389
  },
1010
- "LabelMapper":{
1011
- "type":"map",
1012
- "key":{"shape":"string"},
1013
- "value":{"shape":"ListOfStrings"}
1390
+ "KMSKey":{
1391
+ "type":"structure",
1392
+ "members":{
1393
+ "kmsEncryptionKeyArn":{"shape":"KmsEncryptionKeyArn"}
1394
+ }
1395
+ },
1396
+ "KmsEncryptionKeyArn":{
1397
+ "type":"string",
1398
+ "max":80,
1399
+ "min":7,
1400
+ "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key:[a-zA-Z0-9-_]+|[a-zA-Z0-9-_]\\S+"
1401
+ },
1402
+ "Label":{
1403
+ "type":"structure",
1404
+ "members":{
1405
+ "name":{"shape":"string"},
1406
+ "description":{"shape":"description"},
1407
+ "lastUpdatedTime":{"shape":"time"},
1408
+ "createdTime":{"shape":"time"},
1409
+ "arn":{"shape":"fraudDetectorArn"}
1410
+ }
1014
1411
  },
1015
1412
  "LabelSchema":{
1016
1413
  "type":"structure",
1017
- "required":[
1018
- "labelKey",
1019
- "labelMapper"
1020
- ],
1414
+ "required":["labelMapper"],
1021
1415
  "members":{
1022
- "labelKey":{"shape":"string"},
1023
- "labelMapper":{"shape":"LabelMapper"}
1416
+ "labelMapper":{"shape":"labelMapper"}
1024
1417
  }
1025
1418
  },
1026
1419
  "Language":{
@@ -1043,16 +1436,30 @@
1043
1436
  "type":"list",
1044
1437
  "member":{"shape":"string"}
1045
1438
  },
1046
- "MaxResults":{
1047
- "type":"integer",
1048
- "box":true,
1049
- "max":10,
1050
- "min":1
1439
+ "ListTagsForResourceRequest":{
1440
+ "type":"structure",
1441
+ "required":["resourceARN"],
1442
+ "members":{
1443
+ "resourceARN":{"shape":"fraudDetectorArn"},
1444
+ "nextToken":{"shape":"string"},
1445
+ "maxResults":{"shape":"TagsMaxResults"}
1446
+ }
1051
1447
  },
1052
- "MetricsMap":{
1053
- "type":"map",
1054
- "key":{"shape":"string"},
1055
- "value":{"shape":"string"}
1448
+ "ListTagsForResourceResult":{
1449
+ "type":"structure",
1450
+ "members":{
1451
+ "tags":{"shape":"tagList"},
1452
+ "nextToken":{"shape":"string"}
1453
+ }
1454
+ },
1455
+ "MetricDataPoint":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ "fpr":{"shape":"float"},
1459
+ "precision":{"shape":"float"},
1460
+ "tpr":{"shape":"float"},
1461
+ "threshold":{"shape":"float"}
1462
+ }
1056
1463
  },
1057
1464
  "Model":{
1058
1465
  "type":"structure",
@@ -1060,11 +1467,10 @@
1060
1467
  "modelId":{"shape":"identifier"},
1061
1468
  "modelType":{"shape":"ModelTypeEnum"},
1062
1469
  "description":{"shape":"description"},
1063
- "trainingDataSource":{"shape":"TrainingDataSource"},
1064
- "modelVariables":{"shape":"ModelVariablesList"},
1065
- "labelSchema":{"shape":"LabelSchema"},
1470
+ "eventTypeName":{"shape":"string"},
1471
+ "createdTime":{"shape":"time"},
1066
1472
  "lastUpdatedTime":{"shape":"time"},
1067
- "createdTime":{"shape":"time"}
1473
+ "arn":{"shape":"fraudDetectorArn"}
1068
1474
  }
1069
1475
  },
1070
1476
  "ModelEndpointDataBlob":{
@@ -1083,10 +1489,10 @@
1083
1489
  },
1084
1490
  "ModelInputConfiguration":{
1085
1491
  "type":"structure",
1086
- "required":["isOpaque"],
1492
+ "required":["useEventVariables"],
1087
1493
  "members":{
1088
1494
  "format":{"shape":"ModelInputDataFormat"},
1089
- "isOpaque":{"shape":"IsOpaque"},
1495
+ "useEventVariables":{"shape":"UseEventVariables"},
1090
1496
  "jsonInputTemplate":{"shape":"string"},
1091
1497
  "csvInputTemplate":{"shape":"string"}
1092
1498
  }
@@ -1098,10 +1504,6 @@
1098
1504
  "APPLICATION_JSON"
1099
1505
  ]
1100
1506
  },
1101
- "ModelList":{
1102
- "type":"list",
1103
- "member":{"shape":"Model"}
1104
- },
1105
1507
  "ModelOutputConfiguration":{
1106
1508
  "type":"structure",
1107
1509
  "required":["format"],
@@ -1138,19 +1540,6 @@
1138
1540
  "type":"string",
1139
1541
  "enum":["ONLINE_FRAUD_INSIGHTS"]
1140
1542
  },
1141
- "ModelVariable":{
1142
- "type":"structure",
1143
- "required":["name"],
1144
- "members":{
1145
- "name":{"shape":"string"},
1146
- "index":{"shape":"ModelVariableIndex"}
1147
- }
1148
- },
1149
- "ModelVariableIndex":{"type":"integer"},
1150
- "ModelVariablesList":{
1151
- "type":"list",
1152
- "member":{"shape":"ModelVariable"}
1153
- },
1154
1543
  "ModelVersion":{
1155
1544
  "type":"structure",
1156
1545
  "required":[
@@ -1161,7 +1550,8 @@
1161
1550
  "members":{
1162
1551
  "modelId":{"shape":"identifier"},
1163
1552
  "modelType":{"shape":"ModelTypeEnum"},
1164
- "modelVersionNumber":{"shape":"nonEmptyString"}
1553
+ "modelVersionNumber":{"shape":"nonEmptyString"},
1554
+ "arn":{"shape":"fraudDetectorArn"}
1165
1555
  }
1166
1556
  },
1167
1557
  "ModelVersionDetail":{
@@ -1169,33 +1559,22 @@
1169
1559
  "members":{
1170
1560
  "modelId":{"shape":"identifier"},
1171
1561
  "modelType":{"shape":"ModelTypeEnum"},
1172
- "modelVersionNumber":{"shape":"nonEmptyString"},
1173
- "description":{"shape":"description"},
1562
+ "modelVersionNumber":{"shape":"floatVersionString"},
1174
1563
  "status":{"shape":"string"},
1175
- "trainingDataSource":{"shape":"TrainingDataSource"},
1176
- "modelVariables":{"shape":"ModelVariablesList"},
1177
- "labelSchema":{"shape":"LabelSchema"},
1178
- "validationMetrics":{"shape":"MetricsMap"},
1179
- "trainingMetrics":{"shape":"MetricsMap"},
1564
+ "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
1565
+ "trainingDataSchema":{"shape":"TrainingDataSchema"},
1566
+ "externalEventsDetail":{"shape":"ExternalEventsDetail"},
1567
+ "trainingResult":{"shape":"TrainingResult"},
1180
1568
  "lastUpdatedTime":{"shape":"time"},
1181
- "createdTime":{"shape":"time"}
1569
+ "createdTime":{"shape":"time"},
1570
+ "arn":{"shape":"fraudDetectorArn"}
1182
1571
  }
1183
1572
  },
1184
- "ModelVersionDetailList":{
1185
- "type":"list",
1186
- "member":{"shape":"ModelVersionDetail"}
1187
- },
1188
1573
  "ModelVersionStatus":{
1189
1574
  "type":"string",
1190
1575
  "enum":[
1191
- "TRAINING_IN_PROGRESS",
1192
- "TRAINING_COMPLETE",
1193
- "ACTIVATE_REQUESTED",
1194
- "ACTIVATE_IN_PROGRESS",
1195
1576
  "ACTIVE",
1196
- "INACTIVATE_IN_PROGRESS",
1197
- "INACTIVE",
1198
- "ERROR"
1577
+ "INACTIVE"
1199
1578
  ]
1200
1579
  },
1201
1580
  "NameList":{
@@ -1215,7 +1594,8 @@
1215
1594
  "name":{"shape":"identifier"},
1216
1595
  "description":{"shape":"description"},
1217
1596
  "lastUpdatedTime":{"shape":"time"},
1218
- "createdTime":{"shape":"time"}
1597
+ "createdTime":{"shape":"time"},
1598
+ "arn":{"shape":"fraudDetectorArn"}
1219
1599
  }
1220
1600
  },
1221
1601
  "OutcomeList":{
@@ -1230,10 +1610,15 @@
1230
1610
  },
1231
1611
  "PutDetectorRequest":{
1232
1612
  "type":"structure",
1233
- "required":["detectorId"],
1613
+ "required":[
1614
+ "detectorId",
1615
+ "eventTypeName"
1616
+ ],
1234
1617
  "members":{
1235
1618
  "detectorId":{"shape":"identifier"},
1236
- "description":{"shape":"description"}
1619
+ "description":{"shape":"description"},
1620
+ "eventTypeName":{"shape":"identifier"},
1621
+ "tags":{"shape":"tagList"}
1237
1622
  }
1238
1623
  },
1239
1624
  "PutDetectorResult":{
@@ -1241,23 +1626,60 @@
1241
1626
  "members":{
1242
1627
  }
1243
1628
  },
1629
+ "PutEntityTypeRequest":{
1630
+ "type":"structure",
1631
+ "required":["name"],
1632
+ "members":{
1633
+ "name":{"shape":"identifier"},
1634
+ "description":{"shape":"description"},
1635
+ "tags":{"shape":"tagList"}
1636
+ }
1637
+ },
1638
+ "PutEntityTypeResult":{
1639
+ "type":"structure",
1640
+ "members":{
1641
+ }
1642
+ },
1643
+ "PutEventTypeRequest":{
1644
+ "type":"structure",
1645
+ "required":[
1646
+ "name",
1647
+ "eventVariables",
1648
+ "entityTypes"
1649
+ ],
1650
+ "members":{
1651
+ "name":{"shape":"identifier"},
1652
+ "description":{"shape":"description"},
1653
+ "eventVariables":{"shape":"NonEmptyListOfStrings"},
1654
+ "labels":{"shape":"ListOfStrings"},
1655
+ "entityTypes":{"shape":"NonEmptyListOfStrings"},
1656
+ "tags":{"shape":"tagList"}
1657
+ }
1658
+ },
1659
+ "PutEventTypeResult":{
1660
+ "type":"structure",
1661
+ "members":{
1662
+ }
1663
+ },
1244
1664
  "PutExternalModelRequest":{
1245
1665
  "type":"structure",
1246
1666
  "required":[
1247
1667
  "modelEndpoint",
1248
1668
  "modelSource",
1249
- "role",
1669
+ "invokeModelEndpointRoleArn",
1250
1670
  "inputConfiguration",
1251
1671
  "outputConfiguration",
1252
1672
  "modelEndpointStatus"
1253
1673
  ],
1254
1674
  "members":{
1255
- "modelEndpoint":{"shape":"string"},
1675
+ "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
1676
+ "eventTypeName":{"shape":"identifier"},
1256
1677
  "modelSource":{"shape":"ModelSource"},
1257
- "role":{"shape":"Role"},
1678
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1258
1679
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1259
1680
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1260
- "modelEndpointStatus":{"shape":"ModelEndpointStatus"}
1681
+ "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
1682
+ "tags":{"shape":"tagList"}
1261
1683
  }
1262
1684
  },
1263
1685
  "PutExternalModelResult":{
@@ -1265,25 +1687,28 @@
1265
1687
  "members":{
1266
1688
  }
1267
1689
  },
1268
- "PutModelRequest":{
1690
+ "PutKMSEncryptionKeyRequest":{
1269
1691
  "type":"structure",
1270
- "required":[
1271
- "modelId",
1272
- "modelType",
1273
- "trainingDataSource",
1274
- "modelVariables",
1275
- "labelSchema"
1276
- ],
1692
+ "required":["kmsEncryptionKeyArn"],
1277
1693
  "members":{
1278
- "modelId":{"shape":"identifier"},
1279
- "modelType":{"shape":"ModelTypeEnum"},
1694
+ "kmsEncryptionKeyArn":{"shape":"KmsEncryptionKeyArn"}
1695
+ }
1696
+ },
1697
+ "PutKMSEncryptionKeyResult":{
1698
+ "type":"structure",
1699
+ "members":{
1700
+ }
1701
+ },
1702
+ "PutLabelRequest":{
1703
+ "type":"structure",
1704
+ "required":["name"],
1705
+ "members":{
1706
+ "name":{"shape":"identifier"},
1280
1707
  "description":{"shape":"description"},
1281
- "trainingDataSource":{"shape":"TrainingDataSource"},
1282
- "modelVariables":{"shape":"ModelVariablesList"},
1283
- "labelSchema":{"shape":"LabelSchema"}
1708
+ "tags":{"shape":"tagList"}
1284
1709
  }
1285
1710
  },
1286
- "PutModelResult":{
1711
+ "PutLabelResult":{
1287
1712
  "type":"structure",
1288
1713
  "members":{
1289
1714
  }
@@ -1293,7 +1718,8 @@
1293
1718
  "required":["name"],
1294
1719
  "members":{
1295
1720
  "name":{"shape":"identifier"},
1296
- "description":{"shape":"description"}
1721
+ "description":{"shape":"description"},
1722
+ "tags":{"shape":"tagList"}
1297
1723
  }
1298
1724
  },
1299
1725
  "PutOutcomeResult":{
@@ -1309,17 +1735,6 @@
1309
1735
  },
1310
1736
  "exception":true
1311
1737
  },
1312
- "Role":{
1313
- "type":"structure",
1314
- "required":[
1315
- "arn",
1316
- "name"
1317
- ],
1318
- "members":{
1319
- "arn":{"shape":"string"},
1320
- "name":{"shape":"string"}
1321
- }
1322
- },
1323
1738
  "Rule":{
1324
1739
  "type":"structure",
1325
1740
  "required":[
@@ -1330,7 +1745,7 @@
1330
1745
  "members":{
1331
1746
  "detectorId":{"shape":"identifier"},
1332
1747
  "ruleId":{"shape":"identifier"},
1333
- "ruleVersion":{"shape":"nonEmptyString"}
1748
+ "ruleVersion":{"shape":"wholeNumberVersionString"}
1334
1749
  }
1335
1750
  },
1336
1751
  "RuleDetail":{
@@ -1339,12 +1754,13 @@
1339
1754
  "ruleId":{"shape":"identifier"},
1340
1755
  "description":{"shape":"description"},
1341
1756
  "detectorId":{"shape":"identifier"},
1342
- "ruleVersion":{"shape":"nonEmptyString"},
1757
+ "ruleVersion":{"shape":"wholeNumberVersionString"},
1343
1758
  "expression":{"shape":"ruleExpression"},
1344
1759
  "language":{"shape":"Language"},
1345
1760
  "outcomes":{"shape":"NonEmptyListOfStrings"},
1346
1761
  "lastUpdatedTime":{"shape":"time"},
1347
- "createdTime":{"shape":"time"}
1762
+ "createdTime":{"shape":"time"},
1763
+ "arn":{"shape":"fraudDetectorArn"}
1348
1764
  }
1349
1765
  },
1350
1766
  "RuleDetailList":{
@@ -1375,6 +1791,39 @@
1375
1791
  "max":100,
1376
1792
  "min":50
1377
1793
  },
1794
+ "Tag":{
1795
+ "type":"structure",
1796
+ "required":[
1797
+ "key",
1798
+ "value"
1799
+ ],
1800
+ "members":{
1801
+ "key":{"shape":"tagKey"},
1802
+ "value":{"shape":"tagValue"}
1803
+ }
1804
+ },
1805
+ "TagResourceRequest":{
1806
+ "type":"structure",
1807
+ "required":[
1808
+ "resourceARN",
1809
+ "tags"
1810
+ ],
1811
+ "members":{
1812
+ "resourceARN":{"shape":"fraudDetectorArn"},
1813
+ "tags":{"shape":"tagList"}
1814
+ }
1815
+ },
1816
+ "TagResourceResult":{
1817
+ "type":"structure",
1818
+ "members":{
1819
+ }
1820
+ },
1821
+ "TagsMaxResults":{
1822
+ "type":"integer",
1823
+ "box":true,
1824
+ "max":50,
1825
+ "min":50
1826
+ },
1378
1827
  "ThrottlingException":{
1379
1828
  "type":"structure",
1380
1829
  "required":["message"],
@@ -1383,15 +1832,49 @@
1383
1832
  },
1384
1833
  "exception":true
1385
1834
  },
1386
- "TrainingDataSource":{
1835
+ "TrainingDataSchema":{
1387
1836
  "type":"structure",
1388
1837
  "required":[
1389
- "dataLocation",
1390
- "dataAccessRoleArn"
1838
+ "modelVariables",
1839
+ "labelSchema"
1391
1840
  ],
1392
1841
  "members":{
1393
- "dataLocation":{"shape":"s3BucketLocation"},
1394
- "dataAccessRoleArn":{"shape":"iamRoleArn"}
1842
+ "modelVariables":{"shape":"ListOfStrings"},
1843
+ "labelSchema":{"shape":"LabelSchema"}
1844
+ }
1845
+ },
1846
+ "TrainingDataSourceEnum":{
1847
+ "type":"string",
1848
+ "enum":["EXTERNAL_EVENTS"]
1849
+ },
1850
+ "TrainingMetrics":{
1851
+ "type":"structure",
1852
+ "members":{
1853
+ "auc":{"shape":"float"},
1854
+ "metricDataPoints":{"shape":"metricDataPointsList"}
1855
+ }
1856
+ },
1857
+ "TrainingResult":{
1858
+ "type":"structure",
1859
+ "members":{
1860
+ "dataValidationMetrics":{"shape":"DataValidationMetrics"},
1861
+ "trainingMetrics":{"shape":"TrainingMetrics"}
1862
+ }
1863
+ },
1864
+ "UntagResourceRequest":{
1865
+ "type":"structure",
1866
+ "required":[
1867
+ "resourceARN",
1868
+ "tagKeys"
1869
+ ],
1870
+ "members":{
1871
+ "resourceARN":{"shape":"fraudDetectorArn"},
1872
+ "tagKeys":{"shape":"tagKeyList"}
1873
+ }
1874
+ },
1875
+ "UntagResourceResult":{
1876
+ "type":"structure",
1877
+ "members":{
1395
1878
  }
1396
1879
  },
1397
1880
  "UpdateDetectorVersionMetadataRequest":{
@@ -1403,7 +1886,7 @@
1403
1886
  ],
1404
1887
  "members":{
1405
1888
  "detectorId":{"shape":"identifier"},
1406
- "detectorVersionId":{"shape":"nonEmptyString"},
1889
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1407
1890
  "description":{"shape":"description"}
1408
1891
  }
1409
1892
  },
@@ -1422,7 +1905,7 @@
1422
1905
  ],
1423
1906
  "members":{
1424
1907
  "detectorId":{"shape":"identifier"},
1425
- "detectorVersionId":{"shape":"nonEmptyString"},
1908
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1426
1909
  "externalModelEndpoints":{"shape":"ListOfStrings"},
1427
1910
  "rules":{"shape":"RuleList"},
1428
1911
  "description":{"shape":"description"},
@@ -1444,7 +1927,7 @@
1444
1927
  ],
1445
1928
  "members":{
1446
1929
  "detectorId":{"shape":"identifier"},
1447
- "detectorVersionId":{"shape":"nonEmptyString"},
1930
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1448
1931
  "status":{"shape":"DetectorVersionStatus"}
1449
1932
  }
1450
1933
  },
@@ -1453,24 +1936,63 @@
1453
1936
  "members":{
1454
1937
  }
1455
1938
  },
1939
+ "UpdateModelRequest":{
1940
+ "type":"structure",
1941
+ "required":[
1942
+ "modelId",
1943
+ "modelType"
1944
+ ],
1945
+ "members":{
1946
+ "modelId":{"shape":"identifier"},
1947
+ "modelType":{"shape":"ModelTypeEnum"},
1948
+ "description":{"shape":"description"}
1949
+ }
1950
+ },
1951
+ "UpdateModelResult":{
1952
+ "type":"structure",
1953
+ "members":{
1954
+ }
1955
+ },
1456
1956
  "UpdateModelVersionRequest":{
1957
+ "type":"structure",
1958
+ "required":[
1959
+ "modelId",
1960
+ "modelType",
1961
+ "majorVersionNumber"
1962
+ ],
1963
+ "members":{
1964
+ "modelId":{"shape":"identifier"},
1965
+ "modelType":{"shape":"ModelTypeEnum"},
1966
+ "majorVersionNumber":{"shape":"wholeNumberVersionString"},
1967
+ "externalEventsDetail":{"shape":"ExternalEventsDetail"},
1968
+ "tags":{"shape":"tagList"}
1969
+ }
1970
+ },
1971
+ "UpdateModelVersionResult":{
1972
+ "type":"structure",
1973
+ "members":{
1974
+ "modelId":{"shape":"identifier"},
1975
+ "modelType":{"shape":"ModelTypeEnum"},
1976
+ "modelVersionNumber":{"shape":"floatVersionString"},
1977
+ "status":{"shape":"string"}
1978
+ }
1979
+ },
1980
+ "UpdateModelVersionStatusRequest":{
1457
1981
  "type":"structure",
1458
1982
  "required":[
1459
1983
  "modelId",
1460
1984
  "modelType",
1461
1985
  "modelVersionNumber",
1462
- "description",
1463
1986
  "status"
1464
1987
  ],
1465
1988
  "members":{
1466
1989
  "modelId":{"shape":"identifier"},
1467
1990
  "modelType":{"shape":"ModelTypeEnum"},
1468
- "modelVersionNumber":{"shape":"nonEmptyString"},
1469
- "description":{"shape":"description"},
1991
+ "modelVersionNumber":{"shape":"floatVersionString"},
1470
1992
  "status":{"shape":"ModelVersionStatus"}
1471
1993
  }
1472
1994
  },
1473
- "UpdateModelVersionResult":{
1995
+ "UpdateModelVersionStatusResult":{
1474
1996
  "type":"structure",
1475
1997
  "members":{
1476
1998
  }
@@ -1504,7 +2026,8 @@
1504
2026
  "description":{"shape":"description"},
1505
2027
  "expression":{"shape":"ruleExpression"},
1506
2028
  "language":{"shape":"Language"},
1507
- "outcomes":{"shape":"NonEmptyListOfStrings"}
2029
+ "outcomes":{"shape":"NonEmptyListOfStrings"},
2030
+ "tags":{"shape":"tagList"}
1508
2031
  }
1509
2032
  },
1510
2033
  "UpdateRuleVersionResult":{
@@ -1528,6 +2051,7 @@
1528
2051
  "members":{
1529
2052
  }
1530
2053
  },
2054
+ "UseEventVariables":{"type":"boolean"},
1531
2055
  "ValidationException":{
1532
2056
  "type":"structure",
1533
2057
  "required":["message"],
@@ -1546,7 +2070,8 @@
1546
2070
  "description":{"shape":"string"},
1547
2071
  "variableType":{"shape":"string"},
1548
2072
  "lastUpdatedTime":{"shape":"time"},
1549
- "createdTime":{"shape":"time"}
2073
+ "createdTime":{"shape":"time"},
2074
+ "arn":{"shape":"fraudDetectorArn"}
1550
2075
  }
1551
2076
  },
1552
2077
  "VariableEntry":{
@@ -1576,17 +2101,6 @@
1576
2101
  "max":100,
1577
2102
  "min":50
1578
2103
  },
1579
- "attributeKey":{
1580
- "type":"string",
1581
- "max":64,
1582
- "min":1
1583
- },
1584
- "attributeValue":{
1585
- "type":"string",
1586
- "max":256,
1587
- "min":1,
1588
- "sensitive":true
1589
- },
1590
2104
  "blob":{"type":"blob"},
1591
2105
  "contentType":{
1592
2106
  "type":"string",
@@ -1598,12 +2112,52 @@
1598
2112
  "max":128,
1599
2113
  "min":1
1600
2114
  },
2115
+ "entityTypeList":{
2116
+ "type":"list",
2117
+ "member":{"shape":"EntityType"}
2118
+ },
2119
+ "entityTypesMaxResults":{
2120
+ "type":"integer",
2121
+ "box":true,
2122
+ "max":10,
2123
+ "min":5
2124
+ },
2125
+ "eventTypeList":{
2126
+ "type":"list",
2127
+ "member":{"shape":"EventType"}
2128
+ },
2129
+ "eventTypesMaxResults":{
2130
+ "type":"integer",
2131
+ "box":true,
2132
+ "max":10,
2133
+ "min":5
2134
+ },
2135
+ "fieldValidationMessageList":{
2136
+ "type":"list",
2137
+ "member":{"shape":"FieldValidationMessage"}
2138
+ },
2139
+ "fileValidationMessageList":{
2140
+ "type":"list",
2141
+ "member":{"shape":"FileValidationMessage"}
2142
+ },
1601
2143
  "float":{"type":"float"},
2144
+ "floatVersionString":{
2145
+ "type":"string",
2146
+ "max":7,
2147
+ "min":3,
2148
+ "pattern":"^[1-9][0-9]{0,3}\\.[0-9]{1,2}$"
2149
+ },
2150
+ "fraudDetectorArn":{
2151
+ "type":"string",
2152
+ "max":256,
2153
+ "min":1,
2154
+ "pattern":"^arn\\:aws[a-z-]{0,15}\\:frauddetector\\:[a-z0-9-]{3,20}\\:[0-9]{12}\\:[^\\s]{2,128}$"
2155
+ },
1602
2156
  "iamRoleArn":{
1603
2157
  "type":"string",
1604
2158
  "max":256,
1605
2159
  "min":1,
1606
- "pattern":"^arn\\:aws\\:iam\\:\\:[0-9]{12}\\:role\\/[^\\s]{2,64}$"
2160
+ "pattern":"^arn\\:aws[a-z-]{0,15}\\:iam\\:\\:[0-9]{12}\\:role\\/[^\\s]{2,64}$"
1607
2161
  },
1608
2162
  "identifier":{
1609
2163
  "type":"string",
@@ -1612,6 +2166,43 @@
1612
2166
  "pattern":"^[0-9a-z_-]+$"
1613
2167
  },
1614
2168
  "integer":{"type":"integer"},
2169
+ "labelList":{
2170
+ "type":"list",
2171
+ "member":{"shape":"Label"}
2172
+ },
2173
+ "labelMapper":{
2174
+ "type":"map",
2175
+ "key":{"shape":"string"},
2176
+ "value":{"shape":"ListOfStrings"}
2177
+ },
2178
+ "labelsMaxResults":{
2179
+ "type":"integer",
2180
+ "box":true,
2181
+ "max":50,
2182
+ "min":10
2183
+ },
2184
+ "listOfEntities":{
2185
+ "type":"list",
2186
+ "member":{"shape":"Entity"}
2187
+ },
2188
+ "metricDataPointsList":{
2189
+ "type":"list",
2190
+ "member":{"shape":"MetricDataPoint"}
2191
+ },
2192
+ "modelList":{
2193
+ "type":"list",
2194
+ "member":{"shape":"Model"}
2195
+ },
2196
+ "modelVersionDetailList":{
2197
+ "type":"list",
2198
+ "member":{"shape":"ModelVersionDetail"}
2199
+ },
2200
+ "modelsMaxPageSize":{
2201
+ "type":"integer",
2202
+ "box":true,
2203
+ "max":10,
2204
+ "min":1
2205
+ },
1615
2206
  "nonEmptyString":{
1616
2207
  "type":"string",
1617
2208
  "min":1
@@ -1619,7 +2210,8 @@
1619
2210
  "ruleExpression":{
1620
2211
  "type":"string",
1621
2212
  "max":4096,
1622
- "min":1
2213
+ "min":1,
2214
+ "sensitive":true
1623
2215
  },
1624
2216
  "s3BucketLocation":{
1625
2217
  "type":"string",
@@ -1627,7 +2219,53 @@
1627
2219
  "min":1,
1628
2220
  "pattern":"^s3:\\/\\/(.+)$"
1629
2221
  },
2222
+ "sageMakerEndpointIdentifier":{
2223
+ "type":"string",
2224
+ "max":63,
2225
+ "min":1,
2226
+ "pattern":"^[0-9A-Za-z_-]+$"
2227
+ },
1630
2228
  "string":{"type":"string"},
1631
- "time":{"type":"string"}
2229
+ "tagKey":{
2230
+ "type":"string",
2231
+ "max":128,
2232
+ "min":1,
2233
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2234
+ },
2235
+ "tagKeyList":{
2236
+ "type":"list",
2237
+ "member":{"shape":"tagKey"},
2238
+ "max":50,
2239
+ "min":0
2240
+ },
2241
+ "tagList":{
2242
+ "type":"list",
2243
+ "member":{"shape":"Tag"},
2244
+ "max":200,
2245
+ "min":0
2246
+ },
2247
+ "tagValue":{
2248
+ "type":"string",
2249
+ "max":256,
2250
+ "min":0
2251
+ },
2252
+ "time":{"type":"string"},
2253
+ "variableName":{
2254
+ "type":"string",
2255
+ "max":64,
2256
+ "min":1
2257
+ },
2258
+ "variableValue":{
2259
+ "type":"string",
2260
+ "max":256,
2261
+ "min":1,
2262
+ "sensitive":true
2263
+ },
2264
+ "wholeNumberVersionString":{
2265
+ "type":"string",
2266
+ "max":5,
2267
+ "min":1,
2268
+ "pattern":"^([1-9][0-9]*)$"
2269
+ }
1632
2270
  }
1633
2271
  }