aws-sdk-marketplacecatalog 1.86.0 → 1.87.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: '08aa5bbb8512ee13293d46221425f5673f433c6042640c08beddde8a25929089'
4
- data.tar.gz: 70035b3502919b85ec1cfe3772d24186f87af3c0b7a86796676a1a525f5d08ce
3
+ metadata.gz: 79b07432e852ecacbcf8147c97f1e5240fa98668fa2069559e69682e566e3409
4
+ data.tar.gz: c1451f4739e35b62db5fdb865151b697584cadbc2e745fadc2cb3ff6f4b89c54
5
5
  SHA512:
6
- metadata.gz: 580104260e6bf75238f090cc64bd4df389550d59cfa02cf5df6b67a56600430a59878ce0a9f7afe6d73f8c4abfa21855e81a05a9a6e093c86e41f566f9cc01de
7
- data.tar.gz: 58aa0360a3f553ee20293bea61880c8ee3bebc27798a2160295883b2c2d8eab56fc9fa662b3c0b51adf7eb9c6743803b04661299ab472fadb5a21f33a6395419
6
+ metadata.gz: e8652118d9a95442b23c850e942fa5ff256641a4eebbc8e2f13ed57e0f938d9fe23c7c117d6b861390158830e92ec4a18b539256987aae602fcd7b3a716d826c
7
+ data.tar.gz: 2b57a639131651ecd1c708357cb10a4cefb382779ac3289b05bcde11c1d2784f59af427466f704bd006ae22af7ceb1870af465a08bdbb44c75db3f9e1170ca3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-09-16)
5
+ ------------------
6
+
7
+ * Feature - This release enhances the ListEntities API to support issuerAccountId and SourceAuthorization filter for ResaleAuthorization entity.
8
+
4
9
  1.86.0 (2026-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -1214,6 +1214,12 @@ module Aws::MarketplaceCatalog
1214
1214
  # reseller_role: {
1215
1215
  # value_list: ["ChannelPartner"], # accepts ChannelPartner, Distributor
1216
1216
  # },
1217
+ # source_authorization: {
1218
+ # value_list: ["ResaleAuthorizationSourceAuthorizationString"],
1219
+ # },
1220
+ # issuer_account_id: {
1221
+ # value_list: ["ResaleAuthorizationIssuerAccountIdString"],
1222
+ # },
1217
1223
  # },
1218
1224
  # machine_learning_product_filters: {
1219
1225
  # entity_id: {
@@ -1285,7 +1291,7 @@ module Aws::MarketplaceCatalog
1285
1291
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1286
1292
  # },
1287
1293
  # resale_authorization_sort: {
1288
- # sort_by: "EntityId", # accepts EntityId, Name, ProductId, ProductName, ManufacturerAccountId, ManufacturerLegalName, ResellerAccountID, ResellerLegalName, Status, OfferExtendedStatus, CreatedDate, AvailabilityEndDate, LastModifiedDate
1294
+ # sort_by: "EntityId", # accepts EntityId, Name, ProductId, ProductName, ManufacturerAccountId, ManufacturerLegalName, ResellerAccountID, ResellerLegalName, Status, OfferExtendedStatus, CreatedDate, AvailabilityEndDate, LastModifiedDate, ResellerRole, SourceAuthorization, IssuerAccountId
1289
1295
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1290
1296
  # },
1291
1297
  # machine_learning_product_sort: {
@@ -1342,6 +1348,8 @@ module Aws::MarketplaceCatalog
1342
1348
  # resp.entity_summary_list[0].resale_authorization_summary.created_date #=> String
1343
1349
  # resp.entity_summary_list[0].resale_authorization_summary.availability_end_date #=> String
1344
1350
  # resp.entity_summary_list[0].resale_authorization_summary.reseller_role #=> String, one of "ChannelPartner", "Distributor"
1351
+ # resp.entity_summary_list[0].resale_authorization_summary.source_authorization #=> String
1352
+ # resp.entity_summary_list[0].resale_authorization_summary.issuer_account_id #=> String
1345
1353
  # resp.entity_summary_list[0].machine_learning_product_summary.product_title #=> String
1346
1354
  # resp.entity_summary_list[0].machine_learning_product_summary.visibility #=> String, one of "Limited", "Public", "Restricted", "Draft"
1347
1355
  # resp.entity_summary_list[0].offer_set_summary.name #=> String
@@ -1633,7 +1641,7 @@ module Aws::MarketplaceCatalog
1633
1641
  tracer: tracer
1634
1642
  )
1635
1643
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
1636
- context[:gem_version] = '1.86.0'
1644
+ context[:gem_version] = '1.87.0'
1637
1645
  Seahorse::Client::Request.new(handlers, context)
