aws-sdk-datazone 1.55.0 → 1.57.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
@@ -556,7 +556,7 @@ module Aws
556
556
  def project_id: () -> ::String
557
557
  def props: () -> Types::ConnectionPropertiesOutput
558
558
  def scope: () -> ("DOMAIN" | "PROJECT")
559
- def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
559
+ def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
560
560
  end
561
561
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_connection-instance_method
562
562
  def create_connection: (
@@ -636,6 +636,10 @@ module Aws
636
636
  iam_properties: {
637
637
  glue_lineage_sync_enabled: bool?
638
638
  }?,
639
+ mlflow_properties: {
640
+ tracking_server_arn: ::String?,
641
+ tracking_server_name: ::String?
642
+ }?,
639
643
  redshift_properties: {
640
644
  credentials: {
641
645
  secret_arn: ::String?,
@@ -1195,6 +1199,7 @@ module Aws
1195
1199
  def name: () -> ::String
1196
1200
  def project_profile_id: () -> ::String
1197
1201
  def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
1202
+ def resource_tags: () -> ::Array[Types::ResourceTag]
1198
1203
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
1199
1204
  end
1200
1205
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project-instance_method
@@ -1205,6 +1210,7 @@ module Aws
1205
1210
  ?glossary_terms: Array[::String],
1206
1211
  name: ::String,
1207
1212
  ?project_profile_id: ::String,
1213
+ ?resource_tags: Hash[::String, ::String],
1208
1214
  ?user_parameters: Array[
1209
1215
  {
1210
1216
  environment_configuration_name: ::String?,
@@ -1242,6 +1248,7 @@ module Aws
1242
1248
 
1243
1249
  interface _CreateProjectProfileResponseSuccess
1244
1250
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateProjectProfileOutput]
1251
+ def allow_custom_project_resource_tags: () -> bool
1245
1252
  def created_at: () -> ::Time
1246
1253
  def created_by: () -> ::String
1247
1254
  def description: () -> ::String
@@ -1251,10 +1258,13 @@ module Aws
1251
1258
  def id: () -> ::String
1252
1259
  def last_updated_at: () -> ::Time
1253
1260
  def name: () -> ::String
1261
+ def project_resource_tags: () -> ::Array[Types::ResourceTagParameter]
1262
+ def project_resource_tags_description: () -> ::String
1254
1263
  def status: () -> ("ENABLED" | "DISABLED")
1255
1264
  end
1256
1265
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project_profile-instance_method
1257
1266
  def create_project_profile: (
1267
+ ?allow_custom_project_resource_tags: bool,
1258
1268
  ?description: ::String,
1259
1269
  domain_identifier: ::String,
1260
1270
  ?domain_unit_identifier: ::String,
@@ -1295,6 +1305,14 @@ module Aws
1295
1305
  },
1296
1306
  ],
1297
1307
  name: ::String,
1308
+ ?project_resource_tags: Array[
1309
+ {
1310
+ is_value_editable: bool,
1311
+ key: ::String,
1312
+ value: ::String
1313
+ },
1314
+ ],
1315
+ ?project_resource_tags_description: ::String,
1298
1316
  ?status: ("ENABLED" | "DISABLED")
1299
1317
  ) -> _CreateProjectProfileResponseSuccess
1300
1318
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProjectProfileResponseSuccess
@@ -1906,7 +1924,7 @@ module Aws
1906
1924
  def project_id: () -> ::String
1907
1925
  def props: () -> Types::ConnectionPropertiesOutput
1908
1926
  def scope: () -> ("DOMAIN" | "PROJECT")
1909
- def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
1927
+ def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
1910
1928
  end
1911
1929
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_connection-instance_method
1912
1930
  def get_connection: (
@@ -2378,6 +2396,7 @@ module Aws
2378
2396
  def name: () -> ::String
2379
2397
  def project_profile_id: () -> ::String
2380
2398
  def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
2399
+ def resource_tags: () -> ::Array[Types::ResourceTag]
2381
2400
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
2382
2401
  end
2383
2402
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project-instance_method
@@ -2389,6 +2408,7 @@ module Aws
2389
2408
 
2390
2409
  interface _GetProjectProfileResponseSuccess
2391
2410
  include ::Seahorse::Client::_ResponseSuccess[Types::GetProjectProfileOutput]
2411
+ def allow_custom_project_resource_tags: () -> bool
2392
2412
  def created_at: () -> ::Time
2393
2413
  def created_by: () -> ::String
2394
2414
  def description: () -> ::String
@@ -2398,6 +2418,8 @@ module Aws
2398
2418
  def id: () -> ::String
2399
2419
  def last_updated_at: () -> ::Time
2400
2420
  def name: () -> ::String
2421
+ def project_resource_tags: () -> ::Array[Types::ResourceTagParameter]
2422
+ def project_resource_tags_description: () -> ::String
2401
2423
  def status: () -> ("ENABLED" | "DISABLED")
2402
2424
  end
2403
2425
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project_profile-instance_method
@@ -2633,7 +2655,7 @@ module Aws
2633
2655
  ?scope: ("DOMAIN" | "PROJECT"),
2634
2656
  ?sort_by: ("NAME"),
2635
2657
  ?sort_order: ("ASCENDING" | "DESCENDING"),
2636
- ?type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
2658
+ ?type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
2637
2659
  ) -> _ListConnectionsResponseSuccess
2638
2660
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionsResponseSuccess
2639
2661
 
@@ -3657,7 +3679,7 @@ module Aws
3657
3679
  def project_id: () -> ::String
3658
3680
  def props: () -> Types::ConnectionPropertiesOutput
3659
3681
  def scope: () -> ("DOMAIN" | "PROJECT")
3660
- def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
3682
+ def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
3661
3683
  end
3662
3684
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_connection-instance_method
3663
3685
  def update_connection: (
@@ -3695,6 +3717,10 @@ module Aws
3695
3717
  iam_properties: {
3696
3718
  glue_lineage_sync_enabled: bool?
3697
3719
  }?,
3720
+ mlflow_properties: {
3721
+ tracking_server_arn: ::String?,
3722
+ tracking_server_name: ::String?
3723
+ }?,
3698
3724
  redshift_properties: {
3699
3725
  credentials: {
3700
3726
  secret_arn: ::String?,
@@ -4099,6 +4125,7 @@ module Aws
4099
4125
  def name: () -> ::String
4100
4126
  def project_profile_id: () -> ::String
4101
4127
  def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
4128
+ def resource_tags: () -> ::Array[Types::ResourceTag]
4102
4129
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
4103
4130
  end
4104
4131
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project-instance_method
@@ -4119,6 +4146,7 @@ module Aws
4119
4146
  identifier: ::String,
4120
4147
  ?name: ::String,
4121
4148
  ?project_profile_version: ::String,
4149
+ ?resource_tags: Hash[::String, ::String],
4122
4150
  ?user_parameters: Array[
4123
4151
  {
4124
4152
  environment_configuration_name: ::String?,
@@ -4141,6 +4169,7 @@ module Aws
4141
4169
 
4142
4170
  interface _UpdateProjectProfileResponseSuccess
4143
4171
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProjectProfileOutput]
4172
+ def allow_custom_project_resource_tags: () -> bool
4144
4173
  def created_at: () -> ::Time
4145
4174
  def created_by: () -> ::String
4146
4175
  def description: () -> ::String
@@ -4150,10 +4179,13 @@ module Aws
4150
4179
  def id: () -> ::String
4151
4180
  def last_updated_at: () -> ::Time
4152
4181
  def name: () -> ::String
4182
+ def project_resource_tags: () -> ::Array[Types::ResourceTagParameter]
4183
+ def project_resource_tags_description: () -> ::String
4153
4184
  def status: () -> ("ENABLED" | "DISABLED")
4154
4185
  end
4155
4186
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project_profile-instance_method
4156
4187
  def update_project_profile: (
4188
+ ?allow_custom_project_resource_tags: bool,
4157
4189
  ?description: ::String,
4158
4190
  domain_identifier: ::String,
4159
4191
  ?domain_unit_identifier: ::String,
@@ -4195,6 +4227,14 @@ module Aws
4195
4227
  ],
4196
4228
  identifier: ::String,
4197
4229
  ?name: ::String,
4230
+ ?project_resource_tags: Array[
4231
+ {
4232
+ is_value_editable: bool,
4233
+ key: ::String,
4234
+ value: ::String
4235
+ },
4236
+ ],
4237
+ ?project_resource_tags_description: ::String,
4198
4238
  ?status: ("ENABLED" | "DISABLED")
4199
4239
  ) -> _UpdateProjectProfileResponseSuccess
4200
4240
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProjectProfileResponseSuccess
data/sig/types.rbs CHANGED
@@ -524,6 +524,7 @@ module Aws::DataZone
524
524
  attr_accessor glue_properties: Types::GluePropertiesInput
525
525
  attr_accessor hyper_pod_properties: Types::HyperPodPropertiesInput
526
526
  attr_accessor iam_properties: Types::IamPropertiesInput
527
+ attr_accessor mlflow_properties: Types::MlflowPropertiesInput
527
528
  attr_accessor redshift_properties: Types::RedshiftPropertiesInput
528
529
  attr_accessor s3_properties: Types::S3PropertiesInput
529
530
  attr_accessor spark_emr_properties: Types::SparkEmrPropertiesInput
@@ -541,6 +542,8 @@ module Aws::DataZone
541
542
  end
542
543
  class IamProperties < ConnectionPropertiesInput
543
544
  end
545
+ class MlflowProperties < ConnectionPropertiesInput
546
+ end
544
547
  class RedshiftProperties < ConnectionPropertiesInput
545
548
  end
546
549
  class S3Properties < ConnectionPropertiesInput
@@ -559,6 +562,7 @@ module Aws::DataZone
559
562
  attr_accessor glue_properties: Types::GluePropertiesOutput
560
563
  attr_accessor hyper_pod_properties: Types::HyperPodPropertiesOutput
561
564
  attr_accessor iam_properties: Types::IamPropertiesOutput
565
+ attr_accessor mlflow_properties: Types::MlflowPropertiesOutput
562
566
  attr_accessor redshift_properties: Types::RedshiftPropertiesOutput
563
567
  attr_accessor s3_properties: Types::S3PropertiesOutput
564
568
  attr_accessor spark_emr_properties: Types::SparkEmrPropertiesOutput
@@ -576,6 +580,8 @@ module Aws::DataZone
576
580
  end
577
581
  class IamProperties < ConnectionPropertiesOutput
578
582
  end
583
+ class MlflowProperties < ConnectionPropertiesOutput
584
+ end
579
585
  class RedshiftProperties < ConnectionPropertiesOutput
580
586
  end
581
587
  class S3Properties < ConnectionPropertiesOutput
@@ -593,6 +599,7 @@ module Aws::DataZone
593
599
  attr_accessor athena_properties: Types::AthenaPropertiesPatch
594
600
  attr_accessor glue_properties: Types::GluePropertiesPatch
595
601
  attr_accessor iam_properties: Types::IamPropertiesPatch
602
+ attr_accessor mlflow_properties: Types::MlflowPropertiesPatch
596
603
  attr_accessor redshift_properties: Types::RedshiftPropertiesPatch
597
604
  attr_accessor s3_properties: Types::S3PropertiesPatch
598
605
  attr_accessor spark_emr_properties: Types::SparkEmrPropertiesPatch
@@ -607,6 +614,8 @@ module Aws::DataZone
607
614
  end
608
615
  class IamProperties < ConnectionPropertiesPatch
609
616
  end
617
+ class MlflowProperties < ConnectionPropertiesPatch
618
+ end
610
619
  class RedshiftProperties < ConnectionPropertiesPatch
611
620
  end
612
621
  class S3Properties < ConnectionPropertiesPatch
@@ -627,7 +636,7 @@ module Aws::DataZone
627
636
  attr_accessor project_id: ::String
628
637
  attr_accessor props: Types::ConnectionPropertiesOutput
629
638
  attr_accessor scope: ("DOMAIN" | "PROJECT")
630
- attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
639
+ attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
631
640
  SENSITIVE: []
632
641
  end
633
642
 
@@ -810,7 +819,7 @@ module Aws::DataZone
810
819
  attr_accessor project_id: ::String
811
820
  attr_accessor props: Types::ConnectionPropertiesOutput
812
821
  attr_accessor scope: ("DOMAIN" | "PROJECT")
813
- attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
822
+ attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
814
823
  SENSITIVE: [:description]
815
824
  end
816
825
 
@@ -1214,6 +1223,7 @@ module Aws::DataZone
1214
1223
  attr_accessor glossary_terms: ::Array[::String]
1215
1224
  attr_accessor name: ::String
1216
1225
  attr_accessor project_profile_id: ::String
1226
+ attr_accessor resource_tags: ::Hash[::String, ::String]
1217
1227
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
1218
1228
  SENSITIVE: [:description, :name]
1219
1229
  end
@@ -1243,6 +1253,7 @@ module Aws::DataZone
1243
1253
  attr_accessor name: ::String
1244
1254
  attr_accessor project_profile_id: ::String
1245
1255
  attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
1256
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
1246
1257
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
1247
1258
  SENSITIVE: [:description, :name]
1248
1259
  end
@@ -1253,16 +1264,20 @@ module Aws::DataZone
1253
1264
  end
1254
1265
 
1255
1266
  class CreateProjectProfileInput
1267
+ attr_accessor allow_custom_project_resource_tags: bool
1256
1268
  attr_accessor description: ::String
1257
1269
  attr_accessor domain_identifier: ::String
1258
1270
  attr_accessor domain_unit_identifier: ::String
1259
1271
  attr_accessor environment_configurations: ::Array[Types::EnvironmentConfiguration]
1260
1272
  attr_accessor name: ::String
1273
+ attr_accessor project_resource_tags: ::Array[Types::ResourceTagParameter]
1274
+ attr_accessor project_resource_tags_description: ::String
1261
1275
  attr_accessor status: ("ENABLED" | "DISABLED")
1262
- SENSITIVE: [:description, :name]
1276
+ SENSITIVE: [:description, :name, :project_resource_tags_description]
1263
1277
  end
1264
1278
 
1265
1279
  class CreateProjectProfileOutput
1280
+ attr_accessor allow_custom_project_resource_tags: bool
1266
1281
  attr_accessor created_at: ::Time
1267
1282
  attr_accessor created_by: ::String
1268
1283
  attr_accessor description: ::String
@@ -1272,8 +1287,10 @@ module Aws::DataZone
1272
1287
  attr_accessor id: ::String
1273
1288
  attr_accessor last_updated_at: ::Time
1274
1289
  attr_accessor name: ::String
1290
+ attr_accessor project_resource_tags: ::Array[Types::ResourceTagParameter]
1291
+ attr_accessor project_resource_tags_description: ::String
1275
1292
  attr_accessor status: ("ENABLED" | "DISABLED")
1276
- SENSITIVE: [:description, :name]
1293
+ SENSITIVE: [:description, :name, :project_resource_tags_description]
1277
1294
  end
1278
1295
 
1279
1296
  class CreateRuleInput
@@ -2312,7 +2329,7 @@ module Aws::DataZone
2312
2329
  attr_accessor project_id: ::String
2313
2330
  attr_accessor props: Types::ConnectionPropertiesOutput
2314
2331
  attr_accessor scope: ("DOMAIN" | "PROJECT")
2315
- attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
2332
+ attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
2316
2333
  SENSITIVE: [:connection_credentials, :description]
2317
2334
  end
2318
2335
 
@@ -2784,6 +2801,7 @@ module Aws::DataZone
2784
2801
  attr_accessor name: ::String
2785
2802
  attr_accessor project_profile_id: ::String
2786
2803
  attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
2804
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
2787
2805
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
2788
2806
  SENSITIVE: [:description, :name]
2789
2807
  end
@@ -2795,6 +2813,7 @@ module Aws::DataZone
2795
2813
  end
2796
2814
 
2797
2815
  class GetProjectProfileOutput
2816
+ attr_accessor allow_custom_project_resource_tags: bool
2798
2817
  attr_accessor created_at: ::Time
2799
2818
  attr_accessor created_by: ::String
2800
2819
  attr_accessor description: ::String
@@ -2804,8 +2823,10 @@ module Aws::DataZone
2804
2823
  attr_accessor id: ::String
2805
2824
  attr_accessor last_updated_at: ::Time
2806
2825
  attr_accessor name: ::String
2826
+ attr_accessor project_resource_tags: ::Array[Types::ResourceTagParameter]
2827
+ attr_accessor project_resource_tags_description: ::String
2807
2828
  attr_accessor status: ("ENABLED" | "DISABLED")
2808
- SENSITIVE: [:description, :name]
2829
+ SENSITIVE: [:description, :name, :project_resource_tags_description]
2809
2830
  end
2810
2831
 
2811
2832
  class GetRuleInput
@@ -3009,7 +3030,7 @@ module Aws::DataZone
3009
3030
  attr_accessor compatible_compute_environments: ::Array[("SPARK" | "ATHENA" | "PYTHON")]
3010
3031
  attr_accessor connection_properties: ::Hash[::String, ::String]
3011
3032
  attr_accessor connection_schema_version: ::Integer
3012
- attr_accessor connection_type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
3033
+ attr_accessor connection_type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
3013
3034
  attr_accessor creation_time: ::Time
3014
3035
  attr_accessor description: ::String
3015
3036
  attr_accessor last_connection_validation_time: ::Time
@@ -3410,7 +3431,7 @@ module Aws::DataZone
3410
3431
  attr_accessor scope: ("DOMAIN" | "PROJECT")
3411
3432
  attr_accessor sort_by: ("NAME")
3412
3433
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
3413
- attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
3434
+ attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
3414
3435
  SENSITIVE: []
3415
3436
  end
3416
3437
 
@@ -4006,6 +4027,24 @@ module Aws::DataZone
4006
4027
  SENSITIVE: []
4007
4028
  end
4008
4029
 
4030
+ class MlflowPropertiesInput
4031
+ attr_accessor tracking_server_arn: ::String
4032
+ attr_accessor tracking_server_name: ::String
4033
+ SENSITIVE: []
4034
+ end
4035
+
4036
+ class MlflowPropertiesOutput
4037
+ attr_accessor tracking_server_arn: ::String
4038
+ attr_accessor tracking_server_name: ::String
4039
+ SENSITIVE: []
4040
+ end
4041
+
4042
+ class MlflowPropertiesPatch
4043
+ attr_accessor tracking_server_arn: ::String
4044
+ attr_accessor tracking_server_name: ::String
4045
+ SENSITIVE: []
4046
+ end
4047
+
4009
4048
  class Model
4010
4049
  attr_accessor smithy: ::String
4011
4050
  attr_accessor unknown: untyped
@@ -4637,6 +4676,20 @@ module Aws::DataZone
4637
4676
  SENSITIVE: []
4638
4677
  end
4639
4678
 
4679
+ class ResourceTag
4680
+ attr_accessor key: ::String
4681
+ attr_accessor source: ("PROJECT" | "PROJECT_PROFILE")
4682
+ attr_accessor value: ::String
4683
+ SENSITIVE: []
4684
+ end
4685
+
4686
+ class ResourceTagParameter
4687
+ attr_accessor is_value_editable: bool
4688
+ attr_accessor key: ::String
4689
+ attr_accessor value: ::String
4690
+ SENSITIVE: []
4691
+ end
4692
+
4640
4693
  class RevokeSubscriptionInput
4641
4694
  attr_accessor domain_identifier: ::String
4642
4695
  attr_accessor identifier: ::String
@@ -5444,7 +5497,7 @@ module Aws::DataZone
5444
5497
  attr_accessor project_id: ::String
5445
5498
  attr_accessor props: Types::ConnectionPropertiesOutput
5446
5499
  attr_accessor scope: ("DOMAIN" | "PROJECT")
5447
- attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
5500
+ attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q" | "MLFLOW")
5448
5501
  SENSITIVE: [:description]
5449
5502
  end
5450
5503
 
@@ -5712,6 +5765,7 @@ module Aws::DataZone
5712
5765
  attr_accessor identifier: ::String
5713
5766
  attr_accessor name: ::String
5714
5767
  attr_accessor project_profile_version: ::String
5768
+ attr_accessor resource_tags: ::Hash[::String, ::String]
5715
5769
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
5716
5770
  SENSITIVE: [:description, :name]
5717
5771
  end
@@ -5730,22 +5784,27 @@ module Aws::DataZone
5730
5784
  attr_accessor name: ::String
5731
5785
  attr_accessor project_profile_id: ::String
5732
5786
  attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
5787
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
5733
5788
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
5734
5789
  SENSITIVE: [:description, :name]
5735
5790
  end
5736
5791
 
5737
5792
  class UpdateProjectProfileInput
5793
+ attr_accessor allow_custom_project_resource_tags: bool
5738
5794
  attr_accessor description: ::String
5739
5795
  attr_accessor domain_identifier: ::String
5740
5796
  attr_accessor domain_unit_identifier: ::String
5741
5797
  attr_accessor environment_configurations: ::Array[Types::EnvironmentConfiguration]
5742
5798
  attr_accessor identifier: ::String
5743
5799
  attr_accessor name: ::String
5800
+ attr_accessor project_resource_tags: ::Array[Types::ResourceTagParameter]
5801
+ attr_accessor project_resource_tags_description: ::String
5744
5802
  attr_accessor status: ("ENABLED" | "DISABLED")
5745
- SENSITIVE: [:description, :name]
5803
+ SENSITIVE: [:description, :name, :project_resource_tags_description]
5746
5804
  end
5747
5805
 
5748
5806
  class UpdateProjectProfileOutput
5807
+ attr_accessor allow_custom_project_resource_tags: bool
5749
5808
  attr_accessor created_at: ::Time
5750
5809
  attr_accessor created_by: ::String
5751
5810
  attr_accessor description: ::String
@@ -5755,8 +5814,10 @@ module Aws::DataZone
5755
5814
  attr_accessor id: ::String
5756
5815
  attr_accessor last_updated_at: ::Time
5757
5816
  attr_accessor name: ::String
5817
+ attr_accessor project_resource_tags: ::Array[Types::ResourceTagParameter]
5818
+ attr_accessor project_resource_tags_description: ::String
5758
5819
  attr_accessor status: ("ENABLED" | "DISABLED")
5759
- SENSITIVE: [:description, :name]
5820
+ SENSITIVE: [:description, :name, :project_resource_tags_description]
5760
5821
  end
5761
5822
 
5762
5823
  class UpdateRuleInput
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services