Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @aws-sdk/client-kinesis from 3.421.0 to 3.478.0 #983

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps @aws-sdk/client-kinesis from 3.421.0 to 3.478.0.

Release notes

Sourced from @​aws-sdk/client-kinesis's releases.

v3.478.0

3.478.0(2023-12-20)

Chores
  • util-endpoints: update aws partitions.json (ff9baa6e)
  • endpoints: update endpoints model (cca56b3f)
  • models: update API models (b6ef2027)
  • codegen: use TypeScriptDependency in addImport calls (#5607) (f1fe6dcc)
New Features
  • client-managedblockchain-query: Adding Confirmation Status and Execution Status to GetTransaction Response. (fc9a7807)
  • client-mediatailor: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field (36330308)
  • client-route-53: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. (22ad5ebf)
  • client-guardduty: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API (bc8a22fc)
  • client-appstream: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa. (62b4da59)
  • client-eks: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues. (864e50e8)
  • codegen for paginator factory (#5590) (e54099b7)

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

v3.477.0

3.477.0(2023-12-19)

Chores
New Features
  • clients: update client endpoints as of 2023-12-19 (f9e61927)
  • client-marketplace-catalog: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities. (d96b6069)
  • client-ec2: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones. (0d9d3e82)
  • client-rds: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation (ba936d14)
  • client-appsync: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection (a69d6cf3)
  • client-fsx: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration. (02c79f92)
  • client-chime-sdk-meetings: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting. (9a30a93d)
  • experimentalIdentityAndAuth: release phase for SQS and DynamoDB (#5284) (b3d14976)
  • xml codegen reduction (#5566) (3ed7c81f)

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

v3.476.0

... (truncated)

Changelog

Sourced from @​aws-sdk/client-kinesis's changelog.

3.478.0 (2023-12-20)

Features

3.477.0 (2023-12-19)

Note: Version bump only for package @​aws-sdk/client-kinesis

3.476.0 (2023-12-18)

Note: Version bump only for package @​aws-sdk/client-kinesis

3.474.0 (2023-12-14)

Note: Version bump only for package @​aws-sdk/client-kinesis

3.473.0 (2023-12-13)

Note: Version bump only for package @​aws-sdk/client-kinesis

3.470.0 (2023-12-08)

Note: Version bump only for package @​aws-sdk/client-kinesis

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from a team as a code owner December 25, 2023 19:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@aryamohanan aryamohanan force-pushed the dependabot/npm_and_yarn/main/aws-sdk/client-kinesis-3.478.0 branch from be189e7 to cd787b2 Compare January 1, 2024 06:47
Copy link
Contributor

@aryamohanan aryamohanan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Bumps [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) from 3.421.0 to 3.478.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kinesis/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.478.0/clients/client-kinesis)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@aryamohanan aryamohanan force-pushed the dependabot/npm_and_yarn/main/aws-sdk/client-kinesis-3.478.0 branch from cd787b2 to 86dd4e5 Compare January 1, 2024 13:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

A newer version of @​aws-sdk/client-kinesis exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@aryamohanan aryamohanan merged commit 5444d92 into main Jan 3, 2024
1 check passed
@aryamohanan aryamohanan deleted the dependabot/npm_and_yarn/main/aws-sdk/client-kinesis-3.478.0 branch January 3, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants