Skip to content

Commit

Permalink
Update AWS maps
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Dec 16, 2023
1 parent e4e8579 commit ad7b6cb
Show file tree
Hide file tree
Showing 177 changed files with 178,292 additions and 87,341 deletions.
169,212 changes: 96,057 additions & 73,155 deletions iamlivecore/iam_definition.json

Large diffs are not rendered by default.

8,392 changes: 8,392 additions & 0 deletions iamlivecore/map.json

Large diffs are not rendered by default.

515 changes: 429 additions & 86 deletions iamlivecore/service/accessanalyzer-2019-11-01.min.json

Large diffs are not rendered by default.

323 changes: 320 additions & 3 deletions iamlivecore/service/amp-2020-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,57 @@
},
"idempotent": true
},
"CreateScraper": {
"http": {
"requestUri": "/scrapers",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"scrapeConfiguration",
"source",
"destination"
],
"members": {
"alias": {},
"scrapeConfiguration": {
"shape": "Sq"
},
"source": {
"shape": "Ss"
},
"destination": {
"shape": "Sz"
},
"clientToken": {
"idempotencyToken": true
},
"tags": {
"shape": "Sh"
}
}
},
"output": {
"type": "structure",
"required": [
"scraperId",
"arn",
"status"
],
"members": {
"scraperId": {},
"arn": {},
"status": {
"shape": "S15"
},
"tags": {
"shape": "Sh"
}
}
},
"idempotent": true
},
"CreateWorkspace": {
"http": {
"requestUri": "/workspaces",
Expand Down Expand Up @@ -161,7 +212,7 @@
"workspaceId": {},
"arn": {},
"status": {
"shape": "Ss"
"shape": "S1a"
},
"tags": {
"shape": "Sh"
Expand Down Expand Up @@ -250,6 +301,44 @@
},
"idempotent": true
},
"DeleteScraper": {
"http": {
"method": "DELETE",
"requestUri": "/scrapers/{scraperId}",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"scraperId"
],
"members": {
"scraperId": {
"location": "uri",
"locationName": "scraperId"
},
"clientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
}
}
},
"output": {
"type": "structure",
"required": [
"scraperId",
"status"
],
"members": {
"scraperId": {},
"status": {
"shape": "S15"
}
}
},
"idempotent": true
},
"DeleteWorkspace": {
"http": {
"method": "DELETE",
Expand Down Expand Up @@ -437,6 +526,75 @@
}
}
},
"DescribeScraper": {
"http": {
"method": "GET",
"requestUri": "/scrapers/{scraperId}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"scraperId"
],
"members": {
"scraperId": {
"location": "uri",
"locationName": "scraperId"
}
}
},
"output": {
"type": "structure",
"required": [
"scraper"
],
"members": {
"scraper": {
"type": "structure",
"required": [
"scraperId",
"arn",
"roleArn",
"status",
"createdAt",
"lastModifiedAt",
"scrapeConfiguration",
"source",
"destination"
],
"members": {
"alias": {},
"scraperId": {},
"arn": {},
"roleArn": {},
"status": {
"shape": "S15"
},
"createdAt": {
"type": "timestamp"
},
"lastModifiedAt": {
"type": "timestamp"
},
"tags": {
"shape": "Sh"
},
"statusReason": {},
"scrapeConfiguration": {
"shape": "Sq"
},
"source": {
"shape": "Ss"
},
"destination": {
"shape": "Sz"
}
}
}
}
}
},
"DescribeWorkspace": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -474,7 +632,7 @@
"alias": {},
"arn": {},
"status": {
"shape": "Ss"
"shape": "S1a"
},
"prometheusEndpoint": {},
"createdAt": {
Expand All @@ -488,6 +646,28 @@
}
}
},
"GetDefaultScraperConfiguration": {
"http": {
"method": "GET",
"requestUri": "/scraperconfiguration",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"required": [
"configuration"
],
"members": {
"configuration": {
"type": "blob"
}
}
}
},
"ListRuleGroupsNamespaces": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -558,6 +738,86 @@
}
}
},
"ListScrapers": {
"http": {
"method": "GET",
"requestUri": "/scrapers",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"filters": {
"location": "querystring",
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"required": [
"scrapers"
],
"members": {
"scrapers": {
"type": "list",
"member": {
"type": "structure",
"required": [
"scraperId",
"arn",
"roleArn",
"status",
"createdAt",
"lastModifiedAt",
"source",
"destination"
],
"members": {
"alias": {},
"scraperId": {},
"arn": {},
"roleArn": {},
"status": {
"shape": "S15"
},
"createdAt": {
"type": "timestamp"
},
"lastModifiedAt": {
"type": "timestamp"
},
"tags": {
"shape": "Sh"
},
"statusReason": {},
"source": {
"shape": "Ss"
},
"destination": {
"shape": "Sz"
}
}
}
},
"nextToken": {}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -630,7 +890,7 @@
"alias": {},
"arn": {},
"status": {
"shape": "Ss"
"shape": "S1a"
},
"createdAt": {
"type": "timestamp"
Expand Down Expand Up @@ -886,7 +1146,64 @@
"statusReason": {}
}
},
"Sq": {
"type": "structure",
"members": {
"configurationBlob": {
"type": "blob"
}
},
"union": true
},
"Ss": {
"type": "structure",
"members": {
"eksConfiguration": {
"type": "structure",
"required": [
"clusterArn",
"subnetIds"
],
"members": {
"clusterArn": {},
"securityGroupIds": {
"type": "list",
"member": {}
},
"subnetIds": {
"type": "list",
"member": {}
}
}
}
},
"union": true
},
"Sz": {
"type": "structure",
"members": {
"ampConfiguration": {
"type": "structure",
"required": [
"workspaceArn"
],
"members": {
"workspaceArn": {}
}
}
},
"union": true
},
"S15": {
"type": "structure",
"required": [
"statusCode"
],
"members": {
"statusCode": {}
}
},
"S1a": {
"type": "structure",
"required": [
"statusCode"
Expand Down
Loading

0 comments on commit ad7b6cb

Please sign in to comment.