aws-sdk-iotanalytics 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-iotanalytics.rb +1 -1
 - data/lib/aws-sdk-iotanalytics/client.rb +86 -71
 - data/lib/aws-sdk-iotanalytics/client_api.rb +20 -0
 - data/lib/aws-sdk-iotanalytics/types.rb +340 -221
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 2344fc889cc76a52b7fbd1cea9dd247f00e986d33e34843ff4845374d13f79d5
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: a21e6ea07fc986af24e3ee5af8480ba8748c15e3d3bf54d163d82ef2d8534a2c
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 302f0b09a6f4d3e4788ecab97f138baa572fa0c4eacd35cc23e034ae0d6e0c934aeedd2cc9c8175dbfaacf70d428f467917f5fd59eef974fbdb4fde4dd3dfbb0
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5b782067ca3e651b4c5d110a8f8e2733f1d7d7d9ba2cfa11f6e9ab1c2da79f88d4c8c29ebd2c09063f12a7f58ee9f935c5cce5f5e3471dd2170735acba460dc3
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,6 +1,11 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Unreleased Changes
         
     | 
| 
       2 
2 
     | 
    
         
             
            ------------------
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
      
 4 
     | 
    
         
            +
            1.40.0 (2021-07-27)
         
     | 
| 
      
 5 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            * Feature - IoT Analytics now supports creating a dataset resource with IoT SiteWise MultiLayerStorage data stores, enabling customers to query industrial data within the service. This release includes adding JOIN functionality for customers to query multiple data sources in a dataset.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
       4 
9 
     | 
    
         
             
            1.39.0 (2021-06-14)
         
     | 
| 
       5 
10 
     | 
    
         
             
            ------------------
         
     | 
| 
       6 
11 
     | 
    
         | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.40.0
         
     | 
    
        data/lib/aws-sdk-iotanalytics.rb
    CHANGED
    
    
| 
         @@ -336,7 +336,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       336 
336 
     | 
    
         
             
                #   The list of messages to be sent. Each message has the format: \\\{
         
     | 
| 
       337 
337 
     | 
    
         
             
                #   "messageId": "string", "payload": "string"\\}.
         
     | 
| 
       338 
338 
     | 
    
         
             
                #
         
     | 
| 
       339 
     | 
    
         
            -
                #   The field names of message payloads (data) that you send to  
     | 
| 
      
 339 
     | 
    
         
            +
                #   The field names of message payloads (data) that you send to IoT
         
     | 
| 
       340 
340 
     | 
    
         
             
                #   Analytics:
         
     | 
| 
       341 
341 
     | 
    
         
             
                #
         
     | 
| 
       342 
342 
     | 
    
         
             
                #   * Must contain only alphanumeric characters and undescores (\_). No
         
     | 
| 
         @@ -413,9 +413,9 @@ module Aws::IoTAnalytics 
     | 
|
| 
       413 
413 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       414 
414 
     | 
    
         
             
                end
         
     | 
| 
       415 
415 
     | 
    
         | 
| 
       416 
     | 
    
         
            -
                #  
     | 
| 
       417 
     | 
    
         
            -
                # archives the raw, unprocessed messages before publishing the data 
     | 
| 
       418 
     | 
    
         
            -
                # pipeline.
         
     | 
| 
      
 416 
     | 
    
         
            +
                # Used to create a channel. A channel collects data from an MQTT topic
         
     | 
| 
      
 417 
     | 
    
         
            +
                # and archives the raw, unprocessed messages before publishing the data
         
     | 
| 
      
 418 
     | 
    
         
            +
                # to a pipeline.
         
     | 
| 
       419 
419 
     | 
    
         
             
                #
         
     | 
| 
       420 
420 
     | 
    
         
             
                # @option params [required, String] :channel_name
         
     | 
| 
       421 
421 
     | 
    
         
             
                #   The name of the channel.
         
     | 
| 
         @@ -423,7 +423,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       423 
423 
     | 
    
         
             
                # @option params [Types::ChannelStorage] :channel_storage
         
     | 
| 
       424 
424 
     | 
    
         
             
                #   Where channel data is stored. You can choose one of `serviceManagedS3`
         
     | 
| 
       425 
425 
     | 
    
         
             
                #   or `customerManagedS3` storage. If not specified, the default is
         
     | 
| 
       426 
     | 
    
         
            -
                #   `serviceManagedS3`. You  
     | 
| 
      
 426 
     | 
    
         
            +
                #   `serviceManagedS3`. You can't change this storage option after the
         
     | 
| 
       427 
427 
     | 
    
         
             
                #   channel is created.
         
     | 
| 
       428 
428 
     | 
    
         
             
                #
         
     | 
| 
       429 
429 
     | 
    
         
             
                # @option params [Types::RetentionPeriod] :retention_period
         
     | 
| 
         @@ -478,22 +478,22 @@ module Aws::IoTAnalytics 
     | 
|
| 
       478 
478 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       479 
479 
     | 
    
         
             
                end
         
     | 
| 
       480 
480 
     | 
    
         | 
| 
       481 
     | 
    
         
            -
                #  
     | 
| 
       482 
     | 
    
         
            -
                # by applying a `queryAction` (a SQL query) or a `containerAction`
         
     | 
| 
      
 481 
     | 
    
         
            +
                # Used to create a dataset. A dataset stores data retrieved from a data
         
     | 
| 
      
 482 
     | 
    
         
            +
                # store by applying a `queryAction` (a SQL query) or a `containerAction`
         
     | 
| 
       483 
483 
     | 
    
         
             
                # (executing a containerized application). This operation creates the
         
     | 
| 
       484 
484 
     | 
    
         
             
                # skeleton of a dataset. The dataset can be populated manually by
         
     | 
| 
       485 
485 
     | 
    
         
             
                # calling `CreateDatasetContent` or automatically according to a trigger
         
     | 
| 
       486 
486 
     | 
    
         
             
                # you specify.
         
     | 
| 
       487 
487 
     | 
    
         
             
                #
         
     | 
| 
       488 
488 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       489 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 489 
     | 
    
         
            +
                #   The name of the dataset.
         
     | 
| 
       490 
490 
     | 
    
         
             
                #
         
     | 
| 
       491 
491 
     | 
    
         
             
                # @option params [required, Array<Types::DatasetAction>] :actions
         
     | 
| 
       492 
     | 
    
         
            -
                #   A list of actions that create the  
     | 
| 
      
 492 
     | 
    
         
            +
                #   A list of actions that create the dataset contents.
         
     | 
| 
       493 
493 
     | 
    
         
             
                #
         
     | 
| 
       494 
494 
     | 
    
         
             
                # @option params [Array<Types::DatasetTrigger>] :triggers
         
     | 
| 
       495 
     | 
    
         
            -
                #   A list of triggers. A trigger causes  
     | 
| 
       496 
     | 
    
         
            -
                #   at a specified time interval or when another  
     | 
| 
      
 495 
     | 
    
         
            +
                #   A list of triggers. A trigger causes dataset contents to be populated
         
     | 
| 
      
 496 
     | 
    
         
            +
                #   at a specified time interval or when another dataset's contents are
         
     | 
| 
       497 
497 
     | 
    
         
             
                #   created. The list of triggers can be empty or contain up to five
         
     | 
| 
       498 
498 
     | 
    
         
             
                #   `DataSetTrigger` objects.
         
     | 
| 
       499 
499 
     | 
    
         
             
                #
         
     | 
| 
         @@ -506,9 +506,9 @@ module Aws::IoTAnalytics 
     | 
|
| 
       506 
506 
     | 
    
         
             
                #   the dataset. If not specified or set to `null`, versions of dataset
         
     | 
| 
       507 
507 
     | 
    
         
             
                #   contents are retained for at most 90 days. The number of versions of
         
     | 
| 
       508 
508 
     | 
    
         
             
                #   dataset contents retained is determined by the
         
     | 
| 
       509 
     | 
    
         
            -
                #   `versioningConfiguration` parameter. For more information, see
         
     | 
| 
       510 
     | 
    
         
            -
                #    
     | 
| 
       511 
     | 
    
         
            -
                #    
     | 
| 
      
 509 
     | 
    
         
            +
                #   `versioningConfiguration` parameter. For more information, see [
         
     | 
| 
      
 510 
     | 
    
         
            +
                #   Keeping Multiple Versions of IoT Analytics datasets][1] in the *IoT
         
     | 
| 
      
 511 
     | 
    
         
            +
                #   Analytics User Guide*.
         
     | 
| 
       512 
512 
     | 
    
         
             
                #
         
     | 
| 
       513 
513 
     | 
    
         
             
                #
         
     | 
| 
       514 
514 
     | 
    
         
             
                #
         
     | 
| 
         @@ -519,20 +519,20 @@ module Aws::IoTAnalytics 
     | 
|
| 
       519 
519 
     | 
    
         
             
                #   specified or set to null, only the latest version plus the latest
         
     | 
| 
       520 
520 
     | 
    
         
             
                #   succeeded version (if they are different) are kept for the time period
         
     | 
| 
       521 
521 
     | 
    
         
             
                #   specified by the `retentionPeriod` parameter. For more information,
         
     | 
| 
       522 
     | 
    
         
            -
                #   see [Keeping Multiple Versions of  
     | 
| 
       523 
     | 
    
         
            -
                #    
     | 
| 
      
 522 
     | 
    
         
            +
                #   see [Keeping Multiple Versions of IoT Analytics datasets][1] in the
         
     | 
| 
      
 523 
     | 
    
         
            +
                #   *IoT Analytics User Guide*.
         
     | 
| 
       524 
524 
     | 
    
         
             
                #
         
     | 
| 
       525 
525 
     | 
    
         
             
                #
         
     | 
| 
       526 
526 
     | 
    
         
             
                #
         
     | 
| 
       527 
527 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions
         
     | 
| 
       528 
528 
     | 
    
         
             
                #
         
     | 
| 
       529 
529 
     | 
    
         
             
                # @option params [Array<Types::Tag>] :tags
         
     | 
| 
       530 
     | 
    
         
            -
                #   Metadata which can be used to manage the  
     | 
| 
      
 530 
     | 
    
         
            +
                #   Metadata which can be used to manage the dataset.
         
     | 
| 
       531 
531 
     | 
    
         
             
                #
         
     | 
| 
       532 
532 
     | 
    
         
             
                # @option params [Array<Types::LateDataRule>] :late_data_rules
         
     | 
| 
       533 
     | 
    
         
            -
                #   A list of data rules that send notifications to  
     | 
| 
       534 
     | 
    
         
            -
                #    
     | 
