aws-sdk-pricing 1.37.0 → 1.38.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: c507d74a367bbdf5095487486615c5ceb6bd895a32d84764e0232ef06fe83fa9
4
- data.tar.gz: ff415e33c1886952d3d2e291bf7be1a5fe11f674cc61f3dbf24f3b497f3021d5
3
+ metadata.gz: f1caf58ef9f9b4e1500fe09a8d7da1185b847732cdf9baea2b7179de84637006
4
+ data.tar.gz: 1e2e26a72f3d5d1bd96b3151a61980978b0160c773e9f7efc93f5b2375d7a5f3
5
5
  SHA512:
6
- metadata.gz: 211158307bdf4091dbe98d0a81db39ad0d23fbcec979e1d9db90386e15804076d9a9b874b6626d1d1c40b07a712ea99a52414b386171a8d192b7bd55dac9ae59
7
- data.tar.gz: 87bcf8760bcbac7be40aa37be4d61c8c2817f83b0ba38461adcc595bd1db5e9e37351ca7ba12e2422b25c54798fee09e7f13f62fe023d12ffb5b8eb0fb18b305
6
+ metadata.gz: 583ecadeed231147f4259a993cd1e0089c0016f07b78de8961408c7f1a310ac838bdaa34e6c47c46ef5aa99537545294750d7a4a88ff116fd5b7a8f342d4621f
7
+ data.tar.gz: 3b23e7e315d34bfe97516aea37f722543fa02c0bffdda85f4df91a6c9bd421c5f5a115e3da8556087bbe2f1f94fe9226e957a08293ae949c090314e8708126b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2022-04-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Price List API
8
+
4
9
  1.37.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -451,7 +451,7 @@ module Aws::Pricing
451
451
  req.send_request(options)
452
452
  end
453
453
 
454
- # Returns a list of attribute values. Attibutes are similar to the
454
+ # Returns a list of attribute values. Attributes are similar to the
455
455
  # details in a Price List API offer file. For a list of available
456
456
  # attributes, see [Offer File Definitions][1] in the [Amazon Web
457
457
  # Services Billing and Cost Management User Guide][2].
@@ -606,7 +606,7 @@ module Aws::Pricing
606
606
  params: params,
607
607
  config: config)
608
608
  context[:gem_name] = 'aws-sdk-pricing'
609
- context[:gem_version] = '1.37.0'
609
+ context[:gem_version] = '1.38.0'
610
610
  Seahorse::Client::Request.new(handlers, context)
611
611
  end
612
612
 
@@ -78,7 +78,7 @@ module Aws::Pricing
78
78
  # @return [String]
79
79
  #
80
80
  # @!attribute [rw] next_token
81
- # The pagination token for the next set of retreivable results.
81
+ # The pagination token for the next set of retrievable results.
82
82
  # @return [String]
83
83
  #
84
84
  # @see http://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServicesResponse AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pricing/customizations'
48
48
  # @!group service
49
49
  module Aws::Pricing
50
50
 
51
- GEM_VERSION = '1.37.0'
51
+ GEM_VERSION = '1.38.0'
52
52
 
53
53
  end
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.37.0
4
+ version: 1.38.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core