aws-sdk-iotanalytics 1.24.0 → 1.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4f988f56056f7fcfc11dc4b68e33a7a6453a551
4
- data.tar.gz: 478b411526f7b15deb6d83658a6d9650966bd8ad
3
+ metadata.gz: f0088d9f160fedf8826b240b4a3675f42a606325
4
+ data.tar.gz: 63f31e8173e3178cdb58fc7d0b45adfcca61d07c
5
5
  SHA512:
6
- metadata.gz: 427b2374e0ccf2b61467bd146d4551001979360a38e7d8c1fdc39733d8506039b1c840e34ec23812d5f8fea9af18488af28329691caad7301240deea6287b4ed
7
- data.tar.gz: 86b0ea7cb5ca475f60af3659bbf961c9fe8b638291944c7986fe5e2b1ed4925a5eb4e678192fdbf88ac9009f1691d99ef0a24ea95e936c31b867eb2cda761a20
6
+ metadata.gz: 9fe7c04077cfe7d1a72f4269e36a5304aa82162675ac4696b97c73236210b1b2ad2bb98f0dd7424e54b69bd0ddf78499c1e507ebccb4aee59e64d44f6409b694
7
+ data.tar.gz: 83f69150f3e8fed54e5026d3365bb904c4c105208a2d817c6425fdaf953e9ae67c164c19e23e557e5882e78af90f96443c9295f3e1f4c9bd20b8ad1a9aa04bb6
@@ -348,10 +348,14 @@ module Aws::IoTAnalytics
348
348
  # The name of the channel.
349
349
  #
350
350
  # @option params [Types::ChannelStorage] :channel_storage
351
- # Where channel data is stored.
351
+ # Where channel data is stored. You may choose one of
352
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
353
+ # specified, the default is "serviceManagedS3". This cannot be changed
354
+ # after creation of the channel.
352
355
  #
353
356
  # @option params [Types::RetentionPeriod] :retention_period
354
- # How long, in days, message data is kept for the channel.
357
+ # How long, in days, message data is kept for the channel. When
358
+ # "customerManagedS3" storage is selected, this parameter is ignored.
355
359
  #
356
360
  # @option params [Array<Types::Tag>] :tags
357
361
  # Metadata which can be used to manage the channel.
@@ -584,10 +588,14 @@ module Aws::IoTAnalytics
584
588
  # The name of the data store.
585
589
  #
586
590
  # @option params [Types::DatastoreStorage] :datastore_storage
587
- # Where data store data is stored.
591
+ # Where data store data is stored. You may choose one of
592
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
593
+ # specified, the default is "serviceManagedS3". This cannot be changed
594
+ # after the data store is created.
588
595
  #
589
596
  # @option params [Types::RetentionPeriod] :retention_period
590
- # How long, in days, message data is kept for the data store.
597
+ # How long, in days, message data is kept for the data store. When
598
+ # "customerManagedS3" storage is selected, this parameter is ignored.
591
599
  #
592
600
  # @option params [Array<Types::Tag>] :tags
593
601
  # Metadata which can be used to manage the data store.
@@ -637,10 +645,10 @@ module Aws::IoTAnalytics
637
645
  req.send_request(options)
638
646
  end
639
647
 
640
- # Creates a pipeline. A pipeline consumes messages from one or more
641
- # channels and allows you to process the messages before storing them in
642
- # a data store. You must specify both a `channel` and a `datastore`
643
- # activity and, optionally, as many as 23 additional activities in the
648
+ # Creates a pipeline. A pipeline consumes messages from a channel and
649
+ # allows you to process the messages before storing them in a data
650
+ # store. You must specify both a `channel` and a `datastore` activity
651
+ # and, optionally, as many as 23 additional activities in the
644
652
  # `pipelineActivities` array.
645
653
  #
646
654
  # @option params [required, String] :pipeline_name
@@ -870,7 +878,8 @@ module Aws::IoTAnalytics
870
878
  #
871
879
  # @option params [Boolean] :include_statistics
872
880
  # If true, additional statistical information about the channel is
