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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c81ec32e3e42ff5139d120e8929097fcbecf5980ee11c6b8db9851c36d60f22
4
- data.tar.gz: 2647e57947df0a81db9fc4acf6c251009d560dad30d66a739e4d56dbe99603d6
3
+ metadata.gz: b5804e145f07645553fad6fc4c55819e94f568568a744e8cb686e5b15ae18cdd
4
+ data.tar.gz: 10012df1a5faf5f42d39a75e38f8b268e77f9bbcf56539c0f63699436bccf758
5
5
  SHA512:
6
- metadata.gz: dff787c128c0f62922f125ce574cd1336613b7f9e4b2edcda41b7eeab5a07f9739c0ff7984fb9047b371f76a0462e0a28e0c8068cc9035ef4c908942cd7d8f8b
7
- data.tar.gz: 1eb4c21485d5c130c9eec0d2ba480cc57f3325f892e2f99de89f32d994d02559adcd8df53ebd711c7c2eaa554c1327d80e8235d8de81d4e069f11ee01851bfc1
6
+ metadata.gz: effd47e4882de79555af75cdb2bed38c3348f20ed02183f36ce438ed467e7e96c89e7c729f1f28828ca88a9b88aba1e244f7ac31cd7f0be4fd19539defe6a4b4
7
+ data.tar.gz: d8623a7131633ee7a269ea049c3cb5c53b380a39ec4dd58a69a11500604f1789755533b02cf80c3d65572dc890906d5107a51dcaf126b4c98d3d1b61adf5fab5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2022-02-02)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
8
+
4
9
  1.83.0 (2022-01-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -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.83.0'
13584
+ context[:gem_version] = '1.84.0'
13585
13585
  Seahorse::Client::Request.new(handlers, context)
13586
13586
  end
13587
13587
 
@@ -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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iot/customizations'
48
48
  # @!group service
49
49
  module Aws::IoT
50
50
 
51
- GEM_VERSION = '1.83.0'
51
+ GEM_VERSION = '1.84.0'
52
52
 
53
53
  end
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.83.0
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-01-05 00:00:00.000000000 Z
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