aws-sdk-pricing 1.50.0 → 1.52.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: c85aceea0b8fed0825f8c5cc91d60cdc62338fef0337bb280643774761638fe9
4
- data.tar.gz: b7bc3d03e0d57781dd0d9a66d67e6d4aa551f51d1fc755883b9ef578fdfc5f9e
3
+ metadata.gz: 0613afb42172be7594a583e716898816540207f5699bd5ba25f693c0f2ff68a4
4
+ data.tar.gz: b2683464a0357bc966fa029494933dcb7067b8a9e6cdc5691acf7698944919e8
5
5
  SHA512:
6
- metadata.gz: 2589d9df72bf52a72a27c40fd8fbb825435b5151b38b20cafc73a0a62cda9aee18a683c81613bf059ec36132eac53949d4c8eba57a3388b6dab0d36dd40d7787
7
- data.tar.gz: d03e87dba38e488afc1a9e44b41d3abdf1163e2317c0b4f57994112bd1276270c06c7866792997e5734ac234d12427e7a38afb0e69949c394f6121241a34b5b3
6
+ metadata.gz: 22d29f01fed5d35afaf49313f00f1f4648eb316bb38db05833e2641951a9e260521546583f25cd80f97c0b075f7742c8072429f562195c40b112a7588e110c06
7
+ data.tar.gz: '081a50bcc5f3980dff80cc7958cde80911986ef1ef94e62d3b94d81af0ffbe99aa6f3ab26a4883c5502c240249b3963038b89d57b6ff6f64d558cbdbf8d416f4'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2023-10-12)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Price List
13
+
4
14
  1.50.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -524,7 +524,7 @@ module Aws::Pricing
524
524
  #
525
525
  # This returns the URL that you can retrieve your Price List file from.
526
526
  # This URL is based on the `PriceListArn` and `FileFormat` that you
527
- # retrieve from the [ `ListPriceLists` ][1] response.
527
+ # retrieve from the [ListPriceLists][1] response.
528
528
  #
529
529
  #
530
530
  #
@@ -532,8 +532,8 @@ module Aws::Pricing
532
532
  #
533
533
  # @option params [required, String] :price_list_arn
534
534
  # The unique identifier that maps to where your Price List files are
535
- # located. `PriceListArn` can be obtained from the [ `ListPriceLists`
536
- # ][1] response.
535
+ # located. `PriceListArn` can be obtained from the [ListPriceLists][1]
536
+ # response.
537
537
  #
538
538
  #
539
539
  #
@@ -541,8 +541,7 @@ module Aws::Pricing
541
541
  #
542
542
  # @option params [required, String] :file_format
543
543
  # The format that you want to retrieve your Price List files in. The
544
- # `FileFormat` can be obtained from the [ `ListPriceLists` ][1]
545
- # response.
544
+ # `FileFormat` can be obtained from the [ListPriceLists][1] response.
546
545
  #
547
546
  #
548
547
  #
@@ -646,7 +645,7 @@ module Aws::Pricing
646
645
  # `RegionCode` filter to get the Price List reference that's specific
647
646
  # to a specific Amazon Web Services Region. You can use the
648
647
  # `PriceListArn` from the response to get your preferred Price List
649
- # files through the [ `GetPriceListFileUrl` ][1] API.
648
+ # files through the [GetPriceListFileUrl][1] API.
650
649
  #
651
650
  #
652
651
  #
@@ -657,11 +656,13 @@ module Aws::Pricing
657
656
  # that you want to retrieve. For example, to get the list of applicable
658
657
  # Amazon EC2 price lists, use `AmazonEC2`. For a full list of service
659
658
  # codes containing On-Demand and Reserved Instance (RI) pricing, use the
660
- # [ `DescribeServices` ][1] API.
659
+ # [DescribeServices][1] API.
660
+ #
661
+ # To retrieve the Reserved Instance and Compute Savings Plan price
662
+ # lists, use `ComputeSavingsPlans`.
661
663
  #
