aws-sdk-marketplaceagreement 1.0.0 → 1.1.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: b0e986aabfea66a3ac390c0f2b5cd4248b718494e8e06f3d980d9ea730a236a8
4
- data.tar.gz: 6fa2a38d8aa46520287eef0b4a3385c00c63b52775e682de4992bc3a0d42313e
3
+ metadata.gz: c2d0f97c7b99fea5f7a169b8344c6496c1dfd295b414bae5e389dfdce6a1cdf7
4
+ data.tar.gz: 4a2032574b15777e539a742a4fb87bac8564a1de6f98ab5b416cbeb13ba2a4a2
5
5
  SHA512:
6
- metadata.gz: 6bd71c775967c1ecd1f3c875d7d1184a1326a6fcf546e207eece0a53646a154d6c93e6e581d6a865d4a4f0782c86455bea7140fa6e704654466f0e391f794a85
7
- data.tar.gz: 7bcab5120a27ff0611fab5c37deb011fc5502ef9be862b0909bc0009ed6c4e0044dfdd5fb5287bbacd2f3ce14ca164d2769598a9d059404708a128ae74fc1d65
6
+ metadata.gz: 1f505d449d1e2ac2f37e107bb4a7c665c1a2cf2bc63cc447c957043e240f730abf3bafc2255939e1b374eabdc1a1b23ab9be2eb7ab4a25067c1a5a6689c0bd73
7
+ data.tar.gz: e46e25911c046cf1ab634d28057930b10bab7a426e70774a52e4b31688f186026a035ccbf0ea165edb2ee73043ae4f069fc161ad3cfb5092bb7589f6ccc1eab6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.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.0.0 (2023-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -719,7 +719,7 @@ module Aws::MarketplaceAgreement
719
719
  params: params,
720
720
  config: config)
721
721
  context[:gem_name] = 'aws-sdk-marketplaceagreement'
722
- context[:gem_version] = '1.0.0'
722
+ context[:gem_version] = '1.1.0'
723
723
  Seahorse::Client::Request.new(handlers, context)
724
724
  end
725
725
 
@@ -14,6 +14,7 @@ module Aws::MarketplaceAgreement
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MarketplaceAgreement::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-marketplaceagreement/customizations'
52
52
  # @!group service
