aws-sdk-iotevents 1.12.0 → 1.17.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: 8606839274953de4333d9424e611561ecaf45c806258596932ba9cf2dd953b78
4
- data.tar.gz: a1643166879a4b2cb5d5b4e7305027d114a6096da3726a8ab61e5e8f02135536
3
+ metadata.gz: 9fba26f1bf36e97727f5637456fc7f338c12e2ef10817fa674cbf16a21090b95
4
+ data.tar.gz: d593307e283e974cfd8ae3e2a4f1702fb3377672df6308f4433969f3a77bc53f
5
5
  SHA512:
6
- metadata.gz: 9d80640255e686a94a01529900f6aa58300fb74b58b2c3778b4674c7bac0b994a8a7847ea5defac843321fc066e112a6628addde7ccb9ac941537e96e89dd8de
7
- data.tar.gz: eeac318f823c64ce6196e75c303d04d35b6538fbdba37131575812ce9e6ed12db00c358f539f5e3a0a694fc43620390679f165762c86d7789afc4b78d71f836b
6
+ metadata.gz: 90130493241d3ed674d67e1e8b2ba230367a53b9a651628e384d01c6e33f65f2e62d5dc9a936a86e7c20783866f0afe73b0bd8ec3ce7d6c07c3585aef52b539b
7
+ data.tar.gz: 967a649c6e02397890919b997a40c8759cd9edee7abe1c0effcd15db77ca08a7178a3de01a9b9e378b243db3851cec5791dd6b03c385a63fd03f85189605966f
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-iotevents/customizations'
45
47
  # @service
46
48
  module Aws::IoTEvents
47
49
 
48
- GEM_VERSION = '1.12.0'
50
+ GEM_VERSION = '1.17.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::IoTEvents
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::IoTEvents
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::IoTEvents
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::IoTEvents
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -2041,37 +2045,6 @@ module Aws::IoTEvents
2041
2045
  req.send_request(options)
2042
2046
  end
2043
2047
 
2044
- # @option params [required, Array<Types::TagrisSweepListItem>] :tagris_sweep_list
2045
- #
2046
- # @return [Types::TagrisVerifyResourcesExistOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2047
- #
2048
- # * {Types::TagrisVerifyResourcesExistOutput#tagris_sweep_list_result #tagris_sweep_list_result} => Hash&lt;String,String&gt;
2049
- #
2050
- # @example Request syntax with placeholder values
2051
- #
2052
- # resp = client.verify_resources_exist_for_tagris({
2053
- # tagris_sweep_list: [ # required
2054
- # {
2055
- # tagris_account_id: "TagrisAccountId",
2056
- # tagris_amazon_resource_name: "TagrisAmazonResourceName",
2057
- # tagris_internal_id: "TagrisInternalId",
2058
- # tagris_version: 1,
2059
- # },
2060
- # ],
2061
- # })
2062
- #
2063
- # @example Response structure
2064
- #
2065
- # resp.tagris_sweep_list_result #=> Hash
2066
- # resp.tagris_sweep_list_result["TagrisAmazonResourceName"] #=> String, one of "ACTIVE", "NOT_ACTIVE"
2067
- #
2068
- # @overload verify_resources_exist_for_tagris(params = {})
2069
- # @param [Hash] params ({})
2070
- def verify_resources_exist_for_tagris(params = {}, options = {})
2071
- req = build_request(:verify_resources_exist_for_tagris, params)
2072
- req.send_request(options)
2073
- end
2074
-
2075
2048
  # @!endgroup
2076
2049
 
2077
2050
  # @param params ({})
@@ -2085,7 +2058,7 @@ module Aws::IoTEvents
2085
2058
  params: params,
2086
2059
  config: config)
2087
2060
  context[:gem_name] = 'aws-sdk-iotevents'
2088
- context[:gem_version] = '1.12.0'
2061
+ context[:gem_version] = '1.17.0'
2089
2062
  Seahorse::Client::Request.new(handlers, context)
2090
2063
  end
2091
2064
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -133,23 +135,6 @@ module Aws::IoTEvents
133
135
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
134
136
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
135
137
  TagValue = Shapes::StringShape.new(name: 'TagValue')
136
- TagrisAccessDeniedException = Shapes::StructureShape.new(name: 'TagrisAccessDeniedException')
137
- TagrisAccountId = Shapes::StringShape.new(name: 'TagrisAccountId')
138
- TagrisAmazonResourceName = Shapes::StringShape.new(name: 'TagrisAmazonResourceName')
139
- TagrisExceptionMessage = Shapes::StringShape.new(name: 'TagrisExceptionMessage')
140
- TagrisInternalId = Shapes::StringShape.new(name: 'TagrisInternalId')
141
- TagrisInternalServiceException = Shapes::StructureShape.new(name: 'TagrisInternalServiceException')
142
- TagrisInvalidArnException = Shapes::StructureShape.new(name: 'TagrisInvalidArnException')
143
- TagrisInvalidParameterException = Shapes::StructureShape.new(name: 'TagrisInvalidParameterException')
144
- TagrisPartialResourcesExistResultsException = Shapes::StructureShape.new(name: 'TagrisPartialResourcesExistResultsException')
145
- TagrisStatus = Shapes::StringShape.new(name: 'TagrisStatus')
146
- TagrisSweepList = Shapes::ListShape.new(name: 'TagrisSweepList')
147
- TagrisSweepListItem = Shapes::StructureShape.new(name: 'TagrisSweepListItem')
148
- TagrisSweepListResult = Shapes::MapShape.new(name: 'TagrisSweepListResult')
149
- TagrisThrottledException = Shapes::StructureShape.new(name: 'TagrisThrottledException')
150
- TagrisVerifyResourcesExistInput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistInput')
151
- TagrisVerifyResourcesExistOutput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistOutput')
152
- TagrisVersion = Shapes::IntegerShape.new(name: 'TagrisVersion')
153
138
  Tags = Shapes::ListShape.new(name: 'Tags')
