aws-sdk-iotevents 1.19.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -13,10 +13,38 @@ module Aws::IoTEvents
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AcknowledgeFlow = Shapes::StructureShape.new(name: 'AcknowledgeFlow')
17
+ AcknowledgeFlowEnabled = Shapes::BooleanShape.new(name: 'AcknowledgeFlowEnabled')
16
18
  Action = Shapes::StructureShape.new(name: 'Action')
17
19
  Actions = Shapes::ListShape.new(name: 'Actions')
20
+ AlarmAction = Shapes::StructureShape.new(name: 'AlarmAction')
21
+ AlarmActions = Shapes::ListShape.new(name: 'AlarmActions')
22
+ AlarmCapabilities = Shapes::StructureShape.new(name: 'AlarmCapabilities')
23
+ AlarmEventActions = Shapes::StructureShape.new(name: 'AlarmEventActions')
24
+ AlarmModelArn = Shapes::StringShape.new(name: 'AlarmModelArn')
25
+ AlarmModelDescription = Shapes::StringShape.new(name: 'AlarmModelDescription')
26
+ AlarmModelName = Shapes::StringShape.new(name: 'AlarmModelName')
27
+ AlarmModelSummaries = Shapes::ListShape.new(name: 'AlarmModelSummaries')
28
+ AlarmModelSummary = Shapes::StructureShape.new(name: 'AlarmModelSummary')
29
+ AlarmModelVersion = Shapes::StringShape.new(name: 'AlarmModelVersion')
30
+ AlarmModelVersionStatus = Shapes::StringShape.new(name: 'AlarmModelVersionStatus')
31
+ AlarmModelVersionSummaries = Shapes::ListShape.new(name: 'AlarmModelVersionSummaries')
32
+ AlarmModelVersionSummary = Shapes::StructureShape.new(name: 'AlarmModelVersionSummary')
33
+ AlarmNotification = Shapes::StructureShape.new(name: 'AlarmNotification')
34
+ AlarmRule = Shapes::StructureShape.new(name: 'AlarmRule')
18
35
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
36
+ AnalysisId = Shapes::StringShape.new(name: 'AnalysisId')
37
+ AnalysisMessage = Shapes::StringShape.new(name: 'AnalysisMessage')
38
+ AnalysisResult = Shapes::StructureShape.new(name: 'AnalysisResult')
39
+ AnalysisResultLevel = Shapes::StringShape.new(name: 'AnalysisResultLevel')
40
+ AnalysisResultLocation = Shapes::StructureShape.new(name: 'AnalysisResultLocation')
41
+ AnalysisResultLocationPath = Shapes::StringShape.new(name: 'AnalysisResultLocationPath')
42
+ AnalysisResultLocations = Shapes::ListShape.new(name: 'AnalysisResultLocations')
43
+ AnalysisResults = Shapes::ListShape.new(name: 'AnalysisResults')
44
+ AnalysisStatus = Shapes::StringShape.new(name: 'AnalysisStatus')
45
+ AnalysisType = Shapes::StringShape.new(name: 'AnalysisType')
19
46
  AssetId = Shapes::StringShape.new(name: 'AssetId')
47
+ AssetModelId = Shapes::StringShape.new(name: 'AssetModelId')
20
48
  AssetPropertyAlias = Shapes::StringShape.new(name: 'AssetPropertyAlias')
21
49
  AssetPropertyBooleanValue = Shapes::StringShape.new(name: 'AssetPropertyBooleanValue')
22
50
  AssetPropertyDoubleValue = Shapes::StringShape.new(name: 'AssetPropertyDoubleValue')
@@ -34,17 +62,26 @@ module Aws::IoTEvents
34
62
  AttributeJsonPath = Shapes::StringShape.new(name: 'AttributeJsonPath')
35
63
  Attributes = Shapes::ListShape.new(name: 'Attributes')
36
64
  ClearTimerAction = Shapes::StructureShape.new(name: 'ClearTimerAction')
65
+ ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
37
66
  Condition = Shapes::StringShape.new(name: 'Condition')
38
67
  ContentExpression = Shapes::StringShape.new(name: 'ContentExpression')
68
+ CreateAlarmModelRequest = Shapes::StructureShape.new(name: 'CreateAlarmModelRequest')
69
+ CreateAlarmModelResponse = Shapes::StructureShape.new(name: 'CreateAlarmModelResponse')
39
70
  CreateDetectorModelRequest = Shapes::StructureShape.new(name: 'CreateDetectorModelRequest')
40
71
  CreateDetectorModelResponse = Shapes::StructureShape.new(name: 'CreateDetectorModelResponse')
41
72
  CreateInputRequest = Shapes::StructureShape.new(name: 'CreateInputRequest')
42
73
  CreateInputResponse = Shapes::StructureShape.new(name: 'CreateInputResponse')
74
+ DeleteAlarmModelRequest = Shapes::StructureShape.new(name: 'DeleteAlarmModelRequest')
75
+ DeleteAlarmModelResponse = Shapes::StructureShape.new(name: 'DeleteAlarmModelResponse')
43
76
  DeleteDetectorModelRequest = Shapes::StructureShape.new(name: 'DeleteDetectorModelRequest')
44
77
  DeleteDetectorModelResponse = Shapes::StructureShape.new(name: 'DeleteDetectorModelResponse')
45
78
  DeleteInputRequest = Shapes::StructureShape.new(name: 'DeleteInputRequest')
46
79
  DeleteInputResponse = Shapes::StructureShape.new(name: 'DeleteInputResponse')
47
80
  DeliveryStreamName = Shapes::StringShape.new(name: 'DeliveryStreamName')
81
+ DescribeAlarmModelRequest = Shapes::StructureShape.new(name: 'DescribeAlarmModelRequest')
82
+ DescribeAlarmModelResponse = Shapes::StructureShape.new(name: 'DescribeAlarmModelResponse')
83
+ DescribeDetectorModelAnalysisRequest = Shapes::StructureShape.new(name: 'DescribeDetectorModelAnalysisRequest')
84
+ DescribeDetectorModelAnalysisResponse = Shapes::StructureShape.new(name: 'DescribeDetectorModelAnalysisResponse')
48
85
  DescribeDetectorModelRequest = Shapes::StructureShape.new(name: 'DescribeDetectorModelRequest')
49
86
  DescribeDetectorModelResponse = Shapes::StructureShape.new(name: 'DescribeDetectorModelResponse')
50
87
  DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
@@ -65,6 +102,7 @@ module Aws::IoTEvents
65
102
  DetectorModelVersionStatus = Shapes::StringShape.new(name: 'DetectorModelVersionStatus')
66
103
  DetectorModelVersionSummaries = Shapes::ListShape.new(name: 'DetectorModelVersionSummaries')
67
104
  DetectorModelVersionSummary = Shapes::StructureShape.new(name: 'DetectorModelVersionSummary')
105
+ DisabledOnInitialization = Shapes::BooleanShape.new(name: 'DisabledOnInitialization')
68
106
  DynamoDBAction = Shapes::StructureShape.new(name: 'DynamoDBAction')
69
107
  DynamoDBv2Action = Shapes::StructureShape.new(name: 'DynamoDBv2Action')
70
108
  DynamoKeyField = Shapes::StringShape.new(name: 'DynamoKeyField')
