aws-sdk-core 2.11.618 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  3. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  4. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  5. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +209 -1
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +190 -11
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/es/2015-01-01/api-2.json +163 -3
  13. data/apis/es/2015-01-01/paginators-1.json +5 -0
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/fsx/2018-03-01/api-2.json +147 -5
  18. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  19. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  20. data/apis/iot/2015-05-28/api-2.json +18 -4
  21. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  22. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  23. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  24. data/apis/kendra/2019-02-03/api-2.json +105 -7
  25. data/apis/lambda/2015-03-31/api-2.json +36 -2
  26. data/apis/macie2/2020-01-01/api-2.json +4 -0
  27. data/apis/medialive/2017-10-14/api-2.json +16 -0
  28. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  29. data/apis/mq/2017-11-27/api-2.json +6 -2
  30. data/apis/rds/2014-10-31/api-2.json +2 -1
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  34. data/apis/ssm/2014-11-06/api-2.json +2 -1
  35. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  36. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  37. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  38. data/apis/xray/2016-04-12/api-2.json +277 -0
  39. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  40. data/endpoints.json +91 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. metadata +2 -2
@@ -57,6 +57,12 @@
57
57
  "output_token": "Marker",
58
58
  "result_key": "Tags"
59
59
  },
60
+ "ListTapePools": {
61
+ "input_token": "Marker",
62
+ "limit_key": "Limit",
63
+ "output_token": "Marker",
64
+ "result_key": "PoolInfos"
65
+ },
60
66
  "ListTapes": {
61
67
  "input_token": "Marker",
62
68
  "limit_key": "Limit",
@@ -116,7 +116,9 @@
116
116
  "es-US",
117
117
  "fr-CA",
118
118
  "fr-FR",
119
- "en-AU"
119
+ "en-AU",
120
+ "it-IT",
121
+ "de-DE"
120
122
  ]
121
123
  },
122
124
  "LimitExceededException":{
@@ -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":{
@@ -10,6 +10,16 @@
10
10
  "output_token": "NextToken",
11
11
  "result_key": "Groups"
12
12
  },
13
+ "GetInsightEvents": {
14
+ "input_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
+ },
18
+ "GetInsightSummaries": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
13
23
  "GetSamplingRules": {
14
24
  "input_token": "NextToken",
15
25
  "output_token": "NextToken",
@@ -1921,6 +1921,36 @@
1921
1921
  "eu-west-1" : { },
1922
1922
  "eu-west-2" : { },
1923
1923
  "eu-west-3" : { },
1924
+ "fips-ca-central-1" : {
1925
+ "credentialScope" : {
1926
+ "region" : "ca-central-1"
1927
+ },
1928
+ "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
1929
+ },
1930
+ "fips-us-east-1" : {
1931
+ "credentialScope" : {
1932
+ "region" : "us-east-1"
1933
+ },
1934
+ "hostname" : "ebs-fips.us-east-1.amazonaws.com"
1935
+ },
1936
+ "fips-us-east-2" : {
1937
+ "credentialScope" : {
1938
+ "region" : "us-east-2"
1939
+ },
1940
+ "hostname" : "ebs-fips.us-east-2.amazonaws.com"
1941
+ },
1942
+ "fips-us-west-1" : {
1943
+ "credentialScope" : {
1944
+ "region" : "us-west-1"
1945
+ },
1946
+ "hostname" : "ebs-fips.us-west-1.amazonaws.com"
1947
+ },
1948
+ "fips-us-west-2" : {
1949
+ "credentialScope" : {
1950
+ "region" : "us-west-2"
1951
+ },
1952
+ "hostname" : "ebs-fips.us-west-2.amazonaws.com"
1953
+ },
1924
1954
  "me-south-1" : { },
1925
1955
  "sa-east-1" : { },
1926
1956
  "us-east-1" : { },
@@ -2065,6 +2095,12 @@
2065
2095
  },
2066
2096
  "hostname" : "fips.eks.us-east-2.amazonaws.com"
2067
2097
  },
