Skip to content

Commit

Permalink
Merge branch 'release-1.29.163'
Browse files Browse the repository at this point in the history
* release-1.29.163:
  Bumping version to 1.29.163
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 28, 2023
2 parents f6423ad + 2e19f98 commit ce85f53
Show file tree
Hide file tree
Showing 14 changed files with 757 additions and 1,302 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.163.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``internetmonitor``",
"description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Surface ResourceConflictException in DeleteEventSourceMapping",
"type": "api-change"
},
{
"category": "``omics``",
"description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for Model Cards Model Registry integration.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.29.163
========

* api-change:``internetmonitor``: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
* api-change:``kinesisanalyticsv2``: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15
* api-change:``lambda``: Surface ResourceConflictException in DeleteEventSourceMapping
* api-change:``omics``: Add Common Workflow Language (CWL) as a supported language for Omics workflows
* api-change:``rds``: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* api-change:``s3``: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
* api-change:``sagemaker``: This release adds support for Model Cards Model Registry integration.


1.29.162
========

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.29.162'
__version__ = '1.29.163'


class NullHandler(logging.Handler):
Expand Down
39 changes: 39 additions & 0 deletions botocore/data/internetmonitor/2021-06-03/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@
"TrafficPercentageToMonitor":{
"shape":"TrafficPercentageToMonitor",
"documentation":"<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig":{
"shape":"HealthEventsConfig",
"documentation":"<p>Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default calue is 95%.</p>"
}
}
},
Expand Down Expand Up @@ -401,6 +405,10 @@
"ImpactType":{
"shape":"HealthEventImpactType",
"documentation":"<p>The type of impairment of a specific health event.</p>"
},
"HealthScoreThreshold":{
"shape":"Percentage",
"documentation":"<p>The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.</p>"
}
}
},
Expand Down Expand Up @@ -474,6 +482,10 @@
"TrafficPercentageToMonitor":{
"shape":"TrafficPercentageToMonitor",
"documentation":"<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig":{
"shape":"HealthEventsConfig",
"documentation":"<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>"
}
}
},
Expand Down Expand Up @@ -528,6 +540,10 @@
"ImpactType":{
"shape":"HealthEventImpactType",
"documentation":"<p>The type of impairment for a health event.</p>"
},
"HealthScoreThreshold":{
"shape":"Percentage",
"documentation":"<p>The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.</p>"
}
},
"documentation":"<p>Information about a health event created in a monitor in Amazon CloudWatch Internet Monitor.</p>"
Expand Down Expand Up @@ -556,6 +572,20 @@
"RESOLVED"
]
},
"HealthEventsConfig":{
"type":"structure",
"members":{
"AvailabilityScoreThreshold":{
"shape":"Percentage",
"documentation":"<p>The health event threshold percentage set for availability scores.</p>"
},
"PerformanceScoreThreshold":{
"shape":"Percentage",
"documentation":"<p>The health event threshold percentage set for performance scores.</p>"
}
},
"documentation":"<p>A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default value is 95%.</p>"
},
"ImpactedLocation":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -935,6 +965,11 @@
},
"exception":true
},
"Percentage":{
"type":"double",
"max":100,
"min":0
},
"PerformanceMeasurement":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1173,6 +1208,10 @@
"TrafficPercentageToMonitor":{
"shape":"TrafficPercentageToMonitor",
"documentation":"<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig":{
"shape":"HealthEventsConfig",
"documentation":"<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>"
}
}
},
Expand Down
Loading

0 comments on commit ce85f53

Please sign in to comment.