@@ -72,33 +110,54 @@ module Aws::IoTEvents
72
110
  DynamoKeyValue = Shapes::StringShape.new(name: 'DynamoKeyValue')
73
111
  DynamoOperation = Shapes::StringShape.new(name: 'DynamoOperation')
74
112
  DynamoTableName = Shapes::StringShape.new(name: 'DynamoTableName')
113
+ EmailConfiguration = Shapes::StructureShape.new(name: 'EmailConfiguration')
114
+ EmailConfigurations = Shapes::ListShape.new(name: 'EmailConfigurations')
115
+ EmailContent = Shapes::StructureShape.new(name: 'EmailContent')
116
+ EmailRecipients = Shapes::StructureShape.new(name: 'EmailRecipients')
117
+ EmailSubject = Shapes::StringShape.new(name: 'EmailSubject')
75
118
  EvaluationMethod = Shapes::StringShape.new(name: 'EvaluationMethod')
76
119
  Event = Shapes::StructureShape.new(name: 'Event')
77
120
  EventName = Shapes::StringShape.new(name: 'EventName')
78
121
  Events = Shapes::ListShape.new(name: 'Events')
79
122
  FirehoseAction = Shapes::StructureShape.new(name: 'FirehoseAction')
80
123
  FirehoseSeparator = Shapes::StringShape.new(name: 'FirehoseSeparator')
124
+ FromEmail = Shapes::StringShape.new(name: 'FromEmail')
125
+ GetDetectorModelAnalysisResultsRequest = Shapes::StructureShape.new(name: 'GetDetectorModelAnalysisResultsRequest')
126
+ GetDetectorModelAnalysisResultsResponse = Shapes::StructureShape.new(name: 'GetDetectorModelAnalysisResultsResponse')
127
+ IdentityStoreId = Shapes::StringShape.new(name: 'IdentityStoreId')
128
+ InitializationConfiguration = Shapes::StructureShape.new(name: 'InitializationConfiguration')
81
129
  Input = Shapes::StructureShape.new(name: 'Input')
82
130
  InputArn = Shapes::StringShape.new(name: 'InputArn')
83
131
  InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
84
132
  InputDefinition = Shapes::StructureShape.new(name: 'InputDefinition')
85
133
  InputDescription = Shapes::StringShape.new(name: 'InputDescription')
134
+ InputIdentifier = Shapes::StructureShape.new(name: 'InputIdentifier')
86
135
  InputName = Shapes::StringShape.new(name: 'InputName')
136
+ InputProperty = Shapes::StringShape.new(name: 'InputProperty')
87
137
  InputStatus = Shapes::StringShape.new(name: 'InputStatus')
88
138
  InputSummaries = Shapes::ListShape.new(name: 'InputSummaries')
89
139
  InputSummary = Shapes::StructureShape.new(name: 'InputSummary')
90
140
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
91
141
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
92
142
  IotEventsAction = Shapes::StructureShape.new(name: 'IotEventsAction')
143
+ IotEventsInputIdentifier = Shapes::StructureShape.new(name: 'IotEventsInputIdentifier')
93
144
  IotSiteWiseAction = Shapes::StructureShape.new(name: 'IotSiteWiseAction')
145
+ IotSiteWiseAssetModelPropertyIdentifier = Shapes::StructureShape.new(name: 'IotSiteWiseAssetModelPropertyIdentifier')
146
+ IotSiteWiseInputIdentifier = Shapes::StructureShape.new(name: 'IotSiteWiseInputIdentifier')
94
147
  IotTopicPublishAction = Shapes::StructureShape.new(name: 'IotTopicPublishAction')
95
148
  KeyValue = Shapes::StringShape.new(name: 'KeyValue')
96
149
  LambdaAction = Shapes::StructureShape.new(name: 'LambdaAction')
97
150
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
151
+ ListAlarmModelVersionsRequest = Shapes::StructureShape.new(name: 'ListAlarmModelVersionsRequest')
152
+ ListAlarmModelVersionsResponse = Shapes::StructureShape.new(name: 'ListAlarmModelVersionsResponse')
153
+ ListAlarmModelsRequest = Shapes::StructureShape.new(name: 'ListAlarmModelsRequest')
154
+ ListAlarmModelsResponse = Shapes::StructureShape.new(name: 'ListAlarmModelsResponse')
98
155
  ListDetectorModelVersionsRequest = Shapes::StructureShape.new(name: 'ListDetectorModelVersionsRequest')
99
156
  ListDetectorModelVersionsResponse = Shapes::StructureShape.new(name: 'ListDetectorModelVersionsResponse')
100
157
  ListDetectorModelsRequest = Shapes::StructureShape.new(name: 'ListDetectorModelsRequest')
101
158
  ListDetectorModelsResponse = Shapes::StructureShape.new(name: 'ListDetectorModelsResponse')
159
+ ListInputRoutingsRequest = Shapes::StructureShape.new(name: 'ListInputRoutingsRequest')
160
+ ListInputRoutingsResponse = Shapes::StructureShape.new(name: 'ListInputRoutingsResponse')
102
161
  ListInputsRequest = Shapes::StructureShape.new(name: 'ListInputsRequest')
103
162
  ListInputsResponse = Shapes::StructureShape.new(name: 'ListInputsResponse')
104
163
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -107,8 +166,13 @@ module Aws::IoTEvents
107
166
  LoggingLevel = Shapes::StringShape.new(name: 'LoggingLevel')
108
167
  LoggingOptions = Shapes::StructureShape.new(name: 'LoggingOptions')
109
168
  MQTTTopic = Shapes::StringShape.new(name: 'MQTTTopic')
169
+ MaxAnalysisResults = Shapes::IntegerShape.new(name: 'MaxAnalysisResults')
110
170
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
111
171
  NextToken = Shapes::StringShape.new(name: 'NextToken')
172
+ NotificationAction = Shapes::StructureShape.new(name: 'NotificationAction')
173
+ NotificationActions = Shapes::ListShape.new(name: 'NotificationActions')
174
+ NotificationAdditionalMessage = Shapes::StringShape.new(name: 'NotificationAdditionalMessage')
175
+ NotificationTargetActions = Shapes::StructureShape.new(name: 'NotificationTargetActions')
112
176
  OnEnterLifecycle = Shapes::StructureShape.new(name: 'OnEnterLifecycle')
113
177
  OnExitLifecycle = Shapes::StructureShape.new(name: 'OnExitLifecycle')
114
178
  OnInputLifecycle = Shapes::StructureShape.new(name: 'OnInputLifecycle')
@@ -116,19 +180,34 @@ module Aws::IoTEvents
116
180
  PayloadType = Shapes::StringShape.new(name: 'PayloadType')
117
181
  PutLoggingOptionsRequest = Shapes::StructureShape.new(name: 'PutLoggingOptionsRequest')
118
182
  QueueUrl = Shapes::StringShape.new(name: 'QueueUrl')
183
+ RecipientDetail = Shapes::StructureShape.new(name: 'RecipientDetail')
184
+ RecipientDetails = Shapes::ListShape.new(name: 'RecipientDetails')
119
185
  ResetTimerAction = Shapes::StructureShape.new(name: 'ResetTimerAction')
