Skip to content

Commit 48dfca5

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 1df4b2e commit 48dfca5

File tree

10 files changed

+453
-29
lines changed

10 files changed

+453
-29
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling.
5+
6+
* Feature - Aws::CloudFront - Updated the documentation for Amazon CloudFront.
7+
8+
* Feature - Aws::DataExchange - Updated the API for AWS Data Exchange.
9+
10+
* Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.
11+
12+
* Feature - Aws::Polly - Updated the API for Amazon Polly.
13+
14+
* Feature - Aws::QLDB - Updated the documentation for Amazon QLDB.
15+
416
2.11.528 (2020-06-15)
517
------------------
618

aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,23 @@
8787
{"shape":"ResourceContentionFault"}
8888
]
8989
},
90+
"CancelInstanceRefresh":{
91+
"name":"CancelInstanceRefresh",
92+
"http":{
93+
"method":"POST",
94+
"requestUri":"/"
95+
},
96+
"input":{"shape":"CancelInstanceRefreshType"},
97+
"output":{
98+
"shape":"CancelInstanceRefreshAnswer",
99+
"resultWrapper":"CancelInstanceRefreshResult"
100+
},
101+
"errors":[
102+
{"shape":"LimitExceededFault"},
103+
{"shape":"ResourceContentionFault"},
104+
{"shape":"ActiveInstanceRefreshNotFoundFault"}
105+
]
106+
},
90107
"CompleteLifecycleAction":{
91108
"name":"CompleteLifecycleAction",
92109
"http":{
@@ -303,6 +320,22 @@
303320
{"shape":"ResourceContentionFault"}
304321
]
305322
},
323+
"DescribeInstanceRefreshes":{
324+
"name":"DescribeInstanceRefreshes",
325+
"http":{
326+
"method":"POST",
327+
"requestUri":"/"
328+
},
329+
"input":{"shape":"DescribeInstanceRefreshesType"},
330+
"output":{
331+
"shape":"DescribeInstanceRefreshesAnswer",
332+
"resultWrapper":"DescribeInstanceRefreshesResult"
333+
},
334+
"errors":[
335+
{"shape":"InvalidNextToken"},
336+
{"shape":"ResourceContentionFault"}
337+
]
338+
},
306339
"DescribeLaunchConfigurations":{
307340
"name":"DescribeLaunchConfigurations",
308341
"http":{
@@ -735,6 +768,23 @@
735768
{"shape":"ResourceContentionFault"}
736769
]
737770
},
771+
"StartInstanceRefresh":{
772+
"name":"StartInstanceRefresh",
773+
"http":{
774+
"method":"POST",
775+
"requestUri":"/"
776+
},
777+
"input":{"shape":"StartInstanceRefreshType"},
778+
"output":{
779+
"shape":"StartInstanceRefreshAnswer",
780+
"resultWrapper":"StartInstanceRefreshResult"
781+
},
782+
"errors":[
783+
{"shape":"LimitExceededFault"},
784+
{"shape":"ResourceContentionFault"},
785+
{"shape":"InstanceRefreshInProgressFault"}
786+
]
787+
},
738788
"SuspendProcesses":{
739789
"name":"SuspendProcesses",
740790
"http":{
@@ -778,6 +828,18 @@
778828
}
779829
},
780830
"shapes":{
831+
"ActiveInstanceRefreshNotFoundFault":{
832+
"type":"structure",
833+
"members":{
834+
"message":{"shape":"XmlStringMaxLen255"}
835+
},
836+
"error":{
837+
"code":"ActiveInstanceRefreshNotFound",
838+
"httpStatusCode":400,
839+
"senderFault":true
840+
},
841+
"exception":true
842+
},
781843
"Activities":{
782844
"type":"list",
783845
"member":{"shape":"Activity"}
@@ -1078,6 +1140,19 @@
10781140
"type":"list",
10791141
"member":{"shape":"BlockDeviceMapping"}
10801142
},
1143+
"CancelInstanceRefreshAnswer":{
1144+
"type":"structure",
1145+
"members":{
1146+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
1147+
}
1148+
},
1149+
"CancelInstanceRefreshType":{
1150+
"type":"structure",
1151+
"required":["AutoScalingGroupName"],
1152+
"members":{
1153+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154+
}
1155+
},
10811156
"ClassicLinkVPCSecurityGroups":{
10821157
"type":"list",
10831158
"member":{"shape":"XmlStringMaxLen255"}
@@ -1271,6 +1346,23 @@
12711346
"AutoScalingNotificationTypes":{"shape":"AutoScalingNotificationTypes"}
12721347
}
12731348
},
1349+
"DescribeInstanceRefreshesAnswer":{
1350+
"type":"structure",
1351+
"members":{
1352+
"InstanceRefreshes":{"shape":"InstanceRefreshes"},
1353+
"NextToken":{"shape":"XmlString"}
1354+
}
1355+
},
1356+
"DescribeInstanceRefreshesType":{
1357+
"type":"structure",
1358+
"required":["AutoScalingGroupName"],
1359+
"members":{
1360+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1361+
"InstanceRefreshIds":{"shape":"InstanceRefreshIds"},
1362+
"NextToken":{"shape":"XmlString"},
1363+
"MaxRecords":{"shape":"MaxRecords"}
1364+
}
1365+
},
12741366
"DescribeLifecycleHookTypesAnswer":{
12751367
"type":"structure",
12761368
"members":{
@@ -1589,6 +1681,50 @@
15891681
}
15901682
},
15911683
"InstanceProtected":{"type":"boolean"},
1684+
"InstanceRefresh":{
1685+
"type":"structure",
1686+
"members":{
1687+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"},
1688+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1689+
"Status":{"shape":"InstanceRefreshStatus"},
1690+
"StatusReason":{"shape":"XmlStringMaxLen1023"},
1691+
"StartTime":{"shape":"TimestampType"},
1692+
"EndTime":{"shape":"TimestampType"},
1693+
"PercentageComplete":{"shape":"IntPercent"},
1694+
"InstancesToUpdate":{"shape":"InstancesToUpdate"}
1695+
}
1696+
},
1697+
"InstanceRefreshIds":{
1698+
"type":"list",
1699+
"member":{"shape":"XmlStringMaxLen255"}
1700+
},
1701+
"InstanceRefreshInProgressFault":{
1702+
"type":"structure",
1703+
"members":{
1704+
"message":{"shape":"XmlStringMaxLen255"}
1705+
},
1706+
"error":{
1707+
"code":"InstanceRefreshInProgress",
1708+
"httpStatusCode":400,
1709+
"senderFault":true
1710+
},
1711+
"exception":true
1712+
},
1713+
"InstanceRefreshStatus":{
1714+
"type":"string",
1715+
"enum":[
1716+
"Pending",
1717+
"InProgress",
1718+
"Successful",
1719+
"Failed",
1720+
"Cancelling",
1721+
"Cancelled"
1722+
]
1723+
},
1724+
"InstanceRefreshes":{
1725+
"type":"list",
1726+
"member":{"shape":"InstanceRefresh"}
1727+
},
15921728
"Instances":{
15931729
"type":"list",
15941730
"member":{"shape":"Instance"}
@@ -1604,6 +1740,15 @@
16041740
"SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
16051741
}
16061742
},
1743+
"InstancesToUpdate":{
1744+
"type":"integer",
1745+
"min":0
1746+
},
1747+
"IntPercent":{
1748+
"type":"integer",
1749+
"max":100,
1750+
"min":0
1751+
},
16071752
"InvalidNextToken":{
16081753
"type":"structure",
16091754
"members":{
@@ -2072,6 +2217,21 @@
20722217
"InstanceId":{"shape":"XmlStringMaxLen19"}
20732218
}
20742219
},
2220+
"RefreshInstanceWarmup":{
2221+
"type":"integer",
2222+
"min":0
2223+
},
2224+
"RefreshPreferences":{
2225+
"type":"structure",
2226+
"members":{
2227+
"MinHealthyPercentage":{"shape":"IntPercent"},
2228+
"InstanceWarmup":{"shape":"RefreshInstanceWarmup"}
2229+
}
2230+
},
2231+
"RefreshStrategy":{
2232+
"type":"string",
2233+
"enum":["Rolling"]
2234+
},
20752235
"ResourceContentionFault":{
20762236
"type":"structure",
20772237
"members":{
@@ -2277,6 +2437,21 @@
22772437
"max":255,
22782438
"min":1
22792439
},
2440+
"StartInstanceRefreshAnswer":{
2441+
"type":"structure",
2442+
"members":{
2443+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
2444+
}
2445+
},
2446+
"StartInstanceRefreshType":{
2447+
"type":"structure",
2448+
"required":["AutoScalingGroupName"],
2449+
"members":{
2450+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
2451+
"Strategy":{"shape":"RefreshStrategy"},
2452+
"Preferences":{"shape":"RefreshPreferences"}
2453+
}
2454+
},
22802455
"StepAdjustment":{
22812456
"type":"structure",
22822457
"required":["ScalingAdjustment"],

0 commit comments

Comments
 (0)