154
139
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
155
140
  TimerName = Shapes::StringShape.new(name: 'TimerName')
@@ -494,43 +479,6 @@ module Aws::IoTEvents
494
479
 
495
480
  TagResourceResponse.struct_class = Types::TagResourceResponse
496
481
 
497
- TagrisAccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
498
- TagrisAccessDeniedException.struct_class = Types::TagrisAccessDeniedException
499
-
500
- TagrisInternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
501
- TagrisInternalServiceException.struct_class = Types::TagrisInternalServiceException
502
-
503
- TagrisInvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
504
- TagrisInvalidArnException.add_member(:sweep_list_item, Shapes::ShapeRef.new(shape: TagrisSweepListItem, location_name: "sweepListItem"))
505
- TagrisInvalidArnException.struct_class = Types::TagrisInvalidArnException
506
-
507
- TagrisInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
508
- TagrisInvalidParameterException.struct_class = Types::TagrisInvalidParameterException
509
-
510
- TagrisPartialResourcesExistResultsException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
511
- TagrisPartialResourcesExistResultsException.add_member(:resource_existence_information, Shapes::ShapeRef.new(shape: TagrisSweepListResult, location_name: "resourceExistenceInformation"))
512
- TagrisPartialResourcesExistResultsException.struct_class = Types::TagrisPartialResourcesExistResultsException
513
-
514
- TagrisSweepList.member = Shapes::ShapeRef.new(shape: TagrisSweepListItem)
515
-
516
- TagrisSweepListItem.add_member(:tagris_account_id, Shapes::ShapeRef.new(shape: TagrisAccountId, location_name: "TagrisAccountId"))
517
- TagrisSweepListItem.add_member(:tagris_amazon_resource_name, Shapes::ShapeRef.new(shape: TagrisAmazonResourceName, location_name: "TagrisAmazonResourceName"))
518
- TagrisSweepListItem.add_member(:tagris_internal_id, Shapes::ShapeRef.new(shape: TagrisInternalId, location_name: "TagrisInternalId"))
519
- TagrisSweepListItem.add_member(:tagris_version, Shapes::ShapeRef.new(shape: TagrisVersion, location_name: "TagrisVersion"))
520
- TagrisSweepListItem.struct_class = Types::TagrisSweepListItem
521
-
522
- TagrisSweepListResult.key = Shapes::ShapeRef.new(shape: TagrisAmazonResourceName)
523
- TagrisSweepListResult.value = Shapes::ShapeRef.new(shape: TagrisStatus)
524
-
525
- TagrisThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
526
- TagrisThrottledException.struct_class = Types::TagrisThrottledException
527
-
528
- TagrisVerifyResourcesExistInput.add_member(:tagris_sweep_list, Shapes::ShapeRef.new(shape: TagrisSweepList, required: true, location_name: "TagrisSweepList"))
529
- TagrisVerifyResourcesExistInput.struct_class = Types::TagrisVerifyResourcesExistInput
530
-
531
- TagrisVerifyResourcesExistOutput.add_member(:tagris_sweep_list_result, Shapes::ShapeRef.new(shape: TagrisSweepListResult, required: true, location_name: "TagrisSweepListResult"))
532
- TagrisVerifyResourcesExistOutput.struct_class = Types::TagrisVerifyResourcesExistOutput
533
-
534
482
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
535
483
 
536
484
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -802,20 +750,6 @@ module Aws::IoTEvents
802
750
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
803
751
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
804
752
  end)
805
-
806
- api.add_operation(:verify_resources_exist_for_tagris, Seahorse::Model::Operation.new.tap do |o|
807
- o.name = "VerifyResourcesExistForTagris"
808
- o.http_method = "GET"
809
- o.http_request_uri = "/internal/tags/resource-status"
810
- o.input = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistInput)
811
- o.output = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistOutput)
812
- o.errors << Shapes::ShapeRef.new(shape: TagrisAccessDeniedException)
813
- o.errors << Shapes::ShapeRef.new(shape: TagrisInternalServiceException)
814
- o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidArnException)
815
- o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidParameterException)
816
- o.errors << Shapes::ShapeRef.new(shape: TagrisPartialResourcesExistResultsException)
817
- o.errors << Shapes::ShapeRef.new(shape: TagrisThrottledException)
818
- end)
819
753
  end
820
754
 
