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

service/pricing: Fix PriceList type to aws.JSONValue #4486

Merged
merged 3 commits into from
Jul 19, 2022

Conversation

skmcgrail
Copy link
Member

@skmcgrail skmcgrail commented Jul 19, 2022

  • 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

@skmcgrail skmcgrail requested review from vudh1 and Purnaak July 19, 2022 18:23
@skmcgrail skmcgrail changed the title service/pricing: Fix to correct PriceList to aws.JSONValue service/pricing: Fix PriceList type to aws.JSONValue Jul 19, 2022
@skmcgrail skmcgrail merged commit c11f6f2 into aws:main Jul 19, 2022
@skmcgrail skmcgrail deleted the pricingFix branch July 19, 2022 21:37
aws-sdk-go-automation pushed a commit that referenced this pull request Jul 20, 2022
===

### 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 added a commit that referenced this pull request Jul 20, 2022
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](#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)
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
2 participants