873
- # included in the response.
881
+ # included in the response. This feature cannot be used with a channel
882
+ # whose S3 storage is customer-managed.
874
883
  #
875
884
  # @return [Types::DescribeChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
876
885
  #
@@ -974,8 +983,9 @@ module Aws::IoTAnalytics
974
983
  # The name of the data store
975
984
  #
976
985
  # @option params [Boolean] :include_statistics
977
- # If true, additional statistical information about the datastore is
978
- # included in the response.
986
+ # If true, additional statistical information about the data store is
987
+ # included in the response. This feature cannot be used with a data
988
+ # store whose S3 storage is customer-managed.
979
989
  #
980
990
  # @return [Types::DescribeDatastoreResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
981
991
  #
@@ -1228,6 +1238,7 @@ module Aws::IoTAnalytics
1228
1238
  # resp.dataset_content_summaries[0].status.reason #=> String
1229
1239
  # resp.dataset_content_summaries[0].creation_time #=> Time
1230
1240
  # resp.dataset_content_summaries[0].schedule_time #=> Time
1241
+ # resp.dataset_content_summaries[0].completion_time #=> Time
1231
1242
  # resp.next_token #=> String
1232
1243
  #
1233
1244
  # @overload list_dataset_contents(params = {})
@@ -1653,10 +1664,15 @@ module Aws::IoTAnalytics
1653
1664
  # The name of the channel to be updated.
1654
1665
  #
1655
1666
  # @option params [Types::ChannelStorage] :channel_storage
1656
- # Where channel data is stored.
1667
+ # Where channel data is stored. You may choose one of
1668
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
1669
+ # specified, the default is "serviceManagedS3". This cannot be changed
1670
+ # after creation of the channel.
1657
1671
  #
1658
1672
  # @option params [Types::RetentionPeriod] :retention_period
1659
- # How long, in days, message data is kept for the channel.
1673
+ # How long, in days, message data is kept for the channel. The retention
1674
+ # period cannot be updated if the channel's S3 storage is
1675
+ # customer-managed.
1660
1676
  #
1661
1677
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1662
1678
  #
@@ -1809,10 +1825,15 @@ module Aws::IoTAnalytics
1809
1825
  # The name of the data store to be updated.
1810
1826
  #
1811
1827
  # @option params [Types::RetentionPeriod] :retention_period
1812
- # How long, in days, message data is kept for the data store.
1828
+ # How long, in days, message data is kept for the data store. The
1829
+ # retention period cannot be updated if the data store's S3 storage is
1830
+ # customer-managed.
1813
1831
  #
1814
1832
  # @option params [Types::DatastoreStorage] :datastore_storage
1815
- # Where data store data is stored.
1833
+ # Where data store data is stored. You may choose one of
1834
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
1835
+ # specified, the default is "serviceManagedS3". This cannot be changed
1836
+ # after the data store is created.
1816
1837
  #
1817
1838
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1818
1839
  #
@@ -1952,7 +1973,7 @@ module Aws::IoTAnalytics
1952
1973
  params: params,
1953
1974
  config: config)
1954
1975
  context[:gem_name] = 'aws-sdk-iotanalytics'
1955
- context[:gem_version] = '1.24.0'
1976
+ context[:gem_version] = '1.25.0'
1956
1977
  Seahorse::Client::Request.new(handlers, context)
1957
1978
  end
1958
1979
 
@@ -415,6 +415,7 @@ module Aws::IoTAnalytics
415
415
  DatasetContentSummary.add_member(:status, Shapes::ShapeRef.new(shape: DatasetContentStatus, location_name: "status"))
416
416
  DatasetContentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
417
417
  DatasetContentSummary.add_member(:schedule_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scheduleTime"))
418
+ DatasetContentSummary.add_member(:completion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completionTime"))
418
419
  DatasetContentSummary.struct_class = Types::DatasetContentSummary
419
420
 
420
421
  DatasetContentVersionValue.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, required: true, location_name: "datasetName"))
