aws-sdk-marketplacecatalog 1.36.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,21 @@ module Aws::MarketplaceCatalog
15
15
 
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ AmiProductEntityIdFilter = Shapes::StructureShape.new(name: 'AmiProductEntityIdFilter')
19
+ AmiProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'AmiProductEntityIdFilterValueList')
20
+ AmiProductEntityIdString = Shapes::StringShape.new(name: 'AmiProductEntityIdString')
21
+ AmiProductFilters = Shapes::StructureShape.new(name: 'AmiProductFilters')
22
+ AmiProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'AmiProductLastModifiedDateFilter')
23
+ AmiProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'AmiProductLastModifiedDateFilterDateRange')
24
+ AmiProductSort = Shapes::StructureShape.new(name: 'AmiProductSort')
25
+ AmiProductSortBy = Shapes::StringShape.new(name: 'AmiProductSortBy')
26
+ AmiProductSummary = Shapes::StructureShape.new(name: 'AmiProductSummary')
27
+ AmiProductTitleFilter = Shapes::StructureShape.new(name: 'AmiProductTitleFilter')
28
+ AmiProductTitleFilterValueList = Shapes::ListShape.new(name: 'AmiProductTitleFilterValueList')
29
+ AmiProductTitleString = Shapes::StringShape.new(name: 'AmiProductTitleString')
30
+ AmiProductVisibilityFilter = Shapes::StructureShape.new(name: 'AmiProductVisibilityFilter')
31
+ AmiProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'AmiProductVisibilityFilterValueList')
32
+ AmiProductVisibilityString = Shapes::StringShape.new(name: 'AmiProductVisibilityString')
18
33
  CancelChangeSetRequest = Shapes::StructureShape.new(name: 'CancelChangeSetRequest')
19
34
  CancelChangeSetResponse = Shapes::StructureShape.new(name: 'CancelChangeSetResponse')
20
35
  Catalog = Shapes::StringShape.new(name: 'Catalog')
@@ -28,6 +43,36 @@ module Aws::MarketplaceCatalog
28
43
  ChangeSummary = Shapes::StructureShape.new(name: 'ChangeSummary')
29
44
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
30
45
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
46
+ ContainerProductEntityIdFilter = Shapes::StructureShape.new(name: 'ContainerProductEntityIdFilter')
47
+ ContainerProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'ContainerProductEntityIdFilterValueList')
48
+ ContainerProductEntityIdString = Shapes::StringShape.new(name: 'ContainerProductEntityIdString')
49
+ ContainerProductFilters = Shapes::StructureShape.new(name: 'ContainerProductFilters')
50
+ ContainerProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'ContainerProductLastModifiedDateFilter')
51
+ ContainerProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'ContainerProductLastModifiedDateFilterDateRange')
52
+ ContainerProductSort = Shapes::StructureShape.new(name: 'ContainerProductSort')
53
+ ContainerProductSortBy = Shapes::StringShape.new(name: 'ContainerProductSortBy')
54
+ ContainerProductSummary = Shapes::StructureShape.new(name: 'ContainerProductSummary')
55
+ ContainerProductTitleFilter = Shapes::StructureShape.new(name: 'ContainerProductTitleFilter')
56
+ ContainerProductTitleFilterValueList = Shapes::ListShape.new(name: 'ContainerProductTitleFilterValueList')
57
+ ContainerProductTitleString = Shapes::StringShape.new(name: 'ContainerProductTitleString')
58
+ ContainerProductVisibilityFilter = Shapes::StructureShape.new(name: 'ContainerProductVisibilityFilter')
59
+ ContainerProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'ContainerProductVisibilityFilterValueList')
60
+ ContainerProductVisibilityString = Shapes::StringShape.new(name: 'ContainerProductVisibilityString')
61
+ DataProductEntityIdFilter = Shapes::StructureShape.new(name: 'DataProductEntityIdFilter')
62
+ DataProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'DataProductEntityIdFilterValueList')
63
+ DataProductEntityIdString = Shapes::StringShape.new(name: 'DataProductEntityIdString')
64
+ DataProductFilters = Shapes::StructureShape.new(name: 'DataProductFilters')
65
+ DataProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'DataProductLastModifiedDateFilter')
66
+ DataProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'DataProductLastModifiedDateFilterDateRange')
67
+ DataProductSort = Shapes::StructureShape.new(name: 'DataProductSort')
68
+ DataProductSortBy = Shapes::StringShape.new(name: 'DataProductSortBy')
69
+ DataProductSummary = Shapes::StructureShape.new(name: 'DataProductSummary')
70
+ DataProductTitleFilter = Shapes::StructureShape.new(name: 'DataProductTitleFilter')
71
+ DataProductTitleFilterValueList = Shapes::ListShape.new(name: 'DataProductTitleFilterValueList')
72
+ DataProductTitleString = Shapes::StringShape.new(name: 'DataProductTitleString')
73
+ DataProductVisibilityFilter = Shapes::StructureShape.new(name: 'DataProductVisibilityFilter')
74
+ DataProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'DataProductVisibilityFilterValueList')
75
+ DataProductVisibilityString = Shapes::StringShape.new(name: 'DataProductVisibilityString')
31
76
  DateTimeISO8601 = Shapes::StringShape.new(name: 'DateTimeISO8601')
32
77
  DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
33
78
  DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
@@ -40,6 +85,8 @@ module Aws::MarketplaceCatalog
40
85
  EntitySummary = Shapes::StructureShape.new(name: 'EntitySummary')
41
86
  EntitySummaryList = Shapes::ListShape.new(name: 'EntitySummaryList')
42
87
  EntityType = Shapes::StringShape.new(name: 'EntityType')
88
+ EntityTypeFilters = Shapes::UnionShape.new(name: 'EntityTypeFilters')
89
+ EntityTypeSort = Shapes::UnionShape.new(name: 'EntityTypeSort')
43
90
  ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
44
91
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
45
92
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
@@ -64,10 +111,89 @@ module Aws::MarketplaceCatalog
64
111
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
65
112
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
66
113
  NextToken = Shapes::StringShape.new(name: 'NextToken')
114
+ OfferAvailabilityEndDateFilter = Shapes::StructureShape.new(name: 'OfferAvailabilityEndDateFilter')
115
+ OfferAvailabilityEndDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferAvailabilityEndDateFilterDateRange')
116
+ OfferBuyerAccountsFilter = Shapes::StructureShape.new(name: 'OfferBuyerAccountsFilter')
117
+ OfferBuyerAccountsFilterWildcard = Shapes::StringShape.new(name: 'OfferBuyerAccountsFilterWildcard')
118
+ OfferBuyerAccountsList = Shapes::ListShape.new(name: 'OfferBuyerAccountsList')
119
+ OfferBuyerAccountsString = Shapes::StringShape.new(name: 'OfferBuyerAccountsString')
120
+ OfferEntityIdFilter = Shapes::StructureShape.new(name: 'OfferEntityIdFilter')
121
+ OfferEntityIdFilterValueList = Shapes::ListShape.new(name: 'OfferEntityIdFilterValueList')
122
+ OfferEntityIdString = Shapes::StringShape.new(name: 'OfferEntityIdString')
123
+ OfferFilters = Shapes::StructureShape.new(name: 'OfferFilters')
124
+ OfferLastModifiedDateFilter = Shapes::StructureShape.new(name: 'OfferLastModifiedDateFilter')
125
+ OfferLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferLastModifiedDateFilterDateRange')
126
+ OfferNameFilter = Shapes::StructureShape.new(name: 'OfferNameFilter')
127
+ OfferNameFilterValueList = Shapes::ListShape.new(name: 'OfferNameFilterValueList')
128
+ OfferNameString = Shapes::StringShape.new(name: 'OfferNameString')
129
+ OfferProductIdFilter = Shapes::StructureShape.new(name: 'OfferProductIdFilter')
130
+ OfferProductIdFilterValueList = Shapes::ListShape.new(name: 'OfferProductIdFilterValueList')
131
+ OfferProductIdString = Shapes::StringShape.new(name: 'OfferProductIdString')
132
+ OfferReleaseDateFilter = Shapes::StructureShape.new(name: 'OfferReleaseDateFilter')
133
+ OfferReleaseDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferReleaseDateFilterDateRange')
134
+ OfferSort = Shapes::StructureShape.new(name: 'OfferSort')
135
+ OfferSortBy = Shapes::StringShape.new(name: 'OfferSortBy')
136
+ OfferStateFilter = Shapes::StructureShape.new(name: 'OfferStateFilter')
137
+ OfferStateFilterValueList = Shapes::ListShape.new(name: 'OfferStateFilterValueList')
138
+ OfferStateString = Shapes::StringShape.new(name: 'OfferStateString')
139
+ OfferSummary = Shapes::StructureShape.new(name: 'OfferSummary')
140
+ OfferTargetingFilter = Shapes::StructureShape.new(name: 'OfferTargetingFilter')
141
+ OfferTargetingFilterValueList = Shapes::ListShape.new(name: 'OfferTargetingFilterValueList')
142
+ OfferTargetingList = Shapes::ListShape.new(name: 'OfferTargetingList')
143
+ OfferTargetingString = Shapes::StringShape.new(name: 'OfferTargetingString')
67
144
  OwnershipType = Shapes::StringShape.new(name: 'OwnershipType')
68
145
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
69
146
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
70
147
  RequestedChangeList = Shapes::ListShape.new(name: 'RequestedChangeList')
148
+ ResaleAuthorizationAvailabilityEndDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilter')
149
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilterDateRange')
150
+ ResaleAuthorizationAvailabilityEndDateFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilterValueList')
151
+ ResaleAuthorizationCreatedDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationCreatedDateFilter')
152
+ ResaleAuthorizationCreatedDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationCreatedDateFilterDateRange')
153
+ ResaleAuthorizationCreatedDateFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationCreatedDateFilterValueList')
154
+ ResaleAuthorizationEntityIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationEntityIdFilter')
155
+ ResaleAuthorizationEntityIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationEntityIdFilterValueList')
156
+ ResaleAuthorizationEntityIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationEntityIdString')
157
+ ResaleAuthorizationFilters = Shapes::StructureShape.new(name: 'ResaleAuthorizationFilters')
158
+ ResaleAuthorizationLastModifiedDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilter')
159
+ ResaleAuthorizationLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilterDateRange')
160
+ ResaleAuthorizationManufacturerAccountIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilter')
161
+ ResaleAuthorizationManufacturerAccountIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilterValueList')
162
+ ResaleAuthorizationManufacturerAccountIdFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilterWildcard')
163
+ ResaleAuthorizationManufacturerAccountIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerAccountIdString')
164
+ ResaleAuthorizationManufacturerLegalNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilter')
165
+ ResaleAuthorizationManufacturerLegalNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilterValueList')
166
+ ResaleAuthorizationManufacturerLegalNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilterWildcard')
167
+ ResaleAuthorizationManufacturerLegalNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerLegalNameString')
168
+ ResaleAuthorizationNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationNameFilter')
169
+ ResaleAuthorizationNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationNameFilterValueList')
170
+ ResaleAuthorizationNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationNameFilterWildcard')
171
+ ResaleAuthorizationNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationNameString')
172
+ ResaleAuthorizationOfferExtendedStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationOfferExtendedStatusFilter')
173
+ ResaleAuthorizationOfferExtendedStatusFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationOfferExtendedStatusFilterValueList')
174
+ ResaleAuthorizationOfferExtendedStatusString = Shapes::StringShape.new(name: 'ResaleAuthorizationOfferExtendedStatusString')
175
+ ResaleAuthorizationProductIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationProductIdFilter')
176
+ ResaleAuthorizationProductIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationProductIdFilterValueList')
177
+ ResaleAuthorizationProductIdFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationProductIdFilterWildcard')
178
+ ResaleAuthorizationProductIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationProductIdString')
179
+ ResaleAuthorizationProductNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationProductNameFilter')
180
+ ResaleAuthorizationProductNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationProductNameFilterValueList')
181
+ ResaleAuthorizationProductNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationProductNameFilterWildcard')
182
+ ResaleAuthorizationProductNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationProductNameString')
183
+ ResaleAuthorizationResellerAccountIDFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationResellerAccountIDFilter')
184
+ ResaleAuthorizationResellerAccountIDFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerAccountIDFilterValueList')
185
+ ResaleAuthorizationResellerAccountIDFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerAccountIDFilterWildcard')
186
+ ResaleAuthorizationResellerAccountIDString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerAccountIDString')
187
+ ResaleAuthorizationResellerLegalNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationResellerLegalNameFilter')
188
+ ResaleAuthorizationResellerLegalNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterValueList')
189
+ ResaleAuthorizationResellerLegalNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterWildcard')
190
+ ResaleAuthorizationResellerLegalNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameString')
191
+ ResaleAuthorizationSort = Shapes::StructureShape.new(name: 'ResaleAuthorizationSort')
192
+ ResaleAuthorizationSortBy = Shapes::StringShape.new(name: 'ResaleAuthorizationSortBy')
193
+ ResaleAuthorizationStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationStatusFilter')
194
+ ResaleAuthorizationStatusFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationStatusFilterValueList')
195
+ ResaleAuthorizationStatusString = Shapes::StringShape.new(name: 'ResaleAuthorizationStatusString')
196
+ ResaleAuthorizationSummary = Shapes::StructureShape.new(name: 'ResaleAuthorizationSummary')
71
197
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
72
198
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
73
199
  ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
@@ -75,6 +201,21 @@ module Aws::MarketplaceCatalog
75
201
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
76
202
  ResourceNotSupportedException = Shapes::StructureShape.new(name: 'ResourceNotSupportedException')
77
203
  ResourcePolicyJson = Shapes::StringShape.new(name: 'ResourcePolicyJson')
204
+ SaaSProductEntityIdFilter = Shapes::StructureShape.new(name: 'SaaSProductEntityIdFilter')
205
+ SaaSProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'SaaSProductEntityIdFilterValueList')
206
+ SaaSProductEntityIdString = Shapes::StringShape.new(name: 'SaaSProductEntityIdString')
207
+ SaaSProductFilters = Shapes::StructureShape.new(name: 'SaaSProductFilters')
208
+ SaaSProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'SaaSProductLastModifiedDateFilter')
209
+ SaaSProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'SaaSProductLastModifiedDateFilterDateRange')
210
+ SaaSProductSort = Shapes::StructureShape.new(name: 'SaaSProductSort')
211
+ SaaSProductSortBy = Shapes::StringShape.new(name: 'SaaSProductSortBy')
212
+ SaaSProductSummary = Shapes::StructureShape.new(name: 'SaaSProductSummary')
213
+ SaaSProductTitleFilter = Shapes::StructureShape.new(name: 'SaaSProductTitleFilter')
214
+ SaaSProductTitleFilterValueList = Shapes::ListShape.new(name: 'SaaSProductTitleFilterValueList')
215
+ SaaSProductTitleString = Shapes::StringShape.new(name: 'SaaSProductTitleString')
216
+ SaaSProductVisibilityFilter = Shapes::StructureShape.new(name: 'SaaSProductVisibilityFilter')
217
+ SaaSProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'SaaSProductVisibilityFilterValueList')
218
+ SaaSProductVisibilityString = Shapes::StringShape.new(name: 'SaaSProductVisibilityString')
78
219
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
79
220
  Sort = Shapes::StructureShape.new(name: 'Sort')
80
221
  SortBy = Shapes::StringShape.new(name: 'SortBy')
@@ -98,6 +239,43 @@ module Aws::MarketplaceCatalog
98
239
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
99
240
  AccessDeniedException.struct_class = Types::AccessDeniedException
100
241
 
242
+ AmiProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductEntityIdFilterValueList, location_name: "ValueList"))
243
+ AmiProductEntityIdFilter.struct_class = Types::AmiProductEntityIdFilter
244
+
245
+ AmiProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductEntityIdString)
246
+
247
+ AmiProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: AmiProductEntityIdFilter, location_name: "EntityId"))
248
+ AmiProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: AmiProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
249
+ AmiProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: AmiProductTitleFilter, location_name: "ProductTitle"))
250
+ AmiProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: AmiProductVisibilityFilter, location_name: "Visibility"))
251
+ AmiProductFilters.struct_class = Types::AmiProductFilters
252
+
253
+ AmiProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: AmiProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
254
+ AmiProductLastModifiedDateFilter.struct_class = Types::AmiProductLastModifiedDateFilter
255
+
256
+ AmiProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
257
+ AmiProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
258
+ AmiProductLastModifiedDateFilterDateRange.struct_class = Types::AmiProductLastModifiedDateFilterDateRange
259
+
260
+ AmiProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: AmiProductSortBy, location_name: "SortBy"))
261
+ AmiProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
262
+ AmiProductSort.struct_class = Types::AmiProductSort
263
+
264
+ AmiProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: AmiProductTitleString, location_name: "ProductTitle"))
265
+ AmiProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: AmiProductVisibilityString, location_name: "Visibility"))
266
+ AmiProductSummary.struct_class = Types::AmiProductSummary
267
+
268
+ AmiProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductTitleFilterValueList, location_name: "ValueList"))
269
+ AmiProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: AmiProductTitleString, location_name: "WildCardValue"))
270
+ AmiProductTitleFilter.struct_class = Types::AmiProductTitleFilter
271
+
272
+ AmiProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductTitleString)
273
+
274
+ AmiProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductVisibilityFilterValueList, location_name: "ValueList"))
275
+ AmiProductVisibilityFilter.struct_class = Types::AmiProductVisibilityFilter
276
+
277
+ AmiProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductVisibilityString)
278
+
101
279
  CancelChangeSetRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location: "querystring", location_name: "catalog"))