821
755
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -32,12 +34,6 @@ module Aws::IoTEvents
32
34
  # * {ResourceInUseException}
33
35
  # * {ResourceNotFoundException}
34
36
  # * {ServiceUnavailableException}
35
- # * {TagrisAccessDeniedException}
36
- # * {TagrisInternalServiceException}
37
- # * {TagrisInvalidArnException}
38
- # * {TagrisInvalidParameterException}
39
- # * {TagrisPartialResourcesExistResultsException}
40
- # * {TagrisThrottledException}
41
37
  # * {ThrottlingException}
42
38
  # * {UnsupportedOperationException}
43
39
  #
@@ -162,106 +158,6 @@ module Aws::IoTEvents
162
158
  end
163
159
  end
164
160
 
165
- class TagrisAccessDeniedException < ServiceError
166
-
167
- # @param [Seahorse::Client::RequestContext] context
168
- # @param [String] message
169
- # @param [Aws::IoTEvents::Types::TagrisAccessDeniedException] data
170
- def initialize(context, message, data = Aws::EmptyStructure.new)
171
- super(context, message, data)
172
- end
173
-
174
- # @return [String]
175
- def message
176
- @message || @data[:message]
177
- end
178
- end
179
-
180
- class TagrisInternalServiceException < ServiceError
181
-
182
- # @param [Seahorse::Client::RequestContext] context
183
- # @param [String] message
184
- # @param [Aws::IoTEvents::Types::TagrisInternalServiceException] data
185
- def initialize(context, message, data = Aws::EmptyStructure.new)
186
- super(context, message, data)
187
- end
188
-
189
- # @return [String]
190
- def message
191
- @message || @data[:message]
192
- end
193
- end
194
-
195
- class TagrisInvalidArnException < ServiceError
196
-
197
- # @param [Seahorse::Client::RequestContext] context
198
- # @param [String] message
199
- # @param [Aws::IoTEvents::Types::TagrisInvalidArnException] data
200
- def initialize(context, message, data = Aws::EmptyStructure.new)
201
- super(context, message, data)
202
- end
203
-
204
- # @return [String]
205
- def message
206
- @message || @data[:message]
207
- end
208
-
209
- # @return [String]
210
- def sweep_list_item
211
- @data[:sweep_list_item]
212
- end
213
- end
214
-
215
- class TagrisInvalidParameterException < ServiceError
216
-
217
- # @param [Seahorse::Client::RequestContext] context
218
- # @param [String] message
219
- # @param [Aws::IoTEvents::Types::TagrisInvalidParameterException] data
220
- def initialize(context, message, data = Aws::EmptyStructure.new)
221
- super(context, message, data)
222
- end
223
-
224
- # @return [String]
225
- def message
226
- @message || @data[:message]
227
- end
228
- end
229
-
230
- class TagrisPartialResourcesExistResultsException < ServiceError
231
-
232
- # @param [Seahorse::Client::RequestContext] context
233
- # @param [String] message
234
- # @param [Aws::IoTEvents::Types::TagrisPartialResourcesExistResultsException] data
235
- def initialize(context, message, data = Aws::EmptyStructure.new)
236
- super(context, message, data)
237
- end
238
-
239
- # @return [String]
240
- def message
241
- @message || @data[:message]
242
- end
243
-
244
- # @return [String]
245
- def resource_existence_information
246
- @data[:resource_existence_information]
247
- end
248
- end
249
-
250
- class TagrisThrottledException < ServiceError
251
-
252
- # @param [Seahorse::Client::RequestContext] context
253
- # @param [String] message
254
- # @param [Aws::IoTEvents::Types::TagrisThrottledException] data
255
- def initialize(context, message, data = Aws::EmptyStructure.new)
256
- super(context, message, data)
257
- end
258
-
259
- # @return [String]
260
- def message
261
- @message || @data[:message]
262
- end
263
- end
264
-
265
161
  class ThrottlingException < ServiceError
266
162
 
267
163
  # @param [Seahorse::Client::RequestContext] context
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -194,7 +196,7 @@ module Aws::IoTEvents
194
196
  #
195
197
  # @!attribute [rw] iot_site_wise
196
198
  # Sends information about the detector model instance and the event
197
- # that triggered the action to an AWS IoT SiteWise asset property.
199
+ # that triggered the action to an asset property in AWS IoT SiteWise .
198
200
  # @return [Types::IotSiteWiseAction]
199
201
  #
200
202
  class Action < Struct.new(
@@ -211,6 +213,7 @@ module Aws::IoTEvents
211
213
  :dynamo_db,
212
214
  :dynamo_d_bv_2,
213
215
  :iot_site_wise)
216
+ SENSITIVE = []
214
217
  include Aws::Structure
215
218
  end
216
219
 
@@ -255,6 +258,7 @@ module Aws::IoTEvents
255
258
  class AssetPropertyTimestamp < Struct.new(
256
259
  :time_in_seconds,
257
260
  :offset_in_nanos)
261
+ SENSITIVE = []
258
262
  include Aws::Structure
259
263
  end
260
264
 
@@ -312,6 +316,7 @@ module Aws::IoTEvents
312
316
  :value,
313
317
  :timestamp,
314
318
  :quality)
319
+ SENSITIVE = []
315
320
  include Aws::Structure
316
321
  end
317
322
 
@@ -378,6 +383,7 @@ module Aws::IoTEvents
378
383
  :integer_value,
379
384
  :double_value,
380
385
  :boolean_value)
386
+ SENSITIVE = []
381
387
  include Aws::Structure
382
388
  end
383
389
 
@@ -408,6 +414,7 @@ module Aws::IoTEvents
408
414
  #
409
415
  class Attribute < Struct.new(
410
416
  :json_path)
417
+ SENSITIVE = []
411
418
  include Aws::Structure
412
419
  end
413
420
 
@@ -426,6 +433,7 @@ module Aws::IoTEvents
426
433
  #
427
434
  class ClearTimerAction < Struct.new(
428
435
  :timer_name)
436
+ SENSITIVE = []
429
437
  include Aws::Structure
430
438
  end
431
439
 
@@ -944,6 +952,7 @@ module Aws::IoTEvents
944
952
  :role_arn,
945
953
  :tags,
946
954
  :evaluation_method)
955
+ SENSITIVE = []
947
956
  include Aws::Structure
948
957
  end
949
958
 
@@ -953,6 +962,7 @@ module Aws::IoTEvents
953
962
  #
954
963
  class CreateDetectorModelResponse < Struct.new(
955
964
  :detector_model_configuration)
965
+ SENSITIVE = []
956
966
  include Aws::Structure
957
967
  end
958
968
 
@@ -998,6 +1008,7 @@ module Aws::IoTEvents
998
1008
  :input_description,
999
1009
  :input_definition,
1000
1010
  :tags)
1011
+ SENSITIVE = []
1001
1012
  include Aws::Structure
1002
1013
  end
1003
1014
 
@@ -1007,6 +1018,7 @@ module Aws::IoTEvents
1007
1018
  #
1008
1019
  class CreateInputResponse < Struct.new(
1009
1020
  :input_configuration)
1021
+ SENSITIVE = []
1010
1022
  include Aws::Structure
1011
1023
  end
1012
1024
 
@@ -1023,6 +1035,7 @@ module Aws::IoTEvents
1023
1035
  #
1024
1036
  class DeleteDetectorModelRequest < Struct.new(
1025
1037
  :detector_model_name)
1038
+ SENSITIVE = []
1026
1039
  include Aws::Structure
1027
1040
  end
1028
1041
 
@@ -1041,6 +1054,7 @@ module Aws::IoTEvents
1041
1054
  #
1042
1055
  class DeleteInputRequest < Struct.new(
1043
1056
  :input_name)
1057
+ SENSITIVE = []
1044
1058
  include Aws::Structure
1045
1059
  end
1046
1060
 
@@ -1065,6 +1079,7 @@ module Aws::IoTEvents
1065
1079
  class DescribeDetectorModelRequest < Struct.new(
1066
1080
  :detector_model_name,
1067
1081
  :detector_model_version)
1082
+ SENSITIVE = []
1068
1083
  include Aws::Structure
1069
1084
  end
1070
1085
 
@@ -1074,6 +1089,7 @@ module Aws::IoTEvents
1074
1089
  #
1075
1090
  class DescribeDetectorModelResponse < Struct.new(
1076
1091
  :detector_model)
1092
+ SENSITIVE = []
1077
1093
  include Aws::Structure
1078
1094
  end
1079
1095
 
@@ -1090,6 +1106,7 @@ module Aws::IoTEvents
1090
1106
  #
1091
1107
  class DescribeInputRequest < Struct.new(
1092
1108
  :input_name)
1109
+ SENSITIVE = []
1093
1110
  include Aws::Structure
1094
1111
  end
1095
1112
 
@@ -1099,6 +1116,7 @@ module Aws::IoTEvents
1099
1116
  #
1100
1117
  class DescribeInputResponse < Struct.new(
1101
1118
  :input)
1119
+ SENSITIVE = []
1102
1120
  include Aws::Structure
1103
1121
  end
1104
1122
 
@@ -1112,6 +1130,7 @@ module Aws::IoTEvents
1112
1130
  #
1113
1131
  class DescribeLoggingOptionsResponse < Struct.new(
1114
1132
  :logging_options)
1133
+ SENSITIVE = []
1115
1134
  include Aws::Structure
1116
1135
  end
1117
1136
 
@@ -1138,6 +1157,7 @@ module Aws::IoTEvents
1138
1157
  class DetectorDebugOption < Struct.new(
1139
1158
  :detector_model_name,
1140
1159
  :key_value)
1160
+ SENSITIVE = []
1141
1161
  include Aws::Structure
1142
1162
  end
1143
1163
 
@@ -1154,6 +1174,7 @@ module Aws::IoTEvents
1154
1174
  class DetectorModel < Struct.new(
1155
1175
  :detector_model_definition,
1156
1176
  :detector_model_configuration)
1177
+ SENSITIVE = []
1157
1178
  include Aws::Structure
1158
1179
  end
1159
1180
 
@@ -1222,6 +1243,7 @@ module Aws::IoTEvents
1222
1243
  :status,
1223
1244
  :key,
1224
1245
  :evaluation_method)
1246
+ SENSITIVE = []
1225
1247
  include Aws::Structure
1226
1248
  end
1227
1249
 
@@ -1698,6 +1720,7 @@ module Aws::IoTEvents
1698
1720
  class DetectorModelDefinition < Struct.new(
1699
1721
  :states,
1700
1722
  :initial_state_name)
1723
+ SENSITIVE = []
1701
1724
  include Aws::Structure
1702
1725
  end
1703
1726
 
@@ -1719,6 +1742,7 @@ module Aws::IoTEvents
1719
1742
  :detector_model_name,
1720
1743
  :detector_model_description,
1721
1744
  :creation_time)
1745
+ SENSITIVE = []
1722
1746
  include Aws::Structure
1723
1747
  end
1724
1748
 
@@ -1767,6 +1791,7 @@ module Aws::IoTEvents
1767
1791
  :last_update_time,
1768
1792
  :status,
1769
1793
  :evaluation_method)
1794
+ SENSITIVE = []
1770
1795
  include Aws::Structure
1771
1796
  end
1772
1797
 
@@ -1919,6 +1944,7 @@ module Aws::IoTEvents
1919
1944
  :payload_field,
1920
1945
  :table_name,
1921
1946
  :payload)
1947
+ SENSITIVE = []
1922
1948
  include Aws::Structure
1923
1949
  end
1924
1950
 
@@ -1968,6 +1994,7 @@ module Aws::IoTEvents
1968
1994
  class DynamoDBv2Action < Struct.new(
1969
1995
  :table_name,
1970
1996
  :payload)
1997
+ SENSITIVE = []
1971
1998
  include Aws::Structure
1972
1999
  end
1973
2000
 
@@ -2105,6 +2132,7 @@ module Aws::IoTEvents
2105
2132
  :event_name,
2106
2133
  :condition,
2107
2134
  :actions)
2135
+ SENSITIVE = []
2108
2136
  include Aws::Structure
2109
2137
  end
2110
2138
 
@@ -2145,6 +2173,7 @@ module Aws::IoTEvents
2145
2173
  :delivery_stream_name,
2146
2174
  :separator,
2147
2175
  :payload)
2176
+ SENSITIVE = []
2148
2177
  include Aws::Structure
2149
2178
  end
2150
2179
 
@@ -2161,6 +2190,7 @@ module Aws::IoTEvents
2161
2190
  class Input < Struct.new(
2162
2191
  :input_configuration,
2163
2192
  :input_definition)
2193
+ SENSITIVE = []
2164
2194
  include Aws::Structure
2165
2195
  end
2166
2196
 
@@ -2197,6 +2227,7 @@ module Aws::IoTEvents
2197
2227
  :creation_time,
2198
2228
  :last_update_time,
2199
2229
  :status)
2230
+ SENSITIVE = []
2200
2231
  include Aws::Structure
2201
2232
  end
2202
2233
 
@@ -2224,6 +2255,7 @@ module Aws::IoTEvents
2224
2255
  #
2225
2256
  class InputDefinition < Struct.new(
2226
2257
  :attributes)
2258
+ SENSITIVE = []
2227
2259
  include Aws::Structure
2228
2260
  end
2229
2261
 
@@ -2260,6 +2292,7 @@ module Aws::IoTEvents
2260
2292
  :creation_time,
2261
2293
  :last_update_time,
2262
2294
  :status)
2295
+ SENSITIVE = []
2263
2296
  include Aws::Structure
2264
2297
  end
2265
2298
 
@@ -2271,6 +2304,7 @@ module Aws::IoTEvents
2271
2304
  #
2272
2305
  class InternalFailureException < Struct.new(
2273
2306
  :message)
2307
+ SENSITIVE = []
2274
2308
  include Aws::Structure
2275
2309
  end
2276
2310
 
@@ -2282,6 +2316,7 @@ module Aws::IoTEvents
2282
2316
  #
2283
2317
  class InvalidRequestException < Struct.new(
2284
2318
  :message)
2319
+ SENSITIVE = []
2285
2320
  include Aws::Structure
2286
2321
  end
2287
2322
 
@@ -2311,6 +2346,7 @@ module Aws::IoTEvents
2311
2346
  class IotEventsAction < Struct.new(
2312
2347
  :input_name,
2313
2348
  :payload)
2349
+ SENSITIVE = []
2314
2350
  include Aws::Structure
2315
2351
  end
2316
2352
 
@@ -2392,6 +2428,7 @@ module Aws::IoTEvents
2392
2428
  :property_id,
2393
2429
  :property_alias,
2394
2430
  :property_value)
2431
+ SENSITIVE = []
2395
2432
  include Aws::Structure
2396
2433
  end
2397
2434
 
@@ -2423,6 +2460,7 @@ module Aws::IoTEvents
2423
2460
  class IotTopicPublishAction < Struct.new(
2424
2461
  :mqtt_topic,
2425
2462
  :payload)
2463
+ SENSITIVE = []
2426
2464
  include Aws::Structure
2427
2465
  end
2428
2466
 