@@ -162,7 +162,10 @@ module Aws::IoTAnalytics
162
162
  # @return [String]
163
163
  #
164
164
  # @!attribute [rw] storage
165
- # Where channel data is stored.
165
+ # Where channel data is stored. You may choose one of
166
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
167
+ # specified, the default is "serviceManagedS3". This cannot be
168
+ # changed after creation of the channel.
166
169
  # @return [Types::ChannelStorage]
167
170
  #
168
171
  # @!attribute [rw] arn
@@ -238,7 +241,10 @@ module Aws::IoTAnalytics
238
241
  include Aws::Structure
239
242
  end
240
243
 
241
- # Where channel data is stored.
244
+ # Where channel data is stored. You may choose one of
245
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
246
+ # specified, the default is "serviceManagedS3". This cannot be changed
247
+ # after creation of the channel.
242
248
  #
243
249
  # @note When making an API call, you may pass ChannelStorage
244
250
  # data as a hash:
@@ -255,11 +261,17 @@ module Aws::IoTAnalytics
255
261
  #
256
262
  # @!attribute [rw] service_managed_s3
257
263
  # Use this to store channel data in an S3 bucket managed by the AWS
258
- # IoT Analytics service.
264
+ # IoT Analytics service. The choice of service-managed or
265
+ # customer-managed S3 storage cannot be changed after creation of the
266
+ # channel.
259
267
  # @return [Types::ServiceManagedChannelS3Storage]
260
268
  #
261
269
  # @!attribute [rw] customer_managed_s3
262
- # Use this to store channel data in an S3 bucket that you manage.
270
+ # Use this to store channel data in an S3 bucket that you manage. If
271
+ # customer managed storage is selected, the "retentionPeriod"
272
+ # parameter is ignored. The choice of service-managed or
273
+ # customer-managed S3 storage cannot be changed after creation of the
274
+ # channel.
263
275
  # @return [Types::CustomerManagedChannelS3Storage]
264
276
  #
