aws-sdk-datazone 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +547 -1
- data/lib/aws-sdk-datazone/client_api.rb +332 -0
- data/lib/aws-sdk-datazone/endpoints.rb +65 -0
- data/lib/aws-sdk-datazone/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-datazone/types.rb +920 -18
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +231 -0
- data/sig/types.rbs +285 -0
- metadata +2 -2
@@ -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')
|
@@ -137,6 +144,7 @@ module Aws::DataZone
|
|
137
144
|
DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
|
138
145
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
139
146
|
DecisionComment = Shapes::StringShape.new(name: 'DecisionComment')
|
147
|
+
DeleteAssetFilterInput = Shapes::StructureShape.new(name: 'DeleteAssetFilterInput')
|
140
148
|
DeleteAssetInput = Shapes::StructureShape.new(name: 'DeleteAssetInput')
|
141
149
|
DeleteAssetOutput = Shapes::StructureShape.new(name: 'DeleteAssetOutput')
|
142
150
|
DeleteAssetTypeInput = Shapes::StructureShape.new(name: 'DeleteAssetTypeInput')
|
@@ -215,6 +223,7 @@ module Aws::DataZone
|
|
215
223
|
EnvironmentStatus = Shapes::StringShape.new(name: 'EnvironmentStatus')
|
216
224
|
EnvironmentSummaries = Shapes::ListShape.new(name: 'EnvironmentSummaries')
|
217
225
|
EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
|
226
|
+
EqualToExpression = Shapes::StructureShape.new(name: 'EqualToExpression')
|
218
227
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
219
228
|
ExternalIdentifier = Shapes::StringShape.new(name: 'ExternalIdentifier')
|
220
229
|
FailureCause = Shapes::StructureShape.new(name: 'FailureCause')
|
@@ -225,7 +234,10 @@ module Aws::DataZone
|
|
225
234
|
FilterExpressionExpressionString = Shapes::StringShape.new(name: 'FilterExpressionExpressionString')
|
226
235
|
FilterExpressionType = Shapes::StringShape.new(name: 'FilterExpressionType')
|
227
236
|
FilterExpressions = Shapes::ListShape.new(name: 'FilterExpressions')
|
237
|
+
FilterId = Shapes::StringShape.new(name: 'FilterId')
|
228
238
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
239
|
+
FilterName = Shapes::StringShape.new(name: 'FilterName')
|
240
|
+
FilterStatus = Shapes::StringShape.new(name: 'FilterStatus')
|
229
241
|
FilterValueString = Shapes::StringShape.new(name: 'FilterValueString')
|
230
242
|
FirstName = Shapes::StringShape.new(name: 'FirstName')
|
231
243
|
Float = Shapes::FloatShape.new(name: 'Float')
|
@@ -244,6 +256,8 @@ module Aws::DataZone
|
|
244
256
|
Forms = Shapes::StringShape.new(name: 'Forms')
|
245
257
|
FormsInputMap = Shapes::MapShape.new(name: 'FormsInputMap')
|
246
258
|
FormsOutputMap = Shapes::MapShape.new(name: 'FormsOutputMap')
|
259
|
+
GetAssetFilterInput = Shapes::StructureShape.new(name: 'GetAssetFilterInput')
|
260
|
+
GetAssetFilterOutput = Shapes::StructureShape.new(name: 'GetAssetFilterOutput')
|
247
261
|
GetAssetInput = Shapes::StructureShape.new(name: 'GetAssetInput')
|
248
262
|
GetAssetOutput = Shapes::StructureShape.new(name: 'GetAssetOutput')
|
249
263
|
GetAssetTypeInput = Shapes::StructureShape.new(name: 'GetAssetTypeInput')
|
@@ -315,6 +329,8 @@ module Aws::DataZone
|
|
315
329
|
GlueSelfGrantStatusOutput = Shapes::StructureShape.new(name: 'GlueSelfGrantStatusOutput')
|
316
330
|
GrantedEntity = Shapes::UnionShape.new(name: 'GrantedEntity')
|
317
331
|
GrantedEntityInput = Shapes::UnionShape.new(name: 'GrantedEntityInput')
|
332
|
+
GreaterThanExpression = Shapes::StructureShape.new(name: 'GreaterThanExpression')
|
333
|
+
GreaterThanOrEqualToExpression = Shapes::StructureShape.new(name: 'GreaterThanOrEqualToExpression')
|
318
334
|
GroupDetails = Shapes::StructureShape.new(name: 'GroupDetails')
|
319
335
|
GroupIdentifier = Shapes::StringShape.new(name: 'GroupIdentifier')
|
320
336
|
GroupProfileId = Shapes::StringShape.new(name: 'GroupProfileId')
|
@@ -327,11 +343,18 @@ module Aws::DataZone
|
|
327
343
|
IamUserProfileDetails = Shapes::StructureShape.new(name: 'IamUserProfileDetails')
|
328
344
|
Import = Shapes::StructureShape.new(name: 'Import')
|
329
345
|
ImportList = Shapes::ListShape.new(name: 'ImportList')
|
346
|
+
InExpression = Shapes::StructureShape.new(name: 'InExpression')
|
330
347
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
331
348
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
332
349
|
InventorySearchScope = Shapes::StringShape.new(name: 'InventorySearchScope')
|
350
|
+
IsNotNullExpression = Shapes::StructureShape.new(name: 'IsNotNullExpression')
|
351
|
+
IsNullExpression = Shapes::StructureShape.new(name: 'IsNullExpression')
|
333
352
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
353
|
+
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
334
354
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
355
|
+
LessThanExpression = Shapes::StructureShape.new(name: 'LessThanExpression')
|
356
|
+
LessThanOrEqualToExpression = Shapes::StructureShape.new(name: 'LessThanOrEqualToExpression')
|
357
|
+
LikeExpression = Shapes::StructureShape.new(name: 'LikeExpression')
|
335
358
|
LineageEvent = Shapes::BlobShape.new(name: 'LineageEvent')
|
336
359
|
LineageNodeId = Shapes::StringShape.new(name: 'LineageNodeId')
|
337
360
|
LineageNodeIdentifier = Shapes::StringShape.new(name: 'LineageNodeIdentifier')
|
@@ -340,6 +363,8 @@ module Aws::DataZone
|
|
340
363
|
LineageNodeSummaries = Shapes::ListShape.new(name: 'LineageNodeSummaries')
|
341
364
|
LineageNodeSummary = Shapes::StructureShape.new(name: 'LineageNodeSummary')
|
342
365
|
LineageNodeTypeItem = Shapes::StructureShape.new(name: 'LineageNodeTypeItem')
|
366
|
+
ListAssetFiltersInput = Shapes::StructureShape.new(name: 'ListAssetFiltersInput')
|
367
|
+
ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
|
343
368
|
ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
|
344
369
|
ListAssetRevisionsOutput = Shapes::StructureShape.new(name: 'ListAssetRevisionsOutput')
|
345
370
|
ListDataSourceRunActivitiesInput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesInput')
|
@@ -405,6 +430,9 @@ module Aws::DataZone
|
|
405
430
|
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
406
431
|
Model = Shapes::UnionShape.new(name: 'Model')
|
407
432
|
Name = Shapes::StringShape.new(name: 'Name')
|
433
|
+
NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
|
434
|
+
NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
|
435
|
+
NotLikeExpression = Shapes::StructureShape.new(name: 'NotLikeExpression')
|
408
436
|
NotificationOutput = Shapes::StructureShape.new(name: 'NotificationOutput')
|
409
437
|
NotificationResource = Shapes::StructureShape.new(name: 'NotificationResource')
|
410
438
|
NotificationResourceType = Shapes::StringShape.new(name: 'NotificationResourceType')
|
@@ -427,6 +455,8 @@ module Aws::DataZone
|
|
427
455
|
ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
|
428
456
|
ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
|
429
457
|
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
458
|
+
ProvisioningConfiguration = Shapes::UnionShape.new(name: 'ProvisioningConfiguration')
|
459
|
+
ProvisioningConfigurationList = Shapes::ListShape.new(name: 'ProvisioningConfigurationList')
|
430
460
|
ProvisioningProperties = Shapes::UnionShape.new(name: 'ProvisioningProperties')
|
431
461
|
PutEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationInput')
|
432
462
|
PutEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationOutput')
|
@@ -470,7 +500,13 @@ module Aws::DataZone
|
|
470
500
|
RevokeSubscriptionInput = Shapes::StructureShape.new(name: 'RevokeSubscriptionInput')
|
471
501
|
RevokeSubscriptionOutput = Shapes::StructureShape.new(name: 'RevokeSubscriptionOutput')
|
472
502
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
503
|
+
RowFilter = Shapes::UnionShape.new(name: 'RowFilter')
|
504
|
+
RowFilterConfiguration = Shapes::StructureShape.new(name: 'RowFilterConfiguration')
|
505
|
+
RowFilterExpression = Shapes::UnionShape.new(name: 'RowFilterExpression')
|
506
|
+
RowFilterList = Shapes::ListShape.new(name: 'RowFilterList')
|
473
507
|
RunStatisticsForAssets = Shapes::StructureShape.new(name: 'RunStatisticsForAssets')
|
508
|
+
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
509
|
+
S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
|
474
510
|
ScheduleConfiguration = Shapes::StructureShape.new(name: 'ScheduleConfiguration')
|
475
511
|
SearchGroupProfilesInput = Shapes::StructureShape.new(name: 'SearchGroupProfilesInput')
|
476
512
|
SearchGroupProfilesOutput = Shapes::StructureShape.new(name: 'SearchGroupProfilesOutput')
|
@@ -513,6 +549,7 @@ module Aws::DataZone
|
|
513
549
|
StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
|
514
550
|
StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
|
515
551
|
String = Shapes::StringShape.new(name: 'String')
|
552
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
516
553
|
SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
|
517
554
|
SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
|
518
555
|
SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
|
@@ -580,6 +617,8 @@ module Aws::DataZone
|
|
580
617
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
581
618
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
582
619
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
620
|
+
UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
|
621
|
+
UpdateAssetFilterOutput = Shapes::StructureShape.new(name: 'UpdateAssetFilterOutput')
|
583
622
|
UpdateDataSourceInput = Shapes::StructureShape.new(name: 'UpdateDataSourceInput')
|
584
623
|
UpdateDataSourceOutput = Shapes::StructureShape.new(name: 'UpdateDataSourceOutput')
|
585
624
|
UpdateDomainInput = Shapes::StructureShape.new(name: 'UpdateDomainInput')
|
@@ -684,6 +723,28 @@ module Aws::DataZone
|
|
684
723
|
|
685
724
|
ApplicableAssetTypes.member = Shapes::ShapeRef.new(shape: TypeName)
|
686
725
|
|
726
|
+
AssetFilterConfiguration.add_member(:column_configuration, Shapes::ShapeRef.new(shape: ColumnFilterConfiguration, location_name: "columnConfiguration"))
|
727
|
+
AssetFilterConfiguration.add_member(:row_configuration, Shapes::ShapeRef.new(shape: RowFilterConfiguration, location_name: "rowConfiguration"))
|
728
|
+
AssetFilterConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
729
|
+
AssetFilterConfiguration.add_member_subclass(:column_configuration, Types::AssetFilterConfiguration::ColumnConfiguration)
|
730
|
+
AssetFilterConfiguration.add_member_subclass(:row_configuration, Types::AssetFilterConfiguration::RowConfiguration)
|
731
|
+
AssetFilterConfiguration.add_member_subclass(:unknown, Types::AssetFilterConfiguration::Unknown)
|
732
|
+
AssetFilterConfiguration.struct_class = Types::AssetFilterConfiguration
|
733
|
+
|
734
|
+
AssetFilterSummary.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
735
|
+
AssetFilterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
736
|
+
AssetFilterSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
737
|
+
AssetFilterSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
738
|
+
AssetFilterSummary.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
|
739
|
+
AssetFilterSummary.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
|
740
|
+
AssetFilterSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
741
|
+
AssetFilterSummary.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
|
742
|
+
AssetFilterSummary.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
743
|
+
AssetFilterSummary.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
|
744
|
+
AssetFilterSummary.struct_class = Types::AssetFilterSummary
|
745
|
+
|
746
|
+
AssetFilters.member = Shapes::ShapeRef.new(shape: AssetFilterSummary)
|
747
|
+
|
687
748
|
AssetItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetItemAdditionalAttributes, location_name: "additionalAttributes"))
|
688
749
|
AssetItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
689
750
|
AssetItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
@@ -808,6 +869,11 @@ module Aws::DataZone
|
|
808
869
|
CloudFormationProperties.add_member(:template_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "templateUrl"))
|
809
870
|
CloudFormationProperties.struct_class = Types::CloudFormationProperties
|
810
871
|
|
872
|
+
ColumnFilterConfiguration.add_member(:included_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "includedColumnNames"))
|
873
|
+
ColumnFilterConfiguration.struct_class = Types::ColumnFilterConfiguration
|
874
|
+
|
875
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
876
|
+
|
811
877
|
ConfigurableActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
812
878
|
ConfigurableActionParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
813
879
|
ConfigurableActionParameter.struct_class = Types::ConfigurableActionParameter
|
@@ -822,6 +888,27 @@ module Aws::DataZone
|
|
822
888
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
823
889
|
ConflictException.struct_class = Types::ConflictException
|
824
890
|
|
891
|
+
CreateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
892
|
+
CreateAssetFilterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
893
|
+
CreateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
|
894
|
+
CreateAssetFilterInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
895
|
+
CreateAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
896
|
+
CreateAssetFilterInput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
897
|
+
CreateAssetFilterInput.struct_class = Types::CreateAssetFilterInput
|
898
|
+
|
899
|
+
CreateAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
900
|
+
CreateAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
|
901
|
+
CreateAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
902
|
+
CreateAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
903
|
+
CreateAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
904
|
+
CreateAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
|
905
|
+
CreateAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
|
906
|
+
CreateAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
907
|
+
CreateAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
|
908
|
+
CreateAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
909
|
+
CreateAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
|
910
|
+
CreateAssetFilterOutput.struct_class = Types::CreateAssetFilterOutput
|
911
|
+
|
825
912
|
CreateAssetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
826
913
|
CreateAssetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
827
914
|
CreateAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1328,6 +1415,11 @@ module Aws::DataZone
|
|
1328
1415
|
DataSourceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
1329
1416
|
DataSourceSummary.struct_class = Types::DataSourceSummary
|
1330
1417
|
|
1418
|
+
DeleteAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
1419
|
+
DeleteAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1420
|
+
DeleteAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
|
1421
|
+
DeleteAssetFilterInput.struct_class = Types::DeleteAssetFilterInput
|
1422
|
+
|
1331
1423
|
DeleteAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1332
1424
|
DeleteAssetInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
|
1333
1425
|
DeleteAssetInput.struct_class = Types::DeleteAssetInput
|
@@ -1526,6 +1618,7 @@ module Aws::DataZone
|
|
1526
1618
|
EnvironmentBlueprintConfigurationItem.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
1527
1619
|
EnvironmentBlueprintConfigurationItem.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
|
1528
1620
|
EnvironmentBlueprintConfigurationItem.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
1621
|
+
EnvironmentBlueprintConfigurationItem.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
1529
1622
|
EnvironmentBlueprintConfigurationItem.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
|
1530
1623
|
EnvironmentBlueprintConfigurationItem.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
1531
1624
|
EnvironmentBlueprintConfigurationItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
@@ -1586,6 +1679,10 @@ module Aws::DataZone
|
|
1586
1679
|
EnvironmentSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
1587
1680
|
EnvironmentSummary.struct_class = Types::EnvironmentSummary
|
1588
1681
|
|
1682
|
+
EqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
1683
|
+
EqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
1684
|
+
EqualToExpression.struct_class = Types::EqualToExpression
|
1685
|
+
|
1589
1686
|
FailureCause.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1590
1687
|
FailureCause.struct_class = Types::FailureCause
|
1591
1688
|
|
@@ -1659,6 +1756,24 @@ module Aws::DataZone
|
|
1659
1756
|
FormsOutputMap.key = Shapes::ShapeRef.new(shape: FormName)
|
1660
1757
|
FormsOutputMap.value = Shapes::ShapeRef.new(shape: FormEntryOutput)
|
1661
1758
|
|
1759
|
+
GetAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
1760
|
+
GetAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1761
|
+
GetAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
|
1762
|
+
GetAssetFilterInput.struct_class = Types::GetAssetFilterInput
|
1763
|
+
|
1764
|
+
GetAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
1765
|
+
GetAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
|
1766
|
+
GetAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1767
|
+
GetAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1768
|
+
GetAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
1769
|
+
GetAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
|
1770
|
+
GetAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
|
1771
|
+
GetAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
1772
|
+
GetAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
|
1773
|
+
GetAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
1774
|
+
GetAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
|
1775
|
+
GetAssetFilterOutput.struct_class = Types::GetAssetFilterOutput
|
1776
|
+
|
1662
1777
|
GetAssetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1663
1778
|
GetAssetInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
|
1664
1779
|
GetAssetInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
|
@@ -1789,6 +1904,7 @@ module Aws::DataZone
|
|
1789
1904
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
1790
1905
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
|
1791
1906
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
1907
|
+
GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
1792
1908
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
|
1793
1909
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
1794
1910
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
@@ -2154,6 +2270,14 @@ module Aws::DataZone
|
|
2154
2270
|
GrantedEntityInput.add_member_subclass(:unknown, Types::GrantedEntityInput::Unknown)
|
2155
2271
|
GrantedEntityInput.struct_class = Types::GrantedEntityInput
|
2156
2272
|
|
2273
|
+
GreaterThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2274
|
+
GreaterThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2275
|
+
GreaterThanExpression.struct_class = Types::GreaterThanExpression
|
2276
|
+
|
2277
|
+
GreaterThanOrEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2278
|
+
GreaterThanOrEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2279
|
+
GreaterThanOrEqualToExpression.struct_class = Types::GreaterThanOrEqualToExpression
|
2280
|
+
|
2157
2281
|
GroupDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
|
2158
2282
|
GroupDetails.struct_class = Types::GroupDetails
|
2159
2283
|
|
@@ -2174,9 +2298,35 @@ module Aws::DataZone
|
|
2174
2298
|
|
2175
2299
|
ImportList.member = Shapes::ShapeRef.new(shape: Import)
|
2176
2300
|
|
2301
|
+
InExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2302
|
+
InExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
|
2303
|
+
InExpression.struct_class = Types::InExpression
|
2304
|
+
|
2177
2305
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
2178
2306
|
InternalServerException.struct_class = Types::InternalServerException
|
2179
2307
|
|
2308
|
+
IsNotNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2309
|
+
IsNotNullExpression.struct_class = Types::IsNotNullExpression
|
2310
|
+
|
2311
|
+
IsNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2312
|
+
IsNullExpression.struct_class = Types::IsNullExpression
|
2313
|
+
|
2314
|
+
LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
|
2315
|
+
LakeFormationConfiguration.add_member(:location_registration_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "locationRegistrationRole"))
|
2316
|
+
LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
|
2317
|
+
|
2318
|
+
LessThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2319
|
+
LessThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2320
|
+
LessThanExpression.struct_class = Types::LessThanExpression
|
2321
|
+
|
2322
|
+
LessThanOrEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2323
|
+
LessThanOrEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2324
|
+
LessThanOrEqualToExpression.struct_class = Types::LessThanOrEqualToExpression
|
2325
|
+
|
2326
|
+
LikeExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2327
|
+
LikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2328
|
+
LikeExpression.struct_class = Types::LikeExpression
|
2329
|
+
|
2180
2330
|
LineageNodeReference.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTimestamp"))
|
2181
2331
|
LineageNodeReference.add_member(:id, Shapes::ShapeRef.new(shape: LineageNodeId, location_name: "id"))
|
2182
2332
|
LineageNodeReference.struct_class = Types::LineageNodeReference
|
@@ -2210,6 +2360,17 @@ module Aws::DataZone
|
|
2210
2360
|
LineageNodeTypeItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2211
2361
|
LineageNodeTypeItem.struct_class = Types::LineageNodeTypeItem
|
2212
2362
|
|
2363
|
+
ListAssetFiltersInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
2364
|
+
ListAssetFiltersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2365
|
+
ListAssetFiltersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2366
|
+
ListAssetFiltersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
2367
|
+
ListAssetFiltersInput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location: "querystring", location_name: "status"))
|
2368
|
+
ListAssetFiltersInput.struct_class = Types::ListAssetFiltersInput
|
2369
|
+
|
2370
|
+
ListAssetFiltersOutput.add_member(:items, Shapes::ShapeRef.new(shape: AssetFilters, required: true, location_name: "items"))
|
2371
|
+
ListAssetFiltersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2372
|
+
ListAssetFiltersOutput.struct_class = Types::ListAssetFiltersOutput
|
2373
|
+
|
2213
2374
|
ListAssetRevisionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2214
2375
|
ListAssetRevisionsInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location: "uri", location_name: "identifier"))
|
2215
2376
|
ListAssetRevisionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -2525,6 +2686,18 @@ module Aws::DataZone
|
|
2525
2686
|
Model.add_member_subclass(:unknown, Types::Model::Unknown)
|
2526
2687
|
Model.struct_class = Types::Model
|
2527
2688
|
|
2689
|
+
NotEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2690
|
+
NotEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2691
|
+
NotEqualToExpression.struct_class = Types::NotEqualToExpression
|
2692
|
+
|
2693
|
+
NotInExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2694
|
+
NotInExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
|
2695
|
+
NotInExpression.struct_class = Types::NotInExpression
|
2696
|
+
|
2697
|
+
NotLikeExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2698
|
+
NotLikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
2699
|
+
NotLikeExpression.struct_class = Types::NotLikeExpression
|
2700
|
+
|
2528
2701
|
NotificationOutput.add_member(:action_link, Shapes::ShapeRef.new(shape: ActionLink, required: true, location_name: "actionLink"))
|
2529
2702
|
NotificationOutput.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTimestamp"))
|
2530
2703
|
NotificationOutput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainIdentifier"))
|
@@ -2597,6 +2770,14 @@ module Aws::DataZone
|
|
2597
2770
|
ProjectSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
2598
2771
|
ProjectSummary.struct_class = Types::ProjectSummary
|
2599
2772
|
|
2773
|
+
ProvisioningConfiguration.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "lakeFormationConfiguration"))
|
2774
|
+
ProvisioningConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2775
|
+
ProvisioningConfiguration.add_member_subclass(:lake_formation_configuration, Types::ProvisioningConfiguration::LakeFormationConfiguration)
|
2776
|
+
ProvisioningConfiguration.add_member_subclass(:unknown, Types::ProvisioningConfiguration::Unknown)
|
2777
|
+
ProvisioningConfiguration.struct_class = Types::ProvisioningConfiguration
|
2778
|
+
|
2779
|
+
ProvisioningConfigurationList.member = Shapes::ShapeRef.new(shape: ProvisioningConfiguration)
|
2780
|
+
|
2600
2781
|
ProvisioningProperties.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationProperties, location_name: "cloudFormation"))
|
2601
2782
|
ProvisioningProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2602
2783
|
ProvisioningProperties.add_member_subclass(:cloud_formation, Types::ProvisioningProperties::CloudFormation)
|
@@ -2607,6 +2788,7 @@ module Aws::DataZone
|
|
2607
2788
|
PutEnvironmentBlueprintConfigurationInput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, required: true, location_name: "enabledRegions"))
|
2608
2789
|
PutEnvironmentBlueprintConfigurationInput.add_member(:environment_blueprint_identifier, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location: "uri", location_name: "environmentBlueprintIdentifier"))
|
2609
2790
|
PutEnvironmentBlueprintConfigurationInput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
2791
|
+
PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
2610
2792
|
PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
|
2611
2793
|
PutEnvironmentBlueprintConfigurationInput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
2612
2794
|
PutEnvironmentBlueprintConfigurationInput.struct_class = Types::PutEnvironmentBlueprintConfigurationInput
|
@@ -2616,6 +2798,7 @@ module Aws::DataZone
|
|
2616
2798
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
2617
2799
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
|
2618
2800
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
2801
|
+
PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
2619
2802
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
|
2620
2803
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
2621
2804
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
@@ -2746,6 +2929,50 @@ module Aws::DataZone
|
|
2746
2929
|
RevokeSubscriptionOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2747
2930
|
RevokeSubscriptionOutput.struct_class = Types::RevokeSubscriptionOutput
|
2748
2931
|
|
2932
|
+
RowFilter.add_member(:and, Shapes::ShapeRef.new(shape: RowFilterList, location_name: "and"))
|
2933
|
+
RowFilter.add_member(:expression, Shapes::ShapeRef.new(shape: RowFilterExpression, location_name: "expression"))
|
2934
|
+
RowFilter.add_member(:or, Shapes::ShapeRef.new(shape: RowFilterList, location_name: "or"))
|
2935
|
+
RowFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2936
|
+
RowFilter.add_member_subclass(:and, Types::RowFilter::And)
|
2937
|
+
RowFilter.add_member_subclass(:expression, Types::RowFilter::Expression)
|
2938
|
+
RowFilter.add_member_subclass(:or, Types::RowFilter::Or)
|
2939
|
+
RowFilter.add_member_subclass(:unknown, Types::RowFilter::Unknown)
|
2940
|
+
RowFilter.struct_class = Types::RowFilter
|
2941
|
+
|
2942
|
+
RowFilterConfiguration.add_member(:row_filter, Shapes::ShapeRef.new(shape: RowFilter, required: true, location_name: "rowFilter"))
|
2943
|
+
RowFilterConfiguration.add_member(:sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "sensitive"))
|
2944
|
+
RowFilterConfiguration.struct_class = Types::RowFilterConfiguration
|
2945
|
+
|
2946
|
+
RowFilterExpression.add_member(:equal_to, Shapes::ShapeRef.new(shape: EqualToExpression, location_name: "equalTo"))
|
2947
|
+
RowFilterExpression.add_member(:greater_than, Shapes::ShapeRef.new(shape: GreaterThanExpression, location_name: "greaterThan"))
|
2948
|
+
RowFilterExpression.add_member(:greater_than_or_equal_to, Shapes::ShapeRef.new(shape: GreaterThanOrEqualToExpression, location_name: "greaterThanOrEqualTo"))
|
2949
|
+
RowFilterExpression.add_member(:in, Shapes::ShapeRef.new(shape: InExpression, location_name: "in"))
|
2950
|
+
RowFilterExpression.add_member(:is_not_null, Shapes::ShapeRef.new(shape: IsNotNullExpression, location_name: "isNotNull"))
|
2951
|
+
RowFilterExpression.add_member(:is_null, Shapes::ShapeRef.new(shape: IsNullExpression, location_name: "isNull"))
|
2952
|
+
RowFilterExpression.add_member(:less_than, Shapes::ShapeRef.new(shape: LessThanExpression, location_name: "lessThan"))
|
2953
|
+
RowFilterExpression.add_member(:less_than_or_equal_to, Shapes::ShapeRef.new(shape: LessThanOrEqualToExpression, location_name: "lessThanOrEqualTo"))
|
2954
|
+
RowFilterExpression.add_member(:like, Shapes::ShapeRef.new(shape: LikeExpression, location_name: "like"))
|
2955
|
+
RowFilterExpression.add_member(:not_equal_to, Shapes::ShapeRef.new(shape: NotEqualToExpression, location_name: "notEqualTo"))
|
2956
|
+
RowFilterExpression.add_member(:not_in, Shapes::ShapeRef.new(shape: NotInExpression, location_name: "notIn"))
|
2957
|
+
RowFilterExpression.add_member(:not_like, Shapes::ShapeRef.new(shape: NotLikeExpression, location_name: "notLike"))
|
2958
|
+
RowFilterExpression.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2959
|
+
RowFilterExpression.add_member_subclass(:equal_to, Types::RowFilterExpression::EqualTo)
|
2960
|
+
RowFilterExpression.add_member_subclass(:greater_than, Types::RowFilterExpression::GreaterThan)
|
2961
|
+
RowFilterExpression.add_member_subclass(:greater_than_or_equal_to, Types::RowFilterExpression::GreaterThanOrEqualTo)
|
2962
|
+
RowFilterExpression.add_member_subclass(:in, Types::RowFilterExpression::In)
|
2963
|
+
RowFilterExpression.add_member_subclass(:is_not_null, Types::RowFilterExpression::IsNotNull)
|
2964
|
+
RowFilterExpression.add_member_subclass(:is_null, Types::RowFilterExpression::IsNull)
|
2965
|
+
RowFilterExpression.add_member_subclass(:less_than, Types::RowFilterExpression::LessThan)
|
2966
|
+
RowFilterExpression.add_member_subclass(:less_than_or_equal_to, Types::RowFilterExpression::LessThanOrEqualTo)
|
2967
|
+
RowFilterExpression.add_member_subclass(:like, Types::RowFilterExpression::Like)
|
2968
|
+
RowFilterExpression.add_member_subclass(:not_equal_to, Types::RowFilterExpression::NotEqualTo)
|
2969
|
+
RowFilterExpression.add_member_subclass(:not_in, Types::RowFilterExpression::NotIn)
|
2970
|
+
RowFilterExpression.add_member_subclass(:not_like, Types::RowFilterExpression::NotLike)
|
2971
|
+
RowFilterExpression.add_member_subclass(:unknown, Types::RowFilterExpression::Unknown)
|
2972
|
+
RowFilterExpression.struct_class = Types::RowFilterExpression
|
2973
|
+
|
2974
|
+
RowFilterList.member = Shapes::ShapeRef.new(shape: RowFilter)
|
2975
|
+
|
2749
2976
|
RunStatisticsForAssets.add_member(:added, Shapes::ShapeRef.new(shape: Integer, location_name: "added"))
|
2750
2977
|
RunStatisticsForAssets.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
|
2751
2978
|
RunStatisticsForAssets.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "skipped"))
|
@@ -2753,6 +2980,8 @@ module Aws::DataZone
|
|
2753
2980
|
RunStatisticsForAssets.add_member(:updated, Shapes::ShapeRef.new(shape: Integer, location_name: "updated"))
|
2754
2981
|
RunStatisticsForAssets.struct_class = Types::RunStatisticsForAssets
|
2755
2982
|
|
2983
|
+
S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
|
2984
|
+
|
2756
2985
|
ScheduleConfiguration.add_member(:schedule, Shapes::ShapeRef.new(shape: CronString, location_name: "schedule"))
|
2757
2986
|
ScheduleConfiguration.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
2758
2987
|
ScheduleConfiguration.struct_class = Types::ScheduleConfiguration
|
@@ -2936,6 +3165,8 @@ module Aws::DataZone
|
|
2936
3165
|
StartMetadataGenerationRunOutput.add_member(:type, Shapes::ShapeRef.new(shape: MetadataGenerationRunType, location_name: "type"))
|
2937
3166
|
StartMetadataGenerationRunOutput.struct_class = Types::StartMetadataGenerationRunOutput
|
2938
3167
|
|
3168
|
+
StringList.member = Shapes::ShapeRef.new(shape: String)
|
3169
|
+
|
2939
3170
|
SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
2940
3171
|
SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
|
2941
3172
|
SubscribedAsset.add_member(:failure_cause, Shapes::ShapeRef.new(shape: FailureCause, location_name: "failureCause"))
|
@@ -3135,6 +3366,27 @@ module Aws::DataZone
|
|
3135
3366
|
|
3136
3367
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
3137
3368
|
|
3369
|
+
UpdateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
3370
|
+
UpdateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, location_name: "configuration"))
|
3371
|
+
UpdateAssetFilterInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
3372
|
+
UpdateAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3373
|
+
UpdateAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
|
3374
|
+
UpdateAssetFilterInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
3375
|
+
UpdateAssetFilterInput.struct_class = Types::UpdateAssetFilterInput
|
3376
|
+
|
3377
|
+
UpdateAssetFilterOutput.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
3378
|
+
UpdateAssetFilterOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
|
3379
|
+
UpdateAssetFilterOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
3380
|
+
UpdateAssetFilterOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
3381
|
+
UpdateAssetFilterOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
3382
|
+
UpdateAssetFilterOutput.add_member(:effective_column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "effectiveColumnNames"))
|
3383
|
+
UpdateAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
|
3384
|
+
UpdateAssetFilterOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
3385
|
+
UpdateAssetFilterOutput.add_member(:id, Shapes::ShapeRef.new(shape: FilterId, required: true, location_name: "id"))
|
3386
|
+
UpdateAssetFilterOutput.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
3387
|
+
UpdateAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
|
3388
|
+
UpdateAssetFilterOutput.struct_class = Types::UpdateAssetFilterOutput
|
3389
|
+
|
3138
3390
|
UpdateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
|
3139
3391
|
UpdateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
|
3140
3392
|
UpdateDataSourceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -3540,6 +3792,22 @@ module Aws::DataZone
|
|
3540
3792
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3541
3793
|
end)
|
3542
3794
|
|
3795
|
+
api.add_operation(:create_asset_filter, Seahorse::Model::Operation.new.tap do |o|
|
3796
|
+
o.name = "CreateAssetFilter"
|
3797
|
+
o.http_method = "POST"
|
3798
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters"
|
3799
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAssetFilterInput)
|
3800
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAssetFilterOutput)
|
3801
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3802
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3803
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3804
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3805
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3806
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3807
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3808
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3809
|
+
end)
|
3810
|
+
|
3543
3811
|
api.add_operation(:create_asset_revision, Seahorse::Model::Operation.new.tap do |o|
|
3544
3812
|
o.name = "CreateAssetRevision"
|
3545
3813
|
o.http_method = "POST"
|
@@ -3827,6 +4095,21 @@ module Aws::DataZone
|
|
3827
4095
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3828
4096
|
end)
|
3829
4097
|
|
4098
|
+
api.add_operation(:delete_asset_filter, Seahorse::Model::Operation.new.tap do |o|
|
4099
|
+
o.name = "DeleteAssetFilter"
|
4100
|
+
o.http_method = "DELETE"
|
4101
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
|
4102
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAssetFilterInput)
|
4103
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4104
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4105
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4106
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4107
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4108
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4109
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4110
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4111
|
+
end)
|
4112
|
+
|
3830
4113
|
api.add_operation(:delete_asset_type, Seahorse::Model::Operation.new.tap do |o|
|
3831
4114
|
o.name = "DeleteAssetType"
|
3832
4115
|
o.http_method = "DELETE"
|
@@ -4106,6 +4389,20 @@ module Aws::DataZone
|
|
4106
4389
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4107
4390
|
end)
|
4108
4391
|
|
4392
|
+
api.add_operation(:get_asset_filter, Seahorse::Model::Operation.new.tap do |o|
|
4393
|
+
o.name = "GetAssetFilter"
|
4394
|
+
o.http_method = "GET"
|
4395
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
|
4396
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssetFilterInput)
|
4397
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssetFilterOutput)
|
4398
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4399
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4400
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4401
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4402
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4403
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4404
|
+
end)
|
4405
|
+
|
4109
4406
|
api.add_operation(:get_asset_type, Seahorse::Model::Operation.new.tap do |o|
|
4110
4407
|
o.name = "GetAssetType"
|
4111
4408
|
o.http_method = "GET"
|
@@ -4448,6 +4745,26 @@ module Aws::DataZone
|
|
4448
4745
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4449
4746
|
end)
|
4450
4747
|
|
4748
|
+
api.add_operation(:list_asset_filters, Seahorse::Model::Operation.new.tap do |o|
|
4749
|
+
o.name = "ListAssetFilters"
|
4750
|
+
o.http_method = "GET"
|
4751
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters"
|
4752
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssetFiltersInput)
|
4753
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssetFiltersOutput)
|
4754
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4755
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4756
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4757
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4758
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4759
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4760
|
+
o[:pager] = Aws::Pager.new(
|
4761
|
+
limit_key: "max_results",
|
4762
|
+
tokens: {
|
4763
|
+
"next_token" => "next_token"
|
4764
|
+
}
|
4765
|
+
)
|
4766
|
+
end)
|
4767
|
+
|
4451
4768
|
api.add_operation(:list_asset_revisions, Seahorse::Model::Operation.new.tap do |o|
|
4452
4769
|
o.name = "ListAssetRevisions"
|
4453
4770
|
o.http_method = "GET"
|
@@ -5114,6 +5431,21 @@ module Aws::DataZone
|
|
5114
5431
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5115
5432
|
end)
|
5116
5433
|
|
5434
|
+
api.add_operation(:update_asset_filter, Seahorse::Model::Operation.new.tap do |o|
|
5435
|
+
o.name = "UpdateAssetFilter"
|
5436
|
+
o.http_method = "PATCH"
|
5437
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}"
|
5438
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssetFilterInput)
|
5439
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAssetFilterOutput)
|
5440
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5441
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5442
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5443
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5444
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5445
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5446
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5447
|
+
end)
|
5448
|
+
|
5117
5449
|
api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
|
5118
5450
|
o.name = "UpdateDataSource"
|
5119
5451
|
o.http_method = "PATCH"
|