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

Release v1.44.59 #4487

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Release v1.44.59 #4487

merged 1 commit into from
Jul 20, 2022

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.44.59 (2022-07-20)

Service Client Updates

  • service/acm-pca: Updates service documentation
  • service/iot: Updates service API and documentation
    • GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

SDK Bugs

  • service/pricing: Fixes a bug that caused GetProductsOutput.PriceList to be generated incorrectly. (#4486)
    • The v1.44.46 release incorrectly resulted in the PriceList field's type changing from []aws.JSONValue to []*string.
    • This release reverts this change, with the field now correctly updated to []aws.JSONValue.
    • Fixes #4480

===

### Service Client Updates
* `service/acm-pca`: Updates service documentation
* `service/iot`: Updates service API and documentation
  * GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

### SDK Bugs
* `service/pricing`: Fixes a bug that caused `GetProductsOutput.PriceList` to be generated incorrectly. ([#4486](#4486))
  * The [v1.44.46](https://github.com/aws/aws-sdk-go/releases/tag/v1.44.46) release incorrectly resulted in the `PriceList` field's type changing from `[]aws.JSONValue` to `[]*string`.
  * This release reverts this change, with the field now correctly updated to `[]aws.JSONValue`.
  * Fixes [#4480](#4480)
@aws-sdk-go-automation aws-sdk-go-automation merged commit 5a5fc7b into main Jul 20, 2022
@aws-sdk-go-automation aws-sdk-go-automation deleted the release branch July 20, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pricing.GetProducts includes breaking changes in v1.44.46
1 participant