662
- # To retrieve the Compute Savings Plan price lists, use
663
- # `ComputeSavingsPlans`. To retrieve Machine Learning Savings Plans
664
- # price lists, use `MachineLearningSavingsPlans`.
664
+ # To retrieve Machine Learning Savings Plans price lists, use
665
+ # `MachineLearningSavingsPlans`.
665
666
  #
666
667
  #
667
668
  #
@@ -675,8 +676,7 @@ module Aws::Pricing
675
676
  # For example, to get the price list only for the `US East (N.
676
677
  # Virginia)` Region, use `us-east-1`. If nothing is specified, you
677
678
  # retrieve price lists for all applicable Regions. The available
678
- # `RegionCode` list can be retrieved from [ `GetAttributeValues` ][1]
679
- # API.
679
+ # `RegionCode` list can be retrieved from [GetAttributeValues][1] API.
680
680
  #
681
681
  #
682
682
  #
@@ -743,7 +743,7 @@ module Aws::Pricing
743
743
  params: params,
744
744
  config: config)
745
745
  context[:gem_name] = 'aws-sdk-pricing'
746
- context[:gem_version] = '1.50.0'
746
+ context[:gem_version] = '1.52.0'
747
747
  Seahorse::Client::Request.new(handlers, context)
748
748
  end
749
749
 
@@ -201,8 +201,8 @@ module Aws::Pricing
201
201
 
202
202
  # @!attribute [rw] price_list_arn
203
203
  # The unique identifier that maps to where your Price List files are
204
- # located. `PriceListArn` can be obtained from the [ `ListPriceLists`
205
- # ][1] response.
204
+ # located. `PriceListArn` can be obtained from the [ListPriceLists][1]
205
+ # response.
206
206
  #
207
207
  #
208
208
  #
@@ -211,8 +211,7 @@ module Aws::Pricing
211
211
  #
212
212
  # @!attribute [rw] file_format
213
213
  # The format that you want to retrieve your Price List files in. The
214
- # `FileFormat` can be obtained from the [ `ListPriceLists` ][1]
215
- # response.
214
+ # `FileFormat` can be obtained from the [ListPriceLists][1] response.
216
215
  #
217
216
  #
218
217
  #
@@ -345,11 +344,13 @@ module Aws::Pricing
345
344
  # that you want to retrieve. For example, to get the list of
346
345
  # applicable Amazon EC2 price lists, use `AmazonEC2`. For a full list
347
346
  # of service codes containing On-Demand and Reserved Instance (RI)
348
- # pricing, use the [ `DescribeServices` ][1] API.
347
+ # pricing, use the [DescribeServices][1] API.
349
348
  #
350
- # To retrieve the Compute Savings Plan price lists, use
351
- # `ComputeSavingsPlans`. To retrieve Machine Learning Savings Plans
352
- # price lists, use `MachineLearningSavingsPlans`.
349
+ # To retrieve the Reserved Instance and Compute Savings Plan price
350
+ # lists, use `ComputeSavingsPlans`.
351
+ #
352
+ # To retrieve Machine Learning Savings Plans price lists, use
353
+ # `MachineLearningSavingsPlans`.
353
354
  #
354
355
  #
355
356
  #
@@ -365,8 +366,7 @@ module Aws::Pricing
365
366
  # For example, to get the price list only for the `US East (N.
366
367
  # Virginia)` Region, use `us-east-1`. If nothing is specified, you
367
368
  # retrieve price lists for all applicable Regions. The available
368
- # `RegionCode` list can be retrieved from [ `GetAttributeValues` ][1]
369
- # API.
369
+ # `RegionCode` list can be retrieved from [GetAttributeValues][1] API.
370
370
  #
371
371
  #
372
372
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pricing/customizations'
53
53
  # @!group service
54
54
  module Aws::Pricing
55
55
 
56
- GEM_VERSION = '1.50.0'
56
+ GEM_VERSION = '1.52.0'
57
57
 
58
58
  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.50.0
4
+ version: 1.52.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-22 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.184.0
22
+ version: 3.188.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.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: '2.3'
84
+ version: '2.5'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="