aws-sdk-core 2.11.616 → 2.11.621
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.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +4 -2
- data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
- data/apis/appmesh/2019-01-25/examples-1.json +3 -2
- data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
- data/apis/autoscaling/2011-01-01/api-2.json +6 -2
- data/apis/braket/2019-09-01/api-2.json +155 -36
- data/apis/codeartifact/2018-09-22/api-2.json +145 -6
- data/apis/dms/2016-01-01/api-2.json +20 -3
- data/apis/dynamodb/2012-08-10/api-2.json +2 -1
- data/apis/ec2/2016-11-15/api-2.json +185 -14
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
- data/apis/es/2015-01-01/api-2.json +62 -3
- data/apis/eventbridge/2015-10-07/api-2.json +431 -0
- data/apis/events/2015-10-07/api-2.json +431 -0
- data/apis/frauddetector/2019-11-15/api-2.json +234 -4
- data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
- data/apis/iot/2015-05-28/api-2.json +18 -4
- data/apis/iot/2015-05-28/paginators-1.json +6 -0
- data/apis/kendra/2019-02-03/api-2.json +105 -7
- data/apis/lambda/2015-03-31/api-2.json +36 -2
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/medialive/2017-10-14/api-2.json +67 -0
- data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
- data/apis/mq/2017-11-27/api-2.json +6 -2
- data/apis/rds/2014-10-31/api-2.json +2 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
- data/apis/sesv2/2019-09-27/api-2.json +494 -5
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/apis/storagegateway/2013-06-30/api-2.json +53 -7
- data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
- data/apis/xray/2016-04-12/api-2.json +277 -0
- data/apis/xray/2016-04-12/paginators-1.json +10 -0
- data/endpoints.json +91 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
|
@@ -10,6 +10,16 @@
|
|
|
10
10
|
"output_token": "NextToken",
|
|
11
11
|
"limit_key": "PageSize"
|
|
12
12
|
},
|
|
13
|
+
"ListContactLists": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "PageSize"
|
|
17
|
+
},
|
|
18
|
+
"ListContacts": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "PageSize"
|
|
22
|
+
},
|
|
13
23
|
"ListCustomVerificationEmailTemplates": {
|
|
14
24
|
"input_token": "NextToken",
|
|
15
25
|
"output_token": "NextToken",
|
|
@@ -1028,6 +1028,19 @@
|
|
|
1028
1028
|
{"shape":"InternalServerError"}
|
|
1029
1029
|
]
|
|
1030
1030
|
},
|
|
1031
|
+
"UpdateSMBFileShareVisibility":{
|
|
1032
|
+
"name":"UpdateSMBFileShareVisibility",
|
|
1033
|
+
"http":{
|
|
1034
|
+
"method":"POST",
|
|
1035
|
+
"requestUri":"/"
|
|
1036
|
+
},
|
|
1037
|
+
"input":{"shape":"UpdateSMBFileShareVisibilityInput"},
|
|
1038
|
+
"output":{"shape":"UpdateSMBFileShareVisibilityOutput"},
|
|
1039
|
+
"errors":[
|
|
1040
|
+
{"shape":"InvalidGatewayRequestException"},
|
|
1041
|
+
{"shape":"InternalServerError"}
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1031
1044
|
"UpdateSMBSecurityStrategy":{
|
|
1032
1045
|
"name":"UpdateSMBSecurityStrategy",
|
|
1033
1046
|
"http":{
|
|
@@ -1435,7 +1448,8 @@
|
|
|
1435
1448
|
"RequesterPays":{"shape":"Boolean"},
|
|
1436
1449
|
"Tags":{"shape":"Tags"},
|
|
1437
1450
|
"FileShareName":{"shape":"FileShareName"},
|
|
1438
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
1451
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
1452
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
1439
1453
|
}
|
|
1440
1454
|
},
|
|
1441
1455
|
"CreateNFSFileShareOutput":{
|
|
@@ -1465,6 +1479,7 @@
|
|
|
1465
1479
|
"GuessMIMETypeEnabled":{"shape":"Boolean"},
|
|
1466
1480
|
"RequesterPays":{"shape":"Boolean"},
|
|
1467
1481
|
"SMBACLEnabled":{"shape":"Boolean"},
|
|
1482
|
+
"AccessBasedEnumeration":{"shape":"Boolean"},
|
|
1468
1483
|
"AdminUserList":{"shape":"FileShareUserList"},
|
|
1469
1484
|
"ValidUserList":{"shape":"FileShareUserList"},
|
|
1470
1485
|
"InvalidUserList":{"shape":"FileShareUserList"},
|
|
@@ -1473,7 +1488,8 @@
|
|
|
1473
1488
|
"CaseSensitivity":{"shape":"CaseSensitivity"},
|
|
1474
1489
|
"Tags":{"shape":"Tags"},
|
|
1475
1490
|
"FileShareName":{"shape":"FileShareName"},
|
|
1476
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
1491
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
1492
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
1477
1493
|
}
|
|
1478
1494
|
},
|
|
1479
1495
|
"CreateSMBFileShareOutput":{
|
|
@@ -1947,7 +1963,8 @@
|
|
|
1947
1963
|
"DomainName":{"shape":"DomainName"},
|
|
1948
1964
|
"ActiveDirectoryStatus":{"shape":"ActiveDirectoryStatus"},
|
|
1949
1965
|
"SMBGuestPasswordSet":{"shape":"Boolean"},
|
|
1950
|
-
"SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"}
|
|
1966
|
+
"SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"},
|
|
1967
|
+
"FileSharesVisible":{"shape":"Boolean"}
|
|
1951
1968
|
}
|
|
1952
1969
|
},
|
|
1953
1970
|
"DescribeSnapshotScheduleInput":{
|
|
@@ -2698,7 +2715,8 @@
|
|
|
2698
2715
|
"RequesterPays":{"shape":"Boolean"},
|
|
2699
2716
|
"Tags":{"shape":"Tags"},
|
|
2700
2717
|
"FileShareName":{"shape":"FileShareName"},
|
|
2701
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
2718
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
2719
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
2702
2720
|
}
|
|
2703
2721
|
},
|
|
2704
2722
|
"NFSFileShareInfoList":{
|
|
@@ -2727,6 +2745,12 @@
|
|
|
2727
2745
|
"max":2048,
|
|
2728
2746
|
"min":1
|
|
2729
2747
|
},
|
|
2748
|
+
"NotificationPolicy":{
|
|
2749
|
+
"type":"string",
|
|
2750
|
+
"max":100,
|
|
2751
|
+
"min":2,
|
|
2752
|
+
"pattern":"^\\{[\\w\\s:\\{\\}\\[\\]\"]*}$"
|
|
2753
|
+
},
|
|
2730
2754
|
"NotifyWhenUploadedInput":{
|
|
2731
2755
|
"type":"structure",
|
|
2732
2756
|
"required":["FileShareARN"],
|
|
@@ -2953,6 +2977,7 @@
|
|
|
2953
2977
|
"GuessMIMETypeEnabled":{"shape":"Boolean"},
|
|
2954
2978
|
"RequesterPays":{"shape":"Boolean"},
|
|
2955
2979
|
"SMBACLEnabled":{"shape":"Boolean"},
|
|
2980
|
+
"AccessBasedEnumeration":{"shape":"Boolean"},
|
|
2956
2981
|
"AdminUserList":{"shape":"FileShareUserList"},
|
|
2957
2982
|
"ValidUserList":{"shape":"FileShareUserList"},
|
|
2958
2983
|
"InvalidUserList":{"shape":"FileShareUserList"},
|
|
@@ -2961,7 +2986,8 @@
|
|
|
2961
2986
|
"CaseSensitivity":{"shape":"CaseSensitivity"},
|
|
2962
2987
|
"Tags":{"shape":"Tags"},
|
|
2963
2988
|
"FileShareName":{"shape":"FileShareName"},
|
|
2964
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
2989
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
2990
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
2965
2991
|
}
|
|
2966
2992
|
},
|
|
2967
2993
|
"SMBFileShareInfoList":{
|
|
@@ -3398,7 +3424,8 @@
|
|
|
3398
3424
|
"GuessMIMETypeEnabled":{"shape":"Boolean"},
|
|
3399
3425
|
"RequesterPays":{"shape":"Boolean"},
|
|
3400
3426
|
"FileShareName":{"shape":"FileShareName"},
|
|
3401
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
3427
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
3428
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
3402
3429
|
}
|
|
3403
3430
|
},
|
|
3404
3431
|
"UpdateNFSFileShareOutput":{
|
|
@@ -3420,13 +3447,15 @@
|
|
|
3420
3447
|
"GuessMIMETypeEnabled":{"shape":"Boolean"},
|
|
3421
3448
|
"RequesterPays":{"shape":"Boolean"},
|
|
3422
3449
|
"SMBACLEnabled":{"shape":"Boolean"},
|
|
3450
|
+
"AccessBasedEnumeration":{"shape":"Boolean"},
|
|
3423
3451
|
"AdminUserList":{"shape":"FileShareUserList"},
|
|
3424
3452
|
"ValidUserList":{"shape":"FileShareUserList"},
|
|
3425
3453
|
"InvalidUserList":{"shape":"FileShareUserList"},
|
|
3426
3454
|
"AuditDestinationARN":{"shape":"AuditDestinationARN"},
|
|
3427
3455
|
"CaseSensitivity":{"shape":"CaseSensitivity"},
|
|
3428
3456
|
"FileShareName":{"shape":"FileShareName"},
|
|
3429
|
-
"CacheAttributes":{"shape":"CacheAttributes"}
|
|
3457
|
+
"CacheAttributes":{"shape":"CacheAttributes"},
|
|
3458
|
+
"NotificationPolicy":{"shape":"NotificationPolicy"}
|
|
3430
3459
|
}
|
|
3431
3460
|
},
|
|
3432
3461
|
"UpdateSMBFileShareOutput":{
|
|
@@ -3435,6 +3464,23 @@
|
|
|
3435
3464
|
"FileShareARN":{"shape":"FileShareARN"}
|
|
3436
3465
|
}
|
|
3437
3466
|
},
|
|
3467
|
+
"UpdateSMBFileShareVisibilityInput":{
|
|
3468
|
+
"type":"structure",
|
|
3469
|
+
"required":[
|
|
3470
|
+
"GatewayARN",
|
|
3471
|
+
"FileSharesVisible"
|
|
3472
|
+
],
|
|
3473
|
+
"members":{
|
|
3474
|
+
"GatewayARN":{"shape":"GatewayARN"},
|
|
3475
|
+
"FileSharesVisible":{"shape":"Boolean"}
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
"UpdateSMBFileShareVisibilityOutput":{
|
|
3479
|
+
"type":"structure",
|
|
3480
|
+
"members":{
|
|
3481
|
+
"GatewayARN":{"shape":"GatewayARN"}
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3438
3484
|
"UpdateSMBSecurityStrategyInput":{
|
|
3439
3485
|
"type":"structure",
|
|
3440
3486
|
"required":[
|
|
@@ -115,6 +115,58 @@
|
|
|
115
115
|
{"shape":"ThrottledException"}
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
|
+
"GetInsight":{
|
|
119
|
+
"name":"GetInsight",
|
|
120
|
+
"http":{
|
|
121
|
+
"method":"POST",
|
|
122
|
+
"requestUri":"/Insight"
|
|
123
|
+
},
|
|
124
|
+
"input":{"shape":"GetInsightRequest"},
|
|
125
|
+
"output":{"shape":"GetInsightResult"},
|
|
126
|
+
"errors":[
|
|
127
|
+
{"shape":"InvalidRequestException"},
|
|
128
|
+
{"shape":"ThrottledException"}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"GetInsightEvents":{
|
|
132
|
+
"name":"GetInsightEvents",
|
|
133
|
+
"http":{
|
|
134
|
+
"method":"POST",
|
|
135
|
+
"requestUri":"/InsightEvents"
|
|
136
|
+
},
|
|
137
|
+
"input":{"shape":"GetInsightEventsRequest"},
|
|
138
|
+
"output":{"shape":"GetInsightEventsResult"},
|
|
139
|
+
"errors":[
|
|
140
|
+
{"shape":"InvalidRequestException"},
|
|
141
|
+
{"shape":"ThrottledException"}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"GetInsightImpactGraph":{
|
|
145
|
+
"name":"GetInsightImpactGraph",
|
|
146
|
+
"http":{
|
|
147
|
+
"method":"POST",
|
|
148
|
+
"requestUri":"/InsightImpactGraph"
|
|
149
|
+
},
|
|
150
|
+
"input":{"shape":"GetInsightImpactGraphRequest"},
|
|
151
|
+
"output":{"shape":"GetInsightImpactGraphResult"},
|
|
152
|
+
"errors":[
|
|
153
|
+
{"shape":"InvalidRequestException"},
|
|
154
|
+
{"shape":"ThrottledException"}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"GetInsightSummaries":{
|
|
158
|
+
"name":"GetInsightSummaries",
|
|
159
|
+
"http":{
|
|
160
|
+
"method":"POST",
|
|
161
|
+
"requestUri":"/InsightSummaries"
|
|
162
|
+
},
|
|
163
|
+
"input":{"shape":"GetInsightSummariesRequest"},
|
|
164
|
+
"output":{"shape":"GetInsightSummariesResult"},
|
|
165
|
+
"errors":[
|
|
166
|
+
{"shape":"InvalidRequestException"},
|
|
167
|
+
{"shape":"ThrottledException"}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
118
170
|
"GetSamplingRules":{
|
|
119
171
|
"name":"GetSamplingRules",
|
|
120
172
|
"http":{
|
|
@@ -351,6 +403,16 @@
|
|
|
351
403
|
"key":{"shape":"AnnotationKey"},
|
|
352
404
|
"value":{"shape":"ValuesWithServiceIds"}
|
|
353
405
|
},
|
|
406
|
+
"AnomalousService":{
|
|
407
|
+
"type":"structure",
|
|
408
|
+
"members":{
|
|
409
|
+
"ServiceId":{"shape":"ServiceId"}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"AnomalousServiceList":{
|
|
413
|
+
"type":"list",
|
|
414
|
+
"member":{"shape":"AnomalousService"}
|
|
415
|
+
},
|
|
354
416
|
"AttributeKey":{
|
|
355
417
|
"type":"string",
|
|
356
418
|
"max":32,
|
|
@@ -574,6 +636,7 @@
|
|
|
574
636
|
"TotalCount":{"shape":"NullableLong"}
|
|
575
637
|
}
|
|
576
638
|
},
|
|
639
|
+
"EventSummaryText":{"type":"string"},
|
|
577
640
|
"FaultRootCause":{
|
|
578
641
|
"type":"structure",
|
|
579
642
|
"members":{
|
|
@@ -625,6 +688,13 @@
|
|
|
625
688
|
"max":1,
|
|
626
689
|
"min":0
|
|
627
690
|
},
|
|
691
|
+
"ForecastStatistics":{
|
|
692
|
+
"type":"structure",
|
|
693
|
+
"members":{
|
|
694
|
+
"FaultCountHigh":{"shape":"NullableLong"},
|
|
695
|
+
"FaultCountLow":{"shape":"NullableLong"}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
628
698
|
"GetEncryptionConfigRequest":{
|
|
629
699
|
"type":"structure",
|
|
630
700
|
"members":{
|
|
@@ -667,6 +737,94 @@
|
|
|
667
737
|
"NextToken":{"shape":"String"}
|
|
668
738
|
}
|
|
669
739
|
},
|
|
740
|
+
"GetInsightEventsMaxResults":{
|
|
741
|
+
"type":"integer",
|
|
742
|
+
"max":50,
|
|
743
|
+
"min":1
|
|
744
|
+
},
|
|
745
|
+
"GetInsightEventsRequest":{
|
|
746
|
+
"type":"structure",
|
|
747
|
+
"required":["InsightId"],
|
|
748
|
+
"members":{
|
|
749
|
+
"InsightId":{"shape":"InsightId"},
|
|
750
|
+
"MaxResults":{"shape":"GetInsightEventsMaxResults"},
|
|
751
|
+
"NextToken":{"shape":"Token"}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"GetInsightEventsResult":{
|
|
755
|
+
"type":"structure",
|
|
756
|
+
"members":{
|
|
757
|
+
"InsightEvents":{"shape":"InsightEventList"},
|
|
758
|
+
"NextToken":{"shape":"Token"}
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"GetInsightImpactGraphRequest":{
|
|
762
|
+
"type":"structure",
|
|
763
|
+
"required":[
|
|
764
|
+
"InsightId",
|
|
765
|
+
"StartTime",
|
|
766
|
+
"EndTime"
|
|
767
|
+
],
|
|
768
|
+
"members":{
|
|
769
|
+
"InsightId":{"shape":"InsightId"},
|
|
770
|
+
"StartTime":{"shape":"Timestamp"},
|
|
771
|
+
"EndTime":{"shape":"Timestamp"},
|
|
772
|
+
"NextToken":{"shape":"Token"}
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"GetInsightImpactGraphResult":{
|
|
776
|
+
"type":"structure",
|
|
777
|
+
"members":{
|
|
778
|
+
"InsightId":{"shape":"InsightId"},
|
|
779
|
+
"StartTime":{"shape":"Timestamp"},
|
|
780
|
+
"EndTime":{"shape":"Timestamp"},
|
|
781
|
+
"ServiceGraphStartTime":{"shape":"Timestamp"},
|
|
782
|
+
"ServiceGraphEndTime":{"shape":"Timestamp"},
|
|
783
|
+
"Services":{"shape":"InsightImpactGraphServiceList"},
|
|
784
|
+
"NextToken":{"shape":"Token"}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"GetInsightRequest":{
|
|
788
|
+
"type":"structure",
|
|
789
|
+
"required":["InsightId"],
|
|
790
|
+
"members":{
|
|
791
|
+
"InsightId":{"shape":"InsightId"}
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"GetInsightResult":{
|
|
795
|
+
"type":"structure",
|
|
796
|
+
"members":{
|
|
797
|
+
"Insight":{"shape":"Insight"}
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"GetInsightSummariesMaxResults":{
|
|
801
|
+
"type":"integer",
|
|
802
|
+
"max":100,
|
|
803
|
+
"min":1
|
|
804
|
+
},
|
|
805
|
+
"GetInsightSummariesRequest":{
|
|
806
|
+
"type":"structure",
|
|
807
|
+
"required":[
|
|
808
|
+
"StartTime",
|
|
809
|
+
"EndTime"
|
|
810
|
+
],
|
|
811
|
+
"members":{
|
|
812
|
+
"States":{"shape":"InsightStateList"},
|
|
813
|
+
"GroupARN":{"shape":"GroupARN"},
|
|
814
|
+
"GroupName":{"shape":"GroupName"},
|
|
815
|
+
"StartTime":{"shape":"Timestamp"},
|
|
816
|
+
"EndTime":{"shape":"Timestamp"},
|
|
817
|
+
"MaxResults":{"shape":"GetInsightSummariesMaxResults"},
|
|
818
|
+
"NextToken":{"shape":"Token"}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"GetInsightSummariesResult":{
|
|
822
|
+
"type":"structure",
|
|
823
|
+
"members":{
|
|
824
|
+
"InsightSummaries":{"shape":"InsightSummaryList"},
|
|
825
|
+
"NextToken":{"shape":"Token"}
|
|
826
|
+
}
|
|
827
|
+
},
|
|
670
828
|
"GetSamplingRulesRequest":{
|
|
671
829
|
"type":"structure",
|
|
672
830
|
"members":{
|
|
@@ -745,6 +903,7 @@
|
|
|
745
903
|
"GroupARN":{"shape":"GroupARN"},
|
|
746
904
|
"EntitySelectorExpression":{"shape":"EntitySelectorExpression"},
|
|
747
905
|
"Period":{"shape":"NullableInteger"},
|
|
906
|
+
"ForecastStatistics":{"shape":"NullableBoolean"},
|
|
748
907
|
"NextToken":{"shape":"String"}
|
|
749
908
|
}
|
|
750
909
|
},
|
|
@@ -861,6 +1020,110 @@
|
|
|
861
1020
|
"ClientIp":{"shape":"String"}
|
|
862
1021
|
}
|
|
863
1022
|
},
|
|
1023
|
+
"Insight":{
|
|
1024
|
+
"type":"structure",
|
|
1025
|
+
"members":{
|
|
1026
|
+
"InsightId":{"shape":"InsightId"},
|
|
1027
|
+
"GroupARN":{"shape":"GroupARN"},
|
|
1028
|
+
"GroupName":{"shape":"GroupName"},
|
|
1029
|
+
"RootCauseServiceId":{"shape":"ServiceId"},
|
|
1030
|
+
"Categories":{"shape":"InsightCategoryList"},
|
|
1031
|
+
"State":{"shape":"InsightState"},
|
|
1032
|
+
"StartTime":{"shape":"Timestamp"},
|
|
1033
|
+
"EndTime":{"shape":"Timestamp"},
|
|
1034
|
+
"Summary":{"shape":"InsightSummaryText"},
|
|
1035
|
+
"ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1036
|
+
"RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1037
|
+
"TopAnomalousServices":{"shape":"AnomalousServiceList"}
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"InsightCategory":{
|
|
1041
|
+
"type":"string",
|
|
1042
|
+
"enum":["FAULT"]
|
|
1043
|
+
},
|
|
1044
|
+
"InsightCategoryList":{
|
|
1045
|
+
"type":"list",
|
|
1046
|
+
"member":{"shape":"InsightCategory"}
|
|
1047
|
+
},
|
|
1048
|
+
"InsightEvent":{
|
|
1049
|
+
"type":"structure",
|
|
1050
|
+
"members":{
|
|
1051
|
+
"Summary":{"shape":"EventSummaryText"},
|
|
1052
|
+
"EventTime":{"shape":"Timestamp"},
|
|
1053
|
+
"ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1054
|
+
"RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1055
|
+
"TopAnomalousServices":{"shape":"AnomalousServiceList"}
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"InsightEventList":{
|
|
1059
|
+
"type":"list",
|
|
1060
|
+
"member":{"shape":"InsightEvent"}
|
|
1061
|
+
},
|
|
1062
|
+
"InsightId":{
|
|
1063
|
+
"type":"string",
|
|
1064
|
+
"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}"
|
|
1065
|
+
},
|
|
1066
|
+
"InsightImpactGraphEdge":{
|
|
1067
|
+
"type":"structure",
|
|
1068
|
+
"members":{
|
|
1069
|
+
"ReferenceId":{"shape":"NullableInteger"}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"InsightImpactGraphEdgeList":{
|
|
1073
|
+
"type":"list",
|
|
1074
|
+
"member":{"shape":"InsightImpactGraphEdge"}
|
|
1075
|
+
},
|
|
1076
|
+
"InsightImpactGraphService":{
|
|
1077
|
+
"type":"structure",
|
|
1078
|
+
"members":{
|
|
1079
|
+
"ReferenceId":{"shape":"NullableInteger"},
|
|
1080
|
+
"Type":{"shape":"String"},
|
|
1081
|
+
"Name":{"shape":"String"},
|
|
1082
|
+
"Names":{"shape":"ServiceNames"},
|
|
1083
|
+
"AccountId":{"shape":"String"},
|
|
1084
|
+
"Edges":{"shape":"InsightImpactGraphEdgeList"}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
"InsightImpactGraphServiceList":{
|
|
1088
|
+
"type":"list",
|
|
1089
|
+
"member":{"shape":"InsightImpactGraphService"}
|
|
1090
|
+
},
|
|
1091
|
+
"InsightState":{
|
|
1092
|
+
"type":"string",
|
|
1093
|
+
"enum":[
|
|
1094
|
+
"ACTIVE",
|
|
1095
|
+
"CLOSED"
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
"InsightStateList":{
|
|
1099
|
+
"type":"list",
|
|
1100
|
+
"member":{"shape":"InsightState"},
|
|
1101
|
+
"max":1,
|
|
1102
|
+
"min":0
|
|
1103
|
+
},
|
|
1104
|
+
"InsightSummary":{
|
|
1105
|
+
"type":"structure",
|
|
1106
|
+
"members":{
|
|
1107
|
+
"InsightId":{"shape":"InsightId"},
|
|
1108
|
+
"GroupARN":{"shape":"GroupARN"},
|
|
1109
|
+
"GroupName":{"shape":"GroupName"},
|
|
1110
|
+
"RootCauseServiceId":{"shape":"ServiceId"},
|
|
1111
|
+
"Categories":{"shape":"InsightCategoryList"},
|
|
1112
|
+
"State":{"shape":"InsightState"},
|
|
1113
|
+
"StartTime":{"shape":"Timestamp"},
|
|
1114
|
+
"EndTime":{"shape":"Timestamp"},
|
|
1115
|
+
"Summary":{"shape":"InsightSummaryText"},
|
|
1116
|
+
"ClientRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1117
|
+
"RootCauseServiceRequestImpactStatistics":{"shape":"RequestImpactStatistics"},
|
|
1118
|
+
"TopAnomalousServices":{"shape":"AnomalousServiceList"},
|
|
1119
|
+
"LastUpdateTime":{"shape":"Timestamp"}
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"InsightSummaryList":{
|
|
1123
|
+
"type":"list",
|
|
1124
|
+
"member":{"shape":"InsightSummary"}
|
|
1125
|
+
},
|
|
1126
|
+
"InsightSummaryText":{"type":"string"},
|
|
864
1127
|
"InsightsConfiguration":{
|
|
865
1128
|
"type":"structure",
|
|
866
1129
|
"members":{
|
|
@@ -952,6 +1215,14 @@
|
|
|
952
1215
|
"type":"integer",
|
|
953
1216
|
"min":0
|
|
954
1217
|
},
|
|
1218
|
+
"RequestImpactStatistics":{
|
|
1219
|
+
"type":"structure",
|
|
1220
|
+
"members":{
|
|
1221
|
+
"FaultCount":{"shape":"NullableLong"},
|
|
1222
|
+
"OkCount":{"shape":"NullableLong"},
|
|
1223
|
+
"TotalCount":{"shape":"NullableLong"}
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
955
1226
|
"ReservoirSize":{
|
|
956
1227
|
"type":"integer",
|
|
957
1228
|
"min":0
|
|
@@ -1324,6 +1595,7 @@
|
|
|
1324
1595
|
"Timestamp":{"shape":"Timestamp"},
|
|
1325
1596
|
"EdgeSummaryStatistics":{"shape":"EdgeStatistics"},
|
|
1326
1597
|
"ServiceSummaryStatistics":{"shape":"ServiceStatistics"},
|
|
1598
|
+
"ServiceForecastStatistics":{"shape":"ForecastStatistics"},
|
|
1327
1599
|
"ResponseTimeHistogram":{"shape":"Histogram"}
|
|
1328
1600
|
}
|
|
1329
1601
|
},
|
|
@@ -1332,6 +1604,11 @@
|
|
|
1332
1604
|
"member":{"shape":"TimeSeriesServiceStatistics"}
|
|
1333
1605
|
},
|
|
1334
1606
|
"Timestamp":{"type":"timestamp"},
|
|
1607
|
+
"Token":{
|
|
1608
|
+
"type":"string",
|
|
1609
|
+
"max":2000,
|
|
1610
|
+
"min":1
|
|
1611
|
+
},
|
|
1335
1612
|
"TooManyTagsException":{
|
|
1336
1613
|
"type":"structure",
|
|
1337
1614
|
"members":{
|