aws-sdk-iotanalytics 1.34.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e86faf6c0754c8971575f34245350a125738573698f33c4a3fec20ee3950aa4
4
- data.tar.gz: 61dda8d6e5a4797996696c8ef7d7170a98b02b818987548683d15088f2ee1064
3
+ metadata.gz: e9ceb834f81b418ecc02439e01af293f64d52e700ff5ab95a9b5337f80d48114
4
+ data.tar.gz: 8f6a3152eb3f0c39c0f762a33632627165b7a8e64baf42f33118f5254a9aadd6
5
5
  SHA512:
6
- metadata.gz: d49ec4fbf9ad7e56a1c8c716fa8fcfbdcb427432f9ed113e824b196ad32af8b1103426d039c6e0c813420defc11c07c8bbae36f925cacef327e4a7b09ec63242
7
- data.tar.gz: e11a40d8a05d430a88d1232ecb391f00fbd0ddba3d48614be1a3c076bad5b328056d6c317c46da2b44cdb7d5d0bbbaf1526aa91d01e8e62cd75f859ec8037430
6
+ metadata.gz: 9e0ac1b8922bebe82fb8503fc08ab35e518ccc1ba00c5adabf1a5fd5fd65a04d4501eed0c2d6d3398525aef884a363d0babce4d92b2daa5969002d7a6166af26
7
+ data.tar.gz: ddb2eb466b27b56e199ded3b9827d1a7486b42811b4054ef461c5228573b8fb0d9339452ede79d54393e9f8d574a82da1cab845eedd41e0fbbe31a0f6a632421
data/CHANGELOG.md ADDED
@@ -0,0 +1,208 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.39.0 (2021-06-14)
5
+ ------------------
6
+
7
+ * Feature - Adds support for data store partitions.
8
+
9
+ 1.38.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.36.0 (2020-12-15)
20
+ ------------------
21
+
22
+ * Feature - FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline.
23
+
24
+ 1.35.0 (2020-11-09)
25
+ ------------------
26
+
27
+ * Feature - AWS IoT Analytics now supports Late Data Notifications for datasets, dataset content creation using previous version IDs, and includes the LastMessageArrivalTime attribute for channels and datastores.
28
+
29
+ 1.34.0 (2020-09-30)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.33.0 (2020-09-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.32.0 (2020-08-25)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.31.0 (2020-06-23)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.30.1 (2020-06-11)
50
+ ------------------
51
+
52
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
53
+
54
+ 1.30.0 (2020-06-10)
55
+ ------------------
56
+
57
+ * Issue - This version has been yanked. (#2327).
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.29.0 (2020-05-28)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.28.0 (2020-05-07)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.27.0 (2020-03-09)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.26.0 (2019-10-23)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.25.0 (2019-10-10)
81
+ ------------------
82
+
83
+ * Feature - Add `completionTime` to API call ListDatasetContents.
84
+
85
+ 1.24.0 (2019-07-25)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.23.0 (2019-07-01)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.22.0 (2019-06-17)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.21.0 (2019-05-30)
101
+ ------------------
102
+
103
+ * Feature - IoT Analytics adds the option to use your own S3 bucket to store channel and data store resources. Previously, only service-managed storage was used.
104
+
105
+ 1.20.0 (2019-05-21)
106
+ ------------------
107
+
108
+ * Feature - API update.
109
+
110
+ 1.19.0 (2019-05-15)
111
+ ------------------
112
+
113
+ * Feature - API update.
114
+
115
+ 1.18.0 (2019-05-14)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.17.0 (2019-05-13)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.16.0 (2019-03-25)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.15.0 (2019-03-21)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.14.0 (2019-03-18)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.13.0 (2019-03-14)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.12.0 (2019-01-03)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.11.0 (2018-11-27)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.10.0 (2018-11-20)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.9.0 (2018-10-24)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.8.0 (2018-10-23)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.7.0 (2018-09-06)
171
+ ------------------
172
+
173
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
174
+
175
+ 1.6.0 (2018-09-05)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.5.0 (2018-08-27)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.4.0 (2018-08-23)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.3.0 (2018-07-18)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.2.0 (2018-06-26)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.1.0 (2018-06-14)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.0.0 (2018-04-23)
206
+ ------------------
207
+
208
+ * Feature - Initial release of `aws-sdk-iotanalytics`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.39.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTAnalytics
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -333,13 +333,13 @@ module Aws::IoTAnalytics
333
333
  # The name of the channel where the messages are sent.
334
334
  #
335
335
  # @option params [required, Array<Types::Message>] :messages
336
- # The list of messages to be sent. Each message has format: '\\\{
337
- # "messageId": "string", "payload": "string"\\}'.
336
+ # The list of messages to be sent. Each message has the format: \\\{
337
+ # "messageId": "string", "payload": "string"\\}.
338
338
  #
339
- # Note that the field names of message payloads (data) that you send to
340
- # AWS IoT Analytics:
339
+ # The field names of message payloads (data) that you send to AWS IoT
340
+ # Analytics:
341
341
  #
342
- # * Must contain only alphanumeric characters and undescores (\_); no
342
+ # * Must contain only alphanumeric characters and undescores (\_). No
343
343
  # other special characters are allowed.
344
344
  #
345
345
  # * Must begin with an alphabetic character or single underscore (\_).
@@ -349,10 +349,10 @@ module Aws::IoTAnalytics
349
349
  # * In regular expression terms:
350
350
  # "^\[A-Za-z\_\](\[A-Za-z0-9\]*\|\[A-Za-z0-9\]\[A-Za-z0-9\_\]*)$".
351
351
  #
352
- # * Cannot be greater than 255 characters.
352
+ # * Cannot be more than 255 characters.
353
353
  #
354
- # * Are case-insensitive. (Fields named "foo" and "FOO" in the same
355
- # payload are considered duplicates.)
354
+ # * Are case insensitive. (Fields named foo and FOO in the same payload
355
+ # are considered duplicates.)
356
356
  #
357
357
  # For example, \\\{"temp\_01": 29\\} or \\\{"\_temp\_01": 29\\} are
358
358
  # valid, but \\\{"temp-01": 29\\}, \\\{"01\_temp": 29\\} or
@@ -395,7 +395,7 @@ module Aws::IoTAnalytics
395
395
  #
396
396
  # @option params [required, String] :reprocessing_id
397
397
  # The ID of the reprocessing task (returned by
398
- # "StartPipelineReprocessing").
398
+ # `StartPipelineReprocessing`).
399
399
  #
400
400
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
401
401
  #
@@ -421,14 +421,14 @@ module Aws::IoTAnalytics
421
421
  # The name of the channel.
422
422
  #
423
423
  # @option params [Types::ChannelStorage] :channel_storage
424
- # Where channel data is stored. You may choose one of
425
- # "serviceManagedS3" or "customerManagedS3" storage. If not
426
- # specified, the default is "serviceManagedS3". This cannot be changed
427
- # after creation of the channel.
424
+ # Where channel data is stored. You can choose one of `serviceManagedS3`
425
+ # or `customerManagedS3` storage. If not specified, the default is
426
+ # `serviceManagedS3`. You cannot change this storage option after the
427
+ # channel is created.
428
428
  #
429
429
  # @option params [Types::RetentionPeriod] :retention_period
430
430
  # How long, in days, message data is kept for the channel. When
431
- # "customerManagedS3" storage is selected, this parameter is ignored.
431
+ # `customerManagedS3` storage is selected, this parameter is ignored.
432
432
  #
433
433
  # @option params [Array<Types::Tag>] :tags
434
434
  # Metadata which can be used to manage the channel.
@@ -478,12 +478,12 @@ module Aws::IoTAnalytics
478
478
  req.send_request(options)
479
479
  end
480
480
 
481
- # Creates a data set. A data set stores data retrieved from a data store
482
- # by applying a "queryAction" (a SQL query) or a "containerAction"
481
+ # Creates a dataset. A dataset stores data retrieved from a data store
482
+ # by applying a `queryAction` (a SQL query) or a `containerAction`
483
483
  # (executing a containerized application). This operation creates the
484
- # skeleton of a data set. The data set can be populated manually by
485
- # calling "CreateDatasetContent" or automatically according to a
486
- # "trigger" you specify.
484
+ # skeleton of a dataset. The dataset can be populated manually by
485
+ # calling `CreateDatasetContent` or automatically according to a trigger
486
+ # you specify.
487
487
  #
488
488
  # @option params [required, String] :dataset_name
489
489
  # The name of the data set.
@@ -495,31 +495,49 @@ module Aws::IoTAnalytics
495
495
  # A list of triggers. A trigger causes data set contents to be populated
496
496
  # at a specified time interval or when another data set's contents are
497
497
  # created. The list of triggers can be empty or contain up to five
498
- # **DataSetTrigger** objects.
498
+ # `DataSetTrigger` objects.
499
499
  #
500
500
  # @option params [Array<Types::DatasetContentDeliveryRule>] :content_delivery_rules
501
- # When data set contents are created they are delivered to destinations
501
+ # When dataset contents are created, they are delivered to destinations
502
502
  # specified here.
503
503
  #
504
504
  # @option params [Types::RetentionPeriod] :retention_period
505
- # \[Optional\] How long, in days, versions of data set contents are kept
506
- # for the data set. If not specified or set to null, versions of data
507
- # set contents are retained for at most 90 days. The number of versions
508
- # of data set contents retained is determined by the
509
- # `versioningConfiguration` parameter. (For more information, see
510
- # https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)
505
+ # Optional. How long, in days, versions of dataset contents are kept for
506
+ # the dataset. If not specified or set to `null`, versions of dataset
507
+ # contents are retained for at most 90 days. The number of versions of
508
+ # dataset contents retained is determined by the
509
+ # `versioningConfiguration` parameter. For more information, see
510
+ # [Keeping Multiple Versions of AWS IoT Analytics Data Sets][1] in the
511
+ # *AWS IoT Analytics User Guide*.
512
+ #
513
+ #
514
+ #
515
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions
511
516
  #
512
517
  # @option params [Types::VersioningConfiguration] :versioning_configuration
513
- # \[Optional\] How many versions of data set contents are kept. If not
518
+ # Optional. How many versions of dataset contents are kept. If not
514
519
  # specified or set to null, only the latest version plus the latest
515
520
  # succeeded version (if they are different) are kept for the time period
516
- # specified by the "retentionPeriod" parameter. (For more information,
517
- # see
518
- # https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)
521
+ # specified by the `retentionPeriod` parameter. For more information,
522
+ # see [Keeping Multiple Versions of AWS IoT Analytics Data Sets][1] in
523
+ # the *AWS IoT Analytics User Guide*.
524
+ #
525
+ #
526
+ #
527
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions
519
528
  #
520
529
  # @option params [Array<Types::Tag>] :tags
521
530
  # Metadata which can be used to manage the data set.
522
531
  #
532
+ # @option params [Array<Types::LateDataRule>] :late_data_rules
533
+ # A list of data rules that send notifications to Amazon CloudWatch,
534
+ # when data arrives late. To specify `lateDataRules`, the dataset must
535
+ # use a [DeltaTimer][1] filter.
536
+ #
537
+ #
538
+ #
539
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html
540
+ #
523
541
  # @return [Types::CreateDatasetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
524
542
  #
525
543
  # * {Types::CreateDatasetResponse#dataset_name #dataset_name} => String
@@ -611,6 +629,16 @@ module Aws::IoTAnalytics
611
629
  # value: "TagValue", # required
612
630
  # },
613
631
  # ],
632
+ # late_data_rules: [
633
+ # {
634
+ # rule_name: "LateDataRuleName",
635
+ # rule_configuration: { # required
636
+ # delta_time_session_window_configuration: {
637
+ # timeout_in_minutes: 1, # required
638
+ # },
639
+ # },
640
+ # },
641
+ # ],
614
642
  # })
615
643
  #
616
644
  # @example Response structure
@@ -627,12 +655,19 @@ module Aws::IoTAnalytics
627
655
  req.send_request(options)
628
656
  end
629
657
 
630
- # Creates the content of a data set by applying a "queryAction" (a SQL
631
- # query) or a "containerAction" (executing a containerized
632
- # application).
658
+ # Creates the content of a data set by applying a `queryAction` (a SQL
659
+ # query) or a `containerAction` (executing a containerized application).
633
660
  #
634
661
  # @option params [required, String] :dataset_name
635
- # The name of the data set.
662
+ # The name of the dataset.
663
+ #
664
+ # @option params [String] :version_id
665
+ # The version ID of the dataset content. To specify `versionId` for a
666
+ # dataset content, the dataset must use a [DeltaTimer][1] filter.
667
+ #
668
+ #
669
+ #
670
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html
636
671
  #
637
672
  # @return [Types::CreateDatasetContentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
638
673
  #
@@ -642,6 +677,7 @@ module Aws::IoTAnalytics
642
677
  #
643
678
  # resp = client.create_dataset_content({
644
679
  # dataset_name: "DatasetName", # required
680
+ # version_id: "DatasetContentVersion",
645
681
  # })
646
682
  #
647
683
  # @example Response structure
@@ -655,24 +691,41 @@ module Aws::IoTAnalytics
655
691
  req.send_request(options)
656
692
  end
657
693
 
658
- # Creates a data store, which is a repository for messages.
694
+ # Creates a data store, which is a repository for messages. Only data
695
+ # stores that are used to save pipeline data can be configured with
696
+ # `ParquetConfiguration`.
659
697
  #
660
698
  # @option params [required, String] :datastore_name
661
699
  # The name of the data store.
662
700
  #
663
701
  # @option params [Types::DatastoreStorage] :datastore_storage
664
- # Where data store data is stored. You may choose one of
665
- # "serviceManagedS3" or "customerManagedS3" storage. If not
666
- # specified, the default is "serviceManagedS3". This cannot be changed
667
- # after the data store is created.
702
+ # Where data store data is stored. You can choose one of
703
+ # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
704
+ # the default is `serviceManagedS3`. You cannot change this storage
705
+ # option after the data store is created.
668
706
  #
669
707
  # @option params [Types::RetentionPeriod] :retention_period
670
708
  # How long, in days, message data is kept for the data store. When
671
- # "customerManagedS3" storage is selected, this parameter is ignored.
709
+ # `customerManagedS3` storage is selected, this parameter is ignored.
672
710
  #
673
711
  # @option params [Array<Types::Tag>] :tags
674
712
  # Metadata which can be used to manage the data store.
675
713
  #
714
+ # @option params [Types::FileFormatConfiguration] :file_format_configuration
715
+ # Contains the configuration information of file formats. AWS IoT
716
+ # Analytics data stores support JSON and [Parquet][1].
717
+ #
718
+ # The default file format is JSON. You can specify only one format.
719
+ #
720
+ # You can't change the file format after you create the data store.
721
+ #
722
+ #
723
+ #
724
+ # [1]: https://parquet.apache.org/
725
+ #
726
+ # @option params [Types::DatastorePartitions] :datastore_partitions
727
+ # Contains information about the partitions in a data store.
728
+ #
676
729
  # @return [Types::CreateDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
677
730
  #
678
731
  # * {Types::CreateDatastoreResponse#datastore_name #datastore_name} => String
@@ -702,6 +755,33 @@ module Aws::IoTAnalytics
702
755
  # value: "TagValue", # required
703
756
  # },
704
757
  # ],
758
+ # file_format_configuration: {
759
+ # json_configuration: {
760
+ # },
761
+ # parquet_configuration: {
762
+ # schema_definition: {
763
+ # columns: [
764
+ # {
765
+ # name: "ColumnName", # required
766
+ # type: "ColumnDataType", # required
767
+ # },
768
+ # ],
769
+ # },
770
+ # },
771
+ # },
772
+ # datastore_partitions: {
773
+ # partitions: [
774
+ # {
775
+ # attribute_partition: {
776
+ # attribute_name: "PartitionAttributeName", # required
777
+ # },
778
+ # timestamp_partition: {
779
+ # attribute_name: "PartitionAttributeName", # required
780
+ # timestamp_format: "TimestampFormat",
781
+ # },
782
+ # },
783
+ # ],
784
+ # },
705
785
  # })
706
786
  #
707
787
  # @example Response structure
@@ -728,15 +808,15 @@ module Aws::IoTAnalytics
728
808
  # The name of the pipeline.
729
809
  #
730
810
  # @option params [required, Array<Types::PipelineActivity>] :pipeline_activities
731
- # A list of "PipelineActivity" objects. Activities perform
811
+ # A list of `PipelineActivity` objects. Activities perform
732
812
  # transformations on your messages, such as removing, renaming or adding
733
813
  # message attributes; filtering messages based on attribute values;
734
814
  # invoking your Lambda functions on messages for advanced processing; or
735
815
  # performing mathematical transformations to normalize device data.
736
816
  #
737
- # The list can be 2-25 **PipelineActivity** objects and must contain
738
- # both a `channel` and a `datastore` activity. Each entry in the list
739
- # must contain only one activity, for example:
817
+ # The list can be 2-25 `PipelineActivity` objects and must contain both
818
+ # a `channel` and a `datastore` activity. Each entry in the list must
819
+ # contain only one activity. For example:
740
820
  #
741
821
  # `pipelineActivities = [ \{ "channel": \{ ... \} \}, \{ "lambda": \{
742
822
  # ... \} \}, ... ]`
@@ -854,9 +934,9 @@ module Aws::IoTAnalytics
854
934
  req.send_request(options)
855
935
  end
856
936
 
857
- # Deletes the specified data set.
937
+ # Deletes the specified dataset.
858
938
  #
859
- # You do not have to delete the content of the data set before you
939
+ # You do not have to delete the content of the dataset before you
860
940
  # perform this operation.
861
941
  #
862
942
  # @option params [required, String] :dataset_name
@@ -877,13 +957,13 @@ module Aws::IoTAnalytics
877
957
  req.send_request(options)
878
958
  end
879
959
 
880
- # Deletes the content of the specified data set.
960
+ # Deletes the content of the specified dataset.
881
961
  #
882
962
  # @option params [required, String] :dataset_name
883
- # The name of the data set whose content is deleted.
963
+ # The name of the dataset whose content is deleted.
884
964
  #
885
965
  # @option params [String] :version_id
886
- # The version of the data set whose content is deleted. You can also use
966
+ # The version of the dataset whose content is deleted. You can also use
887
967
  # the strings "$LATEST" or "$LATEST\_SUCCEEDED" to delete the latest
888
968
  # or latest successfully completed data set. If not specified,
889
969
  # "$LATEST\_SUCCEEDED" is the default.
@@ -978,6 +1058,7 @@ module Aws::IoTAnalytics
978
1058
  # resp.channel.retention_period.number_of_days #=> Integer
979
1059
  # resp.channel.creation_time #=> Time
980
1060
  # resp.channel.last_update_time #=> Time
1061
+ # resp.channel.last_message_arrival_time #=> Time
981
1062
  # resp.statistics.size.estimated_size_in_bytes #=> Float
982
1063
  # resp.statistics.size.estimated_on #=> Time
983
1064
  #
@@ -988,7 +1069,7 @@ module Aws::IoTAnalytics
988
1069
  req.send_request(options)
989
1070
  end
990
1071
 
991
- # Retrieves information about a data set.
1072
+ # Retrieves information about a dataset.
992
1073
  #
993
1074
  # @option params [required, String] :dataset_name
994
1075
  # The name of the data set whose information is retrieved.
@@ -1042,6 +1123,9 @@ module Aws::IoTAnalytics
1042
1123
  # resp.dataset.retention_period.number_of_days #=> Integer
1043
1124
  # resp.dataset.versioning_configuration.unlimited #=> Boolean
1044
1125
  # resp.dataset.versioning_configuration.max_versions #=> Integer
1126
+ # resp.dataset.late_data_rules #=> Array
1127
+ # resp.dataset.late_data_rules[0].rule_name #=> String
1128
+ # resp.dataset.late_data_rules[0].rule_configuration.delta_time_session_window_configuration.timeout_in_minutes #=> Integer
1045
1129
  #
1046
1130
  # @overload describe_dataset(params = {})
1047
1131
  # @param [Hash] params ({})
@@ -1084,6 +1168,14 @@ module Aws::IoTAnalytics
1084
1168
  # resp.datastore.retention_period.number_of_days #=> Integer
1085
1169
  # resp.datastore.creation_time #=> Time
1086
1170
  # resp.datastore.last_update_time #=> Time
1171
+ # resp.datastore.last_message_arrival_time #=> Time
1172
+ # resp.datastore.file_format_configuration.parquet_configuration.schema_definition.columns #=> Array
1173
+ # resp.datastore.file_format_configuration.parquet_configuration.schema_definition.columns[0].name #=> String
1174
+ # resp.datastore.file_format_configuration.parquet_configuration.schema_definition.columns[0].type #=> String
1175
+ # resp.datastore.datastore_partitions.partitions #=> Array
1176
+ # resp.datastore.datastore_partitions.partitions[0].attribute_partition.attribute_name #=> String
1177
+ # resp.datastore.datastore_partitions.partitions[0].timestamp_partition.attribute_name #=> String
1178
+ # resp.datastore.datastore_partitions.partitions[0].timestamp_partition.timestamp_format #=> String
1087
1179
  # resp.statistics.size.estimated_size_in_bytes #=> Float
1088
1180
  # resp.statistics.size.estimated_on #=> Time
1089
1181
  #
@@ -1186,7 +1278,7 @@ module Aws::IoTAnalytics
1186
1278
  req.send_request(options)
1187
1279
  end
1188
1280
 
1189
- # Retrieves the contents of a data set as pre-signed URIs.
1281
+ # Retrieves the contents of a data set as presigned URIs.
1190
1282
  #
1191
1283
  # @option params [required, String] :dataset_name
1192
1284
  # The name of the data set whose contents are retrieved.
@@ -1199,7 +1291,7 @@ module Aws::IoTAnalytics
1199
1291
  #
1200
1292
  # @return [Types::GetDatasetContentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1201
1293
  #
1202
- # * {Types::GetDatasetContentResponse#entries #entries} => Array&lt;Types::DatasetEntry&gt;
1294
+ # * {Types::GetDatasetContentResponse#entries #data.entries} => Array&lt;Types::DatasetEntry&gt; (This method conflicts with a method on Response, call it through the data member)
1203
1295
  # * {Types::GetDatasetContentResponse#timestamp #timestamp} => Time
1204
1296
  # * {Types::GetDatasetContentResponse#status #status} => Types::DatasetContentStatus
1205
1297
  #
@@ -1212,9 +1304,9 @@ module Aws::IoTAnalytics
1212
1304
  #
1213
1305
  # @example Response structure
1214
1306
  #
1215
- # resp.entries #=> Array
1216
- # resp.entries[0].entry_name #=> String
1217
- # resp.entries[0].data_uri #=> String
1307
+ # resp.data.entries #=> Array
1308
+ # resp.data.entries[0].entry_name #=> String
1309
+ # resp.data.entries[0].data_uri #=> String
1218
1310
  # resp.timestamp #=> Time
1219
1311
  # resp.status.state #=> String, one of "CREATING", "SUCCEEDED", "FAILED"
1220
1312
  # resp.status.reason #=> String
@@ -1260,6 +1352,7 @@ module Aws::IoTAnalytics
1260
1352
  # resp.channel_summaries[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING"
1261
1353
  # resp.channel_summaries[0].creation_time #=> Time
1262
1354
  # resp.channel_summaries[0].last_update_time #=> Time
1355
+ # resp.channel_summaries[0].last_message_arrival_time #=> Time
1263
1356
  # resp.next_token #=> String
1264
1357
  #
1265
1358
  # @overload list_channels(params = {})
@@ -1283,12 +1376,12 @@ module Aws::IoTAnalytics
1283
1376
  # @option params [Time,DateTime,Date,Integer,String] :scheduled_on_or_after
1284
1377
  # A filter to limit results to those data set contents whose creation is
1285
1378
  # scheduled on or after the given time. See the field
1286
- # `triggers.schedule` in the CreateDataset request. (timestamp)
1379
+ # `triggers.schedule` in the `CreateDataset` request. (timestamp)
1287
1380
  #
1288
1381
  # @option params [Time,DateTime,Date,Integer,String] :scheduled_before
1289
1382
  # A filter to limit results to those data set contents whose creation is
1290
1383
  # scheduled before the given time. See the field `triggers.schedule` in
1291
- # the CreateDataset request. (timestamp)
1384
+ # the `CreateDataset` request. (timestamp)
1292
1385
  #
1293
1386
  # @return [Types::ListDatasetContentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1294
1387
  #
@@ -1405,6 +1498,12 @@ module Aws::IoTAnalytics
1405
1498
  # resp.datastore_summaries[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING"
1406
1499
  # resp.datastore_summaries[0].creation_time #=> Time
1407
1500
  # resp.datastore_summaries[0].last_update_time #=> Time
1501
+ # resp.datastore_summaries[0].last_message_arrival_time #=> Time
1502
+ # resp.datastore_summaries[0].file_format_type #=> String, one of "JSON", "PARQUET"
1503
+ # resp.datastore_summaries[0].datastore_partitions.partitions #=> Array
1504
+ # resp.datastore_summaries[0].datastore_partitions.partitions[0].attribute_partition.attribute_name #=> String
1505
+ # resp.datastore_summaries[0].datastore_partitions.partitions[0].timestamp_partition.attribute_name #=> String
1506
+ # resp.datastore_summaries[0].datastore_partitions.partitions[0].timestamp_partition.timestamp_format #=> String
1408
1507
  # resp.next_token #=> String
1409
1508
  #
1410
1509
  # @overload list_datastores(params = {})
@@ -1457,7 +1556,7 @@ module Aws::IoTAnalytics
1457
1556
  req.send_request(options)
1458
1557
  end
1459
1558
 
1460
- # Lists the tags (metadata) which you have assigned to the resource.
1559
+ # Lists the tags (metadata) that you have assigned to the resource.
1461
1560
  #
1462
1561
  # @option params [required, String] :resource_arn
1463
1562
  # The ARN of the resource whose tags you want to list.
@@ -1487,11 +1586,11 @@ module Aws::IoTAnalytics
1487
1586
 
1488
1587
  # Sets or updates the AWS IoT Analytics logging options.
1489
1588
  #
1490
- # Note that if you update the value of any `loggingOptions` field, it
1491
- # takes up to one minute for the change to take effect. Also, if you
1492
- # change the policy attached to the role you specified in the roleArn
1493
- # field (for example, to correct an invalid policy) it takes up to 5
1494
- # minutes for that change to take effect.
1589
+ # If you update the value of any `loggingOptions` field, it takes up to
1590
+ # one minute for the change to take effect. Also, if you change the
1591
+ # policy attached to the role you specified in the `roleArn` field (for
1592
+ # example, to correct an invalid policy), it takes up to five minutes
1593
+ # for that change to take effect.
1495
1594
  #
1496
1595
  # @option params [required, Types::LoggingOptions] :logging_options
1497
1596
  # The new values of the AWS IoT Analytics logging options.
@@ -1519,12 +1618,12 @@ module Aws::IoTAnalytics
1519
1618
  # payload.
1520
1619
  #
1521
1620
  # @option params [required, Types::PipelineActivity] :pipeline_activity
1522
- # The pipeline activity that is run. This must not be a 'channel'
1523
- # activity or a 'datastore' activity because these activities are used
1524
- # in a pipeline only to load the original message and to store the
1525
- # (possibly) transformed message. If a 'lambda' activity is specified,
1526
- # only short-running Lambda functions (those with a timeout of less than
1527
- # 30 seconds or less) can be used.
1621
+ # The pipeline activity that is run. This must not be a channel activity
1622
+ # or a datastore activity because these activities are used in a
1623
+ # pipeline only to load the original message and to store the (possibly)
1624
+ # transformed message. If a lambda activity is specified, only
1625
+ # short-running Lambda functions (those with a timeout of less than 30
1626
+ # seconds or less) can be used.
1528
1627
  #
1529
1628
  # @option params [required, Array<String, StringIO, File>] :payloads
1530
1629
  # The sample message payloads on which the pipeline activity is run.
@@ -1619,7 +1718,7 @@ module Aws::IoTAnalytics
1619
1718
  # The name of the channel whose message samples are retrieved.
1620
1719
  #
1621
1720
  # @option params [Integer] :max_messages
1622
- # The number of sample messages to be retrieved. The limit is 10, the
1721
+ # The number of sample messages to be retrieved. The limit is 10. The
1623
1722
  # default is also 10.
1624
1723
  #
1625
1724
  # @option params [Time,DateTime,Date,Integer,String] :start_time
@@ -1661,9 +1760,22 @@ module Aws::IoTAnalytics
1661
1760
  # @option params [Time,DateTime,Date,Integer,String] :start_time
1662
1761
  # The start time (inclusive) of raw message data that is reprocessed.
1663
1762
  #
1763
+ # If you specify a value for the `startTime` parameter, you must not use
1764
+ # the `channelMessages` object.
1765
+ #
1664
1766
  # @option params [Time,DateTime,Date,Integer,String] :end_time
1665
1767
  # The end time (exclusive) of raw message data that is reprocessed.
1666
1768
  #
1769
+ # If you specify a value for the `endTime` parameter, you must not use
1770
+ # the `channelMessages` object.
1771
+ #
1772
+ # @option params [Types::ChannelMessages] :channel_messages
1773
+ # Specifies one or more sets of channel messages that you want to
1774
+ # reprocess.
1775
+ #
1776
+ # If you use the `channelMessages` object, you must not specify a value
1777
+ # for `startTime` and `endTime`.
1778
+ #
1667
1779
  # @return [Types::StartPipelineReprocessingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1668
1780
  #
1669
1781
  # * {Types::StartPipelineReprocessingResponse#reprocessing_id #reprocessing_id} => String
@@ -1674,6 +1786,9 @@ module Aws::IoTAnalytics
1674
1786
  # pipeline_name: "PipelineName", # required
1675
1787
  # start_time: Time.now,
1676
1788
  # end_time: Time.now,
1789
+ # channel_messages: {
1790
+ # s3_paths: ["S3PathChannelMessage"],
1791
+ # },
1677
1792
  # })
1678
1793
  #
1679
1794
  # @example Response structure
@@ -1688,7 +1803,7 @@ module Aws::IoTAnalytics
1688
1803
  end
1689
1804
 
1690
1805
  # Adds to or modifies the tags of the given resource. Tags are metadata
1691
- # which can be used to manage a resource.
1806
+ # that can be used to manage a resource.
1692
1807
  #
1693
1808
  # @option params [required, String] :resource_arn
1694
1809
  # The ARN of the resource whose tags you want to modify.
@@ -1747,10 +1862,10 @@ module Aws::IoTAnalytics
1747
1862
  # The name of the channel to be updated.
1748
1863
  #
1749
1864
  # @option params [Types::ChannelStorage] :channel_storage
1750
- # Where channel data is stored. You may choose one of
1751
- # "serviceManagedS3" or "customerManagedS3" storage. If not
1752
- # specified, the default is "serviceManagedS3". This cannot be changed
1753
- # after creation of the channel.
1865
+ # Where channel data is stored. You can choose one of `serviceManagedS3`
1866
+ # or `customerManagedS3` storage. If not specified, the default is
1867
+ # `serviceManagedS3`. You cannot change this storage option after the
1868
+ # channel is created.
1754
1869
  #
1755
1870
  # @option params [Types::RetentionPeriod] :retention_period
1756
1871
  # How long, in days, message data is kept for the channel. The retention
@@ -1791,26 +1906,39 @@ module Aws::IoTAnalytics
1791
1906
  # The name of the data set to update.
1792
1907
  #
1793
1908
  # @option params [required, Array<Types::DatasetAction>] :actions
1794
- # A list of "DatasetAction" objects.
1909
+ # A list of `DatasetAction` objects.
1795
1910
  #
1796
1911
  # @option params [Array<Types::DatasetTrigger>] :triggers
1797
- # A list of "DatasetTrigger" objects. The list can be empty or can
1798
- # contain up to five **DataSetTrigger** objects.
1912
+ # A list of `DatasetTrigger` objects. The list can be empty or can
1913
+ # contain up to five `DatasetTrigger` objects.
1799
1914
  #
1800
1915
  # @option params [Array<Types::DatasetContentDeliveryRule>] :content_delivery_rules
1801
- # When data set contents are created they are delivered to destinations
1916
+ # When dataset contents are created, they are delivered to destinations
1802
1917
  # specified here.
1803
1918
  #
1804
1919
  # @option params [Types::RetentionPeriod] :retention_period
1805
- # How long, in days, data set contents are kept for the data set.
1920
+ # How long, in days, dataset contents are kept for the dataset.
1806
1921
  #
1807
1922
  # @option params [Types::VersioningConfiguration] :versioning_configuration
1808
- # \[Optional\] How many versions of data set contents are kept. If not
1923
+ # Optional. How many versions of dataset contents are kept. If not
1809
1924
  # specified or set to null, only the latest version plus the latest
1810
1925
  # succeeded version (if they are different) are kept for the time period
1811
- # specified by the "retentionPeriod" parameter. (For more information,
1812
- # see
1813
- # https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions)
1926
+ # specified by the `retentionPeriod` parameter. For more information,
1927
+ # see [Keeping Multiple Versions of AWS IoT Analytics Data Sets][1] in
1928
+ # the *AWS IoT Analytics User Guide*.
1929
+ #
1930
+ #
1931
+ #
1932
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions
1933
+ #
1934
+ # @option params [Array<Types::LateDataRule>] :late_data_rules
1935
+ # A list of data rules that send notifications to Amazon CloudWatch,
1936
+ # when data arrives late. To specify `lateDataRules`, the dataset must
1937
+ # use a [DeltaTimer][1] filter.
1938
+ #
1939
+ #
1940
+ #
1941
+ # [1]: https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html
1814
1942
  #
1815
1943
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1816
1944
  #
@@ -1893,6 +2021,16 @@ module Aws::IoTAnalytics
1893
2021
  # unlimited: false,
1894
2022
  # max_versions: 1,
1895
2023
  # },
2024
+ # late_data_rules: [
2025
+ # {
2026
+ # rule_name: "LateDataRuleName",
2027
+ # rule_configuration: { # required
2028
+ # delta_time_session_window_configuration: {
2029
+ # timeout_in_minutes: 1, # required
2030
+ # },
2031
+ # },
2032
+ # },
2033
+ # ],
1896
2034
  # })
1897
2035
  #
1898
2036
  # @overload update_dataset(params = {})
@@ -1913,10 +2051,22 @@ module Aws::IoTAnalytics
1913
2051
  # customer-managed.
1914
2052
  #
1915
2053
  # @option params [Types::DatastoreStorage] :datastore_storage
1916
- # Where data store data is stored. You may choose one of
1917
- # "serviceManagedS3" or "customerManagedS3" storage. If not
1918
- # specified, the default is "serviceManagedS3". This cannot be changed
1919
- # after the data store is created.
2054
+ # Where data store data is stored. You can choose one of
2055
+ # `serviceManagedS3` or `customerManagedS3` storage. If not specified,
2056
+ # the default is`serviceManagedS3`. You cannot change this storage
2057
+ # option after the data store is created.
2058
+ #
2059
+ # @option params [Types::FileFormatConfiguration] :file_format_configuration
2060
+ # Contains the configuration information of file formats. AWS IoT
2061
+ # Analytics data stores support JSON and [Parquet][1].
2062
+ #
2063
+ # The default file format is JSON. You can specify only one format.
2064
+ #
2065
+ # You can't change the file format after you create the data store.
2066
+ #
2067
+ #
2068
+ #
2069
+ # [1]: https://parquet.apache.org/
1920
2070
  #
1921
2071
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1922
2072
  #
@@ -1937,6 +2087,20 @@ module Aws::IoTAnalytics
1937
2087
  # role_arn: "RoleArn", # required
1938
2088
  # },
1939
2089
  # },
2090
+ # file_format_configuration: {
2091
+ # json_configuration: {
2092
+ # },
2093
+ # parquet_configuration: {
2094
+ # schema_definition: {
2095
+ # columns: [
2096
+ # {
2097
+ # name: "ColumnName", # required
2098
+ # type: "ColumnDataType", # required
2099
+ # },
2100
+ # ],
2101
+ # },
2102
+ # },
2103
+ # },
1940
2104
  # })
1941
2105
  #
1942
2106
  # @overload update_datastore(params = {})
@@ -1954,15 +2118,15 @@ module Aws::IoTAnalytics
1954
2118
  # The name of the pipeline to update.
1955
2119
  #
1956
2120
  # @option params [required, Array<Types::PipelineActivity>] :pipeline_activities
1957
- # A list of "PipelineActivity" objects. Activities perform
2121
+ # A list of `PipelineActivity` objects. Activities perform
1958
2122
  # transformations on your messages, such as removing, renaming or adding
1959
2123
  # message attributes; filtering messages based on attribute values;
1960
2124
  # invoking your Lambda functions on messages for advanced processing; or
1961
2125
  # performing mathematical transformations to normalize device data.
1962
2126
  #
1963
- # The list can be 2-25 **PipelineActivity** objects and must contain
1964
- # both a `channel` and a `datastore` activity. Each entry in the list
1965
- # must contain only one activity, for example:
2127
+ # The list can be 2-25 `PipelineActivity` objects and must contain both
2128
+ # a `channel` and a `datastore` activity. Each entry in the list must
2129
+ # contain only one activity. For example:
1966
2130
  #
1967
2131
  # `pipelineActivities = [ \{ "channel": \{ ... \} \}, \{ "lambda": \{
1968
2132
  # ... \} \}, ... ]`
@@ -2056,7 +2220,7 @@ module Aws::IoTAnalytics
2056
2220
  params: params,
2057
2221
  config: config)
2058
2222
  context[:gem_name] = 'aws-sdk-iotanalytics'
2059
- context[:gem_version] = '1.34.0'
2223
+ context[:gem_version] = '1.39.0'
2060
2224
  Seahorse::Client::Request.new(handlers, context)
2061
2225
  end
2062
2226