aws-sdk 2.871.0 → 2.875.0

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/alexaforbusiness-2017-11-09.min.json +9 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +164 -6
  5. package/apis/docdb-2014-10-31.min.json +298 -114
  6. package/apis/docdb-2014-10-31.paginators.json +6 -0
  7. package/apis/eventbridge-2015-10-07.min.json +22 -3
  8. package/apis/events-2015-10-07.min.json +22 -3
  9. package/apis/glue-2017-03-31.min.json +20 -10
  10. package/apis/iotwireless-2020-11-22.min.json +3 -0
  11. package/apis/location-2020-11-19.min.json +23 -1
  12. package/apis/lookoutmetrics-2017-07-25.examples.json +5 -0
  13. package/apis/lookoutmetrics-2017-07-25.min.json +1179 -0
  14. package/apis/lookoutmetrics-2017-07-25.paginators.json +39 -0
  15. package/apis/medialive-2017-10-14.min.json +189 -176
  16. package/apis/metadata.json +3 -0
  17. package/apis/rekognition-2016-06-27.min.json +181 -109
  18. package/apis/sagemaker-2017-07-24.min.json +213 -199
  19. package/apis/wafv2-2019-07-29.min.json +172 -81
  20. package/clients/alexaforbusiness.d.ts +12 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/cloudwatchevents.d.ts +25 -2
  24. package/clients/customerprofiles.d.ts +102 -1
  25. package/clients/docdb.d.ts +213 -0
  26. package/clients/eventbridge.d.ts +25 -2
  27. package/clients/glue.d.ts +21 -6
  28. package/clients/iotwireless.d.ts +13 -9
  29. package/clients/location.d.ts +100 -44
  30. package/clients/lookoutmetrics.d.ts +1497 -0
  31. package/clients/lookoutmetrics.js +19 -0
  32. package/clients/medialive.d.ts +8 -1
  33. package/clients/rekognition.d.ts +80 -3
  34. package/clients/sagemaker.d.ts +26 -11
  35. package/clients/sqs.d.ts +2 -2
  36. package/clients/transcribeservice.d.ts +2 -2
  37. package/clients/wafv2.d.ts +94 -3
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +83 -17
  40. package/dist/aws-sdk.js +209 -115
  41. package/dist/aws-sdk.min.js +47 -47
  42. package/lib/config_service_placeholders.d.ts +2 -0
  43. package/lib/core.js +1 -1
  44. package/lib/services/lookoutmetrics.js +22 -0
  45. package/package.json +1 -1