120
186
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
121
187
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
188
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
122
189
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
190
+ RoutedResource = Shapes::StructureShape.new(name: 'RoutedResource')
191
+ RoutedResources = Shapes::ListShape.new(name: 'RoutedResources')
192
+ SMSConfiguration = Shapes::StructureShape.new(name: 'SMSConfiguration')
193
+ SMSConfigurations = Shapes::ListShape.new(name: 'SMSConfigurations')
194
+ SMSSenderId = Shapes::StringShape.new(name: 'SMSSenderId')
123
195
  SNSTopicPublishAction = Shapes::StructureShape.new(name: 'SNSTopicPublishAction')
196
+ SSOIdentity = Shapes::StructureShape.new(name: 'SSOIdentity')
197
+ SSOReferenceId = Shapes::StringShape.new(name: 'SSOReferenceId')
124
198
  Seconds = Shapes::IntegerShape.new(name: 'Seconds')
125
199
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
126
200
  SetTimerAction = Shapes::StructureShape.new(name: 'SetTimerAction')
127
201
  SetVariableAction = Shapes::StructureShape.new(name: 'SetVariableAction')
202
+ Severity = Shapes::IntegerShape.new(name: 'Severity')
203
+ SimpleRule = Shapes::StructureShape.new(name: 'SimpleRule')
128
204
  SqsAction = Shapes::StructureShape.new(name: 'SqsAction')
205
+ StartDetectorModelAnalysisRequest = Shapes::StructureShape.new(name: 'StartDetectorModelAnalysisRequest')
206
+ StartDetectorModelAnalysisResponse = Shapes::StructureShape.new(name: 'StartDetectorModelAnalysisResponse')
129
207
  State = Shapes::StructureShape.new(name: 'State')
130
208
  StateName = Shapes::StringShape.new(name: 'StateName')
131
209
  States = Shapes::ListShape.new(name: 'States')
210
+ StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
132
211
  Tag = Shapes::StructureShape.new(name: 'Tag')
133
212
  TagKey = Shapes::StringShape.new(name: 'TagKey')
134
213
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
@@ -136,6 +215,7 @@ module Aws::IoTEvents
136
215
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
137
216
  TagValue = Shapes::StringShape.new(name: 'TagValue')
138
217
  Tags = Shapes::ListShape.new(name: 'Tags')
218
+ Threshold = Shapes::StringShape.new(name: 'Threshold')
139
219
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
140
220
  TimerName = Shapes::StringShape.new(name: 'TimerName')
141
221
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
@@ -144,6 +224,8 @@ module Aws::IoTEvents
144
224
  UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
145
225
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
146
226
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
227
+ UpdateAlarmModelRequest = Shapes::StructureShape.new(name: 'UpdateAlarmModelRequest')
228
+ UpdateAlarmModelResponse = Shapes::StructureShape.new(name: 'UpdateAlarmModelResponse')
147
229
  UpdateDetectorModelRequest = Shapes::StructureShape.new(name: 'UpdateDetectorModelRequest')
148
230
  UpdateDetectorModelResponse = Shapes::StructureShape.new(name: 'UpdateDetectorModelResponse')
149
231
  UpdateInputRequest = Shapes::StructureShape.new(name: 'UpdateInputRequest')
@@ -155,6 +237,9 @@ module Aws::IoTEvents
155
237
  resourceArn = Shapes::StringShape.new(name: 'resourceArn')
156
238
  resourceId = Shapes::StringShape.new(name: 'resourceId')
157
239
 
240
+ AcknowledgeFlow.add_member(:enabled, Shapes::ShapeRef.new(shape: AcknowledgeFlowEnabled, required: true, location_name: "enabled"))
241
+ AcknowledgeFlow.struct_class = Types::AcknowledgeFlow
242
+
158
243
  Action.add_member(:set_variable, Shapes::ShapeRef.new(shape: SetVariableAction, location_name: "setVariable"))
159
244
  Action.add_member(:sns, Shapes::ShapeRef.new(shape: SNSTopicPublishAction, location_name: "sns"))
160
245
  Action.add_member(:iot_topic_publish, Shapes::ShapeRef.new(shape: IotTopicPublishAction, location_name: "iotTopicPublish"))
@@ -172,11 +257,69 @@ module Aws::IoTEvents
172
257
 
173
258
  Actions.member = Shapes::ShapeRef.new(shape: Action)
174
259
 
260
+ AlarmAction.add_member(:sns, Shapes::ShapeRef.new(shape: SNSTopicPublishAction, location_name: "sns"))
261
+ AlarmAction.add_member(:iot_topic_publish, Shapes::ShapeRef.new(shape: IotTopicPublishAction, location_name: "iotTopicPublish"))
262
+ AlarmAction.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaAction, location_name: "lambda"))
263
+ AlarmAction.add_member(:iot_events, Shapes::ShapeRef.new(shape: IotEventsAction, location_name: "iotEvents"))
264
+ AlarmAction.add_member(:sqs, Shapes::ShapeRef.new(shape: SqsAction, location_name: "sqs"))
265
+ AlarmAction.add_member(:firehose, Shapes::ShapeRef.new(shape: FirehoseAction, location_name: "firehose"))
266
+ AlarmAction.add_member(:dynamo_db, Shapes::ShapeRef.new(shape: DynamoDBAction, location_name: "dynamoDB"))
267
+ AlarmAction.add_member(:dynamo_d_bv_2, Shapes::ShapeRef.new(shape: DynamoDBv2Action, location_name: "dynamoDBv2"))
268
+ AlarmAction.add_member(:iot_site_wise, Shapes::ShapeRef.new(shape: IotSiteWiseAction, location_name: "iotSiteWise"))
269
+ AlarmAction.struct_class = Types::AlarmAction
270
+
271
+ AlarmActions.member = Shapes::ShapeRef.new(shape: AlarmAction)
272
+
273
+ AlarmCapabilities.add_member(:initialization_configuration, Shapes::ShapeRef.new(shape: InitializationConfiguration, location_name: "initializationConfiguration"))
274
+ AlarmCapabilities.add_member(:acknowledge_flow, Shapes::ShapeRef.new(shape: AcknowledgeFlow, location_name: "acknowledgeFlow"))
275
+ AlarmCapabilities.struct_class = Types::AlarmCapabilities
276
+
277
+ AlarmEventActions.add_member(:alarm_actions, Shapes::ShapeRef.new(shape: AlarmActions, location_name: "alarmActions"))
278
+ AlarmEventActions.struct_class = Types::AlarmEventActions
279
+
280
+ AlarmModelSummaries.member = Shapes::ShapeRef.new(shape: AlarmModelSummary)
281
+
282
+ AlarmModelSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
283
+ AlarmModelSummary.add_member(:alarm_model_description, Shapes::ShapeRef.new(shape: AlarmModelDescription, location_name: "alarmModelDescription"))
284
+ AlarmModelSummary.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, location_name: "alarmModelName"))
285
+ AlarmModelSummary.struct_class = Types::AlarmModelSummary
286
+
287
+ AlarmModelVersionSummaries.member = Shapes::ShapeRef.new(shape: AlarmModelVersionSummary)
288
+
289
+ AlarmModelVersionSummary.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, location_name: "alarmModelName"))
290
+ AlarmModelVersionSummary.add_member(:alarm_model_arn, Shapes::ShapeRef.new(shape: AlarmModelArn, location_name: "alarmModelArn"))
291
+ AlarmModelVersionSummary.add_member(:alarm_model_version, Shapes::ShapeRef.new(shape: AlarmModelVersion, location_name: "alarmModelVersion"))
292
+ AlarmModelVersionSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "roleArn"))
293
+ AlarmModelVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
294
+ AlarmModelVersionSummary.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateTime"))
295
+ AlarmModelVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: AlarmModelVersionStatus, location_name: "status"))
296
+ AlarmModelVersionSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
297
+ AlarmModelVersionSummary.struct_class = Types::AlarmModelVersionSummary
298
+
299
+ AlarmNotification.add_member(:notification_actions, Shapes::ShapeRef.new(shape: NotificationActions, location_name: "notificationActions"))
300
+ AlarmNotification.struct_class = Types::AlarmNotification
301
+
302
+ AlarmRule.add_member(:simple_rule, Shapes::ShapeRef.new(shape: SimpleRule, location_name: "simpleRule"))
303
+ AlarmRule.struct_class = Types::AlarmRule
304
+
305
+ AnalysisResult.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisType, location_name: "type"))
306
+ AnalysisResult.add_member(:level, Shapes::ShapeRef.new(shape: AnalysisResultLevel, location_name: "level"))
307
+ AnalysisResult.add_member(:message, Shapes::ShapeRef.new(shape: AnalysisMessage, location_name: "message"))
308
+ AnalysisResult.add_member(:locations, Shapes::ShapeRef.new(shape: AnalysisResultLocations, location_name: "locations"))
309
+ AnalysisResult.struct_class = Types::AnalysisResult
310
+
311
+ AnalysisResultLocation.add_member(:path, Shapes::ShapeRef.new(shape: AnalysisResultLocationPath, location_name: "path"))
312
+ AnalysisResultLocation.struct_class = Types::AnalysisResultLocation
313
+
314
+ AnalysisResultLocations.member = Shapes::ShapeRef.new(shape: AnalysisResultLocation)
315
+
316
+ AnalysisResults.member = Shapes::ShapeRef.new(shape: AnalysisResult)
317
+
175
318
  AssetPropertyTimestamp.add_member(:time_in_seconds, Shapes::ShapeRef.new(shape: AssetPropertyTimeInSeconds, required: true, location_name: "timeInSeconds"))