1638
1646
  end
1639
1647
 
@@ -251,6 +251,9 @@ module Aws::MarketplaceCatalog
251
251
  ResaleAuthorizationEntityIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationEntityIdFilterValueList')
252
252
  ResaleAuthorizationEntityIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationEntityIdString')
253
253
  ResaleAuthorizationFilters = Shapes::StructureShape.new(name: 'ResaleAuthorizationFilters')
254
+ ResaleAuthorizationIssuerAccountIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationIssuerAccountIdFilter')
255
+ ResaleAuthorizationIssuerAccountIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationIssuerAccountIdFilterValueList')
256
+ ResaleAuthorizationIssuerAccountIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationIssuerAccountIdString')
254
257
  ResaleAuthorizationLastModifiedDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilter')
255
258
  ResaleAuthorizationLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilterDateRange')
256
259
  ResaleAuthorizationManufacturerAccountIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilter')
@@ -289,6 +292,9 @@ module Aws::MarketplaceCatalog
289
292
  ResaleAuthorizationResellerRoleString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerRoleString')
290
293
  ResaleAuthorizationSort = Shapes::StructureShape.new(name: 'ResaleAuthorizationSort')
291
294
  ResaleAuthorizationSortBy = Shapes::StringShape.new(name: 'ResaleAuthorizationSortBy')
295
+ ResaleAuthorizationSourceAuthorizationFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationSourceAuthorizationFilter')
296
+ ResaleAuthorizationSourceAuthorizationFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationSourceAuthorizationFilterValueList')
297
+ ResaleAuthorizationSourceAuthorizationString = Shapes::StringShape.new(name: 'ResaleAuthorizationSourceAuthorizationString')
292
298
  ResaleAuthorizationStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationStatusFilter')
293
299
  ResaleAuthorizationStatusFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationStatusFilterValueList')
294
300
  ResaleAuthorizationStatusString = Shapes::StringShape.new(name: 'ResaleAuthorizationStatusString')
@@ -1028,8 +1034,15 @@ module Aws::MarketplaceCatalog
1028
1034
  ResaleAuthorizationFilters.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilter, location_name: "OfferExtendedStatus"))
1029
1035
  ResaleAuthorizationFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilter, location_name: "LastModifiedDate"))
1030
1036
  ResaleAuthorizationFilters.add_member(:reseller_role, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleFilter, location_name: "ResellerRole"))
1037
+ ResaleAuthorizationFilters.add_member(:source_authorization, Shapes::ShapeRef.new(shape: ResaleAuthorizationSourceAuthorizationFilter, location_name: "SourceAuthorization"))
1038
+ ResaleAuthorizationFilters.add_member(:issuer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationIssuerAccountIdFilter, location_name: "IssuerAccountId"))
1031
1039
  ResaleAuthorizationFilters.struct_class = Types::ResaleAuthorizationFilters
1032
1040
 
1041
+ ResaleAuthorizationIssuerAccountIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationIssuerAccountIdFilterValueList, location_name: "ValueList"))
1042
+ ResaleAuthorizationIssuerAccountIdFilter.struct_class = Types::ResaleAuthorizationIssuerAccountIdFilter
1043
+
1044
+ ResaleAuthorizationIssuerAccountIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationIssuerAccountIdString)
1045
+
1033
1046
  ResaleAuthorizationLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilterDateRange, location_name: "DateRange"))
1034
1047
  ResaleAuthorizationLastModifiedDateFilter.struct_class = Types::ResaleAuthorizationLastModifiedDateFilter
1035
1048
 
@@ -1093,6 +1106,11 @@ module Aws::MarketplaceCatalog
1093
1106
  ResaleAuthorizationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1094
1107
  ResaleAuthorizationSort.struct_class = Types::ResaleAuthorizationSort
1095
1108
 
1109
+ ResaleAuthorizationSourceAuthorizationFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationSourceAuthorizationFilterValueList, location_name: "ValueList"))
1110
+ ResaleAuthorizationSourceAuthorizationFilter.struct_class = Types::ResaleAuthorizationSourceAuthorizationFilter
1111
+
1112
+ ResaleAuthorizationSourceAuthorizationFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationSourceAuthorizationString)
1113
+
1096
1114
  ResaleAuthorizationStatusFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilterValueList, location_name: "ValueList"))
1097
1115
  ResaleAuthorizationStatusFilter.struct_class = Types::ResaleAuthorizationStatusFilter
1098
1116
 
