Skip to content

Commit

Permalink
Merge branch 'release-1.31.17' into develop
Browse files Browse the repository at this point in the history
* release-1.31.17:
  Bumping version to 1.31.17
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 1, 2023
2 parents ab611fe + 3f3a514 commit ac8919a
Show file tree
Hide file tree
Showing 16 changed files with 1,155 additions and 622 deletions.
37 changes: 37 additions & 0 deletions .changes/1.31.17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``batch``",
"description": "This release adds support for price capacity optimized allocation strategy for Spot Instances.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.",
"type": "api-change"
},
{
"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 impact limited to a single city-network to trigger creation of a health event.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Added support for deleted clusters PiTR.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions",
"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.31.17
=======

* api-change:``batch``: This release adds support for price capacity optimized allocation strategy for Spot Instances.
* api-change:``dms``: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.
* 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 impact limited to a single city-network to trigger creation of a health event.
* api-change:``medialive``: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
* api-change:``polly``: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.
* api-change:``rds``: Added support for deleted clusters PiTR.
* api-change:``sagemaker``: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions


1.31.16
=======

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.31.16'
__version__ = '1.31.17'


class NullHandler(logging.Handler):
Expand Down
18 changes: 10 additions & 8 deletions botocore/data/batch/2016-08-10/service-2.json

Large diffs are not rendered by default.

84 changes: 83 additions & 1 deletion botocore/data/dms/2016-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,16 @@
],
"documentation":"<p>Returns information about the endpoints for your account in the current region.</p>"
},
"DescribeEngineVersions":{
"name":"DescribeEngineVersions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEngineVersionsMessage"},
"output":{"shape":"DescribeEngineVersionsResponse"},
"documentation":"<p>Returns information about the replication instance versions used in the project.</p>"
},
"DescribeEventCategories":{
"name":"DescribeEventCategories",
"http":{
Expand Down Expand Up @@ -1272,6 +1282,10 @@
"type":"list",
"member":{"shape":"String"}
},
"AvailableUpgradesList":{
"type":"list",
"member":{"shape":"String"}
},
"BatchStartRecommendationsErrorEntry":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2687,6 +2701,32 @@
},
"documentation":"<p/>"
},
"DescribeEngineVersionsMessage":{
"type":"structure",
"members":{
"MaxRecords":{
"shape":"IntegerOptional",
"documentation":"<p>The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p>"
},
"Marker":{
"shape":"String",
"documentation":"<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>"
}
}
},
"DescribeEngineVersionsResponse":{
"type":"structure",
"members":{
"EngineVersions":{
"shape":"EngineVersionList",
"documentation":"<p>Returned <code>EngineVersion</code> objects that describe the replication instance engine versions used in the project.</p>"
},
"Marker":{
"shape":"String",
"documentation":"<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>"
}
}
},
"DescribeEventCategoriesMessage":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3856,6 +3896,48 @@
"type":"list",
"member":{"shape":"EndpointSetting"}
},
"EngineVersion":{
"type":"structure",
"members":{
"Version":{
"shape":"String",
"documentation":"<p>The version number of the replication instance.</p>"
},
"Lifecycle":{
"shape":"String",
"documentation":"<p>The lifecycle status of the replication instance version. Valid values are <code>DEPRECATED</code>, <code>DEFAULT_VERSION</code>, and <code>ACTIVE</code>.</p>"
},
"ReleaseStatus":{
"shape":"ReleaseStatusValues",
"documentation":"<p>The release status of the replication instance version.</p>"
},
"LaunchDate":{
"shape":"TStamp",
"documentation":"<p>The date when the replication instance version became publicly available.</p>"
},
"AutoUpgradeDate":{
"shape":"TStamp",
"documentation":"<p>The date when the replication instance will be automatically upgraded. This setting only applies if the <code>auto-minor-version</code> setting is enabled.</p>"
},
"DeprecationDate":{
"shape":"TStamp",
"documentation":"<p>The date when the replication instance version will be deprecated and can no longer be requested.</p>"
},
"ForceUpgradeDate":{
"shape":"TStamp",
"documentation":"<p>The date when the replication instance will have a version upgrade forced.</p>"
},
"AvailableUpgrades":{
"shape":"AvailableUpgradesList",
"documentation":"<p>The list of valid replication instance versions that you can upgrade to.</p>"
}
},
"documentation":"<p>Provides information about a replication instance version.</p>"
},
"EngineVersionList":{
"type":"list",
"member":{"shape":"EngineVersion"}
},
"Event":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5592,7 +5674,7 @@
},
"DatabaseMode":{
"shape":"DatabaseMode",
"documentation":"<p>Specifies whether to use default or custom replication behavior for PostgreSQL-compatible endpoints. You can use this setting to specify replication behavior for endpoints that require additional configuration, such as Babelfish endpoints.</p>"
"documentation":"<p>Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.</p>"
},
"BabelfishDatabaseName":{
"shape":"String",
Expand Down
Loading

0 comments on commit ac8919a

Please sign in to comment.