aws-sdk-pricing 1.26.0 → 1.27.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: 3d785f57b136ec9ef001a2531df4a3fe9efa8c95c0e300ca674a61f3ef11ead0
4
- data.tar.gz: db945dbff9f3f8f3d5710ed3e282178b9157487499609d2c9d8fbedc79ad28cd
3
+ metadata.gz: 8c596e456290bd3707250f267623c90fd8ee791fcb5aa849d9155ed75cfedce3
4
+ data.tar.gz: 42908dc4c184bf38a2d03cccdea7378b11404730ec072954f3402bb6e31f88c7
5
5
  SHA512:
6
- metadata.gz: 0e89e3fa30346bc1062be79bcb876826fe394e8dbec16747b5776e16d32e7d45c53cf4e2a6c1129755af0692d3761f00d89e138974e0e158212cc94d76731e6c
7
- data.tar.gz: df5e5c2f70bdfd94fe21abcf2fd82124e68055e53c54c32ca6b66b28d393b049b6d918c48de2cdcd27d4b14e790afca25cd37ca53b54a0977af8c66946f9aa77
6
+ metadata.gz: 118b7caf96c90e5d50171362c4b5292ad78a5d67c070b90ab57766855c3c301d32f5edc8fa383718b4b8bf3abe13e4799e6164c06e89597a92a5e1538a329627
7
+ data.tar.gz: a4f9f9a3601865d6ff80e752f7abf57c482a31b48a1b0a6f923f573d3374676241a5692a89d559503946fe7861e6d2c37d1b2aef8e99fd8eae0242bcab3cab4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2021-03-31)
5
+ ------------------
6
+
7
+ * Feature - Minor documentation and link updates.
8
+
4
9
  1.26.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pricing/customizations'
48
48
  # @!group service
49
49
  module Aws::Pricing
50
50
 
51
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.27.0'
52
52
 
53
53
  end
@@ -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,
@@ -432,8 +434,8 @@ module Aws::Pricing
432
434
  #
433
435
  #
434
436
  #
435
- # [1]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/reading-an-offer.html#pps-defs
436
- # [2]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html
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
@@ -611,7 +613,7 @@ module Aws::Pricing
611
613
  params: params,
612
614
  config: config)
613
615
  context[:gem_name] = 'aws-sdk-pricing'
614
- context[:gem_version] = '1.26.0'
616
+ context[:gem_version] = '1.27.0'
615
617
  Seahorse::Client::Request.new(handlers, context)
616
618
  end
617
619
 
@@ -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.26.0
4
+ version: 1.27.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -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/master/gems/aws-sdk-pricing
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing/CHANGELOG.md
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: