aws-sdk-datazone 1.77.0 → 1.78.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.
data/sig/client.rbs CHANGED
@@ -98,7 +98,7 @@ module Aws
98
98
  prediction_target: ::String,
99
99
  prediction_choice: ::Integer?,
100
100
  edited_value: ::String?
101
- },
101
+ }
102
102
  ],
103
103
  ?client_token: ::String
104
104
  ) -> _AcceptPredictionsResponseSuccess
@@ -130,7 +130,7 @@ module Aws
130
130
  {
131
131
  asset_id: ::String,
132
132
  filter_ids: Array[::String]
133
- },
133
+ }
134
134
  ],
135
135
  ?asset_permissions: Array[
136
136
  {
@@ -138,7 +138,7 @@ module Aws
138
138
  permissions: {
139
139
  s3: Array[("READ" | "WRITE")]?
140
140
  }
141
- },
141
+ }
142
142
  ]
143
143
  ) -> _AcceptSubscriptionRequestResponseSuccess
144
144
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptSubscriptionRequestResponseSuccess
@@ -151,14 +151,7 @@ module Aws
151
151
  domain_identifier: ::String,
152
152
  entity_type: ("DOMAIN_UNIT"),
153
153
  entity_identifier: ::String,
154
- owner: {
155
- user: {
156
- user_identifier: ::String
157
- }?,
158
- group: {
159
- group_identifier: ::String
160
- }?
161
- },
154
+ owner: Params::owner_properties,
162
155
  ?client_token: ::String
163
156
  ) -> _AddEntityOwnerResponseSuccess
164
157
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddEntityOwnerResponseSuccess
@@ -173,34 +166,7 @@ module Aws
173
166
  entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE"),
174
167
  entity_identifier: ::String,
175
168
  policy_type: ("CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT" | "CREATE_ENVIRONMENT_FROM_BLUEPRINT" | "CREATE_PROJECT_FROM_PROJECT_PROFILE" | "USE_ASSET_TYPE"),
176
- principal: {
177
- user: {
178
- user_identifier: ::String?,
179
- all_users_grant_filter: {
180
- }?
181
- }?,
182
- group: {
183
- group_identifier: ::String?
184
- }?,
185
- project: {
186
- project_designation: ("OWNER" | "CONTRIBUTOR" | "PROJECT_CATALOG_STEWARD"),
187
- project_identifier: ::String?,
188
- project_grant_filter: {
189
- domain_unit_filter: {
190
- domain_unit: ::String,
191
- include_child_domain_units: bool?
192
- }?
193
- }?
194
- }?,
195
- domain_unit: {
196
- domain_unit_designation: ("OWNER"),
197
- domain_unit_identifier: ::String?,
198
- domain_unit_grant_filter: {
199
- all_domain_units_grant_filter: {
200
- }?
201
- }?
202
- }?
203
- },
169
+ principal: Params::policy_grant_principal,
204
170
  detail: {
205
171
  create_domain_unit: {
206
172
  include_child_domain_units: bool?
@@ -305,9 +271,9 @@ module Aws
305
271
  type_identifier: ::String?,
306
272
  type_revision: ::String?,
307
273
  content: ::String?
308
- },
274
+ }
309
275
  ]
310
- },
276
+ }
311
277
  ]
312
278
  ) -> _BatchPutAttributesMetadataResponseSuccess
313
279
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutAttributesMetadataResponseSuccess
@@ -363,19 +329,7 @@ module Aws
363
329
  name: ::String,
364
330
  ?description: ::String,
365
331
  resolution_strategy: ("MANUAL"),
366
- account_source: {
367
- accounts: Array[
368
- {
369
- aws_account_id: ::String,
370
- supported_regions: Array[::String],
371
- aws_account_name: ::String?
372
- },
373
- ]?,
374
- custom_account_pool_handler: {
375
- lambda_function_arn: ::String,
376
- lambda_execution_role_arn: ::String?
377
- }?
378
- }
332
+ account_source: Params::account_source
379
333
  ) -> _CreateAccountPoolResponseSuccess
380
334
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountPoolResponseSuccess
381
335
 
@@ -417,7 +371,7 @@ module Aws
417
371
  type_identifier: ::String?,
418
372
  type_revision: ::String?,
419
373
  content: ::String?
420
- },
374
+ }
421
375
  ],
422
376
  owning_project_identifier: ::String,
