aws-sdk-pricing 1.53.0 → 1.54.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: 17c2cf4ebd580f24a26d7e8deacfa70f270174023937031fdff3210ebc92cdd7
4
- data.tar.gz: f5d151a681aa78c57d23c68eb7067a0e55c291e6d1532712aed5d264913f2663
3
+ metadata.gz: a9b0b3c508ef3506b5c1cf7df0b4c97d82b04a2e0556d9a4aa1b5f0e61d5b43b
4
+ data.tar.gz: f26412a43e7e58c3bfdf6437b65d4107a6c161c4107e7c36cd339bb130e35f10
5
5
  SHA512:
6
- metadata.gz: 96a0b713fb6c47cb473cd7c5d66b8fa11498cd5e6cef42b990fab667e196de60b604c89603bca6d3c04d12149a7034e442b860c34af03bdf8de6ac635e1dffdc
7
- data.tar.gz: c23d1d5f2ef92ee0a47223fa4e0f8dec7866075c61b9ef07d1837687b994ae27c62829447e415da8e89edb6931510455b803bb2aefc660325f9b158ca47088f6
6
+ metadata.gz: 86d8bf180f3cf2e59a5359bb1fa26f987de9125ce02d28e7b840c1fbcf5f7dd26171e07c84abb141d5eb9d9f18892e1211a5d8fec743d6018221d6fc4c61e1fc
7
+ data.tar.gz: c53935ed53633dd4161bc3091db68a30ceda8f754b8d867421fafec87bfcf4bd78bae7e61c48083f4495c3812083b351d9fe6612f594e7be64f478087174ba7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -743,7 +743,7 @@ module Aws::Pricing
743
743
  params: params,
744
744
  config: config)
745
745
  context[:gem_name] = 'aws-sdk-pricing'
746
- context[:gem_version] = '1.53.0'
746
+ context[:gem_version] = '1.54.0'
747
747
  Seahorse::Client::Request.new(handlers, context)
748
748
  end
749
749
 
@@ -14,6 +14,7 @@ module Aws::Pricing
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Pricing::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pricing/customizations'
53
53
  # @!group service
54
54
  module Aws::Pricing
55
55
 
56
- GEM_VERSION = '1.53.0'
56
+ GEM_VERSION = '1.54.0'
57
57
 
