aws-sdk-datazone 1.14.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,9 @@ module Aws::DataZone
27
27
  ActionLink = Shapes::StringShape.new(name: 'ActionLink')
28
28
  ActionParameters = Shapes::UnionShape.new(name: 'ActionParameters')
29
29
  ApplicableAssetTypes = Shapes::ListShape.new(name: 'ApplicableAssetTypes')
30
+ AssetFilterConfiguration = Shapes::UnionShape.new(name: 'AssetFilterConfiguration')
31
+ AssetFilterSummary = Shapes::StructureShape.new(name: 'AssetFilterSummary')
32
+ AssetFilters = Shapes::ListShape.new(name: 'AssetFilters')
30
33
  AssetId = Shapes::StringShape.new(name: 'AssetId')
31
34
  AssetIdentifier = Shapes::StringShape.new(name: 'AssetIdentifier')
32
35
  AssetItem = Shapes::StructureShape.new(name: 'AssetItem')
@@ -60,11 +63,15 @@ module Aws::DataZone
60
63
  ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
61
64
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
62
65
  CloudFormationProperties = Shapes::StructureShape.new(name: 'CloudFormationProperties')
66
+ ColumnFilterConfiguration = Shapes::StructureShape.new(name: 'ColumnFilterConfiguration')
67
+ ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
63
68
  ConfigurableActionParameter = Shapes::StructureShape.new(name: 'ConfigurableActionParameter')
64
69
  ConfigurableActionParameterList = Shapes::ListShape.new(name: 'ConfigurableActionParameterList')
65
70
  ConfigurableActionTypeAuthorization = Shapes::StringShape.new(name: 'ConfigurableActionTypeAuthorization')
66
71
  ConfigurableEnvironmentAction = Shapes::StructureShape.new(name: 'ConfigurableEnvironmentAction')
67
72
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
73
+ CreateAssetFilterInput = Shapes::StructureShape.new(name: 'CreateAssetFilterInput')
74
+ CreateAssetFilterOutput = Shapes::StructureShape.new(name: 'CreateAssetFilterOutput')
68
75
  CreateAssetInput = Shapes::StructureShape.new(name: 'CreateAssetInput')
69
76
  CreateAssetOutput = Shapes::StructureShape.new(name: 'CreateAssetOutput')
70
77
  CreateAssetRevisionInput = Shapes::StructureShape.new(name: 'CreateAssetRevisionInput')
@@ -113,12 +120,6 @@ module Aws::DataZone
113
120
  CustomParameterList = Shapes::ListShape.new(name: 'CustomParameterList')
114
121
  DataAssetActivityStatus = Shapes::StringShape.new(name: 'DataAssetActivityStatus')
115
122
  DataPointIdentifier = Shapes::StringShape.new(name: 'DataPointIdentifier')
116
- DataProductDescription = Shapes::StringShape.new(name: 'DataProductDescription')
117
- DataProductId = Shapes::StringShape.new(name: 'DataProductId')
118
- DataProductItem = Shapes::StructureShape.new(name: 'DataProductItem')
119
- DataProductItems = Shapes::ListShape.new(name: 'DataProductItems')
120
- DataProductName = Shapes::StringShape.new(name: 'DataProductName')
121
- DataProductSummary = Shapes::StructureShape.new(name: 'DataProductSummary')
122
123
  DataSourceConfigurationInput = Shapes::UnionShape.new(name: 'DataSourceConfigurationInput')
123
124
  DataSourceConfigurationOutput = Shapes::UnionShape.new(name: 'DataSourceConfigurationOutput')
124
125
  DataSourceErrorMessage = Shapes::StructureShape.new(name: 'DataSourceErrorMessage')
@@ -137,6 +138,7 @@ module Aws::DataZone
137
138
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
138
139
  DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
139
140
  DecisionComment = Shapes::StringShape.new(name: 'DecisionComment')
141
+ DeleteAssetFilterInput = Shapes::StructureShape.new(name: 'DeleteAssetFilterInput')
140
142
  DeleteAssetInput = Shapes::StructureShape.new(name: 'DeleteAssetInput')
141
143
  DeleteAssetOutput = Shapes::StructureShape.new(name: 'DeleteAssetOutput')
142
144
  DeleteAssetTypeInput = Shapes::StructureShape.new(name: 'DeleteAssetTypeInput')
@@ -215,6 +217,7 @@ module Aws::DataZone
215
217
  EnvironmentStatus = Shapes::StringShape.new(name: 'EnvironmentStatus')
216
218
  EnvironmentSummaries = Shapes::ListShape.new(name: 'EnvironmentSummaries')
217
219
  EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
220
+ EqualToExpression = Shapes::StructureShape.new(name: 'EqualToExpression')
218
221
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
219
222
  ExternalIdentifier = Shapes::StringShape.new(name: 'ExternalIdentifier')
220
223
  FailureCause = Shapes::StructureShape.new(name: 'FailureCause')
@@ -225,7 +228,10 @@ module Aws::DataZone
225
228
  FilterExpressionExpressionString = Shapes::StringShape.new(name: 'FilterExpressionExpressionString')
226
229
  FilterExpressionType = Shapes::StringShape.new(name: 'FilterExpressionType')
227
230
  FilterExpressions = Shapes::ListShape.new(name: 'FilterExpressions')
231
+ FilterId = Shapes::StringShape.new(name: 'FilterId')
228
232
  FilterList = Shapes::ListShape.new(name: 'FilterList')
233
+ FilterName = Shapes::StringShape.new(name: 'FilterName')
234
+ FilterStatus = Shapes::StringShape.new(name: 'FilterStatus')
229
235
  FilterValueString = Shapes::StringShape.new(name: 'FilterValueString')
230
236
  FirstName = Shapes::StringShape.new(name: 'FirstName')
231
237
  Float = Shapes::FloatShape.new(name: 'Float')
@@ -244,6 +250,8 @@ module Aws::DataZone
244
250
  Forms = Shapes::StringShape.new(name: 'Forms')
245
251
  FormsInputMap = Shapes::MapShape.new(name: 'FormsInputMap')
246
252
  FormsOutputMap = Shapes::MapShape.new(name: 'FormsOutputMap')
253
+ GetAssetFilterInput = Shapes::StructureShape.new(name: 'GetAssetFilterInput')
254
+ GetAssetFilterOutput = Shapes::StructureShape.new(name: 'GetAssetFilterOutput')
247
255
  GetAssetInput = Shapes::StructureShape.new(name: 'GetAssetInput')
248
256
  GetAssetOutput = Shapes::StructureShape.new(name: 'GetAssetOutput')
249
257
  GetAssetTypeInput = Shapes::StructureShape.new(name: 'GetAssetTypeInput')
@@ -315,6 +323,8 @@ module Aws::DataZone
315
323
  GlueSelfGrantStatusOutput = Shapes::StructureShape.new(name: 'GlueSelfGrantStatusOutput')
316
324
  GrantedEntity = Shapes::UnionShape.new(name: 'GrantedEntity')
317
325
  GrantedEntityInput = Shapes::UnionShape.new(name: 'GrantedEntityInput')
326
+ GreaterThanExpression = Shapes::StructureShape.new(name: 'GreaterThanExpression')
327
+ GreaterThanOrEqualToExpression = Shapes::StructureShape.new(name: 'GreaterThanOrEqualToExpression')
318
328
  GroupDetails = Shapes::StructureShape.new(name: 'GroupDetails')
319
329
  GroupIdentifier = Shapes::StringShape.new(name: 'GroupIdentifier')
320
330
  GroupProfileId = Shapes::StringShape.new(name: 'GroupProfileId')
@@ -327,11 +337,18 @@ module Aws::DataZone
327
337
  IamUserProfileDetails = Shapes::StructureShape.new(name: 'IamUserProfileDetails')
328
338
  Import = Shapes::StructureShape.new(name: 'Import')
329
339
  ImportList = Shapes::ListShape.new(name: 'ImportList')
340
+ InExpression = Shapes::StructureShape.new(name: 'InExpression')
330
341
  Integer = Shapes::IntegerShape.new(name: 'Integer')
331
342
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
332
343
  InventorySearchScope = Shapes::StringShape.new(name: 'InventorySearchScope')
344
+ IsNotNullExpression = Shapes::StructureShape.new(name: 'IsNotNullExpression')
345
+ IsNullExpression = Shapes::StructureShape.new(name: 'IsNullExpression')
333
346
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
347
+ LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
334
348
  LastName = Shapes::StringShape.new(name: 'LastName')
349
+ LessThanExpression = Shapes::StructureShape.new(name: 'LessThanExpression')
350
+ LessThanOrEqualToExpression = Shapes::StructureShape.new(name: 'LessThanOrEqualToExpression')
351
+ LikeExpression = Shapes::StructureShape.new(name: 'LikeExpression')
335
352
  LineageEvent = Shapes::BlobShape.new(name: 'LineageEvent')
336
353
  LineageNodeId = Shapes::StringShape.new(name: 'LineageNodeId')
337
354
  LineageNodeIdentifier = Shapes::StringShape.new(name: 'LineageNodeIdentifier')
@@ -340,6 +357,8 @@ module Aws::DataZone
340
357
  LineageNodeSummaries = Shapes::ListShape.new(name: 'LineageNodeSummaries')
341
358
  LineageNodeSummary = Shapes::StructureShape.new(name: 'LineageNodeSummary')
342
359
  LineageNodeTypeItem = Shapes::StructureShape.new(name: 'LineageNodeTypeItem')
360
+ ListAssetFiltersInput = Shapes::StructureShape.new(name: 'ListAssetFiltersInput')
361
+ ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
343
362
  ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
344
363
  ListAssetRevisionsOutput = Shapes::StructureShape.new(name: 'ListAssetRevisionsOutput')
345
364
  ListDataSourceRunActivitiesInput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesInput')
@@ -405,6 +424,9 @@ module Aws::DataZone
405
424
  MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
406
425
  Model = Shapes::UnionShape.new(name: 'Model')
407
426
  Name = Shapes::StringShape.new(name: 'Name')
427
+ NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
428
+ NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
429
+ NotLikeExpression = Shapes::StructureShape.new(name: 'NotLikeExpression')
408
430
  NotificationOutput = Shapes::StructureShape.new(name: 'NotificationOutput')
409
431
  NotificationResource = Shapes::StructureShape.new(name: 'NotificationResource')
410
432
  NotificationResourceType = Shapes::StringShape.new(name: 'NotificationResourceType')
@@ -427,6 +449,8 @@ module Aws::DataZone
427
449
  ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
428
450
  ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
429
451
  ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
452
+ ProvisioningConfiguration = Shapes::UnionShape.new(name: 'ProvisioningConfiguration')
453
+ ProvisioningConfigurationList = Shapes::ListShape.new(name: 'ProvisioningConfigurationList')
430
454
  ProvisioningProperties = Shapes::UnionShape.new(name: 'ProvisioningProperties')
431
455
  PutEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationInput')
432
456
  PutEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationOutput')
@@ -470,7 +494,13 @@ module Aws::DataZone
470
494
  RevokeSubscriptionInput = Shapes::StructureShape.new(name: 'RevokeSubscriptionInput')
471
495
  RevokeSubscriptionOutput = Shapes::StructureShape.new(name: 'RevokeSubscriptionOutput')
472
496
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
497
+ RowFilter = Shapes::UnionShape.new(name: 'RowFilter')
498
+ RowFilterConfiguration = Shapes::StructureShape.new(name: 'RowFilterConfiguration')
499
+ RowFilterExpression = Shapes::UnionShape.new(name: 'RowFilterExpression')
500
+ RowFilterList = Shapes::ListShape.new(name: 'RowFilterList')
473
501
  RunStatisticsForAssets = Shapes::StructureShape.new(name: 'RunStatisticsForAssets')
502
+ S3Location = Shapes::StringShape.new(name: 'S3Location')
503
+ S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
474
504
  ScheduleConfiguration = Shapes::StructureShape.new(name: 'ScheduleConfiguration')
475
505
  SearchGroupProfilesInput = Shapes::StructureShape.new(name: 'SearchGroupProfilesInput')
476
506
  SearchGroupProfilesOutput = Shapes::StructureShape.new(name: 'SearchGroupProfilesOutput')
@@ -513,6 +543,7 @@ module Aws::DataZone
513
543
  StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
514
544
  StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
515
545
  String = Shapes::StringShape.new(name: 'String')
546
+ StringList = Shapes::ListShape.new(name: 'StringList')
516
547
  SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
517
548
  SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
518
549
  SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
@@ -580,6 +611,8 @@ module Aws::DataZone
580
611
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
581
612
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
582
613
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
614
+ UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
615
+ UpdateAssetFilterOutput = Shapes::StructureShape.new(name: 'UpdateAssetFilterOutput')
583
616
  UpdateDataSourceInput = Shapes::StructureShape.new(name: 'UpdateDataSourceInput')
584
617
  UpdateDataSourceOutput = Shapes::StructureShape.new(name: 'UpdateDataSourceOutput')
585
618
  UpdateDomainInput = Shapes::StructureShape.new(name: 'UpdateDomainInput')
@@ -684,6 +717,28 @@ module Aws::DataZone
684
717
 
685
718
  ApplicableAssetTypes.member = Shapes::ShapeRef.new(shape: TypeName)
686
719
 
720
+ AssetFilterConfiguration.add_member(:column_configuration, Shapes::ShapeRef.new(shape: ColumnFilterConfiguration, location_name: "columnConfiguration"))
721
+ AssetFilterConfiguration.add_member(:row_configuration, Shapes::ShapeRef.new(shape: RowFilterConfiguration, location_name: "rowConfiguration"))
722
+ AssetFilterConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
723
+ AssetFilterConfiguration.add_member_subclass(:column_configuration, Types::AssetFilterConfiguration::ColumnConfiguration)
724
+ AssetFilterConfiguration.add_member_subclass(:row_configuration, Types::AssetFilterConfiguration::RowConfiguration)
725
+ AssetFilterConfiguration.add_member_subclass(:unknown, Types::AssetFilterConfiguration::Unknown)
726
+ AssetFilterConfiguration.struct_class = Types::AssetFilterConfiguration
727
+
728
+ AssetFilterSummary.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
729
+ AssetFilterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
730
+ AssetFilterSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
731
+ AssetFilterSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
732
+ AssetFilterSummary.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
733
+ AssetFilterSummary.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
734
+ AssetFilterSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
735
+ AssetFilterSummary.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
736
+ AssetFilterSummary.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
737
+ AssetFilterSummary.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
738
+ AssetFilterSummary.struct_class = Types::AssetFilterSummary
739
+
740
+ AssetFilters.member = Shapes::ShapeRef.new(shape: AssetFilterSummary)
741
+
687
742
  AssetItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetItemAdditionalAttributes, location_name: "additionalAttributes"))
688
743
  AssetItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
689
744
  AssetItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
@@ -808,6 +863,11 @@ module Aws::DataZone
808
863
  CloudFormationProperties.add_member(:template_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "templateUrl"))
