Skip to content

Commit

Permalink
Updates SDK to v2.1257.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 17, 2022
1 parent 6d1a84d commit ee0fbb8
Show file tree
Hide file tree
Showing 61 changed files with 4,836 additions and 695 deletions.
82 changes: 82 additions & 0 deletions .changes/2.1257.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
[
{
"type": "feature",
"category": "Amplify",
"description": "Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support."
},
{
"type": "feature",
"category": "AppSync",
"description": "This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers."
},
{
"type": "feature",
"category": "Appflow",
"description": "AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost."
},
{
"type": "feature",
"category": "DMS",
"description": "Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new optional parameter \"privateIpAddress\" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones."
},
{
"type": "feature",
"category": "Ivschat",
"description": "Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Node 18 (nodejs18.x) support to AWS Lambda."
},
{
"type": "feature",
"category": "Personalize",
"description": "This release provides support for creation and use of metric attributions in AWS Personalize"
},
{
"type": "feature",
"category": "Polly",
"description": "Add two new neural voices - Ola (pl-PL) and Hala (ar-AE)."
},
{
"type": "feature",
"category": "RUM",
"description": "CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED."
},
{
"type": "feature",
"category": "S3Control",
"description": "Added 34 new S3 Storage Lens metrics to support additional customer use cases."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail"
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"description": "This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application."
},
{
"type": "feature",
"category": "Textract",
"description": "This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API"
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details."
}
]
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1256.0-->
<!--LATEST=2.1257.0-->
<!--ENTRYINSERT-->

## 2.1257.0
* feature: Amplify: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
* feature: AppSync: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
* feature: Appflow: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
* feature: DMS: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
* feature: EC2: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
* feature: EMRServerless: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
* feature: Ivschat: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
* feature: Lambda: Add Node 18 (nodejs18.x) support to AWS Lambda.
* feature: Personalize: This release provides support for creation and use of metric attributions in AWS Personalize
* feature: Polly: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
* feature: RUM: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
* feature: S3Control: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
* feature: SecurityHub: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
* feature: ServiceCatalogAppRegistry: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
* feature: Textract: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
* feature: WorkSpaces: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

## 2.1256.0
* feature: Billingconductor: This release adds a new feature BillingEntity pricing rule.
* feature: CloudFormation: Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1256.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1257.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
13 changes: 7 additions & 6 deletions apis/amplify-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@
},
"platform": {
"shape": "Platform",
"documentation": "<p> The platform for the Amplify app. </p>"
"documentation": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>"
},
"createTime": {
"shape": "CreateTime",
Expand Down Expand Up @@ -1628,7 +1628,7 @@
},
"platform": {
"shape": "Platform",
"documentation": "<p> The platform or framework for an Amplify app. </p>"
"documentation": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>"
},
"iamServiceRoleArn": {
"shape": "ServiceRoleArn",
Expand Down Expand Up @@ -3189,7 +3189,8 @@
"type": "string",
"enum": [
"WEB",
"WEB_DYNAMIC"
"WEB_DYNAMIC",
"WEB_COMPUTE"
]
},
"ProductionBranch": {
Expand Down Expand Up @@ -3550,14 +3551,14 @@
"member": {
"shape": "SubDomainSetting"
},
"max": 255
"max": 500
},
"SubDomains": {
"type": "list",
"member": {
"shape": "SubDomain"
},
"max": 255
"max": 500
},
"TTL": {
"type": "string",
Expand Down Expand Up @@ -3697,7 +3698,7 @@
},
"platform": {
"shape": "Platform",
"documentation": "<p> The platform for an Amplify app. </p>"
"documentation": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>"
},
"iamServiceRoleArn": {
"shape": "ServiceRoleArn",
Expand Down
Loading

0 comments on commit ee0fbb8

Please sign in to comment.