aws-sdk-marketplacecatalog 1.36.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,26 @@ 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')
33
+ BatchDescribeEntitiesRequest = Shapes::StructureShape.new(name: 'BatchDescribeEntitiesRequest')
34
+ BatchDescribeEntitiesResponse = Shapes::StructureShape.new(name: 'BatchDescribeEntitiesResponse')
35
+ BatchDescribeErrorCodeString = Shapes::StringShape.new(name: 'BatchDescribeErrorCodeString')
36
+ BatchDescribeErrorDetail = Shapes::StructureShape.new(name: 'BatchDescribeErrorDetail')
37
+ BatchDescribeErrorMessageContent = Shapes::StringShape.new(name: 'BatchDescribeErrorMessageContent')
18
38
  CancelChangeSetRequest = Shapes::StructureShape.new(name: 'CancelChangeSetRequest')
19
39
  CancelChangeSetResponse = Shapes::StructureShape.new(name: 'CancelChangeSetResponse')
20
40
  Catalog = Shapes::StringShape.new(name: 'Catalog')
@@ -28,6 +48,36 @@ module Aws::MarketplaceCatalog
28
48
  ChangeSummary = Shapes::StructureShape.new(name: 'ChangeSummary')
29
49
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
30
50
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
51
+ ContainerProductEntityIdFilter = Shapes::StructureShape.new(name: 'ContainerProductEntityIdFilter')
52
+ ContainerProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'ContainerProductEntityIdFilterValueList')
53
+ ContainerProductEntityIdString = Shapes::StringShape.new(name: 'ContainerProductEntityIdString')
54
+ ContainerProductFilters = Shapes::StructureShape.new(name: 'ContainerProductFilters')
55
+ ContainerProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'ContainerProductLastModifiedDateFilter')
56
+ ContainerProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'ContainerProductLastModifiedDateFilterDateRange')
57
+ ContainerProductSort = Shapes::StructureShape.new(name: 'ContainerProductSort')
58
+ ContainerProductSortBy = Shapes::StringShape.new(name: 'ContainerProductSortBy')
59
+ ContainerProductSummary = Shapes::StructureShape.new(name: 'ContainerProductSummary')
60
+ ContainerProductTitleFilter = Shapes::StructureShape.new(name: 'ContainerProductTitleFilter')
61
+ ContainerProductTitleFilterValueList = Shapes::ListShape.new(name: 'ContainerProductTitleFilterValueList')
62
+ ContainerProductTitleString = Shapes::StringShape.new(name: 'ContainerProductTitleString')
63
+ ContainerProductVisibilityFilter = Shapes::StructureShape.new(name: 'ContainerProductVisibilityFilter')
64
+ ContainerProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'ContainerProductVisibilityFilterValueList')
65
+ ContainerProductVisibilityString = Shapes::StringShape.new(name: 'ContainerProductVisibilityString')
66
+ DataProductEntityIdFilter = Shapes::StructureShape.new(name: 'DataProductEntityIdFilter')
67
+ DataProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'DataProductEntityIdFilterValueList')
68
+ DataProductEntityIdString = Shapes::StringShape.new(name: 'DataProductEntityIdString')
69
+ DataProductFilters = Shapes::StructureShape.new(name: 'DataProductFilters')
70
+ DataProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'DataProductLastModifiedDateFilter')
71
+ DataProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'DataProductLastModifiedDateFilterDateRange')
72
+ DataProductSort = Shapes::StructureShape.new(name: 'DataProductSort')
73
+ DataProductSortBy = Shapes::StringShape.new(name: 'DataProductSortBy')
74
+ DataProductSummary = Shapes::StructureShape.new(name: 'DataProductSummary')
75
+ DataProductTitleFilter = Shapes::StructureShape.new(name: 'DataProductTitleFilter')
76
+ DataProductTitleFilterValueList = Shapes::ListShape.new(name: 'DataProductTitleFilterValueList')
77
+ DataProductTitleString = Shapes::StringShape.new(name: 'DataProductTitleString')
78
+ DataProductVisibilityFilter = Shapes::StructureShape.new(name: 'DataProductVisibilityFilter')
79
+ DataProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'DataProductVisibilityFilterValueList')
80
+ DataProductVisibilityString = Shapes::StringShape.new(name: 'DataProductVisibilityString')
31
81
  DateTimeISO8601 = Shapes::StringShape.new(name: 'DateTimeISO8601')
32
82
  DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
33
83
  DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
@@ -36,13 +86,21 @@ module Aws::MarketplaceCatalog
36
86
  DescribeEntityRequest = Shapes::StructureShape.new(name: 'DescribeEntityRequest')
37
87
  DescribeEntityResponse = Shapes::StructureShape.new(name: 'DescribeEntityResponse')
38
88
  Entity = Shapes::StructureShape.new(name: 'Entity')
89
+ EntityDetail = Shapes::StructureShape.new(name: 'EntityDetail')
90
+ EntityDetails = Shapes::MapShape.new(name: 'EntityDetails')
91
+ EntityId = Shapes::StringShape.new(name: 'EntityId')
39
92
  EntityNameString = Shapes::StringShape.new(name: 'EntityNameString')
93
+ EntityRequest = Shapes::StructureShape.new(name: 'EntityRequest')
94
+ EntityRequestList = Shapes::ListShape.new(name: 'EntityRequestList')
40
95
  EntitySummary = Shapes::StructureShape.new(name: 'EntitySummary')
41
96
  EntitySummaryList = Shapes::ListShape.new(name: 'EntitySummaryList')
42
97
  EntityType = Shapes::StringShape.new(name: 'EntityType')
98
+ EntityTypeFilters = Shapes::UnionShape.new(name: 'EntityTypeFilters')
99
+ EntityTypeSort = Shapes::UnionShape.new(name: 'EntityTypeSort')
43
100
  ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
44
101
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
45
102
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
103
+ Errors = Shapes::MapShape.new(name: 'Errors')
46
104
  ExceptionMessageContent = Shapes::StringShape.new(name: 'ExceptionMessageContent')
47
105
  FailureCode = Shapes::StringShape.new(name: 'FailureCode')
48
106
  Filter = Shapes::StructureShape.new(name: 'Filter')
@@ -64,10 +122,89 @@ module Aws::MarketplaceCatalog
64
122
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
65
123
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
66
124
  NextToken = Shapes::StringShape.new(name: 'NextToken')
