Skip to content

Releases: aws/aws-sdk-js-v3

v3.573.0

09 May 19:28
Compare
Choose a tag to compare

3.573.0(2024-05-09)

Chores
Documentation Changes
  • client-route53resolver: Update the DNS Firewall settings to correct a spelling issue. (b53cab3d)
New Features
  • clients: update client endpoints as of 2024-05-09 (cc9b77b4)
  • client-pinpoint: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. (efa9f252)
  • client-bedrock-agent-runtime: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. (98edd48e)
  • client-ssm-sap: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP (4a7a81df)
  • client-verifiedpermissions: Adds policy effect and actions fields to Policy API's. (629ed6e6)

For list of updated packages, view updated-packages.md in assets-3.573.0.zip

v3.572.0

08 May 19:08
Compare
Choose a tag to compare

3.572.0(2024-05-08)

Chores
  • middleware-expect-continue: do not set expect header if using FetchHttpHandler (#6046) (6bb09044)
  • update core tsconfig based on @tsconfig/node16 (#6038) (80a4f29f)
  • client-alexa-for-business: deprecate alexa-for-business (#6067) (246fcede)
  • client-honeycode: deprecate honeycode (#6068) (bd30a99f)
Documentation Changes
  • client-fms: The policy scope resource tag is always a string value, either a non-empty string or an empty string. (4f544d7c)
New Features
  • clients: update client endpoints as of 2024-05-08 (1e71a11f)
  • client-sqs: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. (35284e8f)
  • client-polly: Add new engine - generative - that builds the most expressive conversational voices. (daf6bd4c)
  • client-ec2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes (711a8ff4)
  • client-cognito-identity-provider: Add EXTERNAL_PROVIDER enum value to UserStatusType. (0189ee3a)
  • client-ecr: This release adds pull through cache rules support for GitLab container registry in Amazon ECR. (a05338f5)
Tests

For list of updated packages, view updated-packages.md in assets-3.572.0.zip

v3.571.0

07 May 19:08
Compare
Choose a tag to compare

3.571.0(2024-05-07)

Documentation Changes
  • client-b2bi: Documentation update to clarify the MappingTemplate definition. (70086558)
  • client-route53profiles: Doc only update for Route 53 profiles that fixes some link issues (23bbcd25)
New Features
  • client-resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. (612bf4ad)
  • client-budgets: This release adds tag support for budgets and budget actions. (da0c974d)

For list of updated packages, view updated-packages.md in assets-3.571.0.zip

v3.570.0

06 May 19:08
Compare
Choose a tag to compare

3.570.0(2024-05-06)

New Features
  • clients: update client endpoints as of 2024-05-06 (132b8e7c)
  • client-medialive: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. (ae28fe72)
Bug Fixes
  • credential-providers: use pinned version for client peerDependencies (#6060) (20098c1f)

For list of updated packages, view updated-packages.md in assets-3.570.0.zip

v3.569.0

03 May 19:10
Compare
Choose a tag to compare

3.569.0(2024-05-03)

Chores
Documentation Changes
  • client-datasync: Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations. (c4eb11d1)
New Features
  • clients: update client endpoints as of 2024-05-03 (ca804cdb)
  • client-bedrock-agent: This release adds support for using Provisioned Throughput with Bedrock Agents. (7c1d3397)
  • client-inspector2: This release adds CSV format to GetCisScanReport for Inspector v2 (79fb03b9)
  • client-sesv2: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2. (9dac593b)
  • client-connectcases: This feature supports the release of Files related items (89b45abe)
  • client-sagemaker: Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs (c97f84a4)
  • client-connect: This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases. (1cbc8f94)
Bug Fixes
  • clients: add deps required by default credential providers (#6055) (bfa86268)
Tests
  • middleware-sdk-s3: add waiter for s3 express e2e test (#6051) (003de3f2)

For list of updated packages, view updated-packages.md in assets-3.569.0.zip

v3.568.0

02 May 19:24
Compare
Choose a tag to compare

3.568.0(2024-05-02)

Chores
Documentation Changes
  • clarify lib-storage name change between v2 and v3 (#6023) (4d0eafce)
New Features
  • client-redshift-serverless: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name. (044806b1)
  • client-dynamodb: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs. (7a4330dd)
  • client-personalize: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group. (3c7432b9)
  • client-ec2: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM). (0903d38f)

For list of updated packages, view updated-packages.md in assets-3.568.0.zip

v3.567.0

01 May 19:06
Compare
Choose a tag to compare

3.567.0(2024-05-01)

Chores
  • core: skip emitting warning for Node.js 14.x (#6044) (669a7de0)
  • clients:
    • remove redundant service client doc generator (#6041) (306aafc5)
    • extend TypeScript config from @tsconfig/node16 (#6037) (c4fb66d9)
  • codegen: update smithy-ts commit to update engines to node >= 16 (#6040) (9149dce4)
Documentation Changes
  • client-ec2: Documentation updates for Amazon EC2. (044d712d)
New Features
  • clients: update client endpoints as of 2024-05-01 (365eb8c3)
  • client-personalize-runtime: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2. (a68c9997)
  • client-securityhub: Updated CreateMembers API request with limits. (1142738b)
  • client-bedrock-agent: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base. (93917f77)
  • client-sesv2: Fixes ListContacts and ListImportJobs APIs to use POST instead of GET. (56df20cf)
  • end support for Node.js 14.x (#6034) (d1964111)

For list of updated packages, view updated-packages.md in assets-3.567.0.zip

v3.566.0

30 Apr 19:07
Compare
Choose a tag to compare

3.566.0(2024-04-30)

Documentation Changes
  • client-signer: Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions. (e184834d)
New Features
  • client-sagemaker: Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types. (a070740b)
  • client-omics: Add support for workflow sharing and dynamic run storage (f47a1b29)
  • client-codeartifact: Add support for the Ruby package format. (c7099834)
  • client-fms: AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization. (f2e212c7)
  • client-qbusiness: This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems. (56e646da)
  • client-route53resolver: Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest. (6f5f3a13)
  • client-pinpoint-sms-voice-v2: Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries. (fd01ffd2)
  • client-chime-sdk-voice: Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page. (a11b006c)
  • client-opensearch: This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint. (0d8cad30)
  • client-quicksight: New Q embedding supporting Generative Q&A (90a9ac32)

For list of updated packages, view updated-packages.md in assets-3.566.0.zip

v3.565.0

29 Apr 19:08
Compare
Choose a tag to compare

3.565.0(2024-04-29)

Chores
  • statically import credential-provider-node in clients used from credentials (#6027) (5ce56002)
  • scripts: use caret when updating aws-sdk peerDependencies (#6031) (0d54a05d)
New Features
  • clients: update client endpoints as of 2024-04-29 (1ac71fcf)
  • client-trustedadvisor: This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. (5fb127b3)
  • client-timestream-query: This change allows users to update and describe account settings associated with their accounts. (4f7a6435)
  • client-transcribe: This update provides error messaging for generative call summarization in Transcribe Call Analytics (671315c8)
  • client-inspector2: Update Inspector2 to include new Agentless API parameters. (9bfe9ac1)
  • client-amplify: Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. (c6d74d1c)
  • client-connectcases: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's (1d961440)

For list of updated packages, view updated-packages.md in assets-3.565.0.zip

v3.564.0

26 Apr 19:06
Compare
Choose a tag to compare

3.564.0(2024-04-26)

Chores
  • clients: remove direct dependency on client-sts (#6028) (e30cf9a4)
New Features
  • clients: update client endpoints as of 2024-04-26 (7024e2ef)
  • client-cognito-identity-provider: Add LimitExceededException to SignUp errors (633da5a3)
  • client-connectcampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound. (3235950a)
  • client-codepipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. (27a9b337)
  • client-marketplace-entitlement-service: Releasing minor endpoint updates. (231317d3)
  • client-support: Releasing minor endpoint updates. (354980a2)
  • client-rds: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. (dcebb696)
  • client-oam: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account (28b52155)

For list of updated packages, view updated-packages.md in assets-3.564.0.zip