423
377
  ?prediction_configuration: {
@@ -449,70 +403,7 @@ module Aws
449
403
  asset_identifier: ::String,
450
404
  name: ::String,
451
405
  ?description: ::String,
452
- configuration: {
453
- column_configuration: {
454
- included_column_names: Array[::String]?
455
- }?,
456
- row_configuration: {
457
- row_filter: {
458
- expression: {
459
- equal_to: {
460
- column_name: ::String,
461
- value: ::String
462
- }?,
463
- not_equal_to: {
464
- column_name: ::String,
465
- value: ::String
466
- }?,
467
- greater_than: {
468
- column_name: ::String,
469
- value: ::String
470
- }?,
471
- less_than: {
472
- column_name: ::String,
473
- value: ::String
474
- }?,
475
- greater_than_or_equal_to: {
476
- column_name: ::String,
477
- value: ::String
478
- }?,
479
- less_than_or_equal_to: {
480
- column_name: ::String,
481
- value: ::String
482
- }?,
483
- is_null: {
484
- column_name: ::String
485
- }?,
486
- is_not_null: {
487
- column_name: ::String
488
- }?,
489
- in: {
490
- column_name: ::String,
491
- values: Array[::String]
492
- }?,
493
- not_in: {
494
- column_name: ::String,
495
- values: Array[::String]
496
- }?,
497
- like: {
498
- column_name: ::String,
499
- value: ::String
500
- }?,
501
- not_like: {
502
- column_name: ::String,
503
- value: ::String
504
- }?
505
- }?,
506
- and: Array[
507
- untyped,
508
- ]?,
509
- or: Array[
510
- untyped,
511
- ]?
512
- },
513
- sensitive: bool?
514
- }?
515
- },
406
+ configuration: Params::asset_filter_configuration,
516
407
  ?client_token: ::String
517
408
  ) -> _CreateAssetFilterResponseSuccess
518
409
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssetFilterResponseSuccess
@@ -554,7 +445,7 @@ module Aws
554
445
  type_identifier: ::String?,
555
446
  type_revision: ::String?,
556
447
  content: ::String?
557
- },
448
+ }
558
449
  ],
559
450
  ?prediction_configuration: {
560
451
  business_name_generation: {
@@ -622,7 +513,7 @@ module Aws
622
513
  {
623
514
  classification: ::String?,
624
515
  properties: Hash[::String, ::String]?
625
- },
516
+ }
626
517
  ],
627
518
  ?description: ::String,
628
519
  domain_identifier: ::String,
@@ -789,7 +680,7 @@ module Aws
789
680
  type_identifier: ::String?,
790
681
  type_revision: ::String?,
791
682
  content: ::String?
792
- },
683
+ }
793
684
  ],
794
685
  ?items: Array[
795
686
  {
@@ -797,7 +688,7 @@ module Aws
797
688
  identifier: ::String,
798
689
  revision: ::String?,
799
690
  glossary_terms: Array[::String]?
800
- },
691
+ }
801
692
  ],
802
693
  ?client_token: ::String
803
694
  ) -> _CreateDataProductResponseSuccess
@@ -833,7 +724,7 @@ module Aws
833
724
  identifier: ::String,
834
725
  revision: ::String?,
835
726
  glossary_terms: Array[::String]?
836
- },
727
+ }
837
728
  ],
838
729
  ?forms_input: Array[
839
730
  {
@@ -841,7 +732,7 @@ module Aws
841
732
  type_identifier: ::String?,
842
733
  type_revision: ::String?,
843
734
  content: ::String?
844
- },
735
+ }
845
736
  ],
846
737
  ?client_token: ::String
847
738
  ) -> _CreateDataProductRevisionResponseSuccess
@@ -880,54 +771,7 @@ module Aws
880
771
  ?environment_identifier: ::String,
881
772
  ?connection_identifier: ::String,
882
773
  type: ::String,
883
- ?configuration: {
884
- glue_run_configuration: {
885
- data_access_role: ::String?,
886
- relational_filter_configurations: Array[
887
- {
888
- database_name: ::String,
889
- schema_name: ::String?,
890
- filter_expressions: Array[
891
- {
892
- type: ("INCLUDE" | "EXCLUDE"),
893
- expression: ::String
894
- },
895
- ]?
896
- },
897
- ],
898
- auto_import_data_quality_result: bool?,
899
- catalog_name: ::String?
900
- }?,
901
- redshift_run_configuration: {
902
- data_access_role: ::String?,
903
- relational_filter_configurations: Array[
904
- {
905
- database_name: ::String,
906
- schema_name: ::String?,
907
- filter_expressions: Array[
908
- {
909
- type: ("INCLUDE" | "EXCLUDE"),
910
- expression: ::String
911
- },
912
- ]?
913
- },
914
- ],
915
- redshift_credential_configuration: {
916
- secret_manager_arn: ::String
917
- }?,
918
- redshift_storage: {
919
- redshift_cluster_source: {
920
- cluster_name: ::String
921
- }?,
922
- redshift_serverless_source: {
923
- workgroup_name: ::String
924
- }?
925
- }?
926
- }?,
927
- sage_maker_run_configuration: {
928
- tracking_assets: Hash[::String, Array[::String]]
929
- }?
930
- },
774
+ ?configuration: Params::data_source_configuration_input,
931
775
  ?recommendation: {
932
776
  enable_business_name_generation: bool?
933
777
  },
@@ -943,7 +787,7 @@ module Aws
943
787
  type_identifier: ::String?,
944
788
  type_revision: ::String?,
945
789
  content: ::String?
946
- },
790
+ }
947
791
  ],
948
792
  ?client_token: ::String
949
793
  ) -> _CreateDataSourceResponseSuccess
@@ -1042,7 +886,7 @@ module Aws
1042
886
  {
1043
887
  name: ::String?,
1044
888
  value: ::String?
1045
- },
889
+ }
1046
890
  ],
1047
891
  ?glossary_terms: Array[::String],
1048
892
  ?environment_account_identifier: ::String,
@@ -1101,15 +945,7 @@ module Aws
1101
945
  }?
1102
946
  },
1103
947
  ?user_parameters: Array[
1104
- {
1105
- key_name: ::String,
1106
- description: ::String?,
1107
- field_type: ::String,
1108
- default_value: ::String?,
1109
- is_editable: bool?,
1110
- is_optional: bool?,
1111
- is_update_supported: bool?
1112
- },
948
+ Params::custom_parameter
1113
949
  ]
1114
950
  ) -> _CreateEnvironmentBlueprintResponseSuccess
1115
951
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentBlueprintResponseSuccess
@@ -1140,7 +976,7 @@ module Aws
1140
976
  {
1141
977
  name: ::String?,
1142
978
  value: ::String?
1143
- },
979
+ }
1144
980
  ],
1145
981
  ?aws_account_id: ::String,
1146
982
  ?aws_account_region: ::String
@@ -1317,21 +1153,7 @@ module Aws
1317
1153
  ?domain_unit_id: ::String,
1318
1154
  ?project_profile_id: ::String,
1319
1155
  ?user_parameters: Array[
1320
- {
1321
- environment_id: ::String?,
1322
- environment_resolved_account: {
1323
- aws_account_id: ::String,
1324
- region_name: ::String,
1325
- source_account_pool_id: ::String?
1326
- }?,
1327
- environment_configuration_name: ::String?,
1328
- environment_parameters: Array[
1329
- {
1330
- name: ::String?,
1331
- value: ::String?
1332
- },
1333
- ]?
1334
- },
1156
+ Params::environment_configuration_user_parameter
1335
1157
  ],
1336
1158
  ?project_category: ::String,
1337
1159
  ?project_execution_role: ::String,
@@ -1342,7 +1164,7 @@ module Aws
1342
1164
  group_identifier: ::String?
1343
1165
  },
1344
1166
  designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT_CATALOG_VIEWER" | "PROJECT_CATALOG_CONSUMER" | "PROJECT_CATALOG_STEWARD")
1345
- },
1167
+ }
1346
1168
  ]
1347
1169
  ) -> _CreateProjectResponseSuccess
1348
1170
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProjectResponseSuccess
@@ -1389,45 +1211,12 @@ module Aws
1389
1211
  key: ::String,
1390
1212
  value: ::String,
1391
1213
  is_value_editable: bool
1392
- },
1214
+ }
1393
1215
  ],
1394
1216
  ?allow_custom_project_resource_tags: bool,
1395
1217
  ?project_resource_tags_description: ::String,
1396
1218
  ?environment_configurations: Array[
1397
- {
1398
- name: ::String,
1399
- id: ::String?,
1400
- environment_blueprint_id: ::String,
1401
- description: ::String?,
1402
- deployment_mode: ("ON_CREATE" | "ON_DEMAND")?,
1403
- configuration_parameters: {
1404
- ssm_path: ::String?,
1405
- parameter_overrides: Array[
1406
- {
1407
- name: ::String?,
1408
- value: ::String?,
1409
- is_editable: bool?
1410
- },
1411
- ]?,
1412
- resolved_parameters: Array[
1413
- {
1414
- name: ::String?,
1415
- value: ::String?,
1416
- is_editable: bool?
1417
- },
1418
- ]?
1419
- }?,
1420
- aws_account: {
1421
- aws_account_id: ::String?,
1422
- aws_account_id_path: ::String?
1423
- }?,
1424
- account_pools: Array[::String]?,
1425
- aws_region: {
1426
- region_name: ::String?,
1427
- region_name_path: ::String?
1428
- }?,
1429
- deployment_order: ::Integer?
1430
- },
1219
+ Params::environment_configuration
1431
1220
  ],
1432
1221
  ?domain_unit_identifier: ::String
1433
1222
  ) -> _CreateProjectProfileResponseSuccess
@@ -1458,30 +1247,8 @@ module Aws
1458
1247
  }?
1459
1248
  },
1460
1249
  action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST"),
1461
- scope: {
1462
- asset_type: {
1463
- selection_mode: ("ALL" | "SPECIFIC"),
1464
- specific_asset_types: Array[::String]?
1465
- }?,
1466
- data_product: bool?,
1467
- project: {
1468
- selection_mode: ("ALL" | "SPECIFIC"),
1469
- specific_projects: Array[::String]?
1470
- }?
1471
- },
1472
- detail: {
1473
- metadata_form_enforcement_detail: {
1474
- required_metadata_forms: Array[
1475
- {
1476
- type_identifier: ::String,
1477
- type_revision: ::String
1478
- },
1479
- ]?
1480
- }?,
1481
- glossary_term_enforcement_detail: {
1482
- required_glossary_term_ids: Array[::String]?
1483
- }?
1484
- },
1250
+ scope: Params::rule_scope,
1251
+ detail: Params::rule_detail,
1485
1252
  ?description: ::String,
1486
1253
  ?client_token: ::String
1487
1254
  ) -> _CreateRuleResponseSuccess
@@ -1517,7 +1284,7 @@ module Aws
1517
1284
  {
1518
1285
  asset_id: ::String,
1519
1286
  target_name: ::String
1520
- },
1287
+ }
1521
1288
  ],
1522
1289
  ?client_token: ::String
1523
1290
  ) -> _CreateSubscriptionGrantResponseSuccess
@@ -1557,12 +1324,12 @@ module Aws
1557
1324
  iam: {
1558
1325
  identifier: ::String?
1559
1326
  }?
1560
- },
1327
+ }
1561
1328
  ],
1562
1329
  subscribed_listings: Array[
1563
1330
  {
1564
1331
  identifier: ::String
1565
- },
1332
+ }
1566
1333
  ],
1567
1334
  request_reason: ::String,
1568
1335
  ?client_token: ::String,
@@ -1572,7 +1339,7 @@ module Aws
1572
1339
  type_identifier: ::String?,
1573
1340
  type_revision: ::String?,
1574
1341
  content: ::String?
1575
- },
1342
+ }
1576
1343
  ],
1577
1344
  ?asset_permissions: Array[
1578
1345
  {
@@ -1580,13 +1347,13 @@ module Aws
1580
1347
  permissions: {
1581
1348
  s3: Array[("READ" | "WRITE")]?
1582
1349
  }
1583
- },
1350
+ }
1584
1351
  ],
1585
1352
  ?asset_scopes: Array[
1586
1353
  {
1587
1354
  asset_id: ::String,
1588
1355
  filter_ids: Array[::String]
1589
- },
1356
+ }
1590
1357
  ]
1591
1358
  ) -> _CreateSubscriptionRequestResponseSuccess
1592
1359
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSubscriptionRequestResponseSuccess
@@ -1620,7 +1387,7 @@ module Aws
1620
1387
  {
1621
1388
  form_name: ::String,
1622
1389
  content: ::String
1623
- },
1390
+ }
1624
1391
  ],
1625
1392
  authorized_principals: Array[::String],
1626
1393
  manage_access_role: ::String,
@@ -3466,7 +3233,7 @@ module Aws
3466
3233
  type_revision: ::String?,
3467
3234
  timestamp: ::Time,
3468
3235
  content: ::String?
3469
- },
3236
+ }
3470
3237
  ],
3471
3238
  ?client_token: ::String
3472
3239
  ) -> _PostTimeSeriesDataPointsResponseSuccess
@@ -3516,7 +3283,7 @@ module Aws
3516
3283
  location_registration_role: ::String?,
3517
3284
  location_registration_exclude_s3_locations: Array[::String]?
3518
3285
  }?
3519
- },
3286
+ }
3520
3287
  ]
3521
3288
  ) -> _PutEnvironmentBlueprintConfigurationResponseSuccess
3522
3289
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEnvironmentBlueprintConfigurationResponseSuccess
@@ -3539,22 +3306,9 @@ module Aws
3539
3306
  entity_pattern: {
3540
3307
  entity_type: ("LINEAGE_NODE"),
3541
3308
  identifier: ::String,
3542
- filters: {
3543
- filter: {
3544
- attribute: ::String,
3545
- value: ::String?,
3546
- int_value: ::Integer?,
3547
- operator: ("EQ" | "LE" | "LT" | "GE" | "GT" | "TEXT_SEARCH")?
3548
- }?,
3549
- and: Array[
3550
- untyped,
3551
- ]?,
3552
- or: Array[
3553
- untyped,
3554
- ]?
3555
- }?
3309
+ filters: Params::filter_clause?
3556
3310
  }?
3557
- },
3311
+ }
3558
3312
  ],
3559
3313
  ?max_results: ::Integer,
3560
3314
  ?next_token: ::String,
@@ -3583,7 +3337,7 @@ module Aws
3583
3337
  {
3584
3338
  prediction_target: ::String,
3585
3339
  prediction_choices: Array[::Integer]?
3586
- },
3340
+ }
3587
3341
  ],
3588
3342
  ?client_token: ::String
3589
3343
  ) -> _RejectPredictionsResponseSuccess
@@ -3622,14 +3376,7 @@ module Aws
3622
3376
  domain_identifier: ::String,
3623
3377
  entity_type: ("DOMAIN_UNIT"),
3624
3378
  entity_identifier: ::String,
3625
- owner: {
3626
- user: {
3627
- user_identifier: ::String
3628
- }?,
3629
- group: {
3630
- group_identifier: ::String
3631
- }?
3632
- },
3379
+ owner: Params::owner_properties,
3633
3380
  ?client_token: ::String
3634
3381
  ) -> _RemoveEntityOwnerResponseSuccess
3635
3382
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveEntityOwnerResponseSuccess
@@ -3643,34 +3390,7 @@ module Aws
3643
3390
  entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE"),
3644
3391
  entity_identifier: ::String,
3645
3392
  policy_type: ("CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT" | "CREATE_ENVIRONMENT_FROM_BLUEPRINT" | "CREATE_PROJECT_FROM_PROJECT_PROFILE" | "USE_ASSET_TYPE"),
3646
- principal: {
3647
- user: {
3648
- user_identifier: ::String?,
3649
- all_users_grant_filter: {
3650
- }?
3651
- }?,
3652
- group: {
3653
- group_identifier: ::String?
3654
- }?,
3655
- project: {
3656
- project_designation: ("OWNER" | "CONTRIBUTOR" | "PROJECT_CATALOG_STEWARD"),
3657
- project_identifier: ::String?,
3658
- project_grant_filter: {
3659
- domain_unit_filter: {
3660
- domain_unit: ::String,
3661
- include_child_domain_units: bool?
3662
- }?
3663
- }?
3664
- }?,
3665
- domain_unit: {
3666
- domain_unit_designation: ("OWNER"),
3667
- domain_unit_identifier: ::String?,
3668
- domain_unit_grant_filter: {
3669
- all_domain_units_grant_filter: {
3670
- }?
3671
- }?
3672
- }?
3673
- },
3393
+ principal: Params::policy_grant_principal,
3674
3394
  ?grant_identifier: ::String,
3675
3395
  ?client_token: ::String
3676
3396
  ) -> _RemovePolicyGrantResponseSuccess
@@ -3715,22 +3435,9 @@ module Aws
3715
3435
  ?search_in: Array[
3716
3436
  {
3717
3437
  attribute: ::String
3718
- },
3438
+ }
3719
3439
  ],
3720
- ?filters: {
3721
- filter: {
3722
- attribute: ::String,
3723
- value: ::String?,
3724
- int_value: ::Integer?,
3725
- operator: ("EQ" | "LE" | "LT" | "GE" | "GT" | "TEXT_SEARCH")?
3726
- }?,
3727
- and: Array[
3728
- untyped,
3729
- ]?,
3730
- or: Array[
3731
- untyped,
3732
- ]?
3733
- },
3440
+ ?filters: Params::filter_clause,
3734
3441
  ?sort: {
3735
3442
  attribute: ::String,
3736
3443
  order: ("ASCENDING" | "DESCENDING")?
@@ -3768,29 +3475,16 @@ module Aws
3768
3475
  ?search_in: Array[
3769
3476
  {
3770
3477
  attribute: ::String
3771
- },
3478
+ }
3772
3479
  ],
3773
3480
  ?max_results: ::Integer,
3774
3481
  ?next_token: ::String,
3775
- ?filters: {
3776
- filter: {
3777
- attribute: ::String,
3778
- value: ::String?,
3779
- int_value: ::Integer?,
3780
- operator: ("EQ" | "LE" | "LT" | "GE" | "GT" | "TEXT_SEARCH")?
3781
- }?,
3782
- and: Array[
3783
- untyped,
3784
- ]?,
3785
- or: Array[
3786
- untyped,
3787
- ]?
3788
- },
3482
+ ?filters: Params::filter_clause,
3789
3483
  ?aggregations: Array[
3790
3484
  {
3791
3485
  attribute: ::String,
3792
3486
  display_value: ::String?
3793
- },
3487
+ }
3794
3488
  ],
3795
3489
  ?sort: {
3796
3490
  attribute: ::String,
@@ -3816,22 +3510,9 @@ module Aws
3816
3510
  ?search_in: Array[
3817
3511
  {
3818
3512
  attribute: ::String
3819
- },
3513
+ }
3820
3514
  ],
3821
- ?filters: {
3822
- filter: {
3823
- attribute: ::String,
3824
- value: ::String?,
3825
- int_value: ::Integer?,
3826
- operator: ("EQ" | "LE" | "LT" | "GE" | "GT" | "TEXT_SEARCH")?
3827
- }?,
3828
- and: Array[
3829
- untyped,
3830
- ]?,
3831
- or: Array[
3832
- untyped,
3833
- ]?
3834
- },
3515
+ ?filters: Params::filter_clause,
3835
3516
  ?sort: {
3836
3517
  attribute: ::String,
3837
3518
  order: ("ASCENDING" | "DESCENDING")?
@@ -4060,19 +3741,7 @@ module Aws
4060
3741
  ?name: ::String,
4061
3742
  ?description: ::String,
4062
3743
  ?resolution_strategy: ("MANUAL"),
4063
- ?account_source: {
4064
- accounts: Array[
4065
- {
4066
- aws_account_id: ::String,
4067
- supported_regions: Array[::String],
4068
- aws_account_name: ::String?
4069
- },
4070
- ]?,
4071
- custom_account_pool_handler: {
4072
- lambda_function_arn: ::String,
4073
- lambda_execution_role_arn: ::String?
4074
- }?
4075
- }
3744
+ ?account_source: Params::account_source
4076
3745
  ) -> _UpdateAccountPoolResponseSuccess
4077
3746
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountPoolResponseSuccess
4078
3747
 
@@ -4097,70 +3766,7 @@ module Aws
4097
3766
  identifier: ::String,
4098
3767
  ?name: ::String,
4099
3768
  ?description: ::String,
4100
- ?configuration: {
4101
- column_configuration: {
4102
- included_column_names: Array[::String]?
4103
- }?,
4104
- row_configuration: {
4105
- row_filter: {
4106
- expression: {
4107
- equal_to: {
4108
- column_name: ::String,
4109
- value: ::String
4110
- }?,
4111
- not_equal_to: {
4112
- column_name: ::String,
4113
- value: ::String
4114
- }?,
4115
- greater_than: {
4116
- column_name: ::String,
4117
- value: ::String
4118
- }?,
4119
- less_than: {
4120
- column_name: ::String,
4121
- value: ::String
4122
- }?,
4123
- greater_than_or_equal_to: {
4124
- column_name: ::String,
4125
- value: ::String
4126
- }?,
4127
- less_than_or_equal_to: {
4128
- column_name: ::String,
4129
- value: ::String
4130
- }?,
4131
- is_null: {
4132
- column_name: ::String
4133
- }?,
4134
- is_not_null: {
4135
- column_name: ::String
4136
- }?,
4137
- in: {
4138
- column_name: ::String,
4139
- values: Array[::String]
4140
- }?,
4141
- not_in: {
4142
- column_name: ::String,
4143
- values: Array[::String]
4144
- }?,
4145
- like: {
4146
- column_name: ::String,
4147
- value: ::String
4148
- }?,
4149
- not_like: {
4150
- column_name: ::String,
4151
- value: ::String
4152
- }?
4153
- }?,
4154
- and: Array[
4155
- untyped,
4156
- ]?,
4157
- or: Array[
4158
- untyped,
4159
- ]?
4160
- },
4161
- sensitive: bool?
4162
- }?
4163
- }
3769
+ ?configuration: Params::asset_filter_configuration
4164
3770
  ) -> _UpdateAssetFilterResponseSuccess
4165
3771
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssetFilterResponseSuccess
4166
3772
 
@@ -4185,7 +3791,7 @@ module Aws
4185
3791
  {
4186
3792
  classification: ::String?,
4187
3793
  properties: Hash[::String, ::String]?
4188
- },
3794
+ }
4189
3795
  ],
4190
3796
  domain_identifier: ::String,
4191
3797
  identifier: ::String,
@@ -4308,60 +3914,13 @@ module Aws
4308
3914
  type_identifier: ::String?,
4309
3915
  type_revision: ::String?,
4310
3916
  content: ::String?
4311
- },
3917
+ }
4312
3918
  ],
