aws-sdk-pricing 1.17.0 → 1.18.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
  SHA256:
3
- metadata.gz: 7eab0909ec5a276f8d22ae1dc759ee748658025ad9a55410b556a298b01da752
4
- data.tar.gz: 7913f163a461d676340d46281fc06bba02159908d304fb6d99081bd4d7c323cb
3
+ metadata.gz: a3a9d6bb780b4c247509a62c0fa47fcb163d50c40cc635be525f2dd2d4c6a994
4
+ data.tar.gz: 06abe1feff7c67e19fb5eceacd280c8c6034648eef2aa70e7d4165d01c3678af
5
5
  SHA512:
6
- metadata.gz: 515a60c7ef67ae64238c5a21605bc0f28ca4641fe58ccd767b0bb47b9649e33545884b47c30e7d0548ede27b9216c325e81898d387353825b4015d56758ed6fa
7
- data.tar.gz: 1bd2a56d63598c08a430a5c7d5f166e82b0e6164a46f1ba27f84bd8765c4774326a677192e2657b90caca269b85fdbb3630119c70e0d79e44685f3d83b80e780
6
+ metadata.gz: e83a61c2809d25538c555817d5f0458ca28379ec07714dc5a0527b241a4b2d03b3da26dcc93d4fa48ab386a09c53de2fcf0278b52f535a1d5753ce32f9884b54
7
+ data.tar.gz: 55b8666dd6f1194c0514fd563a963edf27938ee418077bec0d93f25cc4eb36ef8b959fd2a0b26f131030689ef856e619a5b3ca68aa244689dcc477da6200161b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-pricing/customizations'
45
45
  # @service
46
46
  module Aws::Pricing
47
47
 
48
- GEM_VERSION = '1.17.0'
48
+ GEM_VERSION = '1.18.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Pricing
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::Pricing
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::Pricing
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::Pricing
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`.
@@ -351,6 +350,8 @@ module Aws::Pricing
351
350
  # * {Types::DescribeServicesResponse#format_version #format_version} => String
352
351
  # * {Types::DescribeServicesResponse#next_token #next_token} => String
353
352
  #
353
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
354
+ #
354
355
  #
355
356
  # @example Example: To retrieve a list of services and service codes
356
357
  #
@@ -436,6 +437,8 @@ module Aws::Pricing
436
437
  # * {Types::GetAttributeValuesResponse#attribute_values #attribute_values} => Array<Types::AttributeValue>
437
438
  # * {Types::GetAttributeValuesResponse#next_token #next_token} => String
438
439
  #
440
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
441
+ #
439
442
  #
440
443
  # @example Example: To retrieve a list of attribute values
441
444
  #
@@ -511,6 +514,8 @@ module Aws::Pricing
511
514
  # * {Types::GetProductsResponse#price_list #price_list} => Array<String>
512
515
  # * {Types::GetProductsResponse#next_token #next_token} => String
513
516
  #
517
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
518
+ #
514
519
  #
515
520
  # @example Example: To retrieve a list of products
516
521
  #
@@ -587,7 +592,7 @@ module Aws::Pricing
587
592
  params: params,
588
593
  config: config)
589
594
  context[:gem_name] = 'aws-sdk-pricing'
590
- context[:gem_version] = '1.17.0'
595
+ context[:gem_version] = '1.18.0'
591
596
  Seahorse::Client::Request.new(handlers, context)
592
597
  end
593
598
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::Pricing
9
- # This class provides a resource oriented interface for Pricing.
10
- # To create a resource object:
11
- # resource = Aws::Pricing::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::Pricing::Client.new(region: 'us-west-2')
15
- # resource = Aws::Pricing::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-pricing
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 Pricing