aws-sdk-iotanalytics 1.50.0 → 1.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-iotanalytics/client.rb +1 -1
- data/lib/aws-sdk-iotanalytics/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-iotanalytics/types.rb +0 -1381
- data/lib/aws-sdk-iotanalytics.rb +1 -1
- metadata +2 -2
@@ -13,17 +13,6 @@ module Aws::IoTAnalytics
|
|
13
13
|
# An activity that adds other attributes based on existing attributes in
|
14
14
|
# the message.
|
15
15
|
#
|
16
|
-
# @note When making an API call, you may pass AddAttributesActivity
|
17
|
-
# data as a hash:
|
18
|
-
#
|
19
|
-
# {
|
20
|
-
# name: "ActivityName", # required
|
21
|
-
# attributes: { # required
|
22
|
-
# "AttributeName" => "AttributeName",
|
23
|
-
# },
|
24
|
-
# next: "ActivityName",
|
25
|
-
# }
|
26
|
-
#
|
27
16
|
# @!attribute [rw] name
|
28
17
|
# The name of the addAttributes activity.
|
29
18
|
# @return [String]
|
@@ -73,19 +62,6 @@ module Aws::IoTAnalytics
|
|
73
62
|
include Aws::Structure
|
74
63
|
end
|
75
64
|
|
76
|
-
# @note When making an API call, you may pass BatchPutMessageRequest
|
77
|
-
# data as a hash:
|
78
|
-
#
|
79
|
-
# {
|
80
|
-
# channel_name: "ChannelName", # required
|
81
|
-
# messages: [ # required
|
82
|
-
# {
|
83
|
-
# message_id: "MessageId", # required
|
84
|
-
# payload: "data", # required
|
85
|
-
# },
|
86
|
-
# ],
|
87
|
-
# }
|
88
|
-
#
|
89
65
|
# @!attribute [rw] channel_name
|
90
66
|
# The name of the channel where the messages are sent.
|
91
67
|
# @return [String]
|
@@ -135,14 +111,6 @@ module Aws::IoTAnalytics
|
|
135
111
|
include Aws::Structure
|
136
112
|
end
|
137
113
|
|
138
|
-
# @note When making an API call, you may pass CancelPipelineReprocessingRequest
|
139
|
-
# data as a hash:
|
140
|
-
#
|
141
|
-
# {
|
142
|
-
# pipeline_name: "PipelineName", # required
|
143
|
-
# reprocessing_id: "ReprocessingId", # required
|
144
|
-
# }
|
145
|
-
#
|
146
114
|
# @!attribute [rw] pipeline_name
|
147
115
|
# The name of pipeline for which data reprocessing is canceled.
|
148
116
|
# @return [String]
|
@@ -222,15 +190,6 @@ module Aws::IoTAnalytics
|
|
222
190
|
# The activity that determines the source of the messages to be
|
223
191
|
# processed.
|
224
192
|
#
|
225
|
-
# @note When making an API call, you may pass ChannelActivity
|
226
|
-
# data as a hash:
|
227
|
-
#
|
228
|
-
# {
|
229
|
-
# name: "ActivityName", # required
|
230
|
-
# channel_name: "ChannelName", # required
|
231
|
-
# next: "ActivityName",
|
232
|
-
# }
|
233
|
-
#
|
234
193
|
# @!attribute [rw] name
|
235
194
|
# The name of the channel activity.
|
236
195
|
# @return [String]
|
@@ -253,13 +212,6 @@ module Aws::IoTAnalytics
|
|
253
212
|
|
254
213
|
# Specifies one or more sets of channel messages.
|
255
214
|
#
|
256
|
-
# @note When making an API call, you may pass ChannelMessages
|
257
|
-
# data as a hash:
|
258
|
-
#
|
259
|
-
# {
|
260
|
-
# s3_paths: ["S3PathChannelMessage"],
|
261
|
-
# }
|
262
|
-
#
|
263
215
|
# @!attribute [rw] s3_paths
|
264
216
|
# Specifies one or more keys that identify the Amazon Simple Storage
|
265
217
|
# Service (Amazon S3) objects that save your channel messages.
|
@@ -293,19 +245,6 @@ module Aws::IoTAnalytics
|
|
293
245
|
# default is `serviceManagedS3`. This can't be changed after creation
|
294
246
|
# of the channel.
|
295
247
|
#
|
296
|
-
# @note When making an API call, you may pass ChannelStorage
|
297
|
-
# data as a hash:
|
298
|
-
#
|
299
|
-
# {
|
300
|
-
# service_managed_s3: {
|
301
|
-
# },
|
302
|
-
# customer_managed_s3: {
|
303
|
-
# bucket: "BucketName", # required
|
304
|
-
# key_prefix: "S3KeyPrefix",
|
305
|
-
# role_arn: "RoleArn", # required
|
306
|
-
# },
|
307
|
-
# }
|
308
|
-
#
|
309
248
|
# @!attribute [rw] service_managed_s3
|
310
249
|
# Used to store channel data in an S3 bucket managed by IoT Analytics.
|
311
250
|
# You can't change the choice of S3 storage after the data store is
|
@@ -389,14 +328,6 @@ module Aws::IoTAnalytics
|
|
389
328
|
|
390
329
|
# Contains information about a column that stores your data.
|
391
330
|
#
|
392
|
-
# @note When making an API call, you may pass Column
|
393
|
-
# data as a hash:
|
394
|
-
#
|
395
|
-
# {
|
396
|
-
# name: "ColumnName", # required
|
397
|
-
# type: "ColumnDataType", # required
|
398
|
-
# }
|
399
|
-
#
|
400
331
|
# @!attribute [rw] name
|
401
332
|
# The name of the column.
|
402
333
|
# @return [String]
|
@@ -420,31 +351,6 @@ module Aws::IoTAnalytics
|
|
420
351
|
# Information required to run the `containerAction` to produce dataset
|
421
352
|
# contents.
|
422
353
|
#
|
423
|
-
# @note When making an API call, you may pass ContainerDatasetAction
|
424
|
-
# data as a hash:
|
425
|
-
#
|
426
|
-
# {
|
427
|
-
# image: "Image", # required
|
428
|
-
# execution_role_arn: "RoleArn", # required
|
429
|
-
# resource_configuration: { # required
|
430
|
-
# compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
|
431
|
-
# volume_size_in_gb: 1, # required
|
432
|
-
# },
|
433
|
-
# variables: [
|
434
|
-
# {
|
435
|
-
# name: "VariableName", # required
|
436
|
-
# string_value: "StringValue",
|
437
|
-
# double_value: 1.0,
|
438
|
-
# dataset_content_version_value: {
|
439
|
-
# dataset_name: "DatasetName", # required
|
440
|
-
# },
|
441
|
-
# output_file_uri_value: {
|
442
|
-
# file_name: "OutputFileName", # required
|
443
|
-
# },
|
444
|
-
# },
|
445
|
-
# ],
|
446
|
-
# }
|
447
|
-
#
|
448
354
|
# @!attribute [rw] image
|
449
355
|
# The ARN of the Docker container stored in your account. The Docker
|
450
356
|
# container contains an application and required support libraries and
|
@@ -479,32 +385,6 @@ module Aws::IoTAnalytics
|
|
479
385
|
include Aws::Structure
|
480
386
|
end
|
481
387
|
|
482
|
-
# @note When making an API call, you may pass CreateChannelRequest
|
483
|
-
# data as a hash:
|
484
|
-
#
|
485
|
-
# {
|
486
|
-
# channel_name: "ChannelName", # required
|
487
|
-
# channel_storage: {
|
488
|
-
# service_managed_s3: {
|
489
|
-
# },
|
490
|
-
# customer_managed_s3: {
|
491
|
-
# bucket: "BucketName", # required
|
492
|
-
# key_prefix: "S3KeyPrefix",
|
493
|
-
# role_arn: "RoleArn", # required
|
494
|
-
# },
|
495
|
-
# },
|
496
|
-
# retention_period: {
|
497
|
-
# unlimited: false,
|
498
|
-
# number_of_days: 1,
|
499
|
-
# },
|
500
|
-
# tags: [
|
501
|
-
# {
|
502
|
-
# key: "TagKey", # required
|
503
|
-
# value: "TagValue", # required
|
504
|
-
# },
|
505
|
-
# ],
|
506
|
-
# }
|
507
|
-
#
|
508
388
|
# @!attribute [rw] channel_name
|
509
389
|
# The name of the channel.
|
510
390
|
# @return [String]
|
@@ -554,14 +434,6 @@ module Aws::IoTAnalytics
|
|
554
434
|
include Aws::Structure
|
555
435
|
end
|
556
436
|
|
557
|
-
# @note When making an API call, you may pass CreateDatasetContentRequest
|
558
|
-
# data as a hash:
|
559
|
-
#
|
560
|
-
# {
|
561
|
-
# dataset_name: "DatasetName", # required
|
562
|
-
# version_id: "DatasetContentVersion",
|
563
|
-
# }
|
564
|
-
#
|
565
437
|
# @!attribute [rw] dataset_name
|
566
438
|
# The name of the dataset.
|
567
439
|
# @return [String]
|
@@ -592,104 +464,6 @@ module Aws::IoTAnalytics
|
|
592
464
|
include Aws::Structure
|
593
465
|
end
|
594
466
|
|
595
|
-
# @note When making an API call, you may pass CreateDatasetRequest
|
596
|
-
# data as a hash:
|
597
|
-
#
|
598
|
-
# {
|
599
|
-
# dataset_name: "DatasetName", # required
|
600
|
-
# actions: [ # required
|
601
|
-
# {
|
602
|
-
# action_name: "DatasetActionName",
|
603
|
-
# query_action: {
|
604
|
-
# sql_query: "SqlQuery", # required
|
605
|
-
# filters: [
|
606
|
-
# {
|
607
|
-
# delta_time: {
|
608
|
-
# offset_seconds: 1, # required
|
609
|
-
# time_expression: "TimeExpression", # required
|
610
|
-
# },
|
611
|
-
# },
|
612
|
-
# ],
|
613
|
-
# },
|
614
|
-
# container_action: {
|
615
|
-
# image: "Image", # required
|
616
|
-
# execution_role_arn: "RoleArn", # required
|
617
|
-
# resource_configuration: { # required
|
618
|
-
# compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
|
619
|
-
# volume_size_in_gb: 1, # required
|
620
|
-
# },
|
621
|
-
# variables: [
|
622
|
-
# {
|
623
|
-
# name: "VariableName", # required
|
624
|
-
# string_value: "StringValue",
|
625
|
-
# double_value: 1.0,
|
626
|
-
# dataset_content_version_value: {
|
627
|
-
# dataset_name: "DatasetName", # required
|
628
|
-
# },
|
629
|
-
# output_file_uri_value: {
|
630
|
-
# file_name: "OutputFileName", # required
|
631
|
-
# },
|
632
|
-
# },
|
633
|
-
# ],
|
634
|
-
# },
|
635
|
-
# },
|
636
|
-
# ],
|
637
|
-
# triggers: [
|
638
|
-
# {
|
639
|
-
# schedule: {
|
640
|
-
# expression: "ScheduleExpression",
|
641
|
-
# },
|
642
|
-
# dataset: {
|
643
|
-
# name: "DatasetName", # required
|
644
|
-
# },
|
645
|
-
# },
|
646
|
-
# ],
|
647
|
-
# content_delivery_rules: [
|
648
|
-
# {
|
649
|
-
# entry_name: "EntryName",
|
650
|
-
# destination: { # required
|
651
|
-
# iot_events_destination_configuration: {
|
652
|
-
# input_name: "IotEventsInputName", # required
|
653
|
-
# role_arn: "RoleArn", # required
|
654
|
-
# },
|
655
|
-
# s3_destination_configuration: {
|
656
|
-
# bucket: "BucketName", # required
|
657
|
-
# key: "BucketKeyExpression", # required
|
658
|
-
# glue_configuration: {
|
659
|
-
# table_name: "GlueTableName", # required
|
660
|
-
# database_name: "GlueDatabaseName", # required
|
661
|
-
# },
|
662
|
-
# role_arn: "RoleArn", # required
|
663
|
-
# },
|
664
|
-
# },
|
665
|
-
# },
|
666
|
-
# ],
|
667
|
-
# retention_period: {
|
668
|
-
# unlimited: false,
|
669
|
-
# number_of_days: 1,
|
670
|
-
# },
|
671
|
-
# versioning_configuration: {
|
672
|
-
# unlimited: false,
|
673
|
-
# max_versions: 1,
|
674
|
-
# },
|
675
|
-
# tags: [
|
676
|
-
# {
|
677
|
-
# key: "TagKey", # required
|
678
|
-
# value: "TagValue", # required
|
679
|
-
# },
|
680
|
-
# ],
|
681
|
-
# late_data_rules: [
|
682
|
-
# {
|
683
|
-
# rule_name: "LateDataRuleName",
|
684
|
-
# rule_configuration: { # required
|
685
|
-
# delta_time_session_window_configuration: {
|
686
|
-
# timeout_in_minutes: 1, # required
|
687
|
-
# },
|
688
|
-
# },
|
689
|
-
# },
|
690
|
-
# ],
|
691
|
-
# }
|
692
|
-
#
|
693
467
|
# @!attribute [rw] dataset_name
|
694
468
|
# The name of the dataset.
|
695
469
|
# @return [String]
|
@@ -784,65 +558,6 @@ module Aws::IoTAnalytics
|
|
784
558
|
include Aws::Structure
|
785
559
|
end
|
786
560
|
|
787
|
-
# @note When making an API call, you may pass CreateDatastoreRequest
|
788
|
-
# data as a hash:
|
789
|
-
#
|
790
|
-
# {
|
791
|
-
# datastore_name: "DatastoreName", # required
|
792
|
-
# datastore_storage: {
|
793
|
-
# service_managed_s3: {
|
794
|
-
# },
|
795
|
-
# customer_managed_s3: {
|
796
|
-
# bucket: "BucketName", # required
|
797
|
-
# key_prefix: "S3KeyPrefix",
|
798
|
-
# role_arn: "RoleArn", # required
|
799
|
-
# },
|
800
|
-
# iot_site_wise_multi_layer_storage: {
|
801
|
-
# customer_managed_s3_storage: { # required
|
802
|
-
# bucket: "BucketName", # required
|
803
|
-
# key_prefix: "S3KeyPrefix",
|
804
|
-
# },
|
805
|
-
# },
|
806
|
-
# },
|
807
|
-
# retention_period: {
|
808
|
-
# unlimited: false,
|
809
|
-
# number_of_days: 1,
|
810
|
-
# },
|
811
|
-
# tags: [
|
812
|
-
# {
|
813
|
-
# key: "TagKey", # required
|
814
|
-
# value: "TagValue", # required
|
815
|
-
# },
|
816
|
-
# ],
|
817
|
-
# file_format_configuration: {
|
818
|
-
# json_configuration: {
|
819
|
-
# },
|
820
|
-
# parquet_configuration: {
|
821
|
-
# schema_definition: {
|
822
|
-
# columns: [
|
823
|
-
# {
|
824
|
-
# name: "ColumnName", # required
|
825
|
-
# type: "ColumnDataType", # required
|
826
|
-
# },
|
827
|
-
# ],
|
828
|
-
# },
|
829
|
-
# },
|
830
|
-
# },
|
831
|
-
# datastore_partitions: {
|
832
|
-
# partitions: [
|
833
|
-
# {
|
834
|
-
# attribute_partition: {
|
835
|
-
# attribute_name: "PartitionAttributeName", # required
|
836
|
-
# },
|
837
|
-
# timestamp_partition: {
|
838
|
-
# attribute_name: "PartitionAttributeName", # required
|
839
|
-
# timestamp_format: "TimestampFormat",
|
840
|
-
# },
|
841
|
-
# },
|
842
|
-
# ],
|
843
|
-
# },
|
844
|
-
# }
|
845
|
-
#
|
846
561
|
# @!attribute [rw] datastore_name
|
847
562
|
# The name of the data store.
|
848
563
|
# @return [String]
|
@@ -912,80 +627,6 @@ module Aws::IoTAnalytics
|
|
912
627
|
include Aws::Structure
|
913
628
|
end
|
914
629
|
|
915
|
-
# @note When making an API call, you may pass CreatePipelineRequest
|
916
|
-
# data as a hash:
|
917
|
-
#
|
918
|
-
# {
|
919
|
-
# pipeline_name: "PipelineName", # required
|
920
|
-
# pipeline_activities: [ # required
|
921
|
-
# {
|
922
|
-
# channel: {
|
923
|
-
# name: "ActivityName", # required
|
924
|
-
# channel_name: "ChannelName", # required
|
925
|
-
# next: "ActivityName",
|
926
|
-
# },
|
927
|
-
# lambda: {
|
928
|
-
# name: "ActivityName", # required
|
929
|
-
# lambda_name: "LambdaName", # required
|
930
|
-
# batch_size: 1, # required
|
931
|
-
# next: "ActivityName",
|
932
|
-
# },
|
933
|
-
# datastore: {
|
934
|
-
# name: "ActivityName", # required
|
935
|
-
# datastore_name: "DatastoreName", # required
|
936
|
-
# },
|
937
|
-
# add_attributes: {
|
938
|
-
# name: "ActivityName", # required
|
939
|
-
# attributes: { # required
|
940
|
-
# "AttributeName" => "AttributeName",
|
941
|
-
# },
|
942
|
-
# next: "ActivityName",
|
943
|
-
# },
|
944
|
-
# remove_attributes: {
|
945
|
-
# name: "ActivityName", # required
|
946
|
-
# attributes: ["AttributeName"], # required
|
947
|
-
# next: "ActivityName",
|
948
|
-
# },
|
949
|
-
# select_attributes: {
|
950
|
-
# name: "ActivityName", # required
|
951
|
-
# attributes: ["AttributeName"], # required
|
952
|
-
# next: "ActivityName",
|
953
|
-
# },
|
954
|
-
# filter: {
|
955
|
-
# name: "ActivityName", # required
|
956
|
-
# filter: "FilterExpression", # required
|
957
|
-
# next: "ActivityName",
|
958
|
-
# },
|
959
|
-
# math: {
|
960
|
-
# name: "ActivityName", # required
|
961
|
-
# attribute: "AttributeName", # required
|
962
|
-
# math: "MathExpression", # required
|
963
|
-
# next: "ActivityName",
|
964
|
-
# },
|
965
|
-
# device_registry_enrich: {
|
966
|
-
# name: "ActivityName", # required
|
967
|
-
# attribute: "AttributeName", # required
|
968
|
-
# thing_name: "AttributeName", # required
|
969
|
-
# role_arn: "RoleArn", # required
|
970
|
-
# next: "ActivityName",
|
971
|
-
# },
|
972
|
-
# device_shadow_enrich: {
|
973
|
-
# name: "ActivityName", # required
|
974
|
-
# attribute: "AttributeName", # required
|
975
|
-
# thing_name: "AttributeName", # required
|
976
|
-
# role_arn: "RoleArn", # required
|
977
|
-
# next: "ActivityName",
|
978
|
-
# },
|
979
|
-
# },
|
980
|
-
# ],
|
981
|
-
# tags: [
|
982
|
-
# {
|
983
|
-
# key: "TagKey", # required
|
984
|
-
# value: "TagValue", # required
|
985
|
-
# },
|
986
|
-
# ],
|
987
|
-
# }
|
988
|
-
#
|
989
630
|
# @!attribute [rw] pipeline_name
|
990
631
|
# The name of the pipeline.
|
991
632
|
# @return [String]
|
@@ -1038,15 +679,6 @@ module Aws::IoTAnalytics
|
|
1038
679
|
# is ignored. You can't change the choice of S3 storage after the data
|
1039
680
|
# store is created.
|
1040
681
|
#
|
1041
|
-
# @note When making an API call, you may pass CustomerManagedChannelS3Storage
|
1042
|
-
# data as a hash:
|
1043
|
-
#
|
1044
|
-
# {
|
1045
|
-
# bucket: "BucketName", # required
|
1046
|
-
# key_prefix: "S3KeyPrefix",
|
1047
|
-
# role_arn: "RoleArn", # required
|
1048
|
-
# }
|
1049
|
-
#
|
1050
682
|
# @!attribute [rw] bucket
|
1051
683
|
# The name of the S3 bucket in which channel data is stored.
|
1052
684
|
# @return [String]
|
@@ -1101,15 +733,6 @@ module Aws::IoTAnalytics
|
|
1101
733
|
# `retentionPeriod` parameter is ignored. You can't change the choice
|
1102
734
|
# of Amazon S3 storage after your data store is created.
|
1103
735
|
#
|
1104
|
-
# @note When making an API call, you may pass CustomerManagedDatastoreS3Storage
|
1105
|
-
# data as a hash:
|
1106
|
-
#
|
1107
|
-
# {
|
1108
|
-
# bucket: "BucketName", # required
|
1109
|
-
# key_prefix: "S3KeyPrefix",
|
1110
|
-
# role_arn: "RoleArn", # required
|
1111
|
-
# }
|
1112
|
-
#
|
1113
736
|
# @!attribute [rw] bucket
|
1114
737
|
# The name of the Amazon S3 bucket where your data is stored.
|
1115
738
|
# @return [String]
|
@@ -1243,45 +866,6 @@ module Aws::IoTAnalytics
|
|
1243
866
|
# A `DatasetAction` object that specifies how dataset contents are
|
1244
867
|
# automatically created.
|
1245
868
|
#
|
1246
|
-
# @note When making an API call, you may pass DatasetAction
|
1247
|
-
# data as a hash:
|
1248
|
-
#
|
1249
|
-
# {
|
1250
|
-
# action_name: "DatasetActionName",
|
1251
|
-
# query_action: {
|
1252
|
-
# sql_query: "SqlQuery", # required
|
1253
|
-
# filters: [
|
1254
|
-
# {
|
1255
|
-
# delta_time: {
|
1256
|
-
# offset_seconds: 1, # required
|
1257
|
-
# time_expression: "TimeExpression", # required
|
1258
|
-
# },
|
1259
|
-
# },
|
1260
|
-
# ],
|
1261
|
-
# },
|
1262
|
-
# container_action: {
|
1263
|
-
# image: "Image", # required
|
1264
|
-
# execution_role_arn: "RoleArn", # required
|
1265
|
-
# resource_configuration: { # required
|
1266
|
-
# compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
|
1267
|
-
# volume_size_in_gb: 1, # required
|
1268
|
-
# },
|
1269
|
-
# variables: [
|
1270
|
-
# {
|
1271
|
-
# name: "VariableName", # required
|
1272
|
-
# string_value: "StringValue",
|
1273
|
-
# double_value: 1.0,
|
1274
|
-
# dataset_content_version_value: {
|
1275
|
-
# dataset_name: "DatasetName", # required
|
1276
|
-
# },
|
1277
|
-
# output_file_uri_value: {
|
1278
|
-
# file_name: "OutputFileName", # required
|
1279
|
-
# },
|
1280
|
-
# },
|
1281
|
-
# ],
|
1282
|
-
# },
|
1283
|
-
# }
|
1284
|
-
#
|
1285
869
|
# @!attribute [rw] action_name
|
1286
870
|
# The name of the dataset action by which dataset contents are
|
1287
871
|
# automatically created.
|
@@ -1328,25 +912,6 @@ module Aws::IoTAnalytics
|
|
1328
912
|
|
1329
913
|
# The destination to which dataset contents are delivered.
|
1330
914
|
#
|
1331
|
-
# @note When making an API call, you may pass DatasetContentDeliveryDestination
|
1332
|
-
# data as a hash:
|
1333
|
-
#
|
1334
|
-
# {
|
1335
|
-
# iot_events_destination_configuration: {
|
1336
|
-
# input_name: "IotEventsInputName", # required
|
1337
|
-
# role_arn: "RoleArn", # required
|
1338
|
-
# },
|
1339
|
-
# s3_destination_configuration: {
|
1340
|
-
# bucket: "BucketName", # required
|
1341
|
-
# key: "BucketKeyExpression", # required
|
1342
|
-
# glue_configuration: {
|
1343
|
-
# table_name: "GlueTableName", # required
|
1344
|
-
# database_name: "GlueDatabaseName", # required
|
1345
|
-
# },
|
1346
|
-
# role_arn: "RoleArn", # required
|
1347
|
-
# },
|
1348
|
-
# }
|
1349
|
-
#
|
1350
915
|
# @!attribute [rw] iot_events_destination_configuration
|
1351
916
|
# Configuration information for delivery of dataset contents to IoT
|
1352
917
|
# Events.
|
@@ -1367,28 +932,6 @@ module Aws::IoTAnalytics
|
|
1367
932
|
# When dataset contents are created, they are delivered to destination
|
1368
933
|
# specified here.
|
1369
934
|
#
|
1370
|
-
# @note When making an API call, you may pass DatasetContentDeliveryRule
|
1371
|
-
# data as a hash:
|
1372
|
-
#
|
1373
|
-
# {
|
1374
|
-
# entry_name: "EntryName",
|
1375
|
-
# destination: { # required
|
1376
|
-
# iot_events_destination_configuration: {
|
1377
|
-
# input_name: "IotEventsInputName", # required
|
1378
|
-
# role_arn: "RoleArn", # required
|
1379
|
-
# },
|
1380
|
-
# s3_destination_configuration: {
|
1381
|
-
# bucket: "BucketName", # required
|
1382
|
-
# key: "BucketKeyExpression", # required
|
1383
|
-
# glue_configuration: {
|
1384
|
-
# table_name: "GlueTableName", # required
|
1385
|
-
# database_name: "GlueDatabaseName", # required
|
1386
|
-
# },
|
1387
|
-
# role_arn: "RoleArn", # required
|
1388
|
-
# },
|
1389
|
-
# },
|
1390
|
-
# }
|
1391
|
-
#
|
1392
935
|
# @!attribute [rw] entry_name
|
1393
936
|
# The name of the dataset content delivery rules entry.
|
1394
937
|
# @return [String]
|
@@ -1460,13 +1003,6 @@ module Aws::IoTAnalytics
|
|
1460
1003
|
# The dataset whose latest contents are used as input to the notebook or
|
1461
1004
|
# application.
|
1462
1005
|
#
|
1463
|
-
# @note When making an API call, you may pass DatasetContentVersionValue
|
1464
|
-
# data as a hash:
|
1465
|
-
#
|
1466
|
-
# {
|
1467
|
-
# dataset_name: "DatasetName", # required
|
1468
|
-
# }
|
1469
|
-
#
|
1470
1006
|
# @!attribute [rw] dataset_name
|
1471
1007
|
# The name of the dataset whose latest contents are used as input to
|
1472
1008
|
# the notebook or application.
|
@@ -1538,18 +1074,6 @@ module Aws::IoTAnalytics
|
|
1538
1074
|
# The `DatasetTrigger` that specifies when the dataset is automatically
|
1539
1075
|
# updated.
|
1540
1076
|
#
|
1541
|
-
# @note When making an API call, you may pass DatasetTrigger
|
1542
|
-
# data as a hash:
|
1543
|
-
#
|
1544
|
-
# {
|
1545
|
-
# schedule: {
|
1546
|
-
# expression: "ScheduleExpression",
|
1547
|
-
# },
|
1548
|
-
# dataset: {
|
1549
|
-
# name: "DatasetName", # required
|
1550
|
-
# },
|
1551
|
-
# }
|
1552
|
-
#
|
1553
1077
|
# @!attribute [rw] schedule
|
1554
1078
|
# The Schedule when the trigger is initiated.
|
1555
1079
|
# @return [Types::Schedule]
|
@@ -1659,14 +1183,6 @@ module Aws::IoTAnalytics
|
|
1659
1183
|
# The datastore activity that specifies where to store the processed
|
1660
1184
|
# data.
|
1661
1185
|
#
|
1662
|
-
# @note When making an API call, you may pass DatastoreActivity
|
1663
|
-
# data as a hash:
|
1664
|
-
#
|
1665
|
-
# {
|
1666
|
-
# name: "ActivityName", # required
|
1667
|
-
# datastore_name: "DatastoreName", # required
|
1668
|
-
# }
|
1669
|
-
#
|
1670
1186
|
# @!attribute [rw] name
|
1671
1187
|
# The name of the datastore activity.
|
1672
1188
|
# @return [String]
|
@@ -1686,16 +1202,6 @@ module Aws::IoTAnalytics
|
|
1686
1202
|
# you manage. You can't change the choice of Amazon S3 storage after
|
1687
1203
|
# your data store is created.
|
1688
1204
|
#
|
1689
|
-
# @note When making an API call, you may pass DatastoreIotSiteWiseMultiLayerStorage
|
1690
|
-
# data as a hash:
|
1691
|
-
#
|
1692
|
-
# {
|
1693
|
-
# customer_managed_s3_storage: { # required
|
1694
|
-
# bucket: "BucketName", # required
|
1695
|
-
# key_prefix: "S3KeyPrefix",
|
1696
|
-
# },
|
1697
|
-
# }
|
1698
|
-
#
|
1699
1205
|
# @!attribute [rw] customer_managed_s3_storage
|
1700
1206
|
# Used to store data used by IoT SiteWise in an Amazon S3 bucket that
|
1701
1207
|
# you manage.
|
@@ -1724,19 +1230,6 @@ module Aws::IoTAnalytics
|
|
1724
1230
|
# A single dimension to partition a data store. The dimension must be an
|
1725
1231
|
# `AttributePartition` or a `TimestampPartition`.
|
1726
1232
|
#
|
1727
|
-
# @note When making an API call, you may pass DatastorePartition
|
1728
|
-
# data as a hash:
|
1729
|
-
#
|
1730
|
-
# {
|
1731
|
-
# attribute_partition: {
|
1732
|
-
# attribute_name: "PartitionAttributeName", # required
|
1733
|
-
# },
|
1734
|
-
# timestamp_partition: {
|
1735
|
-
# attribute_name: "PartitionAttributeName", # required
|
1736
|
-
# timestamp_format: "TimestampFormat",
|
1737
|
-
# },
|
1738
|
-
# }
|
1739
|
-
#
|
1740
1233
|
# @!attribute [rw] attribute_partition
|
1741
1234
|
# A partition dimension defined by an `attributeName`.
|
1742
1235
|
# @return [Types::Partition]
|
@@ -1754,23 +1247,6 @@ module Aws::IoTAnalytics
|
|
1754
1247
|
|
1755
1248
|
# Contains information about the partition dimensions in a data store.
|
1756
1249
|
#
|
1757
|
-
# @note When making an API call, you may pass DatastorePartitions
|
1758
|
-
# data as a hash:
|
1759
|
-
#
|
1760
|
-
# {
|
1761
|
-
# partitions: [
|
1762
|
-
# {
|
1763
|
-
# attribute_partition: {
|
1764
|
-
# attribute_name: "PartitionAttributeName", # required
|
1765
|
-
# },
|
1766
|
-
# timestamp_partition: {
|
1767
|
-
# attribute_name: "PartitionAttributeName", # required
|
1768
|
-
# timestamp_format: "TimestampFormat",
|
1769
|
-
# },
|
1770
|
-
# },
|
1771
|
-
# ],
|
1772
|
-
# }
|
1773
|
-
#
|
1774
1250
|
# @!attribute [rw] partitions
|
1775
1251
|
# A list of partition dimensions in a data store.
|
1776
1252
|
# @return [Array<Types::DatastorePartition>]
|
@@ -1799,25 +1275,6 @@ module Aws::IoTAnalytics
|
|
1799
1275
|
# `serviceManagedS3`. You can't change the choice of Amazon S3 storage
|
1800
1276
|
# after your data store is created.
|
1801
1277
|
#
|
1802
|
-
# @note When making an API call, you may pass DatastoreStorage
|
1803
|
-
# data as a hash:
|
1804
|
-
#
|
1805
|
-
# {
|
1806
|
-
# service_managed_s3: {
|
1807
|
-
# },
|
1808
|
-
# customer_managed_s3: {
|
1809
|
-
# bucket: "BucketName", # required
|
1810
|
-
# key_prefix: "S3KeyPrefix",
|
1811
|
-
# role_arn: "RoleArn", # required
|
1812
|
-
# },
|
1813
|
-
# iot_site_wise_multi_layer_storage: {
|
1814
|
-
# customer_managed_s3_storage: { # required
|
1815
|
-
# bucket: "BucketName", # required
|
1816
|
-
# key_prefix: "S3KeyPrefix",
|
1817
|
-
# },
|
1818
|
-
# },
|
1819
|
-
# }
|
1820
|
-
#
|
1821
1278
|
# @!attribute [rw] service_managed_s3
|
1822
1279
|
# Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
1823
1280
|
# You can't change the choice of Amazon S3 storage after your data
|
@@ -1921,13 +1378,6 @@ module Aws::IoTAnalytics
|
|
1921
1378
|
include Aws::Structure
|
1922
1379
|
end
|
1923
1380
|
|
1924
|
-
# @note When making an API call, you may pass DeleteChannelRequest
|
1925
|
-
# data as a hash:
|
1926
|
-
#
|
1927
|
-
# {
|
1928
|
-
# channel_name: "ChannelName", # required
|
1929
|
-
# }
|
1930
|
-
#
|
1931
1381
|
# @!attribute [rw] channel_name
|
1932
1382
|
# The name of the channel to delete.
|
1933
1383
|
# @return [String]
|
@@ -1938,14 +1388,6 @@ module Aws::IoTAnalytics
|
|
1938
1388
|
include Aws::Structure
|
1939
1389
|
end
|
1940
1390
|
|
1941
|
-
# @note When making an API call, you may pass DeleteDatasetContentRequest
|
1942
|
-
# data as a hash:
|
1943
|
-
#
|
1944
|
-
# {
|
1945
|
-
# dataset_name: "DatasetName", # required
|
1946
|
-
# version_id: "DatasetContentVersion",
|
1947
|
-
# }
|
1948
|
-
#
|
1949
1391
|
# @!attribute [rw] dataset_name
|
1950
1392
|
# The name of the dataset whose content is deleted.
|
1951
1393
|
# @return [String]
|
@@ -1964,13 +1406,6 @@ module Aws::IoTAnalytics
|
|
1964
1406
|
include Aws::Structure
|
1965
1407
|
end
|
1966
1408
|
|
1967
|
-
# @note When making an API call, you may pass DeleteDatasetRequest
|
1968
|
-
# data as a hash:
|
1969
|
-
#
|
1970
|
-
# {
|
1971
|
-
# dataset_name: "DatasetName", # required
|
1972
|
-
# }
|
1973
|
-
#
|
1974
1409
|
# @!attribute [rw] dataset_name
|
1975
1410
|
# The name of the dataset to delete.
|
1976
1411
|
# @return [String]
|
@@ -1981,13 +1416,6 @@ module Aws::IoTAnalytics
|
|
1981
1416
|
include Aws::Structure
|
1982
1417
|
end
|
1983
1418
|
|
1984
|
-
# @note When making an API call, you may pass DeleteDatastoreRequest
|
1985
|
-
# data as a hash:
|
1986
|
-
#
|
1987
|
-
# {
|
1988
|
-
# datastore_name: "DatastoreName", # required
|
1989
|
-
# }
|
1990
|
-
#
|
1991
1419
|
# @!attribute [rw] datastore_name
|
1992
1420
|
# The name of the data store to delete.
|
1993
1421
|
# @return [String]
|
@@ -1998,13 +1426,6 @@ module Aws::IoTAnalytics
|
|
1998
1426
|
include Aws::Structure
|
1999
1427
|
end
|
2000
1428
|
|
2001
|
-
# @note When making an API call, you may pass DeletePipelineRequest
|
2002
|
-
# data as a hash:
|
2003
|
-
#
|
2004
|
-
# {
|
2005
|
-
# pipeline_name: "PipelineName", # required
|
2006
|
-
# }
|
2007
|
-
#
|
2008
1429
|
# @!attribute [rw] pipeline_name
|
2009
1430
|
# The name of the pipeline to delete.
|
2010
1431
|
# @return [String]
|
@@ -2018,14 +1439,6 @@ module Aws::IoTAnalytics
|
|
2018
1439
|
# Used to limit data to that which has arrived since the last execution
|
2019
1440
|
# of the action.
|
2020
1441
|
#
|
2021
|
-
# @note When making an API call, you may pass DeltaTime
|
2022
|
-
# data as a hash:
|
2023
|
-
#
|
2024
|
-
# {
|
2025
|
-
# offset_seconds: 1, # required
|
2026
|
-
# time_expression: "TimeExpression", # required
|
2027
|
-
# }
|
2028
|
-
#
|
2029
1442
|
# @!attribute [rw] offset_seconds
|
2030
1443
|
# The number of seconds of estimated in-flight lag time of message
|
2031
1444
|
# data. When you create dataset contents using message data from a
|
@@ -2066,13 +1479,6 @@ module Aws::IoTAnalytics
|
|
2066
1479
|
# [1]: https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html
|
2067
1480
|
# [2]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/automate-create-dataset.html#automate-example6
|
2068
1481
|
#
|
2069
|
-
# @note When making an API call, you may pass DeltaTimeSessionWindowConfiguration
|
2070
|
-
# data as a hash:
|
2071
|
-
#
|
2072
|
-
# {
|
2073
|
-
# timeout_in_minutes: 1, # required
|
2074
|
-
# }
|
2075
|
-
#
|
2076
1482
|
# @!attribute [rw] timeout_in_minutes
|
2077
1483
|
# A time interval. You can use `timeoutInMinutes` so that IoT
|
2078
1484
|
# Analytics can batch up late data notifications that have been
|
@@ -2094,14 +1500,6 @@ module Aws::IoTAnalytics
|
|
2094
1500
|
include Aws::Structure
|
2095
1501
|
end
|
2096
1502
|
|
2097
|
-
# @note When making an API call, you may pass DescribeChannelRequest
|
2098
|
-
# data as a hash:
|
2099
|
-
#
|
2100
|
-
# {
|
2101
|
-
# channel_name: "ChannelName", # required
|
2102
|
-
# include_statistics: false,
|
2103
|
-
# }
|
2104
|
-
#
|
2105
1503
|
# @!attribute [rw] channel_name
|
2106
1504
|
# The name of the channel whose information is retrieved.
|
2107
1505
|
# @return [String]
|
@@ -2135,13 +1533,6 @@ module Aws::IoTAnalytics
|
|
2135
1533
|
include Aws::Structure
|
2136
1534
|
end
|
2137
1535
|
|
2138
|
-
# @note When making an API call, you may pass DescribeDatasetRequest
|
2139
|
-
# data as a hash:
|
2140
|
-
#
|
2141
|
-
# {
|
2142
|
-
# dataset_name: "DatasetName", # required
|
2143
|
-
# }
|
2144
|
-
#
|
2145
1536
|
# @!attribute [rw] dataset_name
|
2146
1537
|
# The name of the dataset whose information is retrieved.
|
2147
1538
|
# @return [String]
|
@@ -2162,14 +1553,6 @@ module Aws::IoTAnalytics
|
|
2162
1553
|
include Aws::Structure
|
2163
1554
|
end
|
2164
1555
|
|
2165
|
-
# @note When making an API call, you may pass DescribeDatastoreRequest
|
2166
|
-
# data as a hash:
|
2167
|
-
#
|
2168
|
-
# {
|
2169
|
-
# datastore_name: "DatastoreName", # required
|
2170
|
-
# include_statistics: false,
|
2171
|
-
# }
|
2172
|
-
#
|
2173
1556
|
# @!attribute [rw] datastore_name
|
2174
1557
|
# The name of the data store
|
2175
1558
|
# @return [String]
|
@@ -2217,13 +1600,6 @@ module Aws::IoTAnalytics
|
|
2217
1600
|
include Aws::Structure
|
2218
1601
|
end
|
2219
1602
|
|
2220
|
-
# @note When making an API call, you may pass DescribePipelineRequest
|
2221
|
-
# data as a hash:
|
2222
|
-
#
|
2223
|
-
# {
|
2224
|
-
# pipeline_name: "PipelineName", # required
|
2225
|
-
# }
|
2226
|
-
#
|
2227
1603
|
# @!attribute [rw] pipeline_name
|
2228
1604
|
# The name of the pipeline whose information is retrieved.
|
2229
1605
|
# @return [String]
|
@@ -2247,17 +1623,6 @@ module Aws::IoTAnalytics
|
|
2247
1623
|
# An activity that adds data from the IoT device registry to your
|
2248
1624
|
# message.
|
2249
1625
|
#
|
2250
|
-
# @note When making an API call, you may pass DeviceRegistryEnrichActivity
|
2251
|
-
# data as a hash:
|
2252
|
-
#
|
2253
|
-
# {
|
2254
|
-
# name: "ActivityName", # required
|
2255
|
-
# attribute: "AttributeName", # required
|
2256
|
-
# thing_name: "AttributeName", # required
|
2257
|
-
# role_arn: "RoleArn", # required
|
2258
|
-
# next: "ActivityName",
|
2259
|
-
# }
|
2260
|
-
#
|
2261
1626
|
# @!attribute [rw] name
|
2262
1627
|
# The name of the `deviceRegistryEnrich` activity.
|
2263
1628
|
# @return [String]
|
@@ -2293,17 +1658,6 @@ module Aws::IoTAnalytics
|
|
2293
1658
|
# An activity that adds information from the IoT Device Shadow service
|
2294
1659
|
# to a message.
|
2295
1660
|
#
|
2296
|
-
# @note When making an API call, you may pass DeviceShadowEnrichActivity
|
2297
|
-
# data as a hash:
|
2298
|
-
#
|
2299
|
-
# {
|
2300
|
-
# name: "ActivityName", # required
|
2301
|
-
# attribute: "AttributeName", # required
|
2302
|
-
# thing_name: "AttributeName", # required
|
2303
|
-
# role_arn: "RoleArn", # required
|
2304
|
-
# next: "ActivityName",
|
2305
|
-
# }
|
2306
|
-
#
|
2307
1661
|
# @!attribute [rw] name
|
2308
1662
|
# The name of the `deviceShadowEnrich` activity.
|
2309
1663
|
# @return [String]
|
@@ -2363,24 +1717,6 @@ module Aws::IoTAnalytics
|
|
2363
1717
|
#
|
2364
1718
|
# [1]: https://parquet.apache.org/
|
2365
1719
|
#
|
2366
|
-
# @note When making an API call, you may pass FileFormatConfiguration
|
2367
|
-
# data as a hash:
|
2368
|
-
#
|
2369
|
-
# {
|
2370
|
-
# json_configuration: {
|
2371
|
-
# },
|
2372
|
-
# parquet_configuration: {
|
2373
|
-
# schema_definition: {
|
2374
|
-
# columns: [
|
2375
|
-
# {
|
2376
|
-
# name: "ColumnName", # required
|
2377
|
-
# type: "ColumnDataType", # required
|
2378
|
-
# },
|
2379
|
-
# ],
|
2380
|
-
# },
|
2381
|
-
# },
|
2382
|
-
# }
|
2383
|
-
#
|
2384
1720
|
# @!attribute [rw] json_configuration
|
2385
1721
|
# Contains the configuration information of the JSON format.
|
2386
1722
|
# @return [Types::JsonConfiguration]
|
@@ -2398,15 +1734,6 @@ module Aws::IoTAnalytics
|
|
2398
1734
|
|
2399
1735
|
# An activity that filters a message based on its attributes.
|
2400
1736
|
#
|
2401
|
-
# @note When making an API call, you may pass FilterActivity
|
2402
|
-
# data as a hash:
|
2403
|
-
#
|
2404
|
-
# {
|
2405
|
-
# name: "ActivityName", # required
|
2406
|
-
# filter: "FilterExpression", # required
|
2407
|
-
# next: "ActivityName",
|
2408
|
-
# }
|
2409
|
-
#
|
2410
1737
|
# @!attribute [rw] name
|
2411
1738
|
# The name of the filter activity.
|
2412
1739
|
# @return [String]
|
@@ -2429,14 +1756,6 @@ module Aws::IoTAnalytics
|
|
2429
1756
|
include Aws::Structure
|
2430
1757
|
end
|
2431
1758
|
|
2432
|
-
# @note When making an API call, you may pass GetDatasetContentRequest
|
2433
|
-
# data as a hash:
|
2434
|
-
#
|
2435
|
-
# {
|
2436
|
-
# dataset_name: "DatasetName", # required
|
2437
|
-
# version_id: "DatasetContentVersion",
|
2438
|
-
# }
|
2439
|
-
#
|
2440
1759
|
# @!attribute [rw] dataset_name
|
2441
1760
|
# The name of the dataset whose contents are retrieved.
|
2442
1761
|
# @return [String]
|
@@ -2478,14 +1797,6 @@ module Aws::IoTAnalytics
|
|
2478
1797
|
# Configuration information for coordination with Glue, a fully managed
|
2479
1798
|
# extract, transform and load (ETL) service.
|
2480
1799
|
#
|
2481
|
-
# @note When making an API call, you may pass GlueConfiguration
|
2482
|
-
# data as a hash:
|
2483
|
-
#
|
2484
|
-
# {
|
2485
|
-
# table_name: "GlueTableName", # required
|
2486
|
-
# database_name: "GlueDatabaseName", # required
|
2487
|
-
# }
|
2488
|
-
#
|
2489
1800
|
# @!attribute [rw] table_name
|
2490
1801
|
# The name of the table in your Glue Data Catalog that is used to
|
2491
1802
|
# perform the ETL operations. An Glue Data Catalog table contains
|
@@ -2530,14 +1841,6 @@ module Aws::IoTAnalytics
|
|
2530
1841
|
# Configuration information for delivery of dataset contents to IoT
|
2531
1842
|
# Events.
|
2532
1843
|
#
|
2533
|
-
# @note When making an API call, you may pass IotEventsDestinationConfiguration
|
2534
|
-
# data as a hash:
|
2535
|
-
#
|
2536
|
-
# {
|
2537
|
-
# input_name: "IotEventsInputName", # required
|
2538
|
-
# role_arn: "RoleArn", # required
|
2539
|
-
# }
|
2540
|
-
#
|
2541
1844
|
# @!attribute [rw] input_name
|
2542
1845
|
# The name of the IoT Events input to which dataset contents are
|
2543
1846
|
# delivered.
|
@@ -2559,14 +1862,6 @@ module Aws::IoTAnalytics
|
|
2559
1862
|
# you manage. You can't change the choice of Amazon S3 storage after
|
2560
1863
|
# your data store is created.
|
2561
1864
|
#
|
2562
|
-
# @note When making an API call, you may pass IotSiteWiseCustomerManagedDatastoreS3Storage
|
2563
|
-
# data as a hash:
|
2564
|
-
#
|
2565
|
-
# {
|
2566
|
-
# bucket: "BucketName", # required
|
2567
|
-
# key_prefix: "S3KeyPrefix",
|
2568
|
-
# }
|
2569
|
-
#
|
2570
1865
|
# @!attribute [rw] bucket
|
2571
1866
|
# The name of the Amazon S3 bucket where your data is stored.
|
2572
1867
|
# @return [String]
|
@@ -2614,16 +1909,6 @@ module Aws::IoTAnalytics
|
|
2614
1909
|
|
2615
1910
|
# An activity that runs a Lambda function to modify the message.
|
2616
1911
|
#
|
2617
|
-
# @note When making an API call, you may pass LambdaActivity
|
2618
|
-
# data as a hash:
|
2619
|
-
#
|
2620
|
-
# {
|
2621
|
-
# name: "ActivityName", # required
|
2622
|
-
# lambda_name: "LambdaName", # required
|
2623
|
-
# batch_size: 1, # required
|
2624
|
-
# next: "ActivityName",
|
2625
|
-
# }
|
2626
|
-
#
|
2627
1912
|
# @!attribute [rw] name
|
2628
1913
|
# The name of the lambda activity.
|
2629
1914
|
# @return [String]
|
@@ -2656,18 +1941,6 @@ module Aws::IoTAnalytics
|
|
2656
1941
|
# A structure that contains the name and configuration information of a
|
2657
1942
|
# late data rule.
|
2658
1943
|
#
|
2659
|
-
# @note When making an API call, you may pass LateDataRule
|
2660
|
-
# data as a hash:
|
2661
|
-
#
|
2662
|
-
# {
|
2663
|
-
# rule_name: "LateDataRuleName",
|
2664
|
-
# rule_configuration: { # required
|
2665
|
-
# delta_time_session_window_configuration: {
|
2666
|
-
# timeout_in_minutes: 1, # required
|
2667
|
-
# },
|
2668
|
-
# },
|
2669
|
-
# }
|
2670
|
-
#
|
2671
1944
|
# @!attribute [rw] rule_name
|
2672
1945
|
# The name of the late data rule.
|
2673
1946
|
# @return [String]
|
@@ -2685,15 +1958,6 @@ module Aws::IoTAnalytics
|
|
2685
1958
|
|
2686
1959
|
# The information needed to configure a delta time session window.
|
2687
1960
|
#
|
2688
|
-
# @note When making an API call, you may pass LateDataRuleConfiguration
|
2689
|
-
# data as a hash:
|
2690
|
-
#
|
2691
|
-
# {
|
2692
|
-
# delta_time_session_window_configuration: {
|
2693
|
-
# timeout_in_minutes: 1, # required
|
2694
|
-
# },
|
2695
|
-
# }
|
2696
|
-
#
|
2697
1961
|
# @!attribute [rw] delta_time_session_window_configuration
|
2698
1962
|
# The information needed to configure a delta time session window.
|
2699
1963
|
# @return [Types::DeltaTimeSessionWindowConfiguration]
|
@@ -2715,14 +1979,6 @@ module Aws::IoTAnalytics
|
|
2715
1979
|
include Aws::Structure
|
2716
1980
|
end
|
2717
1981
|
|
2718
|
-
# @note When making an API call, you may pass ListChannelsRequest
|
2719
|
-
# data as a hash:
|
2720
|
-
#
|
2721
|
-
# {
|
2722
|
-
# next_token: "NextToken",
|
2723
|
-
# max_results: 1,
|
2724
|
-
# }
|
2725
|
-
#
|
2726
1982
|
# @!attribute [rw] next_token
|
2727
1983
|
# The token for the next set of results.
|
2728
1984
|
# @return [String]
|
@@ -2756,17 +2012,6 @@ module Aws::IoTAnalytics
|
|
2756
2012
|
include Aws::Structure
|
2757
2013
|
end
|
2758
2014
|
|
2759
|
-
# @note When making an API call, you may pass ListDatasetContentsRequest
|
2760
|
-
# data as a hash:
|
2761
|
-
#
|
2762
|
-
# {
|
2763
|
-
# dataset_name: "DatasetName", # required
|
2764
|
-
# next_token: "NextToken",
|
2765
|
-
# max_results: 1,
|
2766
|
-
# scheduled_on_or_after: Time.now,
|
2767
|
-
# scheduled_before: Time.now,
|
2768
|
-
# }
|
2769
|
-
#
|
2770
2015
|
# @!attribute [rw] dataset_name
|
2771
2016
|
# The name of the dataset whose contents information you want to list.
|
2772
2017
|
# @return [String]
|
@@ -2817,14 +2062,6 @@ module Aws::IoTAnalytics
|
|
2817
2062
|
include Aws::Structure
|
2818
2063
|
end
|
2819
2064
|
|
2820
|
-
# @note When making an API call, you may pass ListDatasetsRequest
|
2821
|
-
# data as a hash:
|
2822
|
-
#
|
2823
|
-
# {
|
2824
|
-
# next_token: "NextToken",
|
2825
|
-
# max_results: 1,
|
2826
|
-
# }
|
2827
|
-
#
|
2828
2065
|
# @!attribute [rw] next_token
|
2829
2066
|
# The token for the next set of results.
|
2830
2067
|
# @return [String]
|
@@ -2858,14 +2095,6 @@ module Aws::IoTAnalytics
|
|
2858
2095
|
include Aws::Structure
|
2859
2096
|
end
|
2860
2097
|
|
2861
|
-
# @note When making an API call, you may pass ListDatastoresRequest
|
2862
|
-
# data as a hash:
|
2863
|
-
#
|
2864
|
-
# {
|
2865
|
-
# next_token: "NextToken",
|
2866
|
-
# max_results: 1,
|
2867
|
-
# }
|
2868
|
-
#
|
2869
2098
|
# @!attribute [rw] next_token
|
2870
2099
|
# The token for the next set of results.
|
2871
2100
|
# @return [String]
|
@@ -2899,14 +2128,6 @@ module Aws::IoTAnalytics
|
|
2899
2128
|
include Aws::Structure
|
2900
2129
|
end
|
2901
2130
|
|
2902
|
-
# @note When making an API call, you may pass ListPipelinesRequest
|
2903
|
-
# data as a hash:
|
2904
|
-
#
|
2905
|
-
# {
|
2906
|
-
# next_token: "NextToken",
|
2907
|
-
# max_results: 1,
|
2908
|
-
# }
|
2909
|
-
#
|
2910
2131
|
# @!attribute [rw] next_token
|
2911
2132
|
# The token for the next set of results.
|
2912
2133
|
# @return [String]
|
@@ -2940,13 +2161,6 @@ module Aws::IoTAnalytics
|
|
2940
2161
|
include Aws::Structure
|
2941
2162
|
end
|
2942
2163
|
|
2943
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2944
|
-
# data as a hash:
|
2945
|
-
#
|
2946
|
-
# {
|
2947
|
-
# resource_arn: "ResourceArn", # required
|
2948
|
-
# }
|
2949
|
-
#
|
2950
2164
|
# @!attribute [rw] resource_arn
|
2951
2165
|
# The ARN of the resource whose tags you want to list.
|
2952
2166
|
# @return [String]
|
@@ -2969,15 +2183,6 @@ module Aws::IoTAnalytics
|
|
2969
2183
|
|
2970
2184
|
# Information about logging options.
|
2971
2185
|
#
|
2972
|
-
# @note When making an API call, you may pass LoggingOptions
|
2973
|
-
# data as a hash:
|
2974
|
-
#
|
2975
|
-
# {
|
2976
|
-
# role_arn: "RoleArn", # required
|
2977
|
-
# level: "ERROR", # required, accepts ERROR
|
2978
|
-
# enabled: false, # required
|
2979
|
-
# }
|
2980
|
-
#
|
2981
2186
|
# @!attribute [rw] role_arn
|
2982
2187
|
# The ARN of the role that grants permission to IoT Analytics to
|
2983
2188
|
# perform logging.
|
@@ -3002,16 +2207,6 @@ module Aws::IoTAnalytics
|
|
3002
2207
|
# An activity that computes an arithmetic expression using the
|
3003
2208
|
# message's attributes.
|
3004
2209
|
#
|
3005
|
-
# @note When making an API call, you may pass MathActivity
|
3006
|
-
# data as a hash:
|
3007
|
-
#
|
3008
|
-
# {
|
3009
|
-
# name: "ActivityName", # required
|
3010
|
-
# attribute: "AttributeName", # required
|
3011
|
-
# math: "MathExpression", # required
|
3012
|
-
# next: "ActivityName",
|
3013
|
-
# }
|
3014
|
-
#
|
3015
2210
|
# @!attribute [rw] name
|
3016
2211
|
# The name of the math activity.
|
3017
2212
|
# @return [String]
|
@@ -3041,14 +2236,6 @@ module Aws::IoTAnalytics
|
|
3041
2236
|
|
3042
2237
|
# Information about a message.
|
3043
2238
|
#
|
3044
|
-
# @note When making an API call, you may pass Message
|
3045
|
-
# data as a hash:
|
3046
|
-
#
|
3047
|
-
# {
|
3048
|
-
# message_id: "MessageId", # required
|
3049
|
-
# payload: "data", # required
|
3050
|
-
# }
|
3051
|
-
#
|
3052
2239
|
# @!attribute [rw] message_id
|
3053
2240
|
# The ID you want to assign to the message. Each `messageId` must be
|
3054
2241
|
# unique within each batch sent.
|
@@ -3070,13 +2257,6 @@ module Aws::IoTAnalytics
|
|
3070
2257
|
# The value of the variable as a structure that specifies an output file
|
3071
2258
|
# URI.
|
3072
2259
|
#
|
3073
|
-
# @note When making an API call, you may pass OutputFileUriValue
|
3074
|
-
# data as a hash:
|
3075
|
-
#
|
3076
|
-
# {
|
3077
|
-
# file_name: "OutputFileName", # required
|
3078
|
-
# }
|
3079
|
-
#
|
3080
2260
|
# @!attribute [rw] file_name
|
3081
2261
|
# The URI of the location where dataset contents are stored, usually
|
3082
2262
|
# the URI of a file in an S3 bucket.
|
@@ -3090,20 +2270,6 @@ module Aws::IoTAnalytics
|
|
3090
2270
|
|
3091
2271
|
# Contains the configuration information of the Parquet format.
|
3092
2272
|
#
|
3093
|
-
# @note When making an API call, you may pass ParquetConfiguration
|
3094
|
-
# data as a hash:
|
3095
|
-
#
|
3096
|
-
# {
|
3097
|
-
# schema_definition: {
|
3098
|
-
# columns: [
|
3099
|
-
# {
|
3100
|
-
# name: "ColumnName", # required
|
3101
|
-
# type: "ColumnDataType", # required
|
3102
|
-
# },
|
3103
|
-
# ],
|
3104
|
-
# },
|
3105
|
-
# }
|
3106
|
-
#
|
3107
2273
|
# @!attribute [rw] schema_definition
|
3108
2274
|
# Information needed to define a schema.
|
3109
2275
|
# @return [Types::SchemaDefinition]
|
@@ -3116,13 +2282,6 @@ module Aws::IoTAnalytics
|
|
3116
2282
|
|
3117
2283
|
# A partition dimension defined by an attribute.
|
3118
2284
|
#
|
3119
|
-
# @note When making an API call, you may pass Partition
|
3120
|
-
# data as a hash:
|
3121
|
-
#
|
3122
|
-
# {
|
3123
|
-
# attribute_name: "PartitionAttributeName", # required
|
3124
|
-
# }
|
3125
|
-
#
|
3126
2285
|
# @!attribute [rw] attribute_name
|
3127
2286
|
# The name of the attribute that defines a partition dimension.
|
3128
2287
|
# @return [String]
|
@@ -3172,69 +2331,6 @@ module Aws::IoTAnalytics
|
|
3172
2331
|
|
3173
2332
|
# An activity that performs a transformation on a message.
|
3174
2333
|
#
|
3175
|
-
# @note When making an API call, you may pass PipelineActivity
|
3176
|
-
# data as a hash:
|
3177
|
-
#
|
3178
|
-
# {
|
3179
|
-
# channel: {
|
3180
|
-
# name: "ActivityName", # required
|
3181
|
-
# channel_name: "ChannelName", # required
|
3182
|
-
# next: "ActivityName",
|
3183
|
-
# },
|
3184
|
-
# lambda: {
|
3185
|
-
# name: "ActivityName", # required
|
3186
|
-
# lambda_name: "LambdaName", # required
|
3187
|
-
# batch_size: 1, # required
|
3188
|
-
# next: "ActivityName",
|
3189
|
-
# },
|
3190
|
-
# datastore: {
|
3191
|
-
# name: "ActivityName", # required
|
3192
|
-
# datastore_name: "DatastoreName", # required
|
3193
|
-
# },
|
3194
|
-
# add_attributes: {
|
3195
|
-
# name: "ActivityName", # required
|
3196
|
-
# attributes: { # required
|
3197
|
-
# "AttributeName" => "AttributeName",
|
3198
|
-
# },
|
3199
|
-
# next: "ActivityName",
|
3200
|
-
# },
|
3201
|
-
# remove_attributes: {
|
3202
|
-
# name: "ActivityName", # required
|
3203
|
-
# attributes: ["AttributeName"], # required
|
3204
|
-
# next: "ActivityName",
|
3205
|
-
# },
|
3206
|
-
# select_attributes: {
|
3207
|
-
# name: "ActivityName", # required
|
3208
|
-
# attributes: ["AttributeName"], # required
|
3209
|
-
# next: "ActivityName",
|
3210
|
-
# },
|
3211
|
-
# filter: {
|
3212
|
-
# name: "ActivityName", # required
|
3213
|
-
# filter: "FilterExpression", # required
|
3214
|
-
# next: "ActivityName",
|
3215
|
-
# },
|
3216
|
-
# math: {
|
3217
|
-
# name: "ActivityName", # required
|
3218
|
-
# attribute: "AttributeName", # required
|
3219
|
-
# math: "MathExpression", # required
|
3220
|
-
# next: "ActivityName",
|
3221
|
-
# },
|
3222
|
-
# device_registry_enrich: {
|
3223
|
-
# name: "ActivityName", # required
|
3224
|
-
# attribute: "AttributeName", # required
|
3225
|
-
# thing_name: "AttributeName", # required
|
3226
|
-
# role_arn: "RoleArn", # required
|
3227
|
-
# next: "ActivityName",
|
3228
|
-
# },
|
3229
|
-
# device_shadow_enrich: {
|
3230
|
-
# name: "ActivityName", # required
|
3231
|
-
# attribute: "AttributeName", # required
|
3232
|
-
# thing_name: "AttributeName", # required
|
3233
|
-
# role_arn: "RoleArn", # required
|
3234
|
-
# next: "ActivityName",
|
3235
|
-
# },
|
3236
|
-
# }
|
3237
|
-
#
|
3238
2334
|
# @!attribute [rw] channel
|
3239
2335
|
# Determines the source of the messages to be processed.
|
3240
2336
|
# @return [Types::ChannelActivity]
|
@@ -3319,17 +2415,6 @@ module Aws::IoTAnalytics
|
|
3319
2415
|
include Aws::Structure
|
3320
2416
|
end
|
3321
2417
|
|
3322
|
-
# @note When making an API call, you may pass PutLoggingOptionsRequest
|
3323
|
-
# data as a hash:
|
3324
|
-
#
|
3325
|
-
# {
|
3326
|
-
# logging_options: { # required
|
3327
|
-
# role_arn: "RoleArn", # required
|
3328
|
-
# level: "ERROR", # required, accepts ERROR
|
3329
|
-
# enabled: false, # required
|
3330
|
-
# },
|
3331
|
-
# }
|
3332
|
-
#
|
3333
2418
|
# @!attribute [rw] logging_options
|
3334
2419
|
# The new values of the IoT Analytics logging options.
|
3335
2420
|
# @return [Types::LoggingOptions]
|
@@ -3343,16 +2428,6 @@ module Aws::IoTAnalytics
|
|
3343
2428
|
# Information that is used to filter message data, to segregate it
|
3344
2429
|
# according to the timeframe in which it arrives.
|
3345
2430
|
#
|
3346
|
-
# @note When making an API call, you may pass QueryFilter
|
3347
|
-
# data as a hash:
|
3348
|
-
#
|
3349
|
-
# {
|
3350
|
-
# delta_time: {
|
3351
|
-
# offset_seconds: 1, # required
|
3352
|
-
# time_expression: "TimeExpression", # required
|
3353
|
-
# },
|
3354
|
-
# }
|
3355
|
-
#
|
3356
2431
|
# @!attribute [rw] delta_time
|
3357
2432
|
# Used to limit data to that which has arrived since the last
|
3358
2433
|
# execution of the action.
|
@@ -3366,15 +2441,6 @@ module Aws::IoTAnalytics
|
|
3366
2441
|
|
3367
2442
|
# An activity that removes attributes from a message.
|
3368
2443
|
#
|
3369
|
-
# @note When making an API call, you may pass RemoveAttributesActivity
|
3370
|
-
# data as a hash:
|
3371
|
-
#
|
3372
|
-
# {
|
3373
|
-
# name: "ActivityName", # required
|
3374
|
-
# attributes: ["AttributeName"], # required
|
3375
|
-
# next: "ActivityName",
|
3376
|
-
# }
|
3377
|
-
#
|
3378
2444
|
# @!attribute [rw] name
|
3379
2445
|
# The name of the `removeAttributes` activity.
|
3380
2446
|
# @return [String]
|
@@ -3441,14 +2507,6 @@ module Aws::IoTAnalytics
|
|
3441
2507
|
# The configuration of the resource used to execute the
|
3442
2508
|
# `containerAction`.
|
3443
2509
|
#
|
3444
|
-
# @note When making an API call, you may pass ResourceConfiguration
|
3445
|
-
# data as a hash:
|
3446
|
-
#
|
3447
|
-
# {
|
3448
|
-
# compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
|
3449
|
-
# volume_size_in_gb: 1, # required
|
3450
|
-
# }
|
3451
|
-
#
|
3452
2510
|
# @!attribute [rw] compute_type
|
3453
2511
|
# The type of the compute resource used to execute the
|
3454
2512
|
# `containerAction`. Possible values are: `ACU_1` (vCPU=4, memory=16
|
@@ -3480,14 +2538,6 @@ module Aws::IoTAnalytics
|
|
3480
2538
|
|
3481
2539
|
# How long, in days, message data is kept.
|
3482
2540
|
#
|
3483
|
-
# @note When making an API call, you may pass RetentionPeriod
|
3484
|
-
# data as a hash:
|
3485
|
-
#
|
3486
|
-
# {
|
3487
|
-
# unlimited: false,
|
3488
|
-
# number_of_days: 1,
|
3489
|
-
# }
|
3490
|
-
#
|
3491
2541
|
# @!attribute [rw] unlimited
|
3492
2542
|
# If true, message data is kept indefinitely.
|
3493
2543
|
# @return [Boolean]
|
@@ -3504,72 +2554,6 @@ module Aws::IoTAnalytics
|
|
3504
2554
|
include Aws::Structure
|
3505
2555
|
end
|
3506
2556
|
|
3507
|
-
# @note When making an API call, you may pass RunPipelineActivityRequest
|
3508
|
-
# data as a hash:
|
3509
|
-
#
|
3510
|
-
# {
|
3511
|
-
# pipeline_activity: { # required
|
3512
|
-
# channel: {
|
3513
|
-
# name: "ActivityName", # required
|
3514
|
-
# channel_name: "ChannelName", # required
|
3515
|
-
# next: "ActivityName",
|
3516
|
-
# },
|
3517
|
-
# lambda: {
|
3518
|
-
# name: "ActivityName", # required
|
3519
|
-
# lambda_name: "LambdaName", # required
|
3520
|
-
# batch_size: 1, # required
|
3521
|
-
# next: "ActivityName",
|
3522
|
-
# },
|
3523
|
-
# datastore: {
|
3524
|
-
# name: "ActivityName", # required
|
3525
|
-
# datastore_name: "DatastoreName", # required
|
3526
|
-
# },
|
3527
|
-
# add_attributes: {
|
3528
|
-
# name: "ActivityName", # required
|
3529
|
-
# attributes: { # required
|
3530
|
-
# "AttributeName" => "AttributeName",
|
3531
|
-
# },
|
3532
|
-
# next: "ActivityName",
|
3533
|
-
# },
|
3534
|
-
# remove_attributes: {
|
3535
|
-
# name: "ActivityName", # required
|
3536
|
-
# attributes: ["AttributeName"], # required
|
3537
|
-
# next: "ActivityName",
|
3538
|
-
# },
|
3539
|
-
# select_attributes: {
|
3540
|
-
# name: "ActivityName", # required
|
3541
|
-
# attributes: ["AttributeName"], # required
|
3542
|
-
# next: "ActivityName",
|
3543
|
-
# },
|
3544
|
-
# filter: {
|
3545
|
-
# name: "ActivityName", # required
|
3546
|
-
# filter: "FilterExpression", # required
|
3547
|
-
# next: "ActivityName",
|
3548
|
-
# },
|
3549
|
-
# math: {
|
3550
|
-
# name: "ActivityName", # required
|
3551
|
-
# attribute: "AttributeName", # required
|
3552
|
-
# math: "MathExpression", # required
|
3553
|
-
# next: "ActivityName",
|
3554
|
-
# },
|
3555
|
-
# device_registry_enrich: {
|
3556
|
-
# name: "ActivityName", # required
|
3557
|
-
# attribute: "AttributeName", # required
|
3558
|
-
# thing_name: "AttributeName", # required
|
3559
|
-
# role_arn: "RoleArn", # required
|
3560
|
-
# next: "ActivityName",
|
3561
|
-
# },
|
3562
|
-
# device_shadow_enrich: {
|
3563
|
-
# name: "ActivityName", # required
|
3564
|
-
# attribute: "AttributeName", # required
|
3565
|
-
# thing_name: "AttributeName", # required
|
3566
|
-
# role_arn: "RoleArn", # required
|
3567
|
-
# next: "ActivityName",
|
3568
|
-
# },
|
3569
|
-
# },
|
3570
|
-
# payloads: ["data"], # required
|
3571
|
-
# }
|
3572
|
-
#
|
3573
2557
|
# @!attribute [rw] pipeline_activity
|
3574
2558
|
# The pipeline activity that is run. This must not be a channel
|
3575
2559
|
# activity or a data store activity because these activities are used
|
@@ -3611,19 +2595,6 @@ module Aws::IoTAnalytics
|
|
3611
2595
|
# Configuration information for delivery of dataset contents to Amazon
|
3612
2596
|
# Simple Storage Service (Amazon S3).
|
3613
2597
|
#
|
3614
|
-
# @note When making an API call, you may pass S3DestinationConfiguration
|
3615
|
-
# data as a hash:
|
3616
|
-
#
|
3617
|
-
# {
|
3618
|
-
# bucket: "BucketName", # required
|
3619
|
-
# key: "BucketKeyExpression", # required
|
3620
|
-
# glue_configuration: {
|
3621
|
-
# table_name: "GlueTableName", # required
|
3622
|
-
# database_name: "GlueDatabaseName", # required
|
3623
|
-
# },
|
3624
|
-
# role_arn: "RoleArn", # required
|
3625
|
-
# }
|
3626
|
-
#
|
3627
2598
|
# @!attribute [rw] bucket
|
3628
2599
|
# The name of the S3 bucket to which dataset contents are delivered.
|
3629
2600
|
# @return [String]
|
@@ -3675,16 +2646,6 @@ module Aws::IoTAnalytics
|
|
3675
2646
|
include Aws::Structure
|
3676
2647
|
end
|
3677
2648
|
|
3678
|
-
# @note When making an API call, you may pass SampleChannelDataRequest
|
3679
|
-
# data as a hash:
|
3680
|
-
#
|
3681
|
-
# {
|
3682
|
-
# channel_name: "ChannelName", # required
|
3683
|
-
# max_messages: 1,
|
3684
|
-
# start_time: Time.now,
|
3685
|
-
# end_time: Time.now,
|
3686
|
-
# }
|
3687
|
-
#
|
3688
2649
|
# @!attribute [rw] channel_name
|
3689
2650
|
# The name of the channel whose message samples are retrieved.
|
3690
2651
|
# @return [String]
|
@@ -3725,13 +2686,6 @@ module Aws::IoTAnalytics
|
|
3725
2686
|
|
3726
2687
|
# The schedule for when to trigger an update.
|
3727
2688
|
#
|
3728
|
-
# @note When making an API call, you may pass Schedule
|
3729
|
-
# data as a hash:
|
3730
|
-
#
|
3731
|
-
# {
|
3732
|
-
# expression: "ScheduleExpression",
|
3733
|
-
# }
|
3734
|
-
#
|
3735
2689
|
# @!attribute [rw] expression
|
3736
2690
|
# The expression that defines when to trigger an update. For more
|
3737
2691
|
# information, see [Schedule Expressions for Rules][1] in the *Amazon
|
@@ -3750,18 +2704,6 @@ module Aws::IoTAnalytics
|
|
3750
2704
|
|
3751
2705
|
# Information needed to define a schema.
|
3752
2706
|
#
|
3753
|
-
# @note When making an API call, you may pass SchemaDefinition
|
3754
|
-
# data as a hash:
|
3755
|
-
#
|
3756
|
-
# {
|
3757
|
-
# columns: [
|
3758
|
-
# {
|
3759
|
-
# name: "ColumnName", # required
|
3760
|
-
# type: "ColumnDataType", # required
|
3761
|
-
# },
|
3762
|
-
# ],
|
3763
|
-
# }
|
3764
|
-
#
|
3765
2707
|
# @!attribute [rw] columns
|
3766
2708
|
# Specifies one or more columns that store your data.
|
3767
2709
|
#
|
@@ -3778,15 +2720,6 @@ module Aws::IoTAnalytics
|
|
3778
2720
|
# Used to create a new message using only the specified attributes from
|
3779
2721
|
# the original message.
|
3780
2722
|
#
|
3781
|
-
# @note When making an API call, you may pass SelectAttributesActivity
|
3782
|
-
# data as a hash:
|
3783
|
-
#
|
3784
|
-
# {
|
3785
|
-
# name: "ActivityName", # required
|
3786
|
-
# attributes: ["AttributeName"], # required
|
3787
|
-
# next: "ActivityName",
|
3788
|
-
# }
|
3789
|
-
#
|
3790
2723
|
# @!attribute [rw] name
|
3791
2724
|
# The name of the `selectAttributes` activity.
|
3792
2725
|
# @return [String]
|
@@ -3845,21 +2778,6 @@ module Aws::IoTAnalytics
|
|
3845
2778
|
|
3846
2779
|
# The SQL query to modify the message.
|
3847
2780
|
#
|
3848
|
-
# @note When making an API call, you may pass SqlQueryDatasetAction
|
3849
|
-
# data as a hash:
|
3850
|
-
#
|
3851
|
-
# {
|
3852
|
-
# sql_query: "SqlQuery", # required
|
3853
|
-
# filters: [
|
3854
|
-
# {
|
3855
|
-
# delta_time: {
|
3856
|
-
# offset_seconds: 1, # required
|
3857
|
-
# time_expression: "TimeExpression", # required
|
3858
|
-
# },
|
3859
|
-
# },
|
3860
|
-
# ],
|
3861
|
-
# }
|
3862
|
-
#
|
3863
2781
|
# @!attribute [rw] sql_query
|
3864
2782
|
# A SQL query string.
|
3865
2783
|
# @return [String]
|
@@ -3875,18 +2793,6 @@ module Aws::IoTAnalytics
|
|
3875
2793
|
include Aws::Structure
|
3876
2794
|
end
|
3877
2795
|
|
3878
|
-
# @note When making an API call, you may pass StartPipelineReprocessingRequest
|
3879
|
-
# data as a hash:
|
3880
|
-
#
|
3881
|
-
# {
|
3882
|
-
# pipeline_name: "PipelineName", # required
|
3883
|
-
# start_time: Time.now,
|
3884
|
-
# end_time: Time.now,
|
3885
|
-
# channel_messages: {
|
3886
|
-
# s3_paths: ["S3PathChannelMessage"],
|
3887
|
-
# },
|
3888
|
-
# }
|
3889
|
-
#
|
3890
2796
|
# @!attribute [rw] pipeline_name
|
3891
2797
|
# The name of the pipeline on which to start reprocessing.
|
3892
2798
|
# @return [String]
|
@@ -3934,14 +2840,6 @@ module Aws::IoTAnalytics
|
|
3934
2840
|
|
3935
2841
|
# A set of key-value pairs that are used to manage the resource.
|
3936
2842
|
#
|
3937
|
-
# @note When making an API call, you may pass Tag
|
3938
|
-
# data as a hash:
|
3939
|
-
#
|
3940
|
-
# {
|
3941
|
-
# key: "TagKey", # required
|
3942
|
-
# value: "TagValue", # required
|
3943
|
-
# }
|
3944
|
-
#
|
3945
2843
|
# @!attribute [rw] key
|
3946
2844
|
# The tag's key.
|
3947
2845
|
# @return [String]
|
@@ -3957,19 +2855,6 @@ module Aws::IoTAnalytics
|
|
3957
2855
|
include Aws::Structure
|
3958
2856
|
end
|
3959
2857
|
|
3960
|
-
# @note When making an API call, you may pass TagResourceRequest
|
3961
|
-
# data as a hash:
|
3962
|
-
#
|
3963
|
-
# {
|
3964
|
-
# resource_arn: "ResourceArn", # required
|
3965
|
-
# tags: [ # required
|
3966
|
-
# {
|
3967
|
-
# key: "TagKey", # required
|
3968
|
-
# value: "TagValue", # required
|
3969
|
-
# },
|
3970
|
-
# ],
|
3971
|
-
# }
|
3972
|
-
#
|
3973
2858
|
# @!attribute [rw] resource_arn
|
3974
2859
|
# The ARN of the resource whose tags you want to modify.
|
3975
2860
|
# @return [String]
|
@@ -4000,14 +2885,6 @@ module Aws::IoTAnalytics
|
|
4000
2885
|
|
4001
2886
|
# A partition dimension defined by a timestamp attribute.
|
4002
2887
|
#
|
4003
|
-
# @note When making an API call, you may pass TimestampPartition
|
4004
|
-
# data as a hash:
|
4005
|
-
#
|
4006
|
-
# {
|
4007
|
-
# attribute_name: "PartitionAttributeName", # required
|
4008
|
-
# timestamp_format: "TimestampFormat",
|
4009
|
-
# }
|
4010
|
-
#
|
4011
2888
|
# @!attribute [rw] attribute_name
|
4012
2889
|
# The attribute name of the partition defined by a timestamp.
|
4013
2890
|
# @return [String]
|
@@ -4028,13 +2905,6 @@ module Aws::IoTAnalytics
|
|
4028
2905
|
# Information about the dataset whose content generation triggers the
|
4029
2906
|
# new dataset content generation.
|
4030
2907
|
#
|
4031
|
-
# @note When making an API call, you may pass TriggeringDataset
|
4032
|
-
# data as a hash:
|
4033
|
-
#
|
4034
|
-
# {
|
4035
|
-
# name: "DatasetName", # required
|
4036
|
-
# }
|
4037
|
-
#
|
4038
2908
|
# @!attribute [rw] name
|
4039
2909
|
# The name of the dataset whose content generation triggers the new
|
4040
2910
|
# dataset content generation.
|
@@ -4046,14 +2916,6 @@ module Aws::IoTAnalytics
|
|
4046
2916
|
include Aws::Structure
|
4047
2917
|
end
|
4048
2918
|
|
4049
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
4050
|
-
# data as a hash:
|
4051
|
-
#
|
4052
|
-
# {
|
4053
|
-
# resource_arn: "ResourceArn", # required
|
4054
|
-
# tag_keys: ["TagKey"], # required
|
4055
|
-
# }
|
4056
|
-
#
|
4057
2919
|
# @!attribute [rw] resource_arn
|
4058
2920
|
# The ARN of the resource whose tags you want to remove.
|
4059
2921
|
# @return [String]
|
@@ -4071,26 +2933,6 @@ module Aws::IoTAnalytics
|
|
4071
2933
|
|
4072
2934
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4073
2935
|
|
4074
|
-
# @note When making an API call, you may pass UpdateChannelRequest
|
4075
|
-
# data as a hash:
|
4076
|
-
#
|
4077
|
-
# {
|
4078
|
-
# channel_name: "ChannelName", # required
|
4079
|
-
# channel_storage: {
|
4080
|
-
# service_managed_s3: {
|
4081
|
-
# },
|
4082
|
-
# customer_managed_s3: {
|
4083
|
-
# bucket: "BucketName", # required
|
4084
|
-
# key_prefix: "S3KeyPrefix",
|
4085
|
-
# role_arn: "RoleArn", # required
|
4086
|
-
# },
|
4087
|
-
# },
|
4088
|
-
# retention_period: {
|
4089
|
-
# unlimited: false,
|
4090
|
-
# number_of_days: 1,
|
4091
|
-
# },
|
4092
|
-
# }
|
4093
|
-
#
|
4094
2936
|
# @!attribute [rw] channel_name
|
4095
2937
|
# The name of the channel to be updated.
|
4096
2938
|
# @return [String]
|
@@ -4116,98 +2958,6 @@ module Aws::IoTAnalytics
|
|
4116
2958
|
include Aws::Structure
|
4117
2959
|
end
|
4118
2960
|
|
4119
|
-
# @note When making an API call, you may pass UpdateDatasetRequest
|
4120
|
-
# data as a hash:
|
4121
|
-
#
|
4122
|
-
# {
|
4123
|
-
# dataset_name: "DatasetName", # required
|
4124
|
-
# actions: [ # required
|
4125
|
-
# {
|
4126
|
-
# action_name: "DatasetActionName",
|
4127
|
-
# query_action: {
|
4128
|
-
# sql_query: "SqlQuery", # required
|
4129
|
-
# filters: [
|
4130
|
-
# {
|
4131
|
-
# delta_time: {
|
4132
|
-
# offset_seconds: 1, # required
|
4133
|
-
# time_expression: "TimeExpression", # required
|
4134
|
-
# },
|
4135
|
-
# },
|
4136
|
-
# ],
|
4137
|
-
# },
|
4138
|
-
# container_action: {
|
4139
|
-
# image: "Image", # required
|
4140
|
-
# execution_role_arn: "RoleArn", # required
|
4141
|
-
# resource_configuration: { # required
|
4142
|
-
# compute_type: "ACU_1", # required, accepts ACU_1, ACU_2
|
4143
|
-
# volume_size_in_gb: 1, # required
|
4144
|
-
# },
|
4145
|
-
# variables: [
|
4146
|
-
# {
|
4147
|
-
# name: "VariableName", # required
|
4148
|
-
# string_value: "StringValue",
|
4149
|
-
# double_value: 1.0,
|
4150
|
-
# dataset_content_version_value: {
|
4151
|
-
# dataset_name: "DatasetName", # required
|
4152
|
-
# },
|
4153
|
-
# output_file_uri_value: {
|
4154
|
-
# file_name: "OutputFileName", # required
|
4155
|
-
# },
|
4156
|
-
# },
|
4157
|
-
# ],
|
4158
|
-
# },
|
4159
|
-
# },
|
4160
|
-
# ],
|
4161
|
-
# triggers: [
|
4162
|
-
# {
|
4163
|
-
# schedule: {
|
4164
|
-
# expression: "ScheduleExpression",
|
4165
|
-
# },
|
4166
|
-
# dataset: {
|
4167
|
-
# name: "DatasetName", # required
|
4168
|
-
# },
|
4169
|
-
# },
|
4170
|
-
# ],
|
4171
|
-
# content_delivery_rules: [
|
4172
|
-
# {
|
4173
|
-
# entry_name: "EntryName",
|
4174
|
-
# destination: { # required
|
4175
|
-
# iot_events_destination_configuration: {
|
4176
|
-
# input_name: "IotEventsInputName", # required
|
4177
|
-
# role_arn: "RoleArn", # required
|
4178
|
-
# },
|
4179
|
-
# s3_destination_configuration: {
|
4180
|
-
# bucket: "BucketName", # required
|
4181
|
-
# key: "BucketKeyExpression", # required
|
4182
|
-
# glue_configuration: {
|
4183
|
-
# table_name: "GlueTableName", # required
|
4184
|
-
# database_name: "GlueDatabaseName", # required
|
4185
|
-
# },
|
4186
|
-
# role_arn: "RoleArn", # required
|
4187
|
-
# },
|
4188
|
-
# },
|
4189
|
-
# },
|
4190
|
-
# ],
|
4191
|
-
# retention_period: {
|
4192
|
-
# unlimited: false,
|
4193
|
-
# number_of_days: 1,
|
4194
|
-
# },
|
4195
|
-
# versioning_configuration: {
|
4196
|
-
# unlimited: false,
|
4197
|
-
# max_versions: 1,
|
4198
|
-
# },
|
4199
|
-
# late_data_rules: [
|
4200
|
-
# {
|
4201
|
-
# rule_name: "LateDataRuleName",
|
4202
|
-
# rule_configuration: { # required
|
4203
|
-
# delta_time_session_window_configuration: {
|
4204
|
-
# timeout_in_minutes: 1, # required
|
4205
|
-
# },
|
4206
|
-
# },
|
4207
|
-
# },
|
4208
|
-
# ],
|
4209
|
-
# }
|
4210
|
-
#
|
4211
2961
|
# @!attribute [rw] dataset_name
|
4212
2962
|
# The name of the dataset to update.
|
4213
2963
|
# @return [String]
|
@@ -4265,46 +3015,6 @@ module Aws::IoTAnalytics
|
|
4265
3015
|
include Aws::Structure
|
4266
3016
|
end
|
4267
3017
|
|
4268
|
-
# @note When making an API call, you may pass UpdateDatastoreRequest
|
4269
|
-
# data as a hash:
|
4270
|
-
#
|
4271
|
-
# {
|
4272
|
-
# datastore_name: "DatastoreName", # required
|
4273
|
-
# retention_period: {
|
4274
|
-
# unlimited: false,
|
4275
|
-
# number_of_days: 1,
|
4276
|
-
# },
|
4277
|
-
# datastore_storage: {
|
4278
|
-
# service_managed_s3: {
|
4279
|
-
# },
|
4280
|
-
# customer_managed_s3: {
|
4281
|
-
# bucket: "BucketName", # required
|
4282
|
-
# key_prefix: "S3KeyPrefix",
|
4283
|
-
# role_arn: "RoleArn", # required
|
4284
|
-
# },
|
4285
|
-
# iot_site_wise_multi_layer_storage: {
|
4286
|
-
# customer_managed_s3_storage: { # required
|
4287
|
-
# bucket: "BucketName", # required
|
4288
|
-
# key_prefix: "S3KeyPrefix",
|
4289
|
-
# },
|
4290
|
-
# },
|
4291
|
-
# },
|
4292
|
-
# file_format_configuration: {
|
4293
|
-
# json_configuration: {
|
4294
|
-
# },
|
4295
|
-
# parquet_configuration: {
|
4296
|
-
# schema_definition: {
|
4297
|
-
# columns: [
|
4298
|
-
# {
|
4299
|
-
# name: "ColumnName", # required
|
4300
|
-
# type: "ColumnDataType", # required
|
4301
|
-
# },
|
4302
|
-
# ],
|
4303
|
-
# },
|
4304
|
-
# },
|
4305
|
-
# },
|
4306
|
-
# }
|
4307
|
-
#
|
4308
3018
|
# @!attribute [rw] datastore_name
|
4309
3019
|
# The name of the data store to be updated.
|
4310
3020
|
# @return [String]
|
@@ -4345,74 +3055,6 @@ module Aws::IoTAnalytics
|
|
4345
3055
|
include Aws::Structure
|
4346
3056
|
end
|
4347
3057
|
|
4348
|
-
# @note When making an API call, you may pass UpdatePipelineRequest
|
4349
|
-
# data as a hash:
|
4350
|
-
#
|
4351
|
-
# {
|
4352
|
-
# pipeline_name: "PipelineName", # required
|
4353
|
-
# pipeline_activities: [ # required
|
4354
|
-
# {
|
4355
|
-
# channel: {
|
4356
|
-
# name: "ActivityName", # required
|
4357
|
-
# channel_name: "ChannelName", # required
|
4358
|
-
# next: "ActivityName",
|
4359
|
-
# },
|
4360
|
-
# lambda: {
|
4361
|
-
# name: "ActivityName", # required
|
4362
|
-
# lambda_name: "LambdaName", # required
|
4363
|
-
# batch_size: 1, # required
|
4364
|
-
# next: "ActivityName",
|
4365
|
-
# },
|
4366
|
-
# datastore: {
|
4367
|
-
# name: "ActivityName", # required
|
4368
|
-
# datastore_name: "DatastoreName", # required
|
4369
|
-
# },
|
4370
|
-
# add_attributes: {
|
4371
|
-
# name: "ActivityName", # required
|
4372
|
-
# attributes: { # required
|
4373
|
-
# "AttributeName" => "AttributeName",
|
4374
|
-
# },
|
4375
|
-
# next: "ActivityName",
|
4376
|
-
# },
|
4377
|
-
# remove_attributes: {
|
4378
|
-
# name: "ActivityName", # required
|
4379
|
-
# attributes: ["AttributeName"], # required
|
4380
|
-
# next: "ActivityName",
|
4381
|
-
# },
|
4382
|
-
# select_attributes: {
|
4383
|
-
# name: "ActivityName", # required
|
4384
|
-
# attributes: ["AttributeName"], # required
|
4385
|
-
# next: "ActivityName",
|
4386
|
-
# },
|
4387
|
-
# filter: {
|
4388
|
-
# name: "ActivityName", # required
|
4389
|
-
# filter: "FilterExpression", # required
|
4390
|
-
# next: "ActivityName",
|
4391
|
-
# },
|
4392
|
-
# math: {
|
4393
|
-
# name: "ActivityName", # required
|
4394
|
-
# attribute: "AttributeName", # required
|
4395
|
-
# math: "MathExpression", # required
|
4396
|
-
# next: "ActivityName",
|
4397
|
-
# },
|
4398
|
-
# device_registry_enrich: {
|
4399
|
-
# name: "ActivityName", # required
|
4400
|
-
# attribute: "AttributeName", # required
|
4401
|
-
# thing_name: "AttributeName", # required
|
4402
|
-
# role_arn: "RoleArn", # required
|
4403
|
-
# next: "ActivityName",
|
4404
|
-
# },
|
4405
|
-
# device_shadow_enrich: {
|
4406
|
-
# name: "ActivityName", # required
|
4407
|
-
# attribute: "AttributeName", # required
|
4408
|
-
# thing_name: "AttributeName", # required
|
4409
|
-
# role_arn: "RoleArn", # required
|
4410
|
-
# next: "ActivityName",
|
4411
|
-
# },
|
4412
|
-
# },
|
4413
|
-
# ],
|
4414
|
-
# }
|
4415
|
-
#
|
4416
3058
|
# @!attribute [rw] pipeline_name
|
4417
3059
|
# The name of the pipeline to update.
|
4418
3060
|
# @return [String]
|
@@ -4444,21 +3086,6 @@ module Aws::IoTAnalytics
|
|
4444
3086
|
# execution. Each variable must have a name and a value given by one of
|
4445
3087
|
# `stringValue`, `datasetContentVersionValue`, or `outputFileUriValue`.
|
4446
3088
|
#
|
4447
|
-
# @note When making an API call, you may pass Variable
|
4448
|
-
# data as a hash:
|
4449
|
-
#
|
4450
|
-
# {
|
4451
|
-
# name: "VariableName", # required
|
4452
|
-
# string_value: "StringValue",
|
4453
|
-
# double_value: 1.0,
|
4454
|
-
# dataset_content_version_value: {
|
4455
|
-
# dataset_name: "DatasetName", # required
|
4456
|
-
# },
|
4457
|
-
# output_file_uri_value: {
|
4458
|
-
# file_name: "OutputFileName", # required
|
4459
|
-
# },
|
4460
|
-
# }
|
4461
|
-
#
|
4462
3089
|
# @!attribute [rw] name
|
4463
3090
|
# The name of the variable.
|
4464
3091
|
# @return [String]
|
@@ -4493,14 +3120,6 @@ module Aws::IoTAnalytics
|
|
4493
3120
|
|
4494
3121
|
# Information about the versioning of dataset contents.
|
4495
3122
|
#
|
4496
|
-
# @note When making an API call, you may pass VersioningConfiguration
|
4497
|
-
# data as a hash:
|
4498
|
-
#
|
4499
|
-
# {
|
4500
|
-
# unlimited: false,
|
4501
|
-
# max_versions: 1,
|
4502
|
-
# }
|
4503
|
-
#
|
4504
3123
|
# @!attribute [rw] unlimited
|
4505
3124
|
# If true, unlimited versions of dataset contents are kept.
|
4506
3125
|
# @return [Boolean]
|