Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Oct 31, 2024
1 parent f705668 commit 22165ed
Show file tree
Hide file tree
Showing 73 changed files with 2,505 additions and 432 deletions.
58 changes: 57 additions & 1 deletion apis/amp/2020-08-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"endpointPrefix":"aps",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"Amazon Prometheus Service",
"serviceId":"amp",
"signatureVersion":"v4",
"signingName":"aps",
"uid":"amp-2020-08-01"
"uid":"amp-2020-08-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CreateAlertManagerDefinition":{
Expand Down Expand Up @@ -456,6 +458,26 @@
],
"idempotent":true
},
"UpdateScraper":{
"name":"UpdateScraper",
"http":{
"method":"PUT",
"requestUri":"/scrapers/{scraperId}",
"responseCode":202
},
"input":{"shape":"UpdateScraperRequest"},
"output":{"shape":"UpdateScraperResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"idempotent":true
},
"UpdateWorkspaceAlias":{
"name":"UpdateWorkspaceAlias",
"http":{
Expand Down Expand Up @@ -1371,9 +1393,11 @@
"type":"string",
"enum":[
"CREATING",
"UPDATING",
"ACTIVE",
"DELETING",
"CREATION_FAILED",
"UPDATE_FAILED",
"DELETION_FAILED"
]
},
Expand Down Expand Up @@ -1580,6 +1604,38 @@
"status":{"shape":"LoggingConfigurationStatus"}
}
},
"UpdateScraperRequest":{
"type":"structure",
"required":["scraperId"],
"members":{
"alias":{"shape":"ScraperAlias"},
"clientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"destination":{"shape":"Destination"},
"scrapeConfiguration":{"shape":"ScrapeConfiguration"},
"scraperId":{
"shape":"ScraperId",
"location":"uri",
"locationName":"scraperId"
}
}
},
"UpdateScraperResponse":{
"type":"structure",
"required":[
"arn",
"scraperId",
"status"
],
"members":{
"arn":{"shape":"ScraperArn"},
"scraperId":{"shape":"ScraperId"},
"status":{"shape":"ScraperStatus"},
"tags":{"shape":"TagMap"}
}
},
"UpdateWorkspaceAliasRequest":{
"type":"structure",
"required":["workspaceId"],
Expand Down
86 changes: 53 additions & 33 deletions apis/amp/2020-08-01/docs-2.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,11 @@
"type":"list",
"member":{"shape":"XmlStringMaxLen255"}
},
"BakeTime":{
"type":"integer",
"max":172800,
"min":0
},
"BareMetal":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2213,7 +2218,8 @@
"Cancelled",
"RollbackInProgress",
"RollbackFailed",
"RollbackSuccessful"
"RollbackSuccessful",
"Baking"
]
},
"InstanceRefreshWarmPoolProgress":{
Expand Down Expand Up @@ -3085,7 +3091,8 @@
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
"StandbyInstances":{"shape":"StandbyInstances"},
"AlarmSpecification":{"shape":"AlarmSpecification"},
"MaxHealthyPercentage":{"shape":"IntPercent100To200"}
"MaxHealthyPercentage":{"shape":"IntPercent100To200"},
"BakeTime":{"shape":"BakeTime"}
}
},
"RefreshStrategy":{
Expand Down
10 changes: 8 additions & 2 deletions apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@
"UpdateAutoScalingGroupType$AvailabilityZones": "<p>One or more Availability Zones for the group.</p>"
}
},
"BakeTime": {
"base": null,
"refs": {
"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>"
}
},
"BareMetal": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1075,7 +1081,7 @@
"InstanceRefreshStatus": {
"base": null,
"refs": {
"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>"
"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>"
}
},
"InstanceRefreshWarmPoolProgress": {
Expand Down Expand Up @@ -1932,7 +1938,7 @@
"base": "<p>Describes the preferences for an instance refresh.</p>",
"refs": {
"InstanceRefresh$Preferences": "<p>The preferences for an instance refresh.</p>",
"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>"
"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>"
}
},
"RefreshStrategy": {
Expand Down
2 changes: 2 additions & 0 deletions apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@
"type":"structure",
"members":{
"name":{"shape":"String"},
"containerID":{"shape":"String"},
"exitCode":{"shape":"Integer"},
"reason":{"shape":"String"}
}
Expand All @@ -1028,6 +1029,7 @@
"initContainers":{"shape":"EksAttemptContainerDetails"},
"eksClusterArn":{"shape":"String"},
"podName":{"shape":"String"},
"podNamespace":{"shape":"String"},
"nodeName":{"shape":"String"},
"startedAt":{"shape":"Long"},
"stoppedAt":{"shape":"Long"},
Expand Down
Loading

0 comments on commit 22165ed

Please sign in to comment.