Skip to content

Commit 9cac65a

Browse files
author
awstools
committed
Updates SDK to v2.1289.0
1 parent e0b6e43 commit 9cac65a

27 files changed

+991
-571
lines changed

.changes/2.1289.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AmplifyBackend",
5+
"description": "Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppRunner",
10+
"description": "This release adds support of securely referencing secrets and configuration data that are stored in Secrets Manager and SSM Parameter Store by adding them as environment secrets in your App Runner service."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "Documentation update for a new Initiation Method value in DescribeContact API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EMRServerless",
20+
"description": "Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "This release adds support for specifying which certificate authority (CA) to use for a DB instance's server certificate during DB instance creation, as well as other CA enhancements."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1289.0
6+
* feature: AmplifyBackend: Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
7+
* feature: AppRunner: This release adds support of securely referencing secrets and configuration data that are stored in Secrets Manager and SSM Parameter Store by adding them as environment secrets in your App Runner service.
8+
* feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
9+
* feature: EMRServerless: Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications.
10+
* feature: RDS: This release adds support for specifying which certificate authority (CA) to use for a DB instance's server certificate during DB instance creation, as well as other CA enhancements.
11+
512
## 2.1288.0
613
* feature: ApplicationAutoScaling: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.
714
* feature: SSM: Adding support for QuickSetup Document Type in Systems Manager

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1288.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1289.0.min.js"></script>
6161

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

apis/amplifybackend-2020-08-11.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,9 @@
776776
},
777777
"Status": {
778778
"locationName": "status"
779+
},
780+
"ModelIntrospectionSchema": {
781+
"locationName": "modelIntrospectionSchema"
779782
}
780783
}
781784
}

apis/amplifybackend-2020-08-11.normal.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
"documentation": "<p>400 response</p>"
554554
}
555555
],
556-
"documentation": "<p>Generates a model schema for existing backend API resource.</p>"
556+
"documentation": "<p>Gets a model introspection schema for an existing backend API resource.</p>"
557557
},
558558
"GetBackendAuth": {
559559
"name": "GetBackendAuth",
@@ -2364,6 +2364,11 @@
23642364
"shape": "Status",
23652365
"locationName": "status",
23662366
"documentation": "<p>The current status of the request.</p>"
2367+
},
2368+
"ModelIntrospectionSchema": {
2369+
"shape": "__string",
2370+
"locationName": "modelIntrospectionSchema",
2371+
"documentation": "<p>Stringified JSON of the model introspection schema for an existing backend API resource.</p>"
23672372
}
23682373
}
23692374
},

0 commit comments

Comments
 (0)