| 
       535 
     | 
    
         
            -
                #    
     | 
| 
      
 533 
     | 
    
         
            +
                #   A list of data rules that send notifications to CloudWatch, when data
         
     | 
| 
      
 534 
     | 
    
         
            +
                #   arrives late. To specify `lateDataRules`, the dataset must use a
         
     | 
| 
      
 535 
     | 
    
         
            +
                #   [DeltaTimer][1] filter.
         
     | 
| 
       536 
536 
     | 
    
         
             
                #
         
     | 
| 
       537 
537 
     | 
    
         
             
                #
         
     | 
| 
       538 
538 
     | 
    
         
             
                #
         
     | 
| 
         @@ -655,7 +655,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       655 
655 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       656 
656 
     | 
    
         
             
                end
         
     | 
| 
       657 
657 
     | 
    
         | 
| 
       658 
     | 
    
         
            -
                # Creates the content of a  
     | 
| 
      
 658 
     | 
    
         
            +
                # Creates the content of a dataset by applying a `queryAction` (a SQL
         
     | 
| 
       659 
659 
     | 
    
         
             
                # query) or a `containerAction` (executing a containerized application).
         
     | 
| 
       660 
660 
     | 
    
         
             
                #
         
     | 
| 
       661 
661 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
         @@ -691,18 +691,17 @@ module Aws::IoTAnalytics 
     | 
|
| 
       691 
691 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       692 
692 
     | 
    
         
             
                end
         
     | 
| 
       693 
693 
     | 
    
         | 
| 
       694 
     | 
    
         
            -
                # Creates a data store, which is a repository for messages. 
     | 
| 
       695 
     | 
    
         
            -
                # stores that are used to save pipeline data can be configured with
         
     | 
| 
       696 
     | 
    
         
            -
                # `ParquetConfiguration`.
         
     | 
| 
      
 694 
     | 
    
         
            +
                # Creates a data store, which is a repository for messages.
         
     | 
| 
       697 
695 
     | 
    
         
             
                #
         
     | 
| 
       698 
696 
     | 
    
         
             
                # @option params [required, String] :datastore_name
         
     | 
| 
       699 
697 
     | 
    
         
             
                #   The name of the data store.
         
     | 
| 
       700 
698 
     | 
    
         
             
                #
         
     | 
| 
       701 
699 
     | 
    
         
             
                # @option params [Types::DatastoreStorage] :datastore_storage
         
     | 
| 
       702 
     | 
    
         
            -
                #   Where data  
     | 
| 
       703 
     | 
    
         
            -
                #   `serviceManagedS3`  
     | 
| 
       704 
     | 
    
         
            -
                #    
     | 
| 
       705 
     | 
    
         
            -
                #    
     | 
| 
      
 700 
     | 
    
         
            +
                #   Where data in a data store is stored.. You can choose
         
     | 
| 
      
 701 
     | 
    
         
            +
                #   `serviceManagedS3` storage, `customerManagedS3` storage, or
         
     | 
| 
      
 702 
     | 
    
         
            +
                #   `iotSiteWiseMultiLayerStorage` storage. The default is
         
     | 
| 
      
 703 
     | 
    
         
            +
                #   `serviceManagedS3`. You can't change the choice of Amazon S3 storage
         
     | 
| 
      
 704 
     | 
    
         
            +
                #   after your data store is created.
         
     | 
| 
       706 
705 
     | 
    
         
             
                #
         
     | 
| 
       707 
706 
     | 
    
         
             
                # @option params [Types::RetentionPeriod] :retention_period
         
     | 
| 
       708 
707 
     | 
    
         
             
                #   How long, in days, message data is kept for the data store. When
         
     | 
| 
         @@ -712,8 +711,8 @@ module Aws::IoTAnalytics 
     | 
|
| 
       712 
711 
     | 
    
         
             
                #   Metadata which can be used to manage the data store.
         
     | 
| 
       713 
712 
     | 
    
         
             
                #
         
     | 
| 
       714 
713 
     | 
    
         
             
                # @option params [Types::FileFormatConfiguration] :file_format_configuration
         
     | 
| 
       715 
     | 
    
         
            -
                #   Contains the configuration information of file formats.  
     | 
| 
       716 
     | 
    
         
            -
                #    
     | 
| 
      
 714 
     | 
    
         
            +
                #   Contains the configuration information of file formats. IoT Analytics
         
     | 
| 
      
 715 
     | 
    
         
            +
                #   data stores support JSON and [Parquet][1].
         
     | 
| 
       717 
716 
     | 
    
         
             
                #
         
     | 
| 
       718 
717 
     | 
    
         
             
                #   The default file format is JSON. You can specify only one format.
         
     | 
| 
       719 
718 
     | 
    
         
             
                #
         
     | 
| 
         @@ -724,7 +723,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       724 
723 
     | 
    
         
             
                #   [1]: https://parquet.apache.org/
         
     | 
| 
       725 
724 
     | 
    
         
             
                #
         
     | 
| 
       726 
725 
     | 
    
         
             
                # @option params [Types::DatastorePartitions] :datastore_partitions
         
     | 
| 
       727 
     | 
    
         
            -
                #   Contains information about the  
     | 
| 
      
 726 
     | 
    
         
            +
                #   Contains information about the partition dimensions in a data store.
         
     | 
| 
       728 
727 
     | 
    
         
             
                #
         
     | 
