You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArrayValue member element types are now nullable: booleanValues
is (boolean | null)[], longValues and doubleValues are
(number | null)[], stringValues is (string | null)[], and
arrayValues is (ArrayValue | null)[]. This reflects that SQL
array responses can contain NULL elements. Existing TypeScript code
that reads elements as non-nullable values won't compile; migrate
by changing the target type to nullable, using the nullish coalescing
operator ?? to supply a default, or using .filter(v => v !== null). (43e8abc9)
sync for smithy 1.71.0 and snapshot-testing fix (#8053) (e55a3879)
New Features
clients: update client endpoints as of 2026-05-29 (100e59e3)
client-codeguru-security: Adding new BDD representation of endpoint ruleset (b5e79600)
client-auto-scaling-plans: Adding new BDD representation of endpoint ruleset (be4de620)
client-connect-contact-lens: Adding new BDD representation of endpoint ruleset (5356eaf4)
client-connectcampaignsv2: Adding new BDD representation of endpoint ruleset (610e00f6)
client-cloudsearch: Adding new BDD representation of endpoint ruleset (954a5629)
client-account: Adding new BDD representation of endpoint ruleset (043ec31b)
client-directory-service-data: Adding new BDD representation of endpoint ruleset (a4c4696b)
client-bedrock: Automated Reasoning checks - Added two build workflows for policies. Iterative Refine Policy uses AI to update policy definitions based on test results and feedback. Resolve Policy Ambiguities consolidates ambiguous variables in Automated Reasoning policies, a common source of ambiguous validation. (dc971ce1)
client-lex-models-v2: Adding new BDD representation of endpoint ruleset (46879a2b)
client-application-insights: Adding new BDD representation of endpoint ruleset (8188d14a)
client-quicksight: Adds support for creating, updating, describing, listing, and deleting an OAuthClientApplication resource, a new quicksight resource that allows customers to store OAuth configurations to connect to their databases via 3 Legged OAuth. (62d39a81)
client-bedrock-agentcore-control: Reference your own AWS Secrets Manager secrets when configuring credential providers, giving you control over encryption, rotation, and access policies instead of using service-managed secrets. (ac8eac96)
client-codecatalyst: Adding new BDD representation of endpoint ruleset (5d0951a1)
client-grafana: Adding new BDD representation of endpoint ruleset (a0c1dbf4)
client-drs: Adding new BDD representation of endpoint ruleset (af7bbc33)
client-cloudsearch-domain: Adding new BDD representation of endpoint ruleset (84e5f9f0)
client-networkflowmonitor: Adding new BDD representation of endpoint ruleset (2571d33c)
client-mailmanager: Adding new BDD representation of endpoint ruleset (89075b5d)
client-route53resolver: Added BatchCreateFirewallRule, BatchUpdateFirewallRule, BatchDeleteFirewallRule, and ListFirewallRuleTypes APIs. Added FirewallRuleType support to Firewall Rule APIs. (a5c6d722)
client-pcs: Adding new BDD representation of endpoint ruleset (eec245d2)
client-inspector-scan: Adding new BDD representation of endpoint ruleset (f4eb5511)
client-sesv2: This release introduces support for Tenant Suppression Lists (3de2020c)
client-chime: Adding new BDD representation of endpoint ruleset (f8e2cde5)
client-proton: Adding new BDD representation of endpoint ruleset (937b25e0)
client-lex-runtime-v2: Adding new BDD representation of endpoint ruleset (2e4709c6)
client-ssm-guiconnect: Adding new BDD representation of endpoint ruleset (e5c019d3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @aws-sdk/client-s3 from 3.1045.0 to 3.1057.0.
Release notes
Sourced from @aws-sdk/client-s3's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3's changelog.
... (truncated)
Commits
e836d5cPublish v3.1057.0e55a387chore(codegen): sync for smithy 1.71.0 and snapshot-testing fix (#8053)4b03542Publish v3.1056.07ae617cchore(codegen): sync for cyclic file dependency fixes (#8051)2981565Publish v3.1055.0d999d57Publish v3.1054.0ef69ea6Publish v3.1053.0443d6bePublish v3.1052.00d6242dchore(codegen): update@smithydependencies (#8038)b825c13Publish v3.1051.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)