aws-sdk-iotanalytics 1.39.0 → 1.43.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.
@@ -86,6 +86,8 @@ module Aws::IoTAnalytics
86
86
  Datastore = Shapes::StructureShape.new(name: 'Datastore')
87
87
  DatastoreActivity = Shapes::StructureShape.new(name: 'DatastoreActivity')
88
88
  DatastoreArn = Shapes::StringShape.new(name: 'DatastoreArn')
89
+ DatastoreIotSiteWiseMultiLayerStorage = Shapes::StructureShape.new(name: 'DatastoreIotSiteWiseMultiLayerStorage')
90
+ DatastoreIotSiteWiseMultiLayerStorageSummary = Shapes::StructureShape.new(name: 'DatastoreIotSiteWiseMultiLayerStorageSummary')
89
91
  DatastoreName = Shapes::StringShape.new(name: 'DatastoreName')
90
92
  DatastorePartition = Shapes::StructureShape.new(name: 'DatastorePartition')
91
93
  DatastorePartitions = Shapes::StructureShape.new(name: 'DatastorePartitions')
@@ -135,6 +137,8 @@ module Aws::IoTAnalytics
135
137
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
136
138
  IotEventsDestinationConfiguration = Shapes::StructureShape.new(name: 'IotEventsDestinationConfiguration')
137
139
  IotEventsInputName = Shapes::StringShape.new(name: 'IotEventsInputName')
140
+ IotSiteWiseCustomerManagedDatastoreS3Storage = Shapes::StructureShape.new(name: 'IotSiteWiseCustomerManagedDatastoreS3Storage')
141
+ IotSiteWiseCustomerManagedDatastoreS3StorageSummary = Shapes::StructureShape.new(name: 'IotSiteWiseCustomerManagedDatastoreS3StorageSummary')
138
142
  JsonConfiguration = Shapes::StructureShape.new(name: 'JsonConfiguration')
139
143
  LambdaActivity = Shapes::StructureShape.new(name: 'LambdaActivity')
140
144
  LambdaName = Shapes::StringShape.new(name: 'LambdaName')
@@ -502,6 +506,12 @@ module Aws::IoTAnalytics
502
506
  DatastoreActivity.add_member(:datastore_name, Shapes::ShapeRef.new(shape: DatastoreName, required: true, location_name: "datastoreName"))
503
507
  DatastoreActivity.struct_class = Types::DatastoreActivity
504
508
 
509
+ DatastoreIotSiteWiseMultiLayerStorage.add_member(:customer_managed_s3_storage, Shapes::ShapeRef.new(shape: IotSiteWiseCustomerManagedDatastoreS3Storage, required: true, location_name: "customerManagedS3Storage"))
510
+ DatastoreIotSiteWiseMultiLayerStorage.struct_class = Types::DatastoreIotSiteWiseMultiLayerStorage
511
+
512
+ DatastoreIotSiteWiseMultiLayerStorageSummary.add_member(:customer_managed_s3_storage, Shapes::ShapeRef.new(shape: IotSiteWiseCustomerManagedDatastoreS3StorageSummary, location_name: "customerManagedS3Storage"))
513
+ DatastoreIotSiteWiseMultiLayerStorageSummary.struct_class = Types::DatastoreIotSiteWiseMultiLayerStorageSummary
514
+
505
515
  DatastorePartition.add_member(:attribute_partition, Shapes::ShapeRef.new(shape: Partition, location_name: "attributePartition"))
506
516
  DatastorePartition.add_member(:timestamp_partition, Shapes::ShapeRef.new(shape: TimestampPartition, location_name: "timestampPartition"))
507
517
  DatastorePartition.struct_class = Types::DatastorePartition
@@ -514,10 +524,12 @@ module Aws::IoTAnalytics
514
524
 
515
525
  DatastoreStorage.add_member(:service_managed_s3, Shapes::ShapeRef.new(shape: ServiceManagedDatastoreS3Storage, location_name: "serviceManagedS3"))
516
526
  DatastoreStorage.add_member(:customer_managed_s3, Shapes::ShapeRef.new(shape: CustomerManagedDatastoreS3Storage, location_name: "customerManagedS3"))
527
+ DatastoreStorage.add_member(:iot_site_wise_multi_layer_storage, Shapes::ShapeRef.new(shape: DatastoreIotSiteWiseMultiLayerStorage, location_name: "iotSiteWiseMultiLayerStorage"))
517
528
  DatastoreStorage.struct_class = Types::DatastoreStorage
518
529
 
519
530
  DatastoreStorageSummary.add_member(:service_managed_s3, Shapes::ShapeRef.new(shape: ServiceManagedDatastoreS3StorageSummary, location_name: "serviceManagedS3"))
520
531
  DatastoreStorageSummary.add_member(:customer_managed_s3, Shapes::ShapeRef.new(shape: CustomerManagedDatastoreS3StorageSummary, location_name: "customerManagedS3"))
532
+ DatastoreStorageSummary.add_member(:iot_site_wise_multi_layer_storage, Shapes::ShapeRef.new(shape: DatastoreIotSiteWiseMultiLayerStorageSummary, location_name: "iotSiteWiseMultiLayerStorage"))
521
533
  DatastoreStorageSummary.struct_class = Types::DatastoreStorageSummary
522
534
 
523
535
  DatastoreSummaries.member = Shapes::ShapeRef.new(shape: DatastoreSummary)
@@ -638,6 +650,14 @@ module Aws::IoTAnalytics
638
650
  IotEventsDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
639
651
  IotEventsDestinationConfiguration.struct_class = Types::IotEventsDestinationConfiguration
640
652
 
653
+ IotSiteWiseCustomerManagedDatastoreS3Storage.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucket"))
654
+ IotSiteWiseCustomerManagedDatastoreS3Storage.add_member(:key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "keyPrefix"))
655
+ IotSiteWiseCustomerManagedDatastoreS3Storage.struct_class = Types::IotSiteWiseCustomerManagedDatastoreS3Storage
656
+
657
+ IotSiteWiseCustomerManagedDatastoreS3StorageSummary.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucket"))
658
+ IotSiteWiseCustomerManagedDatastoreS3StorageSummary.add_member(:key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "keyPrefix"))
659
+ IotSiteWiseCustomerManagedDatastoreS3StorageSummary.struct_class = Types::IotSiteWiseCustomerManagedDatastoreS3StorageSummary
660
+
641
661
  JsonConfiguration.struct_class = Types::JsonConfiguration
642
662
 
643
663
  LambdaActivity.add_member(:name, Shapes::ShapeRef.new(shape: ActivityName, required: true, location_name: "name"))
@@ -94,7 +94,7 @@ module Aws::IoTAnalytics
94
94
  # The list of messages to be sent. Each message has the format: \\\{
95
95
  # "messageId": "string", "payload": "string"\\}.
96
96
  #
97
- # The field names of message payloads (data) that you send to AWS IoT
97
+ # The field names of message payloads (data) that you send to IoT
98
98
  # Analytics:
99
99
  #
100
100
  # * Must contain only alphanumeric characters and undescores (\_). No
@@ -171,7 +171,7 @@ module Aws::IoTAnalytics
171
171
  # @!attribute [rw] storage
172
172
  # Where channel data is stored. You can choose one of
173
173
  # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
174
- # the default is `serviceManagedS3`. You cannot change this storage
174
+ # the default is `serviceManagedS3`. You can't change this storage
175
175
  # option after the channel is created.
176
176
  # @return [Types::ChannelStorage]
177
177
  #
@@ -198,7 +198,7 @@ module Aws::IoTAnalytics
198
198
  # @!attribute [rw] last_message_arrival_time
199
199
  # The last time when a new message arrived in the channel.
200
200
  #
201
- # AWS IoT Analytics updates this value at most once per minute for one
201
+ # IoT Analytics updates this value at most once per minute for one
202
202
  # channel. Hence, the `lastMessageArrivalTime` value is an
203
203
  # approximation.
204
204
  #
@@ -288,10 +288,10 @@ module Aws::IoTAnalytics
288
288
  include Aws::Structure
289
289
  end
290
290
 
291
- # Where channel data is stored. You may choose one of `serviceManagedS3`
292
- # or `customerManagedS3` storage. If not specified, the default is
293
- # `serviceManagedS3`. This cannot be changed after creation of the
294
- # channel.
291
+ # Where channel data is stored. You may choose one of
292
+ # `serviceManagedS3`, `customerManagedS3` storage. If not specified, the
293
+ # default is `serviceManagedS3`. This can't be changed after creation
294
+ # of the channel.
295
295
  #
296
296
  # @note When making an API call, you may pass ChannelStorage
297
297
  # data as a hash:
@@ -307,17 +307,16 @@ module Aws::IoTAnalytics
307
307
  # }
308
308
  #
309
309
  # @!attribute [rw] service_managed_s3
310
- # Use this to store channel data in an S3 bucket managed by AWS IoT
311
- # Analytics. You cannot change the choice of service-managed or
312
- # customer-managed S3 storage after the channel is created.
310
+ # Used to store channel data in an S3 bucket managed by IoT Analytics.
311
+ # You can't change the choice of S3 storage after the data store is
312
+ # created.
313
313
  # @return [Types::ServiceManagedChannelS3Storage]
