aws-sdk-iot 1.117.0 → 1.119.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: b47b7ec8e2f9317e068df2be80aaf438a51512efb2352e54c9da84072e548ba8
4
+ data.tar.gz: 3bee5b3ba397cc145cc18be62b9e35bc126bf0bd9c53c142a0efe8f74200bfb3
5
5
  SHA512:
6
- metadata.gz: 0f1268ce8eb608a49a12d9b8ec67873da5d9be74293ae09954476c9cf08b51f399b28188de6f4d29821ec22f53354fd56687142829a4d49060a71fd41cdc5a5e
7
- data.tar.gz: 4e1ba403a46f9da4dc3524d29dfc559a8e657a4ca07e876d624a07d88ede760defb5f681067b23c1c5e870ee8b8d2bce65cc9bbda1f4c1d123541f6f892488f8
6
+ metadata.gz: 2e3d821fa40538e386e8e4c184b8fc28daf99fcc5226bbf95ecd95fe05040402a321beaff44d59fb313d8635d33265dd0ae761377443b4cf76cf9f7f149b4ed6
7
+ data.tar.gz: 66d9eed45b761827523f2dfc8c5a4622926119b6ad5f3fce9dcfad213d7e26c6e233d70420f44a26dc93931b78be656611f061b982295b86513233fafa2461be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.118.0 (2024-01-16)
10
+ ------------------
11
+
12
+ * Feature - Revert release of LogTargetTypes
13
+
4
14
  1.117.0 (2024-01-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.119.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.119.0'
15079
15079
  Seahorse::Client::Request.new(handlers, context)
15080
15080
  end
15081
15081
 
@@ -14,6 +14,7 @@ module Aws::IoT
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IoT::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
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.119.0'
56
56
 
57
57
  end