Skip to content

Commit

Permalink
Updates SDK to v2.1298.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 19, 2023
1 parent 75f6324 commit d253399
Show file tree
Hide file tree
Showing 45 changed files with 3,792 additions and 2,487 deletions.
62 changes: 62 additions & 0 deletions .changes/2.1298.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "Adding support for Salesforce Pardot connector in Amazon AppFlow."
},
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue."
},
{
"type": "feature",
"category": "CodeArtifact",
"description": "Documentation updates for CodeArtifact"
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history."
},
{
"type": "feature",
"category": "ConnectParticipant",
"description": "This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value."
},
{
"type": "feature",
"category": "Glue",
"description": "Release Glue Studio Hudi Data Lake Format for SDK/CLI"
},
{
"type": "feature",
"category": "GroundStation",
"description": "Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact"
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change."
},
{
"type": "feature",
"category": "Panorama",
"description": "Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in."
},
{
"type": "feature",
"category": "SageMaker",
"description": "HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs"
}
]
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1297.0-->
<!--LATEST=2.1298.0-->
<!--ENTRYINSERT-->

## 2.1298.0
* feature: Appflow: Adding support for Salesforce Pardot connector in Amazon AppFlow.
* feature: CloudWatchLogs: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
* feature: CodeArtifact: Documentation updates for CodeArtifact
* feature: Connect: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
* feature: ConnectParticipant: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.
* feature: EC2: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
* feature: Glue: Release Glue Studio Hudi Data Lake Format for SDK/CLI
* feature: GroundStation: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
* feature: MediaLive: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
* feature: OpenSearch: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.
* feature: Panorama: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.
* feature: SageMaker: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs

## 2.1297.0
* feature: CloudWatch: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.
* feature: Ivschat: Updates the range for a Chat Room's maximumMessageRatePerSecond field.
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.1297.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1298.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
Loading

0 comments on commit d253399

Please sign in to comment.