Skip to content

Commit

Permalink
Updates SDK to v2.1488.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 3, 2023
1 parent 438045c commit 301f35f
Show file tree
Hide file tree
Showing 28 changed files with 2,599 additions and 668 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1488.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations 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": "IMDS",
"description": "IMDSv1 fallback toggle"
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Added LoRaWAN version 1.0.4 support"
},
{
"type": "feature",
"category": "LaunchWizard",
"description": "AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-IMDS-3a28eff9.json

This file was deleted.

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.1487.0-->
<!--LATEST=2.1488.0-->
<!--ENTRYINSERT-->

## 2.1488.0
* feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023.
* feature: Connect: Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
* feature: IMDS: IMDSv1 fallback toggle
* feature: IoTWireless: Added LoRaWAN version 1.0.4 support
* feature: LaunchWizard: AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience.

## 2.1487.0
* feature: AppRunner: AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
* feature: Connect: GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1487.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1488.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
19 changes: 18 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8358,7 +8358,24 @@
"AWS::APS::RuleGroupsNamespace",
"AWS::CodeGuruProfiler::ProfilingGroup",
"AWS::Route53Resolver::ResolverQueryLoggingConfig",
"AWS::Batch::SchedulingPolicy"
"AWS::Batch::SchedulingPolicy",
"AWS::ACMPCA::CertificateAuthorityActivation",
"AWS::AppMesh::GatewayRoute",
"AWS::AppMesh::Mesh",
"AWS::Connect::Instance",
"AWS::Connect::QuickConnect",
"AWS::EC2::CarrierGateway",
"AWS::EC2::IPAMPool",
"AWS::EC2::TransitGatewayConnect",
"AWS::EC2::TransitGatewayMulticastDomain",
"AWS::ECS::CapacityProvider",
"AWS::IAM::InstanceProfile",
"AWS::IoT::CACertificate",
"AWS::IoTTwinMaker::SyncJob",
"AWS::KafkaConnect::Connector",
"AWS::Lambda::CodeSigningConfig",
"AWS::NetworkManager::ConnectPeer",
"AWS::ResourceExplorer2::Index"
]
},
"ResourceTypeList": {
Expand Down
Loading

0 comments on commit 301f35f

Please sign in to comment.