53
53
  module Aws::MarketplaceAgreement
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,133 @@
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 MarketplaceAgreement
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/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 _DescribeAgreementResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAgreementOutput]
78
+ def acceptance_time: () -> ::Time
79
+ def acceptor: () -> Types::Acceptor
80
+ def agreement_id: () -> ::String
81
+ def agreement_type: () -> ::String
82
+ def end_time: () -> ::Time
83
+ def estimated_charges: () -> Types::EstimatedCharges
84
+ def proposal_summary: () -> Types::ProposalSummary
85
+ def proposer: () -> Types::Proposer
86
+ def start_time: () -> ::Time
87
+ def status: () -> ("ACTIVE" | "ARCHIVED" | "CANCELLED" | "EXPIRED" | "RENEWED" | "REPLACED" | "ROLLED_BACK" | "SUPERSEDED" | "TERMINATED")
88
+ end
89
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/Client.html#describe_agreement-instance_method
90
+ def describe_agreement: (
91
+ agreement_id: ::String
92
+ ) -> _DescribeAgreementResponseSuccess
93
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAgreementResponseSuccess
94
+
95
+ interface _GetAgreementTermsResponseSuccess
96
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAgreementTermsOutput]
97
+ def accepted_terms: () -> ::Array[Types::AcceptedTerm]
98
+ def next_token: () -> ::String
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/Client.html#get_agreement_terms-instance_method
101
+ def get_agreement_terms: (
102
+ agreement_id: ::String,
103
+ ?max_results: ::Integer,
104
+ ?next_token: ::String
105
+ ) -> _GetAgreementTermsResponseSuccess
106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAgreementTermsResponseSuccess
107
+
108
+ interface _SearchAgreementsResponseSuccess
109
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchAgreementsOutput]
110
+ def agreement_view_summaries: () -> ::Array[Types::AgreementViewSummary]
111
+ def next_token: () -> ::String
112
+ end
113
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/Client.html#search_agreements-instance_method
114
+ def search_agreements: (
115
+ ?catalog: ::String,
116
+ ?filters: Array[
117
+ {
118
+ name: ::String?,
119
+ values: Array[::String]?
120
+ },
121
+ ],
122
+ ?max_results: ::Integer,
123
+ ?next_token: ::String,
124
+ ?sort: {
125
+ sort_by: ::String?,
126
+ sort_order: ("ASCENDING" | "DESCENDING")?
127
+ }
128
+ ) -> _SearchAgreementsResponseSuccess
129
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchAgreementsResponseSuccess
130
+ end
131
+ end
132
+ end
133
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,40 @@
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 MarketplaceAgreement
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ def request_id: () -> ::String
17
+ end
18
+ class InternalServerException < ::Aws::Errors::ServiceError
19
+ def message: () -> ::String
20
+ def request_id: () -> ::String
21
+ end
22
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ def request_id: () -> ::String
25
+ def resource_id: () -> ::String
26
+ def resource_type: () -> ::String
27
+ end
28
+ class ThrottlingException < ::Aws::Errors::ServiceError
29
+ def message: () -> ::String
30
+ def request_id: () -> ::String
31
+ end
32
+ class ValidationException < ::Aws::Errors::ServiceError
33
+ def fields: () -> ::String
34
+ def message: () -> ::String
35
+ def reason: () -> ::String
36
+ def request_id: () -> ::String
37
+ end
38
+ end
39
+ end
40
+ 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 MarketplaceAgreement
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MarketplaceAgreement/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,335 @@
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::MarketplaceAgreement
9
+ module Types
10
+
11
+ class AcceptedTerm
12
+ attr_accessor byol_pricing_term: Types::ByolPricingTerm
13
+ attr_accessor configurable_upfront_pricing_term: Types::ConfigurableUpfrontPricingTerm
14
+ attr_accessor fixed_upfront_pricing_term: Types::FixedUpfrontPricingTerm
15
+ attr_accessor free_trial_pricing_term: Types::FreeTrialPricingTerm
16
+ attr_accessor legal_term: Types::LegalTerm
17
+ attr_accessor payment_schedule_term: Types::PaymentScheduleTerm
18
+ attr_accessor recurring_payment_term: Types::RecurringPaymentTerm
19
+ attr_accessor renewal_term: Types::RenewalTerm
20
+ attr_accessor support_term: Types::SupportTerm
21
+ attr_accessor usage_based_pricing_term: Types::UsageBasedPricingTerm
22
+ attr_accessor validity_term: Types::ValidityTerm
23
+ attr_accessor unknown: untyped
24
+ SENSITIVE: []
25
+
26
+ class ByolPricingTerm < AcceptedTerm
27
+ end
28
+ class ConfigurableUpfrontPricingTerm < AcceptedTerm
29
+ end
30
+ class FixedUpfrontPricingTerm < AcceptedTerm
31
+ end
32
+ class FreeTrialPricingTerm < AcceptedTerm
33
+ end
34
+ class LegalTerm < AcceptedTerm
35
+ end
36
+ class PaymentScheduleTerm < AcceptedTerm
37
+ end
38
+ class RecurringPaymentTerm < AcceptedTerm
39
+ end
40
+ class RenewalTerm < AcceptedTerm
41
+ end
42
+ class SupportTerm < AcceptedTerm
43
+ end
44
+ class UsageBasedPricingTerm < AcceptedTerm
45
+ end
46
+ class ValidityTerm < AcceptedTerm
47
+ end
48
+ class Unknown < AcceptedTerm
49
+ end
50
+ end
51
+
52
+ class Acceptor
53
+ attr_accessor account_id: ::String
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class AccessDeniedException
58
+ attr_accessor message: ::String
59
+ attr_accessor request_id: ::String
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class AgreementViewSummary
64
+ attr_accessor acceptance_time: ::Time
65
+ attr_accessor acceptor: Types::Acceptor
66
+ attr_accessor agreement_id: ::String
67
+ attr_accessor agreement_type: ::String
68
+ attr_accessor end_time: ::Time
69
+ attr_accessor proposal_summary: Types::ProposalSummary
70
+ attr_accessor proposer: Types::Proposer
71
+ attr_accessor start_time: ::Time
72
+ attr_accessor status: ("ACTIVE" | "ARCHIVED" | "CANCELLED" | "EXPIRED" | "RENEWED" | "REPLACED" | "ROLLED_BACK" | "SUPERSEDED" | "TERMINATED")
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class ByolPricingTerm
77
+ attr_accessor type: ::String
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class ConfigurableUpfrontPricingTerm
82
+ attr_accessor configuration: Types::ConfigurableUpfrontPricingTermConfiguration
83
+ attr_accessor currency_code: ::String
84
+ attr_accessor rate_cards: ::Array[Types::ConfigurableUpfrontRateCardItem]
85
+ attr_accessor type: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class ConfigurableUpfrontPricingTermConfiguration
90
+ attr_accessor dimensions: ::Array[Types::Dimension]
91
+ attr_accessor selector_value: ::String
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class ConfigurableUpfrontRateCardItem
96
+ attr_accessor constraints: Types::Constraints
97
+ attr_accessor rate_card: ::Array[Types::RateCardItem]
98
+ attr_accessor selector: Types::Selector
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class Constraints
103
+ attr_accessor multiple_dimension_selection: ::String
104
+ attr_accessor quantity_configuration: ::String
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class DescribeAgreementInput
109
+ attr_accessor agreement_id: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class DescribeAgreementOutput
114
+ attr_accessor acceptance_time: ::Time
115
+ attr_accessor acceptor: Types::Acceptor
116
+ attr_accessor agreement_id: ::String
117
+ attr_accessor agreement_type: ::String
118
+ attr_accessor end_time: ::Time
119
+ attr_accessor estimated_charges: Types::EstimatedCharges
120
+ attr_accessor proposal_summary: Types::ProposalSummary
121
+ attr_accessor proposer: Types::Proposer
122
+ attr_accessor start_time: ::Time
123
+ attr_accessor status: ("ACTIVE" | "ARCHIVED" | "CANCELLED" | "EXPIRED" | "RENEWED" | "REPLACED" | "ROLLED_BACK" | "SUPERSEDED" | "TERMINATED")
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class Dimension
128
+ attr_accessor dimension_key: ::String
129
+ attr_accessor dimension_value: ::Integer
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class DocumentItem
134
+ attr_accessor type: ::String
135
+ attr_accessor url: ::String
136
+ attr_accessor version: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class EstimatedCharges
141
+ attr_accessor agreement_value: ::String
142
+ attr_accessor currency_code: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class Filter
147
+ attr_accessor name: ::String
148
+ attr_accessor values: ::Array[::String]
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class FixedUpfrontPricingTerm
153
+ attr_accessor currency_code: ::String
154
+ attr_accessor duration: ::String
155
+ attr_accessor grants: ::Array[Types::GrantItem]
156
+ attr_accessor price: ::String
157
+ attr_accessor type: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class FreeTrialPricingTerm
162
+ attr_accessor duration: ::String
163
+ attr_accessor grants: ::Array[Types::GrantItem]
164
+ attr_accessor type: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class GetAgreementTermsInput
169
+ attr_accessor agreement_id: ::String
170
+ attr_accessor max_results: ::Integer
171
+ attr_accessor next_token: ::String
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class GetAgreementTermsOutput
176
+ attr_accessor accepted_terms: ::Array[Types::AcceptedTerm]
177
+ attr_accessor next_token: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class GrantItem
182
+ attr_accessor dimension_key: ::String
183
+ attr_accessor max_quantity: ::Integer
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class InternalServerException
188
+ attr_accessor message: ::String
189
+ attr_accessor request_id: ::String
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class LegalTerm
194
+ attr_accessor documents: ::Array[Types::DocumentItem]
195
+ attr_accessor type: ::String
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class PaymentScheduleTerm
200
+ attr_accessor currency_code: ::String
201
+ attr_accessor schedule: ::Array[Types::ScheduleItem]
202
+ attr_accessor type: ::String
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class ProposalSummary
207
+ attr_accessor offer_id: ::String
208
+ attr_accessor resources: ::Array[Types::Resource]
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class Proposer
213
+ attr_accessor account_id: ::String
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class RateCardItem
218
+ attr_accessor dimension_key: ::String
219
+ attr_accessor price: ::String
220
+ SENSITIVE: []
221
+ end
222
+
223
+ class RecurringPaymentTerm
224
+ attr_accessor billing_period: ::String
225
+ attr_accessor currency_code: ::String
226
+ attr_accessor price: ::String
227
+ attr_accessor type: ::String
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class RenewalTerm
232
+ attr_accessor configuration: Types::RenewalTermConfiguration
233
+ attr_accessor type: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class RenewalTermConfiguration
238
+ attr_accessor enable_auto_renew: bool
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class Resource
243
+ attr_accessor id: ::String
244
+ attr_accessor type: ::String
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class ResourceNotFoundException
249
+ attr_accessor message: ::String
250
+ attr_accessor request_id: ::String
251
+ attr_accessor resource_id: ::String
252
+ attr_accessor resource_type: ("Agreement")
253
+ SENSITIVE: []
254
+ end
255
+
256
+ class ScheduleItem
257
+ attr_accessor charge_amount: ::String
258
+ attr_accessor charge_date: ::Time
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class SearchAgreementsInput
263
+ attr_accessor catalog: ::String
264
+ attr_accessor filters: ::Array[Types::Filter]
265
+ attr_accessor max_results: ::Integer
266
+ attr_accessor next_token: ::String
267
+ attr_accessor sort: Types::Sort
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class SearchAgreementsOutput
272
+ attr_accessor agreement_view_summaries: ::Array[Types::AgreementViewSummary]
273
+ attr_accessor next_token: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class Selector
278
+ attr_accessor type: ::String
279
+ attr_accessor value: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class Sort
284
+ attr_accessor sort_by: ::String
285
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class SupportTerm
290
+ attr_accessor refund_policy: ::String
291
+ attr_accessor type: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class ThrottlingException
296
+ attr_accessor message: ::String
297
+ attr_accessor request_id: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class UsageBasedPricingTerm
302
+ attr_accessor currency_code: ::String
303
+ attr_accessor rate_cards: ::Array[Types::UsageBasedRateCardItem]
304
+ attr_accessor type: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class UsageBasedRateCardItem
309
+ attr_accessor rate_card: ::Array[Types::RateCardItem]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ValidationException
314
+ attr_accessor fields: ::Array[Types::ValidationExceptionField]
315
+ attr_accessor message: ::String
316
+ attr_accessor reason: ("INVALID_AGREEMENT_ID" | "MISSING_AGREEMENT_ID" | "INVALID_CATALOG" | "INVALID_FILTER_NAME" | "INVALID_FILTER_VALUES" | "INVALID_SORT_BY" | "INVALID_SORT_ORDER" | "INVALID_NEXT_TOKEN" | "INVALID_MAX_RESULTS" | "UNSUPPORTED_FILTERS" | "OTHER")
317
+ attr_accessor request_id: ::String
318
+ SENSITIVE: []
319
+ end
320
+
321
+ class ValidationExceptionField
322
+ attr_accessor message: ::String
323
+ attr_accessor name: ::String
324
+ SENSITIVE: []
325
+ end
326
+
327
+ class ValidityTerm
328
+ attr_accessor agreement_duration: ::String
329
+ attr_accessor agreement_end_date: ::Time
330
+ attr_accessor agreement_start_date: ::Time
331
+ attr_accessor type: ::String
332
+ SENSITIVE: []
333
+ end
334
+ end
335
+ 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 MarketplaceAgreement
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-marketplaceagreement
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-30 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
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-marketplaceagreement/plugins/endpoints.rb
67
67
  - lib/aws-sdk-marketplaceagreement/resource.rb
68
68
  - lib/aws-sdk-marketplaceagreement/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplaceagreement
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-marketplaceagreement/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - Agreement Service
94
99
  test_files: []