809
864
  CloudFormationProperties.struct_class = Types::CloudFormationProperties
810
865
 
866
+ ColumnFilterConfiguration.add_member(:included_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "includedColumnNames"))
867
+ ColumnFilterConfiguration.struct_class = Types::ColumnFilterConfiguration
868
+
869
+ ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
870
+
811
871
  ConfigurableActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
812
872
  ConfigurableActionParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
813
873
  ConfigurableActionParameter.struct_class = Types::ConfigurableActionParameter
@@ -822,6 +882,27 @@ module Aws::DataZone
822
882
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
823
883
  ConflictException.struct_class = Types::ConflictException
824
884
 
885
+ CreateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
886
+ CreateAssetFilterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
887
+ CreateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
888
+ CreateAssetFilterInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
889
+ CreateAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
890
+ CreateAssetFilterInput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
891
+ CreateAssetFilterInput.struct_class = Types::CreateAssetFilterInput
892
+
893
+ CreateAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
894
+ CreateAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
895
+ CreateAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
896
+ CreateAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
897
+ CreateAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
898
+ CreateAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
899
+ CreateAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
900
+ CreateAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
901
+ CreateAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
902
+ CreateAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
903
+ CreateAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
904
+ CreateAssetFilterOutput.struct_class = Types::CreateAssetFilterOutput
905
+
825
906
  CreateAssetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
826
907
  CreateAssetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
827
908
  CreateAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1242,25 +1323,6 @@ module Aws::DataZone
1242
1323
 
1243
1324
  CustomParameterList.member = Shapes::ShapeRef.new(shape: CustomParameter)
1244
1325
 
1245
- DataProductItem.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
1246
- DataProductItem.add_member(:item_id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "itemId"))
1247
- DataProductItem.struct_class = Types::DataProductItem
1248
-
1249
- DataProductItems.member = Shapes::ShapeRef.new(shape: DataProductItem, deprecated: true)
1250
-
1251
- DataProductSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1252
- DataProductSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1253
- DataProductSummary.add_member(:data_product_items, Shapes::ShapeRef.new(shape: DataProductItems, deprecated: true, location_name: "dataProductItems"))
1254
- DataProductSummary.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1255
- DataProductSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1256
- DataProductSummary.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1257
- DataProductSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1258
- DataProductSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1259
- DataProductSummary.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1260
- DataProductSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
1261
- DataProductSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
1262
- DataProductSummary.struct_class = Types::DataProductSummary
1263
-
1264
1326
  DataSourceConfigurationInput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationInput, location_name: "glueRunConfiguration"))
1265
1327
  DataSourceConfigurationInput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInput, location_name: "redshiftRunConfiguration"))
1266
1328
  DataSourceConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -1328,6 +1390,11 @@ module Aws::DataZone
1328
1390
  DataSourceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
1329
1391
  DataSourceSummary.struct_class = Types::DataSourceSummary
1330
1392
 
1393
+ DeleteAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
1394
+ DeleteAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1395
+ DeleteAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
1396
+ DeleteAssetFilterInput.struct_class = Types::DeleteAssetFilterInput
1397
+
1331
1398
  DeleteAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1332
1399
  DeleteAssetInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
1333
1400
  DeleteAssetInput.struct_class = Types::DeleteAssetInput
@@ -1526,6 +1593,7 @@ module Aws::DataZone
1526
1593
  EnvironmentBlueprintConfigurationItem.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
1527
1594
  EnvironmentBlueprintConfigurationItem.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
1528
1595
  EnvironmentBlueprintConfigurationItem.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
1596
+ EnvironmentBlueprintConfigurationItem.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
1529
1597
  EnvironmentBlueprintConfigurationItem.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
1530
1598
  EnvironmentBlueprintConfigurationItem.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
1531
1599
  EnvironmentBlueprintConfigurationItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
@@ -1586,6 +1654,10 @@ module Aws::DataZone
1586
1654
  EnvironmentSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1587
1655
  EnvironmentSummary.struct_class = Types::EnvironmentSummary
1588
1656
 
1657
+ EqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
1658
+ EqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
1659
+ EqualToExpression.struct_class = Types::EqualToExpression
1660
+
1589
1661
  FailureCause.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1590
1662
  FailureCause.struct_class = Types::FailureCause
1591
1663
 
@@ -1659,6 +1731,24 @@ module Aws::DataZone
1659
1731
  FormsOutputMap.key = Shapes::ShapeRef.new(shape: FormName)
1660
1732
  FormsOutputMap.value = Shapes::ShapeRef.new(shape: FormEntryOutput)
1661
1733
 
1734
+ GetAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
1735
+ GetAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1736
+ GetAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
1737
+ GetAssetFilterInput.struct_class = Types::GetAssetFilterInput
1738
+
1739
+ GetAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
1740
+ GetAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
1741
+ GetAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1742
+ GetAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1743
+ GetAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1744
+ GetAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
1745
+ GetAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
1746
+ GetAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
1747
+ GetAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
1748
+ GetAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
1749
+ GetAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
1750
+ GetAssetFilterOutput.struct_class = Types::GetAssetFilterOutput
1751
+
1662
1752
  GetAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1663
1753
  GetAssetInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
1664
1754
  GetAssetInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
@@ -1789,6 +1879,7 @@ module Aws::DataZone
1789
1879
  GetEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
1790
1880
  GetEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
1791
1881
  GetEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
1882
+ GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
1792
1883
  GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
1793
1884
  GetEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
1794
1885
  GetEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
@@ -2154,6 +2245,14 @@ module Aws::DataZone
2154
2245
  GrantedEntityInput.add_member_subclass(:unknown, Types::GrantedEntityInput::Unknown)
2155
2246
  GrantedEntityInput.struct_class = Types::GrantedEntityInput
2156
2247
 
2248
+ GreaterThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2249
+ GreaterThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2250
+ GreaterThanExpression.struct_class = Types::GreaterThanExpression
2251
+
2252
+ GreaterThanOrEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2253
+ GreaterThanOrEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2254
+ GreaterThanOrEqualToExpression.struct_class = Types::GreaterThanOrEqualToExpression
2255
+
2157
2256
  GroupDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
2158
2257
  GroupDetails.struct_class = Types::GroupDetails
2159
2258
 
@@ -2174,9 +2273,35 @@ module Aws::DataZone
2174
2273
 
2175
2274
  ImportList.member = Shapes::ShapeRef.new(shape: Import)
2176
2275
 
2276
+ InExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2277
+ InExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
2278
+ InExpression.struct_class = Types::InExpression
2279
+
2177
2280
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
2178
2281
  InternalServerException.struct_class = Types::InternalServerException
2179
2282
 
2283
+ IsNotNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2284
+ IsNotNullExpression.struct_class = Types::IsNotNullExpression
2285
+
2286
+ IsNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2287
+ IsNullExpression.struct_class = Types::IsNullExpression
2288
+
2289
+ LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
2290
+ LakeFormationConfiguration.add_member(:location_registration_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "locationRegistrationRole"))
2291
+ LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
2292
+
2293
+ LessThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2294
+ LessThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2295
+ LessThanExpression.struct_class = Types::LessThanExpression
2296
+
2297
+ LessThanOrEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2298
+ LessThanOrEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2299
+ LessThanOrEqualToExpression.struct_class = Types::LessThanOrEqualToExpression
2300
+
2301
+ LikeExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2302
+ LikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2303
+ LikeExpression.struct_class = Types::LikeExpression
2304
+
2180
2305
  LineageNodeReference.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTimestamp"))
2181
2306
  LineageNodeReference.add_member(:id, Shapes::ShapeRef.new(shape: LineageNodeId, location_name: "id"))
2182
2307
  LineageNodeReference.struct_class = Types::LineageNodeReference
@@ -2210,6 +2335,17 @@ module Aws::DataZone
2210
2335
  LineageNodeTypeItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
2211
2336
  LineageNodeTypeItem.struct_class = Types::LineageNodeTypeItem
2212
2337
 
2338
+ ListAssetFiltersInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
2339
+ ListAssetFiltersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2340
+ ListAssetFiltersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2341
+ ListAssetFiltersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2342
+ ListAssetFiltersInput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location: "querystring", location_name: "status"))
2343
+ ListAssetFiltersInput.struct_class = Types::ListAssetFiltersInput
2344
+
2345
+ ListAssetFiltersOutput.add_member(:items, Shapes::ShapeRef.new(shape: AssetFilters, required: true, location_name: "items"))
2346
+ ListAssetFiltersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2347
+ ListAssetFiltersOutput.struct_class = Types::ListAssetFiltersOutput
2348
+
2213
2349
  ListAssetRevisionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2214
2350
  ListAssetRevisionsInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
2215
2351
  ListAssetRevisionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2525,6 +2661,18 @@ module Aws::DataZone
2525
2661
  Model.add_member_subclass(:unknown, Types::Model::Unknown)
2526
2662
  Model.struct_class = Types::Model
2527
2663
 
2664
+ NotEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2665
+ NotEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2666
+ NotEqualToExpression.struct_class = Types::NotEqualToExpression
2667
+
2668
+ NotInExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2669
+ NotInExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
2670
+ NotInExpression.struct_class = Types::NotInExpression
2671
+
2672
+ NotLikeExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2673
+ NotLikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2674
+ NotLikeExpression.struct_class = Types::NotLikeExpression
2675
+
2528
2676
  NotificationOutput.add_member(:action_link, Shapes::ShapeRef.new(shape: ActionLink, required: true, location_name: "actionLink"))
2529
2677
  NotificationOutput.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTimestamp"))
2530
2678
  NotificationOutput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainIdentifier"))
@@ -2597,6 +2745,14 @@ module Aws::DataZone
2597
2745
  ProjectSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
2598
2746
  ProjectSummary.struct_class = Types::ProjectSummary
2599
2747
 