@@ -1110,6 +1128,8 @@ module Aws::MarketplaceCatalog
1110
1128
  ResaleAuthorizationSummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "CreatedDate"))
1111
1129
  ResaleAuthorizationSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
1112
1130
  ResaleAuthorizationSummary.add_member(:reseller_role, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerRoleString, location_name: "ResellerRole"))
1131
+ ResaleAuthorizationSummary.add_member(:source_authorization, Shapes::ShapeRef.new(shape: ResaleAuthorizationSourceAuthorizationString, location_name: "SourceAuthorization"))
1132
+ ResaleAuthorizationSummary.add_member(:issuer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationIssuerAccountIdString, location_name: "IssuerAccountId"))
1113
1133
  ResaleAuthorizationSummary.struct_class = Types::ResaleAuthorizationSummary
1114
1134
 
1115
1135
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
@@ -2990,6 +2990,15 @@ module Aws::MarketplaceCatalog
2990
2990
  # Allows filtering on the `ResellerRole` of a ResaleAuthorization.
2991
2991
  # @return [Types::ResaleAuthorizationResellerRoleFilter]
2992
2992
  #
2993
+ # @!attribute [rw] source_authorization
2994
+ # Allows filtering on the `SourceAuthorization` of a
2995
+ # ResaleAuthorization.
2996
+ # @return [Types::ResaleAuthorizationSourceAuthorizationFilter]
2997
+ #
2998
+ # @!attribute [rw] issuer_account_id
2999
+ # Allows filtering on the `IssuerAccountId` of a ResaleAuthorization.
3000
+ # @return [Types::ResaleAuthorizationIssuerAccountIdFilter]
3001
+ #
2993
3002
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationFilters AWS API Documentation
2994
3003
  #
2995
3004
  class ResaleAuthorizationFilters < Struct.new(
@@ -3006,7 +3015,24 @@ module Aws::MarketplaceCatalog
3006
3015
  :status,
3007
3016
  :offer_extended_status,
3008
3017
  :last_modified_date,
3009
- :reseller_role)
3018
+ :reseller_role,
3019
+ :source_authorization,
3020
+ :issuer_account_id)
3021
+ SENSITIVE = []
3022
+ include Aws::Structure
3023
+ end
3024
+
3025
+ # Allows filtering on the `IssuerAccountId` of a ResaleAuthorization.
3026
+ #
3027
+ # @!attribute [rw] value_list
3028
+ # Allows filtering on the `IssuerAccountId` of a ResaleAuthorization
3029
+ # with list input.
3030
+ # @return [Array<String>]
3031
+ #
3032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationIssuerAccountIdFilter AWS API Documentation
3033
+ #
3034
+ class ResaleAuthorizationIssuerAccountIdFilter < Struct.new(
3035
+ :value_list)
3010
3036
  SENSITIVE = []
3011
3037
  include Aws::Structure
3012
3038
  end
@@ -3247,6 +3273,22 @@ module Aws::MarketplaceCatalog
3247
3273
  include Aws::Structure
3248
3274
  end
3249
3275
 
3276
+ # Allows filtering on the `SourceAuthorization` of a
3277
+ # ResaleAuthorization.
3278
+ #
3279
+ # @!attribute [rw] value_list
3280
+ # Allows filtering on the `SourceAuthorization` of a
3281
+ # ResaleAuthorization with list input.
3282
+ # @return [Array<String>]
3283
+ #
3284
+ # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationSourceAuthorizationFilter AWS API Documentation
3285
+ #
3286
+ class ResaleAuthorizationSourceAuthorizationFilter < Struct.new(
3287
+ :value_list)
3288
+ SENSITIVE = []
3289
+ include Aws::Structure
3290
+ end
3291
+
3250
3292
  # Allows filtering on the `Status` of a ResaleAuthorization.
3251
3293
  #
3252
3294
  # @!attribute [rw] value_list
@@ -3312,6 +3354,14 @@ module Aws::MarketplaceCatalog
3312
3354
  # The reseller role of the ResaleAuthorization.
3313
3355
  # @return [String]
3314
3356
  #
3357
+ # @!attribute [rw] source_authorization
3358
+ # The source authorization of the ResaleAuthorization.
3359
+ # @return [String]
3360
+ #
3361
+ # @!attribute [rw] issuer_account_id
3362
+ # The issuer account ID of the ResaleAuthorization.
3363
+ # @return [String]
3364
+ #
3315
3365
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ResaleAuthorizationSummary AWS API Documentation
3316
3366
  #
