Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 19, 2022
1 parent 081a0d5 commit a44fb2f
Show file tree
Hide file tree
Showing 11 changed files with 612 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-devopsguru-82875.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``devops-guru``",
"description": "Added new APIs for log anomaly detection feature."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-1984.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Documentation updates for AWS Glue Job Timeout and Autoscaling"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-3456.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "Fixed an issue with cross account QueryLineage"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemakeredge-5555.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker-edge``",
"description": "Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-workspaces-31862.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces``",
"description": "Increased the character limit of the login message from 850 to 2000 characters."
}
17 changes: 17 additions & 0 deletions botocore/data/devops-guru/2020-12-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,23 @@
"ProactiveInsights",
"ReactiveInsights"
]
},
"ListAnomalousLogGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": [
"InsightId",
"AnomalousLogGroups"
]
},
"ListMonitoredResources": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": [
"MonitoredResourceIdentifiers"
]
}
}
}
Loading

0 comments on commit a44fb2f

Please sign in to comment.