102
280
  CancelChangeSetRequest.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "querystring", location_name: "changeSetId"))
103
281
  CancelChangeSetRequest.struct_class = Types::CancelChangeSetRequest
@@ -136,6 +314,80 @@ module Aws::MarketplaceCatalog
136
314
  ChangeSummary.add_member(:change_name, Shapes::ShapeRef.new(shape: ChangeName, location_name: "ChangeName"))
137
315
  ChangeSummary.struct_class = Types::ChangeSummary
138
316
 
317
+ ContainerProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductEntityIdFilterValueList, location_name: "ValueList"))
318
+ ContainerProductEntityIdFilter.struct_class = Types::ContainerProductEntityIdFilter
319
+
320
+ ContainerProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductEntityIdString)
321
+
322
+ ContainerProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: ContainerProductEntityIdFilter, location_name: "EntityId"))
323
+ ContainerProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ContainerProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
324
+ ContainerProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: ContainerProductTitleFilter, location_name: "ProductTitle"))
325
+ ContainerProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: ContainerProductVisibilityFilter, location_name: "Visibility"))
326
+ ContainerProductFilters.struct_class = Types::ContainerProductFilters
327
+
328
+ ContainerProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ContainerProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
329
+ ContainerProductLastModifiedDateFilter.struct_class = Types::ContainerProductLastModifiedDateFilter
330
+
331
+ ContainerProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
332
+ ContainerProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
333
+ ContainerProductLastModifiedDateFilterDateRange.struct_class = Types::ContainerProductLastModifiedDateFilterDateRange
334
+
335
+ ContainerProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ContainerProductSortBy, location_name: "SortBy"))
336
+ ContainerProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
337
+ ContainerProductSort.struct_class = Types::ContainerProductSort
338
+
339
+ ContainerProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: ContainerProductTitleString, location_name: "ProductTitle"))
340
+ ContainerProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: ContainerProductVisibilityString, location_name: "Visibility"))
341
+ ContainerProductSummary.struct_class = Types::ContainerProductSummary
342
+
343
+ ContainerProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductTitleFilterValueList, location_name: "ValueList"))
344
+ ContainerProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ContainerProductTitleString, location_name: "WildCardValue"))
345
+ ContainerProductTitleFilter.struct_class = Types::ContainerProductTitleFilter
346
+
347
+ ContainerProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductTitleString)
348
+
349
+ ContainerProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductVisibilityFilterValueList, location_name: "ValueList"))
350
+ ContainerProductVisibilityFilter.struct_class = Types::ContainerProductVisibilityFilter
351
+
352
+ ContainerProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductVisibilityString)
353
+
354
+ DataProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductEntityIdFilterValueList, location_name: "ValueList"))
355
+ DataProductEntityIdFilter.struct_class = Types::DataProductEntityIdFilter
356
+
357
+ DataProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductEntityIdString)
358
+
359
+ DataProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: DataProductEntityIdFilter, location_name: "EntityId"))
360
+ DataProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: DataProductTitleFilter, location_name: "ProductTitle"))
361
+ DataProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: DataProductVisibilityFilter, location_name: "Visibility"))
362
+ DataProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DataProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
363
+ DataProductFilters.struct_class = Types::DataProductFilters
364
+
365
+ DataProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: DataProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
366
+ DataProductLastModifiedDateFilter.struct_class = Types::DataProductLastModifiedDateFilter
367
+
368
+ DataProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
369
+ DataProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
370
+ DataProductLastModifiedDateFilterDateRange.struct_class = Types::DataProductLastModifiedDateFilterDateRange
371
+
372
+ DataProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: DataProductSortBy, location_name: "SortBy"))
373
+ DataProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
374
+ DataProductSort.struct_class = Types::DataProductSort
375
+
376
+ DataProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: DataProductTitleString, location_name: "ProductTitle"))
377
+ DataProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: DataProductVisibilityString, location_name: "Visibility"))
378
+ DataProductSummary.struct_class = Types::DataProductSummary
379
+
380
+ DataProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductTitleFilterValueList, location_name: "ValueList"))
381
+ DataProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: DataProductTitleString, location_name: "WildCardValue"))
382
+ DataProductTitleFilter.struct_class = Types::DataProductTitleFilter
383
+
384
+ DataProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductTitleString)
385
+
386
+ DataProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductVisibilityFilterValueList, location_name: "ValueList"))
387
+ DataProductVisibilityFilter.struct_class = Types::DataProductVisibilityFilter
388
+
389
+ DataProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductVisibilityString)
390
+
139
391
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "resourceArn"))
140
392
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
141
393
 
@@ -178,10 +430,48 @@ module Aws::MarketplaceCatalog
178
430
  EntitySummary.add_member(:entity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EntityArn"))
179
431
  EntitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "LastModifiedDate"))
180
432
  EntitySummary.add_member(:visibility, Shapes::ShapeRef.new(shape: VisibilityValue, location_name: "Visibility"))
