Skip to content

Commit

Permalink
Merge branch 'release-1.20.108'
Browse files Browse the repository at this point in the history
* release-1.20.108:
  Bumping version to 1.20.108
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 8, 2021
2 parents 9237bcd + 906dd40 commit 8ea1e03
Show file tree
Hide file tree
Showing 13 changed files with 1,078 additions and 162 deletions.
32 changes: 32 additions & 0 deletions .changes/1.20.108.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``eks``",
"description": "Added waiters for EKS FargateProfiles.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "Added property filters for listOutposts",
"type": "api-change"
},
{
"category": "``fms``",
"description": "AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources.",
"type": "api-change"
},
{
"category": "``devops-guru``",
"description": "Add AnomalyReportedTimeRange field to include open and close time of anomalies.",
"type": "api-change"
},
{
"category": "``ssm-contacts``",
"description": "Updated description for CreateContactChannel contactId.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.20.108
========

* api-change:``eks``: Added waiters for EKS FargateProfiles.
* api-change:``outposts``: Added property filters for listOutposts
* api-change:``fms``: AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes.
* api-change:``mediatailor``: Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources.
* api-change:``devops-guru``: Add AnomalyReportedTimeRange field to include open and close time of anomalies.
* api-change:``ssm-contacts``: Updated description for CreateContactChannel contactId.


1.20.107
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.20.107'
__version__ = '1.20.108'


class NullHandler(logging.Handler):
Expand Down
33 changes: 32 additions & 1 deletion botocore/data/devops-guru/2020-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,21 @@
"type":"double",
"box":true
},
"AnomalyReportedTimeRange":{
"type":"structure",
"required":["OpenTime"],
"members":{
"OpenTime":{
"shape":"Timestamp",
"documentation":"<p> The time when an anomaly is opened. </p>"
},
"CloseTime":{
"shape":"Timestamp",
"documentation":"<p> The time when an anomaly is closed. </p>"
}
},
"documentation":"<p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from <code>AnomalyTimeRange</code>, which specifies the time range when DevOps Guru actually observes the anomalous behavior. </p>"
},
"AnomalySeverity":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -468,7 +483,7 @@
"documentation":"<p> The time when the anomalous behavior ended. </p>"
}
},
"documentation":"<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. </p>"
"documentation":"<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes an anomaly. </p>"
},
"Channels":{
"type":"list",
Expand Down Expand Up @@ -1570,6 +1585,10 @@
"documentation":"<p> The time of the anomaly's most recent update. </p>"
},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{
"shape":"AnomalyReportedTimeRange",
"documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>"
},
"PredictionTimeRange":{"shape":"PredictionTimeRange"},
"SourceDetails":{
"shape":"AnomalySourceDetails",
Expand Down Expand Up @@ -1607,6 +1626,10 @@
"documentation":"<p> The time of the anomaly's most recent update. </p>"
},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{
"shape":"AnomalyReportedTimeRange",
"documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>"
},
"PredictionTimeRange":{"shape":"PredictionTimeRange"},
"SourceDetails":{
"shape":"AnomalySourceDetails",
Expand Down Expand Up @@ -1720,6 +1743,10 @@
"documentation":"<p> The status of the anomaly. </p>"
},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{
"shape":"AnomalyReportedTimeRange",
"documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>"
},
"SourceDetails":{
"shape":"AnomalySourceDetails",
"documentation":"<p> Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. </p>"
Expand Down Expand Up @@ -1748,6 +1775,10 @@
"documentation":"<p> The status of the reactive anomaly. </p>"
},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{
"shape":"AnomalyReportedTimeRange",
"documentation":"<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>"
},
"SourceDetails":{
"shape":"AnomalySourceDetails",
"documentation":"<p> Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. </p>"
Expand Down
37 changes: 37 additions & 0 deletions botocore/data/eks/2017-11-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,43 @@
"state": "success"
}
]
},
"FargateProfileActive": {
"delay": 10,
"operation": "DescribeFargateProfile",
"maxAttempts": 60,
"acceptors": [
{
"expected": "CREATE_FAILED",
"matcher": "path",
"state": "failure",
"argument": "fargateProfile.status"
},
{
"expected": "ACTIVE",
"matcher": "path",
"state": "success",
"argument": "fargateProfile.status"
}
]
},
"FargateProfileDeleted": {
"delay": 30,
"operation": "DescribeFargateProfile",
"maxAttempts": 60,
"acceptors": [
{
"expected": "DELETE_FAILED",
"matcher": "path",
"state": "failure",
"argument": "fargateProfile.status"
},
{
"expected": "ResourceNotFoundException",
"matcher": "error",
"state": "success"
}
]
}
}
}
24 changes: 24 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,30 @@
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
},
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/fms/2018-01-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "PolicyList"
},
"ListAppsLists": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "AppsLists"
},
"ListProtocolsLists": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ProtocolsLists"
}
}
}
Loading

0 comments on commit 8ea1e03

Please sign in to comment.