aws-sdk-marketplacecatalog 1.66.0 → 1.67.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: e446f9cf5bd5070aedd948771fc9c692252fc338ec34d26e7f73ff2c677c2d09
4
- data.tar.gz: 43cc8bbdac82b8ec70c0c00dea7ca044ad75695717c69c575ee357f1c11f1e84
3
+ metadata.gz: 3b076d6ad0179d19bf6dac1ae34892869aadc487792381661a63d768398594bc
4
+ data.tar.gz: 3290890bdf6ba8611b911674f418c47e76c73808e6b47be5da2319141226e82e
5
5
  SHA512:
6
- metadata.gz: ab7203e359a92c28953165a7d18a2027a9714ed41687f99650af4d224510997252194b477a42b798250b3e31024c368170e11209a333af5a3b35a7770cf9ef30
7
- data.tar.gz: e0f851b9d5f41a60bcf59397c37f8e72be9d8347d6f7f3a6453305314566d85e185960e3ae1823a1f51d91dfff5c3690f01139857949e76edd4e80dc3c63a776
6
+ metadata.gz: a4405e6d3bd52f7cbcafab1b688b2b0957ebbcb8deb6d30977f30080d2c758877ee55799ae5d1104f3cbc93c1511d276887cd9eb1d13eae854a3945916561dc5
7
+ data.tar.gz: 6feb3599a6f1329393f3d8c3bb5a5c3d07632bc007d0199df64b3f7cdb95c0ea22346cb909f200d38702f01ce67ebfd5c913a9a99d9d30d4fdd4c76c5192ea4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - The ListEntities API now supports two new CAPI filters: DeliveryOptionTypes for SaaS products and CompatibleAWSServices for Container products.
8
+
4
9
  1.66.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -1057,7 +1057,7 @@ module Aws::MarketplaceCatalog
1057
1057
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1058
1058
  # },
1059
1059
  # saa_s_product_sort: {
1060
- # sort_by: "EntityId", # accepts EntityId, ProductTitle, Visibility, LastModifiedDate
1060
+ # sort_by: "EntityId", # accepts EntityId, ProductTitle, Visibility, LastModifiedDate, DeliveryOptionTypes
1061
1061
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1062
1062
  # },
1063
1063
  # ami_product_sort: {
@@ -1069,7 +1069,7 @@ module Aws::MarketplaceCatalog
1069
1069
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1070
1070
  # },
1071
1071
  # container_product_sort: {
1072
- # sort_by: "EntityId", # accepts EntityId, LastModifiedDate, ProductTitle, Visibility
1072
+ # sort_by: "EntityId", # accepts EntityId, LastModifiedDate, ProductTitle, Visibility, CompatibleAWSServices
1073
1073
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1074
1074
  # },
1075
1075
  # resale_authorization_sort: {
@@ -1406,7 +1406,7 @@ module Aws::MarketplaceCatalog
1406
1406
  tracer: tracer
1407
1407
  )
1408
1408
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
1409
- context[:gem_version] = '1.66.0'
1409
+ context[:gem_version] = '1.67.0'
1410
1410
  Seahorse::Client::Request.new(handlers, context)
1411
1411
  end
1412
1412
 
@@ -1117,8 +1117,8 @@ module Aws::MarketplaceCatalog
1117
1117
  #
1118
1118
  # @!attribute [rw] machine_learning_product_filters
1119
1119
  # The filters that you can use with the ListEntities operation to
1120
- # filter machine learning products. You can filter by EntityId,
1121
- # LastModifiedDate, ProductTitle, and Visibility.
1120
+ # filter machine learning products. You can filter by `EntityId`,
1121
+ # `astModifiedDate`, `ProductTitle`, and `Visibility`.
1122
1122
  # @return [Types::MachineLearningProductFilters]
1123
1123
  #
1124
1124
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/EntityTypeFilters AWS API Documentation
@@ -1496,8 +1496,8 @@ module Aws::MarketplaceCatalog
1496
1496
  end
1497
1497
 
1498
1498
  # The filters that you can use with the ListEntities operation to filter
1499
- # machine learning products. You can filter by EntityId,
1500
- # LastModifiedDate, ProductTitle, and Visibility.
1499
+ # machine learning products. You can filter by `EntityId`,
1500
+ # `astModifiedDate`, `ProductTitle`, and `Visibility`.
1501
1501
  #
1502
1502
  # @!attribute [rw] entity_id
1503
1503
  # Filter machine learning products by their entity IDs.
@@ -54,7 +54,7 @@ module Aws::MarketplaceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -405,7 +405,7 @@ module Aws
405
405
  sort_order: ("ASCENDING" | "DESCENDING")?
406
406
  }?,
407
407
  saa_s_product_sort: {
408
- sort_by: ("EntityId" | "ProductTitle" | "Visibility" | "LastModifiedDate")?,
408
+ sort_by: ("EntityId" | "ProductTitle" | "Visibility" | "LastModifiedDate" | "DeliveryOptionTypes")?,
409
409
  sort_order: ("ASCENDING" | "DESCENDING")?
410
410
  }?,
411
411
  ami_product_sort: {
@@ -417,7 +417,7 @@ module Aws
417
417
  sort_order: ("ASCENDING" | "DESCENDING")?
418
418
  }?,
419
419
  container_product_sort: {
420
- sort_by: ("EntityId" | "LastModifiedDate" | "ProductTitle" | "Visibility")?,
420
+ sort_by: ("EntityId" | "LastModifiedDate" | "ProductTitle" | "Visibility" | "CompatibleAWSServices")?,
421
421
  sort_order: ("ASCENDING" | "DESCENDING")?
422
422
  }?,
423
423
  resale_authorization_sort: {
data/sig/types.rbs CHANGED
@@ -146,7 +146,7 @@ module Aws::MarketplaceCatalog
146
146
  end
147
147
 
148
148
  class ContainerProductSort
149
- attr_accessor sort_by: ("EntityId" | "LastModifiedDate" | "ProductTitle" | "Visibility")
149
+ attr_accessor sort_by: ("EntityId" | "LastModifiedDate" | "ProductTitle" | "Visibility" | "CompatibleAWSServices")
150
150
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
151
151
  SENSITIVE: []
152
152
  end
@@ -754,7 +754,7 @@ module Aws::MarketplaceCatalog
754
754
  end
755
755
 
756
756
  class SaaSProductSort
757
- attr_accessor sort_by: ("EntityId" | "ProductTitle" | "Visibility" | "LastModifiedDate")
757
+ attr_accessor sort_by: ("EntityId" | "ProductTitle" | "Visibility" | "LastModifiedDate" | "DeliveryOptionTypes")
758
758
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
759
759
  SENSITIVE: []
760
760
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services