aws-sdk-iot 1.118.0 → 1.119.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,4980 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoT
9
+ module Types
10
+
11
+ class AbortConfig
12
+ attr_accessor criteria_list: ::Array[Types::AbortCriteria]
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AbortCriteria
17
+ attr_accessor failure_type: ("FAILED" | "REJECTED" | "TIMED_OUT" | "ALL")
18
+ attr_accessor action: ("CANCEL")
19
+ attr_accessor threshold_percentage: ::Float
20
+ attr_accessor min_number_of_executed_things: ::Integer
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class AcceptCertificateTransferRequest
25
+ attr_accessor certificate_id: ::String
26
+ attr_accessor set_as_active: bool
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class Action
31
+ attr_accessor dynamo_db: Types::DynamoDBAction
32
+ attr_accessor dynamo_d_bv_2: Types::DynamoDBv2Action
33
+ attr_accessor lambda: Types::LambdaAction
34
+ attr_accessor sns: Types::SnsAction
35
+ attr_accessor sqs: Types::SqsAction
36
+ attr_accessor kinesis: Types::KinesisAction
37
+ attr_accessor republish: Types::RepublishAction
38
+ attr_accessor s3: Types::S3Action
39
+ attr_accessor firehose: Types::FirehoseAction
40
+ attr_accessor cloudwatch_metric: Types::CloudwatchMetricAction
41
+ attr_accessor cloudwatch_alarm: Types::CloudwatchAlarmAction
42
+ attr_accessor cloudwatch_logs: Types::CloudwatchLogsAction
43
+ attr_accessor elasticsearch: Types::ElasticsearchAction
44
+ attr_accessor salesforce: Types::SalesforceAction
45
+ attr_accessor iot_analytics: Types::IotAnalyticsAction
46
+ attr_accessor iot_events: Types::IotEventsAction
47
+ attr_accessor iot_site_wise: Types::IotSiteWiseAction
48
+ attr_accessor step_functions: Types::StepFunctionsAction
49
+ attr_accessor timestream: Types::TimestreamAction
50
+ attr_accessor http: Types::HttpAction
51
+ attr_accessor kafka: Types::KafkaAction
52
+ attr_accessor open_search: Types::OpenSearchAction
53
+ attr_accessor location: Types::LocationAction
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class ActiveViolation
58
+ attr_accessor violation_id: ::String
59
+ attr_accessor thing_name: ::String
60
+ attr_accessor security_profile_name: ::String
61
+ attr_accessor behavior: Types::Behavior
62
+ attr_accessor last_violation_value: Types::MetricValue
63
+ attr_accessor violation_event_additional_info: Types::ViolationEventAdditionalInfo
64
+ attr_accessor verification_state: ("FALSE_POSITIVE" | "BENIGN_POSITIVE" | "TRUE_POSITIVE" | "UNKNOWN")
65
+ attr_accessor verification_state_description: ::String
66
+ attr_accessor last_violation_time: ::Time
67
+ attr_accessor violation_start_time: ::Time
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class AddThingToBillingGroupRequest
72
+ attr_accessor billing_group_name: ::String
73
+ attr_accessor billing_group_arn: ::String
74
+ attr_accessor thing_name: ::String
75
+ attr_accessor thing_arn: ::String
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class AddThingToBillingGroupResponse < Aws::EmptyStructure
80
+ end
81
+
82
+ class AddThingToThingGroupRequest
83
+ attr_accessor thing_group_name: ::String
84
+ attr_accessor thing_group_arn: ::String
85
+ attr_accessor thing_name: ::String
86
+ attr_accessor thing_arn: ::String
87
+ attr_accessor override_dynamic_groups: bool
88
+ SENSITIVE: []
89
+ end
90
+
91
+ class AddThingToThingGroupResponse < Aws::EmptyStructure
92
+ end
93
+
94
+ class AddThingsToThingGroupParams
95
+ attr_accessor thing_group_names: ::Array[::String]
96
+ attr_accessor override_dynamic_groups: bool
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class AggregationType
101
+ attr_accessor name: ("Statistics" | "Percentiles" | "Cardinality")
102
+ attr_accessor values: ::Array[::String]
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class AlertTarget
107
+ attr_accessor alert_target_arn: ::String
108
+ attr_accessor role_arn: ::String
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class Allowed
113
+ attr_accessor policies: ::Array[Types::Policy]
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class AssetPropertyTimestamp
118
+ attr_accessor time_in_seconds: ::String
119
+ attr_accessor offset_in_nanos: ::String
120
+ SENSITIVE: []
121
+ end
122
+
123
+ class AssetPropertyValue
124
+ attr_accessor value: Types::AssetPropertyVariant
125
+ attr_accessor timestamp: Types::AssetPropertyTimestamp
126
+ attr_accessor quality: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class AssetPropertyVariant
131
+ attr_accessor string_value: ::String
132
+ attr_accessor integer_value: ::String
133
+ attr_accessor double_value: ::String
134
+ attr_accessor boolean_value: ::String
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class AssociateTargetsWithJobRequest
139
+ attr_accessor targets: ::Array[::String]
140
+ attr_accessor job_id: ::String
141
+ attr_accessor comment: ::String
142
+ attr_accessor namespace_id: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class AssociateTargetsWithJobResponse
147
+ attr_accessor job_arn: ::String
148
+ attr_accessor job_id: ::String
149
+ attr_accessor description: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class AttachPolicyRequest
154
+ attr_accessor policy_name: ::String
155
+ attr_accessor target: ::String
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class AttachPrincipalPolicyRequest
160
+ attr_accessor policy_name: ::String
161
+ attr_accessor principal: ::String
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class AttachSecurityProfileRequest
166
+ attr_accessor security_profile_name: ::String
167
+ attr_accessor security_profile_target_arn: ::String
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class AttachSecurityProfileResponse < Aws::EmptyStructure
172
+ end
173
+
174
+ class AttachThingPrincipalRequest
175
+ attr_accessor thing_name: ::String
176
+ attr_accessor principal: ::String
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class AttachThingPrincipalResponse < Aws::EmptyStructure
181
+ end
182
+
183
+ class AttributePayload
184
+ attr_accessor attributes: ::Hash[::String, ::String]
185
+ attr_accessor merge: bool
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class AuditCheckConfiguration
190
+ attr_accessor enabled: bool
191
+ SENSITIVE: []
192
+ end
193
+
194
+ class AuditCheckDetails
195
+ attr_accessor check_run_status: ("IN_PROGRESS" | "WAITING_FOR_DATA_COLLECTION" | "CANCELED" | "COMPLETED_COMPLIANT" | "COMPLETED_NON_COMPLIANT" | "FAILED")
196
+ attr_accessor check_compliant: bool
197
+ attr_accessor total_resources_count: ::Integer
198
+ attr_accessor non_compliant_resources_count: ::Integer
199
+ attr_accessor suppressed_non_compliant_resources_count: ::Integer
200
+ attr_accessor error_code: ::String
201
+ attr_accessor message: ::String
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class AuditFinding
206
+ attr_accessor finding_id: ::String
207
+ attr_accessor task_id: ::String
208
+ attr_accessor check_name: ::String
209
+ attr_accessor task_start_time: ::Time
210
+ attr_accessor finding_time: ::Time
211
+ attr_accessor severity: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW")
212
+ attr_accessor non_compliant_resource: Types::NonCompliantResource
213
+ attr_accessor related_resources: ::Array[Types::RelatedResource]
214
+ attr_accessor reason_for_non_compliance: ::String
215
+ attr_accessor reason_for_non_compliance_code: ::String
216
+ attr_accessor is_suppressed: bool
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class AuditMitigationActionExecutionMetadata
221
+ attr_accessor task_id: ::String
222
+ attr_accessor finding_id: ::String
223
+ attr_accessor action_name: ::String
224
+ attr_accessor action_id: ::String
225
+ attr_accessor status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED" | "SKIPPED" | "PENDING")
226
+ attr_accessor start_time: ::Time
227
+ attr_accessor end_time: ::Time
228
+ attr_accessor error_code: ::String
229
+ attr_accessor message: ::String
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class AuditMitigationActionsTaskMetadata
234
+ attr_accessor task_id: ::String
235
+ attr_accessor start_time: ::Time
236
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
237
+ SENSITIVE: []
238
+ end
239
+
240
+ class AuditMitigationActionsTaskTarget
241
+ attr_accessor audit_task_id: ::String
242
+ attr_accessor finding_ids: ::Array[::String]
243
+ attr_accessor audit_check_to_reason_code_filter: ::Hash[::String, ::Array[::String]]
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class AuditNotificationTarget
248
+ attr_accessor target_arn: ::String
249
+ attr_accessor role_arn: ::String
250
+ attr_accessor enabled: bool
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class AuditSuppression
255
+ attr_accessor check_name: ::String
256
+ attr_accessor resource_identifier: Types::ResourceIdentifier
257
+ attr_accessor expiration_date: ::Time
258
+ attr_accessor suppress_indefinitely: bool
259
+ attr_accessor description: ::String
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class AuditTaskMetadata
264
+ attr_accessor task_id: ::String
265
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
266
+ attr_accessor task_type: ("ON_DEMAND_AUDIT_TASK" | "SCHEDULED_AUDIT_TASK")
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class AuthInfo
271
+ attr_accessor action_type: ("PUBLISH" | "SUBSCRIBE" | "RECEIVE" | "CONNECT")
272
+ attr_accessor resources: ::Array[::String]
273
+ SENSITIVE: []
274
+ end
275
+
276
+ class AuthResult
277
+ attr_accessor auth_info: Types::AuthInfo
278
+ attr_accessor allowed: Types::Allowed
279
+ attr_accessor denied: Types::Denied
280
+ attr_accessor auth_decision: ("ALLOWED" | "EXPLICIT_DENY" | "IMPLICIT_DENY")
281
+ attr_accessor missing_context_values: ::Array[::String]
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class AuthorizerConfig
286
+ attr_accessor default_authorizer_name: ::String
287
+ attr_accessor allow_authorizer_override: bool
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class AuthorizerDescription
292
+ attr_accessor authorizer_name: ::String
293
+ attr_accessor authorizer_arn: ::String
294
+ attr_accessor authorizer_function_arn: ::String
295
+ attr_accessor token_key_name: ::String
296
+ attr_accessor token_signing_public_keys: ::Hash[::String, ::String]
297
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
298
+ attr_accessor creation_date: ::Time
299
+ attr_accessor last_modified_date: ::Time
300
+ attr_accessor signing_disabled: bool
301
+ attr_accessor enable_caching_for_http: bool
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class AuthorizerSummary
306
+ attr_accessor authorizer_name: ::String
307
+ attr_accessor authorizer_arn: ::String
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class AwsJobAbortConfig
312
+ attr_accessor abort_criteria_list: ::Array[Types::AwsJobAbortCriteria]
313
+ SENSITIVE: []
314
+ end
315
+
316
+ class AwsJobAbortCriteria
317
+ attr_accessor failure_type: ("FAILED" | "REJECTED" | "TIMED_OUT" | "ALL")
318
+ attr_accessor action: ("CANCEL")
319
+ attr_accessor threshold_percentage: ::Float
320
+ attr_accessor min_number_of_executed_things: ::Integer
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class AwsJobExecutionsRolloutConfig
325
+ attr_accessor maximum_per_minute: ::Integer
326
+ attr_accessor exponential_rate: Types::AwsJobExponentialRolloutRate
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class AwsJobExponentialRolloutRate
331
+ attr_accessor base_rate_per_minute: ::Integer
332
+ attr_accessor increment_factor: ::Float
333
+ attr_accessor rate_increase_criteria: Types::AwsJobRateIncreaseCriteria
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class AwsJobPresignedUrlConfig
338
+ attr_accessor expires_in_sec: ::Integer
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class AwsJobRateIncreaseCriteria
343
+ attr_accessor number_of_notified_things: ::Integer
344
+ attr_accessor number_of_succeeded_things: ::Integer
345
+ SENSITIVE: []
346
+ end
347
+
348
+ class AwsJobTimeoutConfig
349
+ attr_accessor in_progress_timeout_in_minutes: ::Integer
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class Behavior
354
+ attr_accessor name: ::String
355
+ attr_accessor metric: ::String
356
+ attr_accessor metric_dimension: Types::MetricDimension
357
+ attr_accessor criteria: Types::BehaviorCriteria
358
+ attr_accessor suppress_alerts: bool
359
+ attr_accessor export_metric: bool
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class BehaviorCriteria
364
+ attr_accessor comparison_operator: ("less-than" | "less-than-equals" | "greater-than" | "greater-than-equals" | "in-cidr-set" | "not-in-cidr-set" | "in-port-set" | "not-in-port-set" | "in-set" | "not-in-set")
365
+ attr_accessor value: Types::MetricValue
366
+ attr_accessor duration_seconds: ::Integer
367
+ attr_accessor consecutive_datapoints_to_alarm: ::Integer
368
+ attr_accessor consecutive_datapoints_to_clear: ::Integer
369
+ attr_accessor statistical_threshold: Types::StatisticalThreshold
370
+ attr_accessor ml_detection_config: Types::MachineLearningDetectionConfig
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class BehaviorModelTrainingSummary
375
+ attr_accessor security_profile_name: ::String
376
+ attr_accessor behavior_name: ::String
377
+ attr_accessor training_data_collection_start_date: ::Time
378
+ attr_accessor model_status: ("PENDING_BUILD" | "ACTIVE" | "EXPIRED")
379
+ attr_accessor datapoints_collection_percentage: ::Float
380
+ attr_accessor last_model_refresh_date: ::Time
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class BillingGroupMetadata
385
+ attr_accessor creation_date: ::Time
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class BillingGroupProperties
390
+ attr_accessor billing_group_description: ::String
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class Bucket
395
+ attr_accessor key_value: ::String
396
+ attr_accessor count: ::Integer
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class BucketsAggregationType
401
+ attr_accessor terms_aggregation: Types::TermsAggregation
402
+ SENSITIVE: []
403
+ end
404
+
405
+ class CACertificate
406
+ attr_accessor certificate_arn: ::String
407
+ attr_accessor certificate_id: ::String
408
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
409
+ attr_accessor creation_date: ::Time
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class CACertificateDescription
414
+ attr_accessor certificate_arn: ::String
415
+ attr_accessor certificate_id: ::String
416
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
417
+ attr_accessor certificate_pem: ::String
418
+ attr_accessor owned_by: ::String
419
+ attr_accessor creation_date: ::Time
420
+ attr_accessor auto_registration_status: ("ENABLE" | "DISABLE")
421
+ attr_accessor last_modified_date: ::Time
422
+ attr_accessor customer_version: ::Integer
423
+ attr_accessor generation_id: ::String
424
+ attr_accessor validity: Types::CertificateValidity
425
+ attr_accessor certificate_mode: ("DEFAULT" | "SNI_ONLY")
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class CancelAuditMitigationActionsTaskRequest
430
+ attr_accessor task_id: ::String
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class CancelAuditMitigationActionsTaskResponse < Aws::EmptyStructure
435
+ end
436
+
437
+ class CancelAuditTaskRequest
438
+ attr_accessor task_id: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class CancelAuditTaskResponse < Aws::EmptyStructure
443
+ end
444
+
445
+ class CancelCertificateTransferRequest
446
+ attr_accessor certificate_id: ::String
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class CancelDetectMitigationActionsTaskRequest
451
+ attr_accessor task_id: ::String
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class CancelDetectMitigationActionsTaskResponse < Aws::EmptyStructure
456
+ end
457
+
458
+ class CancelJobExecutionRequest
459
+ attr_accessor job_id: ::String
460
+ attr_accessor thing_name: ::String
461
+ attr_accessor force: bool
462
+ attr_accessor expected_version: ::Integer
463
+ attr_accessor status_details: ::Hash[::String, ::String]
464
+ SENSITIVE: []
465
+ end
466
+
467
+ class CancelJobRequest
468
+ attr_accessor job_id: ::String
469
+ attr_accessor reason_code: ::String
470
+ attr_accessor comment: ::String
471
+ attr_accessor force: bool
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class CancelJobResponse
476
+ attr_accessor job_arn: ::String
477
+ attr_accessor job_id: ::String
478
+ attr_accessor description: ::String
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class Certificate
483
+ attr_accessor certificate_arn: ::String
484
+ attr_accessor certificate_id: ::String
485
+ attr_accessor status: ("ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "REGISTER_INACTIVE" | "PENDING_ACTIVATION")
486
+ attr_accessor certificate_mode: ("DEFAULT" | "SNI_ONLY")
487
+ attr_accessor creation_date: ::Time
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class CertificateConflictException
492
+ attr_accessor message: ::String
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class CertificateDescription
497
+ attr_accessor certificate_arn: ::String
498
+ attr_accessor certificate_id: ::String
499
+ attr_accessor ca_certificate_id: ::String
500
+ attr_accessor status: ("ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "REGISTER_INACTIVE" | "PENDING_ACTIVATION")
501
+ attr_accessor certificate_pem: ::String
502
+ attr_accessor owned_by: ::String
503
+ attr_accessor previous_owned_by: ::String
504
+ attr_accessor creation_date: ::Time
505
+ attr_accessor last_modified_date: ::Time
506
+ attr_accessor customer_version: ::Integer
507
+ attr_accessor transfer_data: Types::TransferData
508
+ attr_accessor generation_id: ::String
509
+ attr_accessor validity: Types::CertificateValidity
510
+ attr_accessor certificate_mode: ("DEFAULT" | "SNI_ONLY")
511
+ SENSITIVE: []
512
+ end
513
+
514
+ class CertificateProviderSummary
515
+ attr_accessor certificate_provider_name: ::String
516
+ attr_accessor certificate_provider_arn: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class CertificateStateException
521
+ attr_accessor message: ::String
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class CertificateValidationException
526
+ attr_accessor message: ::String
527
+ SENSITIVE: []
528
+ end
529
+
530
+ class CertificateValidity
531
+ attr_accessor not_before: ::Time
532
+ attr_accessor not_after: ::Time
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class ClearDefaultAuthorizerRequest < Aws::EmptyStructure
537
+ end
538
+
539
+ class ClearDefaultAuthorizerResponse < Aws::EmptyStructure
540
+ end
541
+
542
+ class CloudwatchAlarmAction
543
+ attr_accessor role_arn: ::String
544
+ attr_accessor alarm_name: ::String
545
+ attr_accessor state_reason: ::String
546
+ attr_accessor state_value: ::String
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class CloudwatchLogsAction
551
+ attr_accessor role_arn: ::String
552
+ attr_accessor log_group_name: ::String
553
+ attr_accessor batch_mode: bool
554
+ SENSITIVE: []
555
+ end
556
+
557
+ class CloudwatchMetricAction
558
+ attr_accessor role_arn: ::String
559
+ attr_accessor metric_namespace: ::String
560
+ attr_accessor metric_name: ::String
561
+ attr_accessor metric_value: ::String
562
+ attr_accessor metric_unit: ::String
563
+ attr_accessor metric_timestamp: ::String
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class CodeSigning
568
+ attr_accessor aws_signer_job_id: ::String
569
+ attr_accessor start_signing_job_parameter: Types::StartSigningJobParameter
570
+ attr_accessor custom_code_signing: Types::CustomCodeSigning
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class CodeSigningCertificateChain
575
+ attr_accessor certificate_name: ::String
576
+ attr_accessor inline_document: ::String
577
+ SENSITIVE: []
578
+ end
579
+
580
+ class CodeSigningSignature
581
+ attr_accessor inline_document: ::String
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class Configuration
586
+ attr_accessor enabled: bool
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class ConfirmTopicRuleDestinationRequest
591
+ attr_accessor confirmation_token: ::String
592
+ SENSITIVE: []
593
+ end
594
+
595
+ class ConfirmTopicRuleDestinationResponse < Aws::EmptyStructure
596
+ end
597
+
598
+ class ConflictException
599
+ attr_accessor message: ::String
600
+ attr_accessor resource_id: ::String
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class ConflictingResourceUpdateException
605
+ attr_accessor message: ::String
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class CreateAuditSuppressionRequest
610
+ attr_accessor check_name: ::String
611
+ attr_accessor resource_identifier: Types::ResourceIdentifier
612
+ attr_accessor expiration_date: ::Time
613
+ attr_accessor suppress_indefinitely: bool
614
+ attr_accessor description: ::String
615
+ attr_accessor client_request_token: ::String
616
+ SENSITIVE: []
617
+ end
618
+
619
+ class CreateAuditSuppressionResponse < Aws::EmptyStructure
620
+ end
621
+
622
+ class CreateAuthorizerRequest
623
+ attr_accessor authorizer_name: ::String
624
+ attr_accessor authorizer_function_arn: ::String
625
+ attr_accessor token_key_name: ::String
626
+ attr_accessor token_signing_public_keys: ::Hash[::String, ::String]
627
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
628
+ attr_accessor tags: ::Array[Types::Tag]
629
+ attr_accessor signing_disabled: bool
630
+ attr_accessor enable_caching_for_http: bool
631
+ SENSITIVE: []
632
+ end
633
+
634
+ class CreateAuthorizerResponse
635
+ attr_accessor authorizer_name: ::String
636
+ attr_accessor authorizer_arn: ::String
637
+ SENSITIVE: []
638
+ end
639
+
640
+ class CreateBillingGroupRequest
641
+ attr_accessor billing_group_name: ::String
642
+ attr_accessor billing_group_properties: Types::BillingGroupProperties
643
+ attr_accessor tags: ::Array[Types::Tag]
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class CreateBillingGroupResponse
648
+ attr_accessor billing_group_name: ::String
649
+ attr_accessor billing_group_arn: ::String
650
+ attr_accessor billing_group_id: ::String
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class CreateCertificateFromCsrRequest
655
+ attr_accessor certificate_signing_request: ::String
656
+ attr_accessor set_as_active: bool
657
+ SENSITIVE: []
658
+ end
659
+
660
+ class CreateCertificateFromCsrResponse
661
+ attr_accessor certificate_arn: ::String
662
+ attr_accessor certificate_id: ::String
663
+ attr_accessor certificate_pem: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class CreateCertificateProviderRequest
668
+ attr_accessor certificate_provider_name: ::String
669
+ attr_accessor lambda_function_arn: ::String
670
+ attr_accessor account_default_for_operations: ::Array[("CreateCertificateFromCsr")]
671
+ attr_accessor client_token: ::String
672
+ attr_accessor tags: ::Array[Types::Tag]
673
+ SENSITIVE: []
674
+ end
675
+
676
+ class CreateCertificateProviderResponse
677
+ attr_accessor certificate_provider_name: ::String
678
+ attr_accessor certificate_provider_arn: ::String
679
+ SENSITIVE: []
680
+ end
681
+
682
+ class CreateCustomMetricRequest
683
+ attr_accessor metric_name: ::String
684
+ attr_accessor display_name: ::String
685
+ attr_accessor metric_type: ("string-list" | "ip-address-list" | "number-list" | "number")
686
+ attr_accessor tags: ::Array[Types::Tag]
687
+ attr_accessor client_request_token: ::String
688
+ SENSITIVE: []
689
+ end
690
+
691
+ class CreateCustomMetricResponse
692
+ attr_accessor metric_name: ::String
693
+ attr_accessor metric_arn: ::String
694
+ SENSITIVE: []
695
+ end
696
+
697
+ class CreateDimensionRequest
698
+ attr_accessor name: ::String
699
+ attr_accessor type: ("TOPIC_FILTER")
700
+ attr_accessor string_values: ::Array[::String]
701
+ attr_accessor tags: ::Array[Types::Tag]
702
+ attr_accessor client_request_token: ::String
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class CreateDimensionResponse
707
+ attr_accessor name: ::String
708
+ attr_accessor arn: ::String
709
+ SENSITIVE: []
710
+ end
711
+
712
+ class CreateDomainConfigurationRequest
713
+ attr_accessor domain_configuration_name: ::String
714
+ attr_accessor domain_name: ::String
715
+ attr_accessor server_certificate_arns: ::Array[::String]
716
+ attr_accessor validation_certificate_arn: ::String
717
+ attr_accessor authorizer_config: Types::AuthorizerConfig
718
+ attr_accessor service_type: ("DATA" | "CREDENTIAL_PROVIDER" | "JOBS")
719
+ attr_accessor tags: ::Array[Types::Tag]
720
+ attr_accessor tls_config: Types::TlsConfig
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class CreateDomainConfigurationResponse
725
+ attr_accessor domain_configuration_name: ::String
726
+ attr_accessor domain_configuration_arn: ::String
727
+ SENSITIVE: []
728
+ end
729
+
730
+ class CreateDynamicThingGroupRequest
731
+ attr_accessor thing_group_name: ::String
732
+ attr_accessor thing_group_properties: Types::ThingGroupProperties
733
+ attr_accessor index_name: ::String
734
+ attr_accessor query_string: ::String
735
+ attr_accessor query_version: ::String
736
+ attr_accessor tags: ::Array[Types::Tag]
737
+ SENSITIVE: []
738
+ end
739
+
740
+ class CreateDynamicThingGroupResponse
741
+ attr_accessor thing_group_name: ::String
742
+ attr_accessor thing_group_arn: ::String
743
+ attr_accessor thing_group_id: ::String
744
+ attr_accessor index_name: ::String
745
+ attr_accessor query_string: ::String
746
+ attr_accessor query_version: ::String
747
+ SENSITIVE: []
748
+ end
749
+
750
+ class CreateFleetMetricRequest
751
+ attr_accessor metric_name: ::String
752
+ attr_accessor query_string: ::String
753
+ attr_accessor aggregation_type: Types::AggregationType
754
+ attr_accessor period: ::Integer
755
+ attr_accessor aggregation_field: ::String
756
+ attr_accessor description: ::String
757
+ attr_accessor query_version: ::String
758
+ attr_accessor index_name: ::String
759
+ attr_accessor unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
760
+ attr_accessor tags: ::Array[Types::Tag]
761
+ SENSITIVE: []
762
+ end
763
+
764
+ class CreateFleetMetricResponse
765
+ attr_accessor metric_name: ::String
766
+ attr_accessor metric_arn: ::String
767
+ SENSITIVE: []
768
+ end
769
+
770
+ class CreateJobRequest
771
+ attr_accessor job_id: ::String
772
+ attr_accessor targets: ::Array[::String]
773
+ attr_accessor document_source: ::String
774
+ attr_accessor document: ::String
775
+ attr_accessor description: ::String
776
+ attr_accessor presigned_url_config: Types::PresignedUrlConfig
777
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
778
+ attr_accessor job_executions_rollout_config: Types::JobExecutionsRolloutConfig
779
+ attr_accessor abort_config: Types::AbortConfig
780
+ attr_accessor timeout_config: Types::TimeoutConfig
781
+ attr_accessor tags: ::Array[Types::Tag]
782
+ attr_accessor namespace_id: ::String
783
+ attr_accessor job_template_arn: ::String
784
+ attr_accessor job_executions_retry_config: Types::JobExecutionsRetryConfig
785
+ attr_accessor document_parameters: ::Hash[::String, ::String]
786
+ attr_accessor scheduling_config: Types::SchedulingConfig
787
+ attr_accessor destination_package_versions: ::Array[::String]
788
+ SENSITIVE: []
789
+ end
790
+
791
+ class CreateJobResponse
792
+ attr_accessor job_arn: ::String
793
+ attr_accessor job_id: ::String
794
+ attr_accessor description: ::String
795
+ SENSITIVE: []
796
+ end
797
+
798
+ class CreateJobTemplateRequest
799
+ attr_accessor job_template_id: ::String
800
+ attr_accessor job_arn: ::String
801
+ attr_accessor document_source: ::String
802
+ attr_accessor document: ::String
803
+ attr_accessor description: ::String
804
+ attr_accessor presigned_url_config: Types::PresignedUrlConfig
805
+ attr_accessor job_executions_rollout_config: Types::JobExecutionsRolloutConfig
806
+ attr_accessor abort_config: Types::AbortConfig
807
+ attr_accessor timeout_config: Types::TimeoutConfig
808
+ attr_accessor tags: ::Array[Types::Tag]
809
+ attr_accessor job_executions_retry_config: Types::JobExecutionsRetryConfig
810
+ attr_accessor maintenance_windows: ::Array[Types::MaintenanceWindow]
811
+ attr_accessor destination_package_versions: ::Array[::String]
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class CreateJobTemplateResponse
816
+ attr_accessor job_template_arn: ::String
817
+ attr_accessor job_template_id: ::String
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class CreateKeysAndCertificateRequest
822
+ attr_accessor set_as_active: bool
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class CreateKeysAndCertificateResponse
827
+ attr_accessor certificate_arn: ::String
828
+ attr_accessor certificate_id: ::String
829
+ attr_accessor certificate_pem: ::String
830
+ attr_accessor key_pair: Types::KeyPair
831
+ SENSITIVE: []
832
+ end
833
+
834
+ class CreateMitigationActionRequest
835
+ attr_accessor action_name: ::String
836
+ attr_accessor role_arn: ::String
837
+ attr_accessor action_params: Types::MitigationActionParams
838
+ attr_accessor tags: ::Array[Types::Tag]
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class CreateMitigationActionResponse
843
+ attr_accessor action_arn: ::String
844
+ attr_accessor action_id: ::String
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class CreateOTAUpdateRequest
849
+ attr_accessor ota_update_id: ::String
850
+ attr_accessor description: ::String
851
+ attr_accessor targets: ::Array[::String]
852
+ attr_accessor protocols: ::Array[("MQTT" | "HTTP")]
853
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
854
+ attr_accessor aws_job_executions_rollout_config: Types::AwsJobExecutionsRolloutConfig
855
+ attr_accessor aws_job_presigned_url_config: Types::AwsJobPresignedUrlConfig
856
+ attr_accessor aws_job_abort_config: Types::AwsJobAbortConfig
857
+ attr_accessor aws_job_timeout_config: Types::AwsJobTimeoutConfig
858
+ attr_accessor files: ::Array[Types::OTAUpdateFile]
859
+ attr_accessor role_arn: ::String
860
+ attr_accessor additional_parameters: ::Hash[::String, ::String]
861
+ attr_accessor tags: ::Array[Types::Tag]
862
+ SENSITIVE: []
863
+ end
864
+
865
+ class CreateOTAUpdateResponse
866
+ attr_accessor ota_update_id: ::String
867
+ attr_accessor aws_iot_job_id: ::String
868
+ attr_accessor ota_update_arn: ::String
869
+ attr_accessor aws_iot_job_arn: ::String
870
+ attr_accessor ota_update_status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class CreatePackageRequest
875
+ attr_accessor package_name: ::String
876
+ attr_accessor description: ::String
877
+ attr_accessor tags: ::Hash[::String, ::String]
878
+ attr_accessor client_token: ::String
879
+ SENSITIVE: [:description]
880
+ end
881
+
882
+ class CreatePackageResponse
883
+ attr_accessor package_name: ::String
884
+ attr_accessor package_arn: ::String
885
+ attr_accessor description: ::String
886
+ SENSITIVE: [:description]
887
+ end
888
+
889
+ class CreatePackageVersionRequest
890
+ attr_accessor package_name: ::String
891
+ attr_accessor version_name: ::String
892
+ attr_accessor description: ::String
893
+ attr_accessor attributes: ::Hash[::String, ::String]
894
+ attr_accessor tags: ::Hash[::String, ::String]
895
+ attr_accessor client_token: ::String
896
+ SENSITIVE: [:description, :attributes]
897
+ end
898
+
899
+ class CreatePackageVersionResponse
900
+ attr_accessor package_version_arn: ::String
901
+ attr_accessor package_name: ::String
902
+ attr_accessor version_name: ::String
903
+ attr_accessor description: ::String
904
+ attr_accessor attributes: ::Hash[::String, ::String]
905
+ attr_accessor status: ("DRAFT" | "PUBLISHED" | "DEPRECATED")
906
+ attr_accessor error_reason: ::String
907
+ SENSITIVE: [:description, :attributes]
908
+ end
909
+
910
+ class CreatePolicyRequest
911
+ attr_accessor policy_name: ::String
912
+ attr_accessor policy_document: ::String
913
+ attr_accessor tags: ::Array[Types::Tag]
914
+ SENSITIVE: []
915
+ end
916
+
917
+ class CreatePolicyResponse
918
+ attr_accessor policy_name: ::String
919
+ attr_accessor policy_arn: ::String
920
+ attr_accessor policy_document: ::String
921
+ attr_accessor policy_version_id: ::String
922
+ SENSITIVE: []
923
+ end
924
+
925
+ class CreatePolicyVersionRequest
926
+ attr_accessor policy_name: ::String
927
+ attr_accessor policy_document: ::String
928
+ attr_accessor set_as_default: bool
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class CreatePolicyVersionResponse
933
+ attr_accessor policy_arn: ::String
934
+ attr_accessor policy_document: ::String
935
+ attr_accessor policy_version_id: ::String
936
+ attr_accessor is_default_version: bool
937
+ SENSITIVE: []
938
+ end
939
+
940
+ class CreateProvisioningClaimRequest
941
+ attr_accessor template_name: ::String
942
+ SENSITIVE: []
943
+ end
944
+
945
+ class CreateProvisioningClaimResponse
946
+ attr_accessor certificate_id: ::String
947
+ attr_accessor certificate_pem: ::String
948
+ attr_accessor key_pair: Types::KeyPair
949
+ attr_accessor expiration: ::Time
950
+ SENSITIVE: []
951
+ end
952
+
953
+ class CreateProvisioningTemplateRequest
954
+ attr_accessor template_name: ::String
955
+ attr_accessor description: ::String
956
+ attr_accessor template_body: ::String
957
+ attr_accessor enabled: bool
958
+ attr_accessor provisioning_role_arn: ::String
959
+ attr_accessor pre_provisioning_hook: Types::ProvisioningHook
960
+ attr_accessor tags: ::Array[Types::Tag]
961
+ attr_accessor type: ("FLEET_PROVISIONING" | "JITP")
962
+ SENSITIVE: []
963
+ end
964
+
965
+ class CreateProvisioningTemplateResponse
966
+ attr_accessor template_arn: ::String
967
+ attr_accessor template_name: ::String
968
+ attr_accessor default_version_id: ::Integer
969
+ SENSITIVE: []
970
+ end
971
+
972
+ class CreateProvisioningTemplateVersionRequest
973
+ attr_accessor template_name: ::String
974
+ attr_accessor template_body: ::String
975
+ attr_accessor set_as_default: bool
976
+ SENSITIVE: []
977
+ end
978
+
979
+ class CreateProvisioningTemplateVersionResponse
980
+ attr_accessor template_arn: ::String
981
+ attr_accessor template_name: ::String
982
+ attr_accessor version_id: ::Integer
983
+ attr_accessor is_default_version: bool
984
+ SENSITIVE: []
985
+ end
986
+
987
+ class CreateRoleAliasRequest
988
+ attr_accessor role_alias: ::String
989
+ attr_accessor role_arn: ::String
990
+ attr_accessor credential_duration_seconds: ::Integer
991
+ attr_accessor tags: ::Array[Types::Tag]
992
+ SENSITIVE: []
993
+ end
994
+
995
+ class CreateRoleAliasResponse
996
+ attr_accessor role_alias: ::String
997
+ attr_accessor role_alias_arn: ::String
998
+ SENSITIVE: []
999
+ end
1000
+
1001
+ class CreateScheduledAuditRequest
1002
+ attr_accessor frequency: ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")
1003
+ attr_accessor day_of_month: ::String
1004
+ attr_accessor day_of_week: ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")
1005
+ attr_accessor target_check_names: ::Array[::String]
1006
+ attr_accessor scheduled_audit_name: ::String
1007
+ attr_accessor tags: ::Array[Types::Tag]
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class CreateScheduledAuditResponse
1012
+ attr_accessor scheduled_audit_arn: ::String
1013
+ SENSITIVE: []
1014
+ end
1015
+
1016
+ class CreateSecurityProfileRequest
1017
+ attr_accessor security_profile_name: ::String
1018
+ attr_accessor security_profile_description: ::String
1019
+ attr_accessor behaviors: ::Array[Types::Behavior]
1020
+ attr_accessor alert_targets: ::Hash[("SNS"), Types::AlertTarget]
1021
+ attr_accessor additional_metrics_to_retain: ::Array[::String]
1022
+ attr_accessor additional_metrics_to_retain_v2: ::Array[Types::MetricToRetain]
1023
+ attr_accessor tags: ::Array[Types::Tag]
1024
+ attr_accessor metrics_export_config: Types::MetricsExportConfig
1025
+ SENSITIVE: []
1026
+ end
1027
+
1028
+ class CreateSecurityProfileResponse
1029
+ attr_accessor security_profile_name: ::String
1030
+ attr_accessor security_profile_arn: ::String
1031
+ SENSITIVE: []
1032
+ end
1033
+
1034
+ class CreateStreamRequest
1035
+ attr_accessor stream_id: ::String
1036
+ attr_accessor description: ::String
1037
+ attr_accessor files: ::Array[Types::StreamFile]
1038
+ attr_accessor role_arn: ::String
1039
+ attr_accessor tags: ::Array[Types::Tag]
1040
+ SENSITIVE: []
1041
+ end
1042
+
1043
+ class CreateStreamResponse
1044
+ attr_accessor stream_id: ::String
1045
+ attr_accessor stream_arn: ::String
1046
+ attr_accessor description: ::String
1047
+ attr_accessor stream_version: ::Integer
1048
+ SENSITIVE: []
1049
+ end
1050
+
1051
+ class CreateThingGroupRequest
1052
+ attr_accessor thing_group_name: ::String
1053
+ attr_accessor parent_group_name: ::String
1054
+ attr_accessor thing_group_properties: Types::ThingGroupProperties
1055
+ attr_accessor tags: ::Array[Types::Tag]
1056
+ SENSITIVE: []
1057
+ end
1058
+
1059
+ class CreateThingGroupResponse
1060
+ attr_accessor thing_group_name: ::String
1061
+ attr_accessor thing_group_arn: ::String
1062
+ attr_accessor thing_group_id: ::String
1063
+ SENSITIVE: []
1064
+ end
1065
+
1066
+ class CreateThingRequest
1067
+ attr_accessor thing_name: ::String
1068
+ attr_accessor thing_type_name: ::String
1069
+ attr_accessor attribute_payload: Types::AttributePayload
1070
+ attr_accessor billing_group_name: ::String
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class CreateThingResponse
1075
+ attr_accessor thing_name: ::String
1076
+ attr_accessor thing_arn: ::String
1077
+ attr_accessor thing_id: ::String
1078
+ SENSITIVE: []
1079
+ end
1080
+
1081
+ class CreateThingTypeRequest
1082
+ attr_accessor thing_type_name: ::String
1083
+ attr_accessor thing_type_properties: Types::ThingTypeProperties
1084
+ attr_accessor tags: ::Array[Types::Tag]
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class CreateThingTypeResponse
1089
+ attr_accessor thing_type_name: ::String
1090
+ attr_accessor thing_type_arn: ::String
1091
+ attr_accessor thing_type_id: ::String
1092
+ SENSITIVE: []
1093
+ end
1094
+
1095
+ class CreateTopicRuleDestinationRequest
1096
+ attr_accessor destination_configuration: Types::TopicRuleDestinationConfiguration
1097
+ SENSITIVE: []
1098
+ end
1099
+
1100
+ class CreateTopicRuleDestinationResponse
1101
+ attr_accessor topic_rule_destination: Types::TopicRuleDestination
1102
+ SENSITIVE: []
1103
+ end
1104
+
1105
+ class CreateTopicRuleRequest
1106
+ attr_accessor rule_name: ::String
1107
+ attr_accessor topic_rule_payload: Types::TopicRulePayload
1108
+ attr_accessor tags: ::String
1109
+ SENSITIVE: []
1110
+ end
1111
+
1112
+ class CustomCodeSigning
1113
+ attr_accessor signature: Types::CodeSigningSignature
1114
+ attr_accessor certificate_chain: Types::CodeSigningCertificateChain
1115
+ attr_accessor hash_algorithm: ::String
1116
+ attr_accessor signature_algorithm: ::String
1117
+ SENSITIVE: []
1118
+ end
1119
+
1120
+ class DeleteAccountAuditConfigurationRequest
1121
+ attr_accessor delete_scheduled_audits: bool
1122
+ SENSITIVE: []
1123
+ end
1124
+
1125
+ class DeleteAccountAuditConfigurationResponse < Aws::EmptyStructure
1126
+ end
1127
+
1128
+ class DeleteAuditSuppressionRequest
1129
+ attr_accessor check_name: ::String
1130
+ attr_accessor resource_identifier: Types::ResourceIdentifier
1131
+ SENSITIVE: []
1132
+ end
1133
+
1134
+ class DeleteAuditSuppressionResponse < Aws::EmptyStructure
1135
+ end
1136
+
1137
+ class DeleteAuthorizerRequest
1138
+ attr_accessor authorizer_name: ::String
1139
+ SENSITIVE: []
1140
+ end
1141
+
1142
+ class DeleteAuthorizerResponse < Aws::EmptyStructure
1143
+ end
1144
+
1145
+ class DeleteBillingGroupRequest
1146
+ attr_accessor billing_group_name: ::String
1147
+ attr_accessor expected_version: ::Integer
1148
+ SENSITIVE: []
1149
+ end
1150
+
1151
+ class DeleteBillingGroupResponse < Aws::EmptyStructure
1152
+ end
1153
+
1154
+ class DeleteCACertificateRequest
1155
+ attr_accessor certificate_id: ::String
1156
+ SENSITIVE: []
1157
+ end
1158
+
1159
+ class DeleteCACertificateResponse < Aws::EmptyStructure
1160
+ end
1161
+
1162
+ class DeleteCertificateProviderRequest
1163
+ attr_accessor certificate_provider_name: ::String
1164
+ SENSITIVE: []
1165
+ end
1166
+
1167
+ class DeleteCertificateProviderResponse < Aws::EmptyStructure
1168
+ end
1169
+
1170
+ class DeleteCertificateRequest
1171
+ attr_accessor certificate_id: ::String
1172
+ attr_accessor force_delete: bool
1173
+ SENSITIVE: []
1174
+ end
1175
+
1176
+ class DeleteConflictException
1177
+ attr_accessor message: ::String
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class DeleteCustomMetricRequest
1182
+ attr_accessor metric_name: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class DeleteCustomMetricResponse < Aws::EmptyStructure
1187
+ end
1188
+
1189
+ class DeleteDimensionRequest
1190
+ attr_accessor name: ::String
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class DeleteDimensionResponse < Aws::EmptyStructure
1195
+ end
1196
+
1197
+ class DeleteDomainConfigurationRequest
1198
+ attr_accessor domain_configuration_name: ::String
1199
+ SENSITIVE: []
1200
+ end
1201
+
1202
+ class DeleteDomainConfigurationResponse < Aws::EmptyStructure
1203
+ end
1204
+
1205
+ class DeleteDynamicThingGroupRequest
1206
+ attr_accessor thing_group_name: ::String
1207
+ attr_accessor expected_version: ::Integer
1208
+ SENSITIVE: []
1209
+ end
1210
+
1211
+ class DeleteDynamicThingGroupResponse < Aws::EmptyStructure
1212
+ end
1213
+
1214
+ class DeleteFleetMetricRequest
1215
+ attr_accessor metric_name: ::String
1216
+ attr_accessor expected_version: ::Integer
1217
+ SENSITIVE: []
1218
+ end
1219
+
1220
+ class DeleteJobExecutionRequest
1221
+ attr_accessor job_id: ::String
1222
+ attr_accessor thing_name: ::String
1223
+ attr_accessor execution_number: ::Integer
1224
+ attr_accessor force: bool
1225
+ attr_accessor namespace_id: ::String
1226
+ SENSITIVE: []
1227
+ end
1228
+
1229
+ class DeleteJobRequest
1230
+ attr_accessor job_id: ::String
1231
+ attr_accessor force: bool
1232
+ attr_accessor namespace_id: ::String
1233
+ SENSITIVE: []
1234
+ end
1235
+
1236
+ class DeleteJobTemplateRequest
1237
+ attr_accessor job_template_id: ::String
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class DeleteMitigationActionRequest
1242
+ attr_accessor action_name: ::String
1243
+ SENSITIVE: []
1244
+ end
1245
+
1246
+ class DeleteMitigationActionResponse < Aws::EmptyStructure
1247
+ end
1248
+
1249
+ class DeleteOTAUpdateRequest
1250
+ attr_accessor ota_update_id: ::String
1251
+ attr_accessor delete_stream: bool
1252
+ attr_accessor force_delete_aws_job: bool
1253
+ SENSITIVE: []
1254
+ end
1255
+
1256
+ class DeleteOTAUpdateResponse < Aws::EmptyStructure
1257
+ end
1258
+
1259
+ class DeletePackageRequest
1260
+ attr_accessor package_name: ::String
1261
+ attr_accessor client_token: ::String
1262
+ SENSITIVE: []
1263
+ end
1264
+
1265
+ class DeletePackageResponse < Aws::EmptyStructure
1266
+ end
1267
+
1268
+ class DeletePackageVersionRequest
1269
+ attr_accessor package_name: ::String
1270
+ attr_accessor version_name: ::String
1271
+ attr_accessor client_token: ::String
1272
+ SENSITIVE: []
1273
+ end
1274
+
1275
+ class DeletePackageVersionResponse < Aws::EmptyStructure
1276
+ end
1277
+
1278
+ class DeletePolicyRequest
1279
+ attr_accessor policy_name: ::String
1280
+ SENSITIVE: []
1281
+ end
1282
+
1283
+ class DeletePolicyVersionRequest
1284
+ attr_accessor policy_name: ::String
1285
+ attr_accessor policy_version_id: ::String
1286
+ SENSITIVE: []
1287
+ end
1288
+
1289
+ class DeleteProvisioningTemplateRequest
1290
+ attr_accessor template_name: ::String
1291
+ SENSITIVE: []
1292
+ end
1293
+
1294
+ class DeleteProvisioningTemplateResponse < Aws::EmptyStructure
1295
+ end
1296
+
1297
+ class DeleteProvisioningTemplateVersionRequest
1298
+ attr_accessor template_name: ::String
1299
+ attr_accessor version_id: ::Integer
1300
+ SENSITIVE: []
1301
+ end
1302
+
1303
+ class DeleteProvisioningTemplateVersionResponse < Aws::EmptyStructure
1304
+ end
1305
+
1306
+ class DeleteRegistrationCodeRequest < Aws::EmptyStructure
1307
+ end
1308
+
1309
+ class DeleteRegistrationCodeResponse < Aws::EmptyStructure
1310
+ end
1311
+
1312
+ class DeleteRoleAliasRequest
1313
+ attr_accessor role_alias: ::String
1314
+ SENSITIVE: []
1315
+ end
1316
+
1317
+ class DeleteRoleAliasResponse < Aws::EmptyStructure
1318
+ end
1319
+
1320
+ class DeleteScheduledAuditRequest
1321
+ attr_accessor scheduled_audit_name: ::String
1322
+ SENSITIVE: []
1323
+ end
1324
+
1325
+ class DeleteScheduledAuditResponse < Aws::EmptyStructure
1326
+ end
1327
+
1328
+ class DeleteSecurityProfileRequest
1329
+ attr_accessor security_profile_name: ::String
1330
+ attr_accessor expected_version: ::Integer
1331
+ SENSITIVE: []
1332
+ end
1333
+
1334
+ class DeleteSecurityProfileResponse < Aws::EmptyStructure
1335
+ end
1336
+
1337
+ class DeleteStreamRequest
1338
+ attr_accessor stream_id: ::String
1339
+ SENSITIVE: []
1340
+ end
1341
+
1342
+ class DeleteStreamResponse < Aws::EmptyStructure
1343
+ end
1344
+
1345
+ class DeleteThingGroupRequest
1346
+ attr_accessor thing_group_name: ::String
1347
+ attr_accessor expected_version: ::Integer
1348
+ SENSITIVE: []
1349
+ end
1350
+
1351
+ class DeleteThingGroupResponse < Aws::EmptyStructure
1352
+ end
1353
+
1354
+ class DeleteThingRequest
1355
+ attr_accessor thing_name: ::String
1356
+ attr_accessor expected_version: ::Integer
1357
+ SENSITIVE: []
1358
+ end
1359
+
1360
+ class DeleteThingResponse < Aws::EmptyStructure
1361
+ end
1362
+
1363
+ class DeleteThingTypeRequest
1364
+ attr_accessor thing_type_name: ::String
1365
+ SENSITIVE: []
1366
+ end
1367
+
1368
+ class DeleteThingTypeResponse < Aws::EmptyStructure
1369
+ end
1370
+
1371
+ class DeleteTopicRuleDestinationRequest
1372
+ attr_accessor arn: ::String
1373
+ SENSITIVE: []
1374
+ end
1375
+
1376
+ class DeleteTopicRuleDestinationResponse < Aws::EmptyStructure
1377
+ end
1378
+
1379
+ class DeleteTopicRuleRequest
1380
+ attr_accessor rule_name: ::String
1381
+ SENSITIVE: []
1382
+ end
1383
+
1384
+ class DeleteV2LoggingLevelRequest
1385
+ attr_accessor target_type: ("DEFAULT" | "THING_GROUP" | "CLIENT_ID" | "SOURCE_IP" | "PRINCIPAL_ID")
1386
+ attr_accessor target_name: ::String
1387
+ SENSITIVE: []
1388
+ end
1389
+
1390
+ class Denied
1391
+ attr_accessor implicit_deny: Types::ImplicitDeny
1392
+ attr_accessor explicit_deny: Types::ExplicitDeny
1393
+ SENSITIVE: []
1394
+ end
1395
+
1396
+ class DeprecateThingTypeRequest
1397
+ attr_accessor thing_type_name: ::String
1398
+ attr_accessor undo_deprecate: bool
1399
+ SENSITIVE: []
1400
+ end
1401
+
1402
+ class DeprecateThingTypeResponse < Aws::EmptyStructure
1403
+ end
1404
+
1405
+ class DescribeAccountAuditConfigurationRequest < Aws::EmptyStructure
1406
+ end
1407
+
1408
+ class DescribeAccountAuditConfigurationResponse
1409
+ attr_accessor role_arn: ::String
1410
+ attr_accessor audit_notification_target_configurations: ::Hash[("SNS"), Types::AuditNotificationTarget]
1411
+ attr_accessor audit_check_configurations: ::Hash[::String, Types::AuditCheckConfiguration]
1412
+ SENSITIVE: []
1413
+ end
1414
+
1415
+ class DescribeAuditFindingRequest
1416
+ attr_accessor finding_id: ::String
1417
+ SENSITIVE: []
1418
+ end
1419
+
1420
+ class DescribeAuditFindingResponse
1421
+ attr_accessor finding: Types::AuditFinding
1422
+ SENSITIVE: []
1423
+ end
1424
+
1425
+ class DescribeAuditMitigationActionsTaskRequest
1426
+ attr_accessor task_id: ::String
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class DescribeAuditMitigationActionsTaskResponse
1431
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
1432
+ attr_accessor start_time: ::Time
1433
+ attr_accessor end_time: ::Time
1434
+ attr_accessor task_statistics: ::Hash[::String, Types::TaskStatisticsForAuditCheck]
1435
+ attr_accessor target: Types::AuditMitigationActionsTaskTarget
1436
+ attr_accessor audit_check_to_actions_mapping: ::Hash[::String, ::Array[::String]]
1437
+ attr_accessor actions_definition: ::Array[Types::MitigationAction]
1438
+ SENSITIVE: []
1439
+ end
1440
+
1441
+ class DescribeAuditSuppressionRequest
1442
+ attr_accessor check_name: ::String
1443
+ attr_accessor resource_identifier: Types::ResourceIdentifier
1444
+ SENSITIVE: []
1445
+ end
1446
+
1447
+ class DescribeAuditSuppressionResponse
1448
+ attr_accessor check_name: ::String
1449
+ attr_accessor resource_identifier: Types::ResourceIdentifier
1450
+ attr_accessor expiration_date: ::Time
1451
+ attr_accessor suppress_indefinitely: bool
1452
+ attr_accessor description: ::String
1453
+ SENSITIVE: []
1454
+ end
1455
+
1456
+ class DescribeAuditTaskRequest
1457
+ attr_accessor task_id: ::String
1458
+ SENSITIVE: []
1459
+ end
1460
+
1461
+ class DescribeAuditTaskResponse
1462
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
1463
+ attr_accessor task_type: ("ON_DEMAND_AUDIT_TASK" | "SCHEDULED_AUDIT_TASK")
1464
+ attr_accessor task_start_time: ::Time
1465
+ attr_accessor task_statistics: Types::TaskStatistics
1466
+ attr_accessor scheduled_audit_name: ::String
1467
+ attr_accessor audit_details: ::Hash[::String, Types::AuditCheckDetails]
1468
+ SENSITIVE: []
1469
+ end
1470
+
1471
+ class DescribeAuthorizerRequest
1472
+ attr_accessor authorizer_name: ::String
1473
+ SENSITIVE: []
1474
+ end
1475
+
1476
+ class DescribeAuthorizerResponse
1477
+ attr_accessor authorizer_description: Types::AuthorizerDescription
1478
+ SENSITIVE: []
1479
+ end
1480
+
1481
+ class DescribeBillingGroupRequest
1482
+ attr_accessor billing_group_name: ::String
1483
+ SENSITIVE: []
1484
+ end
1485
+
1486
+ class DescribeBillingGroupResponse
1487
+ attr_accessor billing_group_name: ::String
1488
+ attr_accessor billing_group_id: ::String
1489
+ attr_accessor billing_group_arn: ::String
1490
+ attr_accessor version: ::Integer
1491
+ attr_accessor billing_group_properties: Types::BillingGroupProperties
1492
+ attr_accessor billing_group_metadata: Types::BillingGroupMetadata
1493
+ SENSITIVE: []
1494
+ end
1495
+
1496
+ class DescribeCACertificateRequest
1497
+ attr_accessor certificate_id: ::String
1498
+ SENSITIVE: []
1499
+ end
1500
+
1501
+ class DescribeCACertificateResponse
1502
+ attr_accessor certificate_description: Types::CACertificateDescription
1503
+ attr_accessor registration_config: Types::RegistrationConfig
1504
+ SENSITIVE: []
1505
+ end
1506
+
1507
+ class DescribeCertificateProviderRequest
1508
+ attr_accessor certificate_provider_name: ::String
1509
+ SENSITIVE: []
1510
+ end
1511
+
1512
+ class DescribeCertificateProviderResponse
1513
+ attr_accessor certificate_provider_name: ::String
1514
+ attr_accessor certificate_provider_arn: ::String
1515
+ attr_accessor lambda_function_arn: ::String
1516
+ attr_accessor account_default_for_operations: ::Array[("CreateCertificateFromCsr")]
1517
+ attr_accessor creation_date: ::Time
1518
+ attr_accessor last_modified_date: ::Time
1519
+ SENSITIVE: []
1520
+ end
1521
+
1522
+ class DescribeCertificateRequest
1523
+ attr_accessor certificate_id: ::String
1524
+ SENSITIVE: []
1525
+ end
1526
+
1527
+ class DescribeCertificateResponse
1528
+ attr_accessor certificate_description: Types::CertificateDescription
1529
+ SENSITIVE: []
1530
+ end
1531
+
1532
+ class DescribeCustomMetricRequest
1533
+ attr_accessor metric_name: ::String
1534
+ SENSITIVE: []
1535
+ end
1536
+
1537
+ class DescribeCustomMetricResponse
1538
+ attr_accessor metric_name: ::String
1539
+ attr_accessor metric_arn: ::String
1540
+ attr_accessor metric_type: ("string-list" | "ip-address-list" | "number-list" | "number")
1541
+ attr_accessor display_name: ::String
1542
+ attr_accessor creation_date: ::Time
1543
+ attr_accessor last_modified_date: ::Time
1544
+ SENSITIVE: []
1545
+ end
1546
+
1547
+ class DescribeDefaultAuthorizerRequest < Aws::EmptyStructure
1548
+ end
1549
+
1550
+ class DescribeDefaultAuthorizerResponse
1551
+ attr_accessor authorizer_description: Types::AuthorizerDescription
1552
+ SENSITIVE: []
1553
+ end
1554
+
1555
+ class DescribeDetectMitigationActionsTaskRequest
1556
+ attr_accessor task_id: ::String
1557
+ SENSITIVE: []
1558
+ end
1559
+
1560
+ class DescribeDetectMitigationActionsTaskResponse
1561
+ attr_accessor task_summary: Types::DetectMitigationActionsTaskSummary
1562
+ SENSITIVE: []
1563
+ end
1564
+
1565
+ class DescribeDimensionRequest
1566
+ attr_accessor name: ::String
1567
+ SENSITIVE: []
1568
+ end
1569
+
1570
+ class DescribeDimensionResponse
1571
+ attr_accessor name: ::String
1572
+ attr_accessor arn: ::String
1573
+ attr_accessor type: ("TOPIC_FILTER")
1574
+ attr_accessor string_values: ::Array[::String]
1575
+ attr_accessor creation_date: ::Time
1576
+ attr_accessor last_modified_date: ::Time
1577
+ SENSITIVE: []
1578
+ end
1579
+
1580
+ class DescribeDomainConfigurationRequest
1581
+ attr_accessor domain_configuration_name: ::String
1582
+ SENSITIVE: []
1583
+ end
1584
+
1585
+ class DescribeDomainConfigurationResponse
1586
+ attr_accessor domain_configuration_name: ::String
1587
+ attr_accessor domain_configuration_arn: ::String
1588
+ attr_accessor domain_name: ::String
1589
+ attr_accessor server_certificates: ::Array[Types::ServerCertificateSummary]
1590
+ attr_accessor authorizer_config: Types::AuthorizerConfig
1591
+ attr_accessor domain_configuration_status: ("ENABLED" | "DISABLED")
1592
+ attr_accessor service_type: ("DATA" | "CREDENTIAL_PROVIDER" | "JOBS")
1593
+ attr_accessor domain_type: ("ENDPOINT" | "AWS_MANAGED" | "CUSTOMER_MANAGED")
1594
+ attr_accessor last_status_change_date: ::Time
1595
+ attr_accessor tls_config: Types::TlsConfig
1596
+ SENSITIVE: []
1597
+ end
1598
+
1599
+ class DescribeEndpointRequest
1600
+ attr_accessor endpoint_type: ::String
1601
+ SENSITIVE: []
1602
+ end
1603
+
1604
+ class DescribeEndpointResponse
1605
+ attr_accessor endpoint_address: ::String
1606
+ SENSITIVE: []
1607
+ end
1608
+
1609
+ class DescribeEventConfigurationsRequest < Aws::EmptyStructure
1610
+ end
1611
+
1612
+ class DescribeEventConfigurationsResponse
1613
+ attr_accessor event_configurations: ::Hash[("THING" | "THING_GROUP" | "THING_TYPE" | "THING_GROUP_MEMBERSHIP" | "THING_GROUP_HIERARCHY" | "THING_TYPE_ASSOCIATION" | "JOB" | "JOB_EXECUTION" | "POLICY" | "CERTIFICATE" | "CA_CERTIFICATE"), Types::Configuration]
1614
+ attr_accessor creation_date: ::Time
1615
+ attr_accessor last_modified_date: ::Time
1616
+ SENSITIVE: []
1617
+ end
1618
+
1619
+ class DescribeFleetMetricRequest
1620
+ attr_accessor metric_name: ::String
1621
+ SENSITIVE: []
1622
+ end
1623
+
1624
+ class DescribeFleetMetricResponse
1625
+ attr_accessor metric_name: ::String
1626
+ attr_accessor query_string: ::String
1627
+ attr_accessor aggregation_type: Types::AggregationType
1628
+ attr_accessor period: ::Integer
1629
+ attr_accessor aggregation_field: ::String
1630
+ attr_accessor description: ::String
1631
+ attr_accessor query_version: ::String
1632
+ attr_accessor index_name: ::String
1633
+ attr_accessor creation_date: ::Time
1634
+ attr_accessor last_modified_date: ::Time
1635
+ attr_accessor unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
1636
+ attr_accessor version: ::Integer
1637
+ attr_accessor metric_arn: ::String
1638
+ SENSITIVE: []
1639
+ end
1640
+
1641
+ class DescribeIndexRequest
1642
+ attr_accessor index_name: ::String
1643
+ SENSITIVE: []
1644
+ end
1645
+
1646
+ class DescribeIndexResponse
1647
+ attr_accessor index_name: ::String
1648
+ attr_accessor index_status: ("ACTIVE" | "BUILDING" | "REBUILDING")
1649
+ attr_accessor schema: ::String
1650
+ SENSITIVE: []
1651
+ end
1652
+
1653
+ class DescribeJobExecutionRequest
1654
+ attr_accessor job_id: ::String
1655
+ attr_accessor thing_name: ::String
1656
+ attr_accessor execution_number: ::Integer
1657
+ SENSITIVE: []
1658
+ end
1659
+
1660
+ class DescribeJobExecutionResponse
1661
+ attr_accessor execution: Types::JobExecution
1662
+ SENSITIVE: []
1663
+ end
1664
+
1665
+ class DescribeJobRequest
1666
+ attr_accessor job_id: ::String
1667
+ SENSITIVE: []
1668
+ end
1669
+
1670
+ class DescribeJobResponse
1671
+ attr_accessor document_source: ::String
1672
+ attr_accessor job: Types::Job
1673
+ SENSITIVE: []
1674
+ end
1675
+
1676
+ class DescribeJobTemplateRequest
1677
+ attr_accessor job_template_id: ::String
1678
+ SENSITIVE: []
1679
+ end
1680
+
1681
+ class DescribeJobTemplateResponse
1682
+ attr_accessor job_template_arn: ::String
1683
+ attr_accessor job_template_id: ::String
1684
+ attr_accessor description: ::String
1685
+ attr_accessor document_source: ::String
1686
+ attr_accessor document: ::String
1687
+ attr_accessor created_at: ::Time
1688
+ attr_accessor presigned_url_config: Types::PresignedUrlConfig
1689
+ attr_accessor job_executions_rollout_config: Types::JobExecutionsRolloutConfig
1690
+ attr_accessor abort_config: Types::AbortConfig
1691
+ attr_accessor timeout_config: Types::TimeoutConfig
1692
+ attr_accessor job_executions_retry_config: Types::JobExecutionsRetryConfig
1693
+ attr_accessor maintenance_windows: ::Array[Types::MaintenanceWindow]
1694
+ attr_accessor destination_package_versions: ::Array[::String]
1695
+ SENSITIVE: []
1696
+ end
1697
+
1698
+ class DescribeManagedJobTemplateRequest
1699
+ attr_accessor template_name: ::String
1700
+ attr_accessor template_version: ::String
1701
+ SENSITIVE: []
1702
+ end
1703
+
1704
+ class DescribeManagedJobTemplateResponse
1705
+ attr_accessor template_name: ::String
1706
+ attr_accessor template_arn: ::String
1707
+ attr_accessor description: ::String
1708
+ attr_accessor template_version: ::String
1709
+ attr_accessor environments: ::Array[::String]
1710
+ attr_accessor document_parameters: ::Array[Types::DocumentParameter]
1711
+ attr_accessor document: ::String
1712
+ SENSITIVE: []
1713
+ end
1714
+
1715
+ class DescribeMitigationActionRequest
1716
+ attr_accessor action_name: ::String
1717
+ SENSITIVE: []
1718
+ end
1719
+
1720
+ class DescribeMitigationActionResponse
1721
+ attr_accessor action_name: ::String
1722
+ attr_accessor action_type: ("UPDATE_DEVICE_CERTIFICATE" | "UPDATE_CA_CERTIFICATE" | "ADD_THINGS_TO_THING_GROUP" | "REPLACE_DEFAULT_POLICY_VERSION" | "ENABLE_IOT_LOGGING" | "PUBLISH_FINDING_TO_SNS")
1723
+ attr_accessor action_arn: ::String
1724
+ attr_accessor action_id: ::String
1725
+ attr_accessor role_arn: ::String
1726
+ attr_accessor action_params: Types::MitigationActionParams
1727
+ attr_accessor creation_date: ::Time
1728
+ attr_accessor last_modified_date: ::Time
1729
+ SENSITIVE: []
1730
+ end
1731
+
1732
+ class DescribeProvisioningTemplateRequest
1733
+ attr_accessor template_name: ::String
1734
+ SENSITIVE: []
1735
+ end
1736
+
1737
+ class DescribeProvisioningTemplateResponse
1738
+ attr_accessor template_arn: ::String
1739
+ attr_accessor template_name: ::String
1740
+ attr_accessor description: ::String
1741
+ attr_accessor creation_date: ::Time
1742
+ attr_accessor last_modified_date: ::Time
1743
+ attr_accessor default_version_id: ::Integer
1744
+ attr_accessor template_body: ::String
1745
+ attr_accessor enabled: bool
1746
+ attr_accessor provisioning_role_arn: ::String
1747
+ attr_accessor pre_provisioning_hook: Types::ProvisioningHook
1748
+ attr_accessor type: ("FLEET_PROVISIONING" | "JITP")
1749
+ SENSITIVE: []
1750
+ end
1751
+
1752
+ class DescribeProvisioningTemplateVersionRequest
1753
+ attr_accessor template_name: ::String
1754
+ attr_accessor version_id: ::Integer
1755
+ SENSITIVE: []
1756
+ end
1757
+
1758
+ class DescribeProvisioningTemplateVersionResponse
1759
+ attr_accessor version_id: ::Integer
1760
+ attr_accessor creation_date: ::Time
1761
+ attr_accessor template_body: ::String
1762
+ attr_accessor is_default_version: bool
1763
+ SENSITIVE: []
1764
+ end
1765
+
1766
+ class DescribeRoleAliasRequest
1767
+ attr_accessor role_alias: ::String
1768
+ SENSITIVE: []
1769
+ end
1770
+
1771
+ class DescribeRoleAliasResponse
1772
+ attr_accessor role_alias_description: Types::RoleAliasDescription
1773
+ SENSITIVE: []
1774
+ end
1775
+
1776
+ class DescribeScheduledAuditRequest
1777
+ attr_accessor scheduled_audit_name: ::String
1778
+ SENSITIVE: []
1779
+ end
1780
+
1781
+ class DescribeScheduledAuditResponse
1782
+ attr_accessor frequency: ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")
1783
+ attr_accessor day_of_month: ::String
1784
+ attr_accessor day_of_week: ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")
1785
+ attr_accessor target_check_names: ::Array[::String]
1786
+ attr_accessor scheduled_audit_name: ::String
1787
+ attr_accessor scheduled_audit_arn: ::String
1788
+ SENSITIVE: []
1789
+ end
1790
+
1791
+ class DescribeSecurityProfileRequest
1792
+ attr_accessor security_profile_name: ::String
1793
+ SENSITIVE: []
1794
+ end
1795
+
1796
+ class DescribeSecurityProfileResponse
1797
+ attr_accessor security_profile_name: ::String
1798
+ attr_accessor security_profile_arn: ::String
1799
+ attr_accessor security_profile_description: ::String
1800
+ attr_accessor behaviors: ::Array[Types::Behavior]
1801
+ attr_accessor alert_targets: ::Hash[("SNS"), Types::AlertTarget]
1802
+ attr_accessor additional_metrics_to_retain: ::Array[::String]
1803
+ attr_accessor additional_metrics_to_retain_v2: ::Array[Types::MetricToRetain]
1804
+ attr_accessor version: ::Integer
1805
+ attr_accessor creation_date: ::Time
1806
+ attr_accessor last_modified_date: ::Time
1807
+ attr_accessor metrics_export_config: Types::MetricsExportConfig
1808
+ SENSITIVE: []
1809
+ end
1810
+
1811
+ class DescribeStreamRequest
1812
+ attr_accessor stream_id: ::String
1813
+ SENSITIVE: []
1814
+ end
1815
+
1816
+ class DescribeStreamResponse
1817
+ attr_accessor stream_info: Types::StreamInfo
1818
+ SENSITIVE: []
1819
+ end
1820
+
1821
+ class DescribeThingGroupRequest
1822
+ attr_accessor thing_group_name: ::String
1823
+ SENSITIVE: []
1824
+ end
1825
+
1826
+ class DescribeThingGroupResponse
1827
+ attr_accessor thing_group_name: ::String
1828
+ attr_accessor thing_group_id: ::String
1829
+ attr_accessor thing_group_arn: ::String
1830
+ attr_accessor version: ::Integer
1831
+ attr_accessor thing_group_properties: Types::ThingGroupProperties
1832
+ attr_accessor thing_group_metadata: Types::ThingGroupMetadata
1833
+ attr_accessor index_name: ::String
1834
+ attr_accessor query_string: ::String
1835
+ attr_accessor query_version: ::String
1836
+ attr_accessor status: ("ACTIVE" | "BUILDING" | "REBUILDING")
1837
+ SENSITIVE: []
1838
+ end
1839
+
1840
+ class DescribeThingRegistrationTaskRequest
1841
+ attr_accessor task_id: ::String
1842
+ SENSITIVE: []
1843
+ end
1844
+
1845
+ class DescribeThingRegistrationTaskResponse
1846
+ attr_accessor task_id: ::String
1847
+ attr_accessor creation_date: ::Time
1848
+ attr_accessor last_modified_date: ::Time
1849
+ attr_accessor template_body: ::String
1850
+ attr_accessor input_file_bucket: ::String
1851
+ attr_accessor input_file_key: ::String
1852
+ attr_accessor role_arn: ::String
1853
+ attr_accessor status: ("InProgress" | "Completed" | "Failed" | "Cancelled" | "Cancelling")
1854
+ attr_accessor message: ::String
1855
+ attr_accessor success_count: ::Integer
1856
+ attr_accessor failure_count: ::Integer
1857
+ attr_accessor percentage_progress: ::Integer
1858
+ SENSITIVE: []
1859
+ end
1860
+
1861
+ class DescribeThingRequest
1862
+ attr_accessor thing_name: ::String
1863
+ SENSITIVE: []
1864
+ end
1865
+
1866
+ class DescribeThingResponse
1867
+ attr_accessor default_client_id: ::String
1868
+ attr_accessor thing_name: ::String
1869
+ attr_accessor thing_id: ::String
1870
+ attr_accessor thing_arn: ::String
1871
+ attr_accessor thing_type_name: ::String
1872
+ attr_accessor attributes: ::Hash[::String, ::String]
1873
+ attr_accessor version: ::Integer
1874
+ attr_accessor billing_group_name: ::String
1875
+ SENSITIVE: []
1876
+ end
1877
+
1878
+ class DescribeThingTypeRequest
1879
+ attr_accessor thing_type_name: ::String
1880
+ SENSITIVE: []
1881
+ end
1882
+
1883
+ class DescribeThingTypeResponse
1884
+ attr_accessor thing_type_name: ::String
1885
+ attr_accessor thing_type_id: ::String
1886
+ attr_accessor thing_type_arn: ::String
1887
+ attr_accessor thing_type_properties: Types::ThingTypeProperties
1888
+ attr_accessor thing_type_metadata: Types::ThingTypeMetadata
1889
+ SENSITIVE: []
1890
+ end
1891
+
1892
+ class Destination
1893
+ attr_accessor s3_destination: Types::S3Destination
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class DetachPolicyRequest
1898
+ attr_accessor policy_name: ::String
1899
+ attr_accessor target: ::String
1900
+ SENSITIVE: []
1901
+ end
1902
+
1903
+ class DetachPrincipalPolicyRequest
1904
+ attr_accessor policy_name: ::String
1905
+ attr_accessor principal: ::String
1906
+ SENSITIVE: []
1907
+ end
1908
+
1909
+ class DetachSecurityProfileRequest
1910
+ attr_accessor security_profile_name: ::String
1911
+ attr_accessor security_profile_target_arn: ::String
1912
+ SENSITIVE: []
1913
+ end
1914
+
1915
+ class DetachSecurityProfileResponse < Aws::EmptyStructure
1916
+ end
1917
+
1918
+ class DetachThingPrincipalRequest
1919
+ attr_accessor thing_name: ::String
1920
+ attr_accessor principal: ::String
1921
+ SENSITIVE: []
1922
+ end
1923
+
1924
+ class DetachThingPrincipalResponse < Aws::EmptyStructure
1925
+ end
1926
+
1927
+ class DetectMitigationActionExecution
1928
+ attr_accessor task_id: ::String
1929
+ attr_accessor violation_id: ::String
1930
+ attr_accessor action_name: ::String
1931
+ attr_accessor thing_name: ::String
1932
+ attr_accessor execution_start_date: ::Time
1933
+ attr_accessor execution_end_date: ::Time
1934
+ attr_accessor status: ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "SKIPPED")
1935
+ attr_accessor error_code: ::String
1936
+ attr_accessor message: ::String
1937
+ SENSITIVE: []
1938
+ end
1939
+
1940
+ class DetectMitigationActionsTaskStatistics
1941
+ attr_accessor actions_executed: ::Integer
1942
+ attr_accessor actions_skipped: ::Integer
1943
+ attr_accessor actions_failed: ::Integer
1944
+ SENSITIVE: []
1945
+ end
1946
+
1947
+ class DetectMitigationActionsTaskSummary
1948
+ attr_accessor task_id: ::String
1949
+ attr_accessor task_status: ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "CANCELED")
1950
+ attr_accessor task_start_time: ::Time
1951
+ attr_accessor task_end_time: ::Time
1952
+ attr_accessor target: Types::DetectMitigationActionsTaskTarget
1953
+ attr_accessor violation_event_occurrence_range: Types::ViolationEventOccurrenceRange
1954
+ attr_accessor only_active_violations_included: bool
1955
+ attr_accessor suppressed_alerts_included: bool
1956
+ attr_accessor actions_definition: ::Array[Types::MitigationAction]
1957
+ attr_accessor task_statistics: Types::DetectMitigationActionsTaskStatistics
1958
+ SENSITIVE: []
1959
+ end
1960
+
1961
+ class DetectMitigationActionsTaskTarget
1962
+ attr_accessor violation_ids: ::Array[::String]
1963
+ attr_accessor security_profile_name: ::String
1964
+ attr_accessor behavior_name: ::String
1965
+ SENSITIVE: []
1966
+ end
1967
+
1968
+ class DisableTopicRuleRequest
1969
+ attr_accessor rule_name: ::String
1970
+ SENSITIVE: []
1971
+ end
1972
+
1973
+ class DocumentParameter
1974
+ attr_accessor key: ::String
1975
+ attr_accessor description: ::String
1976
+ attr_accessor regex: ::String
1977
+ attr_accessor example: ::String
1978
+ attr_accessor optional: bool
1979
+ SENSITIVE: []
1980
+ end
1981
+
1982
+ class DomainConfigurationSummary
1983
+ attr_accessor domain_configuration_name: ::String
1984
+ attr_accessor domain_configuration_arn: ::String
1985
+ attr_accessor service_type: ("DATA" | "CREDENTIAL_PROVIDER" | "JOBS")
1986
+ SENSITIVE: []
1987
+ end
1988
+
1989
+ class DynamoDBAction
1990
+ attr_accessor table_name: ::String
1991
+ attr_accessor role_arn: ::String
1992
+ attr_accessor operation: ::String
1993
+ attr_accessor hash_key_field: ::String
1994
+ attr_accessor hash_key_value: ::String
1995
+ attr_accessor hash_key_type: ("STRING" | "NUMBER")
1996
+ attr_accessor range_key_field: ::String
1997
+ attr_accessor range_key_value: ::String
1998
+ attr_accessor range_key_type: ("STRING" | "NUMBER")
1999
+ attr_accessor payload_field: ::String
2000
+ SENSITIVE: []
2001
+ end
2002
+
2003
+ class DynamoDBv2Action
2004
+ attr_accessor role_arn: ::String
2005
+ attr_accessor put_item: Types::PutItemInput
2006
+ SENSITIVE: []
2007
+ end
2008
+
2009
+ class EffectivePolicy
2010
+ attr_accessor policy_name: ::String
2011
+ attr_accessor policy_arn: ::String
2012
+ attr_accessor policy_document: ::String
2013
+ SENSITIVE: []
2014
+ end
2015
+
2016
+ class ElasticsearchAction
2017
+ attr_accessor role_arn: ::String
2018
+ attr_accessor endpoint: ::String
2019
+ attr_accessor index: ::String
2020
+ attr_accessor type: ::String
2021
+ attr_accessor id: ::String
2022
+ SENSITIVE: []
2023
+ end
2024
+
2025
+ class EnableIoTLoggingParams
2026
+ attr_accessor role_arn_for_logging: ::String
2027
+ attr_accessor log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
2028
+ SENSITIVE: []
2029
+ end
2030
+
2031
+ class EnableTopicRuleRequest
2032
+ attr_accessor rule_name: ::String
2033
+ SENSITIVE: []
2034
+ end
2035
+
2036
+ class ErrorInfo
2037
+ attr_accessor code: ::String
2038
+ attr_accessor message: ::String
2039
+ SENSITIVE: []
2040
+ end
2041
+
2042
+ class ExplicitDeny
2043
+ attr_accessor policies: ::Array[Types::Policy]
2044
+ SENSITIVE: []
2045
+ end
2046
+
2047
+ class ExponentialRolloutRate
2048
+ attr_accessor base_rate_per_minute: ::Integer
2049
+ attr_accessor increment_factor: ::Float
2050
+ attr_accessor rate_increase_criteria: Types::RateIncreaseCriteria
2051
+ SENSITIVE: []
2052
+ end
2053
+
2054
+ class Field
2055
+ attr_accessor name: ::String
2056
+ attr_accessor type: ("Number" | "String" | "Boolean")
2057
+ SENSITIVE: []
2058
+ end
2059
+
2060
+ class FileLocation
2061
+ attr_accessor stream: Types::Stream
2062
+ attr_accessor s3_location: Types::S3Location
2063
+ SENSITIVE: []
2064
+ end
2065
+
2066
+ class FirehoseAction
2067
+ attr_accessor role_arn: ::String
2068
+ attr_accessor delivery_stream_name: ::String
2069
+ attr_accessor separator: ::String
2070
+ attr_accessor batch_mode: bool
2071
+ SENSITIVE: []
2072
+ end
2073
+
2074
+ class FleetMetricNameAndArn
2075
+ attr_accessor metric_name: ::String
2076
+ attr_accessor metric_arn: ::String
2077
+ SENSITIVE: []
2078
+ end
2079
+
2080
+ class GeoLocationTarget
2081
+ attr_accessor name: ::String
2082
+ attr_accessor order: ("LatLon" | "LonLat")
2083
+ SENSITIVE: []
2084
+ end
2085
+
2086
+ class GetBehaviorModelTrainingSummariesRequest
2087
+ attr_accessor security_profile_name: ::String
2088
+ attr_accessor max_results: ::Integer
2089
+ attr_accessor next_token: ::String
2090
+ SENSITIVE: []
2091
+ end
2092
+
2093
+ class GetBehaviorModelTrainingSummariesResponse
2094
+ attr_accessor summaries: ::Array[Types::BehaviorModelTrainingSummary]
2095
+ attr_accessor next_token: ::String
2096
+ SENSITIVE: []
2097
+ end
2098
+
2099
+ class GetBucketsAggregationRequest
2100
+ attr_accessor index_name: ::String
2101
+ attr_accessor query_string: ::String
2102
+ attr_accessor aggregation_field: ::String
2103
+ attr_accessor query_version: ::String
2104
+ attr_accessor buckets_aggregation_type: Types::BucketsAggregationType
2105
+ SENSITIVE: []
2106
+ end
2107
+
2108
+ class GetBucketsAggregationResponse
2109
+ attr_accessor total_count: ::Integer
2110
+ attr_accessor buckets: ::Array[Types::Bucket]
2111
+ SENSITIVE: []
2112
+ end
2113
+
2114
+ class GetCardinalityRequest
2115
+ attr_accessor index_name: ::String
2116
+ attr_accessor query_string: ::String
2117
+ attr_accessor aggregation_field: ::String
2118
+ attr_accessor query_version: ::String
2119
+ SENSITIVE: []
2120
+ end
2121
+
2122
+ class GetCardinalityResponse
2123
+ attr_accessor cardinality: ::Integer
2124
+ SENSITIVE: []
2125
+ end
2126
+
2127
+ class GetEffectivePoliciesRequest
2128
+ attr_accessor principal: ::String
2129
+ attr_accessor cognito_identity_pool_id: ::String
2130
+ attr_accessor thing_name: ::String
2131
+ SENSITIVE: []
2132
+ end
2133
+
2134
+ class GetEffectivePoliciesResponse
2135
+ attr_accessor effective_policies: ::Array[Types::EffectivePolicy]
2136
+ SENSITIVE: []
2137
+ end
2138
+
2139
+ class GetIndexingConfigurationRequest < Aws::EmptyStructure
2140
+ end
2141
+
2142
+ class GetIndexingConfigurationResponse
2143
+ attr_accessor thing_indexing_configuration: Types::ThingIndexingConfiguration
2144
+ attr_accessor thing_group_indexing_configuration: Types::ThingGroupIndexingConfiguration
2145
+ SENSITIVE: []
2146
+ end
2147
+
2148
+ class GetJobDocumentRequest
2149
+ attr_accessor job_id: ::String
2150
+ SENSITIVE: []
2151
+ end
2152
+
2153
+ class GetJobDocumentResponse
2154
+ attr_accessor document: ::String
2155
+ SENSITIVE: []
2156
+ end
2157
+
2158
+ class GetLoggingOptionsRequest < Aws::EmptyStructure
2159
+ end
2160
+
2161
+ class GetLoggingOptionsResponse
2162
+ attr_accessor role_arn: ::String
2163
+ attr_accessor log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
2164
+ SENSITIVE: []
2165
+ end
2166
+
2167
+ class GetOTAUpdateRequest
2168
+ attr_accessor ota_update_id: ::String
2169
+ SENSITIVE: []
2170
+ end
2171
+
2172
+ class GetOTAUpdateResponse
2173
+ attr_accessor ota_update_info: Types::OTAUpdateInfo
2174
+ SENSITIVE: []
2175
+ end
2176
+
2177
+ class GetPackageConfigurationRequest < Aws::EmptyStructure
2178
+ end
2179
+
2180
+ class GetPackageConfigurationResponse
2181
+ attr_accessor version_update_by_jobs_config: Types::VersionUpdateByJobsConfig
2182
+ SENSITIVE: []
2183
+ end
2184
+
2185
+ class GetPackageRequest
2186
+ attr_accessor package_name: ::String
2187
+ SENSITIVE: []
2188
+ end
2189
+
2190
+ class GetPackageResponse
2191
+ attr_accessor package_name: ::String
2192
+ attr_accessor package_arn: ::String
2193
+ attr_accessor description: ::String
2194
+ attr_accessor default_version_name: ::String
2195
+ attr_accessor creation_date: ::Time
2196
+ attr_accessor last_modified_date: ::Time
2197
+ SENSITIVE: [:description]
2198
+ end
2199
+
2200
+ class GetPackageVersionRequest
2201
+ attr_accessor package_name: ::String
2202
+ attr_accessor version_name: ::String
2203
+ SENSITIVE: []
2204
+ end
2205
+
2206
+ class GetPackageVersionResponse
2207
+ attr_accessor package_version_arn: ::String
2208
+ attr_accessor package_name: ::String
2209
+ attr_accessor version_name: ::String
2210
+ attr_accessor description: ::String
2211
+ attr_accessor attributes: ::Hash[::String, ::String]
2212
+ attr_accessor status: ("DRAFT" | "PUBLISHED" | "DEPRECATED")
2213
+ attr_accessor error_reason: ::String
2214
+ attr_accessor creation_date: ::Time
2215
+ attr_accessor last_modified_date: ::Time
2216
+ SENSITIVE: [:description, :attributes]
2217
+ end
2218
+
2219
+ class GetPercentilesRequest
2220
+ attr_accessor index_name: ::String
2221
+ attr_accessor query_string: ::String
2222
+ attr_accessor aggregation_field: ::String
2223
+ attr_accessor query_version: ::String
2224
+ attr_accessor percents: ::Array[::Float]
2225
+ SENSITIVE: []
2226
+ end
2227
+
2228
+ class GetPercentilesResponse
2229
+ attr_accessor percentiles: ::Array[Types::PercentPair]
2230
+ SENSITIVE: []
2231
+ end
2232
+
2233
+ class GetPolicyRequest
2234
+ attr_accessor policy_name: ::String
2235
+ SENSITIVE: []
2236
+ end
2237
+
2238
+ class GetPolicyResponse
2239
+ attr_accessor policy_name: ::String
2240
+ attr_accessor policy_arn: ::String
2241
+ attr_accessor policy_document: ::String
2242
+ attr_accessor default_version_id: ::String
2243
+ attr_accessor creation_date: ::Time
2244
+ attr_accessor last_modified_date: ::Time
2245
+ attr_accessor generation_id: ::String
2246
+ SENSITIVE: []
2247
+ end
2248
+
2249
+ class GetPolicyVersionRequest
2250
+ attr_accessor policy_name: ::String
2251
+ attr_accessor policy_version_id: ::String
2252
+ SENSITIVE: []
2253
+ end
2254
+
2255
+ class GetPolicyVersionResponse
2256
+ attr_accessor policy_arn: ::String
2257
+ attr_accessor policy_name: ::String
2258
+ attr_accessor policy_document: ::String
2259
+ attr_accessor policy_version_id: ::String
2260
+ attr_accessor is_default_version: bool
2261
+ attr_accessor creation_date: ::Time
2262
+ attr_accessor last_modified_date: ::Time
2263
+ attr_accessor generation_id: ::String
2264
+ SENSITIVE: []
2265
+ end
2266
+
2267
+ class GetRegistrationCodeRequest < Aws::EmptyStructure
2268
+ end
2269
+
2270
+ class GetRegistrationCodeResponse
2271
+ attr_accessor registration_code: ::String
2272
+ SENSITIVE: []
2273
+ end
2274
+
2275
+ class GetStatisticsRequest
2276
+ attr_accessor index_name: ::String
2277
+ attr_accessor query_string: ::String
2278
+ attr_accessor aggregation_field: ::String
2279
+ attr_accessor query_version: ::String
2280
+ SENSITIVE: []
2281
+ end
2282
+
2283
+ class GetStatisticsResponse
2284
+ attr_accessor statistics: Types::Statistics
2285
+ SENSITIVE: []
2286
+ end
2287
+
2288
+ class GetTopicRuleDestinationRequest
2289
+ attr_accessor arn: ::String
2290
+ SENSITIVE: []
2291
+ end
2292
+
2293
+ class GetTopicRuleDestinationResponse
2294
+ attr_accessor topic_rule_destination: Types::TopicRuleDestination
2295
+ SENSITIVE: []
2296
+ end
2297
+
2298
+ class GetTopicRuleRequest
2299
+ attr_accessor rule_name: ::String
2300
+ SENSITIVE: []
2301
+ end
2302
+
2303
+ class GetTopicRuleResponse
2304
+ attr_accessor rule_arn: ::String
2305
+ attr_accessor rule: Types::TopicRule
2306
+ SENSITIVE: []
2307
+ end
2308
+
2309
+ class GetV2LoggingOptionsRequest < Aws::EmptyStructure
2310
+ end
2311
+
2312
+ class GetV2LoggingOptionsResponse
2313
+ attr_accessor role_arn: ::String
2314
+ attr_accessor default_log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
2315
+ attr_accessor disable_all_logs: bool
2316
+ SENSITIVE: []
2317
+ end
2318
+
2319
+ class GroupNameAndArn
2320
+ attr_accessor group_name: ::String
2321
+ attr_accessor group_arn: ::String
2322
+ SENSITIVE: []
2323
+ end
2324
+
2325
+ class HttpAction
2326
+ attr_accessor url: ::String
2327
+ attr_accessor confirmation_url: ::String
2328
+ attr_accessor headers: ::Array[Types::HttpActionHeader]
2329
+ attr_accessor auth: Types::HttpAuthorization
2330
+ SENSITIVE: []
2331
+ end
2332
+
2333
+ class HttpActionHeader
2334
+ attr_accessor key: ::String
2335
+ attr_accessor value: ::String
2336
+ SENSITIVE: []
2337
+ end
2338
+
2339
+ class HttpAuthorization
2340
+ attr_accessor sigv4: Types::SigV4Authorization
2341
+ SENSITIVE: []
2342
+ end
2343
+
2344
+ class HttpContext
2345
+ attr_accessor headers: ::Hash[::String, ::String]
2346
+ attr_accessor query_string: ::String
2347
+ SENSITIVE: []
2348
+ end
2349
+
2350
+ class HttpUrlDestinationConfiguration
2351
+ attr_accessor confirmation_url: ::String
2352
+ SENSITIVE: []
2353
+ end
2354
+
2355
+ class HttpUrlDestinationProperties
2356
+ attr_accessor confirmation_url: ::String
2357
+ SENSITIVE: []
2358
+ end
2359
+
2360
+ class HttpUrlDestinationSummary
2361
+ attr_accessor confirmation_url: ::String
2362
+ SENSITIVE: []
2363
+ end
2364
+
2365
+ class ImplicitDeny
2366
+ attr_accessor policies: ::Array[Types::Policy]
2367
+ SENSITIVE: []
2368
+ end
2369
+
2370
+ class IndexNotReadyException
2371
+ attr_accessor message: ::String
2372
+ SENSITIVE: []
2373
+ end
2374
+
2375
+ class IndexingFilter
2376
+ attr_accessor named_shadow_names: ::Array[::String]
2377
+ attr_accessor geo_locations: ::Array[Types::GeoLocationTarget]
2378
+ SENSITIVE: []
2379
+ end
2380
+
2381
+ class InternalException
2382
+ attr_accessor message: ::String
2383
+ SENSITIVE: []
2384
+ end
2385
+
2386
+ class InternalFailureException
2387
+ attr_accessor message: ::String
2388
+ SENSITIVE: []
2389
+ end
2390
+
2391
+ class InternalServerException
2392
+ attr_accessor message: ::String
2393
+ SENSITIVE: []
2394
+ end
2395
+
2396
+ class InvalidAggregationException
2397
+ attr_accessor message: ::String
2398
+ SENSITIVE: []
2399
+ end
2400
+
2401
+ class InvalidQueryException
2402
+ attr_accessor message: ::String
2403
+ SENSITIVE: []
2404
+ end
2405
+
2406
+ class InvalidRequestException
2407
+ attr_accessor message: ::String
2408
+ SENSITIVE: []
2409
+ end
2410
+
2411
+ class InvalidResponseException
2412
+ attr_accessor message: ::String
2413
+ SENSITIVE: []
2414
+ end
2415
+
2416
+ class InvalidStateTransitionException
2417
+ attr_accessor message: ::String
2418
+ SENSITIVE: []
2419
+ end
2420
+
2421
+ class IotAnalyticsAction
2422
+ attr_accessor channel_arn: ::String
2423
+ attr_accessor channel_name: ::String
2424
+ attr_accessor batch_mode: bool
2425
+ attr_accessor role_arn: ::String
2426
+ SENSITIVE: []
2427
+ end
2428
+
2429
+ class IotEventsAction
2430
+ attr_accessor input_name: ::String
2431
+ attr_accessor message_id: ::String
2432
+ attr_accessor batch_mode: bool
2433
+ attr_accessor role_arn: ::String
2434
+ SENSITIVE: []
2435
+ end
2436
+
2437
+ class IotSiteWiseAction
2438
+ attr_accessor put_asset_property_value_entries: ::Array[Types::PutAssetPropertyValueEntry]
2439
+ attr_accessor role_arn: ::String
2440
+ SENSITIVE: []
2441
+ end
2442
+
2443
+ class IssuerCertificateIdentifier
2444
+ attr_accessor issuer_certificate_subject: ::String
2445
+ attr_accessor issuer_id: ::String
2446
+ attr_accessor issuer_certificate_serial_number: ::String
2447
+ SENSITIVE: []
2448
+ end
2449
+
2450
+ class Job
2451
+ attr_accessor job_arn: ::String
2452
+ attr_accessor job_id: ::String
2453
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
2454
+ attr_accessor status: ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
2455
+ attr_accessor force_canceled: bool
2456
+ attr_accessor reason_code: ::String
2457
+ attr_accessor comment: ::String
2458
+ attr_accessor targets: ::Array[::String]
2459
+ attr_accessor description: ::String
2460
+ attr_accessor presigned_url_config: Types::PresignedUrlConfig
2461
+ attr_accessor job_executions_rollout_config: Types::JobExecutionsRolloutConfig
2462
+ attr_accessor abort_config: Types::AbortConfig
2463
+ attr_accessor created_at: ::Time
2464
+ attr_accessor last_updated_at: ::Time
2465
+ attr_accessor completed_at: ::Time
2466
+ attr_accessor job_process_details: Types::JobProcessDetails
2467
+ attr_accessor timeout_config: Types::TimeoutConfig
2468
+ attr_accessor namespace_id: ::String
2469
+ attr_accessor job_template_arn: ::String
2470
+ attr_accessor job_executions_retry_config: Types::JobExecutionsRetryConfig
2471
+ attr_accessor document_parameters: ::Hash[::String, ::String]
2472
+ attr_accessor is_concurrent: bool
2473
+ attr_accessor scheduling_config: Types::SchedulingConfig
2474
+ attr_accessor scheduled_job_rollouts: ::Array[Types::ScheduledJobRollout]
2475
+ attr_accessor destination_package_versions: ::Array[::String]
2476
+ SENSITIVE: []
2477
+ end
2478
+
2479
+ class JobExecution
2480
+ attr_accessor job_id: ::String
2481
+ attr_accessor status: ("QUEUED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "REJECTED" | "REMOVED" | "CANCELED")
2482
+ attr_accessor force_canceled: bool
2483
+ attr_accessor status_details: Types::JobExecutionStatusDetails
2484
+ attr_accessor thing_arn: ::String
2485
+ attr_accessor queued_at: ::Time
2486
+ attr_accessor started_at: ::Time
2487
+ attr_accessor last_updated_at: ::Time
2488
+ attr_accessor execution_number: ::Integer
2489
+ attr_accessor version_number: ::Integer
2490
+ attr_accessor approximate_seconds_before_timed_out: ::Integer
2491
+ SENSITIVE: []
2492
+ end
2493
+
2494
+ class JobExecutionStatusDetails
2495
+ attr_accessor details_map: ::Hash[::String, ::String]
2496
+ SENSITIVE: []
2497
+ end
2498
+
2499
+ class JobExecutionSummary
2500
+ attr_accessor status: ("QUEUED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "REJECTED" | "REMOVED" | "CANCELED")
2501
+ attr_accessor queued_at: ::Time
2502
+ attr_accessor started_at: ::Time
2503
+ attr_accessor last_updated_at: ::Time
2504
+ attr_accessor execution_number: ::Integer
2505
+ attr_accessor retry_attempt: ::Integer
2506
+ SENSITIVE: []
2507
+ end
2508
+
2509
+ class JobExecutionSummaryForJob
2510
+ attr_accessor thing_arn: ::String
2511
+ attr_accessor job_execution_summary: Types::JobExecutionSummary
2512
+ SENSITIVE: []
2513
+ end
2514
+
2515
+ class JobExecutionSummaryForThing
2516
+ attr_accessor job_id: ::String
2517
+ attr_accessor job_execution_summary: Types::JobExecutionSummary
2518
+ SENSITIVE: []
2519
+ end
2520
+
2521
+ class JobExecutionsRetryConfig
2522
+ attr_accessor criteria_list: ::Array[Types::RetryCriteria]
2523
+ SENSITIVE: []
2524
+ end
2525
+
2526
+ class JobExecutionsRolloutConfig
2527
+ attr_accessor maximum_per_minute: ::Integer
2528
+ attr_accessor exponential_rate: Types::ExponentialRolloutRate
2529
+ SENSITIVE: []
2530
+ end
2531
+
2532
+ class JobProcessDetails
2533
+ attr_accessor processing_targets: ::Array[::String]
2534
+ attr_accessor number_of_canceled_things: ::Integer
2535
+ attr_accessor number_of_succeeded_things: ::Integer
2536
+ attr_accessor number_of_failed_things: ::Integer
2537
+ attr_accessor number_of_rejected_things: ::Integer
2538
+ attr_accessor number_of_queued_things: ::Integer
2539
+ attr_accessor number_of_in_progress_things: ::Integer
2540
+ attr_accessor number_of_removed_things: ::Integer
2541
+ attr_accessor number_of_timed_out_things: ::Integer
2542
+ SENSITIVE: []
2543
+ end
2544
+
2545
+ class JobSummary
2546
+ attr_accessor job_arn: ::String
2547
+ attr_accessor job_id: ::String
2548
+ attr_accessor thing_group_id: ::String
2549
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
2550
+ attr_accessor status: ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
2551
+ attr_accessor created_at: ::Time
2552
+ attr_accessor last_updated_at: ::Time
2553
+ attr_accessor completed_at: ::Time
2554
+ attr_accessor is_concurrent: bool
2555
+ SENSITIVE: []
2556
+ end
2557
+
2558
+ class JobTemplateSummary
2559
+ attr_accessor job_template_arn: ::String
2560
+ attr_accessor job_template_id: ::String
2561
+ attr_accessor description: ::String
2562
+ attr_accessor created_at: ::Time
2563
+ SENSITIVE: []
2564
+ end
2565
+
2566
+ class KafkaAction
2567
+ attr_accessor destination_arn: ::String
2568
+ attr_accessor topic: ::String
2569
+ attr_accessor key: ::String
2570
+ attr_accessor partition: ::String
2571
+ attr_accessor client_properties: ::Hash[::String, ::String]
2572
+ attr_accessor headers: ::Array[Types::KafkaActionHeader]
2573
+ SENSITIVE: []
2574
+ end
2575
+
2576
+ class KafkaActionHeader
2577
+ attr_accessor key: ::String
2578
+ attr_accessor value: ::String
2579
+ SENSITIVE: []
2580
+ end
2581
+
2582
+ class KeyPair
2583
+ attr_accessor public_key: ::String
2584
+ attr_accessor private_key: ::String
2585
+ SENSITIVE: [:private_key]
2586
+ end
2587
+
2588
+ class KinesisAction
2589
+ attr_accessor role_arn: ::String
2590
+ attr_accessor stream_name: ::String
2591
+ attr_accessor partition_key: ::String
2592
+ SENSITIVE: []
2593
+ end
2594
+
2595
+ class LambdaAction
2596
+ attr_accessor function_arn: ::String
2597
+ SENSITIVE: []
2598
+ end
2599
+
2600
+ class LimitExceededException
2601
+ attr_accessor message: ::String
2602
+ SENSITIVE: []
2603
+ end
2604
+
2605
+ class ListActiveViolationsRequest
2606
+ attr_accessor thing_name: ::String
2607
+ attr_accessor security_profile_name: ::String
2608
+ attr_accessor behavior_criteria_type: ("STATIC" | "STATISTICAL" | "MACHINE_LEARNING")
2609
+ attr_accessor list_suppressed_alerts: bool
2610
+ attr_accessor verification_state: ("FALSE_POSITIVE" | "BENIGN_POSITIVE" | "TRUE_POSITIVE" | "UNKNOWN")
2611
+ attr_accessor next_token: ::String
2612
+ attr_accessor max_results: ::Integer
2613
+ SENSITIVE: []
2614
+ end
2615
+
2616
+ class ListActiveViolationsResponse
2617
+ attr_accessor active_violations: ::Array[Types::ActiveViolation]
2618
+ attr_accessor next_token: ::String
2619
+ SENSITIVE: []
2620
+ end
2621
+
2622
+ class ListAttachedPoliciesRequest
2623
+ attr_accessor target: ::String
2624
+ attr_accessor recursive: bool
2625
+ attr_accessor marker: ::String
2626
+ attr_accessor page_size: ::Integer
2627
+ SENSITIVE: []
2628
+ end
2629
+
2630
+ class ListAttachedPoliciesResponse
2631
+ attr_accessor policies: ::Array[Types::Policy]
2632
+ attr_accessor next_marker: ::String
2633
+ SENSITIVE: []
2634
+ end
2635
+
2636
+ class ListAuditFindingsRequest
2637
+ attr_accessor task_id: ::String
2638
+ attr_accessor check_name: ::String
2639
+ attr_accessor resource_identifier: Types::ResourceIdentifier
2640
+ attr_accessor max_results: ::Integer
2641
+ attr_accessor next_token: ::String
2642
+ attr_accessor start_time: ::Time
2643
+ attr_accessor end_time: ::Time
2644
+ attr_accessor list_suppressed_findings: bool
2645
+ SENSITIVE: []
2646
+ end
2647
+
2648
+ class ListAuditFindingsResponse
2649
+ attr_accessor findings: ::Array[Types::AuditFinding]
2650
+ attr_accessor next_token: ::String
2651
+ SENSITIVE: []
2652
+ end
2653
+
2654
+ class ListAuditMitigationActionsExecutionsRequest
2655
+ attr_accessor task_id: ::String
2656
+ attr_accessor action_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED" | "SKIPPED" | "PENDING")
2657
+ attr_accessor finding_id: ::String
2658
+ attr_accessor max_results: ::Integer
2659
+ attr_accessor next_token: ::String
2660
+ SENSITIVE: []
2661
+ end
2662
+
2663
+ class ListAuditMitigationActionsExecutionsResponse
2664
+ attr_accessor actions_executions: ::Array[Types::AuditMitigationActionExecutionMetadata]
2665
+ attr_accessor next_token: ::String
2666
+ SENSITIVE: []
2667
+ end
2668
+
2669
+ class ListAuditMitigationActionsTasksRequest
2670
+ attr_accessor audit_task_id: ::String
2671
+ attr_accessor finding_id: ::String
2672
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
2673
+ attr_accessor max_results: ::Integer
2674
+ attr_accessor next_token: ::String
2675
+ attr_accessor start_time: ::Time
2676
+ attr_accessor end_time: ::Time
2677
+ SENSITIVE: []
2678
+ end
2679
+
2680
+ class ListAuditMitigationActionsTasksResponse
2681
+ attr_accessor tasks: ::Array[Types::AuditMitigationActionsTaskMetadata]
2682
+ attr_accessor next_token: ::String
2683
+ SENSITIVE: []
2684
+ end
2685
+
2686
+ class ListAuditSuppressionsRequest
2687
+ attr_accessor check_name: ::String
2688
+ attr_accessor resource_identifier: Types::ResourceIdentifier
2689
+ attr_accessor ascending_order: bool
2690
+ attr_accessor next_token: ::String
2691
+ attr_accessor max_results: ::Integer
2692
+ SENSITIVE: []
2693
+ end
2694
+
2695
+ class ListAuditSuppressionsResponse
2696
+ attr_accessor suppressions: ::Array[Types::AuditSuppression]
2697
+ attr_accessor next_token: ::String
2698
+ SENSITIVE: []
2699
+ end
2700
+
2701
+ class ListAuditTasksRequest
2702
+ attr_accessor start_time: ::Time
2703
+ attr_accessor end_time: ::Time
2704
+ attr_accessor task_type: ("ON_DEMAND_AUDIT_TASK" | "SCHEDULED_AUDIT_TASK")
2705
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
2706
+ attr_accessor next_token: ::String
2707
+ attr_accessor max_results: ::Integer
2708
+ SENSITIVE: []
2709
+ end
2710
+
2711
+ class ListAuditTasksResponse
2712
+ attr_accessor tasks: ::Array[Types::AuditTaskMetadata]
2713
+ attr_accessor next_token: ::String
2714
+ SENSITIVE: []
2715
+ end
2716
+
2717
+ class ListAuthorizersRequest
2718
+ attr_accessor page_size: ::Integer
2719
+ attr_accessor marker: ::String
2720
+ attr_accessor ascending_order: bool
2721
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
2722
+ SENSITIVE: []
2723
+ end
2724
+
2725
+ class ListAuthorizersResponse
2726
+ attr_accessor authorizers: ::Array[Types::AuthorizerSummary]
2727
+ attr_accessor next_marker: ::String
2728
+ SENSITIVE: []
2729
+ end
2730
+
2731
+ class ListBillingGroupsRequest
2732
+ attr_accessor next_token: ::String
2733
+ attr_accessor max_results: ::Integer
2734
+ attr_accessor name_prefix_filter: ::String
2735
+ SENSITIVE: []
2736
+ end
2737
+
2738
+ class ListBillingGroupsResponse
2739
+ attr_accessor billing_groups: ::Array[Types::GroupNameAndArn]
2740
+ attr_accessor next_token: ::String
2741
+ SENSITIVE: []
2742
+ end
2743
+
2744
+ class ListCACertificatesRequest
2745
+ attr_accessor page_size: ::Integer
2746
+ attr_accessor marker: ::String
2747
+ attr_accessor ascending_order: bool
2748
+ attr_accessor template_name: ::String
2749
+ SENSITIVE: []
2750
+ end
2751
+
2752
+ class ListCACertificatesResponse
2753
+ attr_accessor certificates: ::Array[Types::CACertificate]
2754
+ attr_accessor next_marker: ::String
2755
+ SENSITIVE: []
2756
+ end
2757
+
2758
+ class ListCertificateProvidersRequest
2759
+ attr_accessor next_token: ::String
2760
+ attr_accessor ascending_order: bool
2761
+ SENSITIVE: []
2762
+ end
2763
+
2764
+ class ListCertificateProvidersResponse
2765
+ attr_accessor certificate_providers: ::Array[Types::CertificateProviderSummary]
2766
+ attr_accessor next_token: ::String
2767
+ SENSITIVE: []
2768
+ end
2769
+
2770
+ class ListCertificatesByCARequest
2771
+ attr_accessor ca_certificate_id: ::String
2772
+ attr_accessor page_size: ::Integer
2773
+ attr_accessor marker: ::String
2774
+ attr_accessor ascending_order: bool
2775
+ SENSITIVE: []
2776
+ end
2777
+
2778
+ class ListCertificatesByCAResponse
2779
+ attr_accessor certificates: ::Array[Types::Certificate]
2780
+ attr_accessor next_marker: ::String
2781
+ SENSITIVE: []
2782
+ end
2783
+
2784
+ class ListCertificatesRequest
2785
+ attr_accessor page_size: ::Integer
2786
+ attr_accessor marker: ::String
2787
+ attr_accessor ascending_order: bool
2788
+ SENSITIVE: []
2789
+ end
2790
+
2791
+ class ListCertificatesResponse
2792
+ attr_accessor certificates: ::Array[Types::Certificate]
2793
+ attr_accessor next_marker: ::String
2794
+ SENSITIVE: []
2795
+ end
2796
+
2797
+ class ListCustomMetricsRequest
2798
+ attr_accessor next_token: ::String
2799
+ attr_accessor max_results: ::Integer
2800
+ SENSITIVE: []
2801
+ end
2802
+
2803
+ class ListCustomMetricsResponse
2804
+ attr_accessor metric_names: ::Array[::String]
2805
+ attr_accessor next_token: ::String
2806
+ SENSITIVE: []
2807
+ end
2808
+
2809
+ class ListDetectMitigationActionsExecutionsRequest
2810
+ attr_accessor task_id: ::String
2811
+ attr_accessor violation_id: ::String
2812
+ attr_accessor thing_name: ::String
2813
+ attr_accessor start_time: ::Time
2814
+ attr_accessor end_time: ::Time
2815
+ attr_accessor max_results: ::Integer
2816
+ attr_accessor next_token: ::String
2817
+ SENSITIVE: []
2818
+ end
2819
+
2820
+ class ListDetectMitigationActionsExecutionsResponse
2821
+ attr_accessor actions_executions: ::Array[Types::DetectMitigationActionExecution]
2822
+ attr_accessor next_token: ::String
2823
+ SENSITIVE: []
2824
+ end
2825
+
2826
+ class ListDetectMitigationActionsTasksRequest
2827
+ attr_accessor max_results: ::Integer
2828
+ attr_accessor next_token: ::String
2829
+ attr_accessor start_time: ::Time
2830
+ attr_accessor end_time: ::Time
2831
+ SENSITIVE: []
2832
+ end
2833
+
2834
+ class ListDetectMitigationActionsTasksResponse
2835
+ attr_accessor tasks: ::Array[Types::DetectMitigationActionsTaskSummary]
2836
+ attr_accessor next_token: ::String
2837
+ SENSITIVE: []
2838
+ end
2839
+
2840
+ class ListDimensionsRequest
2841
+ attr_accessor next_token: ::String
2842
+ attr_accessor max_results: ::Integer
2843
+ SENSITIVE: []
2844
+ end
2845
+
2846
+ class ListDimensionsResponse
2847
+ attr_accessor dimension_names: ::Array[::String]
2848
+ attr_accessor next_token: ::String
2849
+ SENSITIVE: []
2850
+ end
2851
+
2852
+ class ListDomainConfigurationsRequest
2853
+ attr_accessor marker: ::String
2854
+ attr_accessor page_size: ::Integer
2855
+ attr_accessor service_type: ("DATA" | "CREDENTIAL_PROVIDER" | "JOBS")
2856
+ SENSITIVE: []
2857
+ end
2858
+
2859
+ class ListDomainConfigurationsResponse
2860
+ attr_accessor domain_configurations: ::Array[Types::DomainConfigurationSummary]
2861
+ attr_accessor next_marker: ::String
2862
+ SENSITIVE: []
2863
+ end
2864
+
2865
+ class ListFleetMetricsRequest
2866
+ attr_accessor next_token: ::String
2867
+ attr_accessor max_results: ::Integer
2868
+ SENSITIVE: []
2869
+ end
2870
+
2871
+ class ListFleetMetricsResponse
2872
+ attr_accessor fleet_metrics: ::Array[Types::FleetMetricNameAndArn]
2873
+ attr_accessor next_token: ::String
2874
+ SENSITIVE: []
2875
+ end
2876
+
2877
+ class ListIndicesRequest
2878
+ attr_accessor next_token: ::String
2879
+ attr_accessor max_results: ::Integer
2880
+ SENSITIVE: []
2881
+ end
2882
+
2883
+ class ListIndicesResponse
2884
+ attr_accessor index_names: ::Array[::String]
2885
+ attr_accessor next_token: ::String
2886
+ SENSITIVE: []
2887
+ end
2888
+
2889
+ class ListJobExecutionsForJobRequest
2890
+ attr_accessor job_id: ::String
2891
+ attr_accessor status: ("QUEUED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "REJECTED" | "REMOVED" | "CANCELED")
2892
+ attr_accessor max_results: ::Integer
2893
+ attr_accessor next_token: ::String
2894
+ SENSITIVE: []
2895
+ end
2896
+
2897
+ class ListJobExecutionsForJobResponse
2898
+ attr_accessor execution_summaries: ::Array[Types::JobExecutionSummaryForJob]
2899
+ attr_accessor next_token: ::String
2900
+ SENSITIVE: []
2901
+ end
2902
+
2903
+ class ListJobExecutionsForThingRequest
2904
+ attr_accessor thing_name: ::String
2905
+ attr_accessor status: ("QUEUED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "REJECTED" | "REMOVED" | "CANCELED")
2906
+ attr_accessor namespace_id: ::String
2907
+ attr_accessor max_results: ::Integer
2908
+ attr_accessor next_token: ::String
2909
+ attr_accessor job_id: ::String
2910
+ SENSITIVE: []
2911
+ end
2912
+
2913
+ class ListJobExecutionsForThingResponse
2914
+ attr_accessor execution_summaries: ::Array[Types::JobExecutionSummaryForThing]
2915
+ attr_accessor next_token: ::String
2916
+ SENSITIVE: []
2917
+ end
2918
+
2919
+ class ListJobTemplatesRequest
2920
+ attr_accessor max_results: ::Integer
2921
+ attr_accessor next_token: ::String
2922
+ SENSITIVE: []
2923
+ end
2924
+
2925
+ class ListJobTemplatesResponse
2926
+ attr_accessor job_templates: ::Array[Types::JobTemplateSummary]
2927
+ attr_accessor next_token: ::String
2928
+ SENSITIVE: []
2929
+ end
2930
+
2931
+ class ListJobsRequest
2932
+ attr_accessor status: ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
2933
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
2934
+ attr_accessor max_results: ::Integer
2935
+ attr_accessor next_token: ::String
2936
+ attr_accessor thing_group_name: ::String
2937
+ attr_accessor thing_group_id: ::String
2938
+ attr_accessor namespace_id: ::String
2939
+ SENSITIVE: []
2940
+ end
2941
+
2942
+ class ListJobsResponse
2943
+ attr_accessor jobs: ::Array[Types::JobSummary]
2944
+ attr_accessor next_token: ::String
2945
+ SENSITIVE: []
2946
+ end
2947
+
2948
+ class ListManagedJobTemplatesRequest
2949
+ attr_accessor template_name: ::String
2950
+ attr_accessor max_results: ::Integer
2951
+ attr_accessor next_token: ::String
2952
+ SENSITIVE: []
2953
+ end
2954
+
2955
+ class ListManagedJobTemplatesResponse
2956
+ attr_accessor managed_job_templates: ::Array[Types::ManagedJobTemplateSummary]
2957
+ attr_accessor next_token: ::String
2958
+ SENSITIVE: []
2959
+ end
2960
+
2961
+ class ListMetricValuesRequest
2962
+ attr_accessor thing_name: ::String
2963
+ attr_accessor metric_name: ::String
2964
+ attr_accessor dimension_name: ::String
2965
+ attr_accessor dimension_value_operator: ("IN" | "NOT_IN")
2966
+ attr_accessor start_time: ::Time
2967
+ attr_accessor end_time: ::Time
2968
+ attr_accessor max_results: ::Integer
2969
+ attr_accessor next_token: ::String
2970
+ SENSITIVE: []
2971
+ end
2972
+
2973
+ class ListMetricValuesResponse
2974
+ attr_accessor metric_datum_list: ::Array[Types::MetricDatum]
2975
+ attr_accessor next_token: ::String
2976
+ SENSITIVE: []
2977
+ end
2978
+
2979
+ class ListMitigationActionsRequest
2980
+ attr_accessor action_type: ("UPDATE_DEVICE_CERTIFICATE" | "UPDATE_CA_CERTIFICATE" | "ADD_THINGS_TO_THING_GROUP" | "REPLACE_DEFAULT_POLICY_VERSION" | "ENABLE_IOT_LOGGING" | "PUBLISH_FINDING_TO_SNS")
2981
+ attr_accessor max_results: ::Integer
2982
+ attr_accessor next_token: ::String
2983
+ SENSITIVE: []
2984
+ end
2985
+
2986
+ class ListMitigationActionsResponse
2987
+ attr_accessor action_identifiers: ::Array[Types::MitigationActionIdentifier]
2988
+ attr_accessor next_token: ::String
2989
+ SENSITIVE: []
2990
+ end
2991
+
2992
+ class ListOTAUpdatesRequest
2993
+ attr_accessor max_results: ::Integer
2994
+ attr_accessor next_token: ::String
2995
+ attr_accessor ota_update_status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
2996
+ SENSITIVE: []
2997
+ end
2998
+
2999
+ class ListOTAUpdatesResponse
3000
+ attr_accessor ota_updates: ::Array[Types::OTAUpdateSummary]
3001
+ attr_accessor next_token: ::String
3002
+ SENSITIVE: []
3003
+ end
3004
+
3005
+ class ListOutgoingCertificatesRequest
3006
+ attr_accessor page_size: ::Integer
3007
+ attr_accessor marker: ::String
3008
+ attr_accessor ascending_order: bool
3009
+ SENSITIVE: []
3010
+ end
3011
+
3012
+ class ListOutgoingCertificatesResponse
3013
+ attr_accessor outgoing_certificates: ::Array[Types::OutgoingCertificate]
3014
+ attr_accessor next_marker: ::String
3015
+ SENSITIVE: []
3016
+ end
3017
+
3018
+ class ListPackageVersionsRequest
3019
+ attr_accessor package_name: ::String
3020
+ attr_accessor status: ("DRAFT" | "PUBLISHED" | "DEPRECATED")
3021
+ attr_accessor max_results: ::Integer
3022
+ attr_accessor next_token: ::String
3023
+ SENSITIVE: []
3024
+ end
3025
+
3026
+ class ListPackageVersionsResponse
3027
+ attr_accessor package_version_summaries: ::Array[Types::PackageVersionSummary]
3028
+ attr_accessor next_token: ::String
3029
+ SENSITIVE: []
3030
+ end
3031
+
3032
+ class ListPackagesRequest
3033
+ attr_accessor max_results: ::Integer
3034
+ attr_accessor next_token: ::String
3035
+ SENSITIVE: []
3036
+ end
3037
+
3038
+ class ListPackagesResponse
3039
+ attr_accessor package_summaries: ::Array[Types::PackageSummary]
3040
+ attr_accessor next_token: ::String
3041
+ SENSITIVE: []
3042
+ end
3043
+
3044
+ class ListPoliciesRequest
3045
+ attr_accessor marker: ::String
3046
+ attr_accessor page_size: ::Integer
3047
+ attr_accessor ascending_order: bool
3048
+ SENSITIVE: []
3049
+ end
3050
+
3051
+ class ListPoliciesResponse
3052
+ attr_accessor policies: ::Array[Types::Policy]
3053
+ attr_accessor next_marker: ::String
3054
+ SENSITIVE: []
3055
+ end
3056
+
3057
+ class ListPolicyPrincipalsRequest
3058
+ attr_accessor policy_name: ::String
3059
+ attr_accessor marker: ::String
3060
+ attr_accessor page_size: ::Integer
3061
+ attr_accessor ascending_order: bool
3062
+ SENSITIVE: []
3063
+ end
3064
+
3065
+ class ListPolicyPrincipalsResponse
3066
+ attr_accessor principals: ::Array[::String]
3067
+ attr_accessor next_marker: ::String
3068
+ SENSITIVE: []
3069
+ end
3070
+
3071
+ class ListPolicyVersionsRequest
3072
+ attr_accessor policy_name: ::String
3073
+ SENSITIVE: []
3074
+ end
3075
+
3076
+ class ListPolicyVersionsResponse
3077
+ attr_accessor policy_versions: ::Array[Types::PolicyVersion]
3078
+ SENSITIVE: []
3079
+ end
3080
+
3081
+ class ListPrincipalPoliciesRequest
3082
+ attr_accessor principal: ::String
3083
+ attr_accessor marker: ::String
3084
+ attr_accessor page_size: ::Integer
3085
+ attr_accessor ascending_order: bool
3086
+ SENSITIVE: []
3087
+ end
3088
+
3089
+ class ListPrincipalPoliciesResponse
3090
+ attr_accessor policies: ::Array[Types::Policy]
3091
+ attr_accessor next_marker: ::String
3092
+ SENSITIVE: []
3093
+ end
3094
+
3095
+ class ListPrincipalThingsRequest
3096
+ attr_accessor next_token: ::String
3097
+ attr_accessor max_results: ::Integer
3098
+ attr_accessor principal: ::String
3099
+ SENSITIVE: []
3100
+ end
3101
+
3102
+ class ListPrincipalThingsResponse
3103
+ attr_accessor things: ::Array[::String]
3104
+ attr_accessor next_token: ::String
3105
+ SENSITIVE: []
3106
+ end
3107
+
3108
+ class ListProvisioningTemplateVersionsRequest
3109
+ attr_accessor template_name: ::String
3110
+ attr_accessor max_results: ::Integer
3111
+ attr_accessor next_token: ::String
3112
+ SENSITIVE: []
3113
+ end
3114
+
3115
+ class ListProvisioningTemplateVersionsResponse
3116
+ attr_accessor versions: ::Array[Types::ProvisioningTemplateVersionSummary]
3117
+ attr_accessor next_token: ::String
3118
+ SENSITIVE: []
3119
+ end
3120
+
3121
+ class ListProvisioningTemplatesRequest
3122
+ attr_accessor max_results: ::Integer
3123
+ attr_accessor next_token: ::String
3124
+ SENSITIVE: []
3125
+ end
3126
+
3127
+ class ListProvisioningTemplatesResponse
3128
+ attr_accessor templates: ::Array[Types::ProvisioningTemplateSummary]
3129
+ attr_accessor next_token: ::String
3130
+ SENSITIVE: []
3131
+ end
3132
+
3133
+ class ListRelatedResourcesForAuditFindingRequest
3134
+ attr_accessor finding_id: ::String
3135
+ attr_accessor next_token: ::String
3136
+ attr_accessor max_results: ::Integer
3137
+ SENSITIVE: []
3138
+ end
3139
+
3140
+ class ListRelatedResourcesForAuditFindingResponse
3141
+ attr_accessor related_resources: ::Array[Types::RelatedResource]
3142
+ attr_accessor next_token: ::String
3143
+ SENSITIVE: []
3144
+ end
3145
+
3146
+ class ListRoleAliasesRequest
3147
+ attr_accessor page_size: ::Integer
3148
+ attr_accessor marker: ::String
3149
+ attr_accessor ascending_order: bool
3150
+ SENSITIVE: []
3151
+ end
3152
+
3153
+ class ListRoleAliasesResponse
3154
+ attr_accessor role_aliases: ::Array[::String]
3155
+ attr_accessor next_marker: ::String
3156
+ SENSITIVE: []
3157
+ end
3158
+
3159
+ class ListScheduledAuditsRequest
3160
+ attr_accessor next_token: ::String
3161
+ attr_accessor max_results: ::Integer
3162
+ SENSITIVE: []
3163
+ end
3164
+
3165
+ class ListScheduledAuditsResponse
3166
+ attr_accessor scheduled_audits: ::Array[Types::ScheduledAuditMetadata]
3167
+ attr_accessor next_token: ::String
3168
+ SENSITIVE: []
3169
+ end
3170
+
3171
+ class ListSecurityProfilesForTargetRequest
3172
+ attr_accessor next_token: ::String
3173
+ attr_accessor max_results: ::Integer
3174
+ attr_accessor recursive: bool
3175
+ attr_accessor security_profile_target_arn: ::String
3176
+ SENSITIVE: []
3177
+ end
3178
+
3179
+ class ListSecurityProfilesForTargetResponse
3180
+ attr_accessor security_profile_target_mappings: ::Array[Types::SecurityProfileTargetMapping]
3181
+ attr_accessor next_token: ::String
3182
+ SENSITIVE: []
3183
+ end
3184
+
3185
+ class ListSecurityProfilesRequest
3186
+ attr_accessor next_token: ::String
3187
+ attr_accessor max_results: ::Integer
3188
+ attr_accessor dimension_name: ::String
3189
+ attr_accessor metric_name: ::String
3190
+ SENSITIVE: []
3191
+ end
3192
+
3193
+ class ListSecurityProfilesResponse
3194
+ attr_accessor security_profile_identifiers: ::Array[Types::SecurityProfileIdentifier]
3195
+ attr_accessor next_token: ::String
3196
+ SENSITIVE: []
3197
+ end
3198
+
3199
+ class ListStreamsRequest
3200
+ attr_accessor max_results: ::Integer
3201
+ attr_accessor next_token: ::String
3202
+ attr_accessor ascending_order: bool
3203
+ SENSITIVE: []
3204
+ end
3205
+
3206
+ class ListStreamsResponse
3207
+ attr_accessor streams: ::Array[Types::StreamSummary]
3208
+ attr_accessor next_token: ::String
3209
+ SENSITIVE: []
3210
+ end
3211
+
3212
+ class ListTagsForResourceRequest
3213
+ attr_accessor resource_arn: ::String
3214
+ attr_accessor next_token: ::String
3215
+ SENSITIVE: []
3216
+ end
3217
+
3218
+ class ListTagsForResourceResponse
3219
+ attr_accessor tags: ::Array[Types::Tag]
3220
+ attr_accessor next_token: ::String
3221
+ SENSITIVE: []
3222
+ end
3223
+
3224
+ class ListTargetsForPolicyRequest
3225
+ attr_accessor policy_name: ::String
3226
+ attr_accessor marker: ::String
3227
+ attr_accessor page_size: ::Integer
3228
+ SENSITIVE: []
3229
+ end
3230
+
3231
+ class ListTargetsForPolicyResponse
3232
+ attr_accessor targets: ::Array[::String]
3233
+ attr_accessor next_marker: ::String
3234
+ SENSITIVE: []
3235
+ end
3236
+
3237
+ class ListTargetsForSecurityProfileRequest
3238
+ attr_accessor security_profile_name: ::String
3239
+ attr_accessor next_token: ::String
3240
+ attr_accessor max_results: ::Integer
3241
+ SENSITIVE: []
3242
+ end
3243
+
3244
+ class ListTargetsForSecurityProfileResponse
3245
+ attr_accessor security_profile_targets: ::Array[Types::SecurityProfileTarget]
3246
+ attr_accessor next_token: ::String
3247
+ SENSITIVE: []
3248
+ end
3249
+
3250
+ class ListThingGroupsForThingRequest
3251
+ attr_accessor thing_name: ::String
3252
+ attr_accessor next_token: ::String
3253
+ attr_accessor max_results: ::Integer
3254
+ SENSITIVE: []
3255
+ end
3256
+
3257
+ class ListThingGroupsForThingResponse
3258
+ attr_accessor thing_groups: ::Array[Types::GroupNameAndArn]
3259
+ attr_accessor next_token: ::String
3260
+ SENSITIVE: []
3261
+ end
3262
+
3263
+ class ListThingGroupsRequest
3264
+ attr_accessor next_token: ::String
3265
+ attr_accessor max_results: ::Integer
3266
+ attr_accessor parent_group: ::String
3267
+ attr_accessor name_prefix_filter: ::String
3268
+ attr_accessor recursive: bool
3269
+ SENSITIVE: []
3270
+ end
3271
+
3272
+ class ListThingGroupsResponse
3273
+ attr_accessor thing_groups: ::Array[Types::GroupNameAndArn]
3274
+ attr_accessor next_token: ::String
3275
+ SENSITIVE: []
3276
+ end
3277
+
3278
+ class ListThingPrincipalsRequest
3279
+ attr_accessor next_token: ::String
3280
+ attr_accessor max_results: ::Integer
3281
+ attr_accessor thing_name: ::String
3282
+ SENSITIVE: []
3283
+ end
3284
+
3285
+ class ListThingPrincipalsResponse
3286
+ attr_accessor principals: ::Array[::String]
3287
+ attr_accessor next_token: ::String
3288
+ SENSITIVE: []
3289
+ end
3290
+
3291
+ class ListThingRegistrationTaskReportsRequest
3292
+ attr_accessor task_id: ::String
3293
+ attr_accessor report_type: ("ERRORS" | "RESULTS")
3294
+ attr_accessor next_token: ::String
3295
+ attr_accessor max_results: ::Integer
3296
+ SENSITIVE: []
3297
+ end
3298
+
3299
+ class ListThingRegistrationTaskReportsResponse
3300
+ attr_accessor resource_links: ::Array[::String]
3301
+ attr_accessor report_type: ("ERRORS" | "RESULTS")
3302
+ attr_accessor next_token: ::String
3303
+ SENSITIVE: []
3304
+ end
3305
+
3306
+ class ListThingRegistrationTasksRequest
3307
+ attr_accessor next_token: ::String
3308
+ attr_accessor max_results: ::Integer
3309
+ attr_accessor status: ("InProgress" | "Completed" | "Failed" | "Cancelled" | "Cancelling")
3310
+ SENSITIVE: []
3311
+ end
3312
+
3313
+ class ListThingRegistrationTasksResponse
3314
+ attr_accessor task_ids: ::Array[::String]
3315
+ attr_accessor next_token: ::String
3316
+ SENSITIVE: []
3317
+ end
3318
+
3319
+ class ListThingTypesRequest
3320
+ attr_accessor next_token: ::String
3321
+ attr_accessor max_results: ::Integer
3322
+ attr_accessor thing_type_name: ::String
3323
+ SENSITIVE: []
3324
+ end
3325
+
3326
+ class ListThingTypesResponse
3327
+ attr_accessor thing_types: ::Array[Types::ThingTypeDefinition]
3328
+ attr_accessor next_token: ::String
3329
+ SENSITIVE: []
3330
+ end
3331
+
3332
+ class ListThingsInBillingGroupRequest
3333
+ attr_accessor billing_group_name: ::String
3334
+ attr_accessor next_token: ::String
3335
+ attr_accessor max_results: ::Integer
3336
+ SENSITIVE: []
3337
+ end
3338
+
3339
+ class ListThingsInBillingGroupResponse
3340
+ attr_accessor things: ::Array[::String]
3341
+ attr_accessor next_token: ::String
3342
+ SENSITIVE: []
3343
+ end
3344
+
3345
+ class ListThingsInThingGroupRequest
3346
+ attr_accessor thing_group_name: ::String
3347
+ attr_accessor recursive: bool
3348
+ attr_accessor next_token: ::String
3349
+ attr_accessor max_results: ::Integer
3350
+ SENSITIVE: []
3351
+ end
3352
+
3353
+ class ListThingsInThingGroupResponse
3354
+ attr_accessor things: ::Array[::String]
3355
+ attr_accessor next_token: ::String
3356
+ SENSITIVE: []
3357
+ end
3358
+
3359
+ class ListThingsRequest
3360
+ attr_accessor next_token: ::String
3361
+ attr_accessor max_results: ::Integer
3362
+ attr_accessor attribute_name: ::String
3363
+ attr_accessor attribute_value: ::String
3364
+ attr_accessor thing_type_name: ::String
3365
+ attr_accessor use_prefix_attribute_value: bool
3366
+ SENSITIVE: []
3367
+ end
3368
+
3369
+ class ListThingsResponse
3370
+ attr_accessor things: ::Array[Types::ThingAttribute]
3371
+ attr_accessor next_token: ::String
3372
+ SENSITIVE: []
3373
+ end
3374
+
3375
+ class ListTopicRuleDestinationsRequest
3376
+ attr_accessor max_results: ::Integer
3377
+ attr_accessor next_token: ::String
3378
+ SENSITIVE: []
3379
+ end
3380
+
3381
+ class ListTopicRuleDestinationsResponse
3382
+ attr_accessor destination_summaries: ::Array[Types::TopicRuleDestinationSummary]
3383
+ attr_accessor next_token: ::String
3384
+ SENSITIVE: []
3385
+ end
3386
+
3387
+ class ListTopicRulesRequest
3388
+ attr_accessor topic: ::String
3389
+ attr_accessor max_results: ::Integer
3390
+ attr_accessor next_token: ::String
3391
+ attr_accessor rule_disabled: bool
3392
+ SENSITIVE: []
3393
+ end
3394
+
3395
+ class ListTopicRulesResponse
3396
+ attr_accessor rules: ::Array[Types::TopicRuleListItem]
3397
+ attr_accessor next_token: ::String
3398
+ SENSITIVE: []
3399
+ end
3400
+
3401
+ class ListV2LoggingLevelsRequest
3402
+ attr_accessor target_type: ("DEFAULT" | "THING_GROUP" | "CLIENT_ID" | "SOURCE_IP" | "PRINCIPAL_ID")
3403
+ attr_accessor next_token: ::String
3404
+ attr_accessor max_results: ::Integer
3405
+ SENSITIVE: []
3406
+ end
3407
+
3408
+ class ListV2LoggingLevelsResponse
3409
+ attr_accessor log_target_configurations: ::Array[Types::LogTargetConfiguration]
3410
+ attr_accessor next_token: ::String
3411
+ SENSITIVE: []
3412
+ end
3413
+
3414
+ class ListViolationEventsRequest
3415
+ attr_accessor start_time: ::Time
3416
+ attr_accessor end_time: ::Time
3417
+ attr_accessor thing_name: ::String
3418
+ attr_accessor security_profile_name: ::String
3419
+ attr_accessor behavior_criteria_type: ("STATIC" | "STATISTICAL" | "MACHINE_LEARNING")
3420
+ attr_accessor list_suppressed_alerts: bool
3421
+ attr_accessor verification_state: ("FALSE_POSITIVE" | "BENIGN_POSITIVE" | "TRUE_POSITIVE" | "UNKNOWN")
3422
+ attr_accessor next_token: ::String
3423
+ attr_accessor max_results: ::Integer
3424
+ SENSITIVE: []
3425
+ end
3426
+
3427
+ class ListViolationEventsResponse
3428
+ attr_accessor violation_events: ::Array[Types::ViolationEvent]
3429
+ attr_accessor next_token: ::String
3430
+ SENSITIVE: []
3431
+ end
3432
+
3433
+ class LocationAction
3434
+ attr_accessor role_arn: ::String
3435
+ attr_accessor tracker_name: ::String
3436
+ attr_accessor device_id: ::String
3437
+ attr_accessor timestamp: Types::LocationTimestamp
3438
+ attr_accessor latitude: ::String
3439
+ attr_accessor longitude: ::String
3440
+ SENSITIVE: []
3441
+ end
3442
+
3443
+ class LocationTimestamp
3444
+ attr_accessor value: ::String
3445
+ attr_accessor unit: ::String
3446
+ SENSITIVE: []
3447
+ end
3448
+
3449
+ class LogTarget
3450
+ attr_accessor target_type: ("DEFAULT" | "THING_GROUP" | "CLIENT_ID" | "SOURCE_IP" | "PRINCIPAL_ID")
3451
+ attr_accessor target_name: ::String
3452
+ SENSITIVE: []
3453
+ end
3454
+
3455
+ class LogTargetConfiguration
3456
+ attr_accessor log_target: Types::LogTarget
3457
+ attr_accessor log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
3458
+ SENSITIVE: []
3459
+ end
3460
+
3461
+ class LoggingOptionsPayload
3462
+ attr_accessor role_arn: ::String
3463
+ attr_accessor log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
3464
+ SENSITIVE: []
3465
+ end
3466
+
3467
+ class MachineLearningDetectionConfig
3468
+ attr_accessor confidence_level: ("LOW" | "MEDIUM" | "HIGH")
3469
+ SENSITIVE: []
3470
+ end
3471
+
3472
+ class MaintenanceWindow
3473
+ attr_accessor start_time: ::String
3474
+ attr_accessor duration_in_minutes: ::Integer
3475
+ SENSITIVE: []
3476
+ end
3477
+
3478
+ class MalformedPolicyException
3479
+ attr_accessor message: ::String
3480
+ SENSITIVE: []
3481
+ end
3482
+
3483
+ class ManagedJobTemplateSummary
3484
+ attr_accessor template_arn: ::String
3485
+ attr_accessor template_name: ::String
3486
+ attr_accessor description: ::String
3487
+ attr_accessor environments: ::Array[::String]
3488
+ attr_accessor template_version: ::String
3489
+ SENSITIVE: []
3490
+ end
3491
+
3492
+ class MetricDatum
3493
+ attr_accessor timestamp: ::Time
3494
+ attr_accessor value: Types::MetricValue
3495
+ SENSITIVE: []
3496
+ end
3497
+
3498
+ class MetricDimension
3499
+ attr_accessor dimension_name: ::String
3500
+ attr_accessor operator: ("IN" | "NOT_IN")
3501
+ SENSITIVE: []
3502
+ end
3503
+
3504
+ class MetricToRetain
3505
+ attr_accessor metric: ::String
3506
+ attr_accessor metric_dimension: Types::MetricDimension
3507
+ attr_accessor export_metric: bool
3508
+ SENSITIVE: []
3509
+ end
3510
+
3511
+ class MetricValue
3512
+ attr_accessor count: ::Integer
3513
+ attr_accessor cidrs: ::Array[::String]
3514
+ attr_accessor ports: ::Array[::Integer]
3515
+ attr_accessor number: ::Float
3516
+ attr_accessor numbers: ::Array[::Float]
3517
+ attr_accessor strings: ::Array[::String]
3518
+ SENSITIVE: []
3519
+ end
3520
+
3521
+ class MetricsExportConfig
3522
+ attr_accessor mqtt_topic: ::String
3523
+ attr_accessor role_arn: ::String
3524
+ SENSITIVE: []
3525
+ end
3526
+
3527
+ class MitigationAction
3528
+ attr_accessor name: ::String
3529
+ attr_accessor id: ::String
3530
+ attr_accessor role_arn: ::String
3531
+ attr_accessor action_params: Types::MitigationActionParams
3532
+ SENSITIVE: []
3533
+ end
3534
+
3535
+ class MitigationActionIdentifier
3536
+ attr_accessor action_name: ::String
3537
+ attr_accessor action_arn: ::String
3538
+ attr_accessor creation_date: ::Time
3539
+ SENSITIVE: []
3540
+ end
3541
+
3542
+ class MitigationActionParams
3543
+ attr_accessor update_device_certificate_params: Types::UpdateDeviceCertificateParams
3544
+ attr_accessor update_ca_certificate_params: Types::UpdateCACertificateParams
3545
+ attr_accessor add_things_to_thing_group_params: Types::AddThingsToThingGroupParams
3546
+ attr_accessor replace_default_policy_version_params: Types::ReplaceDefaultPolicyVersionParams
3547
+ attr_accessor enable_io_t_logging_params: Types::EnableIoTLoggingParams
3548
+ attr_accessor publish_finding_to_sns_params: Types::PublishFindingToSnsParams
3549
+ SENSITIVE: []
3550
+ end
3551
+
3552
+ class MqttContext
3553
+ attr_accessor username: ::String
3554
+ attr_accessor password: ::String
3555
+ attr_accessor client_id: ::String
3556
+ SENSITIVE: []
3557
+ end
3558
+
3559
+ class MqttHeaders
3560
+ attr_accessor payload_format_indicator: ::String
3561
+ attr_accessor content_type: ::String
3562
+ attr_accessor response_topic: ::String
3563
+ attr_accessor correlation_data: ::String
3564
+ attr_accessor message_expiry: ::String
3565
+ attr_accessor user_properties: ::Array[Types::UserProperty]
3566
+ SENSITIVE: []
3567
+ end
3568
+
3569
+ class NonCompliantResource
3570
+ attr_accessor resource_type: ("DEVICE_CERTIFICATE" | "CA_CERTIFICATE" | "IOT_POLICY" | "COGNITO_IDENTITY_POOL" | "CLIENT_ID" | "ACCOUNT_SETTINGS" | "ROLE_ALIAS" | "IAM_ROLE" | "ISSUER_CERTIFICATE")
3571
+ attr_accessor resource_identifier: Types::ResourceIdentifier
3572
+ attr_accessor additional_info: ::Hash[::String, ::String]
3573
+ SENSITIVE: []
3574
+ end
3575
+
3576
+ class NotConfiguredException
3577
+ attr_accessor message: ::String
3578
+ SENSITIVE: []
3579
+ end
3580
+
3581
+ class OTAUpdateFile
3582
+ attr_accessor file_name: ::String
3583
+ attr_accessor file_type: ::Integer
3584
+ attr_accessor file_version: ::String
3585
+ attr_accessor file_location: Types::FileLocation
3586
+ attr_accessor code_signing: Types::CodeSigning
3587
+ attr_accessor attributes: ::Hash[::String, ::String]
3588
+ SENSITIVE: []
3589
+ end
3590
+
3591
+ class OTAUpdateInfo
3592
+ attr_accessor ota_update_id: ::String
3593
+ attr_accessor ota_update_arn: ::String
3594
+ attr_accessor creation_date: ::Time
3595
+ attr_accessor last_modified_date: ::Time
3596
+ attr_accessor description: ::String
3597
+ attr_accessor targets: ::Array[::String]
3598
+ attr_accessor protocols: ::Array[("MQTT" | "HTTP")]
3599
+ attr_accessor aws_job_executions_rollout_config: Types::AwsJobExecutionsRolloutConfig
3600
+ attr_accessor aws_job_presigned_url_config: Types::AwsJobPresignedUrlConfig
3601
+ attr_accessor target_selection: ("CONTINUOUS" | "SNAPSHOT")
3602
+ attr_accessor ota_update_files: ::Array[Types::OTAUpdateFile]
3603
+ attr_accessor ota_update_status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
3604
+ attr_accessor aws_iot_job_id: ::String
3605
+ attr_accessor aws_iot_job_arn: ::String
3606
+ attr_accessor error_info: Types::ErrorInfo
3607
+ attr_accessor additional_parameters: ::Hash[::String, ::String]
3608
+ SENSITIVE: []
3609
+ end
3610
+
3611
+ class OTAUpdateSummary
3612
+ attr_accessor ota_update_id: ::String
3613
+ attr_accessor ota_update_arn: ::String
3614
+ attr_accessor creation_date: ::Time
3615
+ SENSITIVE: []
3616
+ end
3617
+
3618
+ class OpenSearchAction
3619
+ attr_accessor role_arn: ::String
3620
+ attr_accessor endpoint: ::String
3621
+ attr_accessor index: ::String
3622
+ attr_accessor type: ::String
3623
+ attr_accessor id: ::String
3624
+ SENSITIVE: []
3625
+ end
3626
+
3627
+ class OutgoingCertificate
3628
+ attr_accessor certificate_arn: ::String
3629
+ attr_accessor certificate_id: ::String
3630
+ attr_accessor transferred_to: ::String
3631
+ attr_accessor transfer_date: ::Time
3632
+ attr_accessor transfer_message: ::String
3633
+ attr_accessor creation_date: ::Time
3634
+ SENSITIVE: []
3635
+ end
3636
+
3637
+ class PackageSummary
3638
+ attr_accessor package_name: ::String
3639
+ attr_accessor default_version_name: ::String
3640
+ attr_accessor creation_date: ::Time
3641
+ attr_accessor last_modified_date: ::Time
3642
+ SENSITIVE: []
3643
+ end
3644
+
3645
+ class PackageVersionSummary
3646
+ attr_accessor package_name: ::String
3647
+ attr_accessor version_name: ::String
3648
+ attr_accessor status: ("DRAFT" | "PUBLISHED" | "DEPRECATED")
3649
+ attr_accessor creation_date: ::Time
3650
+ attr_accessor last_modified_date: ::Time
3651
+ SENSITIVE: []
3652
+ end
3653
+
3654
+ class PercentPair
3655
+ attr_accessor percent: ::Float
3656
+ attr_accessor value: ::Float
3657
+ SENSITIVE: []
3658
+ end
3659
+
3660
+ class Policy
3661
+ attr_accessor policy_name: ::String
3662
+ attr_accessor policy_arn: ::String
3663
+ SENSITIVE: []
3664
+ end
3665
+
3666
+ class PolicyVersion
3667
+ attr_accessor version_id: ::String
3668
+ attr_accessor is_default_version: bool
3669
+ attr_accessor create_date: ::Time
3670
+ SENSITIVE: []
3671
+ end
3672
+
3673
+ class PolicyVersionIdentifier
3674
+ attr_accessor policy_name: ::String
3675
+ attr_accessor policy_version_id: ::String
3676
+ SENSITIVE: []
3677
+ end
3678
+
3679
+ class PresignedUrlConfig
3680
+ attr_accessor role_arn: ::String
3681
+ attr_accessor expires_in_sec: ::Integer
3682
+ SENSITIVE: []
3683
+ end
3684
+
3685
+ class ProvisioningHook
3686
+ attr_accessor payload_version: ::String
3687
+ attr_accessor target_arn: ::String
3688
+ SENSITIVE: []
3689
+ end
3690
+
3691
+ class ProvisioningTemplateSummary
3692
+ attr_accessor template_arn: ::String
3693
+ attr_accessor template_name: ::String
3694
+ attr_accessor description: ::String
3695
+ attr_accessor creation_date: ::Time
3696
+ attr_accessor last_modified_date: ::Time
3697
+ attr_accessor enabled: bool
3698
+ attr_accessor type: ("FLEET_PROVISIONING" | "JITP")
3699
+ SENSITIVE: []
3700
+ end
3701
+
3702
+ class ProvisioningTemplateVersionSummary
3703
+ attr_accessor version_id: ::Integer
3704
+ attr_accessor creation_date: ::Time
3705
+ attr_accessor is_default_version: bool
3706
+ SENSITIVE: []
3707
+ end
3708
+
3709
+ class PublishFindingToSnsParams
3710
+ attr_accessor topic_arn: ::String
3711
+ SENSITIVE: []
3712
+ end
3713
+
3714
+ class PutAssetPropertyValueEntry
3715
+ attr_accessor entry_id: ::String
3716
+ attr_accessor asset_id: ::String
3717
+ attr_accessor property_id: ::String
3718
+ attr_accessor property_alias: ::String
3719
+ attr_accessor property_values: ::Array[Types::AssetPropertyValue]
3720
+ SENSITIVE: []
3721
+ end
3722
+
3723
+ class PutItemInput
3724
+ attr_accessor table_name: ::String
3725
+ SENSITIVE: []
3726
+ end
3727
+
3728
+ class PutVerificationStateOnViolationRequest
3729
+ attr_accessor violation_id: ::String
3730
+ attr_accessor verification_state: ("FALSE_POSITIVE" | "BENIGN_POSITIVE" | "TRUE_POSITIVE" | "UNKNOWN")
3731
+ attr_accessor verification_state_description: ::String
3732
+ SENSITIVE: []
3733
+ end
3734
+
3735
+ class PutVerificationStateOnViolationResponse < Aws::EmptyStructure
3736
+ end
3737
+
3738
+ class RateIncreaseCriteria
3739
+ attr_accessor number_of_notified_things: ::Integer
3740
+ attr_accessor number_of_succeeded_things: ::Integer
3741
+ SENSITIVE: []
3742
+ end
3743
+
3744
+ class RegisterCACertificateRequest
3745
+ attr_accessor ca_certificate: ::String
3746
+ attr_accessor verification_certificate: ::String
3747
+ attr_accessor set_as_active: bool
3748
+ attr_accessor allow_auto_registration: bool
3749
+ attr_accessor registration_config: Types::RegistrationConfig
3750
+ attr_accessor tags: ::Array[Types::Tag]
3751
+ attr_accessor certificate_mode: ("DEFAULT" | "SNI_ONLY")
3752
+ SENSITIVE: []
3753
+ end
3754
+
3755
+ class RegisterCACertificateResponse
3756
+ attr_accessor certificate_arn: ::String
3757
+ attr_accessor certificate_id: ::String
3758
+ SENSITIVE: []
3759
+ end
3760
+
3761
+ class RegisterCertificateRequest
3762
+ attr_accessor certificate_pem: ::String
3763
+ attr_accessor ca_certificate_pem: ::String
3764
+ attr_accessor set_as_active: bool
3765
+ attr_accessor status: ("ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "REGISTER_INACTIVE" | "PENDING_ACTIVATION")
3766
+ SENSITIVE: []
3767
+ end
3768
+
3769
+ class RegisterCertificateResponse
3770
+ attr_accessor certificate_arn: ::String
3771
+ attr_accessor certificate_id: ::String
3772
+ SENSITIVE: []
3773
+ end
3774
+
3775
+ class RegisterCertificateWithoutCARequest
3776
+ attr_accessor certificate_pem: ::String
3777
+ attr_accessor status: ("ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "REGISTER_INACTIVE" | "PENDING_ACTIVATION")
3778
+ SENSITIVE: []
3779
+ end
3780
+
3781
+ class RegisterCertificateWithoutCAResponse
3782
+ attr_accessor certificate_arn: ::String
3783
+ attr_accessor certificate_id: ::String
3784
+ SENSITIVE: []
3785
+ end
3786
+
3787
+ class RegisterThingRequest
3788
+ attr_accessor template_body: ::String
3789
+ attr_accessor parameters: ::Hash[::String, ::String]
3790
+ SENSITIVE: []
3791
+ end
3792
+
3793
+ class RegisterThingResponse
3794
+ attr_accessor certificate_pem: ::String
3795
+ attr_accessor resource_arns: ::Hash[::String, ::String]
3796
+ SENSITIVE: []
3797
+ end
3798
+
3799
+ class RegistrationCodeValidationException
3800
+ attr_accessor message: ::String
3801
+ SENSITIVE: []
3802
+ end
3803
+
3804
+ class RegistrationConfig
3805
+ attr_accessor template_body: ::String
3806
+ attr_accessor role_arn: ::String
3807
+ attr_accessor template_name: ::String
3808
+ SENSITIVE: []
3809
+ end
3810
+
3811
+ class RejectCertificateTransferRequest
3812
+ attr_accessor certificate_id: ::String
3813
+ attr_accessor reject_reason: ::String
3814
+ SENSITIVE: []
3815
+ end
3816
+
3817
+ class RelatedResource
3818
+ attr_accessor resource_type: ("DEVICE_CERTIFICATE" | "CA_CERTIFICATE" | "IOT_POLICY" | "COGNITO_IDENTITY_POOL" | "CLIENT_ID" | "ACCOUNT_SETTINGS" | "ROLE_ALIAS" | "IAM_ROLE" | "ISSUER_CERTIFICATE")
3819
+ attr_accessor resource_identifier: Types::ResourceIdentifier
3820
+ attr_accessor additional_info: ::Hash[::String, ::String]
3821
+ SENSITIVE: []
3822
+ end
3823
+
3824
+ class RemoveThingFromBillingGroupRequest
3825
+ attr_accessor billing_group_name: ::String
3826
+ attr_accessor billing_group_arn: ::String
3827
+ attr_accessor thing_name: ::String
3828
+ attr_accessor thing_arn: ::String
3829
+ SENSITIVE: []
3830
+ end
3831
+
3832
+ class RemoveThingFromBillingGroupResponse < Aws::EmptyStructure
3833
+ end
3834
+
3835
+ class RemoveThingFromThingGroupRequest
3836
+ attr_accessor thing_group_name: ::String
3837
+ attr_accessor thing_group_arn: ::String
3838
+ attr_accessor thing_name: ::String
3839
+ attr_accessor thing_arn: ::String
3840
+ SENSITIVE: []
3841
+ end
3842
+
3843
+ class RemoveThingFromThingGroupResponse < Aws::EmptyStructure
3844
+ end
3845
+
3846
+ class ReplaceDefaultPolicyVersionParams
3847
+ attr_accessor template_name: ("BLANK_POLICY")
3848
+ SENSITIVE: []
3849
+ end
3850
+
3851
+ class ReplaceTopicRuleRequest
3852
+ attr_accessor rule_name: ::String
3853
+ attr_accessor topic_rule_payload: Types::TopicRulePayload
3854
+ SENSITIVE: []
3855
+ end
3856
+
3857
+ class RepublishAction
3858
+ attr_accessor role_arn: ::String
3859
+ attr_accessor topic: ::String
3860
+ attr_accessor qos: ::Integer
3861
+ attr_accessor headers: Types::MqttHeaders
3862
+ SENSITIVE: []
3863
+ end
3864
+
3865
+ class ResourceAlreadyExistsException
3866
+ attr_accessor message: ::String
3867
+ attr_accessor resource_id: ::String
3868
+ attr_accessor resource_arn: ::String
3869
+ SENSITIVE: []
3870
+ end
3871
+
3872
+ class ResourceIdentifier
3873
+ attr_accessor device_certificate_id: ::String
3874
+ attr_accessor ca_certificate_id: ::String
3875
+ attr_accessor cognito_identity_pool_id: ::String
3876
+ attr_accessor client_id: ::String
3877
+ attr_accessor policy_version_identifier: Types::PolicyVersionIdentifier
3878
+ attr_accessor account: ::String
3879
+ attr_accessor iam_role_arn: ::String
3880
+ attr_accessor role_alias_arn: ::String
3881
+ attr_accessor issuer_certificate_identifier: Types::IssuerCertificateIdentifier
3882
+ attr_accessor device_certificate_arn: ::String
3883
+ SENSITIVE: []
3884
+ end
3885
+
3886
+ class ResourceNotFoundException
3887
+ attr_accessor message: ::String
3888
+ SENSITIVE: []
3889
+ end
3890
+
3891
+ class ResourceRegistrationFailureException
3892
+ attr_accessor message: ::String
3893
+ SENSITIVE: []
3894
+ end
3895
+
3896
+ class RetryCriteria
3897
+ attr_accessor failure_type: ("FAILED" | "TIMED_OUT" | "ALL")
3898
+ attr_accessor number_of_retries: ::Integer
3899
+ SENSITIVE: []
3900
+ end
3901
+
3902
+ class RoleAliasDescription
3903
+ attr_accessor role_alias: ::String
3904
+ attr_accessor role_alias_arn: ::String
3905
+ attr_accessor role_arn: ::String
3906
+ attr_accessor owner: ::String
3907
+ attr_accessor credential_duration_seconds: ::Integer
3908
+ attr_accessor creation_date: ::Time
3909
+ attr_accessor last_modified_date: ::Time
3910
+ SENSITIVE: []
3911
+ end
3912
+
3913
+ class S3Action
3914
+ attr_accessor role_arn: ::String
3915
+ attr_accessor bucket_name: ::String
3916
+ attr_accessor key: ::String
3917
+ attr_accessor canned_acl: ("private" | "public-read" | "public-read-write" | "aws-exec-read" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "log-delivery-write")
3918
+ SENSITIVE: []
3919
+ end
3920
+
3921
+ class S3Destination
3922
+ attr_accessor bucket: ::String
3923
+ attr_accessor prefix: ::String
3924
+ SENSITIVE: []
3925
+ end
3926
+
3927
+ class S3Location
3928
+ attr_accessor bucket: ::String
3929
+ attr_accessor key: ::String
3930
+ attr_accessor version: ::String
3931
+ SENSITIVE: []
3932
+ end
3933
+
3934
+ class SalesforceAction
3935
+ attr_accessor token: ::String
3936
+ attr_accessor url: ::String
3937
+ SENSITIVE: []
3938
+ end
3939
+
3940
+ class ScheduledAuditMetadata
3941
+ attr_accessor scheduled_audit_name: ::String
3942
+ attr_accessor scheduled_audit_arn: ::String
3943
+ attr_accessor frequency: ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")
3944
+ attr_accessor day_of_month: ::String
3945
+ attr_accessor day_of_week: ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")
3946
+ SENSITIVE: []
3947
+ end
3948
+
3949
+ class ScheduledJobRollout
3950
+ attr_accessor start_time: ::String
3951
+ SENSITIVE: []
3952
+ end
3953
+
3954
+ class SchedulingConfig
3955
+ attr_accessor start_time: ::String
3956
+ attr_accessor end_time: ::String
3957
+ attr_accessor end_behavior: ("STOP_ROLLOUT" | "CANCEL" | "FORCE_CANCEL")
3958
+ attr_accessor maintenance_windows: ::Array[Types::MaintenanceWindow]
3959
+ SENSITIVE: []
3960
+ end
3961
+
3962
+ class SearchIndexRequest
3963
+ attr_accessor index_name: ::String
3964
+ attr_accessor query_string: ::String
3965
+ attr_accessor next_token: ::String
3966
+ attr_accessor max_results: ::Integer
3967
+ attr_accessor query_version: ::String
3968
+ SENSITIVE: []
3969
+ end
3970
+
3971
+ class SearchIndexResponse
3972
+ attr_accessor next_token: ::String
3973
+ attr_accessor things: ::Array[Types::ThingDocument]
3974
+ attr_accessor thing_groups: ::Array[Types::ThingGroupDocument]
3975
+ SENSITIVE: []
3976
+ end
3977
+
3978
+ class SecurityProfileIdentifier
3979
+ attr_accessor name: ::String
3980
+ attr_accessor arn: ::String
3981
+ SENSITIVE: []
3982
+ end
3983
+
3984
+ class SecurityProfileTarget
3985
+ attr_accessor arn: ::String
3986
+ SENSITIVE: []
3987
+ end
3988
+
3989
+ class SecurityProfileTargetMapping
3990
+ attr_accessor security_profile_identifier: Types::SecurityProfileIdentifier
3991
+ attr_accessor target: Types::SecurityProfileTarget
3992
+ SENSITIVE: []
3993
+ end
3994
+
3995
+ class ServerCertificateSummary
3996
+ attr_accessor server_certificate_arn: ::String
3997
+ attr_accessor server_certificate_status: ("INVALID" | "VALID")
3998
+ attr_accessor server_certificate_status_detail: ::String
3999
+ SENSITIVE: []
4000
+ end
4001
+
4002
+ class ServiceQuotaExceededException
4003
+ attr_accessor message: ::String
4004
+ SENSITIVE: []
4005
+ end
4006
+
4007
+ class ServiceUnavailableException
4008
+ attr_accessor message: ::String
4009
+ SENSITIVE: []
4010
+ end
4011
+
4012
+ class SetDefaultAuthorizerRequest
4013
+ attr_accessor authorizer_name: ::String
4014
+ SENSITIVE: []
4015
+ end
4016
+
4017
+ class SetDefaultAuthorizerResponse
4018
+ attr_accessor authorizer_name: ::String
4019
+ attr_accessor authorizer_arn: ::String
4020
+ SENSITIVE: []
4021
+ end
4022
+
4023
+ class SetDefaultPolicyVersionRequest
4024
+ attr_accessor policy_name: ::String
4025
+ attr_accessor policy_version_id: ::String
4026
+ SENSITIVE: []
4027
+ end
4028
+
4029
+ class SetLoggingOptionsRequest
4030
+ attr_accessor logging_options_payload: Types::LoggingOptionsPayload
4031
+ SENSITIVE: []
4032
+ end
4033
+
4034
+ class SetV2LoggingLevelRequest
4035
+ attr_accessor log_target: Types::LogTarget
4036
+ attr_accessor log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
4037
+ SENSITIVE: []
4038
+ end
4039
+
4040
+ class SetV2LoggingOptionsRequest
4041
+ attr_accessor role_arn: ::String
4042
+ attr_accessor default_log_level: ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
4043
+ attr_accessor disable_all_logs: bool
4044
+ SENSITIVE: []
4045
+ end
4046
+
4047
+ class SigV4Authorization
4048
+ attr_accessor signing_region: ::String
4049
+ attr_accessor service_name: ::String
4050
+ attr_accessor role_arn: ::String
4051
+ SENSITIVE: []
4052
+ end
4053
+
4054
+ class SigningProfileParameter
4055
+ attr_accessor certificate_arn: ::String
4056
+ attr_accessor platform: ::String
4057
+ attr_accessor certificate_path_on_device: ::String
4058
+ SENSITIVE: []
4059
+ end
4060
+
4061
+ class SnsAction
4062
+ attr_accessor target_arn: ::String
4063
+ attr_accessor role_arn: ::String
4064
+ attr_accessor message_format: ("RAW" | "JSON")
4065
+ SENSITIVE: []
4066
+ end
4067
+
4068
+ class SqlParseException
4069
+ attr_accessor message: ::String
4070
+ SENSITIVE: []
4071
+ end
4072
+
4073
+ class SqsAction
4074
+ attr_accessor role_arn: ::String
4075
+ attr_accessor queue_url: ::String
4076
+ attr_accessor use_base_64: bool
4077
+ SENSITIVE: []
4078
+ end
4079
+
4080
+ class StartAuditMitigationActionsTaskRequest
4081
+ attr_accessor task_id: ::String
4082
+ attr_accessor target: Types::AuditMitigationActionsTaskTarget
4083
+ attr_accessor audit_check_to_actions_mapping: ::Hash[::String, ::Array[::String]]
4084
+ attr_accessor client_request_token: ::String
4085
+ SENSITIVE: []
4086
+ end
4087
+
4088
+ class StartAuditMitigationActionsTaskResponse
4089
+ attr_accessor task_id: ::String
4090
+ SENSITIVE: []
4091
+ end
4092
+
4093
+ class StartDetectMitigationActionsTaskRequest
4094
+ attr_accessor task_id: ::String
4095
+ attr_accessor target: Types::DetectMitigationActionsTaskTarget
4096
+ attr_accessor actions: ::Array[::String]
4097
+ attr_accessor violation_event_occurrence_range: Types::ViolationEventOccurrenceRange
4098
+ attr_accessor include_only_active_violations: bool
4099
+ attr_accessor include_suppressed_alerts: bool
4100
+ attr_accessor client_request_token: ::String
4101
+ SENSITIVE: []
4102
+ end
4103
+
4104
+ class StartDetectMitigationActionsTaskResponse
4105
+ attr_accessor task_id: ::String
4106
+ SENSITIVE: []
4107
+ end
4108
+
4109
+ class StartOnDemandAuditTaskRequest
4110
+ attr_accessor target_check_names: ::Array[::String]
4111
+ SENSITIVE: []
4112
+ end
4113
+
4114
+ class StartOnDemandAuditTaskResponse
4115
+ attr_accessor task_id: ::String
4116
+ SENSITIVE: []
4117
+ end
4118
+
4119
+ class StartSigningJobParameter
4120
+ attr_accessor signing_profile_parameter: Types::SigningProfileParameter
4121
+ attr_accessor signing_profile_name: ::String
4122
+ attr_accessor destination: Types::Destination
4123
+ SENSITIVE: []
4124
+ end
4125
+
4126
+ class StartThingRegistrationTaskRequest
4127
+ attr_accessor template_body: ::String
4128
+ attr_accessor input_file_bucket: ::String
4129
+ attr_accessor input_file_key: ::String
4130
+ attr_accessor role_arn: ::String
4131
+ SENSITIVE: []
4132
+ end
4133
+
4134
+ class StartThingRegistrationTaskResponse
4135
+ attr_accessor task_id: ::String
4136
+ SENSITIVE: []
4137
+ end
4138
+
4139
+ class StatisticalThreshold
4140
+ attr_accessor statistic: ::String
4141
+ SENSITIVE: []
4142
+ end
4143
+
4144
+ class Statistics
4145
+ attr_accessor count: ::Integer
4146
+ attr_accessor average: ::Float
4147
+ attr_accessor sum: ::Float
4148
+ attr_accessor minimum: ::Float
4149
+ attr_accessor maximum: ::Float
4150
+ attr_accessor sum_of_squares: ::Float
4151
+ attr_accessor variance: ::Float
4152
+ attr_accessor std_deviation: ::Float
4153
+ SENSITIVE: []
4154
+ end
4155
+
4156
+ class StepFunctionsAction
4157
+ attr_accessor execution_name_prefix: ::String
4158
+ attr_accessor state_machine_name: ::String
4159
+ attr_accessor role_arn: ::String
4160
+ SENSITIVE: []
4161
+ end
4162
+
4163
+ class StopThingRegistrationTaskRequest
4164
+ attr_accessor task_id: ::String
4165
+ SENSITIVE: []
4166
+ end
4167
+
4168
+ class StopThingRegistrationTaskResponse < Aws::EmptyStructure
4169
+ end
4170
+
4171
+ class Stream
4172
+ attr_accessor stream_id: ::String
4173
+ attr_accessor file_id: ::Integer
4174
+ SENSITIVE: []
4175
+ end
4176
+
4177
+ class StreamFile
4178
+ attr_accessor file_id: ::Integer
4179
+ attr_accessor s3_location: Types::S3Location
4180
+ SENSITIVE: []
4181
+ end
4182
+
4183
+ class StreamInfo
4184
+ attr_accessor stream_id: ::String
4185
+ attr_accessor stream_arn: ::String
4186
+ attr_accessor stream_version: ::Integer
4187
+ attr_accessor description: ::String
4188
+ attr_accessor files: ::Array[Types::StreamFile]
4189
+ attr_accessor created_at: ::Time
4190
+ attr_accessor last_updated_at: ::Time
4191
+ attr_accessor role_arn: ::String
4192
+ SENSITIVE: []
4193
+ end
4194
+
4195
+ class StreamSummary
4196
+ attr_accessor stream_id: ::String
4197
+ attr_accessor stream_arn: ::String
4198
+ attr_accessor stream_version: ::Integer
4199
+ attr_accessor description: ::String
4200
+ SENSITIVE: []
4201
+ end
4202
+
4203
+ class Tag
4204
+ attr_accessor key: ::String
4205
+ attr_accessor value: ::String
4206
+ SENSITIVE: []
4207
+ end
4208
+
4209
+ class TagResourceRequest
4210
+ attr_accessor resource_arn: ::String
4211
+ attr_accessor tags: ::Array[Types::Tag]
4212
+ SENSITIVE: []
4213
+ end
4214
+
4215
+ class TagResourceResponse < Aws::EmptyStructure
4216
+ end
4217
+
4218
+ class TaskAlreadyExistsException
4219
+ attr_accessor message: ::String
4220
+ SENSITIVE: []
4221
+ end
4222
+
4223
+ class TaskStatistics
4224
+ attr_accessor total_checks: ::Integer
4225
+ attr_accessor in_progress_checks: ::Integer
4226
+ attr_accessor waiting_for_data_collection_checks: ::Integer
4227
+ attr_accessor compliant_checks: ::Integer
4228
+ attr_accessor non_compliant_checks: ::Integer
4229
+ attr_accessor failed_checks: ::Integer
4230
+ attr_accessor canceled_checks: ::Integer
4231
+ SENSITIVE: []
4232
+ end
4233
+
4234
+ class TaskStatisticsForAuditCheck
4235
+ attr_accessor total_findings_count: ::Integer
4236
+ attr_accessor failed_findings_count: ::Integer
4237
+ attr_accessor succeeded_findings_count: ::Integer
4238
+ attr_accessor skipped_findings_count: ::Integer
4239
+ attr_accessor canceled_findings_count: ::Integer
4240
+ SENSITIVE: []
4241
+ end
4242
+
4243
+ class TermsAggregation
4244
+ attr_accessor max_buckets: ::Integer
4245
+ SENSITIVE: []
4246
+ end
4247
+
4248
+ class TestAuthorizationRequest
4249
+ attr_accessor principal: ::String
4250
+ attr_accessor cognito_identity_pool_id: ::String
4251
+ attr_accessor auth_infos: ::Array[Types::AuthInfo]
4252
+ attr_accessor client_id: ::String
4253
+ attr_accessor policy_names_to_add: ::Array[::String]
4254
+ attr_accessor policy_names_to_skip: ::Array[::String]
4255
+ SENSITIVE: []
4256
+ end
4257
+
4258
+ class TestAuthorizationResponse
4259
+ attr_accessor auth_results: ::Array[Types::AuthResult]
4260
+ SENSITIVE: []
4261
+ end
4262
+
4263
+ class TestInvokeAuthorizerRequest
4264
+ attr_accessor authorizer_name: ::String
4265
+ attr_accessor token: ::String
4266
+ attr_accessor token_signature: ::String
4267
+ attr_accessor http_context: Types::HttpContext
4268
+ attr_accessor mqtt_context: Types::MqttContext
4269
+ attr_accessor tls_context: Types::TlsContext
4270
+ SENSITIVE: []
4271
+ end
4272
+
4273
+ class TestInvokeAuthorizerResponse
4274
+ attr_accessor is_authenticated: bool
4275
+ attr_accessor principal_id: ::String
4276
+ attr_accessor policy_documents: ::Array[::String]
4277
+ attr_accessor refresh_after_in_seconds: ::Integer
4278
+ attr_accessor disconnect_after_in_seconds: ::Integer
4279
+ SENSITIVE: []
4280
+ end
4281
+
4282
+ class ThingAttribute
4283
+ attr_accessor thing_name: ::String
4284
+ attr_accessor thing_type_name: ::String
4285
+ attr_accessor thing_arn: ::String
4286
+ attr_accessor attributes: ::Hash[::String, ::String]
4287
+ attr_accessor version: ::Integer
4288
+ SENSITIVE: []
4289
+ end
4290
+
4291
+ class ThingConnectivity
4292
+ attr_accessor connected: bool
4293
+ attr_accessor timestamp: ::Integer
4294
+ attr_accessor disconnect_reason: ::String
4295
+ SENSITIVE: []
4296
+ end
4297
+
4298
+ class ThingDocument
4299
+ attr_accessor thing_name: ::String
4300
+ attr_accessor thing_id: ::String
4301
+ attr_accessor thing_type_name: ::String
4302
+ attr_accessor thing_group_names: ::Array[::String]
4303
+ attr_accessor attributes: ::Hash[::String, ::String]
4304
+ attr_accessor shadow: ::String
4305
+ attr_accessor device_defender: ::String
4306
+ attr_accessor connectivity: Types::ThingConnectivity
4307
+ SENSITIVE: []
4308
+ end
4309
+
4310
+ class ThingGroupDocument
4311
+ attr_accessor thing_group_name: ::String
4312
+ attr_accessor thing_group_id: ::String
4313
+ attr_accessor thing_group_description: ::String
4314
+ attr_accessor attributes: ::Hash[::String, ::String]
4315
+ attr_accessor parent_group_names: ::Array[::String]
4316
+ SENSITIVE: []
4317
+ end
4318
+
4319
+ class ThingGroupIndexingConfiguration
4320
+ attr_accessor thing_group_indexing_mode: ("OFF" | "ON")
4321
+ attr_accessor managed_fields: ::Array[Types::Field]
4322
+ attr_accessor custom_fields: ::Array[Types::Field]
4323
+ SENSITIVE: []
4324
+ end
4325
+
4326
+ class ThingGroupMetadata
4327
+ attr_accessor parent_group_name: ::String
4328
+ attr_accessor root_to_parent_thing_groups: ::Array[Types::GroupNameAndArn]
4329
+ attr_accessor creation_date: ::Time
4330
+ SENSITIVE: []
4331
+ end
4332
+
4333
+ class ThingGroupProperties
4334
+ attr_accessor thing_group_description: ::String
4335
+ attr_accessor attribute_payload: Types::AttributePayload
4336
+ SENSITIVE: []
4337
+ end
4338
+
4339
+ class ThingIndexingConfiguration
4340
+ attr_accessor thing_indexing_mode: ("OFF" | "REGISTRY" | "REGISTRY_AND_SHADOW")
4341
+ attr_accessor thing_connectivity_indexing_mode: ("OFF" | "STATUS")
4342
+ attr_accessor device_defender_indexing_mode: ("OFF" | "VIOLATIONS")
4343
+ attr_accessor named_shadow_indexing_mode: ("OFF" | "ON")
4344
+ attr_accessor managed_fields: ::Array[Types::Field]
4345
+ attr_accessor custom_fields: ::Array[Types::Field]
4346
+ attr_accessor filter: Types::IndexingFilter
4347
+ SENSITIVE: []
4348
+ end
4349
+
4350
+ class ThingTypeDefinition
4351
+ attr_accessor thing_type_name: ::String
4352
+ attr_accessor thing_type_arn: ::String
4353
+ attr_accessor thing_type_properties: Types::ThingTypeProperties
4354
+ attr_accessor thing_type_metadata: Types::ThingTypeMetadata
4355
+ SENSITIVE: []
4356
+ end
4357
+
4358
+ class ThingTypeMetadata
4359
+ attr_accessor deprecated: bool
4360
+ attr_accessor deprecation_date: ::Time
4361
+ attr_accessor creation_date: ::Time
4362
+ SENSITIVE: []
4363
+ end
4364
+
4365
+ class ThingTypeProperties
4366
+ attr_accessor thing_type_description: ::String
4367
+ attr_accessor searchable_attributes: ::Array[::String]
4368
+ SENSITIVE: []
4369
+ end
4370
+
4371
+ class ThrottlingException
4372
+ attr_accessor message: ::String
4373
+ SENSITIVE: []
4374
+ end
4375
+
4376
+ class TimeoutConfig
4377
+ attr_accessor in_progress_timeout_in_minutes: ::Integer
4378
+ SENSITIVE: []
4379
+ end
4380
+
4381
+ class TimestreamAction
4382
+ attr_accessor role_arn: ::String
4383
+ attr_accessor database_name: ::String
4384
+ attr_accessor table_name: ::String
4385
+ attr_accessor dimensions: ::Array[Types::TimestreamDimension]
4386
+ attr_accessor timestamp: Types::TimestreamTimestamp
4387
+ SENSITIVE: []
4388
+ end
4389
+
4390
+ class TimestreamDimension
4391
+ attr_accessor name: ::String
4392
+ attr_accessor value: ::String
4393
+ SENSITIVE: []
4394
+ end
4395
+
4396
+ class TimestreamTimestamp
4397
+ attr_accessor value: ::String
4398
+ attr_accessor unit: ::String
4399
+ SENSITIVE: []
4400
+ end
4401
+
4402
+ class TlsConfig
4403
+ attr_accessor security_policy: ::String
4404
+ SENSITIVE: []
4405
+ end
4406
+
4407
+ class TlsContext
4408
+ attr_accessor server_name: ::String
4409
+ SENSITIVE: []
4410
+ end
4411
+
4412
+ class TopicRule
4413
+ attr_accessor rule_name: ::String
4414
+ attr_accessor sql: ::String
4415
+ attr_accessor description: ::String
4416
+ attr_accessor created_at: ::Time
4417
+ attr_accessor actions: ::Array[Types::Action]
4418
+ attr_accessor rule_disabled: bool
4419
+ attr_accessor aws_iot_sql_version: ::String
4420
+ attr_accessor error_action: Types::Action
4421
+ SENSITIVE: []
4422
+ end
4423
+
4424
+ class TopicRuleDestination
4425
+ attr_accessor arn: ::String
4426
+ attr_accessor status: ("ENABLED" | "IN_PROGRESS" | "DISABLED" | "ERROR" | "DELETING")
4427
+ attr_accessor created_at: ::Time
4428
+ attr_accessor last_updated_at: ::Time
4429
+ attr_accessor status_reason: ::String
4430
+ attr_accessor http_url_properties: Types::HttpUrlDestinationProperties
4431
+ attr_accessor vpc_properties: Types::VpcDestinationProperties
4432
+ SENSITIVE: []
4433
+ end
4434
+
4435
+ class TopicRuleDestinationConfiguration
4436
+ attr_accessor http_url_configuration: Types::HttpUrlDestinationConfiguration
4437
+ attr_accessor vpc_configuration: Types::VpcDestinationConfiguration
4438
+ SENSITIVE: []
4439
+ end
4440
+
4441
+ class TopicRuleDestinationSummary
4442
+ attr_accessor arn: ::String
4443
+ attr_accessor status: ("ENABLED" | "IN_PROGRESS" | "DISABLED" | "ERROR" | "DELETING")
4444
+ attr_accessor created_at: ::Time
4445
+ attr_accessor last_updated_at: ::Time
4446
+ attr_accessor status_reason: ::String
4447
+ attr_accessor http_url_summary: Types::HttpUrlDestinationSummary
4448
+ attr_accessor vpc_destination_summary: Types::VpcDestinationSummary
4449
+ SENSITIVE: []
4450
+ end
4451
+
4452
+ class TopicRuleListItem
4453
+ attr_accessor rule_arn: ::String
4454
+ attr_accessor rule_name: ::String
4455
+ attr_accessor topic_pattern: ::String
4456
+ attr_accessor created_at: ::Time
4457
+ attr_accessor rule_disabled: bool
4458
+ SENSITIVE: []
4459
+ end
4460
+
4461
+ class TopicRulePayload
4462
+ attr_accessor sql: ::String
4463
+ attr_accessor description: ::String
4464
+ attr_accessor actions: ::Array[Types::Action]
4465
+ attr_accessor rule_disabled: bool
4466
+ attr_accessor aws_iot_sql_version: ::String
4467
+ attr_accessor error_action: Types::Action
4468
+ SENSITIVE: []
4469
+ end
4470
+
4471
+ class TransferAlreadyCompletedException
4472
+ attr_accessor message: ::String
4473
+ SENSITIVE: []
4474
+ end
4475
+
4476
+ class TransferCertificateRequest
4477
+ attr_accessor certificate_id: ::String
4478
+ attr_accessor target_aws_account: ::String
4479
+ attr_accessor transfer_message: ::String
4480
+ SENSITIVE: []
4481
+ end
4482
+
4483
+ class TransferCertificateResponse
4484
+ attr_accessor transferred_certificate_arn: ::String
4485
+ SENSITIVE: []
4486
+ end
4487
+
4488
+ class TransferConflictException
4489
+ attr_accessor message: ::String
4490
+ SENSITIVE: []
4491
+ end
4492
+
4493
+ class TransferData
4494
+ attr_accessor transfer_message: ::String
4495
+ attr_accessor reject_reason: ::String
4496
+ attr_accessor transfer_date: ::Time
4497
+ attr_accessor accept_date: ::Time
4498
+ attr_accessor reject_date: ::Time
4499
+ SENSITIVE: []
4500
+ end
4501
+
4502
+ class UnauthorizedException
4503
+ attr_accessor message: ::String
4504
+ SENSITIVE: []
4505
+ end
4506
+
4507
+ class UntagResourceRequest
4508
+ attr_accessor resource_arn: ::String
4509
+ attr_accessor tag_keys: ::Array[::String]
4510
+ SENSITIVE: []
4511
+ end
4512
+
4513
+ class UntagResourceResponse < Aws::EmptyStructure
4514
+ end
4515
+
4516
+ class UpdateAccountAuditConfigurationRequest
4517
+ attr_accessor role_arn: ::String
4518
+ attr_accessor audit_notification_target_configurations: ::Hash[("SNS"), Types::AuditNotificationTarget]
4519
+ attr_accessor audit_check_configurations: ::Hash[::String, Types::AuditCheckConfiguration]
4520
+ SENSITIVE: []
4521
+ end
4522
+
4523
+ class UpdateAccountAuditConfigurationResponse < Aws::EmptyStructure
4524
+ end
4525
+
4526
+ class UpdateAuditSuppressionRequest
4527
+ attr_accessor check_name: ::String
4528
+ attr_accessor resource_identifier: Types::ResourceIdentifier
4529
+ attr_accessor expiration_date: ::Time
4530
+ attr_accessor suppress_indefinitely: bool
4531
+ attr_accessor description: ::String
4532
+ SENSITIVE: []
4533
+ end
4534
+
4535
+ class UpdateAuditSuppressionResponse < Aws::EmptyStructure
4536
+ end
4537
+
4538
+ class UpdateAuthorizerRequest
4539
+ attr_accessor authorizer_name: ::String
4540
+ attr_accessor authorizer_function_arn: ::String
4541
+ attr_accessor token_key_name: ::String
4542
+ attr_accessor token_signing_public_keys: ::Hash[::String, ::String]
4543
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
4544
+ attr_accessor enable_caching_for_http: bool
4545
+ SENSITIVE: []
4546
+ end
4547
+
4548
+ class UpdateAuthorizerResponse
4549
+ attr_accessor authorizer_name: ::String
4550
+ attr_accessor authorizer_arn: ::String
4551
+ SENSITIVE: []
4552
+ end
4553
+
4554
+ class UpdateBillingGroupRequest
4555
+ attr_accessor billing_group_name: ::String
4556
+ attr_accessor billing_group_properties: Types::BillingGroupProperties
4557
+ attr_accessor expected_version: ::Integer
4558
+ SENSITIVE: []
4559
+ end
4560
+
4561
+ class UpdateBillingGroupResponse
4562
+ attr_accessor version: ::Integer
4563
+ SENSITIVE: []
4564
+ end
4565
+
4566
+ class UpdateCACertificateParams
4567
+ attr_accessor action: ("DEACTIVATE")
4568
+ SENSITIVE: []
4569
+ end
4570
+
4571
+ class UpdateCACertificateRequest
4572
+ attr_accessor certificate_id: ::String
4573
+ attr_accessor new_status: ("ACTIVE" | "INACTIVE")
4574
+ attr_accessor new_auto_registration_status: ("ENABLE" | "DISABLE")
4575
+ attr_accessor registration_config: Types::RegistrationConfig
4576
+ attr_accessor remove_auto_registration: bool
4577
+ SENSITIVE: []
4578
+ end
4579
+
4580
+ class UpdateCertificateProviderRequest
4581
+ attr_accessor certificate_provider_name: ::String
4582
+ attr_accessor lambda_function_arn: ::String
4583
+ attr_accessor account_default_for_operations: ::Array[("CreateCertificateFromCsr")]
4584
+ SENSITIVE: []
4585
+ end
4586
+
4587
+ class UpdateCertificateProviderResponse
4588
+ attr_accessor certificate_provider_name: ::String
4589
+ attr_accessor certificate_provider_arn: ::String
4590
+ SENSITIVE: []
4591
+ end
4592
+
4593
+ class UpdateCertificateRequest
4594
+ attr_accessor certificate_id: ::String
4595
+ attr_accessor new_status: ("ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "REGISTER_INACTIVE" | "PENDING_ACTIVATION")
4596
+ SENSITIVE: []
4597
+ end
4598
+
4599
+ class UpdateCustomMetricRequest
4600
+ attr_accessor metric_name: ::String
4601
+ attr_accessor display_name: ::String
4602
+ SENSITIVE: []
4603
+ end
4604
+
4605
+ class UpdateCustomMetricResponse
4606
+ attr_accessor metric_name: ::String
4607
+ attr_accessor metric_arn: ::String
4608
+ attr_accessor metric_type: ("string-list" | "ip-address-list" | "number-list" | "number")
4609
+ attr_accessor display_name: ::String
4610
+ attr_accessor creation_date: ::Time
4611
+ attr_accessor last_modified_date: ::Time
4612
+ SENSITIVE: []
4613
+ end
4614
+
4615
+ class UpdateDeviceCertificateParams
4616
+ attr_accessor action: ("DEACTIVATE")
4617
+ SENSITIVE: []
4618
+ end
4619
+
4620
+ class UpdateDimensionRequest
4621
+ attr_accessor name: ::String
4622
+ attr_accessor string_values: ::Array[::String]
4623
+ SENSITIVE: []
4624
+ end
4625
+
4626
+ class UpdateDimensionResponse
4627
+ attr_accessor name: ::String
4628
+ attr_accessor arn: ::String
4629
+ attr_accessor type: ("TOPIC_FILTER")
4630
+ attr_accessor string_values: ::Array[::String]
4631
+ attr_accessor creation_date: ::Time
4632
+ attr_accessor last_modified_date: ::Time
4633
+ SENSITIVE: []
4634
+ end
4635
+
4636
+ class UpdateDomainConfigurationRequest
4637
+ attr_accessor domain_configuration_name: ::String
4638
+ attr_accessor authorizer_config: Types::AuthorizerConfig
4639
+ attr_accessor domain_configuration_status: ("ENABLED" | "DISABLED")
4640
+ attr_accessor remove_authorizer_config: bool
4641
+ attr_accessor tls_config: Types::TlsConfig
4642
+ SENSITIVE: []
4643
+ end
4644
+
4645
+ class UpdateDomainConfigurationResponse
4646
+ attr_accessor domain_configuration_name: ::String
4647
+ attr_accessor domain_configuration_arn: ::String
4648
+ SENSITIVE: []
4649
+ end
4650
+
4651
+ class UpdateDynamicThingGroupRequest
4652
+ attr_accessor thing_group_name: ::String
4653
+ attr_accessor thing_group_properties: Types::ThingGroupProperties
4654
+ attr_accessor expected_version: ::Integer
4655
+ attr_accessor index_name: ::String
4656
+ attr_accessor query_string: ::String
4657
+ attr_accessor query_version: ::String
4658
+ SENSITIVE: []
4659
+ end
4660
+
4661
+ class UpdateDynamicThingGroupResponse
4662
+ attr_accessor version: ::Integer
4663
+ SENSITIVE: []
4664
+ end
4665
+
4666
+ class UpdateEventConfigurationsRequest
4667
+ attr_accessor event_configurations: ::Hash[("THING" | "THING_GROUP" | "THING_TYPE" | "THING_GROUP_MEMBERSHIP" | "THING_GROUP_HIERARCHY" | "THING_TYPE_ASSOCIATION" | "JOB" | "JOB_EXECUTION" | "POLICY" | "CERTIFICATE" | "CA_CERTIFICATE"), Types::Configuration]
4668
+ SENSITIVE: []
4669
+ end
4670
+
4671
+ class UpdateEventConfigurationsResponse < Aws::EmptyStructure
4672
+ end
4673
+
4674
+ class UpdateFleetMetricRequest
4675
+ attr_accessor metric_name: ::String
4676
+ attr_accessor query_string: ::String
4677
+ attr_accessor aggregation_type: Types::AggregationType
4678
+ attr_accessor period: ::Integer
4679
+ attr_accessor aggregation_field: ::String
4680
+ attr_accessor description: ::String
4681
+ attr_accessor query_version: ::String
4682
+ attr_accessor index_name: ::String
4683
+ attr_accessor unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
4684
+ attr_accessor expected_version: ::Integer
4685
+ SENSITIVE: []
4686
+ end
4687
+
4688
+ class UpdateIndexingConfigurationRequest
4689
+ attr_accessor thing_indexing_configuration: Types::ThingIndexingConfiguration
4690
+ attr_accessor thing_group_indexing_configuration: Types::ThingGroupIndexingConfiguration
4691
+ SENSITIVE: []
4692
+ end
4693
+
4694
+ class UpdateIndexingConfigurationResponse < Aws::EmptyStructure
4695
+ end
4696
+
4697
+ class UpdateJobRequest
4698
+ attr_accessor job_id: ::String
4699
+ attr_accessor description: ::String
4700
+ attr_accessor presigned_url_config: Types::PresignedUrlConfig
4701
+ attr_accessor job_executions_rollout_config: Types::JobExecutionsRolloutConfig
4702
+ attr_accessor abort_config: Types::AbortConfig
4703
+ attr_accessor timeout_config: Types::TimeoutConfig
4704
+ attr_accessor namespace_id: ::String
4705
+ attr_accessor job_executions_retry_config: Types::JobExecutionsRetryConfig
4706
+ SENSITIVE: []
4707
+ end
4708
+
4709
+ class UpdateMitigationActionRequest
4710
+ attr_accessor action_name: ::String
4711
+ attr_accessor role_arn: ::String
4712
+ attr_accessor action_params: Types::MitigationActionParams
4713
+ SENSITIVE: []
4714
+ end
4715
+
4716
+ class UpdateMitigationActionResponse
4717
+ attr_accessor action_arn: ::String
4718
+ attr_accessor action_id: ::String
4719
+ SENSITIVE: []
4720
+ end
4721
+
4722
+ class UpdatePackageConfigurationRequest
4723
+ attr_accessor version_update_by_jobs_config: Types::VersionUpdateByJobsConfig
4724
+ attr_accessor client_token: ::String
4725
+ SENSITIVE: []
4726
+ end
4727
+
4728
+ class UpdatePackageConfigurationResponse < Aws::EmptyStructure
4729
+ end
4730
+
4731
+ class UpdatePackageRequest
4732
+ attr_accessor package_name: ::String
4733
+ attr_accessor description: ::String
4734
+ attr_accessor default_version_name: ::String
4735
+ attr_accessor unset_default_version: bool
4736
+ attr_accessor client_token: ::String
4737
+ SENSITIVE: [:description]
4738
+ end
4739
+
4740
+ class UpdatePackageResponse < Aws::EmptyStructure
4741
+ end
4742
+
4743
+ class UpdatePackageVersionRequest
4744
+ attr_accessor package_name: ::String
4745
+ attr_accessor version_name: ::String
4746
+ attr_accessor description: ::String
4747
+ attr_accessor attributes: ::Hash[::String, ::String]
4748
+ attr_accessor action: ("PUBLISH" | "DEPRECATE")
4749
+ attr_accessor client_token: ::String
4750
+ SENSITIVE: [:description, :attributes]
4751
+ end
4752
+
4753
+ class UpdatePackageVersionResponse < Aws::EmptyStructure
4754
+ end
4755
+
4756
+ class UpdateProvisioningTemplateRequest
4757
+ attr_accessor template_name: ::String
4758
+ attr_accessor description: ::String
4759
+ attr_accessor enabled: bool
4760
+ attr_accessor default_version_id: ::Integer
4761
+ attr_accessor provisioning_role_arn: ::String
4762
+ attr_accessor pre_provisioning_hook: Types::ProvisioningHook
4763
+ attr_accessor remove_pre_provisioning_hook: bool
4764
+ SENSITIVE: []
4765
+ end
4766
+
4767
+ class UpdateProvisioningTemplateResponse < Aws::EmptyStructure
4768
+ end
4769
+
4770
+ class UpdateRoleAliasRequest
4771
+ attr_accessor role_alias: ::String
4772
+ attr_accessor role_arn: ::String
4773
+ attr_accessor credential_duration_seconds: ::Integer
4774
+ SENSITIVE: []
4775
+ end
4776
+
4777
+ class UpdateRoleAliasResponse
4778
+ attr_accessor role_alias: ::String
4779
+ attr_accessor role_alias_arn: ::String
4780
+ SENSITIVE: []
4781
+ end
4782
+
4783
+ class UpdateScheduledAuditRequest
4784
+ attr_accessor frequency: ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")
4785
+ attr_accessor day_of_month: ::String
4786
+ attr_accessor day_of_week: ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")
4787
+ attr_accessor target_check_names: ::Array[::String]
4788
+ attr_accessor scheduled_audit_name: ::String
4789
+ SENSITIVE: []
4790
+ end
4791
+
4792
+ class UpdateScheduledAuditResponse
4793
+ attr_accessor scheduled_audit_arn: ::String
4794
+ SENSITIVE: []
4795
+ end
4796
+
4797
+ class UpdateSecurityProfileRequest
4798
+ attr_accessor security_profile_name: ::String
4799
+ attr_accessor security_profile_description: ::String
4800
+ attr_accessor behaviors: ::Array[Types::Behavior]
4801
+ attr_accessor alert_targets: ::Hash[("SNS"), Types::AlertTarget]
4802
+ attr_accessor additional_metrics_to_retain: ::Array[::String]
4803
+ attr_accessor additional_metrics_to_retain_v2: ::Array[Types::MetricToRetain]
4804
+ attr_accessor delete_behaviors: bool
4805
+ attr_accessor delete_alert_targets: bool
4806
+ attr_accessor delete_additional_metrics_to_retain: bool
4807
+ attr_accessor expected_version: ::Integer
4808
+ attr_accessor metrics_export_config: Types::MetricsExportConfig
4809
+ attr_accessor delete_metrics_export_config: bool
4810
+ SENSITIVE: []
4811
+ end
4812
+
4813
+ class UpdateSecurityProfileResponse
4814
+ attr_accessor security_profile_name: ::String
4815
+ attr_accessor security_profile_arn: ::String
4816
+ attr_accessor security_profile_description: ::String
4817
+ attr_accessor behaviors: ::Array[Types::Behavior]
4818
+ attr_accessor alert_targets: ::Hash[("SNS"), Types::AlertTarget]
4819
+ attr_accessor additional_metrics_to_retain: ::Array[::String]
4820
+ attr_accessor additional_metrics_to_retain_v2: ::Array[Types::MetricToRetain]
4821
+ attr_accessor version: ::Integer
4822
+ attr_accessor creation_date: ::Time
4823
+ attr_accessor last_modified_date: ::Time
4824
+ attr_accessor metrics_export_config: Types::MetricsExportConfig
4825
+ SENSITIVE: []
4826
+ end
4827
+
4828
+ class UpdateStreamRequest
4829
+ attr_accessor stream_id: ::String
4830
+ attr_accessor description: ::String
4831
+ attr_accessor files: ::Array[Types::StreamFile]
4832
+ attr_accessor role_arn: ::String
4833
+ SENSITIVE: []
4834
+ end
4835
+
4836
+ class UpdateStreamResponse
4837
+ attr_accessor stream_id: ::String
4838
+ attr_accessor stream_arn: ::String
4839
+ attr_accessor description: ::String
4840
+ attr_accessor stream_version: ::Integer
4841
+ SENSITIVE: []
4842
+ end
4843
+
4844
+ class UpdateThingGroupRequest
4845
+ attr_accessor thing_group_name: ::String
4846
+ attr_accessor thing_group_properties: Types::ThingGroupProperties
4847
+ attr_accessor expected_version: ::Integer
4848
+ SENSITIVE: []
4849
+ end
4850
+
4851
+ class UpdateThingGroupResponse
4852
+ attr_accessor version: ::Integer
4853
+ SENSITIVE: []
4854
+ end
4855
+
4856
+ class UpdateThingGroupsForThingRequest
4857
+ attr_accessor thing_name: ::String
4858
+ attr_accessor thing_groups_to_add: ::Array[::String]
4859
+ attr_accessor thing_groups_to_remove: ::Array[::String]
4860
+ attr_accessor override_dynamic_groups: bool
4861
+ SENSITIVE: []
4862
+ end
4863
+
4864
+ class UpdateThingGroupsForThingResponse < Aws::EmptyStructure
4865
+ end
4866
+
4867
+ class UpdateThingRequest
4868
+ attr_accessor thing_name: ::String
4869
+ attr_accessor thing_type_name: ::String
4870
+ attr_accessor attribute_payload: Types::AttributePayload
4871
+ attr_accessor expected_version: ::Integer
4872
+ attr_accessor remove_thing_type: bool
4873
+ SENSITIVE: []
4874
+ end
4875
+
4876
+ class UpdateThingResponse < Aws::EmptyStructure
4877
+ end
4878
+
4879
+ class UpdateTopicRuleDestinationRequest
4880
+ attr_accessor arn: ::String
4881
+ attr_accessor status: ("ENABLED" | "IN_PROGRESS" | "DISABLED" | "ERROR" | "DELETING")
4882
+ SENSITIVE: []
4883
+ end
4884
+
4885
+ class UpdateTopicRuleDestinationResponse < Aws::EmptyStructure
4886
+ end
4887
+
4888
+ class UserProperty
4889
+ attr_accessor key: ::String
4890
+ attr_accessor value: ::String
4891
+ SENSITIVE: []
4892
+ end
4893
+
4894
+ class ValidateSecurityProfileBehaviorsRequest
4895
+ attr_accessor behaviors: ::Array[Types::Behavior]
4896
+ SENSITIVE: []
4897
+ end
4898
+
4899
+ class ValidateSecurityProfileBehaviorsResponse
4900
+ attr_accessor valid: bool
4901
+ attr_accessor validation_errors: ::Array[Types::ValidationError]
4902
+ SENSITIVE: []
4903
+ end
4904
+
4905
+ class ValidationError
4906
+ attr_accessor error_message: ::String
4907
+ SENSITIVE: []
4908
+ end
4909
+
4910
+ class ValidationException
4911
+ attr_accessor message: ::String
4912
+ SENSITIVE: []
4913
+ end
4914
+
4915
+ class VersionConflictException
4916
+ attr_accessor message: ::String
4917
+ SENSITIVE: []
4918
+ end
4919
+
4920
+ class VersionUpdateByJobsConfig
4921
+ attr_accessor enabled: bool
4922
+ attr_accessor role_arn: ::String
4923
+ SENSITIVE: []
4924
+ end
4925
+
4926
+ class VersionsLimitExceededException
4927
+ attr_accessor message: ::String
4928
+ SENSITIVE: []
4929
+ end
4930
+
4931
+ class ViolationEvent
4932
+ attr_accessor violation_id: ::String
4933
+ attr_accessor thing_name: ::String
4934
+ attr_accessor security_profile_name: ::String
4935
+ attr_accessor behavior: Types::Behavior
4936
+ attr_accessor metric_value: Types::MetricValue
4937
+ attr_accessor violation_event_additional_info: Types::ViolationEventAdditionalInfo
4938
+ attr_accessor violation_event_type: ("in-alarm" | "alarm-cleared" | "alarm-invalidated")
4939
+ attr_accessor verification_state: ("FALSE_POSITIVE" | "BENIGN_POSITIVE" | "TRUE_POSITIVE" | "UNKNOWN")
4940
+ attr_accessor verification_state_description: ::String
4941
+ attr_accessor violation_event_time: ::Time
4942
+ SENSITIVE: []
4943
+ end
4944
+
4945
+ class ViolationEventAdditionalInfo
4946
+ attr_accessor confidence_level: ("LOW" | "MEDIUM" | "HIGH")
4947
+ SENSITIVE: []
4948
+ end
4949
+
4950
+ class ViolationEventOccurrenceRange
4951
+ attr_accessor start_time: ::Time
4952
+ attr_accessor end_time: ::Time
4953
+ SENSITIVE: []
4954
+ end
4955
+
4956
+ class VpcDestinationConfiguration
4957
+ attr_accessor subnet_ids: ::Array[::String]
4958
+ attr_accessor security_groups: ::Array[::String]
4959
+ attr_accessor vpc_id: ::String
4960
+ attr_accessor role_arn: ::String
4961
+ SENSITIVE: []
4962
+ end
4963
+
4964
+ class VpcDestinationProperties
4965
+ attr_accessor subnet_ids: ::Array[::String]
4966
+ attr_accessor security_groups: ::Array[::String]
4967
+ attr_accessor vpc_id: ::String
4968
+ attr_accessor role_arn: ::String
4969
+ SENSITIVE: []
4970
+ end
4971
+
4972
+ class VpcDestinationSummary
4973
+ attr_accessor subnet_ids: ::Array[::String]
4974
+ attr_accessor security_groups: ::Array[::String]
4975
+ attr_accessor vpc_id: ::String
4976
+ attr_accessor role_arn: ::String
4977
+ SENSITIVE: []
4978
+ end
4979
+ end
4980
+ end