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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pricing/client.rb +13 -13
- data/lib/aws-sdk-pricing/types.rb +10 -10
- data/lib/aws-sdk-pricing.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0ecf6d547acb742fa2859d840ddc55041bcb17c691d7bbecc5d86ccf895cf51
|
|
4
|
+
data.tar.gz: 7d32e48df75c18274caa0d06a544a72d1a30af4cff8ca93597ff0049ad0181b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ea596ea0be554a7878cf9ea0746fef98fbb79e74b222d4e2f0d4fd34f3f6de38337aea7460313ebc1ce049ec0fab71e29d508d079222c582d3c630595ff7f12
|
|
7
|
+
data.tar.gz: 373d9b71cb699ce294ce55023c11256b53a6de8d2af06f7a68d9e16ee7dd4acfb01c879ea6fb73e67a5154b562413063f700a11b0ec122358cb2456e18eaef69
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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 [
|
|
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 [
|
|
536
|
-
#
|
|
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 [
|
|
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 [
|
|
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
|
-
# [
|
|
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
|
|
663
|
-
# `
|
|
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 [
|
|
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.
|
|
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 [
|
|
205
|
-
#
|
|
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 [
|
|
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 [
|
|
347
|
+
# pricing, use the [DescribeServices][1] API.
|
|
349
348
|
#
|
|
350
|
-
# To retrieve the Compute Savings Plan price
|
|
351
|
-
# `ComputeSavingsPlans`.
|
|
352
|
-
#
|
|
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 [
|
|
369
|
-
# API.
|
|
369
|
+
# `RegionCode` list can be retrieved from [GetAttributeValues][1] API.
|
|
370
370
|
#
|
|
371
371
|
#
|
|
372
372
|
#
|
data/lib/aws-sdk-pricing.rb
CHANGED
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.
|
|
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-
|
|
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
|