aws-sdk-pricing 1.90.0 → 1.91.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: afd170498f0216ba018b7b8ed055061505ce460612c1ab8366c08d5fda1f9d60
4
- data.tar.gz: 2760a89772b7556874c5e093d5b53aba3937c38a5a2d258c8ee3e1b60619242b
3
+ metadata.gz: 00b288d9d69b051392eb97171c9a3a1800295da8dac6f4461ea1acf3816ee4d6
4
+ data.tar.gz: b6adbc5a0e02afbfe21818ade8ae4c7a80141caac1fd8742e076e3be03a1f5dd
5
5
  SHA512:
6
- metadata.gz: 90f8cf6e1e826de057868fd6634c27d3579292dec1adcd6aa7e702b30f2143f2589e888590545d9203a4e9d6fcc8a0b3f3d623341112f28277bd08641f41073c
7
- data.tar.gz: c72892fee03606aaec3f4d089bbabe15a2c7807a407671aa0e899cd2734878a4b4e67f3a67b31020aab26c066c4b132e59362e3f05beff3ddb1ccce27de9264f
6
+ metadata.gz: e176b4c6f955706ad52240a2c34a86642f519cad3dcaeb4437e0ac02b1f04f7b3cb441224e5aff32573513531bf7713b7155d22d61e93bcbbc95f0362da05c4f
7
+ data.tar.gz: 91f113f099660f1d9d70b37d8fdc9ce72e2353dd13c248652ea8360836cb2710e7404c93f62ddd32e855e1325b522a077ff3f8c906890bd4dbbc4415c6a33c7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2026-04-02)
5
+ ------------------
6
+
7
+ * Feature - This release increases the MaxResults parameter of the GetAttributeValues API from 100 to 10000.
8
+
4
9
  1.90.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -790,13 +790,13 @@ module Aws::Pricing
790
790
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetPriceListFileUrl.html
791
791
  #
792
792
  # @option params [required, String] :service_code
793
- # The service code or the Savings Plan service code for the attributes
793
+ # The service code or the Savings Plans service code for the attributes
794
794
  # that you want to retrieve. For example, to get the list of applicable
795
795
  # Amazon EC2 price lists, use `AmazonEC2`. For a full list of service
796
796
  # codes containing On-Demand and Reserved Instance (RI) pricing, use the
797
797
  # [DescribeServices][1] API.
798
798
  #
799
- # To retrieve the Reserved Instance and Compute Savings Plan price
799
+ # To retrieve the Reserved Instance and Compute Savings Plans price
800
800
  # lists, use `ComputeSavingsPlans`.
801
801
  #
802
802
  # To retrieve Machine Learning Savings Plans price lists, use
@@ -886,7 +886,7 @@ module Aws::Pricing
886
886
  tracer: tracer
887
887
  )
888
888
  context[:gem_name] = 'aws-sdk-pricing'
889
- context[:gem_version] = '1.90.0'
889
+ context[:gem_version] = '1.91.0'
890
890
  Seahorse::Client::Request.new(handlers, context)
891
891
  end
892
892
 
@@ -18,8 +18,8 @@ module Aws::Pricing
18
18
  AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
19
19
  AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
20
20
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
21
- BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
22
21
  CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
22
+ DescribeServicesMaxResults = Shapes::IntegerShape.new(name: 'DescribeServicesMaxResults')
23
23
  DescribeServicesRequest = Shapes::StructureShape.new(name: 'DescribeServicesRequest')
24
24
  DescribeServicesResponse = Shapes::StructureShape.new(name: 'DescribeServicesResponse')
25
25
  EffectiveDate = Shapes::TimestampShape.new(name: 'EffectiveDate')
@@ -31,10 +31,12 @@ module Aws::Pricing
31
31
  FilterType = Shapes::StringShape.new(name: 'FilterType')
32
32
  Filters = Shapes::ListShape.new(name: 'Filters')
33
33
  FormatVersion = Shapes::StringShape.new(name: 'FormatVersion')
34
+ GetAttributeValuesMaxResults = Shapes::IntegerShape.new(name: 'GetAttributeValuesMaxResults')
34
35
  GetAttributeValuesRequest = Shapes::StructureShape.new(name: 'GetAttributeValuesRequest')
35
36
  GetAttributeValuesResponse = Shapes::StructureShape.new(name: 'GetAttributeValuesResponse')
36
37
  GetPriceListFileUrlRequest = Shapes::StructureShape.new(name: 'GetPriceListFileUrlRequest')
37
38
  GetPriceListFileUrlResponse = Shapes::StructureShape.new(name: 'GetPriceListFileUrlResponse')
39
+ GetProductsMaxResults = Shapes::IntegerShape.new(name: 'GetProductsMaxResults')
38
40
  GetProductsRequest = Shapes::StructureShape.new(name: 'GetProductsRequest')
39
41
  GetProductsResponse = Shapes::StructureShape.new(name: 'GetProductsResponse')