433
+ EntitySummary.add_member(:ami_product_summary, Shapes::ShapeRef.new(shape: AmiProductSummary, location_name: "AmiProductSummary"))
434
+ EntitySummary.add_member(:container_product_summary, Shapes::ShapeRef.new(shape: ContainerProductSummary, location_name: "ContainerProductSummary"))
435
+ EntitySummary.add_member(:data_product_summary, Shapes::ShapeRef.new(shape: DataProductSummary, location_name: "DataProductSummary"))
436
+ EntitySummary.add_member(:saa_s_product_summary, Shapes::ShapeRef.new(shape: SaaSProductSummary, location_name: "SaaSProductSummary"))
437
+ EntitySummary.add_member(:offer_summary, Shapes::ShapeRef.new(shape: OfferSummary, location_name: "OfferSummary"))
438
+ EntitySummary.add_member(:resale_authorization_summary, Shapes::ShapeRef.new(shape: ResaleAuthorizationSummary, location_name: "ResaleAuthorizationSummary"))
181
439
  EntitySummary.struct_class = Types::EntitySummary
182
440
 
183
441
  EntitySummaryList.member = Shapes::ShapeRef.new(shape: EntitySummary)
184
442
 
443
+ EntityTypeFilters.add_member(:data_product_filters, Shapes::ShapeRef.new(shape: DataProductFilters, location_name: "DataProductFilters"))
444
+ EntityTypeFilters.add_member(:saa_s_product_filters, Shapes::ShapeRef.new(shape: SaaSProductFilters, location_name: "SaaSProductFilters"))
445
+ EntityTypeFilters.add_member(:ami_product_filters, Shapes::ShapeRef.new(shape: AmiProductFilters, location_name: "AmiProductFilters"))
446
+ EntityTypeFilters.add_member(:offer_filters, Shapes::ShapeRef.new(shape: OfferFilters, location_name: "OfferFilters"))
447
+ EntityTypeFilters.add_member(:container_product_filters, Shapes::ShapeRef.new(shape: ContainerProductFilters, location_name: "ContainerProductFilters"))
448
+ EntityTypeFilters.add_member(:resale_authorization_filters, Shapes::ShapeRef.new(shape: ResaleAuthorizationFilters, location_name: "ResaleAuthorizationFilters"))
449
+ EntityTypeFilters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
450
+ EntityTypeFilters.add_member_subclass(:data_product_filters, Types::EntityTypeFilters::DataProductFilters)
451
+ EntityTypeFilters.add_member_subclass(:saa_s_product_filters, Types::EntityTypeFilters::SaaSProductFilters)
452
+ EntityTypeFilters.add_member_subclass(:ami_product_filters, Types::EntityTypeFilters::AmiProductFilters)
453
+ EntityTypeFilters.add_member_subclass(:offer_filters, Types::EntityTypeFilters::OfferFilters)
454
+ EntityTypeFilters.add_member_subclass(:container_product_filters, Types::EntityTypeFilters::ContainerProductFilters)
455
+ EntityTypeFilters.add_member_subclass(:resale_authorization_filters, Types::EntityTypeFilters::ResaleAuthorizationFilters)
456
+ EntityTypeFilters.add_member_subclass(:unknown, Types::EntityTypeFilters::Unknown)
457
+ EntityTypeFilters.struct_class = Types::EntityTypeFilters
458
+
459
+ EntityTypeSort.add_member(:data_product_sort, Shapes::ShapeRef.new(shape: DataProductSort, location_name: "DataProductSort"))
460
+ EntityTypeSort.add_member(:saa_s_product_sort, Shapes::ShapeRef.new(shape: SaaSProductSort, location_name: "SaaSProductSort"))
461
+ EntityTypeSort.add_member(:ami_product_sort, Shapes::ShapeRef.new(shape: AmiProductSort, location_name: "AmiProductSort"))
462
+ EntityTypeSort.add_member(:offer_sort, Shapes::ShapeRef.new(shape: OfferSort, location_name: "OfferSort"))
463
+ EntityTypeSort.add_member(:container_product_sort, Shapes::ShapeRef.new(shape: ContainerProductSort, location_name: "ContainerProductSort"))
464
+ EntityTypeSort.add_member(:resale_authorization_sort, Shapes::ShapeRef.new(shape: ResaleAuthorizationSort, location_name: "ResaleAuthorizationSort"))
465
+ EntityTypeSort.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
466
+ EntityTypeSort.add_member_subclass(:data_product_sort, Types::EntityTypeSort::DataProductSort)
467
+ EntityTypeSort.add_member_subclass(:saa_s_product_sort, Types::EntityTypeSort::SaaSProductSort)
468
+ EntityTypeSort.add_member_subclass(:ami_product_sort, Types::EntityTypeSort::AmiProductSort)
469
+ EntityTypeSort.add_member_subclass(:offer_sort, Types::EntityTypeSort::OfferSort)
470
+ EntityTypeSort.add_member_subclass(:container_product_sort, Types::EntityTypeSort::ContainerProductSort)
471
+ EntityTypeSort.add_member_subclass(:resale_authorization_sort, Types::EntityTypeSort::ResaleAuthorizationSort)
472
+ EntityTypeSort.add_member_subclass(:unknown, Types::EntityTypeSort::Unknown)
473
+ EntityTypeSort.struct_class = Types::EntityTypeSort
474
+
185
475
  ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeString, location_name: "ErrorCode"))
186
476
  ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "ErrorMessage"))
187
477
  ErrorDetail.struct_class = Types::ErrorDetail
@@ -221,6 +511,8 @@ module Aws::MarketplaceCatalog
221
511
  ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
222
512
  ListEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEntitiesMaxResultInteger, location_name: "MaxResults"))
223
513
  ListEntitiesRequest.add_member(:ownership_type, Shapes::ShapeRef.new(shape: OwnershipType, location_name: "OwnershipType"))
514
+ ListEntitiesRequest.add_member(:entity_type_filters, Shapes::ShapeRef.new(shape: EntityTypeFilters, location_name: "EntityTypeFilters"))
515
+ ListEntitiesRequest.add_member(:entity_type_sort, Shapes::ShapeRef.new(shape: EntityTypeSort, location_name: "EntityTypeSort"))
224
516
  ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
