aws-sdk-iot 1.117.0 → 1.118.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: a2cd37be0ae9011d593eb693f9882fa46965065c707e403a0a8a071d7688d05d
4
- data.tar.gz: b135fa8d49efc4bfae71a2e244c5e39c84f813202348357e1eba20d1a657ce0e
3
+ metadata.gz: fc4662d3de43d6851f4c69c658c8c16e1fb27ab9b9595ce87a78c67a811668f2
4
+ data.tar.gz: 6e92a1ca3ac8d14392340b1502a4d5fa9860857c561ba53935ff63b6bf62dba1
5
5
  SHA512:
6
- metadata.gz: 0f1268ce8eb608a49a12d9b8ec67873da5d9be74293ae09954476c9cf08b51f399b28188de6f4d29821ec22f53354fd56687142829a4d49060a71fd41cdc5a5e
7
- data.tar.gz: 4e1ba403a46f9da4dc3524d29dfc559a8e657a4ca07e876d624a07d88ede760defb5f681067b23c1c5e870ee8b8d2bce65cc9bbda1f4c1d123541f6f892488f8
6
+ metadata.gz: 9688e3d935e9077c85316c56bdeef5a68efb134b7d8ae43a9bccc608aab97938d7c7e4918db4d85e05fd01055a7c9023ca160a7383a4051efd8a77cfa53a0736
7
+ data.tar.gz: 6681f858d0abf8c11483afcac244aaf70c756fa2dc86f683d784ba91d22f11e00541f7850a0d833af5e43539e46d3eb3acc13605f8559784dcd12acce58ecd54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Revert release of LogTargetTypes
8
+
4
9
  1.117.0 (2024-01-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.118.0
@@ -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, EVENT_TYPE, DEVICE_DEFENDER
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, EVENT_TYPE, DEVICE_DEFENDER
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", "EVENT_TYPE", "DEVICE_DEFENDER"
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, EVENT_TYPE, DEVICE_DEFENDER
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.117.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iot/customizations'
52
52
  # @!group service
53
53
  module Aws::IoT
54
54
 
55
- GEM_VERSION = '1.117.0'
55
+ GEM_VERSION = '1.118.0'
56
56
 
57
57
  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.117.0
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 00:00:00.000000000 Z
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