aws-sdk-applicationdiscoveryservice 1.25.0 → 1.26.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: 3e455fc8e28da0cb6f84d21651420900f4e7ab84745f471683b7ae8293be4855
4
- data.tar.gz: 9836af1d2d3f398ab10eff8329dbd06a7a36472e6bb5db35b23d0a9b6dd2713b
3
+ metadata.gz: 274ee291048e0e505361700da6004470f06dc3c499a1b46e226390bf43aaf94f
4
+ data.tar.gz: 4260f1a247c06436282c80d526e67d3b0a2b5b8ffc25f61777ef767225a397cb
5
5
  SHA512:
6
- metadata.gz: d17390a4b7c9a1cc657864e35966773b0e1262f838a0d9815eb40953b1829d6980ceb1cfdcf0854881d38dd3ebd34dc219812f20c035e799578966f44d12d83e
7
- data.tar.gz: 03c84aee9c45ff7aafc15814c819a0b52760eb6283589448e396c78a738992e5cb8e1751ec4f8665b9876ef748f6fdaf3676d6310f00e12bf06ff7cd7ceeac41
6
+ metadata.gz: 43ed8d4145234d3989e39ab09f4693644881d2bcf7dd59e37656a329ce13a73bfbd9a4a481d790073e6edc651d11bbb481852e04ed6d5625c8db75375c862e7d
7
+ data.tar.gz: d2242dbd7b8efc8f267935ea5d81845466b95ed91fdede454ba1d3712f4f9f9353ce771b51a10dd48c6e66a6db88415c6cf6352a2a2f34e6e9225b0a38bb0513
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationDiscoveryService
47
47
 
48
- GEM_VERSION = '1.25.0'
48
+ GEM_VERSION = '1.26.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ApplicationDiscoveryService
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::ApplicationDiscoveryService
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::ApplicationDiscoveryService
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::ApplicationDiscoveryService
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`.
@@ -647,6 +646,8 @@ module Aws::ApplicationDiscoveryService
647
646
  # * {Types::DescribeContinuousExportsResponse#descriptions #descriptions} => Array<Types::ContinuousExportDescription>
648
647
  # * {Types::DescribeContinuousExportsResponse#next_token #next_token} => String
649
648
  #
649
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
650
+ #
650
651
  # @example Request syntax with placeholder values
651
652
  #
652
653
  # resp = client.describe_continuous_exports({
@@ -814,6 +815,8 @@ module Aws::ApplicationDiscoveryService
814
815
  # * {Types::DescribeImportTasksResponse#next_token #next_token} => String
815
816
  # * {Types::DescribeImportTasksResponse#tasks #tasks} => Array<Types::ImportTask>
816
817
  #
818
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
819
+ #
817
820
  # @example Request syntax with placeholder values
818
821
  #
819
822
  # resp = client.describe_import_tasks({
@@ -1475,7 +1478,7 @@ module Aws::ApplicationDiscoveryService
1475
1478
  params: params,
1476
1479
  config: config)
1477
1480
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1478
- context[:gem_version] = '1.25.0'
1481
+ context[:gem_version] = '1.26.0'
1479
1482
  Seahorse::Client::Request.new(handlers, context)
1480
1483
  end
1481
1484
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ApplicationDiscoveryService
9
- # This class provides a resource oriented interface for ApplicationDiscoveryService.
10
- # To create a resource object:
11
- # resource = Aws::ApplicationDiscoveryService::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::ApplicationDiscoveryService::Client.new(region: 'us-west-2')
15
- # resource = Aws::ApplicationDiscoveryService::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-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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 Application Discovery Service