3317
3367
  class ResaleAuthorizationSummary < Struct.new(
@@ -3326,7 +3376,9 @@ module Aws::MarketplaceCatalog
3326
3376
  :offer_extended_status,
3327
3377
  :created_date,
3328
3378
  :availability_end_date,
3329
- :reseller_role)
3379
+ :reseller_role,
3380
+ :source_authorization,
3381
+ :issuer_account_id)
3330
3382
  SENSITIVE = []
3331
3383
  include Aws::Structure
3332
3384
  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.86.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -441,6 +441,12 @@ module Aws
441
441
  }?,
442
442
  reseller_role: {
443
443
  value_list: Array[("ChannelPartner" | "Distributor")]?
444
+ }?,
445
+ source_authorization: {
446
+ value_list: Array[::String]?
447
+ }?,
448
+ issuer_account_id: {
449
+ value_list: Array[::String]?
444
450
  }?
445
451
  }?,
446
452
  machine_learning_product_filters: {
@@ -513,7 +519,7 @@ module Aws
513
519
  sort_order: ("ASCENDING" | "DESCENDING")?
514
520
  }?,
515
521
  resale_authorization_sort: {
516
- sort_by: ("EntityId" | "Name" | "ProductId" | "ProductName" | "ManufacturerAccountId" | "ManufacturerLegalName" | "ResellerAccountID" | "ResellerLegalName" | "Status" | "OfferExtendedStatus" | "CreatedDate" | "AvailabilityEndDate" | "LastModifiedDate")?,
522
+ sort_by: ("EntityId" | "Name" | "ProductId" | "ProductName" | "ManufacturerAccountId" | "ManufacturerLegalName" | "ResellerAccountID" | "ResellerLegalName" | "Status" | "OfferExtendedStatus" | "CreatedDate" | "AvailabilityEndDate" | "LastModifiedDate" | "ResellerRole" | "SourceAuthorization" | "IssuerAccountId")?,
517
523
  sort_order: ("ASCENDING" | "DESCENDING")?
518
524
  }?,
519
525
  machine_learning_product_sort: {
data/sig/types.rbs CHANGED
@@ -866,6 +866,13 @@ module Aws::MarketplaceCatalog
866
866
  attr_accessor offer_extended_status: Types::ResaleAuthorizationOfferExtendedStatusFilter
867
867
  attr_accessor last_modified_date: Types::ResaleAuthorizationLastModifiedDateFilter
868
868
  attr_accessor reseller_role: Types::ResaleAuthorizationResellerRoleFilter
869
+ attr_accessor source_authorization: Types::ResaleAuthorizationSourceAuthorizationFilter
870
+ attr_accessor issuer_account_id: Types::ResaleAuthorizationIssuerAccountIdFilter
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class ResaleAuthorizationIssuerAccountIdFilter
875
+ attr_accessor value_list: ::Array[::String]
869
876
  SENSITIVE: []
870
877
  end
871
878
 
@@ -933,11 +940,16 @@ module Aws::MarketplaceCatalog
933
940
  end
934
941
 
935
942
  class ResaleAuthorizationSort
936
- attr_accessor sort_by: ("EntityId" | "Name" | "ProductId" | "ProductName" | "ManufacturerAccountId" | "ManufacturerLegalName" | "ResellerAccountID" | "ResellerLegalName" | "Status" | "OfferExtendedStatus" | "CreatedDate" | "AvailabilityEndDate" | "LastModifiedDate")
943
+ attr_accessor sort_by: ("EntityId" | "Name" | "ProductId" | "ProductName" | "ManufacturerAccountId" | "ManufacturerLegalName" | "ResellerAccountID" | "ResellerLegalName" | "Status" | "OfferExtendedStatus" | "CreatedDate" | "AvailabilityEndDate" | "LastModifiedDate" | "ResellerRole" | "SourceAuthorization" | "IssuerAccountId")
937
944
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
938
945
  SENSITIVE: []
939
946
  end
940
947
 
948
+ class ResaleAuthorizationSourceAuthorizationFilter
949
+ attr_accessor value_list: ::Array[::String]
950
+ SENSITIVE: []
951
+ end
952
+
941
953
  class ResaleAuthorizationStatusFilter
942
954
  attr_accessor value_list: ::Array[("Draft" | "Active" | "Restricted")]
943
955
  SENSITIVE: []
@@ -956,6 +968,8 @@ module Aws::MarketplaceCatalog
956
968
  attr_accessor created_date: ::String
957
969
  attr_accessor availability_end_date: ::String
958
970
  attr_accessor reseller_role: ("ChannelPartner" | "Distributor")
971
+ attr_accessor source_authorization: ::String
972
+ attr_accessor issuer_account_id: ::String
959
973
  SENSITIVE: []
960
974
  end
961
975
 
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.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services