176
319
  AssetPropertyTimestamp.add_member(:offset_in_nanos, Shapes::ShapeRef.new(shape: AssetPropertyOffsetInNanos, location_name: "offsetInNanos"))
177
320
  AssetPropertyTimestamp.struct_class = Types::AssetPropertyTimestamp
178
321
 
179
- AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: AssetPropertyVariant, required: true, location_name: "value"))
322
+ AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: AssetPropertyVariant, location_name: "value"))
180
323
  AssetPropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: AssetPropertyTimestamp, location_name: "timestamp"))
181
324
  AssetPropertyValue.add_member(:quality, Shapes::ShapeRef.new(shape: AssetPropertyQuality, location_name: "quality"))
182
325
  AssetPropertyValue.struct_class = Types::AssetPropertyValue
@@ -195,6 +338,25 @@ module Aws::IoTEvents
195
338
  ClearTimerAction.add_member(:timer_name, Shapes::ShapeRef.new(shape: TimerName, required: true, location_name: "timerName"))
196
339
  ClearTimerAction.struct_class = Types::ClearTimerAction
197
340
 
341
+ CreateAlarmModelRequest.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, required: true, location_name: "alarmModelName"))
342
+ CreateAlarmModelRequest.add_member(:alarm_model_description, Shapes::ShapeRef.new(shape: AlarmModelDescription, location_name: "alarmModelDescription"))
343
+ CreateAlarmModelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "roleArn"))
344
+ CreateAlarmModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
345
+ CreateAlarmModelRequest.add_member(:key, Shapes::ShapeRef.new(shape: AttributeJsonPath, location_name: "key"))
346
+ CreateAlarmModelRequest.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "severity"))
347
+ CreateAlarmModelRequest.add_member(:alarm_rule, Shapes::ShapeRef.new(shape: AlarmRule, required: true, location_name: "alarmRule"))
348
+ CreateAlarmModelRequest.add_member(:alarm_notification, Shapes::ShapeRef.new(shape: AlarmNotification, location_name: "alarmNotification"))
349
+ CreateAlarmModelRequest.add_member(:alarm_event_actions, Shapes::ShapeRef.new(shape: AlarmEventActions, location_name: "alarmEventActions"))
350
+ CreateAlarmModelRequest.add_member(:alarm_capabilities, Shapes::ShapeRef.new(shape: AlarmCapabilities, location_name: "alarmCapabilities"))
351
+ CreateAlarmModelRequest.struct_class = Types::CreateAlarmModelRequest
352
+
353
+ CreateAlarmModelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
354
+ CreateAlarmModelResponse.add_member(:alarm_model_arn, Shapes::ShapeRef.new(shape: AlarmModelArn, location_name: "alarmModelArn"))
355
+ CreateAlarmModelResponse.add_member(:alarm_model_version, Shapes::ShapeRef.new(shape: AlarmModelVersion, location_name: "alarmModelVersion"))
356
+ CreateAlarmModelResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateTime"))
357
+ CreateAlarmModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: AlarmModelVersionStatus, location_name: "status"))
358
+ CreateAlarmModelResponse.struct_class = Types::CreateAlarmModelResponse
359
+
198
360
  CreateDetectorModelRequest.add_member(:detector_model_name, Shapes::ShapeRef.new(shape: DetectorModelName, required: true, location_name: "detectorModelName"))
199
361
  CreateDetectorModelRequest.add_member(:detector_model_definition, Shapes::ShapeRef.new(shape: DetectorModelDefinition, required: true, location_name: "detectorModelDefinition"))
200
362
  CreateDetectorModelRequest.add_member(:detector_model_description, Shapes::ShapeRef.new(shape: DetectorModelDescription, location_name: "detectorModelDescription"))
@@ -216,6 +378,11 @@ module Aws::IoTEvents
216
378
  CreateInputResponse.add_member(:input_configuration, Shapes::ShapeRef.new(shape: InputConfiguration, location_name: "inputConfiguration"))
217
379
  CreateInputResponse.struct_class = Types::CreateInputResponse
218
380
 
381
+ DeleteAlarmModelRequest.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, required: true, location: "uri", location_name: "alarmModelName"))
382
+ DeleteAlarmModelRequest.struct_class = Types::DeleteAlarmModelRequest
383
+
384
+ DeleteAlarmModelResponse.struct_class = Types::DeleteAlarmModelResponse
385
+
219
386
  DeleteDetectorModelRequest.add_member(:detector_model_name, Shapes::ShapeRef.new(shape: DetectorModelName, required: true, location: "uri", location_name: "detectorModelName"))
220
387
  DeleteDetectorModelRequest.struct_class = Types::DeleteDetectorModelRequest
221
388
 
@@ -226,6 +393,33 @@ module Aws::IoTEvents
226
393
 
227
394
  DeleteInputResponse.struct_class = Types::DeleteInputResponse
228
395
 
