aws-sdk-pricing 1.39.0 → 1.40.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: 91e0fa94741e878b32fe3c7b64d3234ef7a9ecaf8751f875b4a15d6f6dce8bb4
4
- data.tar.gz: 1a84c5557b58b1d872b5a16b1c44e6dda6788fea655366724bab9d40c566bb7d
3
+ metadata.gz: 89fae4251e86c4fdd5e6f2e5458415f55730bccee81ad85bb6061ea07be62357
4
+ data.tar.gz: f4af3ae6aec14f914d5643b9dc6db131566493e77b232dad31cc5133de1a73f7
5
5
  SHA512:
6
- metadata.gz: 8ef365314aaf1613fd5fa472d6bdbdc4455c0022d0072ecbcc1966278e681d72b58460147d6b4d595a6869237637db1f5f5aa337c44ec04ba0531cd2f50f1797
7
- data.tar.gz: a06b83dfa4631d66952f248e3764a789fbe831625bea4cc244d7f938462c616ff3365173d627c1d1e4735405c0857a5076406104d5f67d6110f779779977c1f7
6
+ metadata.gz: 70952c2d9fd7d04f7e7c8e00ca38c5480b4ef54408ac6bbd88cbb749f9639b1803cc66fe8de722967c3602da398e22afb4c743cb7ae5f00649eef381f8b06eb9
7
+ data.tar.gz: 190f288271be2037d6c9d567bba71cf6679e436814b435a26ab6d8a0f7f9d096e3fc51e32c63cc0cc5dad29f648e18a55a723a72d662de6a4e3005cd23e13b7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2022-06-30)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for GetProducts Response.
8
+
4
9
  1.39.0 (2022-06-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -606,7 +606,7 @@ module Aws::Pricing
606
606
  params: params,
607
607
  config: config)
608
608
  context[:gem_name] = 'aws-sdk-pricing'
609
- context[:gem_version] = '1.39.0'
609
+ context[:gem_version] = '1.40.0'
610
610
  Seahorse::Client::Request.new(handlers, context)
611
611
  end
612
612
 
@@ -31,8 +31,8 @@ module Aws::Pricing
31
31
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
32
32
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
33
33
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
34
- PriceList = Shapes::ListShape.new(name: 'PriceList')
35
- PriceListItemJSON = Shapes::StringShape.new(name: 'PriceListItemJSON')
34
+ PriceListJsonItem = Shapes::StringShape.new(name: 'PriceListJsonItem')
35
+ PriceListJsonItems = Shapes::ListShape.new(name: 'PriceListJsonItems')
36
36
  Service = Shapes::StructureShape.new(name: 'Service')
37
37
  ServiceList = Shapes::ListShape.new(name: 'ServiceList')
38
38
  String = Shapes::StringShape.new(name: 'String')
@@ -84,7 +84,7 @@ module Aws::Pricing
84
84
  GetProductsRequest.struct_class = Types::GetProductsRequest
85
85
 
86
86
  GetProductsResponse.add_member(:format_version, Shapes::ShapeRef.new(shape: String, location_name: "FormatVersion"))
87
- GetProductsResponse.add_member(:price_list, Shapes::ShapeRef.new(shape: PriceList, location_name: "PriceList"))
87
+ GetProductsResponse.add_member(:price_list, Shapes::ShapeRef.new(shape: PriceListJsonItems, location_name: "PriceList"))
88
88
  GetProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
89
89
  GetProductsResponse.struct_class = Types::GetProductsResponse
90
90
 
@@ -100,7 +100,7 @@ module Aws::Pricing
100
100
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "Message"))
101
101
  NotFoundException.struct_class = Types::NotFoundException
102
102
 
103
- PriceList.member = Shapes::ShapeRef.new(shape: PriceListItemJSON, metadata: {"jsonvalue"=>true})
103
+ PriceListJsonItems.member = Shapes::ShapeRef.new(shape: PriceListJsonItem, metadata: {"jsonvalue"=>true})
104
104
 
105
105
  Service.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
106
106
  Service.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
@@ -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.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  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.39.0
4
+ version: 1.40.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: 2022-06-22 00:00:00.000000000 Z
11
+ date: 2022-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core