314
314
  #
315
315
  # @!attribute [rw] customer_managed_s3
316
- # Use this to store channel data in an S3 bucket that you manage. If
316
+ # Used to store channel data in an S3 bucket that you manage. If
317
317
  # customer managed storage is selected, the `retentionPeriod`
318
- # parameter is ignored. You cannot change the choice of
319
- # service-managed or customer-managed S3 storage after the channel is
320
- # created.
318
+ # parameter is ignored. You can't change the choice of S3 storage
319
+ # after the data store is created.
321
320
  # @return [Types::CustomerManagedChannelS3Storage]
322
321
  #
323
322
  class ChannelStorage < Struct.new(
@@ -330,8 +329,7 @@ module Aws::IoTAnalytics
330
329
  # Where channel data is stored.
331
330
  #
332
331
  # @!attribute [rw] service_managed_s3
333
- # Used to store channel data in an S3 bucket managed by AWS IoT
334
- # Analytics.
332
+ # Used to store channel data in an S3 bucket managed by IoT Analytics.
335
333
  # @return [Types::ServiceManagedChannelS3StorageSummary]
336
334
  #
337
335
  # @!attribute [rw] customer_managed_s3
@@ -370,7 +368,7 @@ module Aws::IoTAnalytics
370
368
  # @!attribute [rw] last_message_arrival_time
371
369
  # The last time when a new message arrived in the channel.
372
370
  #
373
- # AWS IoT Analytics updates this value at most once per minute for one
371
+ # IoT Analytics updates this value at most once per minute for one
374
372
  # channel. Hence, the `lastMessageArrivalTime` value is an
375
373
  # approximation.
376
374
  #
@@ -405,7 +403,7 @@ module Aws::IoTAnalytics
405
403
  #
406
404
  # @!attribute [rw] type
407
405
  # The type of data. For more information about the supported data
408
- # types, see [Common data types][1] in the *AWS Glue Developer Guide*.
406
+ # types, see [Common data types][1] in the *Glue Developer Guide*.
409
407
  #
410
408
  #
411
409
  #
@@ -514,7 +512,7 @@ module Aws::IoTAnalytics
514
512
  # @!attribute [rw] channel_storage
515
513
  # Where channel data is stored. You can choose one of
516
514
  # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
517
- # the default is `serviceManagedS3`. You cannot change this storage
515
+ # the default is `serviceManagedS3`. You can't change this storage
518
516
  # option after the channel is created.
519
517
  # @return [Types::ChannelStorage]
520
518
  #
@@ -693,16 +691,16 @@ module Aws::IoTAnalytics
693
691
  # }
694
692
  #
695
693
  # @!attribute [rw] dataset_name
696
- # The name of the data set.
694
+ # The name of the dataset.
697
695
  # @return [String]
698
696
  #
699
697
  # @!attribute [rw] actions
700
- # A list of actions that create the data set contents.
698
+ # A list of actions that create the dataset contents.
701
699
  # @return [Array<Types::DatasetAction>]
702
700
  #
703
701
  # @!attribute [rw] triggers
704
- # A list of triggers. A trigger causes data set contents to be
705
- # populated at a specified time interval or when another data set's
702
+ # A list of triggers. A trigger causes dataset contents to be
703
+ # populated at a specified time interval or when another dataset's
706
704
  # contents are created. The list of triggers can be empty or contain
707
705
  # up to five `DataSetTrigger` objects.
708
706
  # @return [Array<Types::DatasetTrigger>]
@@ -717,9 +715,9 @@ module Aws::IoTAnalytics
717
715
  # for the dataset. If not specified or set to `null`, versions of
718
716
  # dataset contents are retained for at most 90 days. The number of
719
717
  # versions of dataset contents retained is determined by the
720
- # `versioningConfiguration` parameter. For more information, see
721
- # [Keeping Multiple Versions of AWS IoT Analytics Data Sets][1] in the
722
- # *AWS IoT Analytics User Guide*.
718
+ # `versioningConfiguration` parameter. For more information, see [
719
+ # Keeping Multiple Versions of IoT Analytics datasets][1] in the *IoT
720
+ # Analytics User Guide*.
723
721
  #
724
722
  #
725
723
  #
@@ -731,8 +729,8 @@ module Aws::IoTAnalytics
731
729
  # specified or set to null, only the latest version plus the latest
732
730
  # succeeded version (if they are different) are kept for the time
733
731
  # period specified by the `retentionPeriod` parameter. For more
734
- # information, see [Keeping Multiple Versions of AWS IoT Analytics
735
- # Data Sets][1] in the *AWS IoT Analytics User Guide*.
732
+ # information, see [Keeping Multiple Versions of IoT Analytics
733
+ # datasets][1] in the *IoT Analytics User Guide*.
736
734
  #
737
735
  #
738
736
  #
@@ -740,13 +738,13 @@ module Aws::IoTAnalytics
740
738
  # @return [Types::VersioningConfiguration]
741
739
  #
742
740
  # @!attribute [rw] tags
743
- # Metadata which can be used to manage the data set.
741
+ # Metadata which can be used to manage the dataset.
744
742
  # @return [Array<Types::Tag>]
745
743
  #
746
744
  # @!attribute [rw] late_data_rules
747
- # A list of data rules that send notifications to Amazon CloudWatch,
748
- # when data arrives late. To specify `lateDataRules`, the dataset must
749
- # use a [DeltaTimer][1] filter.
745
+ # A list of data rules that send notifications to CloudWatch, when
746
+ # data arrives late. To specify `lateDataRules`, the dataset must use
747
+ # a [DeltaTimer][1] filter.
750
748
  #
751
749
  #
752
750
  #
@@ -799,6 +797,12 @@ module Aws::IoTAnalytics
799
797
  # key_prefix: "S3KeyPrefix",
800
798
  # role_arn: "RoleArn", # required
801
799
  # },
800
+ # iot_site_wise_multi_layer_storage: {
801
+ # customer_managed_s3_storage: { # required
802
+ # bucket: "BucketName", # required
803
+ # key_prefix: "S3KeyPrefix",
804
+ # },
805
+ # },
802
806
  # },
803
807
  # retention_period: {
804
808
  # unlimited: false,
@@ -844,10 +848,11 @@ module Aws::IoTAnalytics
844
848
  # @return [String]
845
849
  #
846
850
  # @!attribute [rw] datastore_storage
847
- # Where data store data is stored. You can choose one of
848
- # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
849
- # the default is `serviceManagedS3`. You cannot change this storage
850
- # option after the data store is created.
851
+ # Where data in a data store is stored.. You can choose
852
+ # `serviceManagedS3` storage, `customerManagedS3` storage, or
853
+ # `iotSiteWiseMultiLayerStorage` storage. The default is
854
+ # `serviceManagedS3`. You can't change the choice of Amazon S3
855
+ # storage after your data store is created.
851
856
  # @return [Types::DatastoreStorage]
852
857
  #
853
858
  # @!attribute [rw] retention_period
@@ -860,7 +865,7 @@ module Aws::IoTAnalytics
860
865
  # @return [Array<Types::Tag>]
861
866
  #
862
867
  # @!attribute [rw] file_format_configuration
863
- # Contains the configuration information of file formats. AWS IoT
868
+ # Contains the configuration information of file formats. IoT
864
869
  # Analytics data stores support JSON and [Parquet][1].
865
870
  #
866
871
  # The default file format is JSON. You can specify only one format.
@@ -873,7 +878,7 @@ module Aws::IoTAnalytics
873
878
  # @return [Types::FileFormatConfiguration]
874
879
  #
875
880
  # @!attribute [rw] datastore_partitions
876
- # Contains information about the partitions in a data store.
881
+ # Contains information about the partition dimensions in a data store.
877
882
  # @return [Types::DatastorePartitions]
878
883
  #
879
884
  class CreateDatastoreRequest < Struct.new(
@@ -989,7 +994,7 @@ module Aws::IoTAnalytics
989
994
  # A list of `PipelineActivity` objects. Activities perform
990
995
  # transformations on your messages, such as removing, renaming or
991
996
  # adding message attributes; filtering messages based on attribute
992
- # values; invoking your Lambda functions on messages for advanced
997
+ # values; invoking your Lambda unctions on messages for advanced
993
998
  # processing; or performing mathematical transformations to normalize
994
999
  # device data.
995
1000
  #
@@ -1028,10 +1033,10 @@ module Aws::IoTAnalytics
1028
1033
  include Aws::Structure
1029
1034
  end
1030
1035
 
1031
- # Use this to store channel data in an S3 bucket that you manage. If
1032
- # customer managed storage is selected, the `retentionPeriod` parameter
1033
- # is ignored. You cannot change the choice of service-managed or
1034
- # customer-managed S3 storage after the channel is created.
1036
+ # Used to store channel data in an S3 bucket that you manage. If
1037
+ # customer-managed storage is selected, the `retentionPeriod` parameter
1038
+ # is ignored. You can't change the choice of S3 storage after the data
1039
+ # store is created.
1035
1040
  #
1036
1041
  # @note When making an API call, you may pass CustomerManagedChannelS3Storage
1037
1042
  # data as a hash:
@@ -1047,15 +1052,15 @@ module Aws::IoTAnalytics
1047
1052
  # @return [String]
1048
1053
  #
1049
1054
  # @!attribute [rw] key_prefix
1050
- # Optional. The prefix used to create the keys of the channel data
1055
+ # (Optional) The prefix used to create the keys of the channel data
1051
1056
  # objects. Each object in an S3 bucket has a key that is its unique
1052
1057
  # identifier in the bucket. Each object in a bucket has exactly one
1053
1058
  # key. The prefix must end with a forward slash (/).
1054
1059
  # @return [String]
1055
1060
  #
1056
1061
  # @!attribute [rw] role_arn
1057
- # The ARN of the role that grants AWS IoT Analytics permission to
1058
- # interact with your Amazon S3 resources.
1062
+ # The ARN of the role that grants IoT Analytics permission to interact
1063
+ # with your Amazon S3 resources.
1059
1064
  # @return [String]
1060
1065
  #
1061
1066
  class CustomerManagedChannelS3Storage < Struct.new(
@@ -1073,15 +1078,15 @@ module Aws::IoTAnalytics
1073
1078
  # @return [String]
1074
1079
  #
1075
1080
  # @!attribute [rw] key_prefix
1076
- # Optional. The prefix used to create the keys of the channel data
1081
+ # (Optional) The prefix used to create the keys of the channel data
1077
1082
  # objects. Each object in an S3 bucket has a key that is its unique
1078
1083
  # identifier within the bucket (each object in a bucket has exactly
1079
1084
  # one key). The prefix must end with a forward slash (/).
1080
1085
  # @return [String]
1081
1086
  #
1082
1087
  # @!attribute [rw] role_arn
1083
- # The ARN of the role that grants AWS IoT Analytics permission to
1084
- # interact with your Amazon S3 resources.
1088
+ # The ARN of the role that grants IoT Analytics permission to interact
1089
+ # with your Amazon S3 resources.
1085
1090
  # @return [String]
1086
1091
  #
1087
1092
  class CustomerManagedChannelS3StorageSummary < Struct.new(
@@ -1092,10 +1097,9 @@ module Aws::IoTAnalytics
1092
1097
  include Aws::Structure
1093
1098
  end
1094
1099
 
1095
- # Use this to store data store data in an S3 bucket that you manage.
1096
- # When customer-managed storage is selected, the `retentionPeriod`
1097
- # parameter is ignored. You cannot change the choice of service-managed
1098
- # or customer-managed S3 storage after the data store is created.
1100
+ # S3-customer-managed; When you choose customer-managed storage, the
1101
+ # `retentionPeriod` parameter is ignored. You can't change the choice
1102
+ # of Amazon S3 storage after your data store is created.
1099
1103
  #
1100
1104
  # @note When making an API call, you may pass CustomerManagedDatastoreS3Storage
1101
1105
  # data as a hash:
@@ -1107,19 +1111,19 @@ module Aws::IoTAnalytics
1107
1111
  # }
1108
1112
  #
1109
1113
  # @!attribute [rw] bucket
1110
- # The name of the S3 bucket in which data store data is stored.
1114
+ # The name of the Amazon S3 bucket where your data is stored.
1111
1115
  # @return [String]
1112
1116
  #
1113
1117
  # @!attribute [rw] key_prefix
1114
- # Optional. The prefix used to create the keys of the data store data
1115
- # objects. Each object in an S3 bucket has a key that is its unique
1116
- # identifier in the bucket. Each object in a bucket has exactly one
1117
- # key. The prefix must end with a forward slash (/).
1118
+ # (Optional) The prefix used to create the keys of the data store data
1119
+ # objects. Each object in an Amazon S3 bucket has a key that is its
1120
+ # unique identifier in the bucket. Each object in a bucket has exactly
1121
+ # one key. The prefix must end with a forward slash (/).
1118
1122
  # @return [String]
1119
1123
  #
1120
1124
  # @!attribute [rw] role_arn
1121
- # The ARN of the role that grants AWS IoT Analytics permission to
1122
- # interact with your Amazon S3 resources.
1125
+ # The ARN of the role that grants IoT Analytics permission to interact
1126
+ # with your Amazon S3 resources.
1123
1127
  # @return [String]
1124
1128
  #
1125
1129
  class CustomerManagedDatastoreS3Storage < Struct.new(
@@ -1130,22 +1134,22 @@ module Aws::IoTAnalytics
1130
1134
  include Aws::Structure
1131
1135
  end
1132
1136
 
1133
- # Used to store data store data in an S3 bucket that you manage.
1137
+ # Contains information about the data store that you manage.
1134
1138
  #
1135
1139
  # @!attribute [rw] bucket
1136
- # The name of the S3 bucket in which data store data is stored.
1140
+ # The name of the Amazon S3 bucket where your data is stored.
1137
1141
  # @return [String]
1138
1142
  #
1139
1143
  # @!attribute [rw] key_prefix
1140
- # Optional. The prefix used to create the keys of the data store data
1141
- # objects. Each object in an S3 bucket has a key that is its unique
1142
- # identifier in the bucket. Each object in a bucket has exactly one
1143
- # key. The prefix must end with a forward slash (/).
1144
+ # (Optional) The prefix used to create the keys of the data store data
1145
+ # objects. Each object in an Amazon S3 bucket has a key that is its
1146
+ # unique identifier in the bucket. Each object in a bucket has exactly
1147
+ # one key. The prefix must end with a forward slash (/).
1144
1148
  # @return [String]
1145
1149
  #
1146
1150
  # @!attribute [rw] role_arn
1147
- # The ARN of the role that grants AWS IoT Analytics permission to
1148
- # interact with your Amazon S3 resources.
1151
+ # The ARN of the role that grants IoT Analytics permission to interact
1152
+ # with your Amazon S3 resources.
1149
1153
  # @return [String]
1150
1154
  #
1151
1155
  class CustomerManagedDatastoreS3StorageSummary < Struct.new(
@@ -1156,23 +1160,23 @@ module Aws::IoTAnalytics
1156
1160
  include Aws::Structure
1157
1161
  end
1158
1162
 
1159
- # Information about a data set.
1163
+ # Information about a dataset.
1160
1164
  #
1161
1165
  # @!attribute [rw] name
1162
- # The name of the data set.
1166
+ # The name of the dataset.
1163
1167
  # @return [String]
1164
1168
  #
1165
1169
  # @!attribute [rw] arn
1166
- # The ARN of the data set.
1170
+ # The ARN of the dataset.
1167
1171
  # @return [String]
1168
1172
  #
1169
1173
  # @!attribute [rw] actions
1170
- # The `DatasetAction` objects that automatically create the data set
1174
+ # The `DatasetAction` objects that automatically create the dataset
1171
1175
  # contents.
1172
1176
  # @return [Array<Types::DatasetAction>]
1173
1177
  #
1174
1178
  # @!attribute [rw] triggers
1175
- # The `DatasetTrigger` objects that specify when the data set is
1179
+ # The `DatasetTrigger` objects that specify when the dataset is
1176
1180
  # automatically updated.
1177
1181
  # @return [Array<Types::DatasetTrigger>]
1178
1182
  #
@@ -1182,19 +1186,19 @@ module Aws::IoTAnalytics
1182
1186
  # @return [Array<Types::DatasetContentDeliveryRule>]
1183
1187
  #
1184
1188
  # @!attribute [rw] status
1185
- # The status of the data set.
1189
+ # The status of the dataset.
1186
1190
  # @return [String]
1187
1191
  #
1188
1192
  # @!attribute [rw] creation_time
1189
- # When the data set was created.
1193
+ # When the dataset was created.
1190
1194
  # @return [Time]
1191
1195
  #
1192
1196
  # @!attribute [rw] last_update_time
1193
- # The last time the data set was updated.
1197
+ # The last time the dataset was updated.
1194
1198
  # @return [Time]
1195
1199
  #
1196
1200
  # @!attribute [rw] retention_period
1197
- # Optional. How long, in days, message data is kept for the data set.
1201
+ # Optional. How long, in days, message data is kept for the dataset.
1198
1202
  # @return [Types::RetentionPeriod]
1199
1203
  #
1200
1204
  # @!attribute [rw] versioning_configuration
@@ -1202,8 +1206,8 @@ module Aws::IoTAnalytics
1202
1206
  # specified or set to null, only the latest version plus the latest
1203
1207
  # succeeded version (if they are different) are kept for the time
1204
1208
  # period specified by the `retentionPeriod` parameter. For more
1205
- # information, see [Keeping Multiple Versions of AWS IoT Analytics
1206
- # Data Sets][1] in the *AWS IoT Analytics User Guide*.
1209
+ # information, see [ Keeping Multiple Versions of IoT Analytics
1210
+ # datasets][1] in the *IoT Analytics User Guide*.
1207
1211
  #
1208
1212
  #
1209
1213
  #
@@ -1211,9 +1215,9 @@ module Aws::IoTAnalytics
1211
1215
  # @return [Types::VersioningConfiguration]
1212
1216
  #
1213
1217
  # @!attribute [rw] late_data_rules
1214
- # A list of data rules that send notifications to Amazon CloudWatch,
1215
- # when data arrives late. To specify `lateDataRules`, the dataset must
1216
- # use a [DeltaTimer][1] filter.
1218
+ # A list of data rules that send notifications to CloudWatch, when
1219
+ # data arrives late. To specify `lateDataRules`, the dataset must use
1220
+ # a [DeltaTimer][1] filter.
1217
1221
  #
1218
1222
  #
1219
1223
  #
@@ -1236,7 +1240,7 @@ module Aws::IoTAnalytics
1236
1240
  include Aws::Structure
1237
1241
  end
1238
1242
 
1239
- # A `DatasetAction` object that specifies how data set contents are
1243
+ # A `DatasetAction` object that specifies how dataset contents are
1240
1244
  # automatically created.
1241
1245
  #
1242
1246
  # @note When making an API call, you may pass DatasetAction
@@ -1279,13 +1283,13 @@ module Aws::IoTAnalytics
1279
1283
  # }
1280
1284
  #
1281
1285
  # @!attribute [rw] action_name
1282
- # The name of the data set action by which data set contents are
1286
+ # The name of the dataset action by which dataset contents are
1283
1287
  # automatically created.
1284
1288
  # @return [String]
1285
1289
  #
1286
1290
  # @!attribute [rw] query_action
1287
1291
  # An `SqlQueryDatasetAction` object that uses an SQL query to
1288
- # automatically create data set contents.
1292
+ # automatically create dataset contents.
1289
1293
  # @return [Types::SqlQueryDatasetAction]
1290
1294
  #
1291
1295
  # @!attribute [rw] container_action
@@ -1344,8 +1348,8 @@ module Aws::IoTAnalytics
1344
1348
  # }
1345
1349
  #
1346
1350
  # @!attribute [rw] iot_events_destination_configuration
1347
- # Configuration information for delivery of dataset contents to AWS
1348
- # IoT Events.
1351
+ # Configuration information for delivery of dataset contents to IoT
1352
+ # Events.
1349
1353
  # @return [Types::IotEventsDestinationConfiguration]
1350
1354
  #
1351
1355
  # @!attribute [rw] s3_destination_configuration
@@ -1400,16 +1404,16 @@ module Aws::IoTAnalytics
1400
1404
  include Aws::Structure
1401
1405
  end
1402
1406
 
1403
- # The state of the data set contents and the reason they are in this
1407
+ # The state of the dataset contents and the reason they are in this
1404
1408
  # state.
1405
1409
  #
1406
1410
  # @!attribute [rw] state
1407
- # The state of the data set contents. Can be one of READY, CREATING,
1411
+ # The state of the dataset contents. Can be one of READY, CREATING,
1408
1412
  # SUCCEEDED, or FAILED.
1409
1413
  # @return [String]
1410
1414
  #
1411
1415
  # @!attribute [rw] reason
1412
- # The reason the data set contents are in this state.
1416
+ # The reason the dataset contents are in this state.
1413
1417
  # @return [String]
1414
1418
  #
1415
1419
  class DatasetContentStatus < Struct.new(
@@ -1426,7 +1430,7 @@ module Aws::IoTAnalytics
1426
1430
  # @return [String]
1427
1431
  #
1428
1432
  # @!attribute [rw] status
1429
- # The status of the data set contents.
1433
+ # The status of the dataset contents.
1430
1434
  # @return [Types::DatasetContentStatus]
1431
1435
  #
1432
1436
  # @!attribute [rw] creation_time
@@ -1474,14 +1478,14 @@ module Aws::IoTAnalytics
1474
1478
  include Aws::Structure
1475
1479
  end
1476
1480
 
1477
- # The reference to a data set entry.
1481
+ # The reference to a dataset entry.
1478
1482
  #
1479
1483
  # @!attribute [rw] entry_name
1480
- # The name of the data set item.
1484
+ # The name of the dataset item.
1481
1485
  # @return [String]
1482
1486
  #
1483
1487
  # @!attribute [rw] data_uri
1484
- # The presigned URI of the data set item.
1488
+ # The presigned URI of the dataset item.
1485
1489
  # @return [String]
1486
1490
  #
1487
1491
  class DatasetEntry < Struct.new(
@@ -1491,28 +1495,28 @@ module Aws::IoTAnalytics
1491
1495
  include Aws::Structure
1492
1496
  end
1493
1497
 
1494
- # A summary of information about a data set.
1498
+ # A summary of information about a dataset.
1495
1499
  #
1496
1500
  # @!attribute [rw] dataset_name
1497
- # The name of the data set.
1501
+ # The name of the dataset.
1498
1502
  # @return [String]
1499
1503
  #
1500
1504
  # @!attribute [rw] status
1501
- # The status of the data set.
1505
+ # The status of the dataset.
1502
1506
  # @return [String]
1503
1507
  #
1504
1508
  # @!attribute [rw] creation_time
1505
- # The time the data set was created.
1509
+ # The time the dataset was created.
1506
1510
  # @return [Time]
1507
1511
  #
1508
1512
  # @!attribute [rw] last_update_time
1509
- # The last time the data set was updated.
1513
+ # The last time the dataset was updated.
1510
1514
  # @return [Time]
1511
1515
  #
1512
1516
  # @!attribute [rw] triggers
1513
- # A list of triggers. A trigger causes data set content to be
1514
- # populated at a specified time interval or when another data set is
1515
- # populated. The list of triggers can be empty or contain up to five
1517
+ # A list of triggers. A trigger causes dataset content to be populated
1518
+ # at a specified time interval or when another dataset is populated.
1519
+ # The list of triggers can be empty or contain up to five
1516
1520
  # `DataSetTrigger` objects
1517
1521
  # @return [Array<Types::DatasetTrigger>]
1518
1522
  #
@@ -1531,7 +1535,7 @@ module Aws::IoTAnalytics
1531
1535
  include Aws::Structure
1532
1536
  end
1533
1537
 
1534
- # The `DatasetTrigger` that specifies when the data set is automatically
1538
+ # The `DatasetTrigger` that specifies when the dataset is automatically
1535
1539
  # updated.
1536
1540
  #
1537
1541
  # @note When making an API call, you may pass DatasetTrigger
@@ -1551,8 +1555,8 @@ module Aws::IoTAnalytics
1551
1555
  # @return [Types::Schedule]
1552
1556
  #
1553
1557
  # @!attribute [rw] dataset
1554
- # The data set whose content creation triggers the creation of this
1555
- # data set's contents.
1558
+ # The dataset whose content creation triggers the creation of this
1559
+ # dataset's contents.
1556
1560
  # @return [Types::TriggeringDataset]
1557
1561
  #
1558
1562
  class DatasetTrigger < Struct.new(
@@ -1569,10 +1573,11 @@ module Aws::IoTAnalytics
1569
1573
  # @return [String]
1570
1574
  #
1571
1575
  # @!attribute [rw] storage
1572
- # Where data store data is stored. You can choose one of
1573
- # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
1574
- # the default is `serviceManagedS3`. You cannot change this storage
1575
- # option after the data store is created.
1576
+ # Where data in a data store is stored.. You can choose
1577
+ # `serviceManagedS3` storage, `customerManagedS3` storage, or
1578
+ # `iotSiteWiseMultiLayerStorage` storage. The default is
1579
+ # `serviceManagedS3`. You can't change the choice of Amazon S3
1580
+ # storage after your data store is created.
1576
1581
  # @return [Types::DatastoreStorage]
1577
1582
  #
1578
1583
  # @!attribute [rw] arn
@@ -1611,16 +1616,16 @@ module Aws::IoTAnalytics
1611
1616
  # @!attribute [rw] last_message_arrival_time
1612
1617
  # The last time when a new message arrived in the data store.
1613
1618
  #
1614
- # AWS IoT Analytics updates this value at most once per minute for one
1615
- # data store. Hence, the `lastMessageArrivalTime` value is an
1616
- # approximation.
1619
+ # IoT Analytics updates this value at most once per minute for Amazon
1620
+ # Simple Storage Service one data store. Hence, the
1621
+ # `lastMessageArrivalTime` value is an approximation.
1617
1622
  #
1618
1623
  # This feature only applies to messages that arrived in the data store
1619
1624
  # after October 23, 2020.
1620
1625
  # @return [Time]
1621
1626
  #
1622
1627
  # @!attribute [rw] file_format_configuration
1623
- # Contains the configuration information of file formats. AWS IoT
1628
+ # Contains the configuration information of file formats. IoT
1624
1629
  # Analytics data stores support JSON and [Parquet][1].
1625
1630
  #
1626
1631
  # The default file format is JSON. You can specify only one format.
@@ -1633,7 +1638,7 @@ module Aws::IoTAnalytics
1633
1638
  # @return [Types::FileFormatConfiguration]
1634
1639
  #
1635
1640
  # @!attribute [rw] datastore_partitions
1636
- # Contains information about the partitions in a data store.
1641
+ # Contains information about the partition dimensions in a data store.
1637
1642
  # @return [Types::DatastorePartitions]
1638
1643
  #
1639
1644
  class Datastore < Struct.new(
@@ -1677,7 +1682,47 @@ module Aws::IoTAnalytics
1677
1682
  include Aws::Structure
1678
1683
  end
1679
1684
 
1680
- # A single partition in a data store.
1685
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
1686
+ # you manage. You can't change the choice of Amazon S3 storage after
1687
+ # your data store is created.
1688
+ #
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
+ # @!attribute [rw] customer_managed_s3_storage
1700
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
1701
+ # you manage.
1702
+ # @return [Types::IotSiteWiseCustomerManagedDatastoreS3Storage]
1703
+ #
1704
+ class DatastoreIotSiteWiseMultiLayerStorage < Struct.new(
1705
+ :customer_managed_s3_storage)
1706
+ SENSITIVE = []
1707
+ include Aws::Structure
1708
+ end
1709
+
1710
+ # Contains information about the data store that you manage, which
1711
+ # stores data used by IoT SiteWise.
1712
+ #
1713
+ # @!attribute [rw] customer_managed_s3_storage
1714
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
1715
+ # you manage.
1716
+ # @return [Types::IotSiteWiseCustomerManagedDatastoreS3StorageSummary]
1717
+ #
1718
+ class DatastoreIotSiteWiseMultiLayerStorageSummary < Struct.new(
1719
+ :customer_managed_s3_storage)
1720
+ SENSITIVE = []
1721
+ include Aws::Structure
1722
+ end
1723
+
1724
+ # A single dimension to partition a data store. The dimension must be an
1725
+ # `AttributePartition` or a `TimestampPartition`.
1681
1726
  #
1682
1727
  # @note When making an API call, you may pass DatastorePartition
1683
1728
  # data as a hash:
@@ -1693,11 +1738,11 @@ module Aws::IoTAnalytics
1693
1738
  # }
1694
1739
  #
1695
1740
  # @!attribute [rw] attribute_partition
1696
- # A partition defined by an `attributeName`.
1741
+ # A partition dimension defined by an `attributeName`.
1697
1742
  # @return [Types::Partition]
1698
1743
  #
1699
1744
  # @!attribute [rw] timestamp_partition
1700
- # A partition defined by an `attributeName` and a timestamp format.
1745
+ # A partition dimension defined by a timestamp attribute.
1701
1746
  # @return [Types::TimestampPartition]
1702
1747
  #
1703
1748
  class DatastorePartition < Struct.new(
@@ -1707,7 +1752,7 @@ module Aws::IoTAnalytics
1707
1752
  include Aws::Structure
1708
1753
  end
1709
1754
 
1710
- # Contains information about partitions in a data store.
1755
+ # Contains information about the partition dimensions in a data store.
1711
1756
  #
1712
1757
  # @note When making an API call, you may pass DatastorePartitions
1713
1758
  # data as a hash:
@@ -1727,7 +1772,7 @@ module Aws::IoTAnalytics
1727
1772
  # }
1728
1773
  #
1729
1774
  # @!attribute [rw] partitions
1730
- # A list of partitions in a data store.
1775
+ # A list of partition dimensions in a data store.
1731
1776
  # @return [Array<Types::DatastorePartition>]
1732
1777
  #
1733
1778
  class DatastorePartitions < Struct.new(
@@ -1748,10 +1793,11 @@ module Aws::IoTAnalytics
1748
1793
  include Aws::Structure
1749
1794
  end
1750
1795
 
1751
- # Where data store data is stored. You can choose one of
1752
- # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
1753
- # the default is `serviceManagedS3`. You cannot change this storage
1754
- # option after the data store is created.
1796
+ # Where data in a data store is stored.. You can choose
1797
+ # `serviceManagedS3` storage, `customerManagedS3` storage, or
1798
+ # `iotSiteWiseMultiLayerStorage` storage. The default is
1799
+ # `serviceManagedS3`. You can't change the choice of Amazon S3 storage
1800
+ # after your data store is created.
1755
1801
  #
1756
1802
  # @note When making an API call, you may pass DatastoreStorage
1757
1803
  # data as a hash:
@@ -1764,43 +1810,59 @@ module Aws::IoTAnalytics
1764
1810
  # key_prefix: "S3KeyPrefix",
1765
1811
  # role_arn: "RoleArn", # required
1766
1812
  # },
1813
+ # iot_site_wise_multi_layer_storage: {
1814
+ # customer_managed_s3_storage: { # required
1815
+ # bucket: "BucketName", # required
1816
+ # key_prefix: "S3KeyPrefix",
1817
+ # },
1818
+ # },
1767
1819
  # }
1768
1820
  #
1769
1821
  # @!attribute [rw] service_managed_s3
1770
- # Use this to store data store data in an S3 bucket managed by AWS IoT
1771
- # Analytics. You cannot change the choice of service-managed or
1772
- # customer-managed S3 storage after the data store is created.
1822
+ # Used to store data in an Amazon S3 bucket managed by IoT Analytics.
1823
+ # You can't change the choice of Amazon S3 storage after your data
1824
+ # store is created.
1773
1825
  # @return [Types::ServiceManagedDatastoreS3Storage]
1774
1826
  #
1775
1827
  # @!attribute [rw] customer_managed_s3
1776
- # Use this to store data store data in an S3 bucket that you manage.
1777
- # When customer managed storage is selected, the `retentionPeriod`
1778
- # parameter is ignored. The choice of service-managed or
1779
- # customer-managed S3 storage cannot be changed after creation of the
1780
- # data store.
1828
+ # S3-customer-managed; When you choose customer-managed storage, the
1829
+ # `retentionPeriod` parameter is ignored. You can't change the choice
1830
+ # of Amazon S3 storage after your data store is created.
1781
1831
  # @return [Types::CustomerManagedDatastoreS3Storage]
1782
1832
  #
1833
+ # @!attribute [rw] iot_site_wise_multi_layer_storage
1834
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
1835
+ # you manage. You can't change the choice of Amazon S3 storage after
1836
+ # your data store is created.
1837
+ # @return [Types::DatastoreIotSiteWiseMultiLayerStorage]
1838
+ #
1783
1839
  class DatastoreStorage < Struct.new(
1784
1840
  :service_managed_s3,
1785
- :customer_managed_s3)
1841
+ :customer_managed_s3,
1842
+ :iot_site_wise_multi_layer_storage)
1786
1843
  SENSITIVE = []
1787
1844
  include Aws::Structure
1788
1845
  end
1789
1846
 
1790
- # Where data store data is stored.
1847
+ # Contains information about your data store.
1791
1848
  #
1792
1849
  # @!attribute [rw] service_managed_s3
1793
- # Used to store data store data in an S3 bucket managed by AWS IoT
1794
- # Analytics.
1850
+ # Used to store data in an Amazon S3 bucket managed by IoT Analytics.
1795
1851
  # @return [Types::ServiceManagedDatastoreS3StorageSummary]
1796
1852
  #
1797
1853
  # @!attribute [rw] customer_managed_s3
1798
- # Used to store data store data in an S3 bucket that you manage.
1854
+ # Used to store data in an Amazon S3 bucket managed by IoT Analytics.
1799
1855
  # @return [Types::CustomerManagedDatastoreS3StorageSummary]
1800
1856
  #
1857
+ # @!attribute [rw] iot_site_wise_multi_layer_storage
1858
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
1859
+ # you manage.
1860
+ # @return [Types::DatastoreIotSiteWiseMultiLayerStorageSummary]
1861
+ #
1801
1862
  class DatastoreStorageSummary < Struct.new(
1802
1863
  :service_managed_s3,
1803
- :customer_managed_s3)
1864
+ :customer_managed_s3,
1865
+ :iot_site_wise_multi_layer_storage)
1804
1866
  SENSITIVE = []
1805
1867
  include Aws::Structure
1806
1868
  end
@@ -1812,7 +1874,7 @@ module Aws::IoTAnalytics
1812
1874
  # @return [String]
1813
1875
  #
1814
1876
  # @!attribute [rw] datastore_storage
1815
- # Where data store data is stored.
1877
+ # Where data in a data store is stored.
1816
1878
  # @return [Types::DatastoreStorageSummary]
1817
1879
  #
1818
1880
  # @!attribute [rw] status
@@ -1830,9 +1892,9 @@ module Aws::IoTAnalytics
1830
1892
  # @!attribute [rw] last_message_arrival_time
1831
1893
  # The last time when a new message arrived in the data store.
1832
1894
  #
1833
- # AWS IoT Analytics updates this value at most once per minute for one
1834
- # data store. Hence, the `lastMessageArrivalTime` value is an
1835
- # approximation.
1895
+ # IoT Analytics updates this value at most once per minute for Amazon
1896
+ # Simple Storage Service one data store. Hence, the
1897
+ # `lastMessageArrivalTime` value is an approximation.
1836
1898
  #
1837
1899
  # This feature only applies to messages that arrived in the data store
1838
1900
  # after October 23, 2020.
@@ -1843,7 +1905,7 @@ module Aws::IoTAnalytics
1843
1905
  # @return [String]
1844
1906
  #
1845
1907
  # @!attribute [rw] datastore_partitions
1846
- # Contains information about the partitions in a data store.
1908
+ # Contains information about the partition dimensions in a data store.
1847
1909
  # @return [Types::DatastorePartitions]
1848
1910
  #
1849
1911
  class DatastoreSummary < Struct.new(
@@ -1910,7 +1972,7 @@ module Aws::IoTAnalytics
1910
1972
  # }
1911
1973
  #
1912
1974
  # @!attribute [rw] dataset_name
1913
- # The name of the data set to delete.
1975
+ # The name of the dataset to delete.
1914
1976
  # @return [String]
1915
1977
  #
1916
1978
  class DeleteDatasetRequest < Struct.new(
@@ -1996,7 +2058,7 @@ module Aws::IoTAnalytics
1996
2058
  # [ `DeltaTime` ][1] specifies a time interval. You can use `DeltaTime`
1997
2059
  # to create dataset contents with data that has arrived in the data
1998
2060
  # store since the last execution. For an example of `DeltaTime`, see [
1999
- # Creating a SQL dataset with a delta window (CLI)][2] in the *AWS IoT
2061
+ # Creating a SQL dataset with a delta window (CLI)][2] in the *IoT
2000
2062
  # Analytics User Guide*.
2001
2063
  #
2002
2064
  #
@@ -2012,10 +2074,10 @@ module Aws::IoTAnalytics
2012
2074
  # }
2013
2075
  #
2014
2076
  # @!attribute [rw] timeout_in_minutes
2015
- # A time interval. You can use `timeoutInMinutes` so that AWS IoT
2077
+ # A time interval. You can use `timeoutInMinutes` so that IoT
2016
2078
  # Analytics can batch up late data notifications that have been
2017
- # generated since the last execution. AWS IoT Analytics sends one
2018
- # batch of notifications to Amazon CloudWatch Events at one time.
2079
+ # generated since the last execution. IoT Analytics sends one batch of
2080
+ # notifications to Amazon CloudWatch Events at one time.
2019
2081
  #
2020
2082
  # For more information about how to write a timestamp expression, see
2021
2083
  # [Date and Time Functions and Operators][1], in the *Presto 0.172
@@ -2046,7 +2108,7 @@ module Aws::IoTAnalytics
2046
2108
  #
2047
2109
  # @!attribute [rw] include_statistics
2048
2110
  # If true, additional statistical information about the channel is
2049
- # included in the response. This feature cannot be used with a channel
2111
+ # included in the response. This feature can't be used with a channel
2050
2112
  # whose S3 storage is customer-managed.
2051
2113
  # @return [Boolean]
2052
2114
  #
@@ -2081,7 +2143,7 @@ module Aws::IoTAnalytics
2081
2143
  # }
2082
2144
  #
2083
2145
  # @!attribute [rw] dataset_name
2084
- # The name of the data set whose information is retrieved.
2146
+ # The name of the dataset whose information is retrieved.
2085
2147
  # @return [String]
2086
2148
  #
2087
2149
  class DescribeDatasetRequest < Struct.new(
@@ -2091,7 +2153,7 @@ module Aws::IoTAnalytics
2091
2153
  end
2092
2154
 
2093
2155
  # @!attribute [rw] dataset
2094
- # An object that contains information about the data set.
2156
+ # An object that contains information about the dataset.
2095
2157
  # @return [Types::Dataset]
2096
2158
  #
2097
2159
  class DescribeDatasetResponse < Struct.new(
@@ -2114,7 +2176,7 @@ module Aws::IoTAnalytics
2114
2176
  #
2115
2177
  # @!attribute [rw] include_statistics
2116
2178
  # If true, additional statistical information about the data store is
2117
- # included in the response. This feature cannot be used with a data
2179
+ # included in the response. This feature can't be used with a data
2118
2180
  # store whose S3 storage is customer-managed.
2119
2181
  # @return [Boolean]
2120
2182
  #
@@ -2146,7 +2208,7 @@ module Aws::IoTAnalytics
2146
2208
  class DescribeLoggingOptionsRequest < Aws::EmptyStructure; end
2147
2209
 
2148
2210
  # @!attribute [rw] logging_options
2149
- # The current settings of the AWS IoT Analytics logging options.
2211
+ # The current settings of the IoT Analytics logging options.
2150
2212
  # @return [Types::LoggingOptions]
2151
2213
  #
2152
2214
  class DescribeLoggingOptionsResponse < Struct.new(
@@ -2182,7 +2244,7 @@ module Aws::IoTAnalytics
2182
2244
  include Aws::Structure
2183
2245
  end
2184
2246
 
2185
- # An activity that adds data from the AWS IoT device registry to your
2247
+ # An activity that adds data from the IoT device registry to your
2186
2248
  # message.
2187
2249
  #
2188
2250
  # @note When making an API call, you may pass DeviceRegistryEnrichActivity
@@ -2228,8 +2290,8 @@ module Aws::IoTAnalytics
2228
2290
  include Aws::Structure
2229
2291
  end
2230
2292
 
2231
- # An activity that adds information from the AWS IoT Device Shadow
2232
- # service to a message.
2293
+ # An activity that adds information from the IoT Device Shadow service
2294
+ # to a message.
2233
2295
  #
2234
2296
  # @note When making an API call, you may pass DeviceShadowEnrichActivity
2235
2297
  # data as a hash:
@@ -2290,8 +2352,8 @@ module Aws::IoTAnalytics
2290
2352
  include Aws::Structure
2291
2353
  end
2292
2354
 
2293
- # Contains the configuration information of file formats. AWS IoT
2294
- # Analytics data stores support JSON and [Parquet][1].
2355
+ # Contains the configuration information of file formats. IoT Analytics
2356
+ # data stores support JSON and [Parquet][1].
2295
2357
  #
2296
2358
  # The default file format is JSON. You can specify only one format.
2297
2359
  #
@@ -2376,14 +2438,14 @@ module Aws::IoTAnalytics
2376
2438
  # }
2377
2439
  #
2378
2440
  # @!attribute [rw] dataset_name
2379
- # The name of the data set whose contents are retrieved.
2441
+ # The name of the dataset whose contents are retrieved.
2380
2442
  # @return [String]
2381
2443
  #
2382
2444
  # @!attribute [rw] version_id
2383
- # The version of the data set whose contents are retrieved. You can
2445
+ # The version of the dataset whose contents are retrieved. You can
2384
2446
  # also use the strings "$LATEST" or "$LATEST\_SUCCEEDED" to
2385
2447
  # retrieve the contents of the latest or latest successfully completed
2386
- # data set. If not specified, "$LATEST\_SUCCEEDED" is the default.
2448
+ # dataset. If not specified, "$LATEST\_SUCCEEDED" is the default.
2387
2449
  # @return [String]
2388
2450
  #
2389
2451
  class GetDatasetContentRequest < Struct.new(
@@ -2402,7 +2464,7 @@ module Aws::IoTAnalytics
2402
2464
  # @return [Time]
2403
2465
  #
2404
2466
  # @!attribute [rw] status
2405
- # The status of the data set content.
2467
+ # The status of the dataset content.
2406
2468
  # @return [Types::DatasetContentStatus]
2407
2469
  #
2408
2470
  class GetDatasetContentResponse < Struct.new(
@@ -2413,8 +2475,8 @@ module Aws::IoTAnalytics
2413
2475
  include Aws::Structure
2414
2476
  end
2415
2477
 
2416
- # Configuration information for coordination with AWS Glue, a fully
2417
- # managed extract, transform and load (ETL) service.
2478
+ # Configuration information for coordination with Glue, a fully managed
2479
+ # extract, transform and load (ETL) service.
2418
2480
  #
2419
2481
  # @note When making an API call, you may pass GlueConfiguration
2420
2482
  # data as a hash:
@@ -2425,15 +2487,15 @@ module Aws::IoTAnalytics
2425
2487
  # }
2426
2488
  #
2427
2489
  # @!attribute [rw] table_name
2428
- # The name of the table in your AWS Glue Data Catalog that is used to
2429
- # perform the ETL operations. An AWS Glue Data Catalog table contains
2490
+ # The name of the table in your Glue Data Catalog that is used to
2491
+ # perform the ETL operations. An Glue Data Catalog table contains
2430
2492
  # partitioned data and descriptions of data sources and targets.
2431
2493
  # @return [String]
2432
2494
  #
2433
2495
  # @!attribute [rw] database_name
2434
- # The name of the database in your AWS Glue Data Catalog in which the
2435
- # table is located. An AWS Glue Data Catalog database contains
2436
- # metadata tables.
2496
+ # The name of the database in your Glue Data Catalog in which the
2497
+ # table is located. An Glue Data Catalog database contains metadata
2498
+ # tables.
2437
2499
  # @return [String]
2438
2500
  #
2439
2501
  class GlueConfiguration < Struct.new(
@@ -2465,7 +2527,7 @@ module Aws::IoTAnalytics
2465
2527
  include Aws::Structure
2466
2528
  end
2467
2529
 
2468
- # Configuration information for delivery of dataset contents to AWS IoT
2530
+ # Configuration information for delivery of dataset contents to IoT
2469
2531
  # Events.
2470
2532
  #
2471
2533
  # @note When making an API call, you may pass IotEventsDestinationConfiguration
@@ -2477,13 +2539,13 @@ module Aws::IoTAnalytics
2477
2539
  # }
2478
2540
  #
2479
2541
  # @!attribute [rw] input_name
2480
- # The name of the AWS IoT Events input to which dataset contents are
2542
+ # The name of the IoT Events input to which dataset contents are
2481
2543
  # delivered.
2482
2544
  # @return [String]
2483
2545
  #
2484
2546
  # @!attribute [rw] role_arn
2485
- # The ARN of the role that grants AWS IoT Analytics permission to
2486
- # deliver dataset contents to an AWS IoT Events input.
2547
+ # The ARN of the role that grants IoT Analytics permission to deliver
2548
+ # dataset contents to an IoT Events input.
2487
2549
  # @return [String]
2488
2550
  #
2489
2551
  class IotEventsDestinationConfiguration < Struct.new(
@@ -2493,6 +2555,57 @@ module Aws::IoTAnalytics
2493
2555
  include Aws::Structure
2494
2556
  end
2495
2557
 
2558
+ # Used to store data used by IoT SiteWise in an Amazon S3 bucket that
2559
+ # you manage. You can't change the choice of Amazon S3 storage after
2560
+ # your data store is created.
2561
+ #
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
+ # @!attribute [rw] bucket
2571
+ # The name of the Amazon S3 bucket where your data is stored.
2572
+ # @return [String]
2573
+ #
2574
+ # @!attribute [rw] key_prefix
2575
+ # (Optional) The prefix used to create the keys of the data store data
2576
+ # objects. Each object in an Amazon S3 bucket has a key that is its
2577
+ # unique identifier in the bucket. Each object in a bucket has exactly
2578
+ # one key. The prefix must end with a forward slash (/).
2579
+ # @return [String]
2580
+ #
2581
+ class IotSiteWiseCustomerManagedDatastoreS3Storage < Struct.new(
2582
+ :bucket,
2583
+ :key_prefix)
2584
+ SENSITIVE = []
2585
+ include Aws::Structure
2586
+ end
2587
+
2588
+ # Contains information about the data store that you manage, which
2589
+ # stores data used by IoT SiteWise.
2590
+ #
2591
+ # @!attribute [rw] bucket
2592
+ # The name of the Amazon S3 bucket where your data is stored.
2593
+ # @return [String]
2594
+ #
2595
+ # @!attribute [rw] key_prefix
2596
+ # (Optional) The prefix used to create the keys of the data store data
2597
+ # objects. Each object in an Amazon S3 bucket has a key that is its
2598
+ # unique identifier in the bucket. Each object in a bucket has exactly
2599
+ # one key. The prefix must end with a forward slash (/).
2600
+ # @return [String]
2601
+ #
2602
+ class IotSiteWiseCustomerManagedDatastoreS3StorageSummary < Struct.new(
2603
+ :bucket,
2604
+ :key_prefix)
2605
+ SENSITIVE = []
2606
+ include Aws::Structure
2607
+ end
2608
+
2496
2609
  # Contains the configuration information of the JSON format.
2497
2610
  #
2498
2611
  # @api private
@@ -2655,8 +2768,7 @@ module Aws::IoTAnalytics
2655
2768
  # }
2656
2769
  #
2657
2770
  # @!attribute [rw] dataset_name
2658
- # The name of the data set whose contents information you want to
2659
- # list.
2771
+ # The name of the dataset whose contents information you want to list.
2660
2772
  # @return [String]
2661
2773
  #
2662
2774
  # @!attribute [rw] next_token
@@ -2668,13 +2780,13 @@ module Aws::IoTAnalytics
2668
2780
  # @return [Integer]
2669
2781
  #
2670
2782
  # @!attribute [rw] scheduled_on_or_after
2671
- # A filter to limit results to those data set contents whose creation
2783
+ # A filter to limit results to those dataset contents whose creation
2672
2784
  # is scheduled on or after the given time. See the field
2673
2785
  # `triggers.schedule` in the `CreateDataset` request. (timestamp)
2674
2786
  # @return [Time]
2675
2787
  #
2676
2788
  # @!attribute [rw] scheduled_before
2677
- # A filter to limit results to those data set contents whose creation
2789
+ # A filter to limit results to those dataset contents whose creation
2678
2790
  # is scheduled before the given time. See the field
2679
2791
  # `triggers.schedule` in the `CreateDataset` request. (timestamp)
2680
2792
  # @return [Time]
@@ -2690,7 +2802,7 @@ module Aws::IoTAnalytics
2690
2802
  end
2691
2803
 
2692
2804
  # @!attribute [rw] dataset_content_summaries
2693
- # Summary information about data set contents that have been created.
2805
+ # Summary information about dataset contents that have been created.
2694
2806
  # @return [Array<Types::DatasetContentSummary>]
2695
2807
  #
2696
2808
  # @!attribute [rw] next_token
@@ -2867,7 +2979,7 @@ module Aws::IoTAnalytics
2867
2979
  # }
2868
2980
  #
2869
2981
  # @!attribute [rw] role_arn
2870
- # The ARN of the role that grants permission to AWS IoT Analytics to
2982
+ # The ARN of the role that grants permission to IoT Analytics to
2871
2983
  # perform logging.
2872
2984
  # @return [String]
2873
2985
  #
@@ -2876,7 +2988,7 @@ module Aws::IoTAnalytics
2876
2988
  # @return [String]
2877
2989
  #
2878
2990
  # @!attribute [rw] enabled
2879
- # If true, logging is enabled for AWS IoT Analytics.
2991
+ # If true, logging is enabled for IoT Analytics.
2880
2992
  # @return [Boolean]
2881
2993
  #
2882
2994
  class LoggingOptions < Struct.new(
@@ -3002,7 +3114,7 @@ module Aws::IoTAnalytics
3002
3114
  include Aws::Structure
3003
3115
  end
3004
3116
 
3005
- # A single partition.
3117
+ # A partition dimension defined by an attribute.
3006
3118
  #
3007
3119
  # @note When making an API call, you may pass Partition
3008
3120
  # data as a hash:
@@ -3012,7 +3124,7 @@ module Aws::IoTAnalytics
3012
3124
  # }
3013
3125
  #
3014
3126
  # @!attribute [rw] attribute_name
3015
- # The attribute name of the partition.
3127
+ # The name of the attribute that defines a partition dimension.
3016
3128
  # @return [String]
3017
3129
  #
3018
3130
  class Partition < Struct.new(
@@ -3144,8 +3256,8 @@ module Aws::IoTAnalytics
3144
3256
  # @return [Types::RemoveAttributesActivity]
3145
3257
  #
3146
3258
  # @!attribute [rw] select_attributes
3147
- # Creates a new message using only the specified attributes from the
3148
- # original message.
3259
+ # Used to create a new message using only the specified attributes
3260
+ # from the original message.
3149
3261
  # @return [Types::SelectAttributesActivity]
3150
3262
  #
3151
3263
  # @!attribute [rw] filter
@@ -3158,12 +3270,11 @@ module Aws::IoTAnalytics
3158
3270
  # @return [Types::MathActivity]
3159
3271
  #
3160
3272
  # @!attribute [rw] device_registry_enrich
3161
- # Adds data from the AWS IoT device registry to your message.
3273
+ # Adds data from the IoT device registry to your message.
3162
3274
  # @return [Types::DeviceRegistryEnrichActivity]
3163
3275
  #
3164
3276
  # @!attribute [rw] device_shadow_enrich
3165
- # Adds information from the AWS IoT Device Shadow service to a
3166
- # message.
3277
+ # Adds information from the IoT Device Shadow service to a message.
3167
3278
  # @return [Types::DeviceShadowEnrichActivity]
3168
3279
  #
3169
3280
  class PipelineActivity < Struct.new(
@@ -3220,7 +3331,7 @@ module Aws::IoTAnalytics
3220
3331
  # }
3221
3332
  #
3222
3333
  # @!attribute [rw] logging_options
3223
- # The new values of the AWS IoT Analytics logging options.
3334
+ # The new values of the IoT Analytics logging options.
3224
3335
  # @return [Types::LoggingOptions]
3225
3336
  #
3226
3337
  class PutLoggingOptionsRequest < Struct.new(
@@ -3461,9 +3572,9 @@ module Aws::IoTAnalytics
3461
3572
  #
3462
3573
  # @!attribute [rw] pipeline_activity
3463
3574
  # The pipeline activity that is run. This must not be a channel
3464
- # activity or a datastore activity because these activities are used
3575
+ # activity or a data store activity because these activities are used
3465
3576
  # in a pipeline only to load the original message and to store the
3466
- # (possibly) transformed message. If a lambda activity is specified,
3577
+ # (possibly) transformed message. If a Lambda activity is specified,
3467
3578
  # only short-running Lambda functions (those with a timeout of less
3468
3579
  # than 30 seconds or less) can be used.
3469
3580
  # @return [Types::PipelineActivity]
@@ -3546,13 +3657,13 @@ module Aws::IoTAnalytics
3546
3657
  # @return [String]
3547
3658
  #
3548
3659
  # @!attribute [rw] glue_configuration
3549
- # Configuration information for coordination with AWS Glue, a fully
3660
+ # Configuration information for coordination with Glue, a fully
3550
3661
  # managed extract, transform and load (ETL) service.
3551
3662
  # @return [Types::GlueConfiguration]
3552
3663
  #
3553
3664
  # @!attribute [rw] role_arn
3554
- # The ARN of the role that grants AWS IoT Analytics permission to
3555
- # interact with your Amazon S3 and AWS Glue resources.
3665
+ # The ARN of the role that grants IoT Analytics permission to interact
3666
+ # with your Amazon S3 and Glue resources.
3556
3667
  # @return [String]
3557
3668
  #
3558
3669
  class S3DestinationConfiguration < Struct.new(
@@ -3664,8 +3775,8 @@ module Aws::IoTAnalytics
3664
3775
  include Aws::Structure
3665
3776
  end
3666
3777
 
3667
- # Creates a new message using only the specified attributes from the
3668
- # original message.
3778
+ # Used to create a new message using only the specified attributes from
3779
+ # the original message.
3669
3780
  #
3670
3781
  # @note When making an API call, you may pass SelectAttributesActivity
3671
3782
  # data as a hash:
@@ -3696,28 +3807,27 @@ module Aws::IoTAnalytics
3696
3807
  include Aws::Structure
3697
3808
  end
3698
3809
 
3699
- # Use this to store channel data in an S3 bucket managed by AWS IoT
3700
- # Analytics. You cannot change the choice of service-managed or
3701
- # customer-managed S3 storage after the channel is created.
3810
+ # Used to store channel data in an S3 bucket managed by IoT Analytics.
3811
+ # You can't change the choice of S3 storage after the data store is
3812
+ # created.
3702
3813
  #
3703
3814
  # @api private
3704
3815
  #
3705
3816
  class ServiceManagedChannelS3Storage < Aws::EmptyStructure; end
3706
3817
 
3707
- # Used to store channel data in an S3 bucket managed by AWS IoT
3708
- # Analytics.
3818
+ # Used to store channel data in an S3 bucket managed by IoT Analytics.
3709
3819
  #
3710
3820
  class ServiceManagedChannelS3StorageSummary < Aws::EmptyStructure; end
3711
3821
 
3712
- # Use this to store data store data in an S3 bucket managed by AWS IoT
3713
- # Analytics. You cannot change the choice of service-managed or
3714
- # customer-managed S3 storage after the data store is created.
3822
+ # Used to store data in an Amazon S3 bucket managed by IoT Analytics.
3823
+ # You can't change the choice of Amazon S3 storage after your data
3824
+ # store is created.
3715
3825
  #
3716
3826
  # @api private
3717
3827
  #
3718
3828
  class ServiceManagedDatastoreS3Storage < Aws::EmptyStructure; end
3719
3829
 
3720
- # Used to store data store data in an S3 bucket managed by AWS IoT
3830
+ # Contains information about the data store that is managed by IoT
3721
3831
  # Analytics.
3722
3832
  #
3723
3833
  class ServiceManagedDatastoreS3StorageSummary < Aws::EmptyStructure; end
@@ -3888,7 +3998,7 @@ module Aws::IoTAnalytics
3888
3998
  include Aws::Structure
3889
3999
  end
3890
4000
 
3891
- # A partition defined by a timestamp.
4001
+ # A partition dimension defined by a timestamp attribute.
3892
4002
  #
3893
4003
  # @note When making an API call, you may pass TimestampPartition
3894
4004
  # data as a hash:
@@ -3903,7 +4013,9 @@ module Aws::IoTAnalytics
3903
4013
  # @return [String]
3904
4014
  #
3905
4015
  # @!attribute [rw] timestamp_format
3906
- # The timestamp format of a partition defined by a timestamp.
4016
+ # The timestamp format of a partition defined by a timestamp. The
4017
+ # default format is seconds since epoch (January 1, 1970 at midnight
4018
+ # UTC time).
3907
4019
  # @return [String]
3908
4020
  #
3909
4021
  class TimestampPartition < Struct.new(
@@ -3986,14 +4098,14 @@ module Aws::IoTAnalytics
3986
4098
  # @!attribute [rw] channel_storage
3987
4099
  # Where channel data is stored. You can choose one of
3988
4100
  # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
3989
- # the default is `serviceManagedS3`. You cannot change this storage
4101
+ # the default is `serviceManagedS3`. You can't change this storage
3990
4102
  # option after the channel is created.
3991
4103
  # @return [Types::ChannelStorage]
3992
4104
  #
3993
4105
  # @!attribute [rw] retention_period
3994
4106
  # How long, in days, message data is kept for the channel. The
3995
- # retention period cannot be updated if the channel's S3 storage is
3996
- # customer-managed.
4107
+ # retention period can't be updated if the channel's Amazon S3
4108
+ # storage is customer-managed.
3997
4109
  # @return [Types::RetentionPeriod]
3998
4110
  #
3999
4111
  class UpdateChannelRequest < Struct.new(
@@ -4097,7 +4209,7 @@ module Aws::IoTAnalytics
4097
4209
  # }
4098
4210
  #
4099
4211
  # @!attribute [rw] dataset_name
4100
- # The name of the data set to update.
4212
+ # The name of the dataset to update.
4101
4213
  # @return [String]
4102
4214
  #
4103
4215
  # @!attribute [rw] actions
@@ -4123,8 +4235,8 @@ module Aws::IoTAnalytics
4123
4235
  # specified or set to null, only the latest version plus the latest
4124
4236
  # succeeded version (if they are different) are kept for the time
4125
4237
  # period specified by the `retentionPeriod` parameter. For more
4126
- # information, see [Keeping Multiple Versions of AWS IoT Analytics
4127
- # Data Sets][1] in the *AWS IoT Analytics User Guide*.
4238
+ # information, see [Keeping Multiple Versions of IoT Analytics
4239
+ # datasets][1] in the *IoT Analytics User Guide*.
4128
4240
  #
4129
4241
  #
4130
4242
  #
@@ -4132,9 +4244,9 @@ module Aws::IoTAnalytics
4132
4244
  # @return [Types::VersioningConfiguration]
4133
4245
  #
4134
4246
  # @!attribute [rw] late_data_rules
4135
- # A list of data rules that send notifications to Amazon CloudWatch,
4136
- # when data arrives late. To specify `lateDataRules`, the dataset must
4137
- # use a [DeltaTimer][1] filter.
4247
+ # A list of data rules that send notifications to CloudWatch, when
4248
+ # data arrives late. To specify `lateDataRules`, the dataset must use
4249
+ # a [DeltaTimer][1] filter.
4138
4250
  #
4139
4251
  #
4140
4252
  #
@@ -4170,6 +4282,12 @@ module Aws::IoTAnalytics
4170
4282
  # key_prefix: "S3KeyPrefix",
4171
4283
  # role_arn: "RoleArn", # required
4172
4284
  # },
4285
+ # iot_site_wise_multi_layer_storage: {
4286
+ # customer_managed_s3_storage: { # required
4287
+ # bucket: "BucketName", # required
4288
+ # key_prefix: "S3KeyPrefix",
4289
+ # },
4290
+ # },
4173
4291
  # },
4174
4292
  # file_format_configuration: {
4175
4293
  # json_configuration: {
@@ -4193,19 +4311,20 @@ module Aws::IoTAnalytics
4193
4311
  #
4194
4312
  # @!attribute [rw] retention_period
4195
4313
  # How long, in days, message data is kept for the data store. The
4196
- # retention period cannot be updated if the data store's S3 storage
4197
- # is customer-managed.
4314
+ # retention period can't be updated if the data store's Amazon S3
4315
+ # storage is customer-managed.
4198
4316
  # @return [Types::RetentionPeriod]
4199
4317
  #
4200
4318
  # @!attribute [rw] datastore_storage
4201
- # Where data store data is stored. You can choose one of
4202
- # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
4203
- # the default is`serviceManagedS3`. You cannot change this storage
4204
- # option after the data store is created.
4319
+ # Where data in a data store is stored.. You can choose
4320
+ # `serviceManagedS3` storage, `customerManagedS3` storage, or
4321
+ # `iotSiteWiseMultiLayerStorage` storage. The default is
4322
+ # `serviceManagedS3`. You can't change the choice of Amazon S3
4323
+ # storage after your data store is created.
4205
4324
  # @return [Types::DatastoreStorage]
4206
4325
  #
4207
4326
  # @!attribute [rw] file_format_configuration
4208
- # Contains the configuration information of file formats. AWS IoT
4327
+ # Contains the configuration information of file formats. IoT
4209
4328
  # Analytics data stores support JSON and [Parquet][1].
4210
4329
  #
4211
4330
  # The default file format is JSON. You can specify only one format.