396
+ DescribeAlarmModelRequest.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, required: true, location: "uri", location_name: "alarmModelName"))
397
+ DescribeAlarmModelRequest.add_member(:alarm_model_version, Shapes::ShapeRef.new(shape: AlarmModelVersion, location: "querystring", location_name: "version"))
398
+ DescribeAlarmModelRequest.struct_class = Types::DescribeAlarmModelRequest
399
+
400
+ DescribeAlarmModelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
401
+ DescribeAlarmModelResponse.add_member(:alarm_model_arn, Shapes::ShapeRef.new(shape: AlarmModelArn, location_name: "alarmModelArn"))
402
+ DescribeAlarmModelResponse.add_member(:alarm_model_version, Shapes::ShapeRef.new(shape: AlarmModelVersion, location_name: "alarmModelVersion"))
403
+ DescribeAlarmModelResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateTime"))
404
+ DescribeAlarmModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: AlarmModelVersionStatus, location_name: "status"))
405
+ DescribeAlarmModelResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
406
+ DescribeAlarmModelResponse.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, location_name: "alarmModelName"))
407
+ DescribeAlarmModelResponse.add_member(:alarm_model_description, Shapes::ShapeRef.new(shape: AlarmModelDescription, location_name: "alarmModelDescription"))
408
+ DescribeAlarmModelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "roleArn"))
409
+ DescribeAlarmModelResponse.add_member(:key, Shapes::ShapeRef.new(shape: AttributeJsonPath, location_name: "key"))
410
+ DescribeAlarmModelResponse.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "severity"))
411
+ DescribeAlarmModelResponse.add_member(:alarm_rule, Shapes::ShapeRef.new(shape: AlarmRule, location_name: "alarmRule"))
412
+ DescribeAlarmModelResponse.add_member(:alarm_notification, Shapes::ShapeRef.new(shape: AlarmNotification, location_name: "alarmNotification"))
413
+ DescribeAlarmModelResponse.add_member(:alarm_event_actions, Shapes::ShapeRef.new(shape: AlarmEventActions, location_name: "alarmEventActions"))
414
+ DescribeAlarmModelResponse.add_member(:alarm_capabilities, Shapes::ShapeRef.new(shape: AlarmCapabilities, location_name: "alarmCapabilities"))
415
+ DescribeAlarmModelResponse.struct_class = Types::DescribeAlarmModelResponse
416
+
417
+ DescribeDetectorModelAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: AnalysisId, required: true, location: "uri", location_name: "analysisId"))
418
+ DescribeDetectorModelAnalysisRequest.struct_class = Types::DescribeDetectorModelAnalysisRequest
419
+
420
+ DescribeDetectorModelAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
421
+ DescribeDetectorModelAnalysisResponse.struct_class = Types::DescribeDetectorModelAnalysisResponse
422
+
229
423
  DescribeDetectorModelRequest.add_member(:detector_model_name, Shapes::ShapeRef.new(shape: DetectorModelName, required: true, location: "uri", location_name: "detectorModelName"))
230
424
  DescribeDetectorModelRequest.add_member(:detector_model_version, Shapes::ShapeRef.new(shape: DetectorModelVersion, location: "querystring", location_name: "version"))
231
425
  DescribeDetectorModelRequest.struct_class = Types::DescribeDetectorModelRequest
@@ -305,6 +499,20 @@ module Aws::IoTEvents
305
499
  DynamoDBv2Action.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
306
500
  DynamoDBv2Action.struct_class = Types::DynamoDBv2Action
307
501
 
502
+ EmailConfiguration.add_member(:from, Shapes::ShapeRef.new(shape: FromEmail, required: true, location_name: "from"))
503
+ EmailConfiguration.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, location_name: "content"))
504
+ EmailConfiguration.add_member(:recipients, Shapes::ShapeRef.new(shape: EmailRecipients, required: true, location_name: "recipients"))
505
+ EmailConfiguration.struct_class = Types::EmailConfiguration
506
+
507
+ EmailConfigurations.member = Shapes::ShapeRef.new(shape: EmailConfiguration)
508
+
509
+ EmailContent.add_member(:subject, Shapes::ShapeRef.new(shape: EmailSubject, location_name: "subject"))
510
+ EmailContent.add_member(:additional_message, Shapes::ShapeRef.new(shape: NotificationAdditionalMessage, location_name: "additionalMessage"))
511
+ EmailContent.struct_class = Types::EmailContent
512
+
513
+ EmailRecipients.add_member(:to, Shapes::ShapeRef.new(shape: RecipientDetails, location_name: "to"))
514
+ EmailRecipients.struct_class = Types::EmailRecipients
515
+
308
516
  Event.add_member(:event_name, Shapes::ShapeRef.new(shape: EventName, required: true, location_name: "eventName"))
309
517
  Event.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, location_name: "condition"))
310
518
  Event.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, location_name: "actions"))
@@ -317,6 +525,18 @@ module Aws::IoTEvents
317
525
  FirehoseAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
318
526
  FirehoseAction.struct_class = Types::FirehoseAction
319
527
 
528
+ GetDetectorModelAnalysisResultsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: AnalysisId, required: true, location: "uri", location_name: "analysisId"))
529
+ GetDetectorModelAnalysisResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
530
+ GetDetectorModelAnalysisResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxAnalysisResults, location: "querystring", location_name: "maxResults"))
531
+ GetDetectorModelAnalysisResultsRequest.struct_class = Types::GetDetectorModelAnalysisResultsRequest
532
+
533
+ GetDetectorModelAnalysisResultsResponse.add_member(:analysis_results, Shapes::ShapeRef.new(shape: AnalysisResults, location_name: "analysisResults"))
534
+ GetDetectorModelAnalysisResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
535
+ GetDetectorModelAnalysisResultsResponse.struct_class = Types::GetDetectorModelAnalysisResultsResponse
536
+
537
+ InitializationConfiguration.add_member(:disabled_on_initialization, Shapes::ShapeRef.new(shape: DisabledOnInitialization, required: true, location_name: "disabledOnInitialization"))
538
+ InitializationConfiguration.struct_class = Types::InitializationConfiguration
539
+
320
540
  Input.add_member(:input_configuration, Shapes::ShapeRef.new(shape: InputConfiguration, location_name: "inputConfiguration"))
321
541
  Input.add_member(:input_definition, Shapes::ShapeRef.new(shape: InputDefinition, location_name: "inputDefinition"))
322
542
  Input.struct_class = Types::Input
@@ -332,6 +552,10 @@ module Aws::IoTEvents
332
552
  InputDefinition.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "attributes"))
333
553
  InputDefinition.struct_class = Types::InputDefinition
334
554
 
555
+ InputIdentifier.add_member(:iot_events_input_identifier, Shapes::ShapeRef.new(shape: IotEventsInputIdentifier, location_name: "iotEventsInputIdentifier"))
556
+ InputIdentifier.add_member(:iot_site_wise_input_identifier, Shapes::ShapeRef.new(shape: IotSiteWiseInputIdentifier, location_name: "iotSiteWiseInputIdentifier"))
557
+ InputIdentifier.struct_class = Types::InputIdentifier
558
+
335
559
  InputSummaries.member = Shapes::ShapeRef.new(shape: InputSummary)