125
+ OfferAvailabilityEndDateFilter = Shapes::StructureShape.new(name: 'OfferAvailabilityEndDateFilter')
126
+ OfferAvailabilityEndDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferAvailabilityEndDateFilterDateRange')
127
+ OfferBuyerAccountsFilter = Shapes::StructureShape.new(name: 'OfferBuyerAccountsFilter')
128
+ OfferBuyerAccountsFilterWildcard = Shapes::StringShape.new(name: 'OfferBuyerAccountsFilterWildcard')
129
+ OfferBuyerAccountsList = Shapes::ListShape.new(name: 'OfferBuyerAccountsList')
130
+ OfferBuyerAccountsString = Shapes::StringShape.new(name: 'OfferBuyerAccountsString')
131
+ OfferEntityIdFilter = Shapes::StructureShape.new(name: 'OfferEntityIdFilter')
132
+ OfferEntityIdFilterValueList = Shapes::ListShape.new(name: 'OfferEntityIdFilterValueList')
133
+ OfferEntityIdString = Shapes::StringShape.new(name: 'OfferEntityIdString')
134
+ OfferFilters = Shapes::StructureShape.new(name: 'OfferFilters')
135
+ OfferLastModifiedDateFilter = Shapes::StructureShape.new(name: 'OfferLastModifiedDateFilter')
136
+ OfferLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferLastModifiedDateFilterDateRange')
137
+ OfferNameFilter = Shapes::StructureShape.new(name: 'OfferNameFilter')
138
+ OfferNameFilterValueList = Shapes::ListShape.new(name: 'OfferNameFilterValueList')
139
+ OfferNameString = Shapes::StringShape.new(name: 'OfferNameString')
140
+ OfferProductIdFilter = Shapes::StructureShape.new(name: 'OfferProductIdFilter')
141
+ OfferProductIdFilterValueList = Shapes::ListShape.new(name: 'OfferProductIdFilterValueList')
142
+ OfferProductIdString = Shapes::StringShape.new(name: 'OfferProductIdString')
143
+ OfferReleaseDateFilter = Shapes::StructureShape.new(name: 'OfferReleaseDateFilter')
144
+ OfferReleaseDateFilterDateRange = Shapes::StructureShape.new(name: 'OfferReleaseDateFilterDateRange')
145
+ OfferSort = Shapes::StructureShape.new(name: 'OfferSort')
146
+ OfferSortBy = Shapes::StringShape.new(name: 'OfferSortBy')
147
+ OfferStateFilter = Shapes::StructureShape.new(name: 'OfferStateFilter')
148
+ OfferStateFilterValueList = Shapes::ListShape.new(name: 'OfferStateFilterValueList')
149
+ OfferStateString = Shapes::StringShape.new(name: 'OfferStateString')
150
+ OfferSummary = Shapes::StructureShape.new(name: 'OfferSummary')
151
+ OfferTargetingFilter = Shapes::StructureShape.new(name: 'OfferTargetingFilter')
152
+ OfferTargetingFilterValueList = Shapes::ListShape.new(name: 'OfferTargetingFilterValueList')
153
+ OfferTargetingList = Shapes::ListShape.new(name: 'OfferTargetingList')
154
+ OfferTargetingString = Shapes::StringShape.new(name: 'OfferTargetingString')
67
155
  OwnershipType = Shapes::StringShape.new(name: 'OwnershipType')
68
156
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
69
157
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
70
158
  RequestedChangeList = Shapes::ListShape.new(name: 'RequestedChangeList')
159
+ ResaleAuthorizationAvailabilityEndDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilter')
160
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilterDateRange')
161
+ ResaleAuthorizationAvailabilityEndDateFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationAvailabilityEndDateFilterValueList')
162
+ ResaleAuthorizationCreatedDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationCreatedDateFilter')
163
+ ResaleAuthorizationCreatedDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationCreatedDateFilterDateRange')
164
+ ResaleAuthorizationCreatedDateFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationCreatedDateFilterValueList')
165
+ ResaleAuthorizationEntityIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationEntityIdFilter')
166
+ ResaleAuthorizationEntityIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationEntityIdFilterValueList')
167
+ ResaleAuthorizationEntityIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationEntityIdString')
168
+ ResaleAuthorizationFilters = Shapes::StructureShape.new(name: 'ResaleAuthorizationFilters')
169
+ ResaleAuthorizationLastModifiedDateFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilter')
170
+ ResaleAuthorizationLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'ResaleAuthorizationLastModifiedDateFilterDateRange')
171
+ ResaleAuthorizationManufacturerAccountIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilter')
172
+ ResaleAuthorizationManufacturerAccountIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilterValueList')
173
+ ResaleAuthorizationManufacturerAccountIdFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerAccountIdFilterWildcard')
174
+ ResaleAuthorizationManufacturerAccountIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerAccountIdString')
175
+ ResaleAuthorizationManufacturerLegalNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilter')
176
+ ResaleAuthorizationManufacturerLegalNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilterValueList')
177
+ ResaleAuthorizationManufacturerLegalNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerLegalNameFilterWildcard')
178
+ ResaleAuthorizationManufacturerLegalNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationManufacturerLegalNameString')
179
+ ResaleAuthorizationNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationNameFilter')
180
+ ResaleAuthorizationNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationNameFilterValueList')
181
+ ResaleAuthorizationNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationNameFilterWildcard')
182
+ ResaleAuthorizationNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationNameString')
183
+ ResaleAuthorizationOfferExtendedStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationOfferExtendedStatusFilter')
184
+ ResaleAuthorizationOfferExtendedStatusFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationOfferExtendedStatusFilterValueList')
185
+ ResaleAuthorizationOfferExtendedStatusString = Shapes::StringShape.new(name: 'ResaleAuthorizationOfferExtendedStatusString')
186
+ ResaleAuthorizationProductIdFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationProductIdFilter')
187
+ ResaleAuthorizationProductIdFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationProductIdFilterValueList')
188
+ ResaleAuthorizationProductIdFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationProductIdFilterWildcard')
189
+ ResaleAuthorizationProductIdString = Shapes::StringShape.new(name: 'ResaleAuthorizationProductIdString')
190
+ ResaleAuthorizationProductNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationProductNameFilter')
191
+ ResaleAuthorizationProductNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationProductNameFilterValueList')
192
+ ResaleAuthorizationProductNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationProductNameFilterWildcard')
193
+ ResaleAuthorizationProductNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationProductNameString')
194
+ ResaleAuthorizationResellerAccountIDFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationResellerAccountIDFilter')
195
+ ResaleAuthorizationResellerAccountIDFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerAccountIDFilterValueList')
196
+ ResaleAuthorizationResellerAccountIDFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerAccountIDFilterWildcard')
197
+ ResaleAuthorizationResellerAccountIDString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerAccountIDString')
198
+ ResaleAuthorizationResellerLegalNameFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationResellerLegalNameFilter')
199
+ ResaleAuthorizationResellerLegalNameFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterValueList')
200
+ ResaleAuthorizationResellerLegalNameFilterWildcard = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameFilterWildcard')
201
+ ResaleAuthorizationResellerLegalNameString = Shapes::StringShape.new(name: 'ResaleAuthorizationResellerLegalNameString')
202
+ ResaleAuthorizationSort = Shapes::StructureShape.new(name: 'ResaleAuthorizationSort')
203
+ ResaleAuthorizationSortBy = Shapes::StringShape.new(name: 'ResaleAuthorizationSortBy')
204
+ ResaleAuthorizationStatusFilter = Shapes::StructureShape.new(name: 'ResaleAuthorizationStatusFilter')
205
+ ResaleAuthorizationStatusFilterValueList = Shapes::ListShape.new(name: 'ResaleAuthorizationStatusFilterValueList')
206
+ ResaleAuthorizationStatusString = Shapes::StringShape.new(name: 'ResaleAuthorizationStatusString')
207
+ ResaleAuthorizationSummary = Shapes::StructureShape.new(name: 'ResaleAuthorizationSummary')
71
208
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
72
209
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
73
210
  ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