225
517
 
226
518
  ListEntitiesResponse.add_member(:entity_summary_list, Shapes::ShapeRef.new(shape: EntitySummaryList, location_name: "EntitySummaryList"))
@@ -234,6 +526,84 @@ module Aws::MarketplaceCatalog
234
526
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
235
527
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
236
528
 
529
+ OfferAvailabilityEndDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferAvailabilityEndDateFilterDateRange, location_name: "DateRange"))
530
+ OfferAvailabilityEndDateFilter.struct_class = Types::OfferAvailabilityEndDateFilter
531
+
532
+ OfferAvailabilityEndDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
533
+ OfferAvailabilityEndDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
534
+ OfferAvailabilityEndDateFilterDateRange.struct_class = Types::OfferAvailabilityEndDateFilterDateRange
535
+
536
+ OfferBuyerAccountsFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: OfferBuyerAccountsFilterWildcard, location_name: "WildCardValue"))
537
+ OfferBuyerAccountsFilter.struct_class = Types::OfferBuyerAccountsFilter
538
+
539
+ OfferBuyerAccountsList.member = Shapes::ShapeRef.new(shape: OfferBuyerAccountsString)
540
+
541
+ OfferEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferEntityIdFilterValueList, location_name: "ValueList"))
542
+ OfferEntityIdFilter.struct_class = Types::OfferEntityIdFilter
543
+
544
+ OfferEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: OfferEntityIdString)
545
+
546
+ OfferFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: OfferEntityIdFilter, location_name: "EntityId"))
547
+ OfferFilters.add_member(:name, Shapes::ShapeRef.new(shape: OfferNameFilter, location_name: "Name"))
548
+ OfferFilters.add_member(:product_id, Shapes::ShapeRef.new(shape: OfferProductIdFilter, location_name: "ProductId"))
549
+ OfferFilters.add_member(:release_date, Shapes::ShapeRef.new(shape: OfferReleaseDateFilter, location_name: "ReleaseDate"))
550
+ OfferFilters.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: OfferAvailabilityEndDateFilter, location_name: "AvailabilityEndDate"))
551
+ OfferFilters.add_member(:buyer_accounts, Shapes::ShapeRef.new(shape: OfferBuyerAccountsFilter, location_name: "BuyerAccounts"))
552
+ OfferFilters.add_member(:state, Shapes::ShapeRef.new(shape: OfferStateFilter, location_name: "State"))
553
+ OfferFilters.add_member(:targeting, Shapes::ShapeRef.new(shape: OfferTargetingFilter, location_name: "Targeting"))
554
+ OfferFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: OfferLastModifiedDateFilter, location_name: "LastModifiedDate"))
555
+ OfferFilters.struct_class = Types::OfferFilters
556
+
557
+ OfferLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferLastModifiedDateFilterDateRange, location_name: "DateRange"))
558
+ OfferLastModifiedDateFilter.struct_class = Types::OfferLastModifiedDateFilter
559
+
560
+ OfferLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
561
+ OfferLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
562
+ OfferLastModifiedDateFilterDateRange.struct_class = Types::OfferLastModifiedDateFilterDateRange
563
+
564
+ OfferNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferNameFilterValueList, location_name: "ValueList"))
565
+ OfferNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: OfferNameString, location_name: "WildCardValue"))
566
+ OfferNameFilter.struct_class = Types::OfferNameFilter
567
+
568
+ OfferNameFilterValueList.member = Shapes::ShapeRef.new(shape: OfferNameString)
569
+
570
+ OfferProductIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferProductIdFilterValueList, location_name: "ValueList"))
571
+ OfferProductIdFilter.struct_class = Types::OfferProductIdFilter
572
+
573
+ OfferProductIdFilterValueList.member = Shapes::ShapeRef.new(shape: OfferProductIdString)
574
+
575
+ OfferReleaseDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferReleaseDateFilterDateRange, location_name: "DateRange"))
576
+ OfferReleaseDateFilter.struct_class = Types::OfferReleaseDateFilter
577
+
578
+ OfferReleaseDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
579
+ OfferReleaseDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
580
+ OfferReleaseDateFilterDateRange.struct_class = Types::OfferReleaseDateFilterDateRange
581
+
582
+ OfferSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OfferSortBy, location_name: "SortBy"))
583
+ OfferSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
584
+ OfferSort.struct_class = Types::OfferSort
585
+
586
+ OfferStateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferStateFilterValueList, location_name: "ValueList"))
587
+ OfferStateFilter.struct_class = Types::OfferStateFilter
588
+
589
+ OfferStateFilterValueList.member = Shapes::ShapeRef.new(shape: OfferStateString)
590
+
591
+ OfferSummary.add_member(:name, Shapes::ShapeRef.new(shape: OfferNameString, location_name: "Name"))
592
+ OfferSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: OfferProductIdString, location_name: "ProductId"))
593
+ OfferSummary.add_member(:release_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "ReleaseDate"))
594
+ OfferSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
595
+ OfferSummary.add_member(:buyer_accounts, Shapes::ShapeRef.new(shape: OfferBuyerAccountsList, location_name: "BuyerAccounts"))
596
+ OfferSummary.add_member(:state, Shapes::ShapeRef.new(shape: OfferStateString, location_name: "State"))
597
+ OfferSummary.add_member(:targeting, Shapes::ShapeRef.new(shape: OfferTargetingList, location_name: "Targeting"))
598
+ OfferSummary.struct_class = Types::OfferSummary
599
+
600
+ OfferTargetingFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferTargetingFilterValueList, location_name: "ValueList"))
601
+ OfferTargetingFilter.struct_class = Types::OfferTargetingFilter
602
+
603
+ OfferTargetingFilterValueList.member = Shapes::ShapeRef.new(shape: OfferTargetingString)
604
+
605
+ OfferTargetingList.member = Shapes::ShapeRef.new(shape: OfferTargetingString)
606
+
237
607
  PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceArn"))