| 
       729 
728 
     | 
    
         
             
                # @return [Types::CreateDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       730 
729 
     | 
    
         
             
                #
         
     | 
| 
         @@ -744,6 +743,12 @@ module Aws::IoTAnalytics 
     | 
|
| 
       744 
743 
     | 
    
         
             
                #         key_prefix: "S3KeyPrefix",
         
     | 
| 
       745 
744 
     | 
    
         
             
                #         role_arn: "RoleArn", # required
         
     | 
| 
       746 
745 
     | 
    
         
             
                #       },
         
     | 
| 
      
 746 
     | 
    
         
            +
                #       iot_site_wise_multi_layer_storage: {
         
     | 
| 
      
 747 
     | 
    
         
            +
                #         customer_managed_s3_storage: { # required
         
     | 
| 
      
 748 
     | 
    
         
            +
                #           bucket: "BucketName", # required
         
     | 
| 
      
 749 
     | 
    
         
            +
                #           key_prefix: "S3KeyPrefix",
         
     | 
| 
      
 750 
     | 
    
         
            +
                #         },
         
     | 
| 
      
 751 
     | 
    
         
            +
                #       },
         
     | 
| 
       747 
752 
     | 
    
         
             
                #     },
         
     | 
| 
       748 
753 
     | 
    
         
             
                #     retention_period: {
         
     | 
| 
       749 
754 
     | 
    
         
             
                #       unlimited: false,
         
     | 
| 
         @@ -811,7 +816,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       811 
816 
     | 
    
         
             
                #   A list of `PipelineActivity` objects. Activities perform
         
     | 
| 
       812 
817 
     | 
    
         
             
                #   transformations on your messages, such as removing, renaming or adding
         
     | 
| 
       813 
818 
     | 
    
         
             
                #   message attributes; filtering messages based on attribute values;
         
     | 
| 
       814 
     | 
    
         
            -
                #   invoking your Lambda  
     | 
| 
      
 819 
     | 
    
         
            +
                #   invoking your Lambda unctions on messages for advanced processing; or
         
     | 
| 
       815 
820 
     | 
    
         
             
                #   performing mathematical transformations to normalize device data.
         
     | 
| 
       816 
821 
     | 
    
         
             
                #
         
     | 
| 
       817 
822 
     | 
    
         
             
                #   The list can be 2-25 `PipelineActivity` objects and must contain both
         
     | 
| 
         @@ -940,7 +945,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       940 
945 
     | 
    
         
             
                # perform this operation.
         
     | 
| 
       941 
946 
     | 
    
         
             
                #
         
     | 
| 
       942 
947 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       943 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 948 
     | 
    
         
            +
                #   The name of the dataset to delete.
         
     | 
| 
       944 
949 
     | 
    
         
             
                #
         
     | 
| 
       945 
950 
     | 
    
         
             
                # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
         
     | 
| 
       946 
951 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1031,7 +1036,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1031 
1036 
     | 
    
         
             
                #
         
     | 
| 
       1032 
1037 
     | 
    
         
             
                # @option params [Boolean] :include_statistics
         
     | 
| 
       1033 
1038 
     | 
    
         
             
                #   If true, additional statistical information about the channel is
         
     | 
| 
       1034 
     | 
    
         
            -
                #   included in the response. This feature  
     | 
| 
      
 1039 
     | 
    
         
            +
                #   included in the response. This feature can't be used with a channel
         
     | 
| 
       1035 
1040 
     | 
    
         
             
                #   whose S3 storage is customer-managed.
         
     | 
| 
       1036 
1041 
     | 
    
         
             
                #
         
     | 
| 
       1037 
1042 
     | 
    
         
             
                # @return [Types::DescribeChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
         @@ -1072,7 +1077,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1072 
1077 
     | 
    
         
             
                # Retrieves information about a dataset.
         
     | 
| 
       1073 
1078 
     | 
    
         
             
                #
         
     | 
| 
       1074 
1079 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       1075 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 1080 
     | 
    
         
            +
                #   The name of the dataset whose information is retrieved.
         
     | 
| 
       1076 
1081 
     | 
    
         
             
                #
         
     | 
| 
       1077 
1082 
     | 
    
         
             
                # @return [Types::DescribeDatasetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       1078 
1083 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1141,7 +1146,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1141 
1146 
     | 
    
         
             
                #
         
     | 
| 
       1142 
1147 
     | 
    
         
             
                # @option params [Boolean] :include_statistics
         
     | 
| 
       1143 
1148 
     | 
    
         
             
                #   If true, additional statistical information about the data store is
         
     | 
| 
       1144 
     | 
    
         
            -
                #   included in the response. This feature  
     | 
| 
      
 1149 
     | 
    
         
            +
                #   included in the response. This feature can't be used with a data
         
     | 
| 
       1145 
1150 
     | 
    
         
             
                #   store whose S3 storage is customer-managed.
         
     | 
| 
       1146 
1151 
     | 
    
         
             
                #
         
     | 
| 
       1147 
1152 
     | 
    
         
             
                # @return [Types::DescribeDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
         @@ -1162,6 +1167,8 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1162 
1167 
     | 
    
         
             
                #   resp.datastore.storage.customer_managed_s3.bucket #=> String
         
     | 
| 
       1163 
1168 
     | 
    
         
             
                #   resp.datastore.storage.customer_managed_s3.key_prefix #=> String
         
     | 