@@ -75,6 +212,21 @@ module Aws::MarketplaceCatalog
75
212
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
76
213
  ResourceNotSupportedException = Shapes::StructureShape.new(name: 'ResourceNotSupportedException')
77
214
  ResourcePolicyJson = Shapes::StringShape.new(name: 'ResourcePolicyJson')
215
+ SaaSProductEntityIdFilter = Shapes::StructureShape.new(name: 'SaaSProductEntityIdFilter')
216
+ SaaSProductEntityIdFilterValueList = Shapes::ListShape.new(name: 'SaaSProductEntityIdFilterValueList')
217
+ SaaSProductEntityIdString = Shapes::StringShape.new(name: 'SaaSProductEntityIdString')
218
+ SaaSProductFilters = Shapes::StructureShape.new(name: 'SaaSProductFilters')
219
+ SaaSProductLastModifiedDateFilter = Shapes::StructureShape.new(name: 'SaaSProductLastModifiedDateFilter')
220
+ SaaSProductLastModifiedDateFilterDateRange = Shapes::StructureShape.new(name: 'SaaSProductLastModifiedDateFilterDateRange')
221
+ SaaSProductSort = Shapes::StructureShape.new(name: 'SaaSProductSort')
222
+ SaaSProductSortBy = Shapes::StringShape.new(name: 'SaaSProductSortBy')
223
+ SaaSProductSummary = Shapes::StructureShape.new(name: 'SaaSProductSummary')
224
+ SaaSProductTitleFilter = Shapes::StructureShape.new(name: 'SaaSProductTitleFilter')
225
+ SaaSProductTitleFilterValueList = Shapes::ListShape.new(name: 'SaaSProductTitleFilterValueList')
226
+ SaaSProductTitleString = Shapes::StringShape.new(name: 'SaaSProductTitleString')
227
+ SaaSProductVisibilityFilter = Shapes::StructureShape.new(name: 'SaaSProductVisibilityFilter')
228
+ SaaSProductVisibilityFilterValueList = Shapes::ListShape.new(name: 'SaaSProductVisibilityFilterValueList')
229
+ SaaSProductVisibilityString = Shapes::StringShape.new(name: 'SaaSProductVisibilityString')
78
230
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
79
231
  Sort = Shapes::StructureShape.new(name: 'Sort')
80
232
  SortBy = Shapes::StringShape.new(name: 'SortBy')
@@ -98,6 +250,54 @@ module Aws::MarketplaceCatalog
98
250
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
99
251
  AccessDeniedException.struct_class = Types::AccessDeniedException
100
252
 
253
+ AmiProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductEntityIdFilterValueList, location_name: "ValueList"))
254
+ AmiProductEntityIdFilter.struct_class = Types::AmiProductEntityIdFilter
255
+
256
+ AmiProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductEntityIdString)
257
+
258
+ AmiProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: AmiProductEntityIdFilter, location_name: "EntityId"))
259
+ AmiProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: AmiProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
260
+ AmiProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: AmiProductTitleFilter, location_name: "ProductTitle"))
261
+ AmiProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: AmiProductVisibilityFilter, location_name: "Visibility"))
262
+ AmiProductFilters.struct_class = Types::AmiProductFilters
263
+
264
+ AmiProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: AmiProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
265
+ AmiProductLastModifiedDateFilter.struct_class = Types::AmiProductLastModifiedDateFilter
266
+
267
+ AmiProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
268
+ AmiProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
269
+ AmiProductLastModifiedDateFilterDateRange.struct_class = Types::AmiProductLastModifiedDateFilterDateRange
270
+
271
+ AmiProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: AmiProductSortBy, location_name: "SortBy"))
272
+ AmiProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
273
+ AmiProductSort.struct_class = Types::AmiProductSort
274
+
275
+ AmiProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: AmiProductTitleString, location_name: "ProductTitle"))
276
+ AmiProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: AmiProductVisibilityString, location_name: "Visibility"))
277
+ AmiProductSummary.struct_class = Types::AmiProductSummary
278
+
279
+ AmiProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductTitleFilterValueList, location_name: "ValueList"))
280
+ AmiProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: AmiProductTitleString, location_name: "WildCardValue"))
281
+ AmiProductTitleFilter.struct_class = Types::AmiProductTitleFilter
282
+
283
+ AmiProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductTitleString)
284
+
285
+ AmiProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: AmiProductVisibilityFilterValueList, location_name: "ValueList"))
286
+ AmiProductVisibilityFilter.struct_class = Types::AmiProductVisibilityFilter
287
+
288
+ AmiProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: AmiProductVisibilityString)
289
+
290
+ BatchDescribeEntitiesRequest.add_member(:entity_request_list, Shapes::ShapeRef.new(shape: EntityRequestList, required: true, location_name: "EntityRequestList"))
291
+ BatchDescribeEntitiesRequest.struct_class = Types::BatchDescribeEntitiesRequest
292
+
293
+ BatchDescribeEntitiesResponse.add_member(:entity_details, Shapes::ShapeRef.new(shape: EntityDetails, location_name: "EntityDetails"))
294
+ BatchDescribeEntitiesResponse.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, location_name: "Errors"))
295
+ BatchDescribeEntitiesResponse.struct_class = Types::BatchDescribeEntitiesResponse
296
+
297
+ BatchDescribeErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchDescribeErrorCodeString, location_name: "ErrorCode"))
298
+ BatchDescribeErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: BatchDescribeErrorMessageContent, location_name: "ErrorMessage"))
299
+ BatchDescribeErrorDetail.struct_class = Types::BatchDescribeErrorDetail
300
+
101
301
  CancelChangeSetRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location: "querystring", location_name: "catalog"))