2748
+ ProvisioningConfiguration.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "lakeFormationConfiguration"))
2749
+ ProvisioningConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2750
+ ProvisioningConfiguration.add_member_subclass(:lake_formation_configuration, Types::ProvisioningConfiguration::LakeFormationConfiguration)
2751
+ ProvisioningConfiguration.add_member_subclass(:unknown, Types::ProvisioningConfiguration::Unknown)
2752
+ ProvisioningConfiguration.struct_class = Types::ProvisioningConfiguration
2753
+
2754
+ ProvisioningConfigurationList.member = Shapes::ShapeRef.new(shape: ProvisioningConfiguration)
2755
+
2600
2756
  ProvisioningProperties.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationProperties, location_name: "cloudFormation"))
2601
2757
  ProvisioningProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2602
2758
  ProvisioningProperties.add_member_subclass(:cloud_formation, Types::ProvisioningProperties::CloudFormation)
@@ -2607,6 +2763,7 @@ module Aws::DataZone
2607
2763
  PutEnvironmentBlueprintConfigurationInput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, required: true, location_name: "enabledRegions"))
2608
2764
  PutEnvironmentBlueprintConfigurationInput.add_member(:environment_blueprint_identifier, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location: "uri", location_name: "environmentBlueprintIdentifier"))
2609
2765
  PutEnvironmentBlueprintConfigurationInput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
2766
+ PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
2610
2767
  PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
2611
2768
  PutEnvironmentBlueprintConfigurationInput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
2612
2769
  PutEnvironmentBlueprintConfigurationInput.struct_class = Types::PutEnvironmentBlueprintConfigurationInput
@@ -2616,6 +2773,7 @@ module Aws::DataZone
2616
2773
  PutEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
2617
2774
  PutEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
2618
2775
  PutEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
2776
+ PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
2619
2777
  PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
2620
2778
  PutEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
2621
2779
  PutEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
@@ -2746,6 +2904,50 @@ module Aws::DataZone
2746
2904
  RevokeSubscriptionOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
2747
2905
  RevokeSubscriptionOutput.struct_class = Types::RevokeSubscriptionOutput
2748
2906
 
2907
+ RowFilter.add_member(:and, Shapes::ShapeRef.new(shape: RowFilterList, location_name: "and"))
2908
+ RowFilter.add_member(:expression, Shapes::ShapeRef.new(shape: RowFilterExpression, location_name: "expression"))
2909
+ RowFilter.add_member(:or, Shapes::ShapeRef.new(shape: RowFilterList, location_name: "or"))
2910
+ RowFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2911
+ RowFilter.add_member_subclass(:and, Types::RowFilter::And)
2912
+ RowFilter.add_member_subclass(:expression, Types::RowFilter::Expression)
2913
+ RowFilter.add_member_subclass(:or, Types::RowFilter::Or)
2914
+ RowFilter.add_member_subclass(:unknown, Types::RowFilter::Unknown)
2915
+ RowFilter.struct_class = Types::RowFilter
2916
+
2917
+ RowFilterConfiguration.add_member(:row_filter, Shapes::ShapeRef.new(shape: RowFilter, required: true, location_name: "rowFilter"))
2918
+ RowFilterConfiguration.add_member(:sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "sensitive"))
2919
+ RowFilterConfiguration.struct_class = Types::RowFilterConfiguration
2920
+
2921
+ RowFilterExpression.add_member(:equal_to, Shapes::ShapeRef.new(shape: EqualToExpression, location_name: "equalTo"))
2922
+ RowFilterExpression.add_member(:greater_than, Shapes::ShapeRef.new(shape: GreaterThanExpression, location_name: "greaterThan"))
2923
+ RowFilterExpression.add_member(:greater_than_or_equal_to, Shapes::ShapeRef.new(shape: GreaterThanOrEqualToExpression, location_name: "greaterThanOrEqualTo"))
2924
+ RowFilterExpression.add_member(:in, Shapes::ShapeRef.new(shape: InExpression, location_name: "in"))
2925
+ RowFilterExpression.add_member(:is_not_null, Shapes::ShapeRef.new(shape: IsNotNullExpression, location_name: "isNotNull"))
2926
+ RowFilterExpression.add_member(:is_null, Shapes::ShapeRef.new(shape: IsNullExpression, location_name: "isNull"))
2927
+ RowFilterExpression.add_member(:less_than, Shapes::ShapeRef.new(shape: LessThanExpression, location_name: "lessThan"))
2928
+ RowFilterExpression.add_member(:less_than_or_equal_to, Shapes::ShapeRef.new(shape: LessThanOrEqualToExpression, location_name: "lessThanOrEqualTo"))
2929
+ RowFilterExpression.add_member(:like, Shapes::ShapeRef.new(shape: LikeExpression, location_name: "like"))
2930
+ RowFilterExpression.add_member(:not_equal_to, Shapes::ShapeRef.new(shape: NotEqualToExpression, location_name: "notEqualTo"))
2931
+ RowFilterExpression.add_member(:not_in, Shapes::ShapeRef.new(shape: NotInExpression, location_name: "notIn"))
2932
+ RowFilterExpression.add_member(:not_like, Shapes::ShapeRef.new(shape: NotLikeExpression, location_name: "notLike"))
2933
+ RowFilterExpression.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2934
+ RowFilterExpression.add_member_subclass(:equal_to, Types::RowFilterExpression::EqualTo)
2935
+ RowFilterExpression.add_member_subclass(:greater_than, Types::RowFilterExpression::GreaterThan)
2936
+ RowFilterExpression.add_member_subclass(:greater_than_or_equal_to, Types::RowFilterExpression::GreaterThanOrEqualTo)
2937
+ RowFilterExpression.add_member_subclass(:in, Types::RowFilterExpression::In)
2938
+ RowFilterExpression.add_member_subclass(:is_not_null, Types::RowFilterExpression::IsNotNull)
2939
+ RowFilterExpression.add_member_subclass(:is_null, Types::RowFilterExpression::IsNull)
2940
+ RowFilterExpression.add_member_subclass(:less_than, Types::RowFilterExpression::LessThan)
2941
+ RowFilterExpression.add_member_subclass(:less_than_or_equal_to, Types::RowFilterExpression::LessThanOrEqualTo)
2942
+ RowFilterExpression.add_member_subclass(:like, Types::RowFilterExpression::Like)
2943
+ RowFilterExpression.add_member_subclass(:not_equal_to, Types::RowFilterExpression::NotEqualTo)
2944
+ RowFilterExpression.add_member_subclass(:not_in, Types::RowFilterExpression::NotIn)
2945
+ RowFilterExpression.add_member_subclass(:not_like, Types::RowFilterExpression::NotLike)
2946
+ RowFilterExpression.add_member_subclass(:unknown, Types::RowFilterExpression::Unknown)
2947
+ RowFilterExpression.struct_class = Types::RowFilterExpression
2948
+
2949
+ RowFilterList.member = Shapes::ShapeRef.new(shape: RowFilter)
2950
+
2749
2951
  RunStatisticsForAssets.add_member(:added, Shapes::ShapeRef.new(shape: Integer, location_name: "added"))
2750
2952
  RunStatisticsForAssets.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
2751
2953
  RunStatisticsForAssets.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "skipped"))
@@ -2753,6 +2955,8 @@ module Aws::DataZone
2753
2955
  RunStatisticsForAssets.add_member(:updated, Shapes::ShapeRef.new(shape: Integer, location_name: "updated"))
2754
2956
  RunStatisticsForAssets.struct_class = Types::RunStatisticsForAssets
2755
2957
 
2958
+ S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
2959
+
2756
2960
  ScheduleConfiguration.add_member(:schedule, Shapes::ShapeRef.new(shape: CronString, location_name: "schedule"))
2757
2961
  ScheduleConfiguration.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
2758
2962
  ScheduleConfiguration.struct_class = Types::ScheduleConfiguration
@@ -2786,12 +2990,10 @@ module Aws::DataZone
2786
2990
  SearchInput.struct_class = Types::SearchInput
2787
2991
 
2788
2992
  SearchInventoryResultItem.add_member(:asset_item, Shapes::ShapeRef.new(shape: AssetItem, location_name: "assetItem"))
2789
- SearchInventoryResultItem.add_member(:data_product_item, Shapes::ShapeRef.new(shape: DataProductSummary, deprecated: true, location_name: "dataProductItem", metadata: {"deprecatedMessage"=>"This field is deprecated."}))
2790
2993
  SearchInventoryResultItem.add_member(:glossary_item, Shapes::ShapeRef.new(shape: GlossaryItem, location_name: "glossaryItem"))
2791
2994
  SearchInventoryResultItem.add_member(:glossary_term_item, Shapes::ShapeRef.new(shape: GlossaryTermItem, location_name: "glossaryTermItem"))
2792
2995
  SearchInventoryResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2793
2996
  SearchInventoryResultItem.add_member_subclass(:asset_item, Types::SearchInventoryResultItem::AssetItem)
2794
- SearchInventoryResultItem.add_member_subclass(:data_product_item, Types::SearchInventoryResultItem::DataProductItem)
2795
2997
  SearchInventoryResultItem.add_member_subclass(:glossary_item, Types::SearchInventoryResultItem::GlossaryItem)
2796
2998
  SearchInventoryResultItem.add_member_subclass(:glossary_term_item, Types::SearchInventoryResultItem::GlossaryTermItem)
2797
2999
  SearchInventoryResultItem.add_member_subclass(:unknown, Types::SearchInventoryResultItem::Unknown)
@@ -2936,6 +3138,8 @@ module Aws::DataZone
2936
3138
  StartMetadataGenerationRunOutput.add_member(:type, Shapes::ShapeRef.new(shape: MetadataGenerationRunType, location_name: "type"))
2937
3139
  StartMetadataGenerationRunOutput.struct_class = Types::StartMetadataGenerationRunOutput
2938
3140
 
3141
+ StringList.member = Shapes::ShapeRef.new(shape: String)
3142
+
2939
3143
  SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
2940
3144
  SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
2941
3145
  SubscribedAsset.add_member(:failure_cause, Shapes::ShapeRef.new(shape: FailureCause, location_name: "failureCause"))
@@ -3135,6 +3339,27 @@ module Aws::DataZone
3135
3339
 
