Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps @aws-sdk/client-secrets-manager from 3.186.0 to 3.188.0.

Release notes

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

v3.188.0

3.188.0(2022-10-13)

Chores
  • codegen:
    • bump smithy to 1.26.x (#4037) (e455ea5c)
    • move smithy version settings to gradle properties (#4035) (4e6df5ef)
    • refactor writeAdditionalFiles and writeAdditionalExports logic into customize (#4014) (ed7cec28)
  • clients:
    • add missing newline (#4030) (f23158a3)
    • restore "bump target to ES2020 and remove outdated libs" (c709add0)
  • deps-dev: bump fast-xml-parser to 4.0.11 (#4001) (0a893fba)
  • packages: restore es2020 target in packages for dist-es (625092f3)
Documentation Changes
  • client-ecs: Documentation update to address tickets. (1d6ea7d5)
  • client-translate: This release enables customers to specify multiple target languages in asynchronous batch translation requests. (f296ccc7)
  • client-iam: Documentation updates for the AWS Identity and Access Management API Reference. (d4422ff1)
  • client-rds-data: Doc update to reflect no support for schema parameter on BatchExecuteStatement API (6aabe748)
  • client-iotfleetwise: Documentation update for AWS IoT FleetWise (17b50b4c)
  • streams: add readme section about stream mixins (#4036) (7434604a)
New Features
  • clients:
    • update client endpoints as of 2022-10-13 (914798ba)
    • support util functions to consume response streams (#3977) (ad99b669)
  • client-medialive: AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source. (3e59a7ac)
  • client-amplifyuibuilder: We are releasing the ability for fields to be configured as arrays. (af77058a)
  • client-ssm: Support of AmazonLinux2022 by Patch Manager (5f08c969)
  • client-guardduty: Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations. (f64188c0)
  • client-transfer: This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect. (d0d60dab)
  • client-wisdom: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations. (8ea9f3c7)
  • client-panorama: Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response. (8e266f0c)
  • client-directory-service: This release adds support for describing and updating AWS Managed Microsoft AD set up. (a6042dd0)
  • client-mediapackage-vod: This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer. (f53ca0e0)
  • client-ssm-incidents: Update RelatedItem enum to support Tasks (d89bc49f)
  • client-appflow: With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically. (fa7223ae)
  • client-connect: This release adds support for a secondary email and a mobile number for Amazon Connect instance users. (8c9f6446)
Bug Fixes

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

... (truncated)

Changelog

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

3.188.0 (2022-10-13)

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

Commits
  • 5b03ad1 Publish v3.188.0
  • ed7cec2 chore(codegen): refactor writeAdditionalFiles and writeAdditionalExports logi...
  • c709add chore(clients): restore "bump target to ES2020 and remove outdated libs"
  • See full diff in compare view

Dependabot compatibility score

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 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 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)

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.186.0 to 3.188.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-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.188.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2022
@chiefmikey chiefmikey merged commit fc08801 into main Oct 14, 2022
@chiefmikey chiefmikey deleted the dependabot/npm_and_yarn/aws-sdk/client-secrets-manager-3.188.0 branch October 14, 2022 18:26
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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