aws-sdk-iot 1.117.0 → 1.118.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +5 -5
- data/lib/aws-sdk-iot.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc4662d3de43d6851f4c69c658c8c16e1fb27ab9b9595ce87a78c67a811668f2
|
|
4
|
+
data.tar.gz: 6e92a1ca3ac8d14392340b1502a4d5fa9860857c561ba53935ff63b6bf62dba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9688e3d935e9077c85316c56bdeef5a68efb134b7d8ae43a9bccc608aab97938d7c7e4918db4d85e05fd01055a7c9023ca160a7383a4051efd8a77cfa53a0736
|
|
7
|
+
data.tar.gz: 6681f858d0abf8c11483afcac244aaf70c756fa2dc86f683d784ba91d22f11e00541f7850a0d833af5e43539e46d3eb3acc13605f8559784dcd12acce58ecd54
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.118.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
|
@@ -5072,7 +5072,7 @@ module Aws::IoT
|
|
|
5072
5072
|
# @example Request syntax with placeholder values
|
|
5073
5073
|
#
|
|
5074
5074
|
# resp = client.delete_v2_logging_level({
|
|
5075
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
5075
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
5076
5076
|
# target_name: "LogTargetName", # required
|
|
5077
5077
|
# })
|
|
5078
5078
|
#
|
|
@@ -11514,7 +11514,7 @@ module Aws::IoT
|
|
|
11514
11514
|
# @example Request syntax with placeholder values
|
|
11515
11515
|
#
|
|
11516
11516
|
# resp = client.list_v2_logging_levels({
|
|
11517
|
-
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
11517
|
+
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
11518
11518
|
# next_token: "NextToken",
|
|
11519
11519
|
# max_results: 1,
|
|
11520
11520
|
# })
|
|
@@ -11522,7 +11522,7 @@ module Aws::IoT
|
|
|
11522
11522
|
# @example Response structure
|
|
11523
11523
|
#
|
|
11524
11524
|
# resp.log_target_configurations #=> Array
|
|
11525
|
-
# resp.log_target_configurations[0].log_target.target_type #=> String, one of "DEFAULT", "THING_GROUP", "CLIENT_ID", "SOURCE_IP", "PRINCIPAL_ID"
|
|
11525
|
+
# resp.log_target_configurations[0].log_target.target_type #=> String, one of "DEFAULT", "THING_GROUP", "CLIENT_ID", "SOURCE_IP", "PRINCIPAL_ID"
|
|
11526
11526
|
# resp.log_target_configurations[0].log_target.target_name #=> String
|
|
11527
11527
|
# resp.log_target_configurations[0].log_level #=> String, one of "DEBUG", "INFO", "ERROR", "WARN", "DISABLED"
|
|
11528
11528
|
# resp.next_token #=> String
|
|
@@ -12703,7 +12703,7 @@ module Aws::IoT
|
|
|
12703
12703
|
#
|
|
12704
12704
|
# resp = client.set_v2_logging_level({
|
|
12705
12705
|
# log_target: { # required
|
|
12706
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
12706
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
|
12707
12707
|
# target_name: "LogTargetName",
|
|
12708
12708
|
# },
|
|
12709
12709
|
# log_level: "DEBUG", # required, accepts DEBUG, INFO, ERROR, WARN, DISABLED
|
|
@@ -15075,7 +15075,7 @@ module Aws::IoT
|
|
|
15075
15075
|
params: params,
|
|
15076
15076
|
config: config)
|
|
15077
15077
|
context[:gem_name] = 'aws-sdk-iot'
|
|
15078
|
-
context[:gem_version] = '1.
|
|
15078
|
+
context[:gem_version] = '1.118.0'
|
|
15079
15079
|
Seahorse::Client::Request.new(handlers, context)
|
|
15080
15080
|
end
|
|
15081
15081
|
|
data/lib/aws-sdk-iot.rb
CHANGED
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.
|
|
4
|
+
version: 1.118.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: 2024-01-
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|