2098
+ "fips-us-west-1" : {
2099
+ "credentialScope" : {
2100
+ "region" : "us-west-1"
2101
+ },
2102
+ "hostname" : "fips.eks.us-west-1.amazonaws.com"
2103
+ },
2068
2104
  "fips-us-west-2" : {
2069
2105
  "credentialScope" : {
2070
2106
  "region" : "us-west-2"
@@ -3362,6 +3398,30 @@
3362
3398
  "eu-west-1" : { },
3363
3399
  "eu-west-2" : { },
3364
3400
  "eu-west-3" : { },
3401
+ "fips-us-east-1" : {
3402
+ "credentialScope" : {
3403
+ "region" : "us-east-1"
3404
+ },
3405
+ "hostname" : "lakeformation-fips.us-east-1.amazonaws.com"
3406
+ },
3407
+ "fips-us-east-2" : {
3408
+ "credentialScope" : {
3409
+ "region" : "us-east-2"
3410
+ },
3411
+ "hostname" : "lakeformation-fips.us-east-2.amazonaws.com"
3412
+ },
3413
+ "fips-us-west-1" : {
3414
+ "credentialScope" : {
3415
+ "region" : "us-west-1"
3416
+ },
3417
+ "hostname" : "lakeformation-fips.us-west-1.amazonaws.com"
3418
+ },
3419
+ "fips-us-west-2" : {
3420
+ "credentialScope" : {
3421
+ "region" : "us-west-2"
3422
+ },
3423
+ "hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
3424
+ },
3365
3425
  "sa-east-1" : { },
3366
3426
  "us-east-1" : { },
3367
3427
  "us-east-2" : { },
@@ -4228,6 +4288,7 @@
4228
4288
  "ap-northeast-1" : { },
4229
4289
  "ap-northeast-2" : { },
4230
4290
  "ap-south-1" : { },
4291
+ "ap-southeast-1" : { },
4231
4292
  "ap-southeast-2" : { },
4232
4293
  "ca-central-1" : { },
4233
4294
  "eu-central-1" : { },
@@ -5968,7 +6029,9 @@
5968
6029
  "endpoints" : {
5969
6030
  "ap-southeast-2" : { },
5970
6031
  "ca-central-1" : { },
6032
+ "eu-central-1" : { },
5971
6033
  "eu-west-1" : { },
6034
+ "eu-west-2" : { },
5972
6035
  "us-east-1" : { },
5973
6036
  "us-east-2" : { },
5974
6037
  "us-west-2" : { }
@@ -7708,6 +7771,18 @@
7708
7771
  "protocols" : [ "http", "https" ]
7709
7772
  },
7710
7773
  "endpoints" : {
7774
+ "fips-us-gov-east-1" : {
7775
+ "credentialScope" : {
7776
+ "region" : "us-gov-east-1"
7777
+ },
7778
+ "hostname" : "eks.us-gov-east-1.amazonaws.com"
7779
+ },
7780
+ "fips-us-gov-west-1" : {
7781
+ "credentialScope" : {
7782
+ "region" : "us-gov-west-1"
7783
+ },
7784
+ "hostname" : "eks.us-gov-west-1.amazonaws.com"
7785
+ },
7711
7786
  "us-gov-east-1" : { },
7712
7787
  "us-gov-west-1" : { }
7713
7788
  }
@@ -7915,6 +7990,7 @@
7915
7990
  "protocols" : [ "https" ]
7916
7991
  },
7917
7992
  "endpoints" : {
7993
+ "us-gov-east-1" : { },
7918
7994
  "us-gov-west-1" : { },
7919
7995
  "us-gov-west-1-fips" : {
7920
7996
  "credentialScope" : {
@@ -9054,6 +9130,16 @@
9054
9130
  }
9055
9131
  },
9056
9132
  "services" : {
9133
+ "api.ecr" : {
9134
+ "endpoints" : {
9135
+ "us-isob-east-1" : {
9136
+ "credentialScope" : {
9137
+ "region" : "us-isob-east-1"
9138
+ },
9139
+ "hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
9140
+ }
9141
+ }
9142
+ },
9057
9143
  "application-autoscaling" : {
9058
9144
  "defaults" : {
9059
9145
  "protocols" : [ "http", "https" ]
@@ -9117,6 +9203,11 @@
9117
9203
  "us-isob-east-1" : { }
9118
9204
  }
9119
9205
  },
9206
+ "ecs" : {
9207
+ "endpoints" : {
9208
+ "us-isob-east-1" : { }
9209
+ }
9210
+ },
9120
9211
  "elasticache" : {
9121
9212
  "endpoints" : {
9122
9213
  "us-isob-east-1" : { }