Skip to content

Commit 7ebf4dd

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 2e29eb3 commit 7ebf4dd

File tree

84 files changed

+14619
-2514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+14619
-2514
lines changed

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,6 +2401,18 @@
24012401
"Max":{"shape":"NullablePositiveInteger"}
24022402
}
24032403
},
2404+
"Metric":{
2405+
"type":"structure",
2406+
"required":[
2407+
"Namespace",
2408+
"MetricName"
2409+
],
2410+
"members":{
2411+
"Namespace":{"shape":"MetricNamespace"},
2412+
"MetricName":{"shape":"MetricName"},
2413+
"Dimensions":{"shape":"MetricDimensions"}
2414+
}
2415+
},
24042416
"MetricCollectionType":{
24052417
"type":"structure",
24062418
"members":{
@@ -2411,6 +2423,21 @@
24112423
"type":"list",
24122424
"member":{"shape":"MetricCollectionType"}
24132425
},
2426+
"MetricDataQueries":{
2427+
"type":"list",
2428+
"member":{"shape":"MetricDataQuery"}
2429+
},
2430+
"MetricDataQuery":{
2431+
"type":"structure",
2432+
"required":["Id"],
2433+
"members":{
2434+
"Id":{"shape":"XmlStringMaxLen255"},
2435+
"Expression":{"shape":"XmlStringMaxLen1023"},
2436+
"MetricStat":{"shape":"MetricStat"},
2437+
"Label":{"shape":"XmlStringMetricLabel"},
2438+
"ReturnData":{"shape":"ReturnData"}
2439+
}
2440+
},
24142441
"MetricDimension":{
24152442
"type":"structure",
24162443
"required":[
@@ -2441,6 +2468,18 @@
24412468
"MetricName":{"type":"string"},
24422469
"MetricNamespace":{"type":"string"},
24432470
"MetricScale":{"type":"double"},
2471+
"MetricStat":{
2472+
"type":"structure",
2473+
"required":[
2474+
"Metric",
2475+
"Stat"
2476+
],
2477+
"members":{
2478+
"Metric":{"shape":"Metric"},
2479+
"Stat":{"shape":"XmlStringMetricStat"},
2480+
"Unit":{"shape":"MetricUnit"}
2481+
}
2482+
},
24442483
"MetricStatistic":{
24452484
"type":"string",
24462485
"enum":[
@@ -2600,6 +2639,27 @@
26002639
"MaxCapacityBuffer":{"shape":"PredictiveScalingMaxCapacityBuffer"}
26012640
}
26022641
},
2642+
"PredictiveScalingCustomizedCapacityMetric":{
2643+
"type":"structure",
2644+
"required":["MetricDataQueries"],
2645+
"members":{
2646+
"MetricDataQueries":{"shape":"MetricDataQueries"}
2647+
}
2648+
},
2649+
"PredictiveScalingCustomizedLoadMetric":{
2650+
"type":"structure",
2651+
"required":["MetricDataQueries"],
2652+
"members":{
2653+
"MetricDataQueries":{"shape":"MetricDataQueries"}
2654+
}
2655+
},
2656+
"PredictiveScalingCustomizedScalingMetric":{
2657+
"type":"structure",
2658+
"required":["MetricDataQueries"],
2659+
"members":{
2660+
"MetricDataQueries":{"shape":"MetricDataQueries"}
2661+
}
2662+
},
26032663
"PredictiveScalingForecastTimestamps":{
26042664
"type":"list",
26052665
"member":{"shape":"TimestampType"}
@@ -2627,7 +2687,10 @@
26272687
"TargetValue":{"shape":"MetricScale"},
26282688
"PredefinedMetricPairSpecification":{"shape":"PredictiveScalingPredefinedMetricPair"},
26292689
"PredefinedScalingMetricSpecification":{"shape":"PredictiveScalingPredefinedScalingMetric"},
2630-
"PredefinedLoadMetricSpecification":{"shape":"PredictiveScalingPredefinedLoadMetric"}
2690+
"PredefinedLoadMetricSpecification":{"shape":"PredictiveScalingPredefinedLoadMetric"},
2691+
"CustomizedScalingMetricSpecification":{"shape":"PredictiveScalingCustomizedScalingMetric"},
2692+
"CustomizedLoadMetricSpecification":{"shape":"PredictiveScalingCustomizedLoadMetric"},
2693+
"CustomizedCapacityMetricSpecification":{"shape":"PredictiveScalingCustomizedCapacityMetric"}
26312694
}
26322695
},
26332696
"PredictiveScalingMetricSpecifications":{
@@ -2851,6 +2914,7 @@
28512914
"min":1,
28522915
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
28532916
},
2917+
"ReturnData":{"type":"boolean"},
28542918
"ScalingActivityInProgressFault":{
28552919
"type":"structure",
28562920
"members":{
@@ -3270,6 +3334,17 @@
32703334
"min":1,
32713335
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
32723336
},
3337+
"XmlStringMetricLabel":{
3338+
"type":"string",
3339+
"max":2047,
3340+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
3341+
},
3342+
"XmlStringMetricStat":{
3343+
"type":"string",
3344+
"max":100,
3345+
"min":1,
3346+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
3347+
},
32733348
"XmlStringUserData":{
32743349
"type":"string",
32753350
"max":21847,

apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 79 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)