Skip to content

Commit f71e8e5

Browse files
author
awstools
committed
Updates SDK to v2.1427.0
1 parent b085bd8 commit f71e8e5

29 files changed

+2038
-976
lines changed

.changes/2.1427.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "This release adds support for price capacity optimized allocation strategy for Spot Instances."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DMS",
10+
"description": "Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "InternetMonitor",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaLive",
20+
"description": "AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Polly",
25+
"description": "Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "RDS",
30+
"description": "Added support for deleted clusters PiTR."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMaker",
35+
"description": "Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions"
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1426.0-->
2+
<!--LATEST=2.1427.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1427.0
6+
* feature: Batch: This release adds support for price capacity optimized allocation strategy for Spot Instances.
7+
* feature: DMS: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.
8+
* 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.
9+
* feature: MediaLive: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
10+
* feature: Polly: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.
11+
* feature: RDS: Added support for deleted clusters PiTR.
12+
* feature: SageMaker: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions
13+
514
## 2.1426.0
615
* feature: AmplifyUIBuilder: Amplify Studio releases GraphQL support for codegen job action.
716
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

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

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/batch-2016-08-10.normal.json

Lines changed: 10 additions & 8 deletions
Large diffs are not rendered by default.

apis/dms-2016-01-01.min.json

Lines changed: 60 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,50 @@
837837
}
838838
}
839839
},
840+
"DescribeEngineVersions": {
841+
"input": {
842+
"type": "structure",
843+
"members": {
844+
"MaxRecords": {
845+
"type": "integer"
846+
},
847+
"Marker": {}
848+
}
849+
},
850+
"output": {
851+
"type": "structure",
852+
"members": {
853+
"EngineVersions": {
854+
"type": "list",
855+
"member": {
856+
"type": "structure",
857+
"members": {
858+
"Version": {},
859+
"Lifecycle": {},
860+
"ReleaseStatus": {},
861+
"LaunchDate": {
862+
"type": "timestamp"
863+
},
864+
"AutoUpgradeDate": {
865+
"type": "timestamp"
866+
},
867+
"DeprecationDate": {
868+
"type": "timestamp"
869+
},
870+
"ForceUpgradeDate": {
871+
"type": "timestamp"
872+
},
873+
"AvailableUpgrades": {
874+
"type": "list",
875+
"member": {}
876+
}
877+
}
878+
}
879+
},
880+
"Marker": {}
881+
}
882+
}
883+
},
840884
"DescribeEventCategories": {
841885
"input": {
842886
"type": "structure",
@@ -1036,7 +1080,7 @@
10361080
"type": "long"
10371081
},
10381082
"Server": {
1039-
"shape": "S5a"
1083+
"shape": "S5g"
10401084
},
10411085
"SoftwareDetails": {
10421086
"type": "structure",
@@ -1164,7 +1208,7 @@
11641208
},
11651209
"Complexity": {},
11661210
"Server": {
1167-
"shape": "S5a"
1211+
"shape": "S5g"
11681212
},
11691213
"DatabaseInstance": {
11701214
"type": "structure",
@@ -1407,7 +1451,7 @@
14071451
"type": "structure",
14081452
"members": {
14091453
"RefreshSchemasStatus": {
1410-
"shape": "S6g"
1454+
"shape": "S6l"
14111455
}
14121456
}
14131457
}
@@ -1550,7 +1594,7 @@
15501594
"ReplicationTableStatistics": {
15511595
"type": "list",
15521596
"member": {
1553-
"shape": "S6y"
1597+
"shape": "S73"
15541598
}
15551599
}
15561600
}
@@ -1702,7 +1746,7 @@
17021746
"Replications": {
17031747
"type": "list",
17041748
"member": {
1705-
"shape": "S7g"
1749+
"shape": "S7l"
17061750
}
17071751
}
17081752
}
@@ -1757,7 +1801,7 @@
17571801
"TableStatistics": {
17581802
"type": "list",
17591803
"member": {
1760-
"shape": "S6y"
1804+
"shape": "S73"
17611805
}
17621806
},
17631807
"Marker": {}
@@ -2121,7 +2165,7 @@
21212165
"type": "structure",
21222166
"members": {
21232167
"RefreshSchemasStatus": {
2124-
"shape": "S6g"
2168+
"shape": "S6l"
21252169
}
21262170
}
21272171
}
@@ -2136,7 +2180,7 @@
21362180
"members": {
21372181
"ReplicationConfigArn": {},
21382182
"TablesToReload": {
2139-
"shape": "S8d"
2183+
"shape": "S8i"
21402184
},
21412185
"ReloadOption": {}
21422186
}
@@ -2158,7 +2202,7 @@
21582202
"members": {
21592203
"ReplicationTaskArn": {},
21602204
"TablesToReload": {
2161-
"shape": "S8d"
2205+
"shape": "S8i"
21622206
},
21632207
"ReloadOption": {}
21642208
}
@@ -2235,7 +2279,7 @@
22352279
"type": "structure",
22362280
"members": {
22372281
"Replication": {
2238-
"shape": "S7g"
2282+
"shape": "S7l"
22392283
}
22402284
}
22412285
}
@@ -2335,7 +2379,7 @@
23352379
"type": "structure",
23362380
"members": {
23372381
"Replication": {
2338-
"shape": "S7g"
2382+
"shape": "S7l"
23392383
}
23402384
}
23412385
}
@@ -3560,15 +3604,15 @@
35603604
}
35613605
}
35623606
},
3563-
"S5a": {
3607+
"S5g": {
35643608
"type": "structure",
35653609
"members": {
35663610
"ServerId": {},
35673611
"IpAddress": {},
35683612
"ServerName": {}
35693613
}
35703614
},
3571-
"S6g": {
3615+
"S6l": {
35723616
"type": "structure",
35733617
"members": {
35743618
"EndpointArn": {},
@@ -3580,7 +3624,7 @@
35803624
"LastFailureMessage": {}
35813625
}
35823626
},
3583-
"S6y": {
3627+
"S73": {
35843628
"type": "structure",
35853629
"members": {
35863630
"SchemaName": {},
@@ -3644,7 +3688,7 @@
36443688
"ValidationStateDetails": {}
36453689
}
36463690
},
3647-
"S7g": {
3691+
"S7l": {
36483692
"type": "structure",
36493693
"members": {
36503694
"ReplicationConfigIdentifier": {},
@@ -3732,7 +3776,7 @@
37323776
}
37333777
}
37343778
},
3735-
"S8d": {
3779+
"S8i": {
37363780
"type": "list",
37373781
"member": {
37383782
"type": "structure",

apis/dms-2016-01-01.normal.json

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,20 @@
740740
],
741741
"documentation": "<p>Returns information about the endpoints for your account in the current region.</p>"
742742
},
743+
"DescribeEngineVersions": {
744+
"name": "DescribeEngineVersions",
745+
"http": {
746+
"method": "POST",
747+
"requestUri": "/"
748+
},
749+
"input": {
750+
"shape": "DescribeEngineVersionsMessage"
751+
},
752+
"output": {
753+
"shape": "DescribeEngineVersionsResponse"
754+
},
755+
"documentation": "<p>Returns information about the replication instance versions used in the project.</p>"
756+
},
743757
"DescribeEventCategories": {
744758
"name": "DescribeEventCategories",
745759
"http": {
@@ -2000,6 +2014,12 @@
20002014
"shape": "String"
20012015
}
20022016
},
2017+
"AvailableUpgradesList": {
2018+
"type": "list",
2019+
"member": {
2020+
"shape": "String"
2021+
}
2022+
},
20032023
"BatchStartRecommendationsErrorEntry": {
20042024
"type": "structure",
20052025
"members": {
@@ -3455,6 +3475,32 @@
34553475
},
34563476
"documentation": "<p/>"
34573477
},
3478+
"DescribeEngineVersionsMessage": {
3479+
"type": "structure",
3480+
"members": {
3481+
"MaxRecords": {
3482+
"shape": "IntegerOptional",
3483+
"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>"
3484+
},
3485+
"Marker": {
3486+
"shape": "String",
3487+
"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>"
3488+
}
3489+
}
3490+
},
3491+
"DescribeEngineVersionsResponse": {
3492+
"type": "structure",
3493+
"members": {
3494+
"EngineVersions": {
3495+
"shape": "EngineVersionList",
3496+
"documentation": "<p>Returned <code>EngineVersion</code> objects that describe the replication instance engine versions used in the project.</p>"
3497+
},
3498+
"Marker": {
3499+
"shape": "String",
3500+
"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>"
3501+
}
3502+
}
3503+
},
34583504
"DescribeEventCategoriesMessage": {
34593505
"type": "structure",
34603506
"members": {
@@ -4646,6 +4692,50 @@
46464692
"shape": "EndpointSetting"
46474693
}
46484694
},
4695+
"EngineVersion": {
4696+
"type": "structure",
4697+
"members": {
4698+
"Version": {
4699+
"shape": "String",
4700+
"documentation": "<p>The version number of the replication instance.</p>"
4701+
},
4702+
"Lifecycle": {
4703+
"shape": "String",
4704+
"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>"
4705+
},
4706+
"ReleaseStatus": {
4707+
"shape": "ReleaseStatusValues",
4708+
"documentation": "<p>The release status of the replication instance version.</p>"
4709+
},
4710+
"LaunchDate": {
4711+
"shape": "TStamp",
4712+
"documentation": "<p>The date when the replication instance version became publicly available.</p>"
4713+
},
4714+
"AutoUpgradeDate": {
4715+
"shape": "TStamp",
4716+
"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>"
4717+
},
4718+
"DeprecationDate": {
4719+
"shape": "TStamp",
4720+
"documentation": "<p>The date when the replication instance version will be deprecated and can no longer be requested.</p>"
4721+
},
4722+
"ForceUpgradeDate": {
4723+
"shape": "TStamp",
4724+
"documentation": "<p>The date when the replication instance will have a version upgrade forced.</p>"
4725+
},
4726+
"AvailableUpgrades": {
4727+
"shape": "AvailableUpgradesList",
4728+
"documentation": "<p>The list of valid replication instance versions that you can upgrade to.</p>"
4729+
}
4730+
},
4731+
"documentation": "<p>Provides information about a replication instance version.</p>"
4732+
},
4733+
"EngineVersionList": {
4734+
"type": "list",
4735+
"member": {
4736+
"shape": "EngineVersion"
4737+
}
4738+
},
46494739
"Event": {
46504740
"type": "structure",
46514741
"members": {
@@ -6331,7 +6421,7 @@
63316421
},
63326422
"DatabaseMode": {
63336423
"shape": "DatabaseMode",
6334-
"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>"
6424+
"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>"
63356425
},
63366426
"BabelfishDatabaseName": {
63376427
"shape": "String",

apis/dms-2016-01-01.paginators.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"output_token": "Marker",
3131
"limit_key": "MaxRecords"
3232
},
33+
"DescribeEngineVersions": {
34+
"input_token": "Marker",
35+
"output_token": "Marker",
36+
"limit_key": "MaxRecords"
37+
},
3338
"DescribeEventSubscriptions": {
3439
"input_token": "Marker",
3540
"output_token": "Marker",

0 commit comments

Comments
 (0)