4313
3919
  ?schedule: {
4314
3920
  timezone: ("UTC" | "AFRICA_JOHANNESBURG" | "AMERICA_MONTREAL" | "AMERICA_SAO_PAULO" | "ASIA_BAHRAIN" | "ASIA_BANGKOK" | "ASIA_CALCUTTA" | "ASIA_DUBAI" | "ASIA_HONG_KONG" | "ASIA_JAKARTA" | "ASIA_KUALA_LUMPUR" | "ASIA_SEOUL" | "ASIA_SHANGHAI" | "ASIA_SINGAPORE" | "ASIA_TAIPEI" | "ASIA_TOKYO" | "AUSTRALIA_MELBOURNE" | "AUSTRALIA_SYDNEY" | "CANADA_CENTRAL" | "CET" | "CST6CDT" | "ETC_GMT" | "ETC_GMT0" | "ETC_GMT_ADD_0" | "ETC_GMT_ADD_1" | "ETC_GMT_ADD_10" | "ETC_GMT_ADD_11" | "ETC_GMT_ADD_12" | "ETC_GMT_ADD_2" | "ETC_GMT_ADD_3" | "ETC_GMT_ADD_4" | "ETC_GMT_ADD_5" | "ETC_GMT_ADD_6" | "ETC_GMT_ADD_7" | "ETC_GMT_ADD_8" | "ETC_GMT_ADD_9" | "ETC_GMT_NEG_0" | "ETC_GMT_NEG_1" | "ETC_GMT_NEG_10" | "ETC_GMT_NEG_11" | "ETC_GMT_NEG_12" | "ETC_GMT_NEG_13" | "ETC_GMT_NEG_14" | "ETC_GMT_NEG_2" | "ETC_GMT_NEG_3" | "ETC_GMT_NEG_4" | "ETC_GMT_NEG_5" | "ETC_GMT_NEG_6" | "ETC_GMT_NEG_7" | "ETC_GMT_NEG_8" | "ETC_GMT_NEG_9" | "EUROPE_DUBLIN" | "EUROPE_LONDON" | "EUROPE_PARIS" | "EUROPE_STOCKHOLM" | "EUROPE_ZURICH" | "ISRAEL" | "MEXICO_GENERAL" | "MST7MDT" | "PACIFIC_AUCKLAND" | "US_CENTRAL" | "US_EASTERN" | "US_MOUNTAIN" | "US_PACIFIC")?,
4315
3921
  schedule: ::String?
4316
3922
  },
4317
- ?configuration: {
4318
- glue_run_configuration: {
4319
- data_access_role: ::String?,
4320
- relational_filter_configurations: Array[
4321
- {
4322
- database_name: ::String,
4323
- schema_name: ::String?,
4324
- filter_expressions: Array[
4325
- {
4326
- type: ("INCLUDE" | "EXCLUDE"),
4327
- expression: ::String
4328
- },
4329
- ]?
4330
- },
4331
- ],
4332
- auto_import_data_quality_result: bool?,
4333
- catalog_name: ::String?
4334
- }?,
4335
- redshift_run_configuration: {
4336
- data_access_role: ::String?,
4337
- relational_filter_configurations: Array[
4338
- {
4339
- database_name: ::String,
4340
- schema_name: ::String?,
4341
- filter_expressions: Array[
4342
- {
4343
- type: ("INCLUDE" | "EXCLUDE"),
4344
- expression: ::String
4345
- },
4346
- ]?
4347
- },
4348
- ],
4349
- redshift_credential_configuration: {
4350
- secret_manager_arn: ::String
4351
- }?,
4352
- redshift_storage: {
4353
- redshift_cluster_source: {
4354
- cluster_name: ::String
4355
- }?,
4356
- redshift_serverless_source: {
4357
- workgroup_name: ::String
4358
- }?
4359
- }?
4360
- }?,
4361
- sage_maker_run_configuration: {
4362
- tracking_assets: Hash[::String, Array[::String]]
4363
- }?
4364
- },
3923
+ ?configuration: Params::data_source_configuration_input,
4365
3924
  ?recommendation: {
4366
3925
  enable_business_name_generation: bool?
4367
3926
  },
@@ -4456,7 +4015,7 @@ module Aws
4456
4015
  {
4457
4016
  name: ::String?,
4458
4017
  value: ::String?
4459
- },
4018
+ }
4460
4019
  ],
4461
4020
  ?environment_configuration_name: ::String
4462
4021
  ) -> _UpdateEnvironmentResponseSuccess
@@ -4510,15 +4069,7 @@ module Aws
4510
4069
  }?
4511
4070
  },
4512
4071
  ?user_parameters: Array[
4513
- {
4514
- key_name: ::String,
4515
- description: ::String?,
4516
- field_type: ::String,
4517
- default_value: ::String?,
4518
- is_editable: bool?,
4519
- is_optional: bool?,
4520
- is_update_supported: bool?
4521
- },
4072
+ Params::custom_parameter
4522
4073
  ]
4523
4074
  ) -> _UpdateEnvironmentBlueprintResponseSuccess
