Skip to content

Commit

Permalink
Merge branch 'version-3' into s3-crc32
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Nov 2, 2024
2 parents 27f1a77 + be5265a commit cfd3852
Show file tree
Hide file tree
Showing 443 changed files with 65,021 additions and 1,946 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ RubyGems.org page under "LINKS" section.
| Amazon Lex Runtime V2 | Aws::LexRuntimeV2 | aws-sdk-lexruntimev2 | 2020-08-07 |
| Amazon Lightsail | Aws::Lightsail | aws-sdk-lightsail | 2016-11-28 |
| Amazon Location Service | Aws::LocationService | aws-sdk-locationservice | 2020-11-19 |
| Amazon Location Service Maps V2 | Aws::GeoMaps | aws-sdk-geomaps | 2020-11-19 |
| Amazon Location Service Places V2 | Aws::GeoPlaces | aws-sdk-geoplaces | 2020-11-19 |
| Amazon Location Service Routes V2 | Aws::GeoRoutes | aws-sdk-georoutes | 2020-11-19 |
| Amazon Lookout for Equipment | Aws::LookoutEquipment | aws-sdk-lookoutequipment | 2020-12-15 |
| Amazon Lookout for Metrics | Aws::LookoutMetrics | aws-sdk-lookoutmetrics | 2017-07-25 |
| Amazon Lookout for Vision | Aws::LookoutforVision | aws-sdk-lookoutforvision | 2020-11-20 |
Expand Down
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.

Loading

0 comments on commit cfd3852

Please sign in to comment.