@@ -0,0 +1,1179 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2017-07-25",
5
+ "endpointPrefix": "lookoutmetrics",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "LookoutMetrics",
9
+ "serviceFullName": "Amazon Lookout for Metrics",
10
+ "serviceId": "LookoutMetrics",
11
+ "signatureVersion": "v4",
12
+ "signingName": "lookoutmetrics",
13
+ "uid": "lookoutmetrics-2017-07-25"
14
+ },
15
+ "operations": {
16
+ "ActivateAnomalyDetector": {
17
+ "http": {
18
+ "requestUri": "/ActivateAnomalyDetector"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "AnomalyDetectorArn"
24
+ ],
25
+ "members": {
26
+ "AnomalyDetectorArn": {}
27
+ }
28
+ },
29
+ "output": {
30
+ "type": "structure",
31
+ "members": {}
32
+ }
33
+ },
34
+ "BackTestAnomalyDetector": {
35
+ "http": {
36
+ "requestUri": "/BackTestAnomalyDetector"
37
+ },
38
+ "input": {
39
+ "type": "structure",
40
+ "required": [
41
+ "AnomalyDetectorArn"
42
+ ],
43
+ "members": {
44
+ "AnomalyDetectorArn": {}
45
+ }
46
+ },
47
+ "output": {
48
+ "type": "structure",
49
+ "members": {}
50
+ }
51
+ },
52
+ "CreateAlert": {
53
+ "http": {
54
+ "requestUri": "/CreateAlert"
55
+ },
56
+ "input": {
57
+ "type": "structure",
58
+ "required": [
59
+ "AlertName",
60
+ "AlertSensitivityThreshold",
61
+ "AnomalyDetectorArn",
62
+ "Action"
63
+ ],
64
+ "members": {
65
+ "AlertName": {},
66
+ "AlertSensitivityThreshold": {
67
+ "type": "integer"
68
+ },
69
+ "AlertDescription": {},
70
+ "AnomalyDetectorArn": {},
71
+ "Action": {
72
+ "shape": "Sa"
73
+ },
74
+ "Tags": {
75
+ "shape": "Sd"
76
+ }
77
+ }
78
+ },
79
+ "output": {
80
+ "type": "structure",
81
+ "members": {
82
+ "AlertArn": {}
83
+ }
84
+ }
85
+ },
86
+ "CreateAnomalyDetector": {
87
+ "http": {
88
+ "requestUri": "/CreateAnomalyDetector"
89
+ },
90
+ "input": {
91
+ "type": "structure",
92
+ "required": [
93
+ "AnomalyDetectorName",
94
+ "AnomalyDetectorConfig"
95
+ ],
96
+ "members": {
97
+ "AnomalyDetectorName": {},
98
+ "AnomalyDetectorDescription": {},
99
+ "AnomalyDetectorConfig": {
100
+ "shape": "Sk"
101
+ },
102
+ "KmsKeyArn": {},
103
+ "Tags": {
104
+ "shape": "Sd"
105
+ }
106
+ }
107
+ },
108
+ "output": {
109
+ "type": "structure",
110
+ "members": {
111
+ "AnomalyDetectorArn": {}
112
+ }
113
+ }
114
+ },
115
+ "CreateMetricSet": {
116
+ "http": {
117
+ "requestUri": "/CreateMetricSet"
118
+ },
119
+ "input": {
120
+ "type": "structure",
121
+ "required": [
122
+ "AnomalyDetectorArn",
123
+ "MetricSetName",
124
+ "MetricList",
125
+ "MetricSource"
126
+ ],
127
+ "members": {
128
+ "AnomalyDetectorArn": {},
129
+ "MetricSetName": {},
130
+ "MetricSetDescription": {},
131
+ "MetricList": {
132
+ "shape": "Sr"
133
+ },
134
+ "Offset": {
135
+ "type": "integer"
136
+ },
137
+ "TimestampColumn": {
138
+ "shape": "Sx"
139
+ },
140
+ "DimensionList": {
141
+ "shape": "Sz"
142
+ },
143
+ "MetricSetFrequency": {},
144
+ "MetricSource": {
145
+ "shape": "S10"
146
+ },
147
+ "Timezone": {},
148
+ "Tags": {
149
+ "shape": "Sd"
150
+ }
151
+ }
152
+ },
153
+ "output": {
154
+ "type": "structure",
155
+ "members": {
156
+ "MetricSetArn": {}
157
+ }
158
+ }
159
+ },
160
+ "DeleteAlert": {
161
+ "http": {
162
+ "requestUri": "/DeleteAlert"
163
+ },
164
+ "input": {
165
+ "type": "structure",
166
+ "required": [
167
+ "AlertArn"
168
+ ],
169
+ "members": {
170
+ "AlertArn": {}
171
+ }
172
+ },
173
+ "output": {
174
+ "type": "structure",
175
+ "members": {}
176
+ }
177
+ },
178
+ "DeleteAnomalyDetector": {
179
+ "http": {
180
+ "requestUri": "/DeleteAnomalyDetector"
181
+ },
182
+ "input": {
183
+ "type": "structure",
184
+ "required": [
185
+ "AnomalyDetectorArn"
186
+ ],
187
+ "members": {
188
+ "AnomalyDetectorArn": {}
189
+ }
190
+ },
191
+ "output": {
192
+ "type": "structure",
193
+ "members": {}
194
+ }
195
+ },
196
+ "DescribeAlert": {
197
+ "http": {
198
+ "requestUri": "/DescribeAlert"
199
+ },
200
+ "input": {
201
+ "type": "structure",
202
+ "required": [
203
+ "AlertArn"
204
+ ],
205
+ "members": {
206
+ "AlertArn": {}
207
+ }
208
+ },
209
+ "output": {
210
+ "type": "structure",
211
+ "members": {
212
+ "Alert": {
213
+ "type": "structure",
214
+ "members": {
215
+ "Action": {
216
+ "shape": "Sa"
217
+ },
218
+ "AlertDescription": {},
219
+ "AlertArn": {},
220
+ "AnomalyDetectorArn": {},
221
+ "AlertName": {},
222
+ "AlertSensitivityThreshold": {
223
+ "type": "integer"
224
+ },
225
+ "AlertType": {},
226
+ "AlertStatus": {},
227
+ "LastModificationTime": {
228
+ "type": "timestamp"
229
+ },
230
+ "CreationTime": {
231
+ "type": "timestamp"
232
+ }
233
+ }
234
+ }
235
+ }
236
+ }
237
+ },
238
+ "DescribeAnomalyDetectionExecutions": {
239
+ "http": {
240
+ "requestUri": "/DescribeAnomalyDetectionExecutions"
241
+ },
242
+ "input": {
243
+ "type": "structure",
244
+ "required": [
245
+ "AnomalyDetectorArn"
246
+ ],
247
+ "members": {
248
+ "AnomalyDetectorArn": {},
249
+ "Timestamp": {},
250
+ "MaxResults": {
251
+ "type": "integer"
252
+ },
253
+ "NextToken": {}
254
+ }
255
+ },
256
+ "output": {
257
+ "type": "structure",
258
+ "members": {
259
+ "ExecutionList": {
260
+ "type": "list",
261
+ "member": {
262
+ "type": "structure",
263
+ "members": {
264
+ "Timestamp": {},
265
+ "Status": {},
266
+ "FailureReason": {}
267
+ }
268
+ }
269
+ },
270
+ "NextToken": {}
271
+ }
272
+ }
273
+ },
274
+ "DescribeAnomalyDetector": {
275
+ "http": {
276
+ "requestUri": "/DescribeAnomalyDetector"
277
+ },
278
+ "input": {
279
+ "type": "structure",
280
+ "required": [
281
+ "AnomalyDetectorArn"
282
+ ],
283
+ "members": {
284
+ "AnomalyDetectorArn": {}
285
+ }
286
+ },
287
+ "output": {
288
+ "type": "structure",
289
+ "members": {
290
+ "AnomalyDetectorArn": {},
291
+ "AnomalyDetectorName": {},
292
+ "AnomalyDetectorDescription": {},
293
+ "AnomalyDetectorConfig": {
294
+ "type": "structure",
295
+ "members": {
296
+ "AnomalyDetectorFrequency": {}
297
+ }
298
+ },
299
+ "CreationTime": {
300
+ "type": "timestamp"
301
+ },
302
+ "LastModificationTime": {
303
+ "type": "timestamp"
304
+ },
305
+ "Status": {},
306
+ "FailureReason": {},
307
+ "KmsKeyArn": {}
308
+ }
309
+ }
310
+ },
311
+ "DescribeMetricSet": {
312
+ "http": {
313
+ "requestUri": "/DescribeMetricSet"
314
+ },
315
+ "input": {
316
+ "type": "structure",
317
+ "required": [
318
+ "MetricSetArn"
319
+ ],
320
+ "members": {
321
+ "MetricSetArn": {}
322
+ }
323
+ },
324
+ "output": {
325
+ "type": "structure",
326
+ "members": {
327
+ "MetricSetArn": {},
328
+ "AnomalyDetectorArn": {},
329
+ "MetricSetName": {},
330
+ "MetricSetDescription": {},
331
+ "CreationTime": {
332
+ "type": "timestamp"
333
+ },
334
+ "LastModificationTime": {
335
+ "type": "timestamp"
336
+ },
337
+ "Offset": {
338
+ "type": "integer"
339
+ },
340
+ "MetricList": {
341
+ "shape": "Sr"
342
+ },
343
+ "TimestampColumn": {
344
+ "shape": "Sx"
345
+ },
346
+ "DimensionList": {
347
+ "shape": "Sz"
348
+ },
349
+ "MetricSetFrequency": {},
350
+ "Timezone": {},
351
+ "MetricSource": {
352
+ "shape": "S10"
353
+ }
354
+ }
355
+ }
356
+ },
357
+ "GetAnomalyGroup": {
358
+ "http": {
359
+ "requestUri": "/GetAnomalyGroup"
360
+ },
361
+ "input": {
362
+ "type": "structure",
363
+ "required": [
364
+ "AnomalyGroupId",
365
+ "AnomalyDetectorArn"
366
+ ],
367
+ "members": {
368
+ "AnomalyGroupId": {},
369
+ "AnomalyDetectorArn": {}
370
+ }
371
+ },
372
+ "output": {
373
+ "type": "structure",
374
+ "members": {
375
+ "AnomalyGroup": {
376
+ "type": "structure",
377
+ "members": {
378
+ "StartTime": {},
379
+ "EndTime": {},
380
+ "AnomalyGroupId": {},
381
+ "AnomalyGroupScore": {
382
+ "type": "double"
383
+ },
384
+ "PrimaryMetricName": {},
385
+ "MetricLevelImpactList": {
386
+ "type": "list",
387
+ "member": {
388
+ "type": "structure",
389
+ "members": {
390
+ "MetricName": {},
391
+ "NumTimeSeries": {
392
+ "type": "integer"
393
+ },
394
+ "ContributionMatrix": {
395
+ "type": "structure",
396
+ "members": {
397
+ "DimensionContributionList": {
398
+ "type": "list",
399
+ "member": {
400
+ "type": "structure",
401
+ "members": {
402
+ "DimensionName": {},
403
+ "DimensionValueContributionList": {
404
+ "type": "list",
405
+ "member": {
406
+ "type": "structure",
407
+ "members": {
408
+ "DimensionValue": {},
409
+ "ContributionScore": {
410
+ "type": "double"
411
+ }
412
+ }
413
+ }
414
+ }
415
+ }
416
+ }
417
+ }
418
+ }
419
+ }
420
+ }
421
+ }
422
+ }
423
+ }
424
+ }
425
+ }
426
+ }
427
+ },
428
+ "GetFeedback": {
429
+ "http": {
430
+ "requestUri": "/GetFeedback"
431
+ },
432
+ "input": {
433
+ "type": "structure",
434
+ "required": [
435
+ "AnomalyDetectorArn",
436
+ "AnomalyGroupTimeSeriesFeedback"
437
+ ],
438
+ "members": {
439
+ "AnomalyDetectorArn": {},
440
+ "AnomalyGroupTimeSeriesFeedback": {
441
+ "type": "structure",
442
+ "required": [
443
+ "AnomalyGroupId"
444
+ ],
445
+ "members": {
446
+ "AnomalyGroupId": {},
447
+ "TimeSeriesId": {}
448
+ }
449
+ },
450
+ "MaxResults": {
451
+ "type": "integer"
452
+ },
453
+ "NextToken": {}
454
+ }
455
+ },
456
+ "output": {
457
+ "type": "structure",
458
+ "members": {
459
+ "AnomalyGroupTimeSeriesFeedback": {
460
+ "type": "list",
461
+ "member": {
462
+ "type": "structure",
463
+ "members": {
464
+ "TimeSeriesId": {},
465
+ "IsAnomaly": {
466
+ "type": "boolean"
467
+ }
468
+ }
469
+ }
470
+ },
471
+ "NextToken": {}
472
+ }
473
+ }
474
+ },
475
+ "GetSampleData": {
476
+ "http": {
477
+ "requestUri": "/GetSampleData"
478
+ },
479
+ "input": {
480
+ "type": "structure",
481
+ "members": {
482
+ "S3SourceConfig": {
483
+ "type": "structure",
484
+ "required": [
485
+ "RoleArn",
486
+ "FileFormatDescriptor"
487
+ ],
488
+ "members": {
489
+ "RoleArn": {},
490
+ "TemplatedPathList": {
491
+ "shape": "S12"
492
+ },
493
+ "HistoricalDataPathList": {
494
+ "shape": "S14"
495
+ },
496
+ "FileFormatDescriptor": {
497
+ "shape": "S16"
498
+ }
499
+ }
500
+ }
501
+ }
502
+ },
503
+ "output": {
504
+ "type": "structure",
505
+ "members": {
506
+ "HeaderValues": {
507
+ "type": "list",
508
+ "member": {}
509
+ },
510
+ "SampleRows": {
511
+ "type": "list",
512
+ "member": {
513
+ "type": "list",
514
+ "member": {}
515
+ }
516
+ }
517
+ }
518
+ }
519
+ },
520
+ "ListAlerts": {
521
+ "http": {
522
+ "requestUri": "/ListAlerts"
523
+ },
524
+ "input": {
525
+ "type": "structure",
526
+ "members": {
527
+ "AnomalyDetectorArn": {},
528
+ "NextToken": {},
529
+ "MaxResults": {
530
+ "type": "integer"
531
+ }
532
+ }
533
+ },
534
+ "output": {
535
+ "type": "structure",
536
+ "members": {
537
+ "AlertSummaryList": {
538
+ "type": "list",
539
+ "member": {
540
+ "type": "structure",
541
+ "members": {
542
+ "AlertArn": {},
543
+ "AnomalyDetectorArn": {},
544
+ "AlertName": {},
545
+ "AlertSensitivityThreshold": {
546
+ "type": "integer"
547
+ },
548
+ "AlertType": {},
549
+ "AlertStatus": {},
550
+ "LastModificationTime": {
551
+ "type": "timestamp"
552
+ },
553
+ "CreationTime": {
554
+ "type": "timestamp"
555
+ },
556
+ "Tags": {
557
+ "shape": "Sd"
558
+ }
559
+ }
560
+ }
561
+ },
562
+ "NextToken": {}
563
+ }
564
+ }
565
+ },
566
+ "ListAnomalyDetectors": {
567
+ "http": {
568
+ "requestUri": "/ListAnomalyDetectors"
569
+ },
570
+ "input": {
571
+ "type": "structure",
572
+ "members": {
573
+ "MaxResults": {
574
+ "type": "integer"
575
+ },
576
+ "NextToken": {}
577
+ }
578
+ },
579
+ "output": {
580
+ "type": "structure",
581
+ "members": {
582
+ "AnomalyDetectorSummaryList": {
583
+ "type": "list",
584
+ "member": {
585
+ "type": "structure",
586
+ "members": {
587
+ "AnomalyDetectorArn": {},
588
+ "AnomalyDetectorName": {},
589
+ "AnomalyDetectorDescription": {},
590
+ "CreationTime": {
591
+ "type": "timestamp"
592
+ },
593
+ "LastModificationTime": {
594
+ "type": "timestamp"
595
+ },
596
+ "Status": {},
597
+ "Tags": {
598
+ "shape": "Sd"
599
+ }
600
+ }
601
+ }
602
+ },
603
+ "NextToken": {}
604
+ }
605
+ }
606
+ },
607
+ "ListAnomalyGroupSummaries": {
608
+ "http": {
609
+ "requestUri": "/ListAnomalyGroupSummaries"
610
+ },
611
+ "input": {
612
+ "type": "structure",
613
+ "required": [
614
+ "AnomalyDetectorArn",
615
+ "SensitivityThreshold"
616
+ ],
617
+ "members": {
618
+ "AnomalyDetectorArn": {},
619
+ "SensitivityThreshold": {
620
+ "type": "integer"
621
+ },
622
+ "MaxResults": {
623
+ "type": "integer"
624
+ },
625
+ "NextToken": {}
626
+ }
627
+ },
628
+ "output": {
629
+ "type": "structure",
630
+ "members": {
631
+ "AnomalyGroupSummaryList": {
632
+ "type": "list",
633
+ "member": {
634
+ "type": "structure",
635
+ "members": {
636
+ "StartTime": {},
637
+ "EndTime": {},
638
+ "AnomalyGroupId": {},
639
+ "AnomalyGroupScore": {
640
+ "type": "double"
641
+ },
642
+ "PrimaryMetricName": {}
643
+ }
644
+ }
645
+ },
646
+ "AnomalyGroupStatistics": {
647
+ "type": "structure",
648
+ "members": {
649
+ "EvaluationStartDate": {},
650
+ "TotalCount": {
651
+ "type": "integer"
652
+ },
653
+ "ItemizedMetricStatsList": {
654
+ "type": "list",
655
+ "member": {
656
+ "type": "structure",
657
+ "members": {
658
+ "MetricName": {},
659
+ "OccurrenceCount": {
660
+ "type": "integer"
661
+ }
662
+ }
663
+ }
664
+ }
665
+ }
666
+ },
667
+ "NextToken": {}
668
+ }
669
+ }
670
+ },
671
+ "ListAnomalyGroupTimeSeries": {
672
+ "http": {
673
+ "requestUri": "/ListAnomalyGroupTimeSeries"
674
+ },
675
+ "input": {
676
+ "type": "structure",
677
+ "required": [
678
+ "AnomalyDetectorArn",
679
+ "AnomalyGroupId",
680
+ "MetricName"
681
+ ],
682
+ "members": {
683
+ "AnomalyDetectorArn": {},
684
+ "AnomalyGroupId": {},
685
+ "MetricName": {},
686
+ "MaxResults": {
687
+ "type": "integer"
688
+ },
689
+ "NextToken": {}
690
+ }
691
+ },
692
+ "output": {
693
+ "type": "structure",
694
+ "members": {
695
+ "AnomalyGroupId": {},
696
+ "MetricName": {},
697
+ "TimestampList": {
698
+ "type": "list",
699
+ "member": {}
700
+ },
701
+ "NextToken": {},
702
+ "TimeSeriesList": {
703
+ "type": "list",
704
+ "member": {
705
+ "type": "structure",
706
+ "required": [
707
+ "TimeSeriesId",
708
+ "DimensionList",
709
+ "MetricValueList"
710
+ ],
711
+ "members": {
712
+ "TimeSeriesId": {},
713
+ "DimensionList": {
714
+ "type": "list",
715
+ "member": {
716
+ "type": "structure",
717
+ "required": [
718
+ "DimensionName",
719
+ "DimensionValue"
720
+ ],
721
+ "members": {
722
+ "DimensionName": {},
723
+ "DimensionValue": {}
724
+ }
725
+ }
726
+ },
727
+ "MetricValueList": {
728
+ "type": "list",
729
+ "member": {
730
+ "type": "double"
731
+ }
732
+ }
733
+ }
734
+ }
735
+ }
736
+ }
737
+ }
738
+ },
739
+ "ListMetricSets": {
740
+ "http": {
741
+ "requestUri": "/ListMetricSets"
742
+ },
743
+ "input": {
744
+ "type": "structure",
745
+ "members": {
746
+ "AnomalyDetectorArn": {},
747
+ "MaxResults": {
748
+ "type": "integer"
749
+ },
750
+ "NextToken": {}
751
+ }
752
+ },
753
+ "output": {
754
+ "type": "structure",
755
+ "members": {
756
+ "MetricSetSummaryList": {
757
+ "type": "list",
758
+ "member": {
759
+ "type": "structure",
760
+ "members": {
761
+ "MetricSetArn": {},
762
+ "AnomalyDetectorArn": {},
763
+ "MetricSetDescription": {},
764
+ "MetricSetName": {},
765
+ "CreationTime": {
766
+ "type": "timestamp"
767
+ },
768
+ "LastModificationTime": {
769
+ "type": "timestamp"
770
+ },
771
+ "Tags": {
772
+ "shape": "Sd"
773
+ }
774
+ }
775
+ }
776
+ },
777
+ "NextToken": {}
778
+ }
779
+ }
780
+ },
781
+ "ListTagsForResource": {
782
+ "http": {
783
+ "method": "GET",
784
+ "requestUri": "/tags/{resourceArn}",
785
+ "responseCode": 200
786
+ },
787
+ "input": {
788
+ "type": "structure",
789
+ "required": [
790
+ "ResourceArn"
791
+ ],
792
+ "members": {
793
+ "ResourceArn": {
794
+ "location": "uri",
795
+ "locationName": "resourceArn"
796
+ }
797
+ }
798
+ },
799
+ "output": {
800
+ "type": "structure",
801
+ "members": {
802
+ "Tags": {
803
+ "shape": "Sd",
804
+ "locationName": "Tags"
805
+ }
806
+ }
807
+ }
808
+ },
809
+ "PutFeedback": {
810
+ "http": {
811
+ "requestUri": "/PutFeedback"
812
+ },
813
+ "input": {
814
+ "type": "structure",
815
+ "required": [
816
+ "AnomalyDetectorArn",
817
+ "AnomalyGroupTimeSeriesFeedback"
818
+ ],
819
+ "members": {
820
+ "AnomalyDetectorArn": {},
821
+ "AnomalyGroupTimeSeriesFeedback": {
822
+ "type": "structure",
823
+ "required": [
824
+ "AnomalyGroupId",
825
+ "TimeSeriesId",
826
+ "IsAnomaly"
827
+ ],
828
+ "members": {
829
+ "AnomalyGroupId": {},
830
+ "TimeSeriesId": {},
831
+ "IsAnomaly": {
832
+ "type": "boolean"
833
+ }
834
+ }
835
+ }
836
+ }
837
+ },
838
+ "output": {
839
+ "type": "structure",
840
+ "members": {}
841
+ }
842
+ },
843
+ "TagResource": {
844
+ "http": {
845
+ "requestUri": "/tags/{resourceArn}",
846
+ "responseCode": 204
847
+ },
848
+ "input": {
849
+ "type": "structure",
850
+ "required": [
851
+ "ResourceArn",
852
+ "Tags"
853
+ ],
854
+ "members": {
855
+ "ResourceArn": {
856
+ "location": "uri",
857
+ "locationName": "resourceArn"
858
+ },
859
+ "Tags": {
860
+ "shape": "Sd",
861
+ "locationName": "tags"
862
+ }
863
+ }
864
+ },
865
+ "output": {
866
+ "type": "structure",
867
+ "members": {}
868
+ }
869
+ },
870
+ "UntagResource": {
871
+ "http": {
872
+ "method": "DELETE",
873
+ "requestUri": "/tags/{resourceArn}",
874
+ "responseCode": 204
875
+ },
876
+ "input": {
877
+ "type": "structure",
878
+ "required": [
879
+ "ResourceArn",
880
+ "TagKeys"
881
+ ],
882
+ "members": {
883
+ "ResourceArn": {
884
+ "location": "uri",
885
+ "locationName": "resourceArn"
886
+ },
887
+ "TagKeys": {
888
+ "location": "querystring",
889
+ "locationName": "tagKeys",
890
+ "type": "list",
891
+ "member": {}
892
+ }
893
+ }
894
+ },
895
+ "output": {
896
+ "type": "structure",
897
+ "members": {}
898
+ }
899
+ },
900
+ "UpdateAnomalyDetector": {
901
+ "http": {
902
+ "requestUri": "/UpdateAnomalyDetector"
903
+ },
904
+ "input": {
905
+ "type": "structure",
906
+ "required": [
907
+ "AnomalyDetectorArn"
908
+ ],
909
+ "members": {
910
+ "AnomalyDetectorArn": {},
911
+ "KmsKeyArn": {},
912
+ "AnomalyDetectorDescription": {},
913
+ "AnomalyDetectorConfig": {
914
+ "shape": "Sk"
915
+ }
916
+ }
917
+ },
918
+ "output": {
919
+ "type": "structure",
920
+ "members": {
921
+ "AnomalyDetectorArn": {}
922
+ }
923
+ }
924
+ },
925
+ "UpdateMetricSet": {
926
+ "http": {
927
+ "requestUri": "/UpdateMetricSet"
928
+ },
929
+ "input": {
930
+ "type": "structure",
931
+ "required": [
932
+ "MetricSetArn"
933
+ ],
934
+ "members": {
935
+ "MetricSetArn": {},
936
+ "MetricSetDescription": {},
937
+ "MetricList": {
938
+ "shape": "Sr"
939
+ },
940
+ "Offset": {
941
+ "type": "integer"
942
+ },
943
+ "TimestampColumn": {
944
+ "shape": "Sx"
945
+ },
946
+ "DimensionList": {
947
+ "shape": "Sz"
948
+ },
949
+ "MetricSetFrequency": {},
950
+ "MetricSource": {
951
+ "shape": "S10"
952
+ }
953
+ }
954
+ },
955
+ "output": {
956
+ "type": "structure",
957
+ "members": {
958
+ "MetricSetArn": {}
959
+ }
960
+ }
961
+ }
962
+ },
963
+ "shapes": {
964
+ "Sa": {
965
+ "type": "structure",
966
+ "members": {
967
+ "SNSConfiguration": {
968
+ "type": "structure",
969
+ "required": [
970
+ "RoleArn",
971
+ "SnsTopicArn"
972
+ ],
973
+ "members": {
974
+ "RoleArn": {},
975
+ "SnsTopicArn": {}
976
+ }
977
+ },
978
+ "LambdaConfiguration": {
979
+ "type": "structure",
980
+ "required": [
981
+ "RoleArn",
982
+ "LambdaArn"
983
+ ],
984
+ "members": {
985
+ "RoleArn": {},
986
+ "LambdaArn": {}
987
+ }
988
+ }
989
+ }
990
+ },
991
+ "Sd": {
992
+ "type": "map",
993
+ "key": {},
994
+ "value": {}
995
+ },
996
+ "Sk": {
997
+ "type": "structure",
998
+ "members": {
999
+ "AnomalyDetectorFrequency": {}
1000
+ }
1001
+ },
1002
+ "Sr": {
1003
+ "type": "list",
1004
+ "member": {
1005
+ "type": "structure",
1006
+ "required": [
1007
+ "MetricName",
1008
+ "AggregationFunction"
1009
+ ],
1010
+ "members": {
1011
+ "MetricName": {},
1012
+ "AggregationFunction": {},
1013
+ "Namespace": {}
1014
+ }
1015
+ }
1016
+ },
1017
+ "Sx": {
1018
+ "type": "structure",
1019
+ "members": {
1020
+ "ColumnName": {},
1021
+ "ColumnFormat": {}
1022
+ }
1023
+ },
1024
+ "Sz": {
1025
+ "type": "list",
1026
+ "member": {}
1027
+ },
1028
+ "S10": {
1029
+ "type": "structure",
1030
+ "members": {
1031
+ "S3SourceConfig": {
1032
+ "type": "structure",
1033
+ "required": [
1034
+ "RoleArn"
1035
+ ],
1036
+ "members": {
1037
+ "RoleArn": {},
1038
+ "TemplatedPathList": {
1039
+ "shape": "S12"
1040
+ },
1041
+ "HistoricalDataPathList": {
1042
+ "shape": "S14"
1043
+ },
1044
+ "FileFormatDescriptor": {
1045
+ "shape": "S16"
1046
+ }
1047
+ }
1048
+ },
1049
+ "AppFlowConfig": {
1050
+ "type": "structure",
1051
+ "required": [
1052
+ "RoleArn",
1053
+ "FlowName"
1054
+ ],
1055
+ "members": {
1056
+ "RoleArn": {},
1057
+ "FlowName": {}
1058
+ }
1059
+ },
1060
+ "CloudWatchConfig": {
1061
+ "type": "structure",
1062
+ "required": [
1063
+ "RoleArn"
1064
+ ],
1065
+ "members": {
1066
+ "RoleArn": {}
1067
+ }
1068
+ },
1069
+ "RDSSourceConfig": {
1070
+ "type": "structure",
1071
+ "required": [
1072
+ "DBInstanceIdentifier",
1073
+ "DatabaseHost",
1074
+ "DatabasePort",
1075
+ "SecretManagerArn",
1076
+ "DatabaseName",
1077
+ "TableName",
1078
+ "RoleArn",
1079
+ "VpcConfiguration"
1080
+ ],
1081
+ "members": {
1082
+ "DBInstanceIdentifier": {},
1083
+ "DatabaseHost": {},
1084
+ "DatabasePort": {
1085
+ "type": "integer"
1086
+ },
1087
+ "SecretManagerArn": {},
1088
+ "DatabaseName": {},
1089
+ "TableName": {},
1090
+ "RoleArn": {},
1091
+ "VpcConfiguration": {
1092
+ "shape": "S1q"
1093
+ }
1094
+ }
1095
+ },
1096
+ "RedshiftSourceConfig": {
1097
+ "type": "structure",
1098
+ "required": [
1099
+ "ClusterIdentifier",
1100
+ "DatabaseHost",
1101
+ "DatabasePort",
1102
+ "SecretManagerArn",
1103
+ "DatabaseName",
1104
+ "TableName",
1105
+ "RoleArn",
1106
+ "VpcConfiguration"
1107
+ ],
1108
+ "members": {
1109
+ "ClusterIdentifier": {},
1110
+ "DatabaseHost": {},
1111
+ "DatabasePort": {
1112
+ "type": "integer"
1113
+ },
1114
+ "SecretManagerArn": {},
1115
+ "DatabaseName": {},
1116
+ "TableName": {},
1117
+ "RoleArn": {},
1118
+ "VpcConfiguration": {
1119
+ "shape": "S1q"
1120
+ }
1121
+ }
1122
+ }
1123
+ }
1124
+ },
1125
+ "S12": {
1126
+ "type": "list",
1127
+ "member": {}
1128
+ },
1129
+ "S14": {
1130
+ "type": "list",
1131
+ "member": {}
1132
+ },
1133
+ "S16": {
1134
+ "type": "structure",
1135
+ "members": {
1136
+ "CsvFormatDescriptor": {
1137
+ "type": "structure",
1138
+ "members": {
1139
+ "FileCompression": {},
1140
+ "Charset": {},
1141
+ "ContainsHeader": {
1142
+ "type": "boolean"
1143
+ },
1144
+ "Delimiter": {},
1145
+ "HeaderList": {
1146
+ "type": "list",
1147
+ "member": {}
1148
+ },
1149
+ "QuoteSymbol": {}
1150
+ }
1151
+ },
1152
+ "JsonFormatDescriptor": {
1153
+ "type": "structure",
1154
+ "members": {
1155
+ "FileCompression": {},
1156
+ "Charset": {}
1157
+ }
1158
+ }
1159
+ }
1160
+ },
1161
+ "S1q": {
1162
+ "type": "structure",
1163
+ "required": [
1164
+ "SubnetIdList",
1165
+ "SecurityGroupIdList"
1166
+ ],
1167
+ "members": {
1168
+ "SubnetIdList": {
1169
+ "type": "list",
1170
+ "member": {}
1171
+ },
1172
+ "SecurityGroupIdList": {
1173
+ "type": "list",
1174
+ "member": {}
1175
+ }
1176
+ }
1177
+ }
1178
+ }
1179
+ }