Skip to content

Commit

Permalink
Updates SDK to v2.1289.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 5, 2023
1 parent e0b6e43 commit 9cac65a
Show file tree
Hide file tree
Showing 27 changed files with 991 additions and 571 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1289.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AmplifyBackend",
"description": "Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string"
},
{
"type": "feature",
"category": "AppRunner",
"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."
},
{
"type": "feature",
"category": "Connect",
"description": "Documentation update for a new Initiation Method value in DescribeContact API"
},
{
"type": "feature",
"category": "EMRServerless",
"description": "Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications."
},
{
"type": "feature",
"category": "RDS",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1288.0-->
<!--LATEST=2.1289.0-->
<!--ENTRYINSERT-->

## 2.1289.0
* feature: AmplifyBackend: Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
* 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.
* feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
* feature: EMRServerless: Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications.
* 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.

## 2.1288.0
* 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.
* feature: SSM: Adding support for QuickSetup Document Type in Systems Manager
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1288.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1289.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
3 changes: 3 additions & 0 deletions apis/amplifybackend-2020-08-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,9 @@
},
"Status": {
"locationName": "status"
},
"ModelIntrospectionSchema": {
"locationName": "modelIntrospectionSchema"
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion apis/amplifybackend-2020-08-11.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"documentation": "<p>400 response</p>"
}
],
"documentation": "<p>Generates a model schema for existing backend API resource.</p>"
"documentation": "<p>Gets a model introspection schema for an existing backend API resource.</p>"
},
"GetBackendAuth": {
"name": "GetBackendAuth",
Expand Down Expand Up @@ -2364,6 +2364,11 @@
"shape": "Status",
"locationName": "status",
"documentation": "<p>The current status of the request.</p>"
},
"ModelIntrospectionSchema": {
"shape": "__string",
"locationName": "modelIntrospectionSchema",
"documentation": "<p>Stringified JSON of the model introspection schema for an existing backend API resource.</p>"
}
}
},
Expand Down

0 comments on commit 9cac65a

Please sign in to comment.