@@ -2452,6 +2490,7 @@ module Aws::IoTEvents
2452
2490
  class LambdaAction < Struct.new(
2453
2491
  :function_arn,
2454
2492
  :payload)
2493
+ SENSITIVE = []
2455
2494
  include Aws::Structure
2456
2495
  end
2457
2496
 
@@ -2463,6 +2502,7 @@ module Aws::IoTEvents
2463
2502
  #
2464
2503
  class LimitExceededException < Struct.new(
2465
2504
  :message)
2505
+ SENSITIVE = []
2466
2506
  include Aws::Structure
2467
2507
  end
2468
2508
 
@@ -2491,6 +2531,7 @@ module Aws::IoTEvents
2491
2531
  :detector_model_name,
2492
2532
  :next_token,
2493
2533
  :max_results)
2534
+ SENSITIVE = []
2494
2535
  include Aws::Structure
2495
2536
  end
2496
2537
 
@@ -2506,6 +2547,7 @@ module Aws::IoTEvents
2506
2547
  class ListDetectorModelVersionsResponse < Struct.new(
2507
2548
  :detector_model_version_summaries,
2508
2549
  :next_token)
2550
+ SENSITIVE = []
2509
2551
  include Aws::Structure
2510
2552
  end
2511
2553
 
@@ -2528,6 +2570,7 @@ module Aws::IoTEvents
2528
2570
  class ListDetectorModelsRequest < Struct.new(
2529
2571
  :next_token,
2530
2572
  :max_results)
2573
+ SENSITIVE = []
2531
2574
  include Aws::Structure
2532
2575
  end
2533
2576
 
@@ -2543,6 +2586,7 @@ module Aws::IoTEvents
2543
2586
  class ListDetectorModelsResponse < Struct.new(
2544
2587
  :detector_model_summaries,
2545
2588
  :next_token)
2589
+ SENSITIVE = []
2546
2590
  include Aws::Structure
2547
2591
  end
2548
2592
 
@@ -2565,6 +2609,7 @@ module Aws::IoTEvents
2565
2609
  class ListInputsRequest < Struct.new(
2566
2610
  :next_token,
2567
2611
  :max_results)
2612
+ SENSITIVE = []
2568
2613
  include Aws::Structure
2569
2614
  end
2570
2615
 
@@ -2580,6 +2625,7 @@ module Aws::IoTEvents
2580
2625
  class ListInputsResponse < Struct.new(
2581
2626
  :input_summaries,
2582
2627
  :next_token)
2628
+ SENSITIVE = []
2583
2629
  include Aws::Structure
2584
2630
  end
2585
2631
 
@@ -2596,6 +2642,7 @@ module Aws::IoTEvents
2596
2642
  #
2597
2643
  class ListTagsForResourceRequest < Struct.new(
2598
2644
  :resource_arn)
2645
+ SENSITIVE = []
2599
2646
  include Aws::Structure
2600
2647
  end
2601
2648
 
@@ -2605,6 +2652,7 @@ module Aws::IoTEvents
2605
2652
  #
2606
2653
  class ListTagsForResourceResponse < Struct.new(
2607
2654
  :tags)
2655
+ SENSITIVE = []
2608
2656
  include Aws::Structure
2609
2657
  end
2610
2658
 
@@ -2648,6 +2696,7 @@ module Aws::IoTEvents
2648
2696
  :level,
2649
2697
  :enabled,
2650
2698
  :detector_debug_options)
2699
+ SENSITIVE = []
2651
2700
  include Aws::Structure
2652
2701
  end
2653
2702
 
@@ -2777,6 +2826,7 @@ module Aws::IoTEvents
2777
2826
  #
2778
2827
  class OnEnterLifecycle < Struct.new(
2779
2828
  :events)
2829
+ SENSITIVE = []
2780
2830
  include Aws::Structure
2781
2831
  end
2782
2832
 
@@ -2906,6 +2956,7 @@ module Aws::IoTEvents
2906
2956
  #
2907
2957
  class OnExitLifecycle < Struct.new(
2908
2958
  :events)
2959
+ SENSITIVE = []
2909
2960
  include Aws::Structure
2910
2961
  end
2911
2962
 
@@ -3152,6 +3203,7 @@ module Aws::IoTEvents
3152
3203
  class OnInputLifecycle < Struct.new(
3153
3204
  :events,
3154
3205
  :transition_events)
3206
+ SENSITIVE = []
3155
3207
  include Aws::Structure
3156
3208
  end
3157
3209
 
@@ -3187,6 +3239,7 @@ module Aws::IoTEvents
3187
3239
  class Payload < Struct.new(
3188
3240
  :content_expression,
3189
3241
  :type)
3242
+ SENSITIVE = []
3190
3243
  include Aws::Structure
3191
3244
  end
3192
3245
 
@@ -3213,6 +3266,7 @@ module Aws::IoTEvents
3213
3266
  #
3214
3267
  class PutLoggingOptionsRequest < Struct.new(
3215
3268
  :logging_options)
3269
+ SENSITIVE = []
3216
3270
  include Aws::Structure
3217
3271
  end
3218
3272
 
@@ -3233,6 +3287,7 @@ module Aws::IoTEvents
3233
3287
  #