40
42
  InternalErrorException = Shapes::StructureShape.new(name: 'InternalErrorException')
@@ -72,7 +74,7 @@ module Aws::Pricing
72
74
  DescribeServicesRequest.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
73
75
  DescribeServicesRequest.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
74
76
  DescribeServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
75
- DescribeServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "MaxResults"))
77
+ DescribeServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeServicesMaxResults, location_name: "MaxResults"))
76
78
  DescribeServicesRequest.struct_class = Types::DescribeServicesRequest
77
79
 
78
80
  DescribeServicesResponse.add_member(:services, Shapes::ShapeRef.new(shape: ServiceList, location_name: "Services"))
@@ -95,7 +97,7 @@ module Aws::Pricing
95
97
  GetAttributeValuesRequest.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
96
98
  GetAttributeValuesRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
97
99
  GetAttributeValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
98
- GetAttributeValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "MaxResults"))
100
+ GetAttributeValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetAttributeValuesMaxResults, location_name: "MaxResults"))
99
101
  GetAttributeValuesRequest.struct_class = Types::GetAttributeValuesRequest
100
102
 
101
103
  GetAttributeValuesResponse.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
@@ -113,7 +115,7 @@ module Aws::Pricing
113
115
  GetProductsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
114
116
  GetProductsRequest.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
115
117
  GetProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
116
- GetProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "MaxResults"))
118
+ GetProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetProductsMaxResults, location_name: "MaxResults"))
117
119
  GetProductsRequest.struct_class = Types::GetProductsRequest
118
120
 
119
121
  GetProductsResponse.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
@@ -198,9 +200,10 @@ module Aws::Pricing
198
200
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
199
201
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
200
202
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
203
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
201
204
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
202
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
203
205
  o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
206
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
204
207
  o[:pager] = Aws::Pager.new(
205
208
  limit_key: "max_results",
206
209
  tokens: {
@@ -218,9 +221,10 @@ module Aws::Pricing
218
221
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
219
222
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
220
223
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
224
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
221
225
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
222
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
223
226
  o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
227
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
224
228
  o[:pager] = Aws::Pager.new(
225
229
  limit_key: "max_results",
226
230
  tokens: {
@@ -252,9 +256,10 @@ module Aws::Pricing
252
256
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
253
257
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
254
258
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
259
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
255
260
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
256
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
257
261
  o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
262
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
258
263
  o[:pager] = Aws::Pager.new(
259
264
  limit_key: "max_results",
260
265
  tokens: {
@@ -274,9 +279,9 @@ module Aws::Pricing
274
279
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
275
280
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
276
281
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
282
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
277
283
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
278
284
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
279
- o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
280
285
  o[:pager] = Aws::Pager.new(
281
286
  limit_key: "max_results",
282
287
  tokens: {
@@ -150,11 +150,6 @@ module Aws::Pricing
150
150
  # such as `AmazonEC2`. If you're filtering by attribute name, this is
151
151
  # the attribute value that you want the returned products to match,
152
152
  # such as a `Provisioned IOPS` volume.
153
- #
154
- # For `ANY_OF` and `NONE_OF` filter types, you can provide multiple
155
- # values as a comma-separated string. For example,
156
- # `t2.micro,t2.small,t2.medium` or `Compute optimized, GPU instance,
157
- # Micro instances`.
158
153
  # @return [String]
159
154
  #
160
155
  # @see http://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/Filter AWS API Documentation
@@ -359,13 +354,13 @@ module Aws::Pricing
359
354
  end
360
355
 
361
356
  # @!attribute [rw] service_code
362
- # The service code or the Savings Plan service code for the attributes
363
- # that you want to retrieve. For example, to get the list of
364
- # applicable Amazon EC2 price lists, use `AmazonEC2`. For a full list
365
- # of service codes containing On-Demand and Reserved Instance (RI)
366
- # pricing, use the [DescribeServices][1] API.
357
+ # The service code or the Savings Plans service code for the
358
+ # attributes that you want to retrieve. For example, to get the list
359
+ # of applicable Amazon EC2 price lists, use `AmazonEC2`. For a full
360
+ # list of service codes containing On-Demand and Reserved Instance
361
+ # (RI) pricing, use the [DescribeServices][1] API.
367
362
  #
368
- # To retrieve the Reserved Instance and Compute Savings Plan price
363
+ # To retrieve the Reserved Instance and Compute Savings Plans price
369
364
  # lists, use `ComputeSavingsPlans`.
370
365
  #
371
366
  # To retrieve Machine Learning Savings Plans price lists, use
@@ -55,7 +55,7 @@ module Aws::Pricing
55
55
  autoload :EndpointProvider, 'aws-sdk-pricing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pricing/endpoints'
57
57
 
58
- GEM_VERSION = '1.90.0'
58
+ GEM_VERSION = '1.91.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services