| 
       1164 
1169 
     | 
    
         
             
                #   resp.datastore.storage.customer_managed_s3.role_arn #=> String
         
     | 
| 
      
 1170 
     | 
    
         
            +
                #   resp.datastore.storage.iot_site_wise_multi_layer_storage.customer_managed_s3_storage.bucket #=> String
         
     | 
| 
      
 1171 
     | 
    
         
            +
                #   resp.datastore.storage.iot_site_wise_multi_layer_storage.customer_managed_s3_storage.key_prefix #=> String
         
     | 
| 
       1165 
1172 
     | 
    
         
             
                #   resp.datastore.arn #=> String
         
     | 
| 
       1166 
1173 
     | 
    
         
             
                #   resp.datastore.status #=> String, one of "CREATING", "ACTIVE", "DELETING"
         
     | 
| 
       1167 
1174 
     | 
    
         
             
                #   resp.datastore.retention_period.unlimited #=> Boolean
         
     | 
| 
         @@ -1186,8 +1193,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1186 
1193 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1187 
1194 
     | 
    
         
             
                end
         
     | 
| 
       1188 
1195 
     | 
    
         | 
| 
       1189 
     | 
    
         
            -
                # Retrieves the current settings of the  
     | 
| 
       1190 
     | 
    
         
            -
                # options.
         
     | 
| 
      
 1196 
     | 
    
         
            +
                # Retrieves the current settings of the IoT Analytics logging options.
         
     | 
| 
       1191 
1197 
     | 
    
         
             
                #
         
     | 
| 
       1192 
1198 
     | 
    
         
             
                # @return [Types::DescribeLoggingOptionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       1193 
1199 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1278,15 +1284,15 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1278 
1284 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1279 
1285 
     | 
    
         
             
                end
         
     | 
| 
       1280 
1286 
     | 
    
         | 
| 
       1281 
     | 
    
         
            -
                # Retrieves the contents of a  
     | 
| 
      
 1287 
     | 
    
         
            +
                # Retrieves the contents of a dataset as presigned URIs.
         
     | 
| 
       1282 
1288 
     | 
    
         
             
                #
         
     | 
| 
       1283 
1289 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       1284 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 1290 
     | 
    
         
            +
                #   The name of the dataset whose contents are retrieved.
         
     | 
| 
       1285 
1291 
     | 
    
         
             
                #
         
     | 
| 
       1286 
1292 
     | 
    
         
             
                # @option params [String] :version_id
         
     | 
| 
       1287 
     | 
    
         
            -
                #   The version of the  
     | 
| 
      
 1293 
     | 
    
         
            +
                #   The version of the dataset whose contents are retrieved. You can also
         
     | 
| 
       1288 
1294 
     | 
    
         
             
                #   use the strings "$LATEST" or "$LATEST\_SUCCEEDED" to retrieve the
         
     | 
| 
       1289 
     | 
    
         
            -
                #   contents of the latest or latest successfully completed  
     | 
| 
      
 1295 
     | 
    
         
            +
                #   contents of the latest or latest successfully completed dataset. If
         
     | 
| 
       1290 
1296 
     | 
    
         
             
                #   not specified, "$LATEST\_SUCCEEDED" is the default.
         
     | 
| 
       1291 
1297 
     | 
    
         
             
                #
         
     | 
| 
       1292 
1298 
     | 
    
         
             
                # @return [Types::GetDatasetContentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
         @@ -1362,10 +1368,10 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1362 
1368 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1363 
1369 
     | 
    
         
             
                end
         
     | 
| 
       1364 
1370 
     | 
    
         | 
| 
       1365 
     | 
    
         
            -
                # Lists information about  
     | 
| 
      
 1371 
     | 
    
         
            +
                # Lists information about dataset contents that have been created.
         
     | 
| 
       1366 
1372 
     | 
    
         
             
                #
         
     | 
| 
       1367 
1373 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       1368 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 1374 
     | 
    
         
            +
                #   The name of the dataset whose contents information you want to list.
         
     | 
| 
       1369 
1375 
     | 
    
         
             
                #
         
     | 
| 
       1370 
1376 
     | 
    
         
             
                # @option params [String] :next_token
         
     | 
| 
       1371 
1377 
     | 
    
         
             
                #   The token for the next set of results.
         
     | 
| 
         @@ -1374,12 +1380,12 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1374 
1380 
     | 
    
         
             
                #   The maximum number of results to return in this request.
         
     | 
| 
       1375 
1381 
     | 
    
         
             
                #
         
     | 
| 
       1376 
1382 
     | 
    
         
             
                # @option params [Time,DateTime,Date,Integer,String] :scheduled_on_or_after
         
     | 
| 
       1377 
     | 
    
         
            -
                #   A filter to limit results to those  
     | 
| 
      
 1383 
     | 
    
         
            +
                #   A filter to limit results to those dataset contents whose creation is
         
     | 
| 
       1378 
1384 
     | 
    
         
             
                #   scheduled on or after the given time. See the field
         
     | 
| 
       1379 
1385 
     | 
    
         
             
                #   `triggers.schedule` in the `CreateDataset` request. (timestamp)
         
     | 
| 
       1380 
1386 
     | 
    
         
             
                #
         
     | 
| 
       1381 
1387 
     | 
    
         
             
                # @option params [Time,DateTime,Date,Integer,String] :scheduled_before
         
     | 