58
58
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,156 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Pricing
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _DescribeServicesResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeServicesResponse]
78
+ def services: () -> ::Array[Types::Service]
79
+ def format_version: () -> ::String
80
+ def next_token: () -> ::String
81
+ end
82
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#describe_services-instance_method
83
+ def describe_services: (
84
+ ?service_code: ::String,
85
+ ?format_version: ::String,
86
+ ?next_token: ::String,
87
+ ?max_results: ::Integer
88
+ ) -> _DescribeServicesResponseSuccess
89
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeServicesResponseSuccess
90
+
91
+ interface _GetAttributeValuesResponseSuccess
92
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAttributeValuesResponse]
93
+ def attribute_values: () -> ::Array[Types::AttributeValue]
94
+ def next_token: () -> ::String
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#get_attribute_values-instance_method
97
+ def get_attribute_values: (
98
+ service_code: ::String,
99
+ attribute_name: ::String,
100
+ ?next_token: ::String,
101
+ ?max_results: ::Integer
102
+ ) -> _GetAttributeValuesResponseSuccess
103
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttributeValuesResponseSuccess
104
+
105
+ interface _GetPriceListFileUrlResponseSuccess
106
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPriceListFileUrlResponse]
107
+ def url: () -> ::String
108
+ end
109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#get_price_list_file_url-instance_method
110
+ def get_price_list_file_url: (
111
+ price_list_arn: ::String,
112
+ file_format: ::String
113
+ ) -> _GetPriceListFileUrlResponseSuccess
114
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPriceListFileUrlResponseSuccess
115
+
116
+ interface _GetProductsResponseSuccess
117
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetProductsResponse]
118
+ def format_version: () -> ::String
119
+ def price_list: () -> ::Array[::String]
120
+ def next_token: () -> ::String
121
+ end
122
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#get_products-instance_method
123
+ def get_products: (
124
+ service_code: ::String,
125
+ ?filters: Array[
126
+ {
127
+ type: ("TERM_MATCH"),
128
+ field: ::String,
129
+ value: ::String
130
+ },
131
+ ],
132
+ ?format_version: ::String,
133
+ ?next_token: ::String,
134
+ ?max_results: ::Integer
135
+ ) -> _GetProductsResponseSuccess
136
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProductsResponseSuccess
137
+
138
+ interface _ListPriceListsResponseSuccess
139
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPriceListsResponse]
140
+ def price_lists: () -> ::Array[Types::PriceList]
141
+ def next_token: () -> ::String
142
+ end
143
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Client.html#list_price_lists-instance_method
144
+ def list_price_lists: (
145
+ service_code: ::String,
146
+ effective_date: ::Time,
147
+ ?region_code: ::String,
148
+ currency_code: ::String,
149
+ ?next_token: ::String,
150
+ ?max_results: ::Integer
151
+ ) -> _ListPriceListsResponseSuccess
152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPriceListsResponseSuccess
153
+ end
154
+ end
155
+ end
156
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,34 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Pricing
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ExpiredNextTokenException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalErrorException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class InvalidNextTokenException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class InvalidParameterException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class NotFoundException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ end
33
+ end
34
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Pricing
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pricing/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,139 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Pricing
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AttributeValue
17
+ attr_accessor value: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class DescribeServicesRequest
22
+ attr_accessor service_code: ::String
23
+ attr_accessor format_version: ::String
24
+ attr_accessor next_token: ::String
25
+ attr_accessor max_results: ::Integer
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class DescribeServicesResponse
30
+ attr_accessor services: ::Array[Types::Service]
31
+ attr_accessor format_version: ::String
32
+ attr_accessor next_token: ::String
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class ExpiredNextTokenException
37
+ attr_accessor message: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class Filter
42
+ attr_accessor type: ("TERM_MATCH")
43
+ attr_accessor field: ::String
44
+ attr_accessor value: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class GetAttributeValuesRequest
49
+ attr_accessor service_code: ::String
50
+ attr_accessor attribute_name: ::String
51
+ attr_accessor next_token: ::String
52
+ attr_accessor max_results: ::Integer
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class GetAttributeValuesResponse
57
+ attr_accessor attribute_values: ::Array[Types::AttributeValue]
58
+ attr_accessor next_token: ::String
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class GetPriceListFileUrlRequest
63
+ attr_accessor price_list_arn: ::String
64
+ attr_accessor file_format: ::String
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class GetPriceListFileUrlResponse
69
+ attr_accessor url: ::String
70
+ SENSITIVE: []
71
+ end
72
+
73
+ class GetProductsRequest
74
+ attr_accessor service_code: ::String
75
+ attr_accessor filters: ::Array[Types::Filter]
76
+ attr_accessor format_version: ::String
77
+ attr_accessor next_token: ::String
78
+ attr_accessor max_results: ::Integer
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class GetProductsResponse
83
+ attr_accessor format_version: ::String
84
+ attr_accessor price_list: ::Array[::String]
85
+ attr_accessor next_token: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class InternalErrorException
90
+ attr_accessor message: ::String
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class InvalidNextTokenException
95
+ attr_accessor message: ::String
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class InvalidParameterException
100
+ attr_accessor message: ::String
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class ListPriceListsRequest
105
+ attr_accessor service_code: ::String
106
+ attr_accessor effective_date: ::Time
107
+ attr_accessor region_code: ::String
108
+ attr_accessor currency_code: ::String
109
+ attr_accessor next_token: ::String
110
+ attr_accessor max_results: ::Integer
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class ListPriceListsResponse
115
+ attr_accessor price_lists: ::Array[Types::PriceList]
116
+ attr_accessor next_token: ::String
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class NotFoundException
121
+ attr_accessor message: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class PriceList
126
+ attr_accessor price_list_arn: ::String
127
+ attr_accessor region_code: ::String
128
+ attr_accessor currency_code: ::String
129
+ attr_accessor file_formats: ::Array[::String]
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class Service
134
+ attr_accessor service_code: ::String
135
+ attr_accessor attribute_names: ::Array[::String]
136
+ SENSITIVE: []
137
+ end
138
+ end
139
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Pricing
10
+ module Waiters
11
+ end
12
+ end
13
+ 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.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,13 +67,18 @@ files:
67
67
  - lib/aws-sdk-pricing/resource.rb
68
68
  - lib/aws-sdk-pricing/types.rb
69
69
  - lib/aws-sdk-pricing/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0
73
78
  metadata:
74
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pricing
75
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pricing/CHANGELOG.md
76
- post_install_message:
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
93
  - !ruby/object:Gem::Version
89
94
  version: '0'
90
95
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
93
98
  specification_version: 4
94
99
  summary: AWS SDK for Ruby - AWS Pricing
95
100
  test_files: []