aws-sdk-pricing 1.35.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: 757f1a7937284864717b89d66024b95040f72ad4fe29d82e0196c837c467e47e
4
- data.tar.gz: 2675bc02446c146ab19876a48edc761d6d8939a6498c3939b553d20120dce361
3
+ metadata.gz: f1caf58ef9f9b4e1500fe09a8d7da1185b847732cdf9baea2b7179de84637006
4
+ data.tar.gz: 1e2e26a72f3d5d1bd96b3151a61980978b0160c773e9f7efc93f5b2375d7a5f3
5
5
  SHA512:
6
- metadata.gz: a53228920b01bf60f345659e2fd2739a40811810235af0130400aa1ff9bef291d6a93c38c5e976ee08a4a7140da2b6356657e191b7c694cacee6d5c6cc01cbdc
7
- data.tar.gz: 3c0f67d58984e87a31d73a19ac04bca1accace8b77ff9bdb95182ba823e3e4eabe918a320ffa10b0ff3b143cb113b6c5393b58b6d6c01c80647c88c98a66aa20
6
+ metadata.gz: 583ecadeed231147f4259a993cd1e0089c0016f07b78de8961408c7f1a310ac838bdaa34e6c47c46ef5aa99537545294750d7a4a88ff116fd5b7a8f342d4621f
7
+ data.tar.gz: 3b23e7e315d34bfe97516aea37f722543fa02c0bffdda85f4df91a6c9bd421c5f5a115e3da8556087bbe2f1f94fe9226e957a08293ae949c090314e8708126b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.37.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.36.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.35.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.38.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Pricing
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
84
 
@@ -447,7 +451,7 @@ module Aws::Pricing
447
451
  req.send_request(options)
448
452
  end
449
453
 
450
- # Returns a list of attribute values. Attibutes are similar to the
454
+ # Returns a list of attribute values. Attributes are similar to the
451
455
  # details in a Price List API offer file. For a list of available
452
456
  # attributes, see [Offer File Definitions][1] in the [Amazon Web
453
457
  # Services Billing and Cost Management User Guide][2].
@@ -602,7 +606,7 @@ module Aws::Pricing
602
606
  params: params,
603
607
  config: config)
604
608
  context[:gem_name] = 'aws-sdk-pricing'
605
- context[:gem_version] = '1.35.0'
609
+ context[:gem_version] = '1.38.0'
606
610
  Seahorse::Client::Request.new(handlers, context)
607
611
  end
608
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.35.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.35.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: 2021-12-21 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement