aws-sdk-pricing 1.26.0 → 1.30.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pricing.rb +1 -1
- data/lib/aws-sdk-pricing/client.rb +7 -36
- data/lib/aws-sdk-pricing/client_api.rb +1 -0
- data/lib/aws-sdk-pricing/types.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3fc03695502a57983d3ac03e4cf00b19bcc530da00469a4f3dcf6638f5057be
|
|
4
|
+
data.tar.gz: 63a35615184445abc13083970e4a3e4915ffde668aa19dd01b9e8faf823d1366
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0966661decfc73c43b93c4a420b51dd871abf14d084fdfaf37944597d5e3d4d5d60dcc22037303da1006a016d31cbc2afad42513be1a6f8c6f7aa030d2b3db87'
|
|
7
|
+
data.tar.gz: 232e6964ef4909acd7a0d43412dd5512c6f8194322bc9cedec5f01f611af504dc766431262d708add9c3958aea1113f28a5be3fba84bcdd31e253cae7a6b638e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.30.0 (2021-07-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.29.0 (2021-07-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.28.0 (2021-07-13)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Documentation updates for api.pricing
|
|
18
|
+
|
|
19
|
+
1.27.0 (2021-03-31)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Minor documentation and link updates.
|
|
23
|
+
|
|
4
24
|
1.26.0 (2021-03-10)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.0
|
data/lib/aws-sdk-pricing.rb
CHANGED
|
@@ -374,6 +374,8 @@ module Aws::Pricing
|
|
|
374
374
|
#
|
|
375
375
|
# @example Example: To retrieve a list of services and service codes
|
|
376
376
|
#
|
|
377
|
+
# # Retrieves the service for the given Service Code.
|
|
378
|
+
#
|
|
377
379
|
# resp = client.describe_services({
|
|
378
380
|
# format_version: "aws_v1",
|
|
379
381
|
# max_results: 1,
|
|
@@ -427,13 +429,13 @@ module Aws::Pricing
|
|
|
427
429
|
|
|
428
430
|
# Returns a list of attribute values. Attibutes are similar to the
|
|
429
431
|
# details in a Price List API offer file. For a list of available
|
|
430
|
-
# attributes, see [Offer File Definitions][1] in the [
|
|
431
|
-
# Cost Management User Guide][2].
|
|
432
|
+
# attributes, see [Offer File Definitions][1] in the [Amazon Web
|
|
433
|
+
# Services Billing and Cost Management User Guide][2].
|
|
432
434
|
#
|
|
433
435
|
#
|
|
434
436
|
#
|
|
435
|
-
# [1]:
|
|
436
|
-
# [2]:
|
|
437
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs
|
|
438
|
+
# [2]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html
|
|
437
439
|
#
|
|
438
440
|
# @option params [required, String] :service_code
|
|
439
441
|
# The service code for the service whose attributes you want to
|
|
@@ -535,37 +537,6 @@ module Aws::Pricing
|
|
|
535
537
|
#
|
|
536
538
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
537
539
|
#
|
|
538
|
-
#
|
|
539
|
-
# @example Example: To retrieve a list of products
|
|
540
|
-
#
|
|
541
|
-
# # This operation returns a list of products that match the given criteria.
|
|
542
|
-
#
|
|
543
|
-
# resp = client.get_products({
|
|
544
|
-
# filters: [
|
|
545
|
-
# {
|
|
546
|
-
# field: "ServiceCode",
|
|
547
|
-
# type: "TERM_MATCH",
|
|
548
|
-
# value: "AmazonEC2",
|
|
549
|
-
# },
|
|
550
|
-
# {
|
|
551
|
-
# field: "volumeType",
|
|
552
|
-
# type: "TERM_MATCH",
|
|
553
|
-
# value: "Provisioned IOPS",
|
|
554
|
-
# },
|
|
555
|
-
# ],
|
|
556
|
-
# format_version: "aws_v1",
|
|
557
|
-
# max_results: 1,
|
|
558
|
-
# })
|
|
559
|
-
#
|
|
560
|
-
# resp.to_h outputs the following:
|
|
561
|
-
# {
|
|
562
|
-
# format_version: "aws_v1",
|
|
563
|
-
# next_token: "57r3EXAMPLEujbzWfHF7Ciw==:ywSmZsD3mtpQmQLQ5XfOsIMkYybSj+vAT+kGmwMFq+K9DGmIoJkz7lunVeamiOPgthdWSO2a7YKojCO+zY4dJmuNl2QvbNhXs+AJ2Ufn7xGmJncNI2TsEuAsVCUfTAvAQNcwwamtk6XuZ4YdNnooV62FjkV3ZAn40d9+wAxV7+FImvhUHi/+f8afgZdGh2zPUlH8jlV9uUtj0oHp8+DhPUuHXh+WBII1E/aoKpPSm3c=",
|
|
564
|
-
# price_list: [
|
|
565
|
-
# "{\"product\":{\"productFamily\":\"Storage\",\"attributes\":{\"storageMedia\":\"SSD-backed\",\"maxThroughputvolume\":\"320 MB/sec\",\"volumeType\":\"Provisioned IOPS\",\"maxIopsvolume\":\"20000\",\"servicecode\":\"AmazonEC2\",\"usagetype\":\"CAN1-EBS:VolumeUsage.piops\",\"locationType\":\"AWS Region\",\"location\":\"Canada (Central)\",\"servicename\":\"Amazon Elastic Compute Cloud\",\"maxVolumeSize\":\"16 TiB\",\"operation\":\"\"},\"sku\":\"WQGC34PB2AWS8R4U\"},\"serviceCode\":\"AmazonEC2\",\"terms\":{\"OnDemand\":{\"WQGC34PB2AWS8R4U.JRTCKXETXF\":{\"priceDimensions\":{\"WQGC34PB2AWS8R4U.JRTCKXETXF.6YS6EN2CT7\":{\"unit\":\"GB-Mo\",\"endRange\":\"Inf\",\"description\":\"$0.138 per GB-month of Provisioned IOPS SSD (io1) provisioned storage - Canada (Central)\",\"appliesTo\":[],\"rateCode\":\"WQGC34PB2AWS8R4U.JRTCKXETXF.6YS6EN2CT7\",\"beginRange\":\"0\",\"pricePerUnit\":{\"USD\":\"0.1380000000\"}}},\"sku\":\"WQGC34PB2AWS8R4U\",\"effectiveDate\":\"2017-08-01T00:00:00Z\",\"offerTermCode\":\"JRTCKXETXF\",\"termAttributes\":{}}}},\"version\":\"20170901182201\",\"publicationDate\":\"2017-09-01T18:22:01Z\"}",
|
|
566
|
-
# ],
|
|
567
|
-
# }
|
|
568
|
-
#
|
|
569
540
|
# @example Request syntax with placeholder values
|
|
570
541
|
#
|
|
571
542
|
# resp = client.get_products({
|
|
@@ -611,7 +582,7 @@ module Aws::Pricing
|
|
|
611
582
|
params: params,
|
|
612
583
|
config: config)
|
|
613
584
|
context[:gem_name] = 'aws-sdk-pricing'
|
|
614
|
-
context[:gem_version] = '1.
|
|
585
|
+
context[:gem_version] = '1.30.0'
|
|
615
586
|
Seahorse::Client::Request.new(handlers, context)
|
|
616
587
|
end
|
|
617
588
|
|
|
@@ -121,6 +121,7 @@ module Aws::Pricing
|
|
|
121
121
|
"protocol" => "json",
|
|
122
122
|
"serviceAbbreviation" => "AWS Pricing",
|
|
123
123
|
"serviceFullName" => "AWS Price List Service",
|
|
124
|
+
"serviceId" => "Pricing",
|
|
124
125
|
"signatureVersion" => "v4",
|
|
125
126
|
"signingName" => "pricing",
|
|
126
127
|
"targetPrefix" => "AWSPriceListService",
|
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.30.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-
|
|
11
|
+
date: 2021-07-30 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.
|
|
22
|
+
version: 3.119.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.
|
|
32
|
+
version: 3.119.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
66
66
|
licenses:
|
|
67
67
|
- Apache-2.0
|
|
68
68
|
metadata:
|
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pricing
|
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pricing/CHANGELOG.md
|
|
71
71
|
post_install_message:
|
|
72
72
|
rdoc_options: []
|
|
73
73
|
require_paths:
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - AWS Pricing
|