3234
3288
  class ResetTimerAction < Struct.new(
3235
3289
  :timer_name)
3290
+ SENSITIVE = []
3236
3291
  include Aws::Structure
3237
3292
  end
3238
3293
 
@@ -3254,6 +3309,7 @@ module Aws::IoTEvents
3254
3309
  :message,
3255
3310
  :resource_id,
3256
3311
  :resource_arn)
3312
+ SENSITIVE = []
3257
3313
  include Aws::Structure
3258
3314
  end
3259
3315
 
@@ -3265,6 +3321,7 @@ module Aws::IoTEvents
3265
3321
  #
3266
3322
  class ResourceInUseException < Struct.new(
3267
3323
  :message)
3324
+ SENSITIVE = []
3268
3325
  include Aws::Structure
3269
3326
  end
3270
3327
 
@@ -3276,6 +3333,7 @@ module Aws::IoTEvents
3276
3333
  #
3277
3334
  class ResourceNotFoundException < Struct.new(
3278
3335
  :message)
3336
+ SENSITIVE = []
3279
3337
  include Aws::Structure
3280
3338
  end
3281
3339
 
@@ -3304,6 +3362,7 @@ module Aws::IoTEvents
3304
3362
  class SNSTopicPublishAction < Struct.new(
3305
3363
  :target_arn,
3306
3364
  :payload)
3365
+ SENSITIVE = []
3307
3366
  include Aws::Structure
3308
3367
  end
3309
3368
 
@@ -3315,6 +3374,7 @@ module Aws::IoTEvents
3315
3374
  #
3316
3375
  class ServiceUnavailableException < Struct.new(
3317
3376
  :message)
3377
+ SENSITIVE = []
3318
3378
  include Aws::Structure
3319
3379
  end
3320
3380
 
@@ -3353,6 +3413,7 @@ module Aws::IoTEvents
3353
3413
  :timer_name,
3354
3414
  :seconds,
3355
3415
  :duration_expression)
3416
+ SENSITIVE = []
3356
3417
  include Aws::Structure
3357
3418
  end
3358
3419
 
@@ -3377,6 +3438,7 @@ module Aws::IoTEvents
3377
3438
  class SetVariableAction < Struct.new(
3378
3439
  :variable_name,
3379
3440
  :value)
3441
+ SENSITIVE = []
3380
3442
  include Aws::Structure
3381
3443
  end
3382
3444
 
@@ -3413,6 +3475,7 @@ module Aws::IoTEvents
3413
3475
  :queue_url,
3414
3476
  :use_base_64,
3415
3477
  :payload)
3478
+ SENSITIVE = []
3416
3479
  include Aws::Structure
3417
3480
  end
3418
3481
 
@@ -3896,6 +3959,7 @@ module Aws::IoTEvents
3896
3959
  :on_input,
3897
3960
  :on_enter,
3898
3961
  :on_exit)
3962
+ SENSITIVE = []
3899
3963
  include Aws::Structure
3900
3964
  end
3901
3965
 
@@ -3920,6 +3984,7 @@ module Aws::IoTEvents
3920
3984
  class Tag < Struct.new(
3921
3985
  :key,
3922
3986
  :value)
3987
+ SENSITIVE = []
3923
3988
  include Aws::Structure
3924
3989
  end
3925
3990
 
@@ -3947,127 +4012,12 @@ module Aws::IoTEvents
3947
4012
  class TagResourceRequest < Struct.new(
3948
4013
  :resource_arn,
3949
4014
  :tags)
4015
+ SENSITIVE = []
3950
4016
  include Aws::Structure
3951
4017
  end
3952
4018
 
3953
4019
  class TagResourceResponse < Aws::EmptyStructure; end
3954
4020
 