3136
3340
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
3137
3341
 
3342
+ UpdateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
3343
+ UpdateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, location_name: "configuration"))
3344
+ UpdateAssetFilterInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3345
+ UpdateAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3346
+ UpdateAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
3347
+ UpdateAssetFilterInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3348
+ UpdateAssetFilterInput.struct_class = Types::UpdateAssetFilterInput
3349
+
3350
+ UpdateAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
3351
+ UpdateAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
3352
+ UpdateAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
3353
+ UpdateAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3354
+ UpdateAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3355
+ UpdateAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
3356
+ UpdateAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
3357
+ UpdateAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
3358
+ UpdateAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
3359
+ UpdateAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
3360
+ UpdateAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
3361
+ UpdateAssetFilterOutput.struct_class = Types::UpdateAssetFilterOutput
3362
+
3138
3363
  UpdateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
3139
3364
  UpdateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
3140
3365
  UpdateDataSourceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -3540,6 +3765,22 @@ module Aws::DataZone
3540
3765
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3541
3766
  end)
3542
3767
 
3768
+ api.add_operation(:create_asset_filter, Seahorse::Model::Operation.new.tap do |o|
3769
+ o.name = "CreateAssetFilter"
3770
+ o.http_method = "POST"
3771
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters"
3772
+ o.input = Shapes::ShapeRef.new(shape: CreateAssetFilterInput)
3773
+ o.output = Shapes::ShapeRef.new(shape: CreateAssetFilterOutput)
3774
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3775
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3776
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3777
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3778
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3779
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3780
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3781
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3782
+ end)
3783
+
3543
3784
  api.add_operation(:create_asset_revision, Seahorse::Model::Operation.new.tap do |o|
3544
3785
  o.name = "CreateAssetRevision"
3545
3786
  o.http_method = "POST"
@@ -3827,6 +4068,21 @@ module Aws::DataZone
3827
4068
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3828
4069
  end)
3829
4070
 
4071
+ api.add_operation(:delete_asset_filter, Seahorse::Model::Operation.new.tap do |o|
4072
+ o.name = "DeleteAssetFilter"
4073
+ o.http_method = "DELETE"
4074
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
4075
+ o.input = Shapes::ShapeRef.new(shape: DeleteAssetFilterInput)
4076
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4077
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4078
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4079
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4080
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4081
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4082
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4083
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4084
+ end)
4085
+
3830
4086
  api.add_operation(:delete_asset_type, Seahorse::Model::Operation.new.tap do |o|
3831
4087
  o.name = "DeleteAssetType"
3832
4088
  o.http_method = "DELETE"
@@ -4106,6 +4362,20 @@ module Aws::DataZone
4106
4362
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4107
4363
  end)
4108
4364
 
4365
+ api.add_operation(:get_asset_filter, Seahorse::Model::Operation.new.tap do |o|
4366
+ o.name = "GetAssetFilter"
4367
+ o.http_method = "GET"
4368
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
4369
+ o.input = Shapes::ShapeRef.new(shape: GetAssetFilterInput)
4370
+ o.output = Shapes::ShapeRef.new(shape: GetAssetFilterOutput)
4371
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4372
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4373
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4374
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4375
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4376
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4377
+ end)
4378
+
4109
4379
  api.add_operation(:get_asset_type, Seahorse::Model::Operation.new.tap do |o|
4110
4380
  o.name = "GetAssetType"
4111
4381
  o.http_method = "GET"
@@ -4448,6 +4718,26 @@ module Aws::DataZone
4448
4718
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4449
4719
  end)
4450
4720
 
4721
+ api.add_operation(:list_asset_filters, Seahorse::Model::Operation.new.tap do |o|
4722
+ o.name = "ListAssetFilters"
4723
+ o.http_method = "GET"
4724
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters"
4725
+ o.input = Shapes::ShapeRef.new(shape: ListAssetFiltersInput)
4726
+ o.output = Shapes::ShapeRef.new(shape: ListAssetFiltersOutput)
4727
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4729
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4730
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4731
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4732
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4733
+ o[:pager] = Aws::Pager.new(
4734
+ limit_key: "max_results",
4735
+ tokens: {
4736
+ "next_token" => "next_token"
4737
+ }
4738
+ )
4739
+ end)
4740
+
4451
4741
  api.add_operation(:list_asset_revisions, Seahorse::Model::Operation.new.tap do |o|
4452
4742
  o.name = "ListAssetRevisions"
4453
4743
  o.http_method = "GET"
@@ -5114,6 +5404,21 @@ module Aws::DataZone
5114
5404
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5115
5405
  end)
5116
5406
 
5407
+ api.add_operation(:update_asset_filter, Seahorse::Model::Operation.new.tap do |o|
5408
+ o.name = "UpdateAssetFilter"
5409
+ o.http_method = "PATCH"
5410
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
5411
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssetFilterInput)
5412
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssetFilterOutput)
5413
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5414
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5415
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5416
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5417
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5418
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5419
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5420
+ end)
5421
+
5117
5422
  api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
5118
5423
  o.name = "UpdateDataSource"
5119
5424
  o.http_method = "PATCH"