238
608
  PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyJson, required: true, location_name: "Policy"))
239
609
  PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
@@ -242,6 +612,122 @@ module Aws::MarketplaceCatalog
242
612
 
243
613
  RequestedChangeList.member = Shapes::ShapeRef.new(shape: Change)
244
614
 
615
+ ResaleAuthorizationAvailabilityEndDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilterDateRange, location_name: "DateRange"))
616
+ ResaleAuthorizationAvailabilityEndDateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilterValueList, location_name: "ValueList"))
617
+ ResaleAuthorizationAvailabilityEndDateFilter.struct_class = Types::ResaleAuthorizationAvailabilityEndDateFilter
618
+
619
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
620
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
621
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.struct_class = Types::ResaleAuthorizationAvailabilityEndDateFilterDateRange
622
+
623
+ ResaleAuthorizationAvailabilityEndDateFilterValueList.member = Shapes::ShapeRef.new(shape: DateTimeISO8601)
624
+
625
+ ResaleAuthorizationCreatedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilterDateRange, location_name: "DateRange"))
626
+ ResaleAuthorizationCreatedDateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilterValueList, location_name: "ValueList"))
627
+ ResaleAuthorizationCreatedDateFilter.struct_class = Types::ResaleAuthorizationCreatedDateFilter
628
+
629
+ ResaleAuthorizationCreatedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
630
+ ResaleAuthorizationCreatedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
631
+ ResaleAuthorizationCreatedDateFilterDateRange.struct_class = Types::ResaleAuthorizationCreatedDateFilterDateRange
632
+
633
+ ResaleAuthorizationCreatedDateFilterValueList.member = Shapes::ShapeRef.new(shape: DateTimeISO8601)
634
+
635
+ ResaleAuthorizationEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdFilterValueList, location_name: "ValueList"))
636
+ ResaleAuthorizationEntityIdFilter.struct_class = Types::ResaleAuthorizationEntityIdFilter
637
+
638
+ ResaleAuthorizationEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdString)
639
+
640
+ ResaleAuthorizationFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdFilter, location_name: "EntityId"))
641
+ ResaleAuthorizationFilters.add_member(:name, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilter, location_name: "Name"))
642
+ ResaleAuthorizationFilters.add_member(:product_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilter, location_name: "ProductId"))
643
+ ResaleAuthorizationFilters.add_member(:created_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilter, location_name: "CreatedDate"))
644
+ ResaleAuthorizationFilters.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilter, location_name: "AvailabilityEndDate"))
645
+ ResaleAuthorizationFilters.add_member(:manufacturer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilter, location_name: "ManufacturerAccountId"))
646
+ ResaleAuthorizationFilters.add_member(:product_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilter, location_name: "ProductName"))
647
+ ResaleAuthorizationFilters.add_member(:manufacturer_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilter, location_name: "ManufacturerLegalName"))
648
+ ResaleAuthorizationFilters.add_member(:reseller_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilter, location_name: "ResellerAccountID"))
649
+ ResaleAuthorizationFilters.add_member(:reseller_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilter, location_name: "ResellerLegalName"))
650
+ ResaleAuthorizationFilters.add_member(:status, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilter, location_name: "Status"))
651
+ ResaleAuthorizationFilters.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilter, location_name: "OfferExtendedStatus"))
652
+ ResaleAuthorizationFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilter, location_name: "LastModifiedDate"))
653
+ ResaleAuthorizationFilters.struct_class = Types::ResaleAuthorizationFilters
654
+
655
+ ResaleAuthorizationLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilterDateRange, location_name: "DateRange"))
656
+ ResaleAuthorizationLastModifiedDateFilter.struct_class = Types::ResaleAuthorizationLastModifiedDateFilter
657
+
658
+ ResaleAuthorizationLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
659
+ ResaleAuthorizationLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
660
+ ResaleAuthorizationLastModifiedDateFilterDateRange.struct_class = Types::ResaleAuthorizationLastModifiedDateFilterDateRange
661
+
662
+ ResaleAuthorizationManufacturerAccountIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilterValueList, location_name: "ValueList"))
663
+ ResaleAuthorizationManufacturerAccountIdFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilterWildcard, location_name: "WildCardValue"))
664
+ ResaleAuthorizationManufacturerAccountIdFilter.struct_class = Types::ResaleAuthorizationManufacturerAccountIdFilter
665
+
666
+ ResaleAuthorizationManufacturerAccountIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdString)
667
+
668
+ ResaleAuthorizationManufacturerLegalNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilterValueList, location_name: "ValueList"))
669
+ ResaleAuthorizationManufacturerLegalNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilterWildcard, location_name: "WildCardValue"))
670
+ ResaleAuthorizationManufacturerLegalNameFilter.struct_class = Types::ResaleAuthorizationManufacturerLegalNameFilter
671
+
672
+ ResaleAuthorizationManufacturerLegalNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameString)
673
+
674
+ ResaleAuthorizationNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilterValueList, location_name: "ValueList"))
675
+ ResaleAuthorizationNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilterWildcard, location_name: "WildCardValue"))
676
+ ResaleAuthorizationNameFilter.struct_class = Types::ResaleAuthorizationNameFilter
677
+
678
+ ResaleAuthorizationNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationNameString)
679
+
680
+ ResaleAuthorizationOfferExtendedStatusFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilterValueList, location_name: "ValueList"))
681
+ ResaleAuthorizationOfferExtendedStatusFilter.struct_class = Types::ResaleAuthorizationOfferExtendedStatusFilter
682
+
683
+ ResaleAuthorizationOfferExtendedStatusFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusString)
684
+
685
+ ResaleAuthorizationProductIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilterValueList, location_name: "ValueList"))
686
+ ResaleAuthorizationProductIdFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilterWildcard, location_name: "WildCardValue"))
687
+ ResaleAuthorizationProductIdFilter.struct_class = Types::ResaleAuthorizationProductIdFilter
688
+
689
+ ResaleAuthorizationProductIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdString)
690
+
691
+ ResaleAuthorizationProductNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilterValueList, location_name: "ValueList"))
692
+ ResaleAuthorizationProductNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilterWildcard, location_name: "WildCardValue"))
693
+ ResaleAuthorizationProductNameFilter.struct_class = Types::ResaleAuthorizationProductNameFilter
694
+
695
+ ResaleAuthorizationProductNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameString)
696
+
697
+ ResaleAuthorizationResellerAccountIDFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilterValueList, location_name: "ValueList"))
698
+ ResaleAuthorizationResellerAccountIDFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilterWildcard, location_name: "WildCardValue"))
699
+ ResaleAuthorizationResellerAccountIDFilter.struct_class = Types::ResaleAuthorizationResellerAccountIDFilter
700
+
701
+ ResaleAuthorizationResellerAccountIDFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDString)
702
+
703
+ ResaleAuthorizationResellerLegalNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilterValueList, location_name: "ValueList"))
704
+ ResaleAuthorizationResellerLegalNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilterWildcard, location_name: "WildCardValue"))
705
+ ResaleAuthorizationResellerLegalNameFilter.struct_class = Types::ResaleAuthorizationResellerLegalNameFilter
706
+
707
+ ResaleAuthorizationResellerLegalNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameString)
708
+
709
+ ResaleAuthorizationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResaleAuthorizationSortBy, location_name: "SortBy"))
710
+ ResaleAuthorizationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
711
+ ResaleAuthorizationSort.struct_class = Types::ResaleAuthorizationSort
712
+
713
+ ResaleAuthorizationStatusFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilterValueList, location_name: "ValueList"))
714
+ ResaleAuthorizationStatusFilter.struct_class = Types::ResaleAuthorizationStatusFilter
715
+
716
+ ResaleAuthorizationStatusFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusString)
717
+
718
+ ResaleAuthorizationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameString, location_name: "Name"))
719
+ ResaleAuthorizationSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdString, location_name: "ProductId"))
720
+ ResaleAuthorizationSummary.add_member(:product_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameString, location_name: "ProductName"))
721
+ ResaleAuthorizationSummary.add_member(:manufacturer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdString, location_name: "ManufacturerAccountId"))
722
+ ResaleAuthorizationSummary.add_member(:manufacturer_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameString, location_name: "ManufacturerLegalName"))
723
+ ResaleAuthorizationSummary.add_member(:reseller_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDString, location_name: "ResellerAccountID"))
724
+ ResaleAuthorizationSummary.add_member(:reseller_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameString, location_name: "ResellerLegalName"))
725
+ ResaleAuthorizationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusString, location_name: "Status"))
726
+ ResaleAuthorizationSummary.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusString, location_name: "OfferExtendedStatus"))
727
+ ResaleAuthorizationSummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "CreatedDate"))
728
+ ResaleAuthorizationSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
729
+ ResaleAuthorizationSummary.struct_class = Types::ResaleAuthorizationSummary
730
+
245
731
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
246
732
 