3955
- # @!attribute [rw] message
3956
- # @return [String]
3957
- #
3958
- class TagrisAccessDeniedException < Struct.new(
3959
- :message)
3960
- include Aws::Structure
3961
- end
3962
-
3963
- # @!attribute [rw] message
3964
- # @return [String]
3965
- #
3966
- class TagrisInternalServiceException < Struct.new(
3967
- :message)
3968
- include Aws::Structure
3969
- end
3970
-
3971
- # @!attribute [rw] message
3972
- # @return [String]
3973
- #
3974
- # @!attribute [rw] sweep_list_item
3975
- # @return [Types::TagrisSweepListItem]
3976
- #
3977
- class TagrisInvalidArnException < Struct.new(
3978
- :message,
3979
- :sweep_list_item)
3980
- include Aws::Structure
3981
- end
3982
-
3983
- # @!attribute [rw] message
3984
- # @return [String]
3985
- #
3986
- class TagrisInvalidParameterException < Struct.new(
3987
- :message)
3988
- include Aws::Structure
3989
- end
3990
-
3991
- # @!attribute [rw] message
3992
- # @return [String]
3993
- #
3994
- # @!attribute [rw] resource_existence_information
3995
- # @return [Hash<String,String>]
3996
- #
3997
- class TagrisPartialResourcesExistResultsException < Struct.new(
3998
- :message,
3999
- :resource_existence_information)
4000
- include Aws::Structure
4001
- end
4002
-
4003
- # @note When making an API call, you may pass TagrisSweepListItem
4004
- # data as a hash:
4005
- #
4006
- # {
4007
- # tagris_account_id: "TagrisAccountId",
4008
- # tagris_amazon_resource_name: "TagrisAmazonResourceName",
4009
- # tagris_internal_id: "TagrisInternalId",
4010
- # tagris_version: 1,
4011
- # }
4012
- #
4013
- # @!attribute [rw] tagris_account_id
4014
- # @return [String]
4015
- #
4016
- # @!attribute [rw] tagris_amazon_resource_name
4017
- # @return [String]
4018
- #
4019
- # @!attribute [rw] tagris_internal_id
4020
- # @return [String]
4021
- #
4022
- # @!attribute [rw] tagris_version
4023
- # @return [Integer]
4024
- #
4025
- class TagrisSweepListItem < Struct.new(
4026
- :tagris_account_id,
4027
- :tagris_amazon_resource_name,
4028
- :tagris_internal_id,
4029
- :tagris_version)
4030
- include Aws::Structure
4031
- end
4032
-
4033
- # @!attribute [rw] message
4034
- # @return [String]
4035
- #
4036
- class TagrisThrottledException < Struct.new(
4037
- :message)
4038
- include Aws::Structure
4039
- end
4040
-
4041
- # @note When making an API call, you may pass TagrisVerifyResourcesExistInput
4042
- # data as a hash:
4043
- #
4044
- # {
4045
- # tagris_sweep_list: [ # required
4046
- # {
4047
- # tagris_account_id: "TagrisAccountId",
4048
- # tagris_amazon_resource_name: "TagrisAmazonResourceName",
4049
- # tagris_internal_id: "TagrisInternalId",
4050
- # tagris_version: 1,
4051
- # },
4052
- # ],
4053
- # }
4054
- #
4055
- # @!attribute [rw] tagris_sweep_list
4056
- # @return [Array<Types::TagrisSweepListItem>]
4057
- #
4058
- class TagrisVerifyResourcesExistInput < Struct.new(
4059
- :tagris_sweep_list)
4060
- include Aws::Structure
4061
- end
4062
-
4063
- # @!attribute [rw] tagris_sweep_list_result
4064
- # @return [Hash<String,String>]
4065
- #
4066
- class TagrisVerifyResourcesExistOutput < Struct.new(
4067
- :tagris_sweep_list_result)
4068
- include Aws::Structure
4069
- end
4070
-
4071
4021
  # The request could not be completed due to throttling.
4072
4022
  #
4073
4023
  # @!attribute [rw] message
@@ -4076,6 +4026,7 @@ module Aws::IoTEvents
4076
4026
  #
4077
4027
  class ThrottlingException < Struct.new(
4078
4028
  :message)
4029
+ SENSITIVE = []
4079
4030
  include Aws::Structure
4080
4031
  end
4081
4032
 
@@ -4217,6 +4168,7 @@ module Aws::IoTEvents
4217
4168
  :condition,
4218
4169
  :actions,
4219
4170
  :next_state)
4171
+ SENSITIVE = []
4220
4172
  include Aws::Structure
4221
4173
  end
4222
4174
 
@@ -4228,6 +4180,7 @@ module Aws::IoTEvents
4228
4180
  #
4229
4181
  class UnsupportedOperationException < Struct.new(
4230
4182
  :message)
4183
+ SENSITIVE = []
4231
4184
  include Aws::Structure
4232
4185
  end
4233
4186
 
@@ -4250,6 +4203,7 @@ module Aws::IoTEvents
4250
4203
  class UntagResourceRequest < Struct.new(
4251
4204
  :resource_arn,
4252
4205
  :tag_keys)
4206
+ SENSITIVE = []
4253
4207
  include Aws::Structure
4254
4208
  end
4255
4209
 
@@ -4748,6 +4702,7 @@ module Aws::IoTEvents
4748
4702
  :detector_model_description,
4749
4703
  :role_arn,
4750
4704
  :evaluation_method)
4705
+ SENSITIVE = []
4751
4706
  include Aws::Structure
4752
4707
  end
4753
4708
 
@@ -4757,6 +4712,7 @@ module Aws::IoTEvents
4757
4712
  #
4758
4713
  class UpdateDetectorModelResponse < Struct.new(
4759
4714
  :detector_model_configuration)
4715
+ SENSITIVE = []
4760
4716
  include Aws::Structure
4761
4717
  end
4762
4718
 
@@ -4791,6 +4747,7 @@ module Aws::IoTEvents
4791
4747
  :input_name,
4792
4748
  :input_description,
4793
4749
  :input_definition)
4750
+ SENSITIVE = []
4794
4751
  include Aws::Structure
4795
4752
  end
4796
4753
 
@@ -4800,6 +4757,7 @@ module Aws::IoTEvents
4800
4757
  #
4801
4758
  class UpdateInputResponse < Struct.new(
4802
4759
  :input_configuration)
4760
+ SENSITIVE = []
4803
4761
  include Aws::Structure
4804
4762
  end
4805
4763
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.17.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: 2020-04-20 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement