diff --git a/.changes/next-release/service.ec2-announcement-1616786271582723000.json b/.changes/next-release/service.ec2-announcement-1616786271582723000.json new file mode 100644 index 00000000000..52cbc436282 --- /dev/null +++ b/.changes/next-release/service.ec2-announcement-1616786271582723000.json @@ -0,0 +1,9 @@ +{ + "ID": "service.ec2-announcement-1616786271582723000", + "SchemaVersion": 1, + "Module": "service/ec2", + "Type": "announcement", + "Description": "This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the [aws.Bool](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#Bool) function to get the address from a bool literal. Similar utilities are available for all other primative types in the [aws](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws) package.", + "MinVersion": "", + "AffectedModules": null +} \ No newline at end of file diff --git a/.changes/next-release/service.ec2-bugfix-1616785668377831000.json b/.changes/next-release/service.ec2-bugfix-1616785668377831000.json new file mode 100644 index 00000000000..9fa74ab873a --- /dev/null +++ b/.changes/next-release/service.ec2-bugfix-1616785668377831000.json @@ -0,0 +1,9 @@ +{ + "ID": "service.ec2-bugfix-1616785668377831000", + "SchemaVersion": 1, + "Module": "service/ec2", + "Type": "bugfix", + "Description": "Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes [#1107](https://github.com/aws/aws-sdk-go-v2/issues/1107), [#1178](https://github.com/aws/aws-sdk-go-v2/issues/1178), and [#1190](https://github.com/aws/aws-sdk-go-v2/issues/1190). This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.", + "MinVersion": "v1.3.0", + "AffectedModules": null +}