336
560
 
337
561
  InputSummary.add_member(:input_name, Shapes::ShapeRef.new(shape: InputName, location_name: "inputName"))
@@ -352,13 +576,23 @@ module Aws::IoTEvents
352
576
  IotEventsAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
353
577
  IotEventsAction.struct_class = Types::IotEventsAction
354
578
 
579
+ IotEventsInputIdentifier.add_member(:input_name, Shapes::ShapeRef.new(shape: InputName, required: true, location_name: "inputName"))
580
+ IotEventsInputIdentifier.struct_class = Types::IotEventsInputIdentifier
581
+
355
582
  IotSiteWiseAction.add_member(:entry_id, Shapes::ShapeRef.new(shape: AssetPropertyEntryId, location_name: "entryId"))
356
583
  IotSiteWiseAction.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
357
584
  IotSiteWiseAction.add_member(:property_id, Shapes::ShapeRef.new(shape: AssetPropertyId, location_name: "propertyId"))
358
585
  IotSiteWiseAction.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location_name: "propertyAlias"))
359
- IotSiteWiseAction.add_member(:property_value, Shapes::ShapeRef.new(shape: AssetPropertyValue, required: true, location_name: "propertyValue"))
586
+ IotSiteWiseAction.add_member(:property_value, Shapes::ShapeRef.new(shape: AssetPropertyValue, location_name: "propertyValue"))
360
587
  IotSiteWiseAction.struct_class = Types::IotSiteWiseAction
361
588
 
589
+ IotSiteWiseAssetModelPropertyIdentifier.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: AssetModelId, required: true, location_name: "assetModelId"))
590
+ IotSiteWiseAssetModelPropertyIdentifier.add_member(:property_id, Shapes::ShapeRef.new(shape: AssetPropertyId, required: true, location_name: "propertyId"))
591
+ IotSiteWiseAssetModelPropertyIdentifier.struct_class = Types::IotSiteWiseAssetModelPropertyIdentifier
592
+
593
+ IotSiteWiseInputIdentifier.add_member(:iot_site_wise_asset_model_property_identifier, Shapes::ShapeRef.new(shape: IotSiteWiseAssetModelPropertyIdentifier, location_name: "iotSiteWiseAssetModelPropertyIdentifier"))
594
+ IotSiteWiseInputIdentifier.struct_class = Types::IotSiteWiseInputIdentifier
595
+
362
596
  IotTopicPublishAction.add_member(:mqtt_topic, Shapes::ShapeRef.new(shape: MQTTTopic, required: true, location_name: "mqttTopic"))
363
597
  IotTopicPublishAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
364
598
  IotTopicPublishAction.struct_class = Types::IotTopicPublishAction
@@ -370,6 +604,23 @@ module Aws::IoTEvents
370
604
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
371
605
  LimitExceededException.struct_class = Types::LimitExceededException
372
606
 
607
+ ListAlarmModelVersionsRequest.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, required: true, location: "uri", location_name: "alarmModelName"))
608
+ ListAlarmModelVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
609
+ ListAlarmModelVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
610
+ ListAlarmModelVersionsRequest.struct_class = Types::ListAlarmModelVersionsRequest
611
+
612
+ ListAlarmModelVersionsResponse.add_member(:alarm_model_version_summaries, Shapes::ShapeRef.new(shape: AlarmModelVersionSummaries, location_name: "alarmModelVersionSummaries"))
613
+ ListAlarmModelVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
614
+ ListAlarmModelVersionsResponse.struct_class = Types::ListAlarmModelVersionsResponse
615
+
616
+ ListAlarmModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
617
+ ListAlarmModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
618
+ ListAlarmModelsRequest.struct_class = Types::ListAlarmModelsRequest
619
+
620
+ ListAlarmModelsResponse.add_member(:alarm_model_summaries, Shapes::ShapeRef.new(shape: AlarmModelSummaries, location_name: "alarmModelSummaries"))
621
+ ListAlarmModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
622
+ ListAlarmModelsResponse.struct_class = Types::ListAlarmModelsResponse
623
+
373
624
  ListDetectorModelVersionsRequest.add_member(:detector_model_name, Shapes::ShapeRef.new(shape: DetectorModelName, required: true, location: "uri", location_name: "detectorModelName"))
374
625
  ListDetectorModelVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
375
626
  ListDetectorModelVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -387,6 +638,15 @@ module Aws::IoTEvents
387
638
  ListDetectorModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
388
639
  ListDetectorModelsResponse.struct_class = Types::ListDetectorModelsResponse
389
640
 
641
+ ListInputRoutingsRequest.add_member(:input_identifier, Shapes::ShapeRef.new(shape: InputIdentifier, required: true, location_name: "inputIdentifier"))
642
+ ListInputRoutingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
643
+ ListInputRoutingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
644
+ ListInputRoutingsRequest.struct_class = Types::ListInputRoutingsRequest
645
+
646
+ ListInputRoutingsResponse.add_member(:routed_resources, Shapes::ShapeRef.new(shape: RoutedResources, location_name: "routedResources"))
647
+ ListInputRoutingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
648
+ ListInputRoutingsResponse.struct_class = Types::ListInputRoutingsResponse
649
+
390
650
  ListInputsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
391
651
  ListInputsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
392
652
  ListInputsRequest.struct_class = Types::ListInputsRequest
@@ -407,6 +667,16 @@ module Aws::IoTEvents
407
667
  LoggingOptions.add_member(:detector_debug_options, Shapes::ShapeRef.new(shape: DetectorDebugOptions, location_name: "detectorDebugOptions"))
408
668
  LoggingOptions.struct_class = Types::LoggingOptions
409
669
 
670
+ NotificationAction.add_member(:action, Shapes::ShapeRef.new(shape: NotificationTargetActions, required: true, location_name: "action"))
671
+ NotificationAction.add_member(:sms_configurations, Shapes::ShapeRef.new(shape: SMSConfigurations, location_name: "smsConfigurations"))
672
+ NotificationAction.add_member(:email_configurations, Shapes::ShapeRef.new(shape: EmailConfigurations, location_name: "emailConfigurations"))
673
+ NotificationAction.struct_class = Types::NotificationAction
674
+
675
+ NotificationActions.member = Shapes::ShapeRef.new(shape: NotificationAction)
676
+
677
+ NotificationTargetActions.add_member(:lambda_action, Shapes::ShapeRef.new(shape: LambdaAction, location_name: "lambdaAction"))
678
+ NotificationTargetActions.struct_class = Types::NotificationTargetActions
679
+
410
680
  OnEnterLifecycle.add_member(:events, Shapes::ShapeRef.new(shape: Events, location_name: "events"))
411
681
  OnEnterLifecycle.struct_class = Types::OnEnterLifecycle
412
682
 
@@ -424,6 +694,11 @@ module Aws::IoTEvents
424
694
  PutLoggingOptionsRequest.add_member(:logging_options, Shapes::ShapeRef.new(shape: LoggingOptions, required: true, location_name: "loggingOptions"))
425
695
  PutLoggingOptionsRequest.struct_class = Types::PutLoggingOptionsRequest
426
696
 