| 
       1382 
     | 
    
         
            -
                #   A filter to limit results to those  
     | 
| 
      
 1388 
     | 
    
         
            +
                #   A filter to limit results to those dataset contents whose creation is
         
     | 
| 
       1383 
1389 
     | 
    
         
             
                #   scheduled before the given time. See the field `triggers.schedule` in
         
     | 
| 
       1384 
1390 
     | 
    
         
             
                #   the `CreateDataset` request. (timestamp)
         
     | 
| 
       1385 
1391 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1418,7 +1424,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1418 
1424 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1419 
1425 
     | 
    
         
             
                end
         
     | 
| 
       1420 
1426 
     | 
    
         | 
| 
       1421 
     | 
    
         
            -
                # Retrieves information about  
     | 
| 
      
 1427 
     | 
    
         
            +
                # Retrieves information about datasets.
         
     | 
| 
       1422 
1428 
     | 
    
         
             
                #
         
     | 
| 
       1423 
1429 
     | 
    
         
             
                # @option params [String] :next_token
         
     | 
| 
       1424 
1430 
     | 
    
         
             
                #   The token for the next set of results.
         
     | 
| 
         @@ -1495,6 +1501,8 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1495 
1501 
     | 
    
         
             
                #   resp.datastore_summaries[0].datastore_storage.customer_managed_s3.bucket #=> String
         
     | 
| 
       1496 
1502 
     | 
    
         
             
                #   resp.datastore_summaries[0].datastore_storage.customer_managed_s3.key_prefix #=> String
         
     | 
| 
       1497 
1503 
     | 
    
         
             
                #   resp.datastore_summaries[0].datastore_storage.customer_managed_s3.role_arn #=> String
         
     | 
| 
      
 1504 
     | 
    
         
            +
                #   resp.datastore_summaries[0].datastore_storage.iot_site_wise_multi_layer_storage.customer_managed_s3_storage.bucket #=> String
         
     | 
| 
      
 1505 
     | 
    
         
            +
                #   resp.datastore_summaries[0].datastore_storage.iot_site_wise_multi_layer_storage.customer_managed_s3_storage.key_prefix #=> String
         
     | 
| 
       1498 
1506 
     | 
    
         
             
                #   resp.datastore_summaries[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING"
         
     | 
| 
       1499 
1507 
     | 
    
         
             
                #   resp.datastore_summaries[0].creation_time #=> Time
         
     | 
| 
       1500 
1508 
     | 
    
         
             
                #   resp.datastore_summaries[0].last_update_time #=> Time
         
     | 
| 
         @@ -1584,7 +1592,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1584 
1592 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1585 
1593 
     | 
    
         
             
                end
         
     | 
| 
       1586 
1594 
     | 
    
         | 
| 
       1587 
     | 
    
         
            -
                # Sets or updates the  
     | 
| 
      
 1595 
     | 
    
         
            +
                # Sets or updates the IoT Analytics logging options.
         
     | 
| 
       1588 
1596 
     | 
    
         
             
                #
         
     | 
| 
       1589 
1597 
     | 
    
         
             
                # If you update the value of any `loggingOptions` field, it takes up to
         
     | 
| 
       1590 
1598 
     | 
    
         
             
                # one minute for the change to take effect. Also, if you change the
         
     | 
| 
         @@ -1593,7 +1601,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1593 
1601 
     | 
    
         
             
                # for that change to take effect.
         
     | 
| 
       1594 
1602 
     | 
    
         
             
                #
         
     | 
| 
       1595 
1603 
     | 
    
         
             
                # @option params [required, Types::LoggingOptions] :logging_options
         
     | 
| 
       1596 
     | 
    
         
            -
                #   The new values of the  
     | 
| 
      
 1604 
     | 
    
         
            +
                #   The new values of the IoT Analytics logging options.
         
     | 
| 
       1597 
1605 
     | 
    
         
             
                #
         
     | 
| 
       1598 
1606 
     | 
    
         
             
                # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
         
     | 
| 
       1599 
1607 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1619,9 +1627,9 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1619 
1627 
     | 
    
         
             
                #
         
     | 
| 
       1620 
1628 
     | 
    
         
             
                # @option params [required, Types::PipelineActivity] :pipeline_activity
         
     | 
| 
       1621 
1629 
     | 
    
         
             
                #   The pipeline activity that is run. This must not be a channel activity
         
     | 
| 
       1622 
     | 
    
         
            -
                #   or a  
     | 
| 
      
 1630 
     | 
    
         
            +
                #   or a data store activity because these activities are used in a
         
     | 
| 
       1623 
1631 
     | 
    
         
             
                #   pipeline only to load the original message and to store the (possibly)
         
     | 
| 
       1624 
     | 
    
         
            -
                #   transformed message. If a  
     | 
| 
      
 1632 
     | 
    
         
            +
                #   transformed message. If a Lambda activity is specified, only
         
     | 
| 
       1625 
1633 
     | 
    
         
             
                #   short-running Lambda functions (those with a timeout of less than 30
         
     | 
| 
       1626 
1634 
     | 
    
         
             
                #   seconds or less) can be used.
         
     | 
| 
       1627 
1635 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1856,7 +1864,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1856 
1864 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1857 
1865 
     | 
    
         
             
                end
         
     | 
| 
       1858 
1866 
     | 
    
         | 
