Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jun 27, 2022
1 parent bcec4ff commit 42ece6f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12296,7 +12296,7 @@
"TagValue":{
"type":"string",
"max":256,
"min":1
"min":0
},
"Target":{"type":"string"},
"TargetArn":{
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.91.0 (2022-06-27)
------------------

* Feature - 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.

1.90.0 (2022-05-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-iot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.90.0
1.91.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-iot/lib/aws-sdk-iot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::IoT

GEM_VERSION = '1.90.0'
GEM_VERSION = '1.91.0'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-iot/lib/aws-sdk-iot/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13694,7 +13694,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iot'
context[:gem_version] = '1.90.0'
context[:gem_version] = '1.91.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down

0 comments on commit 42ece6f

Please sign in to comment.