Skip to content

Commit

Permalink
Release v1.44.58 (2022-07-19) (#4485)
Browse files Browse the repository at this point in the history
Release v1.44.58 (2022-07-19)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/glue`: Updates service documentation
  * Documentation updates for AWS Glue Job Timeout and Autoscaling
* `service/sagemaker`: Updates service API
  * Fixed an issue with cross account QueryLineage
* `service/sagemaker-edge`: Updates service API and documentation
* `service/workspaces`: Updates service API
  * Increased the character limit of the login message from 850 to 2000 characters.
  • Loading branch information
aws-sdk-go-automation authored Jul 19, 2022
1 parent 049042f commit d05e5e0
Show file tree
Hide file tree
Showing 18 changed files with 2,495 additions and 121 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.58 (2022-07-19)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/glue`: Updates service documentation
* Documentation updates for AWS Glue Job Timeout and Autoscaling
* `service/sagemaker`: Updates service API
* Fixed an issue with cross account QueryLineage
* `service/sagemaker-edge`: Updates service API and documentation
* `service/workspaces`: Updates service API
* Increased the character limit of the login message from 850 to 2000 characters.

Release v1.44.57 (2022-07-18)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.57"
const SDKVersion = "1.44.58"
228 changes: 226 additions & 2 deletions models/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 d05e5e0

Please sign in to comment.