aws-sdk-computeoptimizer 1.1.0 → 1.2.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: 96bb0b8b0fdceee6e5d4b10afd5e1c6a135cc3aaa547ee5755d8fe37e60dffef
4
- data.tar.gz: 64d755987c0688fb4a2c387fb84dc7a5b68f8cc30cf8236c409eee04c663d659
3
+ metadata.gz: e7c8961db9d6636ab9fc7f5c0e7d409286fff2f4c398df5b5519565530682e07
4
+ data.tar.gz: 29e981d4ecbdfeced63ac550602a7d0fb2097016d946ab866644bebb32bdae36
5
5
  SHA512:
6
- metadata.gz: 05ba7a4d63c398d23dd294da8c7dca25ee8db95655b0f96995e4c5b3d11d62a1026616b2858574cb1b61d6c8344b766e7b9513422f4d9b5ee3bf91e7b4f3ea8a
7
- data.tar.gz: b4e6b21be96d61da5df87731ca8f83ba0d40a8b75393a75ca994aa0fcfa7efe2534175e39a322bbfcdedef551cbf32b4a3621d081841353390ce027543ed8c93
6
+ metadata.gz: cb6f82d2c9a61327d6b6dbc0615efb2930fa3636cb4ea29502c1b2727e8e35e73d00ecdbe274cbe636340fa0ee6ee2deece4ddff936b85e55a8da75a9f606e70
7
+ data.tar.gz: fba8697dc1c1b356e4343e7ab8e791d324e80a8824ee099573580ace5506f5d5ed9e1790e915eb144abd0921c2a375bfdaabe353fc8dc3cc503a1cd4e9a2b066
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-computeoptimizer/customizations'
45
45
  # @service
46
46
  module Aws::ComputeOptimizer
47
47
 
48
- GEM_VERSION = '1.1.0'
48
+ GEM_VERSION = '1.2.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ComputeOptimizer
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::ComputeOptimizer
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::ComputeOptimizer
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::ComputeOptimizer
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`.
@@ -709,7 +708,7 @@ module Aws::ComputeOptimizer
709
708
  params: params,
710
709
  config: config)
711
710
  context[:gem_name] = 'aws-sdk-computeoptimizer'
712
- context[:gem_version] = '1.1.0'
711
+ context[:gem_version] = '1.2.0'
713
712
  Seahorse::Client::Request.new(handlers, context)
714
713
  end
715
714
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ComputeOptimizer
9
- # This class provides a resource oriented interface for ComputeOptimizer.
10
- # To create a resource object:
11
- # resource = Aws::ComputeOptimizer::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::ComputeOptimizer::Client.new(region: 'us-west-2')
15
- # resource = Aws::ComputeOptimizer::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-computeoptimizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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 Compute Optimizer