aws-sdk-core 2.11.404 → 2.11.405
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
- data/apis/appconfig/2019-10-09/api-2.json +1391 -0
- data/apis/appconfig/2019-10-09/examples-1.json +5 -0
- data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
- data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
- data/apis/application-insights/2018-11-25/api-2.json +432 -12
- data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
- data/apis/athena/2017-05-18/api-2.json +5 -1
- data/apis/ce/2017-10-25/api-2.json +248 -2
- data/apis/codebuild/2016-10-06/api-2.json +444 -1
- data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
- data/apis/comprehend/2017-11-27/api-2.json +265 -0
- data/apis/dlm/2018-01-12/api-2.json +15 -6
- data/apis/ec2/2016-11-15/api-2.json +77 -0
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
- data/apis/greengrass/2017-06-07/api-2.json +21 -3
- data/apis/iot/2015-05-28/api-2.json +909 -20
- data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
- data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
- data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
- data/apis/kms/2014-11-01/api-2.json +315 -8
- data/apis/lambda/2015-03-31/api-2.json +336 -10
- data/apis/lambda/2015-03-31/paginators-1.json +6 -0
- data/apis/lambda/2015-03-31/waiters-2.json +52 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
- data/apis/medialive/2017-10-14/api-2.json +1696 -106
- data/apis/medialive/2017-10-14/paginators-1.json +12 -0
- data/apis/medialive/2017-10-14/waiters-2.json +106 -0
- data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
- data/apis/monitoring/2010-08-01/api-2.json +341 -0
- data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
- data/apis/ram/2018-01-04/api-2.json +253 -2
- data/apis/rds/2014-10-31/api-2.json +2 -1
- data/apis/redshift/2012-12-01/api-2.json +273 -5
- data/apis/redshift/2012-12-01/paginators-1.json +6 -0
- data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
- data/apis/sesv2/2019-09-27/api-2.json +274 -5
- data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
- data/apis/ssm/2014-11-06/api-2.json +46 -7
- data/apis/wafv2/2019-07-29/api-2.json +2418 -0
- data/apis/wafv2/2019-07-29/examples-1.json +5 -0
- data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
- data/apis/wafv2/2019-07-29/smoke.json +21 -0
- data/endpoints.json +2 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/appconfig.rb +6 -0
- data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/wafv2.rb +6 -0
- data/service-models.json +12 -0
- metadata +15 -2
@@ -92,6 +92,21 @@
|
|
92
92
|
{"shape":"InternalServerException"}
|
93
93
|
]
|
94
94
|
},
|
95
|
+
"ClassifyDocument":{
|
96
|
+
"name":"ClassifyDocument",
|
97
|
+
"http":{
|
98
|
+
"method":"POST",
|
99
|
+
"requestUri":"/"
|
100
|
+
},
|
101
|
+
"input":{"shape":"ClassifyDocumentRequest"},
|
102
|
+
"output":{"shape":"ClassifyDocumentResponse"},
|
103
|
+
"errors":[
|
104
|
+
{"shape":"InvalidRequestException"},
|
105
|
+
{"shape":"ResourceUnavailableException"},
|
106
|
+
{"shape":"TextSizeLimitExceededException"},
|
107
|
+
{"shape":"InternalServerException"}
|
108
|
+
]
|
109
|
+
},
|
95
110
|
"CreateDocumentClassifier":{
|
96
111
|
"name":"CreateDocumentClassifier",
|
97
112
|
"http":{
|
@@ -111,6 +126,25 @@
|
|
111
126
|
{"shape":"InternalServerException"}
|
112
127
|
]
|
113
128
|
},
|
129
|
+
"CreateEndpoint":{
|
130
|
+
"name":"CreateEndpoint",
|
131
|
+
"http":{
|
132
|
+
"method":"POST",
|
133
|
+
"requestUri":"/"
|
134
|
+
},
|
135
|
+
"input":{"shape":"CreateEndpointRequest"},
|
136
|
+
"output":{"shape":"CreateEndpointResponse"},
|
137
|
+
"errors":[
|
138
|
+
{"shape":"InvalidRequestException"},
|
139
|
+
{"shape":"ResourceInUseException"},
|
140
|
+
{"shape":"ResourceLimitExceededException"},
|
141
|
+
{"shape":"ResourceNotFoundException"},
|
142
|
+
{"shape":"ResourceUnavailableException"},
|
143
|
+
{"shape":"TooManyRequestsException"},
|
144
|
+
{"shape":"TooManyTagsException"},
|
145
|
+
{"shape":"InternalServerException"}
|
146
|
+
]
|
147
|
+
},
|
114
148
|
"CreateEntityRecognizer":{
|
115
149
|
"name":"CreateEntityRecognizer",
|
116
150
|
"http":{
|
@@ -147,6 +181,22 @@
|
|
147
181
|
{"shape":"InternalServerException"}
|
148
182
|
]
|
149
183
|
},
|
184
|
+
"DeleteEndpoint":{
|
185
|
+
"name":"DeleteEndpoint",
|
186
|
+
"http":{
|
187
|
+
"method":"POST",
|
188
|
+
"requestUri":"/"
|
189
|
+
},
|
190
|
+
"input":{"shape":"DeleteEndpointRequest"},
|
191
|
+
"output":{"shape":"DeleteEndpointResponse"},
|
192
|
+
"errors":[
|
193
|
+
{"shape":"InvalidRequestException"},
|
194
|
+
{"shape":"ResourceInUseException"},
|
195
|
+
{"shape":"ResourceNotFoundException"},
|
196
|
+
{"shape":"TooManyRequestsException"},
|
197
|
+
{"shape":"InternalServerException"}
|
198
|
+
]
|
199
|
+
},
|
150
200
|
"DeleteEntityRecognizer":{
|
151
201
|
"name":"DeleteEntityRecognizer",
|
152
202
|
"http":{
|
@@ -209,6 +259,21 @@
|
|
209
259
|
{"shape":"InternalServerException"}
|
210
260
|
]
|
211
261
|
},
|
262
|
+
"DescribeEndpoint":{
|
263
|
+
"name":"DescribeEndpoint",
|
264
|
+
"http":{
|
265
|
+
"method":"POST",
|
266
|
+
"requestUri":"/"
|
267
|
+
},
|
268
|
+
"input":{"shape":"DescribeEndpointRequest"},
|
269
|
+
"output":{"shape":"DescribeEndpointResponse"},
|
270
|
+
"errors":[
|
271
|
+
{"shape":"InvalidRequestException"},
|
272
|
+
{"shape":"TooManyRequestsException"},
|
273
|
+
{"shape":"ResourceNotFoundException"},
|
274
|
+
{"shape":"InternalServerException"}
|
275
|
+
]
|
276
|
+
},
|
212
277
|
"DescribeEntitiesDetectionJob":{
|
213
278
|
"name":"DescribeEntitiesDetectionJob",
|
214
279
|
"http":{
|
@@ -403,6 +468,20 @@
|
|
403
468
|
{"shape":"InternalServerException"}
|
404
469
|
]
|
405
470
|
},
|
471
|
+
"ListEndpoints":{
|
472
|
+
"name":"ListEndpoints",
|
473
|
+
"http":{
|
474
|
+
"method":"POST",
|
475
|
+
"requestUri":"/"
|
476
|
+
},
|
477
|
+
"input":{"shape":"ListEndpointsRequest"},
|
478
|
+
"output":{"shape":"ListEndpointsResponse"},
|
479
|
+
"errors":[
|
480
|
+
{"shape":"InvalidRequestException"},
|
481
|
+
{"shape":"TooManyRequestsException"},
|
482
|
+
{"shape":"InternalServerException"}
|
483
|
+
]
|
484
|
+
},
|
406
485
|
"ListEntitiesDetectionJobs":{
|
407
486
|
"name":"ListEntitiesDetectionJobs",
|
408
487
|
"http":{
|
@@ -703,6 +782,24 @@
|
|
703
782
|
{"shape":"ResourceNotFoundException"},
|
704
783
|
{"shape":"InternalServerException"}
|
705
784
|
]
|
785
|
+
},
|
786
|
+
"UpdateEndpoint":{
|
787
|
+
"name":"UpdateEndpoint",
|
788
|
+
"http":{
|
789
|
+
"method":"POST",
|
790
|
+
"requestUri":"/"
|
791
|
+
},
|
792
|
+
"input":{"shape":"UpdateEndpointRequest"},
|
793
|
+
"output":{"shape":"UpdateEndpointResponse"},
|
794
|
+
"errors":[
|
795
|
+
{"shape":"InvalidRequestException"},
|
796
|
+
{"shape":"TooManyRequestsException"},
|
797
|
+
{"shape":"ResourceInUseException"},
|
798
|
+
{"shape":"ResourceLimitExceededException"},
|
799
|
+
{"shape":"ResourceNotFoundException"},
|
800
|
+
{"shape":"ResourceUnavailableException"},
|
801
|
+
{"shape":"InternalServerException"}
|
802
|
+
]
|
706
803
|
}
|
707
804
|
},
|
708
805
|
"shapes":{
|
@@ -886,6 +983,23 @@
|
|
886
983
|
"EvaluationMetrics":{"shape":"ClassifierEvaluationMetrics"}
|
887
984
|
}
|
888
985
|
},
|
986
|
+
"ClassifyDocumentRequest":{
|
987
|
+
"type":"structure",
|
988
|
+
"required":[
|
989
|
+
"Text",
|
990
|
+
"EndpointArn"
|
991
|
+
],
|
992
|
+
"members":{
|
993
|
+
"Text":{"shape":"String"},
|
994
|
+
"EndpointArn":{"shape":"DocumentClassifierEndpointArn"}
|
995
|
+
}
|
996
|
+
},
|
997
|
+
"ClassifyDocumentResponse":{
|
998
|
+
"type":"structure",
|
999
|
+
"members":{
|
1000
|
+
"Classes":{"shape":"ListOfClasses"}
|
1001
|
+
}
|
1002
|
+
},
|
889
1003
|
"ClientRequestTokenString":{
|
890
1004
|
"type":"string",
|
891
1005
|
"max":64,
|
@@ -902,6 +1016,21 @@
|
|
902
1016
|
"max":63,
|
903
1017
|
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
|
904
1018
|
},
|
1019
|
+
"ComprehendEndpointArn":{
|
1020
|
+
"type":"string",
|
1021
|
+
"max":256,
|
1022
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
1023
|
+
},
|
1024
|
+
"ComprehendEndpointName":{
|
1025
|
+
"type":"string",
|
1026
|
+
"max":40,
|
1027
|
+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
|
1028
|
+
},
|
1029
|
+
"ComprehendModelArn":{
|
1030
|
+
"type":"string",
|
1031
|
+
"max":256,
|
1032
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
1033
|
+
},
|
905
1034
|
"ConcurrentModificationException":{
|
906
1035
|
"type":"structure",
|
907
1036
|
"members":{
|
@@ -938,6 +1067,30 @@
|
|
938
1067
|
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"}
|
939
1068
|
}
|
940
1069
|
},
|
1070
|
+
"CreateEndpointRequest":{
|
1071
|
+
"type":"structure",
|
1072
|
+
"required":[
|
1073
|
+
"EndpointName",
|
1074
|
+
"ModelArn",
|
1075
|
+
"DesiredInferenceUnits"
|
1076
|
+
],
|
1077
|
+
"members":{
|
1078
|
+
"EndpointName":{"shape":"ComprehendEndpointName"},
|
1079
|
+
"ModelArn":{"shape":"ComprehendModelArn"},
|
1080
|
+
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"},
|
1081
|
+
"ClientRequestToken":{
|
1082
|
+
"shape":"ClientRequestTokenString",
|
1083
|
+
"idempotencyToken":true
|
1084
|
+
},
|
1085
|
+
"Tags":{"shape":"TagList"}
|
1086
|
+
}
|
1087
|
+
},
|
1088
|
+
"CreateEndpointResponse":{
|
1089
|
+
"type":"structure",
|
1090
|
+
"members":{
|
1091
|
+
"EndpointArn":{"shape":"ComprehendEndpointArn"}
|
1092
|
+
}
|
1093
|
+
},
|
941
1094
|
"CreateEntityRecognizerRequest":{
|
942
1095
|
"type":"structure",
|
943
1096
|
"required":[
|
@@ -978,6 +1131,18 @@
|
|
978
1131
|
"members":{
|
979
1132
|
}
|
980
1133
|
},
|
1134
|
+
"DeleteEndpointRequest":{
|
1135
|
+
"type":"structure",
|
1136
|
+
"required":["EndpointArn"],
|
1137
|
+
"members":{
|
1138
|
+
"EndpointArn":{"shape":"ComprehendEndpointArn"}
|
1139
|
+
}
|
1140
|
+
},
|
1141
|
+
"DeleteEndpointResponse":{
|
1142
|
+
"type":"structure",
|
1143
|
+
"members":{
|
1144
|
+
}
|
1145
|
+
},
|
981
1146
|
"DeleteEntityRecognizerRequest":{
|
982
1147
|
"type":"structure",
|
983
1148
|
"required":["EntityRecognizerArn"],
|
@@ -1029,6 +1194,19 @@
|
|
1029
1194
|
"DominantLanguageDetectionJobProperties":{"shape":"DominantLanguageDetectionJobProperties"}
|
1030
1195
|
}
|
1031
1196
|
},
|
1197
|
+
"DescribeEndpointRequest":{
|
1198
|
+
"type":"structure",
|
1199
|
+
"required":["EndpointArn"],
|
1200
|
+
"members":{
|
1201
|
+
"EndpointArn":{"shape":"ComprehendEndpointArn"}
|
1202
|
+
}
|
1203
|
+
},
|
1204
|
+
"DescribeEndpointResponse":{
|
1205
|
+
"type":"structure",
|
1206
|
+
"members":{
|
1207
|
+
"EndpointProperties":{"shape":"EndpointProperties"}
|
1208
|
+
}
|
1209
|
+
},
|
1032
1210
|
"DescribeEntitiesDetectionJobRequest":{
|
1033
1211
|
"type":"structure",
|
1034
1212
|
"required":["JobId"],
|
@@ -1176,6 +1354,13 @@
|
|
1176
1354
|
"SyntaxTokens":{"shape":"ListOfSyntaxTokens"}
|
1177
1355
|
}
|
1178
1356
|
},
|
1357
|
+
"DocumentClass":{
|
1358
|
+
"type":"structure",
|
1359
|
+
"members":{
|
1360
|
+
"Name":{"shape":"String"},
|
1361
|
+
"Score":{"shape":"Float"}
|
1362
|
+
}
|
1363
|
+
},
|
1179
1364
|
"DocumentClassificationJobFilter":{
|
1180
1365
|
"type":"structure",
|
1181
1366
|
"members":{
|
@@ -1211,6 +1396,11 @@
|
|
1211
1396
|
"max":256,
|
1212
1397
|
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
1213
1398
|
},
|
1399
|
+
"DocumentClassifierEndpointArn":{
|
1400
|
+
"type":"string",
|
1401
|
+
"max":256,
|
1402
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
1403
|
+
},
|
1214
1404
|
"DocumentClassifierFilter":{
|
1215
1405
|
"type":"structure",
|
1216
1406
|
"members":{
|
@@ -1293,6 +1483,42 @@
|
|
1293
1483
|
"member":{"shape":"DominantLanguageDetectionJobProperties"}
|
1294
1484
|
},
|
1295
1485
|
"Double":{"type":"double"},
|
1486
|
+
"EndpointFilter":{
|
1487
|
+
"type":"structure",
|
1488
|
+
"members":{
|
1489
|
+
"ModelArn":{"shape":"ComprehendModelArn"},
|
1490
|
+
"Status":{"shape":"EndpointStatus"},
|
1491
|
+
"CreationTimeBefore":{"shape":"Timestamp"},
|
1492
|
+
"CreationTimeAfter":{"shape":"Timestamp"}
|
1493
|
+
}
|
1494
|
+
},
|
1495
|
+
"EndpointProperties":{
|
1496
|
+
"type":"structure",
|
1497
|
+
"members":{
|
1498
|
+
"EndpointArn":{"shape":"ComprehendEndpointArn"},
|
1499
|
+
"Status":{"shape":"EndpointStatus"},
|
1500
|
+
"Message":{"shape":"AnyLengthString"},
|
1501
|
+
"ModelArn":{"shape":"ComprehendModelArn"},
|
1502
|
+
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"},
|
1503
|
+
"CurrentInferenceUnits":{"shape":"InferenceUnitsInteger"},
|
1504
|
+
"CreationTime":{"shape":"Timestamp"},
|
1505
|
+
"LastModifiedTime":{"shape":"Timestamp"}
|
1506
|
+
}
|
1507
|
+
},
|
1508
|
+
"EndpointPropertiesList":{
|
1509
|
+
"type":"list",
|
1510
|
+
"member":{"shape":"EndpointProperties"}
|
1511
|
+
},
|
1512
|
+
"EndpointStatus":{
|
1513
|
+
"type":"string",
|
1514
|
+
"enum":[
|
1515
|
+
"CREATING",
|
1516
|
+
"DELETING",
|
1517
|
+
"FAILED",
|
1518
|
+
"IN_SERVICE",
|
1519
|
+
"UPDATING"
|
1520
|
+
]
|
1521
|
+
},
|
1296
1522
|
"EntitiesDetectionJobFilter":{
|
1297
1523
|
"type":"structure",
|
1298
1524
|
"members":{
|
@@ -1477,6 +1703,10 @@
|
|
1477
1703
|
"min":20,
|
1478
1704
|
"pattern":"arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+"
|
1479
1705
|
},
|
1706
|
+
"InferenceUnitsInteger":{
|
1707
|
+
"type":"integer",
|
1708
|
+
"min":1
|
1709
|
+
},
|
1480
1710
|
"InputDataConfig":{
|
1481
1711
|
"type":"structure",
|
1482
1712
|
"required":["S3Uri"],
|
@@ -1657,6 +1887,21 @@
|
|
1657
1887
|
"NextToken":{"shape":"String"}
|
1658
1888
|
}
|
1659
1889
|
},
|
1890
|
+
"ListEndpointsRequest":{
|
1891
|
+
"type":"structure",
|
1892
|
+
"members":{
|
1893
|
+
"Filter":{"shape":"EndpointFilter"},
|
1894
|
+
"NextToken":{"shape":"String"},
|
1895
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
1896
|
+
}
|
1897
|
+
},
|
1898
|
+
"ListEndpointsResponse":{
|
1899
|
+
"type":"structure",
|
1900
|
+
"members":{
|
1901
|
+
"EndpointPropertiesList":{"shape":"EndpointPropertiesList"},
|
1902
|
+
"NextToken":{"shape":"String"}
|
1903
|
+
}
|
1904
|
+
},
|
1660
1905
|
"ListEntitiesDetectionJobsRequest":{
|
1661
1906
|
"type":"structure",
|
1662
1907
|
"members":{
|
@@ -1702,6 +1947,10 @@
|
|
1702
1947
|
"NextToken":{"shape":"String"}
|
1703
1948
|
}
|
1704
1949
|
},
|
1950
|
+
"ListOfClasses":{
|
1951
|
+
"type":"list",
|
1952
|
+
"member":{"shape":"DocumentClass"}
|
1953
|
+
},
|
1705
1954
|
"ListOfDetectDominantLanguageResult":{
|
1706
1955
|
"type":"list",
|
1707
1956
|
"member":{"shape":"BatchDetectDominantLanguageItemResult"}
|
@@ -2352,6 +2601,22 @@
|
|
2352
2601
|
"members":{
|
2353
2602
|
}
|
2354
2603
|
},
|
2604
|
+
"UpdateEndpointRequest":{
|
2605
|
+
"type":"structure",
|
2606
|
+
"required":[
|
2607
|
+
"EndpointArn",
|
2608
|
+
"DesiredInferenceUnits"
|
2609
|
+
],
|
2610
|
+
"members":{
|
2611
|
+
"EndpointArn":{"shape":"ComprehendEndpointArn"},
|
2612
|
+
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"}
|
2613
|
+
}
|
2614
|
+
},
|
2615
|
+
"UpdateEndpointResponse":{
|
2616
|
+
"type":"structure",
|
2617
|
+
"members":{
|
2618
|
+
}
|
2619
|
+
},
|
2355
2620
|
"VpcConfig":{
|
2356
2621
|
"type":"structure",
|
2357
2622
|
"required":[
|
@@ -208,12 +208,11 @@
|
|
208
208
|
},
|
209
209
|
"FastRestoreRule":{
|
210
210
|
"type":"structure",
|
211
|
-
"required":[
|
212
|
-
"Count",
|
213
|
-
"AvailabilityZones"
|
214
|
-
],
|
211
|
+
"required":["AvailabilityZones"],
|
215
212
|
"members":{
|
216
213
|
"Count":{"shape":"Count"},
|
214
|
+
"Interval":{"shape":"Interval"},
|
215
|
+
"IntervalUnit":{"shape":"RetentionIntervalUnitValues"},
|
217
216
|
"AvailabilityZones":{"shape":"AvailabilityZoneList"}
|
218
217
|
}
|
219
218
|
},
|
@@ -432,11 +431,21 @@
|
|
432
431
|
},
|
433
432
|
"RetainRule":{
|
434
433
|
"type":"structure",
|
435
|
-
"required":["Count"],
|
436
434
|
"members":{
|
437
|
-
"Count":{"shape":"Count"}
|
435
|
+
"Count":{"shape":"Count"},
|
436
|
+
"Interval":{"shape":"Interval"},
|
437
|
+
"IntervalUnit":{"shape":"RetentionIntervalUnitValues"}
|
438
438
|
}
|
439
439
|
},
|
440
|
+
"RetentionIntervalUnitValues":{
|
441
|
+
"type":"string",
|
442
|
+
"enum":[
|
443
|
+
"DAYS",
|
444
|
+
"WEEKS",
|
445
|
+
"MONTHS",
|
446
|
+
"YEARS"
|
447
|
+
]
|
448
|
+
},
|
440
449
|
"Schedule":{
|
441
450
|
"type":"structure",
|
442
451
|
"members":{
|
@@ -2376,6 +2376,15 @@
|
|
2376
2376
|
"input":{"shape":"GetConsoleScreenshotRequest"},
|
2377
2377
|
"output":{"shape":"GetConsoleScreenshotResult"}
|
2378
2378
|
},
|
2379
|
+
"GetDefaultCreditSpecification":{
|
2380
|
+
"name":"GetDefaultCreditSpecification",
|
2381
|
+
"http":{
|
2382
|
+
"method":"POST",
|
2383
|
+
"requestUri":"/"
|
2384
|
+
},
|
2385
|
+
"input":{"shape":"GetDefaultCreditSpecificationRequest"},
|
2386
|
+
"output":{"shape":"GetDefaultCreditSpecificationResult"}
|
2387
|
+
},
|
2379
2388
|
"GetEbsDefaultKmsKeyId":{
|
2380
2389
|
"name":"GetEbsDefaultKmsKeyId",
|
2381
2390
|
"http":{
|
@@ -2529,6 +2538,15 @@
|
|
2529
2538
|
"input":{"shape":"ModifyClientVpnEndpointRequest"},
|
2530
2539
|
"output":{"shape":"ModifyClientVpnEndpointResult"}
|
2531
2540
|
},
|
2541
|
+
"ModifyDefaultCreditSpecification":{
|
2542
|
+
"name":"ModifyDefaultCreditSpecification",
|
2543
|
+
"http":{
|
2544
|
+
"method":"POST",
|
2545
|
+
"requestUri":"/"
|
2546
|
+
},
|
2547
|
+
"input":{"shape":"ModifyDefaultCreditSpecificationRequest"},
|
2548
|
+
"output":{"shape":"ModifyDefaultCreditSpecificationResult"}
|
2549
|
+
},
|
2532
2550
|
"ModifyEbsDefaultKmsKeyId":{
|
2533
2551
|
"name":"ModifyEbsDefaultKmsKeyId",
|
2534
2552
|
"http":{
|
@@ -13851,6 +13869,23 @@
|
|
13851
13869
|
}
|
13852
13870
|
}
|
13853
13871
|
},
|
13872
|
+
"GetDefaultCreditSpecificationRequest":{
|
13873
|
+
"type":"structure",
|
13874
|
+
"required":["InstanceFamily"],
|
13875
|
+
"members":{
|
13876
|
+
"DryRun":{"shape":"Boolean"},
|
13877
|
+
"InstanceFamily":{"shape":"UnlimitedSupportedInstanceFamily"}
|
13878
|
+
}
|
13879
|
+
},
|
13880
|
+
"GetDefaultCreditSpecificationResult":{
|
13881
|
+
"type":"structure",
|
13882
|
+
"members":{
|
13883
|
+
"InstanceFamilyCreditSpecification":{
|
13884
|
+
"shape":"InstanceFamilyCreditSpecification",
|
13885
|
+
"locationName":"instanceFamilyCreditSpecification"
|
13886
|
+
}
|
13887
|
+
}
|
13888
|
+
},
|
13854
13889
|
"GetEbsDefaultKmsKeyIdRequest":{
|
13855
13890
|
"type":"structure",
|
13856
13891
|
"members":{
|
@@ -15777,6 +15812,19 @@
|
|
15777
15812
|
}
|
15778
15813
|
}
|
15779
15814
|
},
|
15815
|
+
"InstanceFamilyCreditSpecification":{
|
15816
|
+
"type":"structure",
|
15817
|
+
"members":{
|
15818
|
+
"InstanceFamily":{
|
15819
|
+
"shape":"UnlimitedSupportedInstanceFamily",
|
15820
|
+
"locationName":"instanceFamily"
|
15821
|
+
},
|
15822
|
+
"CpuCredits":{
|
15823
|
+
"shape":"String",
|
15824
|
+
"locationName":"cpuCredits"
|
15825
|
+
}
|
15826
|
+
}
|
15827
|
+
},
|
15780
15828
|
"InstanceHealthStatus":{
|
15781
15829
|
"type":"string",
|
15782
15830
|
"enum":[
|
@@ -17898,6 +17946,27 @@
|
|
17898
17946
|
}
|
17899
17947
|
}
|
17900
17948
|
},
|
17949
|
+
"ModifyDefaultCreditSpecificationRequest":{
|
17950
|
+
"type":"structure",
|
17951
|
+
"required":[
|
17952
|
+
"InstanceFamily",
|
17953
|
+
"CpuCredits"
|
17954
|
+
],
|
17955
|
+
"members":{
|
17956
|
+
"DryRun":{"shape":"Boolean"},
|
17957
|
+
"InstanceFamily":{"shape":"UnlimitedSupportedInstanceFamily"},
|
17958
|
+
"CpuCredits":{"shape":"String"}
|
17959
|
+
}
|
17960
|
+
},
|
17961
|
+
"ModifyDefaultCreditSpecificationResult":{
|
17962
|
+
"type":"structure",
|
17963
|
+
"members":{
|
17964
|
+
"InstanceFamilyCreditSpecification":{
|
17965
|
+
"shape":"InstanceFamilyCreditSpecification",
|
17966
|
+
"locationName":"instanceFamilyCreditSpecification"
|
17967
|
+
}
|
17968
|
+
}
|
17969
|
+
},
|
17901
17970
|
"ModifyEbsDefaultKmsKeyIdRequest":{
|
17902
17971
|
"type":"structure",
|
17903
17972
|
"required":["KmsKeyId"],
|
@@ -25370,6 +25439,14 @@
|
|
25370
25439
|
}
|
25371
25440
|
}
|
25372
25441
|
},
|
25442
|
+
"UnlimitedSupportedInstanceFamily":{
|
25443
|
+
"type":"string",
|
25444
|
+
"enum":[
|
25445
|
+
"t2",
|
25446
|
+
"t3",
|
25447
|
+
"t3a"
|
25448
|
+
]
|
25449
|
+
},
|
25373
25450
|
"UnmonitorInstancesRequest":{
|
25374
25451
|
"type":"structure",
|
25375
25452
|
"required":["InstanceIds"],
|