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 for Ruby authored and Nobody committed Jul 19, 2022
1 parent b6c326b commit 91b7cd4
Show file tree
Hide file tree
Showing 38 changed files with 1,755 additions and 50 deletions.
228 changes: 226 additions & 2 deletions apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
Expand Down Expand Up @@ -279,6 +280,23 @@
{"shape":"ValidationException"}
]
},
"ListAnomalousLogGroups":{
"name":"ListAnomalousLogGroups",
"http":{
"method":"POST",
"requestUri":"/list-log-anomalies",
"responseCode":200
},
"input":{"shape":"ListAnomalousLogGroupsRequest"},
"output":{"shape":"ListAnomalousLogGroupsResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"ListEvents":{
"name":"ListEvents",
"http":{
Expand Down Expand Up @@ -312,6 +330,22 @@
{"shape":"ValidationException"}
]
},
"ListMonitoredResources":{
"name":"ListMonitoredResources",
"http":{
"method":"POST",
"requestUri":"/monitoredResources",
"responseCode":200
},
"input":{"shape":"ListMonitoredResourcesRequest"},
"output":{"shape":"ListMonitoredResourcesResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"ListNotificationChannels":{
"name":"ListNotificationChannels",
"http":{
Expand Down Expand Up @@ -552,6 +586,20 @@
"Status":{"shape":"EventSourceOptInStatus"}
}
},
"AnomalousLogGroup":{
"type":"structure",
"members":{
"LogGroupName":{"shape":"LogGroupName"},
"ImpactStartTime":{"shape":"Timestamp"},
"ImpactEndTime":{"shape":"Timestamp"},
"NumberOfLogLinesScanned":{"shape":"NumberOfLogLinesScanned"},
"LogAnomalyShowcases":{"shape":"LogAnomalyShowcases"}
}
},
"AnomalousLogGroups":{
"type":"list",
"member":{"shape":"AnomalousLogGroup"}
},
"AnomalyDescription":{"type":"string"},
"AnomalyId":{
"type":"string",
Expand Down Expand Up @@ -1139,6 +1187,11 @@
"type":"list",
"member":{"shape":"Event"}
},
"Explanation":{
"type":"string",
"max":2048,
"min":1
},
"GetCostEstimationRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1306,6 +1359,32 @@
"NextToken":{"shape":"UuidNextToken"}
}
},
"ListAnomalousLogGroupsMaxResults":{
"type":"integer",
"max":200,
"min":1
},
"ListAnomalousLogGroupsRequest":{
"type":"structure",
"required":["InsightId"],
"members":{
"InsightId":{"shape":"InsightId"},
"MaxResults":{"shape":"ListAnomalousLogGroupsMaxResults"},
"NextToken":{"shape":"UuidNextToken"}
}
},
"ListAnomalousLogGroupsResponse":{
"type":"structure",
"required":[
"InsightId",
"AnomalousLogGroups"
],
"members":{
"InsightId":{"shape":"InsightId"},
"AnomalousLogGroups":{"shape":"AnomalousLogGroups"},
"NextToken":{"shape":"UuidNextToken"}
}
},
"ListEventsFilters":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1411,6 +1490,39 @@
"Any":{"shape":"ListInsightsAnyStatusFilter"}
}
},
"ListMonitoredResourcesFilters":{
"type":"structure",
"required":[
"ResourcePermission",
"ResourceTypeFilters"
],
"members":{
"ResourcePermission":{"shape":"ResourcePermission"},
"ResourceTypeFilters":{"shape":"ResourceTypeFilters"}
}
},
"ListMonitoredResourcesMaxResults":{
"type":"integer",
"max":50,
"min":1
},
"ListMonitoredResourcesRequest":{
"type":"structure",
"required":["Filters"],
"members":{
"Filters":{"shape":"ListMonitoredResourcesFilters"},
"MaxResults":{"shape":"ListMonitoredResourcesMaxResults"},
"NextToken":{"shape":"UuidNextToken"}
}
},
"ListMonitoredResourcesResponse":{
"type":"structure",
"required":["MonitoredResourceIdentifiers"],
"members":{
"MonitoredResourceIdentifiers":{"shape":"MonitoredResourceIdentifiers"},
"NextToken":{"shape":"UuidNextToken"}
}
},
"ListNotificationChannelsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1476,8 +1588,101 @@
"ZH_TW"
]
},
"LogAnomalyClass":{
"type":"structure",
"members":{
"LogStreamName":{"shape":"LogStreamName"},
"LogAnomalyType":{"shape":"LogAnomalyType"},
"LogAnomalyToken":{"shape":"LogAnomalyToken"},
"LogEventId":{"shape":"LogEventId"},
"Explanation":{"shape":"Explanation"},
"NumberOfLogLinesOccurrences":{"shape":"NumberOfLogLinesOccurrences"},
"LogEventTimestamp":{"shape":"Timestamp"}
}
},
"LogAnomalyClasses":{
"type":"list",
"member":{"shape":"LogAnomalyClass"},
"max":10,
"min":0
},
"LogAnomalyShowcase":{
"type":"structure",
"members":{
"LogAnomalyClasses":{"shape":"LogAnomalyClasses"}
}
},
"LogAnomalyShowcases":{
"type":"list",
"member":{"shape":"LogAnomalyShowcase"},
"max":20,
"min":0
},
"LogAnomalyToken":{
"type":"string",
"max":2048,
"min":1
},
"LogAnomalyType":{
"type":"string",
"enum":[
"KEYWORD",
"KEYWORD_TOKEN",
"FORMAT",
"HTTP_CODE",
"BLOCK_FORMAT",
"NUMERICAL_POINT",
"NUMERICAL_NAN",
"NEW_FIELD_NAME"
]
},
"LogEventId":{
"type":"string",
"max":512,
"min":1
},
"LogGroupName":{
"type":"string",
"max":512,
"min":1
},
"LogStreamName":{
"type":"string",
"max":512,
"min":1
},
"LogsAnomalyDetectionIntegration":{
"type":"structure",
"members":{
"OptInStatus":{"shape":"OptInStatus"}
}
},
"LogsAnomalyDetectionIntegrationConfig":{
"type":"structure",
"members":{
"OptInStatus":{"shape":"OptInStatus"}
}
},
"MeanTimeToRecoverInMilliseconds":{"type":"long"},
"MetricValue":{"type":"double"},
"MonitoredResourceIdentifier":{
"type":"structure",
"members":{
"MonitoredResourceName":{"shape":"MonitoredResourceName"},
"Type":{"shape":"ResourceType"},
"ResourcePermission":{"shape":"ResourcePermission"}
}
},
"MonitoredResourceIdentifiers":{
"type":"list",
"member":{"shape":"MonitoredResourceIdentifier"}
},
"MonitoredResourceName":{
"type":"string",
"max":512,
"min":1,
"pattern":"[\\.\\-_\\/#A-Za-z0-9]+"
},
"NotificationChannel":{
"type":"structure",
"members":{
Expand All @@ -1503,6 +1708,8 @@
"NumOpenReactiveInsights":{"type":"integer"},
"NumProactiveInsights":{"type":"integer"},
"NumReactiveInsights":{"type":"integer"},
"NumberOfLogLinesOccurrences":{"type":"integer"},
"NumberOfLogLinesScanned":{"type":"integer"},
"OpsCenterIntegration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2003,12 +2210,27 @@
"error":{"httpStatusCode":404},
"exception":true
},
"ResourcePermission":{
"type":"string",
"enum":[
"FULL_PERMISSION",
"MISSING_PERMISSION"
]
},
"ResourceType":{
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z]+[a-zA-Z0-9-_:]*$"
},
"ResourceTypeFilter":{
"type":"string",
"enum":["LOG_GROUPS"]
},
"ResourceTypeFilters":{
"type":"list",
"member":{"shape":"ResourceTypeFilter"}
},
"RetryAfterSeconds":{"type":"integer"},
"SearchInsightsAccountIdList":{
"type":"list",
Expand Down Expand Up @@ -2117,7 +2339,8 @@
"ServiceIntegrationConfig":{
"type":"structure",
"members":{
"OpsCenter":{"shape":"OpsCenterIntegration"}
"OpsCenter":{"shape":"OpsCenterIntegration"},
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegration"}
}
},
"ServiceName":{
Expand Down Expand Up @@ -2372,7 +2595,8 @@
"UpdateServiceIntegrationConfig":{
"type":"structure",
"members":{
"OpsCenter":{"shape":"OpsCenterIntegrationConfig"}
"OpsCenter":{"shape":"OpsCenterIntegrationConfig"},
"LogsAnomalyDetection":{"shape":"LogsAnomalyDetectionIntegrationConfig"}
}
},
"UpdateServiceIntegrationRequest":{
Expand Down
Loading

0 comments on commit 91b7cd4

Please sign in to comment.