aws-sdk-core 2.11.408 → 2.11.409
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
- data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
- data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
- data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
- data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
- data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
- data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
- data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
- data/apis/ec2/2016-11-15/api-2.json +1915 -119
- data/apis/ecs/2014-11-13/api-2.json +224 -4
- data/apis/ecs/2014-11-13/paginators-1.json +6 -0
- data/apis/eks/2017-11-01/api-2.json +218 -0
- data/apis/eks/2017-11-01/paginators-1.json +6 -0
- data/apis/es/2015-01-01/api-2.json +13 -1
- data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
- data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
- data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
- data/apis/kendra/2019-02-03/api-2.json +1737 -0
- data/apis/kendra/2019-02-03/examples-1.json +5 -0
- data/apis/kendra/2019-02-03/paginators-1.json +19 -0
- data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
- data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
- data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
- data/apis/outposts/2019-12-03/api-2.json +367 -0
- data/apis/outposts/2019-12-03/examples-1.json +5 -0
- data/apis/outposts/2019-12-03/paginators-1.json +14 -0
- data/apis/s3/2006-03-01/examples-1.json +89 -89
- data/apis/s3control/2018-08-20/api-2.json +333 -0
- data/apis/s3control/2018-08-20/paginators-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
- data/apis/textract/2018-06-27/api-2.json +88 -7
- data/endpoints.json +10 -1
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
- data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
- data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
- data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
- data/lib/aws-sdk-core/frauddetector.rb +6 -0
- data/lib/aws-sdk-core/kendra.rb +6 -0
- data/lib/aws-sdk-core/networkmanager.rb +6 -0
- data/lib/aws-sdk-core/outposts.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +32 -0
- metadata +34 -2
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListProfileTimes": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults"
|
7
|
+
},
|
8
|
+
"ListProfilingGroups": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"limit_key": "maxResults"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,571 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2019-11-01",
|
5
|
+
"endpointPrefix":"compute-optimizer",
|
6
|
+
"jsonVersion":"1.0",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"AWS Compute Optimizer",
|
9
|
+
"serviceId":"Compute Optimizer",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"compute-optimizer",
|
12
|
+
"targetPrefix":"ComputeOptimizerService",
|
13
|
+
"uid":"compute-optimizer-2019-11-01"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"GetAutoScalingGroupRecommendations":{
|
17
|
+
"name":"GetAutoScalingGroupRecommendations",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/"
|
21
|
+
},
|
22
|
+
"input":{"shape":"GetAutoScalingGroupRecommendationsRequest"},
|
23
|
+
"output":{"shape":"GetAutoScalingGroupRecommendationsResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"OptInRequiredException"},
|
26
|
+
{"shape":"InternalServerException"},
|
27
|
+
{"shape":"ServiceUnavailableException"},
|
28
|
+
{"shape":"AccessDeniedException"},
|
29
|
+
{"shape":"InvalidParameterValueException"},
|
30
|
+
{"shape":"ResourceNotFoundException"},
|
31
|
+
{"shape":"MissingAuthenticationToken"},
|
32
|
+
{"shape":"ThrottlingException"}
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"GetEC2InstanceRecommendations":{
|
36
|
+
"name":"GetEC2InstanceRecommendations",
|
37
|
+
"http":{
|
38
|
+
"method":"POST",
|
39
|
+
"requestUri":"/"
|
40
|
+
},
|
41
|
+
"input":{"shape":"GetEC2InstanceRecommendationsRequest"},
|
42
|
+
"output":{"shape":"GetEC2InstanceRecommendationsResponse"},
|
43
|
+
"errors":[
|
44
|
+
{"shape":"OptInRequiredException"},
|
45
|
+
{"shape":"InternalServerException"},
|
46
|
+
{"shape":"ServiceUnavailableException"},
|
47
|
+
{"shape":"AccessDeniedException"},
|
48
|
+
{"shape":"InvalidParameterValueException"},
|
49
|
+
{"shape":"ResourceNotFoundException"},
|
50
|
+
{"shape":"MissingAuthenticationToken"},
|
51
|
+
{"shape":"ThrottlingException"}
|
52
|
+
]
|
53
|
+
},
|
54
|
+
"GetEC2RecommendationProjectedMetrics":{
|
55
|
+
"name":"GetEC2RecommendationProjectedMetrics",
|
56
|
+
"http":{
|
57
|
+
"method":"POST",
|
58
|
+
"requestUri":"/"
|
59
|
+
},
|
60
|
+
"input":{"shape":"GetEC2RecommendationProjectedMetricsRequest"},
|
61
|
+
"output":{"shape":"GetEC2RecommendationProjectedMetricsResponse"},
|
62
|
+
"errors":[
|
63
|
+
{"shape":"OptInRequiredException"},
|
64
|
+
{"shape":"InternalServerException"},
|
65
|
+
{"shape":"ServiceUnavailableException"},
|
66
|
+
{"shape":"AccessDeniedException"},
|
67
|
+
{"shape":"InvalidParameterValueException"},
|
68
|
+
{"shape":"ResourceNotFoundException"},
|
69
|
+
{"shape":"MissingAuthenticationToken"},
|
70
|
+
{"shape":"ThrottlingException"}
|
71
|
+
]
|
72
|
+
},
|
73
|
+
"GetEnrollmentStatus":{
|
74
|
+
"name":"GetEnrollmentStatus",
|
75
|
+
"http":{
|
76
|
+
"method":"POST",
|
77
|
+
"requestUri":"/"
|
78
|
+
},
|
79
|
+
"input":{"shape":"GetEnrollmentStatusRequest"},
|
80
|
+
"output":{"shape":"GetEnrollmentStatusResponse"},
|
81
|
+
"errors":[
|
82
|
+
{"shape":"InternalServerException"},
|
83
|
+
{"shape":"ServiceUnavailableException"},
|
84
|
+
{"shape":"AccessDeniedException"},
|
85
|
+
{"shape":"InvalidParameterValueException"},
|
86
|
+
{"shape":"MissingAuthenticationToken"},
|
87
|
+
{"shape":"ThrottlingException"}
|
88
|
+
]
|
89
|
+
},
|
90
|
+
"GetRecommendationSummaries":{
|
91
|
+
"name":"GetRecommendationSummaries",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"GetRecommendationSummariesRequest"},
|
97
|
+
"output":{"shape":"GetRecommendationSummariesResponse"},
|
98
|
+
"errors":[
|
99
|
+
{"shape":"OptInRequiredException"},
|
100
|
+
{"shape":"InternalServerException"},
|
101
|
+
{"shape":"ServiceUnavailableException"},
|
102
|
+
{"shape":"AccessDeniedException"},
|
103
|
+
{"shape":"InvalidParameterValueException"},
|
104
|
+
{"shape":"MissingAuthenticationToken"},
|
105
|
+
{"shape":"ThrottlingException"}
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"UpdateEnrollmentStatus":{
|
109
|
+
"name":"UpdateEnrollmentStatus",
|
110
|
+
"http":{
|
111
|
+
"method":"POST",
|
112
|
+
"requestUri":"/"
|
113
|
+
},
|
114
|
+
"input":{"shape":"UpdateEnrollmentStatusRequest"},
|
115
|
+
"output":{"shape":"UpdateEnrollmentStatusResponse"},
|
116
|
+
"errors":[
|
117
|
+
{"shape":"InternalServerException"},
|
118
|
+
{"shape":"ServiceUnavailableException"},
|
119
|
+
{"shape":"AccessDeniedException"},
|
120
|
+
{"shape":"InvalidParameterValueException"},
|
121
|
+
{"shape":"MissingAuthenticationToken"},
|
122
|
+
{"shape":"ThrottlingException"}
|
123
|
+
]
|
124
|
+
}
|
125
|
+
},
|
126
|
+
"shapes":{
|
127
|
+
"AccessDeniedException":{
|
128
|
+
"type":"structure",
|
129
|
+
"members":{
|
130
|
+
"message":{"shape":"ErrorMessage"}
|
131
|
+
},
|
132
|
+
"exception":true,
|
133
|
+
"synthetic":true
|
134
|
+
},
|
135
|
+
"AccountId":{"type":"string"},
|
136
|
+
"AccountIds":{
|
137
|
+
"type":"list",
|
138
|
+
"member":{"shape":"AccountId"}
|
139
|
+
},
|
140
|
+
"AutoScalingGroupArn":{"type":"string"},
|
141
|
+
"AutoScalingGroupArns":{
|
142
|
+
"type":"list",
|
143
|
+
"member":{"shape":"AutoScalingGroupArn"}
|
144
|
+
},
|
145
|
+
"AutoScalingGroupConfiguration":{
|
146
|
+
"type":"structure",
|
147
|
+
"members":{
|
148
|
+
"desiredCapacity":{"shape":"DesiredCapacity"},
|
149
|
+
"minSize":{"shape":"MinSize"},
|
150
|
+
"maxSize":{"shape":"MaxSize"},
|
151
|
+
"instanceType":{"shape":"InstanceType"}
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"AutoScalingGroupName":{"type":"string"},
|
155
|
+
"AutoScalingGroupRecommendation":{
|
156
|
+
"type":"structure",
|
157
|
+
"members":{
|
158
|
+
"accountId":{"shape":"AccountId"},
|
159
|
+
"autoScalingGroupArn":{"shape":"AutoScalingGroupArn"},
|
160
|
+
"autoScalingGroupName":{"shape":"AutoScalingGroupName"},
|
161
|
+
"finding":{"shape":"Finding"},
|
162
|
+
"utilizationMetrics":{"shape":"UtilizationMetrics"},
|
163
|
+
"lookBackPeriodInDays":{"shape":"LookBackPeriodInDays"},
|
164
|
+
"currentConfiguration":{"shape":"AutoScalingGroupConfiguration"},
|
165
|
+
"recommendationOptions":{"shape":"AutoScalingGroupRecommendationOptions"},
|
166
|
+
"lastRefreshTimestamp":{"shape":"LastRefreshTimestamp"}
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"AutoScalingGroupRecommendationOption":{
|
170
|
+
"type":"structure",
|
171
|
+
"members":{
|
172
|
+
"configuration":{"shape":"AutoScalingGroupConfiguration"},
|
173
|
+
"projectedUtilizationMetrics":{"shape":"ProjectedUtilizationMetrics"},
|
174
|
+
"performanceRisk":{"shape":"PerformanceRisk"},
|
175
|
+
"rank":{"shape":"Rank"}
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"AutoScalingGroupRecommendationOptions":{
|
179
|
+
"type":"list",
|
180
|
+
"member":{"shape":"AutoScalingGroupRecommendationOption"}
|
181
|
+
},
|
182
|
+
"AutoScalingGroupRecommendations":{
|
183
|
+
"type":"list",
|
184
|
+
"member":{"shape":"AutoScalingGroupRecommendation"}
|
185
|
+
},
|
186
|
+
"Code":{"type":"string"},
|
187
|
+
"CurrentInstanceType":{"type":"string"},
|
188
|
+
"DesiredCapacity":{"type":"integer"},
|
189
|
+
"ErrorMessage":{"type":"string"},
|
190
|
+
"Filter":{
|
191
|
+
"type":"structure",
|
192
|
+
"members":{
|
193
|
+
"name":{"shape":"FilterName"},
|
194
|
+
"values":{"shape":"FilterValues"}
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"FilterName":{
|
198
|
+
"type":"string",
|
199
|
+
"enum":[
|
200
|
+
"Finding",
|
201
|
+
"RecommendationSourceType"
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"FilterValue":{"type":"string"},
|
205
|
+
"FilterValues":{
|
206
|
+
"type":"list",
|
207
|
+
"member":{"shape":"FilterValue"}
|
208
|
+
},
|
209
|
+
"Filters":{
|
210
|
+
"type":"list",
|
211
|
+
"member":{"shape":"Filter"}
|
212
|
+
},
|
213
|
+
"Finding":{
|
214
|
+
"type":"string",
|
215
|
+
"enum":[
|
216
|
+
"Underprovisioned",
|
217
|
+
"Overprovisioned",
|
218
|
+
"Optimized",
|
219
|
+
"NotOptimized"
|
220
|
+
]
|
221
|
+
},
|
222
|
+
"GetAutoScalingGroupRecommendationsRequest":{
|
223
|
+
"type":"structure",
|
224
|
+
"members":{
|
225
|
+
"accountIds":{"shape":"AccountIds"},
|
226
|
+
"autoScalingGroupArns":{"shape":"AutoScalingGroupArns"},
|
227
|
+
"nextToken":{"shape":"NextToken"},
|
228
|
+
"maxResults":{"shape":"MaxResults"},
|
229
|
+
"filters":{"shape":"Filters"}
|
230
|
+
}
|
231
|
+
},
|
232
|
+
"GetAutoScalingGroupRecommendationsResponse":{
|
233
|
+
"type":"structure",
|
234
|
+
"members":{
|
235
|
+
"nextToken":{"shape":"NextToken"},
|
236
|
+
"autoScalingGroupRecommendations":{"shape":"AutoScalingGroupRecommendations"},
|
237
|
+
"errors":{"shape":"GetRecommendationErrors"}
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"GetEC2InstanceRecommendationsRequest":{
|
241
|
+
"type":"structure",
|
242
|
+
"members":{
|
243
|
+
"instanceArns":{"shape":"InstanceArns"},
|
244
|
+
"nextToken":{"shape":"NextToken"},
|
245
|
+
"maxResults":{"shape":"MaxResults"},
|
246
|
+
"filters":{"shape":"Filters"},
|
247
|
+
"accountIds":{"shape":"AccountIds"}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"GetEC2InstanceRecommendationsResponse":{
|
251
|
+
"type":"structure",
|
252
|
+
"members":{
|
253
|
+
"nextToken":{"shape":"NextToken"},
|
254
|
+
"instanceRecommendations":{"shape":"InstanceRecommendations"},
|
255
|
+
"errors":{"shape":"GetRecommendationErrors"}
|
256
|
+
}
|
257
|
+
},
|
258
|
+
"GetEC2RecommendationProjectedMetricsRequest":{
|
259
|
+
"type":"structure",
|
260
|
+
"required":[
|
261
|
+
"instanceArn",
|
262
|
+
"stat",
|
263
|
+
"period",
|
264
|
+
"startTime",
|
265
|
+
"endTime"
|
266
|
+
],
|
267
|
+
"members":{
|
268
|
+
"instanceArn":{"shape":"InstanceArn"},
|
269
|
+
"stat":{"shape":"MetricStatistic"},
|
270
|
+
"period":{"shape":"Period"},
|
271
|
+
"startTime":{"shape":"Timestamp"},
|
272
|
+
"endTime":{"shape":"Timestamp"}
|
273
|
+
}
|
274
|
+
},
|
275
|
+
"GetEC2RecommendationProjectedMetricsResponse":{
|
276
|
+
"type":"structure",
|
277
|
+
"members":{
|
278
|
+
"recommendedOptionProjectedMetrics":{"shape":"RecommendedOptionProjectedMetrics"}
|
279
|
+
}
|
280
|
+
},
|
281
|
+
"GetEnrollmentStatusRequest":{
|
282
|
+
"type":"structure",
|
283
|
+
"members":{
|
284
|
+
}
|
285
|
+
},
|
286
|
+
"GetEnrollmentStatusResponse":{
|
287
|
+
"type":"structure",
|
288
|
+
"members":{
|
289
|
+
"status":{"shape":"Status"},
|
290
|
+
"statusReason":{"shape":"StatusReason"},
|
291
|
+
"memberAccountsEnrolled":{"shape":"MemberAccountsEnrolled"}
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"GetRecommendationError":{
|
295
|
+
"type":"structure",
|
296
|
+
"members":{
|
297
|
+
"identifier":{"shape":"Identifier"},
|
298
|
+
"code":{"shape":"Code"},
|
299
|
+
"message":{"shape":"Message"}
|
300
|
+
}
|
301
|
+
},
|
302
|
+
"GetRecommendationErrors":{
|
303
|
+
"type":"list",
|
304
|
+
"member":{"shape":"GetRecommendationError"}
|
305
|
+
},
|
306
|
+
"GetRecommendationSummariesRequest":{
|
307
|
+
"type":"structure",
|
308
|
+
"members":{
|
309
|
+
"accountIds":{"shape":"AccountIds"},
|
310
|
+
"nextToken":{"shape":"NextToken"},
|
311
|
+
"maxResults":{"shape":"MaxResults"}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"GetRecommendationSummariesResponse":{
|
315
|
+
"type":"structure",
|
316
|
+
"members":{
|
317
|
+
"nextToken":{"shape":"NextToken"},
|
318
|
+
"recommendationSummaries":{"shape":"RecommendationSummaries"}
|
319
|
+
}
|
320
|
+
},
|
321
|
+
"Identifier":{"type":"string"},
|
322
|
+
"IncludeMemberAccounts":{"type":"boolean"},
|
323
|
+
"InstanceArn":{"type":"string"},
|
324
|
+
"InstanceArns":{
|
325
|
+
"type":"list",
|
326
|
+
"member":{"shape":"InstanceArn"}
|
327
|
+
},
|
328
|
+
"InstanceName":{"type":"string"},
|
329
|
+
"InstanceRecommendation":{
|
330
|
+
"type":"structure",
|
331
|
+
"members":{
|
332
|
+
"instanceArn":{"shape":"InstanceArn"},
|
333
|
+
"accountId":{"shape":"AccountId"},
|
334
|
+
"instanceName":{"shape":"InstanceName"},
|
335
|
+
"currentInstanceType":{"shape":"CurrentInstanceType"},
|
336
|
+
"finding":{"shape":"Finding"},
|
337
|
+
"utilizationMetrics":{"shape":"UtilizationMetrics"},
|
338
|
+
"lookBackPeriodInDays":{"shape":"LookBackPeriodInDays"},
|
339
|
+
"recommendationOptions":{"shape":"RecommendationOptions"},
|
340
|
+
"recommendationSources":{"shape":"RecommendationSources"},
|
341
|
+
"lastRefreshTimestamp":{"shape":"LastRefreshTimestamp"}
|
342
|
+
}
|
343
|
+
},
|
344
|
+
"InstanceRecommendationOption":{
|
345
|
+
"type":"structure",
|
346
|
+
"members":{
|
347
|
+
"instanceType":{"shape":"InstanceType"},
|
348
|
+
"projectedUtilizationMetrics":{"shape":"ProjectedUtilizationMetrics"},
|
349
|
+
"performanceRisk":{"shape":"PerformanceRisk"},
|
350
|
+
"rank":{"shape":"Rank"}
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"InstanceRecommendations":{
|
354
|
+
"type":"list",
|
355
|
+
"member":{"shape":"InstanceRecommendation"}
|
356
|
+
},
|
357
|
+
"InstanceType":{"type":"string"},
|
358
|
+
"InternalServerException":{
|
359
|
+
"type":"structure",
|
360
|
+
"members":{
|
361
|
+
"message":{"shape":"ErrorMessage"}
|
362
|
+
},
|
363
|
+
"exception":true,
|
364
|
+
"fault":true
|
365
|
+
},
|
366
|
+
"InvalidParameterValueException":{
|
367
|
+
"type":"structure",
|
368
|
+
"members":{
|
369
|
+
"message":{"shape":"ErrorMessage"}
|
370
|
+
},
|
371
|
+
"exception":true,
|
372
|
+
"synthetic":true
|
373
|
+
},
|
374
|
+
"LastRefreshTimestamp":{"type":"timestamp"},
|
375
|
+
"LookBackPeriodInDays":{"type":"double"},
|
376
|
+
"MaxResults":{
|
377
|
+
"type":"integer",
|
378
|
+
"box":true
|
379
|
+
},
|
380
|
+
"MaxSize":{"type":"integer"},
|
381
|
+
"MemberAccountsEnrolled":{"type":"boolean"},
|
382
|
+
"Message":{"type":"string"},
|
383
|
+
"MetricName":{
|
384
|
+
"type":"string",
|
385
|
+
"enum":[
|
386
|
+
"Cpu",
|
387
|
+
"Memory"
|
388
|
+
]
|
389
|
+
},
|
390
|
+
"MetricStatistic":{
|
391
|
+
"type":"string",
|
392
|
+
"enum":[
|
393
|
+
"Maximum",
|
394
|
+
"Average"
|
395
|
+
]
|
396
|
+
},
|
397
|
+
"MetricValue":{"type":"double"},
|
398
|
+
"MetricValues":{
|
399
|
+
"type":"list",
|
400
|
+
"member":{"shape":"MetricValue"}
|
401
|
+
},
|
402
|
+
"MinSize":{"type":"integer"},
|
403
|
+
"MissingAuthenticationToken":{
|
404
|
+
"type":"structure",
|
405
|
+
"members":{
|
406
|
+
"message":{"shape":"ErrorMessage"}
|
407
|
+
},
|
408
|
+
"exception":true,
|
409
|
+
"synthetic":true
|
410
|
+
},
|
411
|
+
"NextToken":{"type":"string"},
|
412
|
+
"OptInRequiredException":{
|
413
|
+
"type":"structure",
|
414
|
+
"members":{
|
415
|
+
"message":{"shape":"ErrorMessage"}
|
416
|
+
},
|
417
|
+
"exception":true,
|
418
|
+
"synthetic":true
|
419
|
+
},
|
420
|
+
"PerformanceRisk":{
|
421
|
+
"type":"double",
|
422
|
+
"max":5,
|
423
|
+
"min":0
|
424
|
+
},
|
425
|
+
"Period":{"type":"integer"},
|
426
|
+
"ProjectedMetric":{
|
427
|
+
"type":"structure",
|
428
|
+
"members":{
|
429
|
+
"name":{"shape":"MetricName"},
|
430
|
+
"timestamps":{"shape":"Timestamps"},
|
431
|
+
"values":{"shape":"MetricValues"}
|
432
|
+
}
|
433
|
+
},
|
434
|
+
"ProjectedMetrics":{
|
435
|
+
"type":"list",
|
436
|
+
"member":{"shape":"ProjectedMetric"}
|
437
|
+
},
|
438
|
+
"ProjectedUtilizationMetrics":{
|
439
|
+
"type":"list",
|
440
|
+
"member":{"shape":"UtilizationMetric"}
|
441
|
+
},
|
442
|
+
"Rank":{"type":"integer"},
|
443
|
+
"RecommendationOptions":{
|
444
|
+
"type":"list",
|
445
|
+
"member":{"shape":"InstanceRecommendationOption"}
|
446
|
+
},
|
447
|
+
"RecommendationSource":{
|
448
|
+
"type":"structure",
|
449
|
+
"members":{
|
450
|
+
"recommendationSourceArn":{"shape":"RecommendationSourceArn"},
|
451
|
+
"recommendationSourceType":{"shape":"RecommendationSourceType"}
|
452
|
+
}
|
453
|
+
},
|
454
|
+
"RecommendationSourceArn":{"type":"string"},
|
455
|
+
"RecommendationSourceType":{
|
456
|
+
"type":"string",
|
457
|
+
"enum":[
|
458
|
+
"Ec2Instance",
|
459
|
+
"AutoScalingGroup"
|
460
|
+
]
|
461
|
+
},
|
462
|
+
"RecommendationSources":{
|
463
|
+
"type":"list",
|
464
|
+
"member":{"shape":"RecommendationSource"}
|
465
|
+
},
|
466
|
+
"RecommendationSummaries":{
|
467
|
+
"type":"list",
|
468
|
+
"member":{"shape":"RecommendationSummary"}
|
469
|
+
},
|
470
|
+
"RecommendationSummary":{
|
471
|
+
"type":"structure",
|
472
|
+
"members":{
|
473
|
+
"summaries":{"shape":"Summaries"},
|
474
|
+
"recommendationResourceType":{"shape":"RecommendationSourceType"},
|
475
|
+
"accountId":{"shape":"AccountId"}
|
476
|
+
}
|
477
|
+
},
|
478
|
+
"RecommendedInstanceType":{"type":"string"},
|
479
|
+
"RecommendedOptionProjectedMetric":{
|
480
|
+
"type":"structure",
|
481
|
+
"members":{
|
482
|
+
"recommendedInstanceType":{"shape":"RecommendedInstanceType"},
|
483
|
+
"rank":{"shape":"Rank"},
|
484
|
+
"projectedMetrics":{"shape":"ProjectedMetrics"}
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"RecommendedOptionProjectedMetrics":{
|
488
|
+
"type":"list",
|
489
|
+
"member":{"shape":"RecommendedOptionProjectedMetric"}
|
490
|
+
},
|
491
|
+
"ResourceNotFoundException":{
|
492
|
+
"type":"structure",
|
493
|
+
"members":{
|
494
|
+
"message":{"shape":"ErrorMessage"}
|
495
|
+
},
|
496
|
+
"exception":true,
|
497
|
+
"synthetic":true
|
498
|
+
},
|
499
|
+
"ServiceUnavailableException":{
|
500
|
+
"type":"structure",
|
501
|
+
"members":{
|
502
|
+
"message":{"shape":"ErrorMessage"}
|
503
|
+
},
|
504
|
+
"exception":true,
|
505
|
+
"fault":true
|
506
|
+
},
|
507
|
+
"Status":{
|
508
|
+
"type":"string",
|
509
|
+
"enum":[
|
510
|
+
"Active",
|
511
|
+
"Inactive",
|
512
|
+
"Pending",
|
513
|
+
"Failed"
|
514
|
+
]
|
515
|
+
},
|
516
|
+
"StatusReason":{"type":"string"},
|
517
|
+
"Summaries":{
|
518
|
+
"type":"list",
|
519
|
+
"member":{"shape":"Summary"}
|
520
|
+
},
|
521
|
+
"Summary":{
|
522
|
+
"type":"structure",
|
523
|
+
"members":{
|
524
|
+
"name":{"shape":"Finding"},
|
525
|
+
"value":{"shape":"SummaryValue"}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"SummaryValue":{"type":"double"},
|
529
|
+
"ThrottlingException":{
|
530
|
+
"type":"structure",
|
531
|
+
"required":["message"],
|
532
|
+
"members":{
|
533
|
+
"message":{"shape":"ErrorMessage"}
|
534
|
+
},
|
535
|
+
"exception":true,
|
536
|
+
"synthetic":true
|
537
|
+
},
|
538
|
+
"Timestamp":{"type":"timestamp"},
|
539
|
+
"Timestamps":{
|
540
|
+
"type":"list",
|
541
|
+
"member":{"shape":"Timestamp"}
|
542
|
+
},
|
543
|
+
"UpdateEnrollmentStatusRequest":{
|
544
|
+
"type":"structure",
|
545
|
+
"required":["status"],
|
546
|
+
"members":{
|
547
|
+
"status":{"shape":"Status"},
|
548
|
+
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
|
549
|
+
}
|
550
|
+
},
|
551
|
+
"UpdateEnrollmentStatusResponse":{
|
552
|
+
"type":"structure",
|
553
|
+
"members":{
|
554
|
+
"status":{"shape":"Status"},
|
555
|
+
"statusReason":{"shape":"StatusReason"}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"UtilizationMetric":{
|
559
|
+
"type":"structure",
|
560
|
+
"members":{
|
561
|
+
"name":{"shape":"MetricName"},
|
562
|
+
"statistic":{"shape":"MetricStatistic"},
|
563
|
+
"value":{"shape":"MetricValue"}
|
564
|
+
}
|
565
|
+
},
|
566
|
+
"UtilizationMetrics":{
|
567
|
+
"type":"list",
|
568
|
+
"member":{"shape":"UtilizationMetric"}
|
569
|
+
}
|
570
|
+
}
|
571
|
+
}
|