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.43.0 #4279

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Release v1.43.0 #4279

merged 1 commit into from
Feb 16, 2022

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.43.0 (2022-02-16)

Service Client Updates

  • service/budgets: Updates service API and documentation
    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
  • service/ce: Updates service API
  • service/ec2: Updates service API and documentation
    • Documentation updates for EC2.
  • service/glue: Updates service API and documentation
    • Support for optimistic locking in UpdateTable
  • service/ssm: Updates service documentation
    • Assorted ticket fixes and updates for AWS Systems Manager.

SDK Features

  • codegen: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations.

SDK Bugs

  • service/lexruntimeservice: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists.
    • PostContentInput.ActiveContexts
    • PutContentOutput.AlternativeIntents
    • PutContentOutput.ActiveContexts
    • PutSessionOutput.ActiveContexts
    • Fixes #4258

===

### Service Client Updates
* `service/budgets`: Updates service API and documentation
  * Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
* `service/ce`: Updates service API
* `service/ec2`: Updates service API and documentation
  * Documentation updates for EC2.
* `service/glue`: Updates service API and documentation
  * Support for optimistic locking in UpdateTable
* `service/ssm`: Updates service documentation
  * Assorted ticket fixes and updates for AWS Systems Manager.

### SDK Features
* `codegen`: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations.
  * Related to [#4264](#4264) and [#4258](#4258)

### SDK Bugs
* `service/lexruntimeservice`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists.
  * PostContentInput.ActiveContexts
  * PutContentOutput.AlternativeIntents
  * PutContentOutput.ActiveContexts
  * PutSessionOutput.ActiveContexts
  * Fixes [#4258](#4258)
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.

SerializationError using Lex v1 bot from aws-sdk-go-1.33.21 onwards
1 participant