247
733
  ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
@@ -253,6 +739,43 @@ module Aws::MarketplaceCatalog
253
739
  ResourceNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
254
740
  ResourceNotSupportedException.struct_class = Types::ResourceNotSupportedException
255
741
 
742
+ SaaSProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductEntityIdFilterValueList, location_name: "ValueList"))
743
+ SaaSProductEntityIdFilter.struct_class = Types::SaaSProductEntityIdFilter
744
+
745
+ SaaSProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductEntityIdString)
746
+
747
+ SaaSProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: SaaSProductEntityIdFilter, location_name: "EntityId"))
748
+ SaaSProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: SaaSProductTitleFilter, location_name: "ProductTitle"))
749
+ SaaSProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: SaaSProductVisibilityFilter, location_name: "Visibility"))
750
+ SaaSProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: SaaSProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
751
+ SaaSProductFilters.struct_class = Types::SaaSProductFilters
752
+
753
+ SaaSProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: SaaSProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
754
+ SaaSProductLastModifiedDateFilter.struct_class = Types::SaaSProductLastModifiedDateFilter
755
+
756
+ SaaSProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
757
+ SaaSProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
758
+ SaaSProductLastModifiedDateFilterDateRange.struct_class = Types::SaaSProductLastModifiedDateFilterDateRange
759
+
760
+ SaaSProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SaaSProductSortBy, location_name: "SortBy"))
761
+ SaaSProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
762
+ SaaSProductSort.struct_class = Types::SaaSProductSort
763
+
764
+ SaaSProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: SaaSProductTitleString, location_name: "ProductTitle"))
765
+ SaaSProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: SaaSProductVisibilityString, location_name: "Visibility"))
766
+ SaaSProductSummary.struct_class = Types::SaaSProductSummary
767
+
768
+ SaaSProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductTitleFilterValueList, location_name: "ValueList"))
769
+ SaaSProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: SaaSProductTitleString, location_name: "WildCardValue"))
770
+ SaaSProductTitleFilter.struct_class = Types::SaaSProductTitleFilter
771
+
772
+ SaaSProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductTitleString)
773
+
774
+ SaaSProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductVisibilityFilterValueList, location_name: "ValueList"))
775
+ SaaSProductVisibilityFilter.struct_class = Types::SaaSProductVisibilityFilter
776
+
777
+ SaaSProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductVisibilityString)
778
+
256
779
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
257
780
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
258
781