102
302
  CancelChangeSetRequest.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "querystring", location_name: "changeSetId"))
103
303
  CancelChangeSetRequest.struct_class = Types::CancelChangeSetRequest
@@ -136,6 +336,80 @@ module Aws::MarketplaceCatalog
136
336
  ChangeSummary.add_member(:change_name, Shapes::ShapeRef.new(shape: ChangeName, location_name: "ChangeName"))
137
337
  ChangeSummary.struct_class = Types::ChangeSummary
138
338
 
339
+ ContainerProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductEntityIdFilterValueList, location_name: "ValueList"))
340
+ ContainerProductEntityIdFilter.struct_class = Types::ContainerProductEntityIdFilter
341
+
342
+ ContainerProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductEntityIdString)
343
+
344
+ ContainerProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: ContainerProductEntityIdFilter, location_name: "EntityId"))
345
+ ContainerProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ContainerProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
346
+ ContainerProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: ContainerProductTitleFilter, location_name: "ProductTitle"))
347
+ ContainerProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: ContainerProductVisibilityFilter, location_name: "Visibility"))
348
+ ContainerProductFilters.struct_class = Types::ContainerProductFilters
349
+
350
+ ContainerProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ContainerProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
351
+ ContainerProductLastModifiedDateFilter.struct_class = Types::ContainerProductLastModifiedDateFilter
352
+
353
+ ContainerProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
354
+ ContainerProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
355
+ ContainerProductLastModifiedDateFilterDateRange.struct_class = Types::ContainerProductLastModifiedDateFilterDateRange
356
+
357
+ ContainerProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ContainerProductSortBy, location_name: "SortBy"))
358
+ ContainerProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
359
+ ContainerProductSort.struct_class = Types::ContainerProductSort
360
+
361
+ ContainerProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: ContainerProductTitleString, location_name: "ProductTitle"))
362
+ ContainerProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: ContainerProductVisibilityString, location_name: "Visibility"))
363
+ ContainerProductSummary.struct_class = Types::ContainerProductSummary
364
+
365
+ ContainerProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductTitleFilterValueList, location_name: "ValueList"))
366
+ ContainerProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ContainerProductTitleString, location_name: "WildCardValue"))
367
+ ContainerProductTitleFilter.struct_class = Types::ContainerProductTitleFilter
368
+
369
+ ContainerProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductTitleString)
370
+
371
+ ContainerProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ContainerProductVisibilityFilterValueList, location_name: "ValueList"))
372
+ ContainerProductVisibilityFilter.struct_class = Types::ContainerProductVisibilityFilter
373
+
374
+ ContainerProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: ContainerProductVisibilityString)
375
+
376
+ DataProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductEntityIdFilterValueList, location_name: "ValueList"))
377
+ DataProductEntityIdFilter.struct_class = Types::DataProductEntityIdFilter
378
+
379
+ DataProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductEntityIdString)
380
+
381
+ DataProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: DataProductEntityIdFilter, location_name: "EntityId"))
382
+ DataProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: DataProductTitleFilter, location_name: "ProductTitle"))
383
+ DataProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: DataProductVisibilityFilter, location_name: "Visibility"))
384
+ DataProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DataProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
385
+ DataProductFilters.struct_class = Types::DataProductFilters
386
+
387
+ DataProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: DataProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
388
+ DataProductLastModifiedDateFilter.struct_class = Types::DataProductLastModifiedDateFilter
389
+
390
+ DataProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
391
+ DataProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
392
+ DataProductLastModifiedDateFilterDateRange.struct_class = Types::DataProductLastModifiedDateFilterDateRange
393
+
394
+ DataProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: DataProductSortBy, location_name: "SortBy"))
395
+ DataProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
396
+ DataProductSort.struct_class = Types::DataProductSort
397
+
398
+ DataProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: DataProductTitleString, location_name: "ProductTitle"))
399
+ DataProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: DataProductVisibilityString, location_name: "Visibility"))
400
+ DataProductSummary.struct_class = Types::DataProductSummary
401
+
402
+ DataProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductTitleFilterValueList, location_name: "ValueList"))
403
+ DataProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: DataProductTitleString, location_name: "WildCardValue"))
404
+ DataProductTitleFilter.struct_class = Types::DataProductTitleFilter
405
+
406
+ DataProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductTitleString)
407
+
408
+ DataProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: DataProductVisibilityFilterValueList, location_name: "ValueList"))
409
+ DataProductVisibilityFilter.struct_class = Types::DataProductVisibilityFilter
410
+
411
+ DataProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: DataProductVisibilityString)
412
+
139
413
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "resourceArn"))
140
414
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
141
415
 
@@ -172,22 +446,79 @@ module Aws::MarketplaceCatalog
172
446
  Entity.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "Identifier"))
173
447
  Entity.struct_class = Types::Entity
174
448
 
449
+ EntityDetail.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityType"))
450
+ EntityDetail.add_member(:entity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EntityArn"))
451
+ EntityDetail.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "EntityIdentifier"))
452
+ EntityDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "LastModifiedDate"))
453
+ EntityDetail.add_member(:details_document, Shapes::ShapeRef.new(shape: JsonDocumentType, location_name: "DetailsDocument"))
454
+ EntityDetail.struct_class = Types::EntityDetail
455
+
456
+ EntityDetails.key = Shapes::ShapeRef.new(shape: EntityId)
457
+ EntityDetails.value = Shapes::ShapeRef.new(shape: EntityDetail)
458
+
459
+ EntityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
460
+ EntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "EntityId"))
461
+ EntityRequest.struct_class = Types::EntityRequest
462
+
463
+ EntityRequestList.member = Shapes::ShapeRef.new(shape: EntityRequest)
464
+
175
465
  EntitySummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityNameString, location_name: "Name"))
176
466
  EntitySummary.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityType"))
177
467
  EntitySummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EntityId"))
178
468
  EntitySummary.add_member(:entity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EntityArn"))
179
469
  EntitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "LastModifiedDate"))
180
470
  EntitySummary.add_member(:visibility, Shapes::ShapeRef.new(shape: VisibilityValue, location_name: "Visibility"))
471
+ EntitySummary.add_member(:ami_product_summary, Shapes::ShapeRef.new(shape: AmiProductSummary, location_name: "AmiProductSummary"))
472
+ EntitySummary.add_member(:container_product_summary, Shapes::ShapeRef.new(shape: ContainerProductSummary, location_name: "ContainerProductSummary"))
473
+ EntitySummary.add_member(:data_product_summary, Shapes::ShapeRef.new(shape: DataProductSummary, location_name: "DataProductSummary"))
474
+ EntitySummary.add_member(:saa_s_product_summary, Shapes::ShapeRef.new(shape: SaaSProductSummary, location_name: "SaaSProductSummary"))
475
+ EntitySummary.add_member(:offer_summary, Shapes::ShapeRef.new(shape: OfferSummary, location_name: "OfferSummary"))
476
+ EntitySummary.add_member(:resale_authorization_summary, Shapes::ShapeRef.new(shape: ResaleAuthorizationSummary, location_name: "ResaleAuthorizationSummary"))
181
477
  EntitySummary.struct_class = Types::EntitySummary
182
478
 
183
479
  EntitySummaryList.member = Shapes::ShapeRef.new(shape: EntitySummary)
184
480
 
481
+ EntityTypeFilters.add_member(:data_product_filters, Shapes::ShapeRef.new(shape: DataProductFilters, location_name: "DataProductFilters"))
482
+ EntityTypeFilters.add_member(:saa_s_product_filters, Shapes::ShapeRef.new(shape: SaaSProductFilters, location_name: "SaaSProductFilters"))
483
+ EntityTypeFilters.add_member(:ami_product_filters, Shapes::ShapeRef.new(shape: AmiProductFilters, location_name: "AmiProductFilters"))
484
+ EntityTypeFilters.add_member(:offer_filters, Shapes::ShapeRef.new(shape: OfferFilters, location_name: "OfferFilters"))
485
+ EntityTypeFilters.add_member(:container_product_filters, Shapes::ShapeRef.new(shape: ContainerProductFilters, location_name: "ContainerProductFilters"))
486
+ EntityTypeFilters.add_member(:resale_authorization_filters, Shapes::ShapeRef.new(shape: ResaleAuthorizationFilters, location_name: "ResaleAuthorizationFilters"))
487
+ EntityTypeFilters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
488
+ EntityTypeFilters.add_member_subclass(:data_product_filters, Types::EntityTypeFilters::DataProductFilters)
489
+ EntityTypeFilters.add_member_subclass(:saa_s_product_filters, Types::EntityTypeFilters::SaaSProductFilters)
490
+ EntityTypeFilters.add_member_subclass(:ami_product_filters, Types::EntityTypeFilters::AmiProductFilters)
491
+ EntityTypeFilters.add_member_subclass(:offer_filters, Types::EntityTypeFilters::OfferFilters)
492
+ EntityTypeFilters.add_member_subclass(:container_product_filters, Types::EntityTypeFilters::ContainerProductFilters)
493
+ EntityTypeFilters.add_member_subclass(:resale_authorization_filters, Types::EntityTypeFilters::ResaleAuthorizationFilters)
494
+ EntityTypeFilters.add_member_subclass(:unknown, Types::EntityTypeFilters::Unknown)
495
+ EntityTypeFilters.struct_class = Types::EntityTypeFilters
496
+
497
+ EntityTypeSort.add_member(:data_product_sort, Shapes::ShapeRef.new(shape: DataProductSort, location_name: "DataProductSort"))
498
+ EntityTypeSort.add_member(:saa_s_product_sort, Shapes::ShapeRef.new(shape: SaaSProductSort, location_name: "SaaSProductSort"))
499
+ EntityTypeSort.add_member(:ami_product_sort, Shapes::ShapeRef.new(shape: AmiProductSort, location_name: "AmiProductSort"))
500
+ EntityTypeSort.add_member(:offer_sort, Shapes::ShapeRef.new(shape: OfferSort, location_name: "OfferSort"))
501
+ EntityTypeSort.add_member(:container_product_sort, Shapes::ShapeRef.new(shape: ContainerProductSort, location_name: "ContainerProductSort"))
502
+ EntityTypeSort.add_member(:resale_authorization_sort, Shapes::ShapeRef.new(shape: ResaleAuthorizationSort, location_name: "ResaleAuthorizationSort"))
503
+ EntityTypeSort.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
504
+ EntityTypeSort.add_member_subclass(:data_product_sort, Types::EntityTypeSort::DataProductSort)
505
+ EntityTypeSort.add_member_subclass(:saa_s_product_sort, Types::EntityTypeSort::SaaSProductSort)
506
+ EntityTypeSort.add_member_subclass(:ami_product_sort, Types::EntityTypeSort::AmiProductSort)
507
+ EntityTypeSort.add_member_subclass(:offer_sort, Types::EntityTypeSort::OfferSort)
508
+ EntityTypeSort.add_member_subclass(:container_product_sort, Types::EntityTypeSort::ContainerProductSort)
509
+ EntityTypeSort.add_member_subclass(:resale_authorization_sort, Types::EntityTypeSort::ResaleAuthorizationSort)
510
+ EntityTypeSort.add_member_subclass(:unknown, Types::EntityTypeSort::Unknown)
511
+ EntityTypeSort.struct_class = Types::EntityTypeSort
512
+
185
513
  ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeString, location_name: "ErrorCode"))
186
514
  ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "ErrorMessage"))
187
515
  ErrorDetail.struct_class = Types::ErrorDetail
188
516
 
189
517
  ErrorDetailList.member = Shapes::ShapeRef.new(shape: ErrorDetail)
190
518
 
519
+ Errors.key = Shapes::ShapeRef.new(shape: EntityId)
520
+ Errors.value = Shapes::ShapeRef.new(shape: BatchDescribeErrorDetail)
521
+
191
522
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "Name"))
192
523
  Filter.add_member(:value_list, Shapes::ShapeRef.new(shape: ValueList, location_name: "ValueList"))
193
524
  Filter.struct_class = Types::Filter
@@ -221,6 +552,8 @@ module Aws::MarketplaceCatalog
221
552
  ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
222
553
  ListEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEntitiesMaxResultInteger, location_name: "MaxResults"))
223
554
  ListEntitiesRequest.add_member(:ownership_type, Shapes::ShapeRef.new(shape: OwnershipType, location_name: "OwnershipType"))
555
+ ListEntitiesRequest.add_member(:entity_type_filters, Shapes::ShapeRef.new(shape: EntityTypeFilters, location_name: "EntityTypeFilters"))
556
+ ListEntitiesRequest.add_member(:entity_type_sort, Shapes::ShapeRef.new(shape: EntityTypeSort, location_name: "EntityTypeSort"))
224
557
  ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
225
558
 
226
559
  ListEntitiesResponse.add_member(:entity_summary_list, Shapes::ShapeRef.new(shape: EntitySummaryList, location_name: "EntitySummaryList"))
@@ -234,6 +567,84 @@ module Aws::MarketplaceCatalog
234
567
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
235
568
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
236
569
 
570
+ OfferAvailabilityEndDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferAvailabilityEndDateFilterDateRange, location_name: "DateRange"))
571
+ OfferAvailabilityEndDateFilter.struct_class = Types::OfferAvailabilityEndDateFilter
572
+
573
+ OfferAvailabilityEndDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
574
+ OfferAvailabilityEndDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
575
+ OfferAvailabilityEndDateFilterDateRange.struct_class = Types::OfferAvailabilityEndDateFilterDateRange
576
+
577
+ OfferBuyerAccountsFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: OfferBuyerAccountsFilterWildcard, location_name: "WildCardValue"))
578
+ OfferBuyerAccountsFilter.struct_class = Types::OfferBuyerAccountsFilter
579
+
580
+ OfferBuyerAccountsList.member = Shapes::ShapeRef.new(shape: OfferBuyerAccountsString)
581
+
582
+ OfferEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferEntityIdFilterValueList, location_name: "ValueList"))
583
+ OfferEntityIdFilter.struct_class = Types::OfferEntityIdFilter
584
+
585
+ OfferEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: OfferEntityIdString)
586
+
587
+ OfferFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: OfferEntityIdFilter, location_name: "EntityId"))
588
+ OfferFilters.add_member(:name, Shapes::ShapeRef.new(shape: OfferNameFilter, location_name: "Name"))
589
+ OfferFilters.add_member(:product_id, Shapes::ShapeRef.new(shape: OfferProductIdFilter, location_name: "ProductId"))
590
+ OfferFilters.add_member(:release_date, Shapes::ShapeRef.new(shape: OfferReleaseDateFilter, location_name: "ReleaseDate"))
591
+ OfferFilters.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: OfferAvailabilityEndDateFilter, location_name: "AvailabilityEndDate"))
592
+ OfferFilters.add_member(:buyer_accounts, Shapes::ShapeRef.new(shape: OfferBuyerAccountsFilter, location_name: "BuyerAccounts"))
593
+ OfferFilters.add_member(:state, Shapes::ShapeRef.new(shape: OfferStateFilter, location_name: "State"))
594
+ OfferFilters.add_member(:targeting, Shapes::ShapeRef.new(shape: OfferTargetingFilter, location_name: "Targeting"))
595
+ OfferFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: OfferLastModifiedDateFilter, location_name: "LastModifiedDate"))
596
+ OfferFilters.struct_class = Types::OfferFilters
597
+
598
+ OfferLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferLastModifiedDateFilterDateRange, location_name: "DateRange"))
599
+ OfferLastModifiedDateFilter.struct_class = Types::OfferLastModifiedDateFilter
600
+
601
+ OfferLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
602
+ OfferLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
603
+ OfferLastModifiedDateFilterDateRange.struct_class = Types::OfferLastModifiedDateFilterDateRange
604
+
605
+ OfferNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferNameFilterValueList, location_name: "ValueList"))
606
+ OfferNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: OfferNameString, location_name: "WildCardValue"))
607
+ OfferNameFilter.struct_class = Types::OfferNameFilter
608
+
609
+ OfferNameFilterValueList.member = Shapes::ShapeRef.new(shape: OfferNameString)
610
+
611
+ OfferProductIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferProductIdFilterValueList, location_name: "ValueList"))
612
+ OfferProductIdFilter.struct_class = Types::OfferProductIdFilter
613
+
614
+ OfferProductIdFilterValueList.member = Shapes::ShapeRef.new(shape: OfferProductIdString)
615
+
616
+ OfferReleaseDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: OfferReleaseDateFilterDateRange, location_name: "DateRange"))
617
+ OfferReleaseDateFilter.struct_class = Types::OfferReleaseDateFilter
618
+
619
+ OfferReleaseDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
620
+ OfferReleaseDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
621
+ OfferReleaseDateFilterDateRange.struct_class = Types::OfferReleaseDateFilterDateRange
622
+
623
+ OfferSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OfferSortBy, location_name: "SortBy"))
624
+ OfferSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
625
+ OfferSort.struct_class = Types::OfferSort
626
+
627
+ OfferStateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferStateFilterValueList, location_name: "ValueList"))
628
+ OfferStateFilter.struct_class = Types::OfferStateFilter
629
+
630
+ OfferStateFilterValueList.member = Shapes::ShapeRef.new(shape: OfferStateString)
631
+
632
+ OfferSummary.add_member(:name, Shapes::ShapeRef.new(shape: OfferNameString, location_name: "Name"))
633
+ OfferSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: OfferProductIdString, location_name: "ProductId"))
634
+ OfferSummary.add_member(:release_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "ReleaseDate"))
635
+ OfferSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
636
+ OfferSummary.add_member(:buyer_accounts, Shapes::ShapeRef.new(shape: OfferBuyerAccountsList, location_name: "BuyerAccounts"))
637
+ OfferSummary.add_member(:state, Shapes::ShapeRef.new(shape: OfferStateString, location_name: "State"))
638
+ OfferSummary.add_member(:targeting, Shapes::ShapeRef.new(shape: OfferTargetingList, location_name: "Targeting"))
639
+ OfferSummary.struct_class = Types::OfferSummary
640
+
641
+ OfferTargetingFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: OfferTargetingFilterValueList, location_name: "ValueList"))
642
+ OfferTargetingFilter.struct_class = Types::OfferTargetingFilter
643
+
644
+ OfferTargetingFilterValueList.member = Shapes::ShapeRef.new(shape: OfferTargetingString)
645
+
646
+ OfferTargetingList.member = Shapes::ShapeRef.new(shape: OfferTargetingString)
647
+
237
648
  PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceArn"))
238
649
  PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyJson, required: true, location_name: "Policy"))
239
650
  PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
@@ -242,6 +653,122 @@ module Aws::MarketplaceCatalog
242
653
 
243
654
  RequestedChangeList.member = Shapes::ShapeRef.new(shape: Change)
244
655
 
