Skip to content

Commit 22165ed

Browse files
Updated API models and rebuilt service gems.
1 parent f705668 commit 22165ed

Some content is hidden

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

73 files changed

+2505
-432
lines changed

apis/amp/2020-08-01/api-2.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"aps",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"Amazon Prometheus Service",
910
"serviceId":"amp",
1011
"signatureVersion":"v4",
1112
"signingName":"aps",
12-
"uid":"amp-2020-08-01"
13+
"uid":"amp-2020-08-01",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"CreateAlertManagerDefinition":{
@@ -456,6 +458,26 @@
456458
],
457459
"idempotent":true
458460
},
461+
"UpdateScraper":{
462+
"name":"UpdateScraper",
463+
"http":{
464+
"method":"PUT",
465+
"requestUri":"/scrapers/{scraperId}",
466+
"responseCode":202
467+
},
468+
"input":{"shape":"UpdateScraperRequest"},
469+
"output":{"shape":"UpdateScraperResponse"},
470+
"errors":[
471+
{"shape":"ThrottlingException"},
472+
{"shape":"ConflictException"},
473+
{"shape":"ValidationException"},
474+
{"shape":"ResourceNotFoundException"},
475+
{"shape":"AccessDeniedException"},
476+
{"shape":"InternalServerException"},
477+
{"shape":"ServiceQuotaExceededException"}
478+
],
479+
"idempotent":true
480+
},
459481
"UpdateWorkspaceAlias":{
460482
"name":"UpdateWorkspaceAlias",
461483
"http":{
@@ -1371,9 +1393,11 @@
13711393
"type":"string",
13721394
"enum":[
13731395
"CREATING",
1396+
"UPDATING",
13741397
"ACTIVE",
13751398
"DELETING",
13761399
"CREATION_FAILED",
1400+
"UPDATE_FAILED",
13771401
"DELETION_FAILED"
13781402
]
13791403
},
@@ -1580,6 +1604,38 @@
15801604
"status":{"shape":"LoggingConfigurationStatus"}
15811605
}
15821606
},
1607+
"UpdateScraperRequest":{
1608+
"type":"structure",
1609+
"required":["scraperId"],
1610+
"members":{
1611+
"alias":{"shape":"ScraperAlias"},
1612+
"clientToken":{
1613+
"shape":"IdempotencyToken",
1614+
"idempotencyToken":true
1615+
},
1616+
"destination":{"shape":"Destination"},
1617+
"scrapeConfiguration":{"shape":"ScrapeConfiguration"},
1618+
"scraperId":{
1619+
"shape":"ScraperId",
1620+
"location":"uri",
1621+
"locationName":"scraperId"
1622+
}
1623+
}
1624+
},
1625+
"UpdateScraperResponse":{
1626+
"type":"structure",
1627+
"required":[
1628+
"arn",
1629+
"scraperId",
1630+
"status"
1631+
],
1632+
"members":{
1633+
"arn":{"shape":"ScraperArn"},
1634+
"scraperId":{"shape":"ScraperId"},
1635+
"status":{"shape":"ScraperStatus"},
1636+
"tags":{"shape":"TagMap"}
1637+
}
1638+
},
15831639
"UpdateWorkspaceAliasRequest":{
15841640
"type":"structure",
15851641
"required":["workspaceId"],

apis/amp/2020-08-01/docs-2.json

Lines changed: 53 additions & 33 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,11 @@
13261326
"type":"list",
13271327
"member":{"shape":"XmlStringMaxLen255"}
13281328
},
1329+
"BakeTime":{
1330+
"type":"integer",
1331+
"max":172800,
1332+
"min":0
1333+
},
13291334
"BareMetal":{
13301335
"type":"string",
13311336
"enum":[
@@ -2213,7 +2218,8 @@
22132218
"Cancelled",
22142219
"RollbackInProgress",
22152220
"RollbackFailed",
2216-
"RollbackSuccessful"
2221+
"RollbackSuccessful",
2222+
"Baking"
22172223
]
22182224
},
22192225
"InstanceRefreshWarmPoolProgress":{
@@ -3085,7 +3091,8 @@
30853091
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
30863092
"StandbyInstances":{"shape":"StandbyInstances"},
30873093
"AlarmSpecification":{"shape":"AlarmSpecification"},
3088-
"MaxHealthyPercentage":{"shape":"IntPercent100To200"}
3094+
"MaxHealthyPercentage":{"shape":"IntPercent100To200"},
3095+
"BakeTime":{"shape":"BakeTime"}
30893096
}
30903097
},
30913098
"RefreshStrategy":{

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,12 @@
384384
"UpdateAutoScalingGroupType$AvailabilityZones": "<p>One or more Availability Zones for the group.</p>"
385385
}
386386
},
387+
"BakeTime": {
388+
"base": null,
389+
"refs": {
390+
"RefreshPreferences$BakeTime": "<p> The amount of time, in seconds, to wait at the end of an instance refresh before the instance refresh is considered complete. </p>"
391+
}
392+
},
387393
"BareMetal": {
388394
"base": null,
389395
"refs": {
@@ -1075,7 +1081,7 @@
10751081
"InstanceRefreshStatus": {
10761082
"base": null,
10771083
"refs": {
1078-
"InstanceRefresh$Status": "<p>The current status for the instance refresh operation:</p> <ul> <li> <p> <code>Pending</code> - The request was created, but the instance refresh has not started.</p> </li> <li> <p> <code>InProgress</code> - An instance refresh is in progress.</p> </li> <li> <p> <code>Successful</code> - An instance refresh completed successfully.</p> </li> <li> <p> <code>Failed</code> - An instance refresh failed to complete. You can troubleshoot using the status reason and the scaling activities. </p> </li> <li> <p> <code>Cancelling</code> - An ongoing instance refresh is being cancelled.</p> </li> <li> <p> <code>Cancelled</code> - The instance refresh is cancelled. </p> </li> <li> <p> <code>RollbackInProgress</code> - An instance refresh is being rolled back.</p> </li> <li> <p> <code>RollbackFailed</code> - The rollback failed to complete. You can troubleshoot using the status reason and the scaling activities.</p> </li> <li> <p> <code>RollbackSuccessful</code> - The rollback completed successfully.</p> </li> </ul>"
1084+
"InstanceRefresh$Status": "<p>The current status for the instance refresh operation:</p> <ul> <li> <p> <code>Pending</code> - The request was created, but the instance refresh has not started.</p> </li> <li> <p> <code>InProgress</code> - An instance refresh is in progress.</p> </li> <li> <p> <code>Successful</code> - An instance refresh completed successfully.</p> </li> <li> <p> <code>Failed</code> - An instance refresh failed to complete. You can troubleshoot using the status reason and the scaling activities. </p> </li> <li> <p> <code>Cancelling</code> - An ongoing instance refresh is being cancelled.</p> </li> <li> <p> <code>Cancelled</code> - The instance refresh is cancelled. </p> </li> <li> <p> <code>RollbackInProgress</code> - An instance refresh is being rolled back.</p> </li> <li> <p> <code>RollbackFailed</code> - The rollback failed to complete. You can troubleshoot using the status reason and the scaling activities.</p> </li> <li> <p> <code>RollbackSuccessful</code> - The rollback completed successfully.</p> </li> <li> <p> <code>Baking</code> - Waiting the specified bake time after an instance refresh has finished updating instances.</p> </li> </ul>"
10791085
}
10801086
},
10811087
"InstanceRefreshWarmPoolProgress": {
@@ -1932,7 +1938,7 @@
19321938
"base": "<p>Describes the preferences for an instance refresh.</p>",
19331939
"refs": {
19341940
"InstanceRefresh$Preferences": "<p>The preferences for an instance refresh.</p>",
1935-
"StartInstanceRefreshType$Preferences": "<p>Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum and maximum healthy percentages, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in <code>Standby</code> state or protected from scale in are found. You can also choose to enable additional features, such as the following:</p> <ul> <li> <p>Auto rollback</p> </li> <li> <p>Checkpoints</p> </li> <li> <p>CloudWatch alarms</p> </li> <li> <p>Skip matching</p> </li> </ul>"
1941+
"StartInstanceRefreshType$Preferences": "<p>Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum and maximum healthy percentages, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in <code>Standby</code> state or protected from scale in are found. You can also choose to enable additional features, such as the following:</p> <ul> <li> <p>Auto rollback</p> </li> <li> <p>Checkpoints</p> </li> <li> <p>CloudWatch alarms</p> </li> <li> <p>Skip matching</p> </li> <li> <p>Bake time</p> </li> </ul>"
19361942
}
19371943
},
19381944
"RefreshStrategy": {

apis/batch/2016-08-10/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@
10131013
"type":"structure",
10141014
"members":{
10151015
"name":{"shape":"String"},
1016+
"containerID":{"shape":"String"},
10161017
"exitCode":{"shape":"Integer"},
10171018
"reason":{"shape":"String"}
10181019
}
@@ -1028,6 +1029,7 @@
10281029
"initContainers":{"shape":"EksAttemptContainerDetails"},
10291030
"eksClusterArn":{"shape":"String"},
10301031
"podName":{"shape":"String"},
1032+
"podNamespace":{"shape":"String"},
10311033
"nodeName":{"shape":"String"},
10321034
"startedAt":{"shape":"Long"},
10331035
"stoppedAt":{"shape":"Long"},

0 commit comments

Comments
 (0)