aws-sdk-iotanalytics 1.27.0 → 1.28.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
- SHA1:
3
- metadata.gz: fb379de6df1d462c70bd446532fe147c2dc33aa8
4
- data.tar.gz: ea20cf4c1d52a094e2eef8e6e25e46cdb3bf814f
2
+ SHA256:
3
+ metadata.gz: 291823b3e5dc0bd5bd047d11285cf0dab366b3acb7be23302a894159bd0c5532
4
+ data.tar.gz: 74283a55346819260b2c09106e93d19e0daafb9fb1f072216f9428efa988405d
5
5
  SHA512:
6
- metadata.gz: edc7837c8550dd2be4ad62fe7fcca6c31883c312c0fd2d32c7bed441efba02f2ce0b1d7176c10fb119fb7db197047e2515a78bbd42c014119b9cffb980b8d208
7
- data.tar.gz: 4a0216929f6d703bd39ed456481825514a4beb39487bbaeb1e0b62e86b84edcb103a833ff84629269244481a8553215ec7033917b7f1fde9f752d0c809922158
6
+ metadata.gz: c4172f36e271b3110d56e94b6f3867be78b1ac088c8096b579cd2bde363cebd3eb015f3886a5d457a8b84916da9ef2e7c7a3672548a76f967ef5b2e76057017e
7
+ data.tar.gz: e9330519ec8d5c1f282f951e71fe124a773dd85c413845a92381bcb1e36a4912733810ab45809ceca3ec09af8f5bcfd30f9088ac0bd2a58d2ec62886475039aa
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
45
45
  # @service
46
46
  module Aws::IoTAnalytics
47
47
 
48
- GEM_VERSION = '1.27.0'
48
+ GEM_VERSION = '1.28.0'
49
49
 
50
50
  end
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:iotanalytics)
32
32
  module Aws::IoTAnalytics
33
33
  # An API client for IoTAnalytics. To construct a client, you need to configure a `:region` and `:credentials`.
34
34
  #
35
- # client = Aws::IoTAnalytics::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
35
+ # client = Aws::IoTAnalytics::Client.new(
36
+ # region: region_name,
37
+ # credentials: credentials,
38
+ # # ...
39
+ # )
40
40
  #
41
41
  # For details on configuring region and credentials see
42
42
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -105,7 +105,7 @@ module Aws::IoTAnalytics
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::IoTAnalytics
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -229,15 +229,19 @@ module Aws::IoTAnalytics
229
229
  #
230
230
  # @option options [String] :retry_mode ("legacy")
231
231
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
232
+ #
233
+ # * `legacy` - The pre-existing retry behavior. This is default value if
234
+ # no retry mode is provided.
235
+ #
236
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
237
+ # This includes support for retry quotas, which limit the number of
238
+ # unsuccessful retries a client can make.
239
+ #
240
+ # * `adaptive` - An experimental retry mode that includes all the
241
+ # functionality of `standard` mode along with automatic client side
242
+ # throttling. This is a provisional mode that may change behavior
243
+ # in the future.
244
+ #
241
245
  #
242
246
  # @option options [String] :secret_access_key
243
247
  #
@@ -265,8 +269,7 @@ module Aws::IoTAnalytics
265
269
  #
266
270
  # @option options [Integer] :http_read_timeout (60) The default
267
271
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
270
273
  #
271
274
  # @option options [Float] :http_idle_timeout (5) The number of
272
275
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +281,7 @@ module Aws::IoTAnalytics
278
281
  # request body. This option has no effect unless the request has
279
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
283
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
282
285
  #
283
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
287
  # HTTP debug output will be sent to the `:logger`.
@@ -1219,6 +1222,8 @@ module Aws::IoTAnalytics
1219
1222
  # * {Types::ListChannelsResponse#channel_summaries #channel_summaries} => Array<Types::ChannelSummary>
1220
1223
  # * {Types::ListChannelsResponse#next_token #next_token} => String
1221
1224
  #
1225
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1226
+ #
1222
1227
  # @example Request syntax with placeholder values
1223
1228
  #
1224
1229
  # resp = client.list_channels({
@@ -1271,6 +1276,8 @@ module Aws::IoTAnalytics
1271
1276
  # * {Types::ListDatasetContentsResponse#dataset_content_summaries #dataset_content_summaries} => Array<Types::DatasetContentSummary>
1272
1277
  # * {Types::ListDatasetContentsResponse#next_token #next_token} => String
1273
1278
  #
1279
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1280
+ #
1274
1281
  # @example Request syntax with placeholder values
1275
1282
  #
1276
1283
  # resp = client.list_dataset_contents({
@@ -1314,6 +1321,8 @@ module Aws::IoTAnalytics
1314
1321
  # * {Types::ListDatasetsResponse#dataset_summaries #dataset_summaries} => Array<Types::DatasetSummary>
1315
1322
  # * {Types::ListDatasetsResponse#next_token #next_token} => String
1316
1323
  #
1324
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1325
+ #
1317
1326
  # @example Request syntax with placeholder values
1318
1327
  #
1319
1328
  # resp = client.list_datasets({
@@ -1358,6 +1367,8 @@ module Aws::IoTAnalytics
1358
1367
  # * {Types::ListDatastoresResponse#datastore_summaries #datastore_summaries} => Array<Types::DatastoreSummary>
1359
1368
  # * {Types::ListDatastoresResponse#next_token #next_token} => String
1360
1369
  #
1370
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1371
+ #
1361
1372
  # @example Request syntax with placeholder values
1362
1373
  #
1363
1374
  # resp = client.list_datastores({
@@ -1399,6 +1410,8 @@ module Aws::IoTAnalytics
1399
1410
  # * {Types::ListPipelinesResponse#pipeline_summaries #pipeline_summaries} => Array<Types::PipelineSummary>
1400
1411
  # * {Types::ListPipelinesResponse#next_token #next_token} => String
1401
1412
  #
1413
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1414
+ #
1402
1415
  # @example Request syntax with placeholder values
1403
1416
  #
1404
1417
  # resp = client.list_pipelines({
@@ -2024,7 +2037,7 @@ module Aws::IoTAnalytics
2024
2037
  params: params,
2025
2038
  config: config)
2026
2039
  context[:gem_name] = 'aws-sdk-iotanalytics'
2027
- context[:gem_version] = '1.27.0'
2040
+ context[:gem_version] = '1.28.0'
2028
2041
  Seahorse::Client::Request.new(handlers, context)
2029
2042
  end
2030
2043
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::IoTAnalytics
9
- # This class provides a resource oriented interface for IoTAnalytics.
10
- # To create a resource object:
11
- # resource = Aws::IoTAnalytics::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::IoTAnalytics::Client.new(region: 'us-west-2')
15
- # resource = Aws::IoTAnalytics::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
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.27.0
4
+ version: 1.28.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: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS IoT Analytics