656
+ ResaleAuthorizationAvailabilityEndDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilterDateRange, location_name: "DateRange"))
657
+ ResaleAuthorizationAvailabilityEndDateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilterValueList, location_name: "ValueList"))
658
+ ResaleAuthorizationAvailabilityEndDateFilter.struct_class = Types::ResaleAuthorizationAvailabilityEndDateFilter
659
+
660
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
661
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
662
+ ResaleAuthorizationAvailabilityEndDateFilterDateRange.struct_class = Types::ResaleAuthorizationAvailabilityEndDateFilterDateRange
663
+
664
+ ResaleAuthorizationAvailabilityEndDateFilterValueList.member = Shapes::ShapeRef.new(shape: DateTimeISO8601)
665
+
666
+ ResaleAuthorizationCreatedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilterDateRange, location_name: "DateRange"))
667
+ ResaleAuthorizationCreatedDateFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilterValueList, location_name: "ValueList"))
668
+ ResaleAuthorizationCreatedDateFilter.struct_class = Types::ResaleAuthorizationCreatedDateFilter
669
+
670
+ ResaleAuthorizationCreatedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
671
+ ResaleAuthorizationCreatedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
672
+ ResaleAuthorizationCreatedDateFilterDateRange.struct_class = Types::ResaleAuthorizationCreatedDateFilterDateRange
673
+
674
+ ResaleAuthorizationCreatedDateFilterValueList.member = Shapes::ShapeRef.new(shape: DateTimeISO8601)
675
+
676
+ ResaleAuthorizationEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdFilterValueList, location_name: "ValueList"))
677
+ ResaleAuthorizationEntityIdFilter.struct_class = Types::ResaleAuthorizationEntityIdFilter
678
+
679
+ ResaleAuthorizationEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdString)
680
+
681
+ ResaleAuthorizationFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationEntityIdFilter, location_name: "EntityId"))
682
+ ResaleAuthorizationFilters.add_member(:name, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilter, location_name: "Name"))
683
+ ResaleAuthorizationFilters.add_member(:product_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilter, location_name: "ProductId"))
684
+ ResaleAuthorizationFilters.add_member(:created_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationCreatedDateFilter, location_name: "CreatedDate"))
685
+ ResaleAuthorizationFilters.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationAvailabilityEndDateFilter, location_name: "AvailabilityEndDate"))
686
+ ResaleAuthorizationFilters.add_member(:manufacturer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilter, location_name: "ManufacturerAccountId"))
687
+ ResaleAuthorizationFilters.add_member(:product_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilter, location_name: "ProductName"))
688
+ ResaleAuthorizationFilters.add_member(:manufacturer_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilter, location_name: "ManufacturerLegalName"))
689
+ ResaleAuthorizationFilters.add_member(:reseller_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilter, location_name: "ResellerAccountID"))
690
+ ResaleAuthorizationFilters.add_member(:reseller_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilter, location_name: "ResellerLegalName"))
691
+ ResaleAuthorizationFilters.add_member(:status, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilter, location_name: "Status"))
692
+ ResaleAuthorizationFilters.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilter, location_name: "OfferExtendedStatus"))
693
+ ResaleAuthorizationFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilter, location_name: "LastModifiedDate"))
694
+ ResaleAuthorizationFilters.struct_class = Types::ResaleAuthorizationFilters
695
+
696
+ ResaleAuthorizationLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: ResaleAuthorizationLastModifiedDateFilterDateRange, location_name: "DateRange"))
697
+ ResaleAuthorizationLastModifiedDateFilter.struct_class = Types::ResaleAuthorizationLastModifiedDateFilter
698
+
699
+ ResaleAuthorizationLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
700
+ ResaleAuthorizationLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
701
+ ResaleAuthorizationLastModifiedDateFilterDateRange.struct_class = Types::ResaleAuthorizationLastModifiedDateFilterDateRange
702
+
703
+ ResaleAuthorizationManufacturerAccountIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilterValueList, location_name: "ValueList"))
704
+ ResaleAuthorizationManufacturerAccountIdFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdFilterWildcard, location_name: "WildCardValue"))
705
+ ResaleAuthorizationManufacturerAccountIdFilter.struct_class = Types::ResaleAuthorizationManufacturerAccountIdFilter
706
+
707
+ ResaleAuthorizationManufacturerAccountIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdString)
708
+
709
+ ResaleAuthorizationManufacturerLegalNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilterValueList, location_name: "ValueList"))
710
+ ResaleAuthorizationManufacturerLegalNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameFilterWildcard, location_name: "WildCardValue"))
711
+ ResaleAuthorizationManufacturerLegalNameFilter.struct_class = Types::ResaleAuthorizationManufacturerLegalNameFilter
712
+
713
+ ResaleAuthorizationManufacturerLegalNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameString)
714
+
715
+ ResaleAuthorizationNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilterValueList, location_name: "ValueList"))
716
+ ResaleAuthorizationNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameFilterWildcard, location_name: "WildCardValue"))
717
+ ResaleAuthorizationNameFilter.struct_class = Types::ResaleAuthorizationNameFilter
718
+
719
+ ResaleAuthorizationNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationNameString)
720
+
721
+ ResaleAuthorizationOfferExtendedStatusFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusFilterValueList, location_name: "ValueList"))
722
+ ResaleAuthorizationOfferExtendedStatusFilter.struct_class = Types::ResaleAuthorizationOfferExtendedStatusFilter
723
+
724
+ ResaleAuthorizationOfferExtendedStatusFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusString)
725
+
726
+ ResaleAuthorizationProductIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilterValueList, location_name: "ValueList"))
727
+ ResaleAuthorizationProductIdFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdFilterWildcard, location_name: "WildCardValue"))
728
+ ResaleAuthorizationProductIdFilter.struct_class = Types::ResaleAuthorizationProductIdFilter
729
+
730
+ ResaleAuthorizationProductIdFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdString)
731
+
732
+ ResaleAuthorizationProductNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilterValueList, location_name: "ValueList"))
733
+ ResaleAuthorizationProductNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameFilterWildcard, location_name: "WildCardValue"))
734
+ ResaleAuthorizationProductNameFilter.struct_class = Types::ResaleAuthorizationProductNameFilter
735
+
736
+ ResaleAuthorizationProductNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameString)
737
+
738
+ ResaleAuthorizationResellerAccountIDFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilterValueList, location_name: "ValueList"))
739
+ ResaleAuthorizationResellerAccountIDFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDFilterWildcard, location_name: "WildCardValue"))
740
+ ResaleAuthorizationResellerAccountIDFilter.struct_class = Types::ResaleAuthorizationResellerAccountIDFilter
741
+
742
+ ResaleAuthorizationResellerAccountIDFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDString)
743
+
744
+ ResaleAuthorizationResellerLegalNameFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilterValueList, location_name: "ValueList"))
745
+ ResaleAuthorizationResellerLegalNameFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameFilterWildcard, location_name: "WildCardValue"))
746
+ ResaleAuthorizationResellerLegalNameFilter.struct_class = Types::ResaleAuthorizationResellerLegalNameFilter
747
+
748
+ ResaleAuthorizationResellerLegalNameFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameString)
749
+
750
+ ResaleAuthorizationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResaleAuthorizationSortBy, location_name: "SortBy"))
751
+ ResaleAuthorizationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
752
+ ResaleAuthorizationSort.struct_class = Types::ResaleAuthorizationSort
753
+
754
+ ResaleAuthorizationStatusFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusFilterValueList, location_name: "ValueList"))
755
+ ResaleAuthorizationStatusFilter.struct_class = Types::ResaleAuthorizationStatusFilter
756
+
757
+ ResaleAuthorizationStatusFilterValueList.member = Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusString)
758
+
759
+ ResaleAuthorizationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResaleAuthorizationNameString, location_name: "Name"))
760
+ ResaleAuthorizationSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductIdString, location_name: "ProductId"))
761
+ ResaleAuthorizationSummary.add_member(:product_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationProductNameString, location_name: "ProductName"))
762
+ ResaleAuthorizationSummary.add_member(:manufacturer_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerAccountIdString, location_name: "ManufacturerAccountId"))
763
+ ResaleAuthorizationSummary.add_member(:manufacturer_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationManufacturerLegalNameString, location_name: "ManufacturerLegalName"))
764
+ ResaleAuthorizationSummary.add_member(:reseller_account_id, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerAccountIDString, location_name: "ResellerAccountID"))
765
+ ResaleAuthorizationSummary.add_member(:reseller_legal_name, Shapes::ShapeRef.new(shape: ResaleAuthorizationResellerLegalNameString, location_name: "ResellerLegalName"))
766
+ ResaleAuthorizationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResaleAuthorizationStatusString, location_name: "Status"))
767
+ ResaleAuthorizationSummary.add_member(:offer_extended_status, Shapes::ShapeRef.new(shape: ResaleAuthorizationOfferExtendedStatusString, location_name: "OfferExtendedStatus"))
768
+ ResaleAuthorizationSummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "CreatedDate"))
769
+ ResaleAuthorizationSummary.add_member(:availability_end_date, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AvailabilityEndDate"))
770
+ ResaleAuthorizationSummary.struct_class = Types::ResaleAuthorizationSummary
771
+
245
772
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
246
773
 
247
774
  ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
@@ -253,6 +780,43 @@ module Aws::MarketplaceCatalog
253
780
  ResourceNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
254
781
  ResourceNotSupportedException.struct_class = Types::ResourceNotSupportedException
255
782
 
783
+ SaaSProductEntityIdFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductEntityIdFilterValueList, location_name: "ValueList"))
784
+ SaaSProductEntityIdFilter.struct_class = Types::SaaSProductEntityIdFilter
785
+
786
+ SaaSProductEntityIdFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductEntityIdString)
787
+
788
+ SaaSProductFilters.add_member(:entity_id, Shapes::ShapeRef.new(shape: SaaSProductEntityIdFilter, location_name: "EntityId"))
789
+ SaaSProductFilters.add_member(:product_title, Shapes::ShapeRef.new(shape: SaaSProductTitleFilter, location_name: "ProductTitle"))
790
+ SaaSProductFilters.add_member(:visibility, Shapes::ShapeRef.new(shape: SaaSProductVisibilityFilter, location_name: "Visibility"))
791
+ SaaSProductFilters.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: SaaSProductLastModifiedDateFilter, location_name: "LastModifiedDate"))
792
+ SaaSProductFilters.struct_class = Types::SaaSProductFilters
793
+
794
+ SaaSProductLastModifiedDateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: SaaSProductLastModifiedDateFilterDateRange, location_name: "DateRange"))
795
+ SaaSProductLastModifiedDateFilter.struct_class = Types::SaaSProductLastModifiedDateFilter
796
+
797
+ SaaSProductLastModifiedDateFilterDateRange.add_member(:after_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "AfterValue"))
798
+ SaaSProductLastModifiedDateFilterDateRange.add_member(:before_value, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "BeforeValue"))
799
+ SaaSProductLastModifiedDateFilterDateRange.struct_class = Types::SaaSProductLastModifiedDateFilterDateRange
800
+
801
+ SaaSProductSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SaaSProductSortBy, location_name: "SortBy"))
802
+ SaaSProductSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
803
+ SaaSProductSort.struct_class = Types::SaaSProductSort
804
+
805
+ SaaSProductSummary.add_member(:product_title, Shapes::ShapeRef.new(shape: SaaSProductTitleString, location_name: "ProductTitle"))
806
+ SaaSProductSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: SaaSProductVisibilityString, location_name: "Visibility"))
807
+ SaaSProductSummary.struct_class = Types::SaaSProductSummary
808
+
809
+ SaaSProductTitleFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductTitleFilterValueList, location_name: "ValueList"))
810
+ SaaSProductTitleFilter.add_member(:wild_card_value, Shapes::ShapeRef.new(shape: SaaSProductTitleString, location_name: "WildCardValue"))
811
+ SaaSProductTitleFilter.struct_class = Types::SaaSProductTitleFilter
812
+
813
+ SaaSProductTitleFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductTitleString)
814
+
815
+ SaaSProductVisibilityFilter.add_member(:value_list, Shapes::ShapeRef.new(shape: SaaSProductVisibilityFilterValueList, location_name: "ValueList"))
816
+ SaaSProductVisibilityFilter.struct_class = Types::SaaSProductVisibilityFilter
817
+
818
+ SaaSProductVisibilityFilterValueList.member = Shapes::ShapeRef.new(shape: SaaSProductVisibilityString)
819
+
256
820
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessageContent, location_name: "Message"))
257
821
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
258
822
 
@@ -318,6 +882,18 @@ module Aws::MarketplaceCatalog
318
882
  "uid" => "marketplace-catalog-2018-09-17",
319
883
  }
320
884
 
885
+ api.add_operation(:batch_describe_entities, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "BatchDescribeEntities"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/BatchDescribeEntities"
889
+ o.input = Shapes::ShapeRef.new(shape: BatchDescribeEntitiesRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: BatchDescribeEntitiesResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
895
+ end)
896
+
321
897
  api.add_operation(:cancel_change_set, Seahorse::Model::Operation.new.tap do |o|
322
898
  o.name = "CancelChangeSet"
323
899
  o.http_method = "PATCH"