aws-sdk-iot 1.83.0 → 1.84.0
Sign up to get free protection for your applications and to get access to all the features.
- 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/types.rb +4 -4
- 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: b5804e145f07645553fad6fc4c55819e94f568568a744e8cb686e5b15ae18cdd
|
4
|
+
data.tar.gz: 10012df1a5faf5f42d39a75e38f8b268e77f9bbcf56539c0f63699436bccf758
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: effd47e4882de79555af75cdb2bed38c3348f20ed02183f36ce438ed467e7e96c89e7c729f1f28828ca88a9b88aba1e244f7ac31cd7f0be4fd19539defe6a4b4
|
7
|
+
data.tar.gz: d8623a7131633ee7a269ea049c3cb5c53b380a39ec4dd58a69a11500604f1789755533b02cf80c3d65572dc890906d5107a51dcaf126b4c98d3d1b61adf5fab5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -4526,7 +4526,7 @@ module Aws::IoT
|
|
4526
4526
|
# @example Request syntax with placeholder values
|
4527
4527
|
#
|
4528
4528
|
# resp = client.delete_v2_logging_level({
|
4529
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
|
4529
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
4530
4530
|
# target_name: "LogTargetName", # required
|
4531
4531
|
# })
|
4532
4532
|
#
|
@@ -10369,7 +10369,7 @@ module Aws::IoT
|
|
10369
10369
|
# @example Request syntax with placeholder values
|
10370
10370
|
#
|
10371
10371
|
# resp = client.list_v2_logging_levels({
|
10372
|
-
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP
|
10372
|
+
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
10373
10373
|
# next_token: "NextToken",
|
10374
10374
|
# max_results: 1,
|
10375
10375
|
# })
|
@@ -10377,7 +10377,7 @@ module Aws::IoT
|
|
10377
10377
|
# @example Response structure
|
10378
10378
|
#
|
10379
10379
|
# resp.log_target_configurations #=> Array
|
10380
|
-
# resp.log_target_configurations[0].log_target.target_type #=> String, one of "DEFAULT", "THING_GROUP"
|
10380
|
+
# resp.log_target_configurations[0].log_target.target_type #=> String, one of "DEFAULT", "THING_GROUP", "CLIENT_ID", "SOURCE_IP", "PRINCIPAL_ID"
|
10381
10381
|
# resp.log_target_configurations[0].log_target.target_name #=> String
|
10382
10382
|
# resp.log_target_configurations[0].log_level #=> String, one of "DEBUG", "INFO", "ERROR", "WARN", "DISABLED"
|
10383
10383
|
# resp.next_token #=> String
|
@@ -11467,7 +11467,7 @@ module Aws::IoT
|
|
11467
11467
|
#
|
11468
11468
|
# resp = client.set_v2_logging_level({
|
11469
11469
|
# log_target: { # required
|
11470
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
|
11470
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
11471
11471
|
# target_name: "LogTargetName",
|
11472
11472
|
# },
|
11473
11473
|
# log_level: "DEBUG", # required, accepts DEBUG, INFO, ERROR, WARN, DISABLED
|
@@ -13581,7 +13581,7 @@ module Aws::IoT
|
|
13581
13581
|
params: params,
|
13582
13582
|
config: config)
|
13583
13583
|
context[:gem_name] = 'aws-sdk-iot'
|
13584
|
-
context[:gem_version] = '1.
|
13584
|
+
context[:gem_version] = '1.84.0'
|
13585
13585
|
Seahorse::Client::Request.new(handlers, context)
|
13586
13586
|
end
|
13587
13587
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -6302,7 +6302,7 @@ module Aws::IoT
|
|
6302
6302
|
# data as a hash:
|
6303
6303
|
#
|
6304
6304
|
# {
|
6305
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
|
6305
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
6306
6306
|
# target_name: "LogTargetName", # required
|
6307
6307
|
# }
|
6308
6308
|
#
|
@@ -13512,7 +13512,7 @@ module Aws::IoT
|
|
13512
13512
|
# data as a hash:
|
13513
13513
|
#
|
13514
13514
|
# {
|
13515
|
-
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP
|
13515
|
+
# target_type: "DEFAULT", # accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
13516
13516
|
# next_token: "NextToken",
|
13517
13517
|
# max_results: 1,
|
13518
13518
|
# }
|
@@ -13647,7 +13647,7 @@ module Aws::IoT
|
|
13647
13647
|
# data as a hash:
|
13648
13648
|
#
|
13649
13649
|
# {
|
13650
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
|
13650
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
13651
13651
|
# target_name: "LogTargetName",
|
13652
13652
|
# }
|
13653
13653
|
#
|
@@ -16134,7 +16134,7 @@ module Aws::IoT
|
|
16134
16134
|
#
|
16135
16135
|
# {
|
16136
16136
|
# log_target: { # required
|
16137
|
-
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
|
16137
|
+
# target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID
|
16138
16138
|
# target_name: "LogTargetName",
|
16139
16139
|
# },
|
16140
16140
|
# log_level: "DEBUG", # required, accepts DEBUG, INFO, ERROR, WARN, DISABLED
|
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.84.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: 2022-
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|