697
+ RecipientDetail.add_member(:sso_identity, Shapes::ShapeRef.new(shape: SSOIdentity, location_name: "ssoIdentity"))
698
+ RecipientDetail.struct_class = Types::RecipientDetail
699
+
700
+ RecipientDetails.member = Shapes::ShapeRef.new(shape: RecipientDetail)
701
+
427
702
  ResetTimerAction.add_member(:timer_name, Shapes::ShapeRef.new(shape: TimerName, required: true, location_name: "timerName"))
428
703
  ResetTimerAction.struct_class = Types::ResetTimerAction
429
704
 
@@ -438,10 +713,27 @@ module Aws::IoTEvents
438
713
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
439
714
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
440
715
 
716
+ RoutedResource.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
717
+ RoutedResource.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
718
+ RoutedResource.struct_class = Types::RoutedResource
719
+
720
+ RoutedResources.member = Shapes::ShapeRef.new(shape: RoutedResource)
721
+
722
+ SMSConfiguration.add_member(:sender_id, Shapes::ShapeRef.new(shape: SMSSenderId, location_name: "senderId"))
723
+ SMSConfiguration.add_member(:additional_message, Shapes::ShapeRef.new(shape: NotificationAdditionalMessage, location_name: "additionalMessage"))
724
+ SMSConfiguration.add_member(:recipients, Shapes::ShapeRef.new(shape: RecipientDetails, required: true, location_name: "recipients"))
725
+ SMSConfiguration.struct_class = Types::SMSConfiguration
726
+
727
+ SMSConfigurations.member = Shapes::ShapeRef.new(shape: SMSConfiguration)
728
+
441
729
  SNSTopicPublishAction.add_member(:target_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "targetArn"))
442
730
  SNSTopicPublishAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
443
731
  SNSTopicPublishAction.struct_class = Types::SNSTopicPublishAction
444
732
 
733
+ SSOIdentity.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
734
+ SSOIdentity.add_member(:user_id, Shapes::ShapeRef.new(shape: SSOReferenceId, location_name: "userId"))
735
+ SSOIdentity.struct_class = Types::SSOIdentity
736
+
445
737
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
446
738
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
447
739
 
@@ -454,11 +746,22 @@ module Aws::IoTEvents
454
746
  SetVariableAction.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, required: true, location_name: "value"))
455
747
  SetVariableAction.struct_class = Types::SetVariableAction
456
748
 
749
+ SimpleRule.add_member(:input_property, Shapes::ShapeRef.new(shape: InputProperty, required: true, location_name: "inputProperty"))
750
+ SimpleRule.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "comparisonOperator"))
751
+ SimpleRule.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, required: true, location_name: "threshold"))
752
+ SimpleRule.struct_class = Types::SimpleRule
753
+
457
754
  SqsAction.add_member(:queue_url, Shapes::ShapeRef.new(shape: QueueUrl, required: true, location_name: "queueUrl"))
458
755
  SqsAction.add_member(:use_base_64, Shapes::ShapeRef.new(shape: UseBase64, location_name: "useBase64"))
459
756
  SqsAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
460
757
  SqsAction.struct_class = Types::SqsAction
461
758
 
759
+ StartDetectorModelAnalysisRequest.add_member(:detector_model_definition, Shapes::ShapeRef.new(shape: DetectorModelDefinition, required: true, location_name: "detectorModelDefinition"))
760
+ StartDetectorModelAnalysisRequest.struct_class = Types::StartDetectorModelAnalysisRequest
761
+
762
+ StartDetectorModelAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: AnalysisId, location_name: "analysisId"))
763
+ StartDetectorModelAnalysisResponse.struct_class = Types::StartDetectorModelAnalysisResponse
764
+
462
765
  State.add_member(:state_name, Shapes::ShapeRef.new(shape: StateName, required: true, location_name: "stateName"))
463
766
  State.add_member(:on_input, Shapes::ShapeRef.new(shape: OnInputLifecycle, location_name: "onInput"))
464
767
  State.add_member(:on_enter, Shapes::ShapeRef.new(shape: OnEnterLifecycle, location_name: "onEnter"))
@@ -501,6 +804,23 @@ module Aws::IoTEvents
501
804
 
502
805
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
503
806
 
807
+ UpdateAlarmModelRequest.add_member(:alarm_model_name, Shapes::ShapeRef.new(shape: AlarmModelName, required: true, location: "uri", location_name: "alarmModelName"))
808
+ UpdateAlarmModelRequest.add_member(:alarm_model_description, Shapes::ShapeRef.new(shape: AlarmModelDescription, location_name: "alarmModelDescription"))
809
+ UpdateAlarmModelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "roleArn"))
810
+ UpdateAlarmModelRequest.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "severity"))
811
+ UpdateAlarmModelRequest.add_member(:alarm_rule, Shapes::ShapeRef.new(shape: AlarmRule, required: true, location_name: "alarmRule"))
812
+ UpdateAlarmModelRequest.add_member(:alarm_notification, Shapes::ShapeRef.new(shape: AlarmNotification, location_name: "alarmNotification"))
813
+ UpdateAlarmModelRequest.add_member(:alarm_event_actions, Shapes::ShapeRef.new(shape: AlarmEventActions, location_name: "alarmEventActions"))
814
+ UpdateAlarmModelRequest.add_member(:alarm_capabilities, Shapes::ShapeRef.new(shape: AlarmCapabilities, location_name: "alarmCapabilities"))
815
+ UpdateAlarmModelRequest.struct_class = Types::UpdateAlarmModelRequest
816
+
817
+ UpdateAlarmModelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
818
+ UpdateAlarmModelResponse.add_member(:alarm_model_arn, Shapes::ShapeRef.new(shape: AlarmModelArn, location_name: "alarmModelArn"))
819
+ UpdateAlarmModelResponse.add_member(:alarm_model_version, Shapes::ShapeRef.new(shape: AlarmModelVersion, location_name: "alarmModelVersion"))
820
+ UpdateAlarmModelResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateTime"))
821
+ UpdateAlarmModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: AlarmModelVersionStatus, location_name: "status"))
822
+ UpdateAlarmModelResponse.struct_class = Types::UpdateAlarmModelResponse
823
+
504
824
  UpdateDetectorModelRequest.add_member(:detector_model_name, Shapes::ShapeRef.new(shape: DetectorModelName, required: true, location: "uri", location_name: "detectorModelName"))
505
825
  UpdateDetectorModelRequest.add_member(:detector_model_definition, Shapes::ShapeRef.new(shape: DetectorModelDefinition, required: true, location_name: "detectorModelDefinition"))
506
826
  UpdateDetectorModelRequest.add_member(:detector_model_description, Shapes::ShapeRef.new(shape: DetectorModelDescription, location_name: "detectorModelDescription"))
@@ -536,6 +856,21 @@ module Aws::IoTEvents
536
856
  "uid" => "iotevents-2018-07-27",
537
857
  }
538
858
 
859
+ api.add_operation(:create_alarm_model, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "CreateAlarmModel"
861
+ o.http_method = "POST"
862
+ o.http_request_uri = "/alarm-models"
863
+ o.input = Shapes::ShapeRef.new(shape: CreateAlarmModelRequest)
864
+ o.output = Shapes::ShapeRef.new(shape: CreateAlarmModelResponse)
865
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
866
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
868
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
869
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
870
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
872
+ end)
873
+
539
874
  api.add_operation(:create_detector_model, Seahorse::Model::Operation.new.tap do |o|
540
875
  o.name = "CreateDetectorModel"
541
876
  o.http_method = "POST"
@@ -564,6 +899,20 @@ module Aws::IoTEvents
564
899
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
565
900
  end)