| 
       1859 
     | 
    
         
            -
                #  
     | 
| 
      
 1867 
     | 
    
         
            +
                # Used to update the settings of a channel.
         
     | 
| 
       1860 
1868 
     | 
    
         
             
                #
         
     | 
| 
       1861 
1869 
     | 
    
         
             
                # @option params [required, String] :channel_name
         
     | 
| 
       1862 
1870 
     | 
    
         
             
                #   The name of the channel to be updated.
         
     | 
| 
         @@ -1864,12 +1872,12 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1864 
1872 
     | 
    
         
             
                # @option params [Types::ChannelStorage] :channel_storage
         
     | 
| 
       1865 
1873 
     | 
    
         
             
                #   Where channel data is stored. You can choose one of `serviceManagedS3`
         
     | 
| 
       1866 
1874 
     | 
    
         
             
                #   or `customerManagedS3` storage. If not specified, the default is
         
     | 
| 
       1867 
     | 
    
         
            -
                #   `serviceManagedS3`. You  
     | 
| 
      
 1875 
     | 
    
         
            +
                #   `serviceManagedS3`. You can't change this storage option after the
         
     | 
| 
       1868 
1876 
     | 
    
         
             
                #   channel is created.
         
     | 
| 
       1869 
1877 
     | 
    
         
             
                #
         
     | 
| 
       1870 
1878 
     | 
    
         
             
                # @option params [Types::RetentionPeriod] :retention_period
         
     | 
| 
       1871 
1879 
     | 
    
         
             
                #   How long, in days, message data is kept for the channel. The retention
         
     | 
| 
       1872 
     | 
    
         
            -
                #   period  
     | 
| 
      
 1880 
     | 
    
         
            +
                #   period can't be updated if the channel's Amazon S3 storage is
         
     | 
| 
       1873 
1881 
     | 
    
         
             
                #   customer-managed.
         
     | 
| 
       1874 
1882 
     | 
    
         
             
                #
         
     | 
| 
       1875 
1883 
     | 
    
         
             
                # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
         
     | 
| 
         @@ -1900,10 +1908,10 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1900 
1908 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1901 
1909 
     | 
    
         
             
                end
         
     | 
| 
       1902 
1910 
     | 
    
         | 
| 
       1903 
     | 
    
         
            -
                # Updates the settings of a  
     | 
| 
      
 1911 
     | 
    
         
            +
                # Updates the settings of a dataset.
         
     | 
| 
       1904 
1912 
     | 
    
         
             
                #
         
     | 
| 
       1905 
1913 
     | 
    
         
             
                # @option params [required, String] :dataset_name
         
     | 
| 
       1906 
     | 
    
         
            -
                #   The name of the  
     | 
| 
      
 1914 
     | 
    
         
            +
                #   The name of the dataset to update.
         
     | 
| 
       1907 
1915 
     | 
    
         
             
                #
         
     | 
| 
       1908 
1916 
     | 
    
         
             
                # @option params [required, Array<Types::DatasetAction>] :actions
         
     | 
| 
       1909 
1917 
     | 
    
         
             
                #   A list of `DatasetAction` objects.
         
     | 
| 
         @@ -1924,17 +1932,17 @@ module Aws::IoTAnalytics 
     | 
|
| 
       1924 
1932 
     | 
    
         
             
                #   specified or set to null, only the latest version plus the latest
         
     | 
| 
       1925 
1933 
     | 
    
         
             
                #   succeeded version (if they are different) are kept for the time period
         
     | 
| 
       1926 
1934 
     | 
    
         
             
                #   specified by the `retentionPeriod` parameter. For more information,
         
     | 
| 
       1927 
     | 
    
         
            -
                #   see [Keeping Multiple Versions of  
     | 
| 
       1928 
     | 
    
         
            -
                #    
     | 
| 
      
 1935 
     | 
    
         
            +
                #   see [Keeping Multiple Versions of IoT Analytics datasets][1] in the
         
     | 
| 
      
 1936 
     | 
    
         
            +
                #   *IoT Analytics User Guide*.
         
     | 
| 
       1929 
1937 
     | 
    
         
             
                #
         
     | 
| 
       1930 
1938 
     | 
    
         
             
                #
         
     | 
| 
       1931 
1939 
     | 
    
         
             
                #
         
     | 
| 
       1932 
1940 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions
         
     | 
| 
       1933 
1941 
     | 
    
         
             
                #
         
     | 
| 
       1934 
1942 
     | 
    
         
             
                # @option params [Array<Types::LateDataRule>] :late_data_rules
         
     | 
| 
       1935 
     | 
    
         
            -
                #   A list of data rules that send notifications to  
     | 
| 
       1936 
     | 
    
         
            -
                #    
     | 
| 
       1937 
     | 
    
         
            -
                #    
     | 
| 
      
 1943 
     | 
    
         
            +
                #   A list of data rules that send notifications to CloudWatch, when data
         
     | 
| 
      
 1944 
     | 
    
         
            +
                #   arrives late. To specify `lateDataRules`, the dataset must use a
         
     | 
| 
      
 1945 
     | 
    
         
            +
                #   [DeltaTimer][1] filter.
         
     | 
| 
       1938 
1946 
     | 
    
         
             
                #
         
     | 
| 
       1939 
1947 
     | 
    
         
             
                #
         
     | 
| 
       1940 
1948 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2040,25 +2048,26 @@ module Aws::IoTAnalytics 
     | 
