aws-sdk-pricing 1.72.0 → 1.74.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pricing/client.rb +33 -33
- data/lib/aws-sdk-pricing/client_api.rb +9 -6
- data/lib/aws-sdk-pricing.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e4a7de4758f66a45b6f4dc01ee08933eaa8e44a6f622aa287e72758b326e02e
|
4
|
+
data.tar.gz: aaf2bbed144932f5fe6c32c557d6dd69c6c3163d74b55cb1c5307aa73e4f918b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0472a5a399807b253095e759637b63e2c1811550033c826030436d3e3d593651403e479842854a7c9a1cb52516daaf041872f6c4884a0f6bad3cdba5fe3eb6b4
|
7
|
+
data.tar.gz: 02f7d473e82feb5245587b915d0367b8bf839263018662941ddf31a09875fff079c144f1f26c96f7819a6d965d5b3188cd1920ddfa63443811d05088a809f08e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2025-02-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update GetProducts and DescribeServices API request input validations.
|
8
|
+
|
9
|
+
1.73.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.72.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::Pricing
|
40
40
|
# An API client for Pricing. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -544,7 +544,7 @@ module Aws::Pricing
|
|
544
544
|
#
|
545
545
|
# resp = client.describe_services({
|
546
546
|
# service_code: "String",
|
547
|
-
# format_version: "
|
547
|
+
# format_version: "FormatVersion",
|
548
548
|
# next_token: "String",
|
549
549
|
# max_results: 1,
|
550
550
|
# })
|
@@ -739,11 +739,11 @@ module Aws::Pricing
|
|
739
739
|
# filters: [
|
740
740
|
# {
|
741
741
|
# type: "TERM_MATCH", # required, accepts TERM_MATCH
|
742
|
-
# field: "
|
743
|
-
# value: "
|
742
|
+
# field: "Field", # required
|
743
|
+
# value: "Value", # required
|
744
744
|
# },
|
745
745
|
# ],
|
746
|
-
# format_version: "
|
746
|
+
# format_version: "FormatVersion",
|
747
747
|
# next_token: "String",
|
748
748
|
# max_results: 1,
|
749
749
|
# })
|
@@ -880,7 +880,7 @@ module Aws::Pricing
|
|
880
880
|
tracer: tracer
|
881
881
|
)
|
882
882
|
context[:gem_name] = 'aws-sdk-pricing'
|
883
|
-
context[:gem_version] = '1.
|
883
|
+
context[:gem_version] = '1.74.0'
|
884
884
|
Seahorse::Client::Request.new(handlers, context)
|
885
885
|
end
|
886
886
|
|
@@ -24,11 +24,13 @@ module Aws::Pricing
|
|
24
24
|
DescribeServicesResponse = Shapes::StructureShape.new(name: 'DescribeServicesResponse')
|
25
25
|
EffectiveDate = Shapes::TimestampShape.new(name: 'EffectiveDate')
|
26
26
|
ExpiredNextTokenException = Shapes::StructureShape.new(name: 'ExpiredNextTokenException')
|
27
|
+
Field = Shapes::StringShape.new(name: 'Field')
|
27
28
|
FileFormat = Shapes::StringShape.new(name: 'FileFormat')
|
28
29
|
FileFormats = Shapes::ListShape.new(name: 'FileFormats')
|
29
30
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
30
31
|
FilterType = Shapes::StringShape.new(name: 'FilterType')
|
31
32
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
33
|
+
FormatVersion = Shapes::StringShape.new(name: 'FormatVersion')
|
32
34
|
GetAttributeValuesRequest = Shapes::StructureShape.new(name: 'GetAttributeValuesRequest')
|
33
35
|
GetAttributeValuesResponse = Shapes::StructureShape.new(name: 'GetAttributeValuesResponse')
|
34
36
|
GetPriceListFileUrlRequest = Shapes::StructureShape.new(name: 'GetPriceListFileUrlRequest')
|
@@ -54,6 +56,7 @@ module Aws::Pricing
|
|
54
56
|
String = Shapes::StringShape.new(name: 'String')
|
55
57
|
SynthesizedJsonPriceListJsonItem = Shapes::StringShape.new(name: 'SynthesizedJsonPriceListJsonItem')
|
56
58
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
59
|
+
Value = Shapes::StringShape.new(name: 'Value')
|
57
60
|
errorMessage = Shapes::StringShape.new(name: 'errorMessage')
|
58
61
|
|
59
62
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "Message"))
|
@@ -67,13 +70,13 @@ module Aws::Pricing
|
|
67
70
|
AttributeValueList.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
68
71
|
|
69
72
|
DescribeServicesRequest.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "ServiceCode"))
|
70
|
-
DescribeServicesRequest.add_member(:format_version, Shapes::ShapeRef.new(shape:
|
73
|
+
DescribeServicesRequest.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
|
71
74
|
DescribeServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
72
75
|
DescribeServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "MaxResults"))
|
73
76
|
DescribeServicesRequest.struct_class = Types::DescribeServicesRequest
|
74
77
|
|
75
78
|
DescribeServicesResponse.add_member(:services, Shapes::ShapeRef.new(shape: ServiceList, location_name: "Services"))
|
76
|
-
DescribeServicesResponse.add_member(:format_version, Shapes::ShapeRef.new(shape:
|
79
|
+
DescribeServicesResponse.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
|
77
80
|
DescribeServicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
78
81
|
DescribeServicesResponse.struct_class = Types::DescribeServicesResponse
|
79
82
|
|
@@ -83,8 +86,8 @@ module Aws::Pricing
|
|
83
86
|
FileFormats.member = Shapes::ShapeRef.new(shape: FileFormat)
|
84
87
|
|
85
88
|
Filter.add_member(:type, Shapes::ShapeRef.new(shape: FilterType, required: true, location_name: "Type"))
|
86
|
-
Filter.add_member(:field, Shapes::ShapeRef.new(shape:
|
87
|
-
Filter.add_member(:value, Shapes::ShapeRef.new(shape:
|
89
|
+
Filter.add_member(:field, Shapes::ShapeRef.new(shape: Field, required: true, location_name: "Field"))
|
90
|
+
Filter.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "Value"))
|
88
91
|
Filter.struct_class = Types::Filter
|
89
92
|
|
90
93
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
@@ -108,12 +111,12 @@ module Aws::Pricing
|
|
108
111
|
|
109
112
|
GetProductsRequest.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
|
110
113
|
GetProductsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
111
|
-
GetProductsRequest.add_member(:format_version, Shapes::ShapeRef.new(shape:
|
114
|
+
GetProductsRequest.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
|
112
115
|
GetProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
113
116
|
GetProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "MaxResults"))
|
114
117
|
GetProductsRequest.struct_class = Types::GetProductsRequest
|
115
118
|
|
116
|
-
GetProductsResponse.add_member(:format_version, Shapes::ShapeRef.new(shape:
|
119
|
+
GetProductsResponse.add_member(:format_version, Shapes::ShapeRef.new(shape: FormatVersion, location_name: "FormatVersion"))
|
117
120
|
GetProductsResponse.add_member(:price_list, Shapes::ShapeRef.new(shape: PriceListJsonItems, location_name: "PriceList"))
|
118
121
|
GetProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
119
122
|
GetProductsResponse.struct_class = Types::GetProductsResponse
|
data/lib/aws-sdk-pricing.rb
CHANGED
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.74.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: 2025-02-
|
11
|
+
date: 2025-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|