4524
4075
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentBlueprintResponseSuccess
@@ -4548,7 +4099,7 @@ module Aws
4548
4099
  {
4549
4100
  name: ::String?,
4550
4101
  value: ::String?
4551
- },
4102
+ }
4552
4103
  ],
4553
4104
  ?aws_account_id: ::String,
4554
4105
  ?aws_account_region: ::String
@@ -4651,7 +4202,7 @@ module Aws
4651
4202
  ?name: ::String,
4652
4203
  ?cell_order: Array[
4653
4204
  {
4654
- },
4205
+ }
4655
4206
  ],
4656
4207
  ?metadata: Hash[::String, ::String],
4657
4208
  ?parameters: Hash[::String, ::String],
@@ -4700,25 +4251,11 @@ module Aws
4700
4251
  {
4701
4252
  code: ::String?,
4702
4253
  message: ::String
4703
- },
4254
+ }
4704
4255
  ]]?
4705
4256
  },
4706
4257
  ?user_parameters: Array[
4707
- {
4708
- environment_id: ::String?,
4709
- environment_resolved_account: {
4710
- aws_account_id: ::String,
4711
- region_name: ::String,
4712
- source_account_pool_id: ::String?
4713
- }?,
4714
- environment_configuration_name: ::String?,
4715
- environment_parameters: Array[
4716
- {
4717
- name: ::String?,
4718
- value: ::String?
4719
- },
4720
- ]?
4721
- },
4258
+ Params::environment_configuration_user_parameter
4722
4259
  ],
4723
4260
  ?project_profile_version: ::String
4724
4261
  ) -> _UpdateProjectResponseSuccess
@@ -4752,45 +4289,12 @@ module Aws
4752
4289
  key: ::String,
4753
4290
  value: ::String,
4754
4291
  is_value_editable: bool
4755
- },
4292
+ }
4756
4293
  ],
4757
4294
  ?allow_custom_project_resource_tags: bool,
4758
4295
  ?project_resource_tags_description: ::String,
4759
4296
  ?environment_configurations: Array[
4760
- {
4761
- name: ::String,
4762
- id: ::String?,
4763
- environment_blueprint_id: ::String,
4764
- description: ::String?,
4765
- deployment_mode: ("ON_CREATE" | "ON_DEMAND")?,
4766
- configuration_parameters: {
4767
- ssm_path: ::String?,
4768
- parameter_overrides: Array[
4769
- {
4770
- name: ::String?,
4771
- value: ::String?,
4772
- is_editable: bool?
4773
- },
4774
- ]?,
4775
- resolved_parameters: Array[
4776
- {
4777
- name: ::String?,
4778
- value: ::String?,
4779
- is_editable: bool?
4780
- },
4781
- ]?
4782
- }?,
4783
- aws_account: {
4784
- aws_account_id: ::String?,
4785
- aws_account_id_path: ::String?
4786
- }?,
4787
- account_pools: Array[::String]?,
4788
- aws_region: {
4789
- region_name: ::String?,
4790
- region_name_path: ::String?
4791
- }?,
4792
- deployment_order: ::Integer?
4793
- },
4297
+ Params::environment_configuration
4794
4298
  ],
4795
4299
  ?domain_unit_identifier: ::String
4796
4300
  ) -> _UpdateProjectProfileResponseSuccess
@@ -4830,30 +4334,8 @@ module Aws
4830
4334
  identifier: ::String,
4831
4335
  ?name: ::String,
4832
4336
  ?description: ::String,
4833
- ?scope: {
4834
- asset_type: {
4835
- selection_mode: ("ALL" | "SPECIFIC"),
4836
- specific_asset_types: Array[::String]?
4837
- }?,
4838
- data_product: bool?,
4839
- project: {
4840
- selection_mode: ("ALL" | "SPECIFIC"),
4841
- specific_projects: Array[::String]?
4842
- }?
4843
- },
4844
- ?detail: {
4845
- metadata_form_enforcement_detail: {
4846
- required_metadata_forms: Array[
4847
- {
4848
- type_identifier: ::String,
4849
- type_revision: ::String
4850
- },
4851
- ]?
4852
- }?,
4853
- glossary_term_enforcement_detail: {
4854
- required_glossary_term_ids: Array[::String]?
4855
- }?
4856
- },
4337
+ ?scope: Params::rule_scope,
4338
+ ?detail: Params::rule_detail,
4857
4339
  ?include_child_domain_units: bool
4858
4340
  ) -> _UpdateRuleResponseSuccess
4859
4341
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
@@ -4942,7 +4424,7 @@ module Aws
4942
4424
  {
4943
4425
  form_name: ::String,
4944
4426
  content: ::String
4945
- },
4427
+ }
4946
4428
  ],
4947
4429
  ?manage_access_role: ::String,
4948
4430
  ?provider: ::String,