|
| 
       2040 
2048 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       2041 
2049 
     | 
    
         
             
                end
         
     | 
| 
       2042 
2050 
     | 
    
         | 
| 
       2043 
     | 
    
         
            -
                #  
     | 
| 
      
 2051 
     | 
    
         
            +
                # Used to update the settings of a data store.
         
     | 
| 
       2044 
2052 
     | 
    
         
             
                #
         
     | 
| 
       2045 
2053 
     | 
    
         
             
                # @option params [required, String] :datastore_name
         
     | 
| 
       2046 
2054 
     | 
    
         
             
                #   The name of the data store to be updated.
         
     | 
| 
       2047 
2055 
     | 
    
         
             
                #
         
     | 
| 
       2048 
2056 
     | 
    
         
             
                # @option params [Types::RetentionPeriod] :retention_period
         
     | 
| 
       2049 
2057 
     | 
    
         
             
                #   How long, in days, message data is kept for the data store. The
         
     | 
| 
       2050 
     | 
    
         
            -
                #   retention period  
     | 
| 
       2051 
     | 
    
         
            -
                #   customer-managed.
         
     | 
| 
      
 2058 
     | 
    
         
            +
                #   retention period can't be updated if the data store's Amazon S3
         
     | 
| 
      
 2059 
     | 
    
         
            +
                #   storage is customer-managed.
         
     | 
| 
       2052 
2060 
     | 
    
         
             
                #
         
     | 
| 
       2053 
2061 
     | 
    
         
             
                # @option params [Types::DatastoreStorage] :datastore_storage
         
     | 
| 
       2054 
     | 
    
         
            -
                #   Where data  
     | 
| 
       2055 
     | 
    
         
            -
                #   `serviceManagedS3`  
     | 
| 
       2056 
     | 
    
         
            -
                #    
     | 
| 
       2057 
     | 
    
         
            -
                #    
     | 
| 
      
 2062 
     | 
    
         
            +
                #   Where data in a data store is stored.. You can choose
         
     | 
| 
      
 2063 
     | 
    
         
            +
                #   `serviceManagedS3` storage, `customerManagedS3` storage, or
         
     | 
| 
      
 2064 
     | 
    
         
            +
                #   `iotSiteWiseMultiLayerStorage` storage. The default is
         
     | 
| 
      
 2065 
     | 
    
         
            +
                #   `serviceManagedS3`. You can't change the choice of Amazon S3 storage
         
     | 
| 
      
 2066 
     | 
    
         
            +
                #   after your data store is created.
         
     | 
| 
       2058 
2067 
     | 
    
         
             
                #
         
     | 
| 
       2059 
2068 
     | 
    
         
             
                # @option params [Types::FileFormatConfiguration] :file_format_configuration
         
     | 
| 
       2060 
     | 
    
         
            -
                #   Contains the configuration information of file formats.  
     | 
| 
       2061 
     | 
    
         
            -
                #    
     | 
| 
      
 2069 
     | 
    
         
            +
                #   Contains the configuration information of file formats. IoT Analytics
         
     | 
| 
      
 2070 
     | 
    
         
            +
                #   data stores support JSON and [Parquet][1].
         
     | 
| 
       2062 
2071 
     | 
    
         
             
                #
         
     | 
| 
       2063 
2072 
     | 
    
         
             
                #   The default file format is JSON. You can specify only one format.
         
     | 
| 
       2064 
2073 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2086,6 +2095,12 @@ module Aws::IoTAnalytics 
     | 
|
| 
       2086 
2095 
     | 
    
         
             
                #         key_prefix: "S3KeyPrefix",
         
     | 
| 
       2087 
2096 
     | 
    
         
             
                #         role_arn: "RoleArn", # required
         
     | 
| 
       2088 
2097 
     | 
    
         
             
                #       },
         
     | 
| 
      
 2098 
     | 
    
         
            +
                #       iot_site_wise_multi_layer_storage: {
         
     | 
| 
      
 2099 
     | 
    
         
            +
                #         customer_managed_s3_storage: { # required
         
     | 
| 
      
 2100 
     | 
    
         
            +
                #           bucket: "BucketName", # required
         
     | 
| 
      
 2101 
     | 
    
         
            +
                #           key_prefix: "S3KeyPrefix",
         
     | 
| 
      
 2102 
     | 
    
         
            +
                #         },
         
     | 
| 
      
 2103 
     | 
    
         
            +
                #       },
         
     | 
| 
       2089 
2104 
     | 
    
         
             
                #     },
         
     | 
| 
       2090 
2105 
     | 
    
         
             
                #     file_format_configuration: {
         
     | 
| 
       2091 
2106 
     | 
    
         
             
                #       json_configuration: {
         
     | 
| 
         @@ -2220,7 +2235,7 @@ module Aws::IoTAnalytics 
     | 
|
| 
       2220 
2235 
     | 
    
         
             
                    params: params,
         
     | 
| 
       2221 
2236 
     | 
    
         
             
                    config: config)
         
     | 
| 
       2222 
2237 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-iotanalytics'
         
     | 
| 
       2223 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 2238 
     | 
    
         
            +
                  context[:gem_version] = '1.40.0'
         
     | 
| 
       2224 
2239 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       2225 
2240 
     | 
    
         
             
                end
         
     | 
| 
       2226 
2241 
     | 
    
         |