aws-sdk-pricing 1.49.0 → 1.51.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: f364a1e3d9db41ddc3514778a23c37c44b186143fe20c41bf648c6ec2083543f
4
- data.tar.gz: 852bad53195f9a6508d136561f98e394c5b73bad760847cf6bedd840fb95666c
3
+ metadata.gz: d0ecf6d547acb742fa2859d840ddc55041bcb17c691d7bbecc5d86ccf895cf51
4
+ data.tar.gz: 7d32e48df75c18274caa0d06a544a72d1a30af4cff8ca93597ff0049ad0181b9
5
5
  SHA512:
6
- metadata.gz: ba5838dde0fbff33f7ad6a8eb5d15304b54d6df3df7f41a6c611a7a8aba33765a68681b3e9c251532e387d10823133d4e703b8ff5ead1732281f660e3aea106e
7
- data.tar.gz: 5c7013a7314300fb4cc538c0b67f36cdbe6cf184283de115b4891f51573f3a180b6f9dc6c7aa5fdfacb43480b6ea33b3aaa0d272f79b407e093ed8c682f11c0c
6
+ metadata.gz: 1ea596ea0be554a7878cf9ea0746fef98fbb79e74b222d4e2f0d4fd34f3f6de38337aea7460313ebc1ce049ec0fab71e29d508d079222c582d3c630595ff7f12
7
+ data.tar.gz: 373d9b71cb699ce294ce55023c11256b53a6de8d2af06f7a68d9e16ee7dd4acfb01c879ea6fb73e67a5154b562413063f700a11b0ec122358cb2456e18eaef69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.50.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.49.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.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.49.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.49.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.49.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-07-11 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement