Skip to content

Commit

Permalink
Release v1.44.43 (2022-06-27) (#4456)
Browse files Browse the repository at this point in the history
Release v1.44.43 (2022-06-27)
===

### Service Client Updates
* `service/iot`: Updates service API
  * This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.
  • Loading branch information
aws-sdk-go-automation committed Jun 27, 2022
1 parent 32d9e06 commit 64d937d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.44.43 (2022-06-27)
===

### Service Client Updates
* `service/iot`: Updates service API
* This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.

Release v1.44.42 (2022-06-24)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.42"
const SDKVersion = "1.44.43"
2 changes: 1 addition & 1 deletion models/apis/iot/2015-05-28/api-2.json
Expand Up @@ -12296,7 +12296,7 @@
"TagValue":{
"type":"string",
"max":256,
"min":1
"min":0
},
"Target":{"type":"string"},
"TargetArn":{
Expand Down
5 changes: 1 addition & 4 deletions service/iot/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64d937d

Please sign in to comment.