aws-sdk-iot 1.36.0 → 1.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e4b876f176fb80e033afdd2dec7ce787f7a99a4
4
- data.tar.gz: 2f1f4550b568be534872f99e459527d2bccbe8e7
3
+ metadata.gz: 595b9abcdbfd830db3d5c287c3454bd72a122563
4
+ data.tar.gz: eab3d61a4504e401b88b050dc6609116a37b4b7e
5
5
  SHA512:
6
- metadata.gz: 964f6c363dd20b5028215fff66029f1ae8fe2c176b0779f4e5c0cd5759f8ef2d72797b218e0fb6004c66d493767376b21e962283082bd3b042dd71e185d43bc2
7
- data.tar.gz: b8fadc23fca1f3632686e42ee053eb83c7a4a92d0eac369ac58556182ffe955d731196cede32fe5de2c8c647e3643c7c81933b70d79d656f1af02987fcc94ddd
6
+ metadata.gz: 4d23c1d7ebec4bd790153e264634578fef458afb2481114dbd74bdea2a2526ce8a1430296c5c4b24c957511af88285f08601e09b70286d7297199811cec23557
7
+ data.tar.gz: ded6d70110aee8715212cc19faf8878a61162855a7ac81646b26ff8cc8a9dcb21cebe742812fd5301faa28cd890e4582fae3cf010a6124df1bdf1b59436c86e6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.36.0'
45
+ GEM_VERSION = '1.37.0'
46
46
 
47
47
  end
@@ -1910,6 +1910,7 @@ module Aws::IoT
1910
1910
  # republish: {
1911
1911
  # role_arn: "AwsArn", # required
1912
1912
  # topic: "TopicPattern", # required
1913
+ # qos: 1,
1913
1914
  # },
1914
1915
  # s3: {
1915
1916
  # role_arn: "AwsArn", # required
@@ -2006,6 +2007,7 @@ module Aws::IoT
2006
2007
  # republish: {
2007
2008
  # role_arn: "AwsArn", # required
2008
2009
  # topic: "TopicPattern", # required
2010
+ # qos: 1,
2009
2011
  # },
2010
2012
  # s3: {
2011
2013
  # role_arn: "AwsArn", # required
@@ -4150,6 +4152,7 @@ module Aws::IoT
4150
4152
  # resp.rule.actions[0].kinesis.partition_key #=> String
4151
4153
  # resp.rule.actions[0].republish.role_arn #=> String
4152
4154
  # resp.rule.actions[0].republish.topic #=> String
4155
+ # resp.rule.actions[0].republish.qos #=> Integer
4153
4156
  # resp.rule.actions[0].s3.role_arn #=> String
4154
4157
  # resp.rule.actions[0].s3.bucket_name #=> String
4155
4158
  # resp.rule.actions[0].s3.key #=> String
@@ -4209,6 +4212,7 @@ module Aws::IoT
4209
4212
  # resp.rule.error_action.kinesis.partition_key #=> String
4210
4213
  # resp.rule.error_action.republish.role_arn #=> String
4211
4214
  # resp.rule.error_action.republish.topic #=> String
4215
+ # resp.rule.error_action.republish.qos #=> Integer
4212
4216
  # resp.rule.error_action.s3.role_arn #=> String
4213
4217
  # resp.rule.error_action.s3.bucket_name #=> String
4214
4218
  # resp.rule.error_action.s3.key #=> String
@@ -4338,7 +4342,7 @@ module Aws::IoT
4338
4342
  # Lists the policies attached to the specified thing group.
4339
4343
  #
4340
4344
  # @option params [required, String] :target
4341
- # The group for which the policies will be listed.
4345
+ # The group or principal for which the policies will be listed.
4342
4346
  #
4343
4347
  # @option params [Boolean] :recursive
4344
4348
  # When true, recursively list attached policies.
@@ -6527,6 +6531,7 @@ module Aws::IoT
6527
6531
  # republish: {
6528
6532
  # role_arn: "AwsArn", # required
6529
6533
  # topic: "TopicPattern", # required
6534
+ # qos: 1,
6530
6535
  # },
6531
6536
  # s3: {
6532
6537
  # role_arn: "AwsArn", # required
@@ -6623,6 +6628,7 @@ module Aws::IoT
6623
6628
  # republish: {
6624
6629
  # role_arn: "AwsArn", # required
6625
6630
  # topic: "TopicPattern", # required
6631
+ # qos: 1,
6626
6632
  # },
6627
6633
  # s3: {
6628
6634
  # role_arn: "AwsArn", # required
@@ -8179,7 +8185,7 @@ module Aws::IoT
8179
8185
  params: params,
8180
8186
  config: config)
8181
8187
  context[:gem_name] = 'aws-sdk-iot'
8182
- context[:gem_version] = '1.36.0'
8188
+ context[:gem_version] = '1.37.0'
8183
8189
  Seahorse::Client::Request.new(handlers, context)
8184
8190
  end
8185
8191
 
@@ -623,6 +623,7 @@ module Aws::IoT
623
623
  PublicKeyMap = Shapes::MapShape.new(name: 'PublicKeyMap')
624
624
  PublishFindingToSnsParams = Shapes::StructureShape.new(name: 'PublishFindingToSnsParams')
625
625
  PutItemInput = Shapes::StructureShape.new(name: 'PutItemInput')