265
277
  class ChannelStorage < Struct.new(
@@ -409,11 +421,16 @@ module Aws::IoTAnalytics
409
421
  # @return [String]
410
422
  #
411
423
  # @!attribute [rw] channel_storage
412
- # Where channel data is stored.
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
427
+ # changed after creation of the channel.
413
428
  # @return [Types::ChannelStorage]
414
429
  #
415
430
  # @!attribute [rw] retention_period
416
- # How long, in days, message data is kept for the channel.
431
+ # How long, in days, message data is kept for the channel. When
432
+ # "customerManagedS3" storage is selected, this parameter is
433
+ # ignored.
417
434
  # @return [Types::RetentionPeriod]
418
435
  #
419
436
  # @!attribute [rw] tags
@@ -663,11 +680,16 @@ module Aws::IoTAnalytics
663
680
  # @return [String]
664
681
  #
665
682
  # @!attribute [rw] datastore_storage
666
- # Where data store data is stored.
683
+ # Where data store data is stored. You may choose one of
684
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
685
+ # specified, the default is "serviceManagedS3". This cannot be
686
+ # changed after the data store is created.
667
687
  # @return [Types::DatastoreStorage]
668
688
  #
669
689
  # @!attribute [rw] retention_period
670
- # How long, in days, message data is kept for the data store.
690
+ # How long, in days, message data is kept for the data store. When
691
+ # "customerManagedS3" storage is selected, this parameter is
692
+ # ignored.
671
693
  # @return [Types::RetentionPeriod]
672
694
  #
673
695
  # @!attribute [rw] tags
@@ -820,7 +842,11 @@ module Aws::IoTAnalytics
820
842
  include Aws::Structure
821
843
  end
822
844
 
823
- # Use this to store channel data in an S3 bucket that you manage.
845
+ # Use this to store channel data in an S3 bucket that you manage. If
846
+ # customer managed storage is selected, the "retentionPeriod"
847
+ # parameter is ignored. The choice of service-managed or
848
+ # customer-managed S3 storage cannot be changed after creation of the
849
+ # channel.
824
850
  #
825
851
  # @note When making an API call, you may pass CustomerManagedChannelS3Storage
826
852
  # data as a hash:
@@ -836,10 +862,10 @@ module Aws::IoTAnalytics
836
862
  # @return [String]
837
863
  #
838
864
  # @!attribute [rw] key_prefix
839
- # The prefix used to create the keys of the channel data objects. Each
840
- # object in an Amazon S3 bucket has a key that is its unique
841
- # identifier within the bucket (each object in a bucket has exactly
842
- # one key).
865
+ # \[Optional\] The prefix used to create the keys of the channel data
866
+ # objects. Each object in an Amazon S3 bucket has a key that is its
867
+ # unique identifier within the bucket (each object in a bucket has
868
+ # exactly one key). The prefix must end with a '/'.
843
869
  # @return [String]
844
870
  #
845
871
  # @!attribute [rw] role_arn
@@ -861,10 +887,10 @@ module Aws::IoTAnalytics
861
887
  # @return [String]
862
888
  #
863
889
  # @!attribute [rw] key_prefix
864
- # The prefix used to create the keys of the channel data objects. Each
865
- # object in an Amazon S3 bucket has a key that is its unique
866
- # identifier within the bucket (each object in a bucket has exactly
867
- # one key).
890
+ # \[Optional\] The prefix used to create the keys of the channel data
891
+ # objects. Each object in an Amazon S3 bucket has a key that is its
892
+ # unique identifier within the bucket (each object in a bucket has
893
+ # exactly one key). The prefix must end with a '/'.
868
894
  # @return [String]
869
895
  #
870
896
  # @!attribute [rw] role_arn
@@ -880,6 +906,10 @@ module Aws::IoTAnalytics
880
906
  end
881
907
 
882
908
  # Use this to store data store data in an S3 bucket that you manage.
909
+ # When customer managed storage is selected, the "retentionPeriod"
910
+ # parameter is ignored. The choice of service-managed or
911
+ # customer-managed S3 storage cannot be changed after creation of the
912
+ # data store.
883
913
  #
884
914
  # @note When making an API call, you may pass CustomerManagedDatastoreS3Storage
885
915
  # data as a hash:
@@ -895,10 +925,10 @@ module Aws::IoTAnalytics
895
925
  # @return [String]
896
926
  #
897
927
  # @!attribute [rw] key_prefix
898
- # The prefix used to create the keys of the data store data objects.
899
- # Each object in an Amazon S3 bucket has a key that is its unique
900
- # identifier within the bucket (each object in a bucket has exactly
901
- # one key).
928
+ # \[Optional\] The prefix used to create the keys of the data store
929
+ # data objects. Each object in an Amazon S3 bucket has a key that is
930
+ # its unique identifier within the bucket (each object in a bucket has
931
+ # exactly one key). The prefix must end with a '/'.
902
932
  # @return [String]
903
933
  #
904
934
  # @!attribute [rw] role_arn
@@ -920,10 +950,10 @@ module Aws::IoTAnalytics
920
950
  # @return [String]
921
951
  #
922
952
  # @!attribute [rw] key_prefix
923
- # The prefix used to create the keys of the data store data objects.
924
- # Each object in an Amazon S3 bucket has a key that is its unique
925
- # identifier within the bucket (each object in a bucket has exactly
926
- # one key).
953
+ # \[Optional\] The prefix used to create the keys of the data store
954
+ # data objects. Each object in an Amazon S3 bucket has a key that is
955
+ # its unique identifier within the bucket (each object in a bucket has
956
+ # exactly one key). The prefix must end with a '/'.
927
957
  # @return [String]
928
958
  #
929
959
  # @!attribute [rw] role_arn
@@ -1201,11 +1231,17 @@ module Aws::IoTAnalytics
1201
1231
  # start.
1202
1232
  # @return [Time]
1203
1233
  #
1234
+ # @!attribute [rw] completion_time
1235
+ # The time the dataset content status was updated to SUCCEEDED or
1236
+ # FAILED.
1237
+ # @return [Time]
1238
+ #
1204
1239
  class DatasetContentSummary < Struct.new(
1205
1240
  :version,
1206
1241
  :status,
1207
1242
  :creation_time,
1208
- :schedule_time)
1243
+ :schedule_time,
1244
+ :completion_time)
1209
1245
  include Aws::Structure