566
901
 
902
+ api.add_operation(:delete_alarm_model, Seahorse::Model::Operation.new.tap do |o|
903
+ o.name = "DeleteAlarmModel"
904
+ o.http_method = "DELETE"
905
+ o.http_request_uri = "/alarm-models/{alarmModelName}"
906
+ o.input = Shapes::ShapeRef.new(shape: DeleteAlarmModelRequest)
907
+ o.output = Shapes::ShapeRef.new(shape: DeleteAlarmModelResponse)
908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
913
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
914
+ end)
915
+
567
916
  api.add_operation(:delete_detector_model, Seahorse::Model::Operation.new.tap do |o|
568
917
  o.name = "DeleteDetectorModel"
569
918
  o.http_method = "DELETE"
@@ -592,6 +941,19 @@ module Aws::IoTEvents
592
941
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
593
942
  end)
594
943
 
944
+ api.add_operation(:describe_alarm_model, Seahorse::Model::Operation.new.tap do |o|
945
+ o.name = "DescribeAlarmModel"
946
+ o.http_method = "GET"
947
+ o.http_request_uri = "/alarm-models/{alarmModelName}"
948
+ o.input = Shapes::ShapeRef.new(shape: DescribeAlarmModelRequest)
949
+ o.output = Shapes::ShapeRef.new(shape: DescribeAlarmModelResponse)
950
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
951
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
952
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
953
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
955
+ end)
956
+
595
957
  api.add_operation(:describe_detector_model, Seahorse::Model::Operation.new.tap do |o|
596
958
  o.name = "DescribeDetectorModel"
597
959
  o.http_method = "GET"
@@ -605,6 +967,19 @@ module Aws::IoTEvents
605
967
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
606
968
  end)
607
969
 
970
+ api.add_operation(:describe_detector_model_analysis, Seahorse::Model::Operation.new.tap do |o|
971
+ o.name = "DescribeDetectorModelAnalysis"
972
+ o.http_method = "GET"
973
+ o.http_request_uri = "/analysis/detector-models/{analysisId}"
974
+ o.input = Shapes::ShapeRef.new(shape: DescribeDetectorModelAnalysisRequest)
975
+ o.output = Shapes::ShapeRef.new(shape: DescribeDetectorModelAnalysisResponse)
976
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
978
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
979
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
981
+ end)
982
+
608
983
  api.add_operation(:describe_input, Seahorse::Model::Operation.new.tap do |o|
609
984
  o.name = "DescribeInput"
610
985
  o.http_method = "GET"
@@ -632,6 +1007,44 @@ module Aws::IoTEvents
632
1007
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
633
1008
  end)
634
1009
 
1010
+ api.add_operation(:get_detector_model_analysis_results, Seahorse::Model::Operation.new.tap do |o|
1011
+ o.name = "GetDetectorModelAnalysisResults"
1012
+ o.http_method = "GET"
1013
+ o.http_request_uri = "/analysis/detector-models/{analysisId}/results"
1014
+ o.input = Shapes::ShapeRef.new(shape: GetDetectorModelAnalysisResultsRequest)
1015
+ o.output = Shapes::ShapeRef.new(shape: GetDetectorModelAnalysisResultsResponse)
1016
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1021
+ end)
1022
+
1023
+ api.add_operation(:list_alarm_model_versions, Seahorse::Model::Operation.new.tap do |o|
1024
+ o.name = "ListAlarmModelVersions"
1025
+ o.http_method = "GET"
1026
+ o.http_request_uri = "/alarm-models/{alarmModelName}/versions"
1027
+ o.input = Shapes::ShapeRef.new(shape: ListAlarmModelVersionsRequest)
1028
+ o.output = Shapes::ShapeRef.new(shape: ListAlarmModelVersionsResponse)
1029
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1034
+ end)
1035
+
1036
+ api.add_operation(:list_alarm_models, Seahorse::Model::Operation.new.tap do |o|
1037
+ o.name = "ListAlarmModels"
1038
+ o.http_method = "GET"
1039
+ o.http_request_uri = "/alarm-models"
1040
+ o.input = Shapes::ShapeRef.new(shape: ListAlarmModelsRequest)
1041
+ o.output = Shapes::ShapeRef.new(shape: ListAlarmModelsResponse)
1042
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1046
+ end)
1047
+
635
1048
  api.add_operation(:list_detector_model_versions, Seahorse::Model::Operation.new.tap do |o|
636
1049
  o.name = "ListDetectorModelVersions"
637
1050
  o.http_method = "GET"
@@ -657,6 +1070,19 @@ module Aws::IoTEvents
657
1070
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
658
1071
  end)
659
1072
 
1073
+ api.add_operation(:list_input_routings, Seahorse::Model::Operation.new.tap do |o|
1074
+ o.name = "ListInputRoutings"
1075
+ o.http_method = "POST"
1076
+ o.http_request_uri = "/input-routings"
1077
+ o.input = Shapes::ShapeRef.new(shape: ListInputRoutingsRequest)
1078
+ o.output = Shapes::ShapeRef.new(shape: ListInputRoutingsResponse)
1079
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1084
+ end)
1085
+
660
1086
  api.add_operation(:list_inputs, Seahorse::Model::Operation.new.tap do |o|
661
1087
  o.name = "ListInputs"
662
1088
  o.http_method = "GET"
@@ -696,6 +1122,19 @@ module Aws::IoTEvents
696
1122
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
697
1123
  end)
698
1124
 
1125
+ api.add_operation(:start_detector_model_analysis, Seahorse::Model::Operation.new.tap do |o|
1126
+ o.name = "StartDetectorModelAnalysis"
1127
+ o.http_method = "POST"
1128
+ o.http_request_uri = "/analysis/detector-models/"
1129
+ o.input = Shapes::ShapeRef.new(shape: StartDetectorModelAnalysisRequest)
1130
+ o.output = Shapes::ShapeRef.new(shape: StartDetectorModelAnalysisResponse)
1131
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1135
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1136
+ end)
1137
+
699
1138
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
700
1139
  o.name = "TagResource"
701
1140
  o.http_method = "POST"
@@ -723,6 +1162,20 @@ module Aws::IoTEvents
723
1162
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
724
1163
  end)
725
1164
 
1165
+ api.add_operation(:update_alarm_model, Seahorse::Model::Operation.new.tap do |o|
1166
+ o.name = "UpdateAlarmModel"
1167
+ o.http_method = "POST"
1168
+ o.http_request_uri = "/alarm-models/{alarmModelName}"
1169
+ o.input = Shapes::ShapeRef.new(shape: UpdateAlarmModelRequest)
1170
+ o.output = Shapes::ShapeRef.new(shape: UpdateAlarmModelResponse)
1171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1177
+ end)
1178
+
726
1179
  api.add_operation(:update_detector_model, Seahorse::Model::Operation.new.tap do |o|
727
1180
  o.name = "UpdateDetectorModel"
728
1181
  o.http_method = "POST"