aws-sdk-marketplacediscovery 1.1.0 → 1.2.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: fdee2f3068e2a8a1ed5a7c79294f9a6af4bc23d49fbfb28eeaa33e77f7939240
4
- data.tar.gz: df3ea1921659eed85ccb49697eb403c693c2551bd1d1cc86c16cd649becb6c9d
3
+ metadata.gz: f4f98a4c3c7a954a43b64fb5f2b90bf3672c889ac3ad307e5c840ce258fc8e11
4
+ data.tar.gz: 10ef3ce3d1205f8a77a893c39b1f3afe7b3eae5f19b9f26b5824c836bfc48649
5
5
  SHA512:
6
- metadata.gz: 9b88f61c4aded4bf66713328d65e8055141c495d5314b99b02513623553252b72ca47f5fa39e935568e35de85f8858c1d65c9db0a1c1183452061461d81f6c88
7
- data.tar.gz: 4173c4601bac345738ab73c1be13e1def3bae94e1017a3bd3a53f5d31b93133c56f2e5260205c3ec838bae170fd0b4050ee9964bd14b5e8593c61cb295b9e637
6
+ metadata.gz: 819df42a15fcd9673001344359695df236d50f2881324ec6fcaf1e1bbd7044929765fdee1df960d226fca1cb47a271ddf2fd2d8187bd9bd0a9862df5a312b6e8
7
+ data.tar.gz: '0268b0d2d9f64dde044fd21e33c75423d3d551c3f2f9de81f57355e430acd3b49b76d2d967f698ab4974784e84d6ed64841c405f9bf7bd1a21f0e7a67e850bc5'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -3287,7 +3287,7 @@ module Aws::MarketplaceDiscovery
3287
3287
  tracer: tracer
3288
3288
  )
3289
3289
  context[:gem_name] = 'aws-sdk-marketplacediscovery'
3290
- context[:gem_version] = '1.1.0'
3290
+ context[:gem_version] = '1.2.0'
3291
3291
  Seahorse::Client::Request.new(handlers, context)
3292
3292
  end
3293
3293
 
@@ -55,7 +55,7 @@ module Aws::MarketplaceDiscovery
55
55
  autoload :EndpointProvider, 'aws-sdk-marketplacediscovery/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-marketplacediscovery/endpoints'
57
57
 
58
- GEM_VERSION = '1.1.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -205,7 +205,7 @@ module Aws
205
205
  {
206
206
  filter_type: ("PRODUCT_ID" | "SELLER_OF_RECORD_PROFILE_ID" | "PURCHASE_OPTION_TYPE" | "VISIBILITY_SCOPE" | "AVAILABILITY_STATUS"),
207
207
  filter_values: Array[::String]
208
- },
208
+ }
209
209
  ],
210
210
  ?max_results: ::Integer,
211
211
  ?next_token: ::String
@@ -225,7 +225,7 @@ module Aws
225
225
  {
226
226
  filter_type: ("MIN_AVERAGE_CUSTOMER_RATING" | "MAX_AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS"),
227
227
  filter_values: Array[::String]
228
- },
228
+ }
229
229
  ],
230
230
  ?facet_types: Array[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS")],
231
231
  ?next_token: ::String
@@ -245,7 +245,7 @@ module Aws
245
245
  {
246
246
  filter_type: ("MIN_AVERAGE_CUSTOMER_RATING" | "MAX_AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS"),
247
247
  filter_values: Array[::String]
248
- },
248
+ }
249
249
  ],
250
250
  ?max_results: ::Integer,
251
251
  ?sort_by: ("RELEVANCE" | "AVERAGE_CUSTOMER_RATING"),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacediscovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services