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

Commits on Jul 20, 2022

  1. 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)
    awssdkgo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8530382 View commit details
    Browse the repository at this point in the history