1210
1246
  end
1211
1247
 
@@ -1321,7 +1357,10 @@ module Aws::IoTAnalytics
1321
1357
  # @return [String]
1322
1358
  #
1323
1359
  # @!attribute [rw] storage
1324
- # Where data store data is stored.
1360
+ # Where data store data is stored. You may choose one of
1361
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
1362
+ # specified, the default is "serviceManagedS3". This cannot be
1363
+ # changed after the data store is created.
1325
1364
  # @return [Types::DatastoreStorage]
1326
1365
  #
1327
1366
  # @!attribute [rw] arn
@@ -1345,7 +1384,9 @@ module Aws::IoTAnalytics
1345
1384
  # @return [String]
1346
1385
  #
1347
1386
  # @!attribute [rw] retention_period
1348
- # How long, in days, message data is kept for the data store.
1387
+ # How long, in days, message data is kept for the data store. When
1388
+ # "customerManagedS3" storage is selected, this parameter is
1389
+ # ignored.
1349
1390
  # @return [Types::RetentionPeriod]
1350
1391
  #
1351
1392
  # @!attribute [rw] creation_time
@@ -1403,7 +1444,10 @@ module Aws::IoTAnalytics
1403
1444
  include Aws::Structure
1404
1445
  end
1405
1446
 
1406
- # Where data store data is stored.
1447
+ # Where data store data is stored. You may choose one of
1448
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
1449
+ # specified, the default is "serviceManagedS3". This cannot be changed
1450
+ # after the data store is created.
1407
1451
  #
1408
1452
  # @note When making an API call, you may pass DatastoreStorage
1409
1453
  # data as a hash:
@@ -1420,11 +1464,17 @@ module Aws::IoTAnalytics
1420
1464
  #
1421
1465
  # @!attribute [rw] service_managed_s3
1422
1466
  # Use this to store data store data in an S3 bucket managed by the AWS
1423
- # IoT Analytics service.
1467
+ # IoT Analytics service. The choice of service-managed or
1468
+ # customer-managed S3 storage cannot be changed after creation of the
1469
+ # data store.
1424
1470
  # @return [Types::ServiceManagedDatastoreS3Storage]
1425
1471
  #
1426
1472
  # @!attribute [rw] customer_managed_s3
1427
1473
  # Use this to store data store data in an S3 bucket that you manage.
1474
+ # When customer managed storage is selected, the "retentionPeriod"
1475
+ # parameter is ignored. The choice of service-managed or
1476
+ # customer-managed S3 storage cannot be changed after creation of the
1477
+ # data store.
1428
1478
  # @return [Types::CustomerManagedDatastoreS3Storage]
1429
1479
  #
