Skip to content

Commit

Permalink
Updates SDK to v2.1427.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2023
1 parent b085bd8 commit f71e8e5
Show file tree
Hide file tree
Showing 29 changed files with 2,038 additions and 976 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1427.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Batch",
"description": "This release adds support for price capacity optimized allocation strategy for Spot Instances."
},
{
"type": "feature",
"category": "DMS",
"description": "Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version."
},
{
"type": "feature",
"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": "feature",
"category": "MediaLive",
"description": "AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only."
},
{
"type": "feature",
"category": "RDS",
"description": "Added support for deleted clusters PiTR."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1426.0-->
<!--LATEST=2.1427.0-->
<!--ENTRYINSERT-->

## 2.1427.0
* feature: Batch: This release adds support for price capacity optimized allocation strategy for Spot Instances.
* feature: DMS: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.
* feature: 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.
* feature: MediaLive: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
* feature: Polly: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.
* feature: RDS: Added support for deleted clusters PiTR.
* feature: SageMaker: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions

## 2.1426.0
* feature: AmplifyUIBuilder: Amplify Studio releases GraphQL support for codegen job action.
* feature: AutoScaling: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1426.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1427.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
18 changes: 10 additions & 8 deletions apis/batch-2016-08-10.normal.json

Large diffs are not rendered by default.

76 changes: 60 additions & 16 deletions apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,50 @@
}
}
},
"DescribeEngineVersions": {
"input": {
"type": "structure",
"members": {
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"type": "structure",
"members": {
"EngineVersions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Version": {},
"Lifecycle": {},
"ReleaseStatus": {},
"LaunchDate": {
"type": "timestamp"
},
"AutoUpgradeDate": {
"type": "timestamp"
},
"DeprecationDate": {
"type": "timestamp"
},
"ForceUpgradeDate": {
"type": "timestamp"
},
"AvailableUpgrades": {
"type": "list",
"member": {}
}
}
}
},
"Marker": {}
}
}
},
"DescribeEventCategories": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1036,7 +1080,7 @@
"type": "long"
},
"Server": {
"shape": "S5a"
"shape": "S5g"
},
"SoftwareDetails": {
"type": "structure",
Expand Down Expand Up @@ -1164,7 +1208,7 @@
},
"Complexity": {},
"Server": {
"shape": "S5a"
"shape": "S5g"
},
"DatabaseInstance": {
"type": "structure",
Expand Down Expand Up @@ -1407,7 +1451,7 @@
"type": "structure",
"members": {
"RefreshSchemasStatus": {
"shape": "S6g"
"shape": "S6l"
}
}
}
Expand Down Expand Up @@ -1550,7 +1594,7 @@
"ReplicationTableStatistics": {
"type": "list",
"member": {
"shape": "S6y"
"shape": "S73"
}
}
}
Expand Down Expand Up @@ -1702,7 +1746,7 @@
"Replications": {
"type": "list",
"member": {
"shape": "S7g"
"shape": "S7l"
}
}
}
Expand Down Expand Up @@ -1757,7 +1801,7 @@
"TableStatistics": {
"type": "list",
"member": {
"shape": "S6y"
"shape": "S73"
}
},
"Marker": {}
Expand Down Expand Up @@ -2121,7 +2165,7 @@
"type": "structure",
"members": {
"RefreshSchemasStatus": {
"shape": "S6g"
"shape": "S6l"
}
}
}
Expand All @@ -2136,7 +2180,7 @@
"members": {
"ReplicationConfigArn": {},
"TablesToReload": {
"shape": "S8d"
"shape": "S8i"
},
"ReloadOption": {}
}
Expand All @@ -2158,7 +2202,7 @@
"members": {
"ReplicationTaskArn": {},
"TablesToReload": {
"shape": "S8d"
"shape": "S8i"
},
"ReloadOption": {}
}
Expand Down Expand Up @@ -2235,7 +2279,7 @@
"type": "structure",
"members": {
"Replication": {
"shape": "S7g"
"shape": "S7l"
}
}
}
Expand Down Expand Up @@ -2335,7 +2379,7 @@
"type": "structure",
"members": {
"Replication": {
"shape": "S7g"
"shape": "S7l"
}
}
}
Expand Down Expand Up @@ -3560,15 +3604,15 @@
}
}
},
"S5a": {
"S5g": {
"type": "structure",
"members": {
"ServerId": {},
"IpAddress": {},
"ServerName": {}
}
},
"S6g": {
"S6l": {
"type": "structure",
"members": {
"EndpointArn": {},
Expand All @@ -3580,7 +3624,7 @@
"LastFailureMessage": {}
}
},
"S6y": {
"S73": {
"type": "structure",
"members": {
"SchemaName": {},
Expand Down Expand Up @@ -3644,7 +3688,7 @@
"ValidationStateDetails": {}
}
},
"S7g": {
"S7l": {
"type": "structure",
"members": {
"ReplicationConfigIdentifier": {},
Expand Down Expand Up @@ -3732,7 +3776,7 @@
}
}
},
"S8d": {
"S8i": {
"type": "list",
"member": {
"type": "structure",
Expand Down
92 changes: 91 additions & 1 deletion apis/dms-2016-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,20 @@
],
"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 @@ -2000,6 +2014,12 @@
"shape": "String"
}
},
"AvailableUpgradesList": {
"type": "list",
"member": {
"shape": "String"
}
},
"BatchStartRecommendationsErrorEntry": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3455,6 +3475,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 @@ -4646,6 +4692,50 @@
"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 @@ -6331,7 +6421,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
5 changes: 5 additions & 0 deletions apis/dms-2016-01-01.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"output_token": "Marker",
"limit_key": "MaxRecords"
},
"DescribeEngineVersions": {
"input_token": "Marker",
"output_token": "Marker",
"limit_key": "MaxRecords"
},
"DescribeEventSubscriptions": {
"input_token": "Marker",
"output_token": "Marker",
Expand Down
Loading

0 comments on commit f71e8e5

Please sign in to comment.