626
+ Qos = Shapes::IntegerShape.new(name: 'Qos')
626
627
  QueryMaxResults = Shapes::IntegerShape.new(name: 'QueryMaxResults')
627
628
  QueryString = Shapes::StringShape.new(name: 'QueryString')
628
629
  QueryVersion = Shapes::StringShape.new(name: 'QueryVersion')
@@ -2787,6 +2788,7 @@ module Aws::IoT
2787
2788
 
2788
2789
  RepublishAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
2789
2790
  RepublishAction.add_member(:topic, Shapes::ShapeRef.new(shape: TopicPattern, required: true, location_name: "topic"))
2791
+ RepublishAction.add_member(:qos, Shapes::ShapeRef.new(shape: Qos, location_name: "qos"))
2790
2792
  RepublishAction.struct_class = Types::RepublishAction
2791
2793
 
2792
2794
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -144,6 +144,7 @@ module Aws::IoT
144
144
  # republish: {
145
145
  # role_arn: "AwsArn", # required
146
146
  # topic: "TopicPattern", # required
147
+ # qos: 1,
147
148
  # },
148
149
  # s3: {
149
150
  # role_arn: "AwsArn", # required
@@ -653,7 +654,8 @@ module Aws::IoT
653
654
  # To remove an attribute, call `UpdateThing` with an empty attribute
654
655
  # value.
655
656
  #
656
- # <note markdown="1"> The `merge` attribute is only valid when calling `UpdateThing`.
657
+ # <note markdown="1"> The `merge` attribute is only valid when calling `UpdateThing` or
658
+ # `UpdateThingGroup`.
657
659
  #
658
660
  # </note>
659
661
  # @return [Boolean]
@@ -3220,6 +3222,7 @@ module Aws::IoT
3220
3222
  # republish: {
3221
3223
  # role_arn: "AwsArn", # required
3222
3224
  # topic: "TopicPattern", # required
3225
+ # qos: 1,
3223
3226
  # },
3224
3227
  # s3: {
3225
3228
  # role_arn: "AwsArn", # required
@@ -3316,6 +3319,7 @@ module Aws::IoT
3316
3319
  # republish: {
3317
3320
  # role_arn: "AwsArn", # required
3318
3321
  # topic: "TopicPattern", # required
3322
+ # qos: 1,
3319
3323
  # },
3320
3324
  # s3: {
3321
3325
  # role_arn: "AwsArn", # required
@@ -6664,7 +6668,7 @@ module Aws::IoT
6664
6668
  # }
6665
6669
  #
6666
6670
  # @!attribute [rw] target
6667
- # The group for which the policies will be listed.
6671
+ # The group or principal for which the policies will be listed.
6668
6672
  # @return [String]
6669
6673
  #
6670
6674
  # @!attribute [rw] recursive
@@ -9745,6 +9749,7 @@ module Aws::IoT
9745
9749
  # republish: {
9746
9750
  # role_arn: "AwsArn", # required
9747
9751
  # topic: "TopicPattern", # required
9752
+ # qos: 1,
9748
9753
  # },
9749
9754
  # s3: {
9750
9755
  # role_arn: "AwsArn", # required
@@ -9841,6 +9846,7 @@ module Aws::IoT
9841
9846
  # republish: {
9842
9847
  # role_arn: "AwsArn", # required
9843
9848
  # topic: "TopicPattern", # required
9849
+ # qos: 1,
9844
9850
  # },
9845
9851
  # s3: {
9846
9852
  # role_arn: "AwsArn", # required
@@ -9919,6 +9925,7 @@ module Aws::IoT
9919
9925
  # {
9920
9926
  # role_arn: "AwsArn", # required
9921
9927
  # topic: "TopicPattern", # required
9928
+ # qos: 1,
9922
9929
  # }
9923
9930
  #
9924
9931
  # @!attribute [rw] role_arn
@@ -9929,9 +9936,15 @@ module Aws::IoT
9929
9936
  # The name of the MQTT topic.
9930
9937
  # @return [String]
9931
9938
  #
9939
+ # @!attribute [rw] qos
9940
+ # The Quality of Service (QoS) level to use when republishing
9941
+ # messages.
9942
+ # @return [Integer]
9943
+ #
9932
9944
  class RepublishAction < Struct.new(
9933
9945
  :role_arn,
9934
- :topic)
9946
+ :topic,
9947
+ :qos)
9935
9948
  include Aws::Structure
9936
9949
  end
9937
9950
 
@@ -11727,6 +11740,7 @@ module Aws::IoT
11727
11740
  # republish: {
11728
11741
  # role_arn: "AwsArn", # required
11729
11742
  # topic: "TopicPattern", # required
11743
+ # qos: 1,
11730
11744
  # },
11731
11745
  # s3: {
11732
11746
  # role_arn: "AwsArn", # required
@@ -11823,6 +11837,7 @@ module Aws::IoT
11823
11837
  # republish: {
11824
11838
  # role_arn: "AwsArn", # required
11825
11839
  # topic: "TopicPattern", # required
11840
+ # qos: 1,
11826
11841
  # },
11827
11842
  # s3: {
11828
11843
  # role_arn: "AwsArn", # required
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-05 00:00:00.000000000 Z
11
+ date: 2019-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core