aws-sdk-datapipeline 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c9ca646ca1b9f4bcfb7afbf84ad666c1dbe4e16b67c875f7b91ae6c8cd5db9b
4
- data.tar.gz: d32e9bde9c36e4a040887294baaa147896fbd450e408e1c8b50afc4cbc048b7d
3
+ metadata.gz: 4e5a98c5ce43b5c3a7d49a1dd5da7a581e392a27f32e186c40906cf33757d748
4
+ data.tar.gz: 0a7b43ea11cac494d6b790bfb47911b22a074213eeca59efd667564abe0781ae
5
5
  SHA512:
6
- metadata.gz: 13182b527b74a85de16f0561b9a3a6660f63a9e12e0db1ff6bfd3d88bd2c52a86551cf073d816b658449ceebba1199e96a0a7030d7d0a1a47dd04b326beaf1f6
7
- data.tar.gz: e098804d0459e821c7bbae9ce04a8b49566f1057f251e4520d1652512d046914ae22c1797303be778815e88022032f4fcead56b04f7b740f74a5e4ca671214d4
6
+ metadata.gz: f5c12d0fe6331ef27b0168f37941d64058a58e5779b0cb6f87b40b6a51a781eb3a736b72927d6ae108f24fbf474e85597cc69802a599b80631c236f88823924f
7
+ data.tar.gz: a01a33a54244fd22e6f52e2b288a11c9a3d28af7857f259e10c90e1f8faabc273e54d9a1b9d07d3eb9be176556801cb4d5f2254686b45dd320e3ac342909eef9
@@ -105,7 +105,7 @@ module Aws::DataPipeline
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::DataPipeline
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
@@ -279,8 +279,7 @@ module Aws::DataPipeline
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::DataPipeline
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -550,6 +549,8 @@ module Aws::DataPipeline
550
549
  # * {Types::DescribeObjectsOutput#marker #marker} => String
551
550
  # * {Types::DescribeObjectsOutput#has_more_results #has_more_results} => Boolean
552
551
  #
552
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
553
+ #
553
554
  # @example Request syntax with placeholder values
554
555
  #
555
556
  # resp = client.describe_objects({
@@ -734,6 +735,8 @@ module Aws::DataPipeline
734
735
  # * {Types::ListPipelinesOutput#marker #marker} => String
735
736
  # * {Types::ListPipelinesOutput#has_more_results #has_more_results} => Boolean
736
737
  #
738
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
739
+ #
737
740
  # @example Request syntax with placeholder values
738
741
  #
739
742
  # resp = client.list_pipelines({
@@ -958,6 +961,8 @@ module Aws::DataPipeline
958
961
  # * {Types::QueryObjectsOutput#marker #marker} => String
959
962
  # * {Types::QueryObjectsOutput#has_more_results #has_more_results} => Boolean
960
963
  #
964
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
965
+ #
961
966
  # @example Request syntax with placeholder values
962
967
  #
963
968
  # resp = client.query_objects({
@@ -1305,7 +1310,7 @@ module Aws::DataPipeline
1305
1310
  params: params,
1306
1311
  config: config)
1307
1312
  context[:gem_name] = 'aws-sdk-datapipeline'
1308
- context[:gem_version] = '1.17.0'
1313
+ context[:gem_version] = '1.18.0'
1309
1314
  Seahorse::Client::Request.new(handlers, context)
1310
1315
  end
1311
1316
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::DataPipeline
9
- # This class provides a resource oriented interface for DataPipeline.
10
- # To create a resource object:
11
- # resource = Aws::DataPipeline::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::DataPipeline::Client.new(region: 'us-west-2')
15
- # resource = Aws::DataPipeline::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-datapipeline/customizations'
45
45
  # @service
46
46
  module Aws::DataPipeline
47
47
 
48
- GEM_VERSION = '1.17.0'
48
+ GEM_VERSION = '1.18.0'
49
49
 
50
50
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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-16 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
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AWS Data Pipeline