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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacecatalog/client.rb +3 -3
- data/lib/aws-sdk-marketplacecatalog/types.rb +4 -4
- data/lib/aws-sdk-marketplacecatalog.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b076d6ad0179d19bf6dac1ae34892869aadc487792381661a63d768398594bc
|
|
4
|
+
data.tar.gz: 3290890bdf6ba8611b911674f418c47e76c73808e6b47be5da2319141226e82e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
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
|