Skip to content

Commit

Permalink
Merge branch 'release-1.34.48' into develop
Browse files Browse the repository at this point in the history
* release-1.34.48:
  Bumping version to 1.34.48
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 22, 2024
2 parents 2cfab30 + a887158 commit 9b8ba99
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .changes/1.34.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``internetmonitor``",
"description": "This release adds IPv4 prefixes to health events",
"type": "api-change"
},
{
"category": "``kinesisvideo``",
"description": "Increasing NextToken parameter length restriction for List APIs from 512 to 1024.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.34.48
=======

* api-change:``internetmonitor``: This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.


1.34.47
=======

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 os
import re

__version__ = '1.34.47'
__version__ = '1.34.48'


class NullHandler(logging.Handler):
Expand Down
12 changes: 10 additions & 2 deletions botocore/data/internetmonitor/2021-06-03/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,10 @@
"InternetHealth":{
"shape":"InternetHealth",
"documentation":"<p>The calculated health at a specific location.</p>"
},
"Ipv4Prefixes":{
"shape":"Ipv4PrefixList",
"documentation":"<p>The IPv4 prefixes at the client location that was impacted by the health event.</p>"
}
},
"documentation":"<p>Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.</p> <p>Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.</p>"
Expand Down Expand Up @@ -897,6 +901,10 @@
},
"documentation":"<p>Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.</p>"
},
"Ipv4PrefixList":{
"type":"list",
"member":{"shape":"String"}
},
"LimitExceededException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1036,7 +1044,7 @@
},
"MinTrafficImpact":{
"shape":"Percentage",
"documentation":"<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.01%.</p>"
"documentation":"<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.1%.</p>"
}
},
"documentation":"<p>A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance or availability issue, when scores cross a threshold for one or more city-networks.</p> <p>Defines the percentages, for performance scores or availability scores, that are the local thresholds for when Amazon CloudWatch Internet Monitor creates a health event. Also defines whether a local threshold is enabled or disabled, and the minimum percentage of overall traffic that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a local health event threshold, the default value is 60%.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-overview.html#IMUpdateThresholdFromOverview\"> Change health event thresholds</a> in the Internet Monitor section of the <i>CloudWatch User Guide</i>.</p>"
Expand Down Expand Up @@ -1356,7 +1364,7 @@
},
"QueryType":{
"shape":"QueryType",
"documentation":"<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: TBD definition</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
"documentation":"<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
},
"FilterParameters":{
"shape":"FilterParameters",
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/kinesisvideo/2017-09-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@
},
"NextToken":{
"type":"string",
"max":512,
"max":1024,
"min":0,
"pattern":"[a-zA-Z0-9+/=]*"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.47'
release = '1.34.48'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9b8ba99

Please sign in to comment.