1430
1480
  class DatastoreStorage < Struct.new(
@@ -1621,7 +1671,8 @@ module Aws::IoTAnalytics
1621
1671
  #
1622
1672
  # @!attribute [rw] include_statistics
1623
1673
  # If true, additional statistical information about the channel is
1624
- # included in the response.
1674
+ # included in the response. This feature cannot be used with a channel
1675
+ # whose S3 storage is customer-managed.
1625
1676
  # @return [Boolean]
1626
1677
  #
1627
1678
  class DescribeChannelRequest < Struct.new(
@@ -1683,8 +1734,9 @@ module Aws::IoTAnalytics
1683
1734
  # @return [String]
1684
1735
  #
1685
1736
  # @!attribute [rw] include_statistics
1686
- # If true, additional statistical information about the datastore is
1687
- # included in the response.
1737
+ # If true, additional statistical information about the data store is
1738
+ # included in the response. This feature cannot be used with a data
1739
+ # store whose S3 storage is customer-managed.
1688
1740
  # @return [Boolean]
1689
1741
  #
1690
1742
  class DescribeDatastoreRequest < Struct.new(
@@ -2898,7 +2950,12 @@ module Aws::IoTAnalytics
2898
2950
  # @!attribute [rw] key
2899
2951
  # The key of the data set contents object. Each object in an Amazon S3
2900
2952
  # bucket has a key that is its unique identifier within the bucket
2901
- # (each object in a bucket has exactly one key).
2953
+ # (each object in a bucket has exactly one key). To produce a unique
2954
+ # key, you can use "!\\\{iotanalytics:scheduledTime\\}" to insert
2955
+ # the time of the scheduled SQL query run, or
2956
+ # "!\\\{iotanalytics:versioned\\} to insert a unique hash identifying
2957
+ # the data set, for example:
2958
+ # "/DataSet/!\\\{iotanalytics:scheduledTime\\}/!\\\{iotanalytics:versioned\\}.csv".
2902
2959
  # @return [String]
2903
2960
  #
2904
2961
  # @!attribute [rw] glue_configuration
@@ -3021,7 +3078,8 @@ module Aws::IoTAnalytics
3021
3078
  end
3022
3079
 
3023
3080
  # Use this to store channel data in an S3 bucket managed by the AWS IoT
3024
- # Analytics service.
3081
+ # Analytics service. The choice of service-managed or customer-managed
3082
+ # S3 storage cannot be changed after creation of the channel.
3025
3083
  #
3026
3084
  # @api private
3027
3085
  #
@@ -3033,7 +3091,9 @@ module Aws::IoTAnalytics
3033
3091
  class ServiceManagedChannelS3StorageSummary < Aws::EmptyStructure; end
3034
3092
 
3035
3093
  # Use this to store data store data in an S3 bucket managed by the AWS
3036
- # IoT Analytics service.
3094
+ # IoT Analytics service. The choice of service-managed or
3095
+ # customer-managed S3 storage cannot be changed after creation of the
3096
+ # data store.
3037
3097
  #
3038
3098
  # @api private
3039
3099
  #
@@ -3254,11 +3314,16 @@ module Aws::IoTAnalytics
3254
3314
  # @return [String]
3255
3315
  #
3256
3316
  # @!attribute [rw] channel_storage
3257
- # Where channel data is stored.
3317
+ # Where channel data is stored. You may choose one of
3318
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
3319
+ # specified, the default is "serviceManagedS3". This cannot be
3320
+ # changed after creation of the channel.
3258
3321
  # @return [Types::ChannelStorage]
3259
3322
  #
3260
3323
  # @!attribute [rw] retention_period
3261
- # How long, in days, message data is kept for the channel.
3324
+ # How long, in days, message data is kept for the channel. The
3325
+ # retention period cannot be updated if the channel's S3 storage is
3326
+ # customer-managed.
3262
3327
  # @return [Types::RetentionPeriod]
3263
3328
  #
3264
3329
  class UpdateChannelRequest < Struct.new(
@@ -3416,11 +3481,16 @@ module Aws::IoTAnalytics
3416
3481
  # @return [String]
3417
3482
  #
3418
3483
  # @!attribute [rw] retention_period
3419
- # How long, in days, message data is kept for the data store.
3484
+ # How long, in days, message data is kept for the data store. The
3485
+ # retention period cannot be updated if the data store's S3 storage
3486
+ # is customer-managed.
3420
3487
  # @return [Types::RetentionPeriod]
3421
3488
  #
3422
3489
  # @!attribute [rw] datastore_storage
3423
- # Where data store data is stored.
3490
+ # Where data store data is stored. You may choose one of
3491
+ # "serviceManagedS3" or "customerManagedS3" storage. If not
3492
+ # specified, the default is "serviceManagedS3". This cannot be
3493
+ # changed after the data store is created.
3424
3494
  # @return [Types::DatastoreStorage]
3425
3495
  #
3426
3496
  class UpdateDatastoreRequest < Struct.new(
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
42
42
  # @service
43
43
  module Aws::IoTAnalytics
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core