aws-sdk-marketplacecatalog 1.80.0 → 1.81.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: 7f7e70ef1e60ee3a92cd863bf2f1bbd22aedc3b4308565e77ad6cd12b2ab07e6
4
- data.tar.gz: 7d8db9fa6b65cd41621038b1587ec36d3461afd6b9e097ad2b8ac8cb041621bb
3
+ metadata.gz: a205ba3609620f5b8286ed4c29eab2e78e1039fe3a6c3293c16d8a165bc87397
4
+ data.tar.gz: 17c07c264c2a3b93a6edd3a62436d5d83823025f4d9ec6b2765e56e20b54fc38
5
5
  SHA512:
6
- metadata.gz: eff5b3c3c27a531be7b3cc689fcd693f9304454d4d18ad5bc03824053adcd34d166617b75122e5d17f71d483968aedb588994ef75d05e5ebdab4ee9bc1be7a7e
7
- data.tar.gz: 67d45c68a1d598fe2f925b501075d25176de65323db280cdf60d89630903bbbe178169eb30f1187403af2bae5d0111f8473d411fcf1732b783624e176fc16726
6
+ metadata.gz: 8e1a6451842c2c3e8bc0e45a0eb4287ebcb68a24753d2d9df6bede7789418c2d8e9660569d007b4d20fa0aab352904d3d89790beeb72fbf141d9c8c124e108f3
7
+ data.tar.gz: 77c0db80d49aae1bcb950df2cb762b981fec3be76a9bebbd425d7db638a308e24d7dcbedb20366f6f211976d335d2026b1a1e2c611f3ad4dc3252eabd8fd1670
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2026-07-07)
5
+ ------------------
6
+
7
+ * Feature - This release enhances the ListEntities API to support ResellerRole filter for ResaleAuthorization entity.
8
+
4
9
  1.80.0 (2026-06-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -1032,6 +1032,9 @@ module Aws::MarketplaceCatalog
1032
1032
  # before_value: "DateTimeISO8601",
1033
1033
  # },
1034
1034
  # },
1035
+ # reseller_role: {
1036
+ # value_list: ["ChannelPartner"], # accepts ChannelPartner, Distributor
1037
+ # },
1035
1038
  # },
1036
1039
  # machine_learning_product_filters: {
1037
1040
  # entity_id: {
@@ -1156,6 +1159,7 @@ module Aws::MarketplaceCatalog
1156
1159
  # resp.entity_summary_list[0].resale_authorization_summary.offer_extended_status #=> String
1157
1160
  # resp.entity_summary_list[0].resale_authorization_summary.created_date #=> String
1158
1161
  # resp.entity_summary_list[0].resale_authorization_summary.availability_end_date #=> String
1162
+ # resp.entity_summary_list[0].resale_authorization_summary.reseller_role #=> String, one of "ChannelPartner", "Distributor"
1159
1163
  # resp.entity_summary_list[0].machine_learning_product_summary.product_title #=> String
1160
1164
  # resp.entity_summary_list[0].machine_learning_product_summary.visibility #=> String, one of "Limited", "Public", "Restricted", "Draft"
1161
1165
  # resp.entity_summary_list[0].offer_set_summary.name #=> String
@@ -1447,7 +1451,7 @@ module Aws::MarketplaceCatalog
1447
1451
  tracer: tracer
1448
1452
  )
1449
1453
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
1450
- context[:gem_version] = '1.80.0'
1454
+ context[:gem_version] = '1.81.0'
1451
1455
  Seahorse::Client::Request.new(handlers, context)
1452
1456
  end
1453
1457
 
@@ -246,6 +246,9 @@ module Aws::MarketplaceCatalog
246
246
  ResaleAuthorizationResellerLegalNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterValueList')
247
247
  ResaleAuthorizationResellerLegalNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterWildcard')
248
248
  ResaleAuthorizationResellerLegalNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameString')
249
+ ResaleAuthorizationResellerRoleFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationResellerRoleFilter')
250
+ ResaleAuthorizationResellerRoleFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerRoleFilterValueList')
251
+ ResaleAuthorizationResellerRoleString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerRoleString')
249
252
  ResaleAuthorizationSort = Shapes::StructureShape.new(name: 'ResaleAuthorizationSort')
250
253
  ResaleAuthorizationSortBy = Shapes::StringShape.new(name: 'ResaleAuthorizationSortBy')
251
254
  ResaleAuthorizationStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationStatusFilter')
@@ -861,6 +864,7 @@ module Aws::MarketplaceCatalog
861
864
  ResaleAuthorizationFilters.add_member(:status, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilter, location_name: "Status"))
862
865
  ResaleAuthorizationFilters.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilter, location_name: "OfferExtendedStatus"))
863
866
  ResaleAuthorizationFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilter, location_name: "LastModifiedDate"))
867
+ ResaleAuthorizationFilters.add_member(:reseller_role, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleFilter, location_name: "ResellerRole"))
864
868
  ResaleAuthorizationFilters.struct_class = Types::ResaleAuthorizationFilters
865
869
 
866
870
  ResaleAuthorizationLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilterDateRange, location_name: "DateRange"))
@@ -917,6 +921,11 @@ module Aws::MarketplaceCatalog
917
921
 
918
922
  ResaleAuthorizationResellerLegalNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameString)
919
923
 
924
+ ResaleAuthorizationResellerRoleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleFilterValueList, location_name: "ValueList"))
925
+ ResaleAuthorizationResellerRoleFilter.struct_class = Types::ResaleAuthorizationResellerRoleFilter
926
+
927
+ ResaleAuthorizationResellerRoleFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleString)
928
+
920
929
  ResaleAuthorizationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResaleAuthorizationSortBy, location_name: "SortBy"))
921
930
  ResaleAuthorizationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
922
931
  ResaleAuthorizationSort.struct_class = Types::ResaleAuthorizationSort
@@ -937,6 +946,7 @@ module Aws::MarketplaceCatalog
937
946
  ResaleAuthorizationSummary.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusString, location_name: "OfferExtendedStatus"))
938
947
  ResaleAuthorizationSummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "CreatedDate"))
939
948
  ResaleAuthorizationSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
949
+ ResaleAuthorizationSummary.add_member(:reseller_role, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleString, location_name: "ResellerRole"))
940
950
  ResaleAuthorizationSummary.struct_class = Types::ResaleAuthorizationSummary
941
951
 
942
952
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
@@ -2465,6 +2465,10 @@ module Aws::MarketplaceCatalog
2465
2465
  # Allows filtering on the `LastModifiedDate` of a ResaleAuthorization.
2466
2466
  # @return [Types::ResaleAuthorizationLastModifiedDateFilter]
2467
2467
  #
2468
+ # @!attribute [rw] reseller_role
2469
+ # Allows filtering on the `ResellerRole` of a ResaleAuthorization.
2470
+ # @return [Types::ResaleAuthorizationResellerRoleFilter]
2471
+ #
2468
2472
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationFilters AWS API Documentation
2469
2473
  #
2470
2474
  class ResaleAuthorizationFilters < Struct.new(
@@ -2480,7 +2484,8 @@ module Aws::MarketplaceCatalog
2480
2484
  :reseller_legal_name,
2481
2485
  :status,
2482
2486
  :offer_extended_status,
2483
- :last_modified_date)
2487
+ :last_modified_date,
2488
+ :reseller_role)
2484
2489
  SENSITIVE = []
2485
2490
  include Aws::Structure
2486
2491
  end
@@ -2687,6 +2692,21 @@ module Aws::MarketplaceCatalog
2687
2692
  include Aws::Structure
2688
2693
  end
2689
2694
 
2695
+ # Allows filtering on the `ResellerRole` of a ResaleAuthorization.
2696
+ #
2697
+ # @!attribute [rw] value_list
2698
+ # Allows filtering on the `ResellerRole` of a ResaleAuthorization with
2699
+ # list input.
2700
+ # @return [Array<String>]
2701
+ #
2702
+ # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationResellerRoleFilter AWS API Documentation
2703
+ #
2704
+ class ResaleAuthorizationResellerRoleFilter < Struct.new(
2705
+ :value_list)
2706
+ SENSITIVE = []
2707
+ include Aws::Structure
2708
+ end
2709
+
2690
2710
  # Allows to sort ResaleAuthorization.
2691
2711
  #
2692
2712
  # @!attribute [rw] sort_by
@@ -2767,6 +2787,10 @@ module Aws::MarketplaceCatalog
2767
2787
  # The availability end date of the ResaleAuthorization.
2768
2788
  # @return [String]
2769
2789
  #
2790
+ # @!attribute [rw] reseller_role
2791
+ # The reseller role of the ResaleAuthorization.
2792
+ # @return [String]
2793
+ #
2770
2794
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationSummary AWS API Documentation
2771
2795
  #
2772
2796
  class ResaleAuthorizationSummary < Struct.new(
@@ -2780,7 +2804,8 @@ module Aws::MarketplaceCatalog
2780
2804
  :status,
2781
2805
  :offer_extended_status,
2782
2806
  :created_date,
2783
- :availability_end_date)
2807
+ :availability_end_date,
2808
+ :reseller_role)
2784
2809
  SENSITIVE = []
2785
2810
  include Aws::Structure
2786
2811
  end
@@ -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.80.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -381,6 +381,9 @@ module Aws
381
381
  after_value: ::String?,
382
382
  before_value: ::String?
383
383
  }?
384
+ }?,
385
+ reseller_role: {
386
+ value_list: Array[("ChannelPartner" | "Distributor")]?
384
387
  }?
385
388
  }?,
386
389
  machine_learning_product_filters: {
data/sig/types.rbs CHANGED
@@ -714,6 +714,7 @@ module Aws::MarketplaceCatalog
714
714
  attr_accessor status: Types::ResaleAuthorizationStatusFilter
715
715
  attr_accessor offer_extended_status: Types::ResaleAuthorizationOfferExtendedStatusFilter
716
716
  attr_accessor last_modified_date: Types::ResaleAuthorizationLastModifiedDateFilter
717
+ attr_accessor reseller_role: Types::ResaleAuthorizationResellerRoleFilter
717
718
  SENSITIVE: []
718
719
  end
719
720
 
@@ -775,6 +776,11 @@ module Aws::MarketplaceCatalog
775
776
  SENSITIVE: []
776
777
  end
777
778
 
779
+ class ResaleAuthorizationResellerRoleFilter
780
+ attr_accessor value_list: ::Array[("ChannelPartner" | "Distributor")]
781
+ SENSITIVE: []
782
+ end
783
+
778
784
  class ResaleAuthorizationSort
779
785
  attr_accessor sort_by: ("EntityId" | "Name" | "ProductId" | "ProductName" | "ManufacturerAccountId" | "ManufacturerLegalName" | "ResellerAccountID" | "ResellerLegalName" | "Status" | "OfferExtendedStatus" | "CreatedDate" | "AvailabilityEndDate" | "LastModifiedDate")
780
786
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
@@ -798,6 +804,7 @@ module Aws::MarketplaceCatalog
798
804
  attr_accessor offer_extended_status: ::String
799
805
  attr_accessor created_date: ::String
800
806
  attr_accessor availability_end_date: ::String
807
+ attr_accessor reseller_role: ("ChannelPartner" | "Distributor")
801
808
  SENSITIVE: []
802
809
  end
803
810
 
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.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services