aws-sdk-pricing 1.50.0 → 1.51.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: c85aceea0b8fed0825f8c5cc91d60cdc62338fef0337bb280643774761638fe9
4
- data.tar.gz: b7bc3d03e0d57781dd0d9a66d67e6d4aa551f51d1fc755883b9ef578fdfc5f9e
3
+ metadata.gz: d0ecf6d547acb742fa2859d840ddc55041bcb17c691d7bbecc5d86ccf895cf51
4
+ data.tar.gz: 7d32e48df75c18274caa0d06a544a72d1a30af4cff8ca93597ff0049ad0181b9
5
5
  SHA512:
6
- metadata.gz: 2589d9df72bf52a72a27c40fd8fbb825435b5151b38b20cafc73a0a62cda9aee18a683c81613bf059ec36132eac53949d4c8eba57a3388b6dab0d36dd40d7787
7
- data.tar.gz: d03e87dba38e488afc1a9e44b41d3abdf1163e2317c0b4f57994112bd1276270c06c7866792997e5734ac234d12427e7a38afb0e69949c394f6121241a34b5b3
6
+ metadata.gz: 1ea596ea0be554a7878cf9ea0746fef98fbb79e74b222d4e2f0d4fd34f3f6de38337aea7460313ebc1ce049ec0fab71e29d508d079222c582d3c630595ff7f12
7
+ data.tar.gz: 373d9b71cb699ce294ce55023c11256b53a6de8d2af06f7a68d9e16ee7dd4acfb01c879ea6fb73e67a5154b562413063f700a11b0ec122358cb2456e18eaef69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Price List
8
+
4
9
  1.50.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.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.51.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.51.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.51.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-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core