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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +118 -10
- data/lib/aws-sdk-datazone/client_api.rb +68 -0
- data/lib/aws-sdk-datazone/types.rb +240 -5
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +44 -4
- data/sig/types.rbs +72 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b16930e2dd6b51cd3f05c738b06b10261aa7f0f6301b997b235e8b612509aa6
|
|
4
|
+
data.tar.gz: 8a06048e0d614f26cd7a14e74543922083ae64327d52302a1b0ea81379f2594d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 880c092434cbf56a9d8e2280c3e99760112ce41613cdc86e7a92e9ffd794e95fe344ff7fa7721fc7dd00cff529cf6ea9a3e95aad204a6b87d36df1e9b29eaed0
|
|
7
|
+
data.tar.gz: 6e3ed564327f502eb0d860f4baf1dfddcd854d6e8d735f99d23ec5fabe28ce23660c25d8dcead23199eef042e4fa0bf0d71b73006e2c3f42cceef7333cc84d7e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.57.0 (2025-11-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for Project Resource Tags
|
|
8
|
+
|
|
9
|
+
1.56.0 (2025-10-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support for MLflow connections Creation in DataZone
|
|
13
|
+
|
|
4
14
|
1.55.0 (2025-10-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
|
@@ -1857,6 +1857,10 @@ module Aws::DataZone
|
|
|
1857
1857
|
# iam_properties: {
|
|
1858
1858
|
# glue_lineage_sync_enabled: false,
|
|
1859
1859
|
# },
|
|
1860
|
+
# mlflow_properties: {
|
|
1861
|
+
# tracking_server_arn: "String",
|
|
1862
|
+
# tracking_server_name: "String",
|
|
1863
|
+
# },
|
|
1860
1864
|
# redshift_properties: {
|
|
1861
1865
|
# credentials: {
|
|
1862
1866
|
# secret_arn: "RedshiftCredentialsSecretArnString",
|
|
@@ -1944,7 +1948,7 @@ module Aws::DataZone
|
|
|
1944
1948
|
# resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
|
|
1945
1949
|
# resp.physical_endpoints[0].glue_connection.connection_properties["String"] #=> String
|
|
1946
1950
|
# resp.physical_endpoints[0].glue_connection.connection_schema_version #=> Integer
|
|
1947
|
-
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
1951
|
+
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
1948
1952
|
# resp.physical_endpoints[0].glue_connection.creation_time #=> Time
|
|
1949
1953
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
1950
1954
|
# resp.physical_endpoints[0].glue_connection.last_connection_validation_time #=> Time
|
|
@@ -1982,6 +1986,8 @@ module Aws::DataZone
|
|
|
1982
1986
|
# resp.props.hyper_pod_properties.orchestrator #=> String, one of "EKS", "SLURM"
|
|
1983
1987
|
# resp.props.iam_properties.environment_id #=> String
|
|
1984
1988
|
# resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
|
|
1989
|
+
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
1990
|
+
# resp.props.mlflow_properties.tracking_server_name #=> String
|
|
1985
1991
|
# resp.props.redshift_properties.credentials.secret_arn #=> String
|
|
1986
1992
|
# resp.props.redshift_properties.credentials.username_password.password #=> String
|
|
1987
1993
|
# resp.props.redshift_properties.credentials.username_password.username #=> String
|
|
@@ -2025,7 +2031,7 @@ module Aws::DataZone
|
|
|
2025
2031
|
# resp.props.spark_glue_properties.python_virtual_env #=> String
|
|
2026
2032
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
2027
2033
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
2028
|
-
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
2034
|
+
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
2029
2035
|
#
|
|
2030
2036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateConnection AWS API Documentation
|
|
2031
2037
|
#
|
|
@@ -3487,6 +3493,9 @@ module Aws::DataZone
|
|
|
3487
3493
|
# @option params [String] :project_profile_id
|
|
3488
3494
|
# The ID of the project profile.
|
|
3489
3495
|
#
|
|
3496
|
+
# @option params [Hash<String,String>] :resource_tags
|
|
3497
|
+
# The resource tags of the project.
|
|
3498
|
+
#
|
|
3490
3499
|
# @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
|
|
3491
3500
|
# The user parameters of the project.
|
|
3492
3501
|
#
|
|
@@ -3505,6 +3514,7 @@ module Aws::DataZone
|
|
|
3505
3514
|
# * {Types::CreateProjectOutput#name #name} => String
|
|
3506
3515
|
# * {Types::CreateProjectOutput#project_profile_id #project_profile_id} => String
|
|
3507
3516
|
# * {Types::CreateProjectOutput#project_status #project_status} => String
|
|
3517
|
+
# * {Types::CreateProjectOutput#resource_tags #resource_tags} => Array<Types::ResourceTag>
|
|
3508
3518
|
# * {Types::CreateProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
3509
3519
|
#
|
|
3510
3520
|
# @example Request syntax with placeholder values
|
|
@@ -3516,6 +3526,9 @@ module Aws::DataZone
|
|
|
3516
3526
|
# glossary_terms: ["GlossaryTermId"],
|
|
3517
3527
|
# name: "ProjectName", # required
|
|
3518
3528
|
# project_profile_id: "ProjectProfileId",
|
|
3529
|
+
# resource_tags: {
|
|
3530
|
+
# "TagKey" => "TagValue",
|
|
3531
|
+
# },
|
|
3519
3532
|
# user_parameters: [
|
|
3520
3533
|
# {
|
|
3521
3534
|
# environment_configuration_name: "EnvironmentConfigurationName",
|
|
@@ -3557,6 +3570,10 @@ module Aws::DataZone
|
|
|
3557
3570
|
# resp.name #=> String
|
|
3558
3571
|
# resp.project_profile_id #=> String
|
|
3559
3572
|
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
|
|
3573
|
+
# resp.resource_tags #=> Array
|
|
3574
|
+
# resp.resource_tags[0].key #=> String
|
|
3575
|
+
# resp.resource_tags[0].source #=> String, one of "PROJECT", "PROJECT_PROFILE"
|
|
3576
|
+
# resp.resource_tags[0].value #=> String
|
|
3560
3577
|
# resp.user_parameters #=> Array
|
|
3561
3578
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
|
3562
3579
|
# resp.user_parameters[0].environment_id #=> String
|
|
@@ -3616,6 +3633,9 @@ module Aws::DataZone
|
|
|
3616
3633
|
|
|
3617
3634
|
# Creates a project profile.
|
|
3618
3635
|
#
|
|
3636
|
+
# @option params [Boolean] :allow_custom_project_resource_tags
|
|
3637
|
+
# Specifies whether custom project resource tags are supported.
|
|
3638
|
+
#
|
|
3619
3639
|
# @option params [String] :description
|
|
3620
3640
|
# A description of a project profile.
|
|
3621
3641
|
#
|
|
@@ -3631,11 +3651,19 @@ module Aws::DataZone
|
|
|
3631
3651
|
# @option params [required, String] :name
|
|
3632
3652
|
# Project profile name.
|
|
3633
3653
|
#
|
|
3654
|
+
# @option params [Array<Types::ResourceTagParameter>] :project_resource_tags
|
|
3655
|
+
# The resource tags of the project profile.
|
|
3656
|
+
#
|
|
3657
|
+
# @option params [String] :project_resource_tags_description
|
|
3658
|
+
# Field viewable through the UI that provides a project user with the
|
|
3659
|
+
# allowed resource tag specifications.
|
|
3660
|
+
#
|
|
3634
3661
|
# @option params [String] :status
|
|
3635
3662
|
# Project profile status.
|
|
3636
3663
|
#
|
|
3637
3664
|
# @return [Types::CreateProjectProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3638
3665
|
#
|
|
3666
|
+
# * {Types::CreateProjectProfileOutput#allow_custom_project_resource_tags #allow_custom_project_resource_tags} => Boolean
|
|
3639
3667
|
# * {Types::CreateProjectProfileOutput#created_at #created_at} => Time
|
|
3640
3668
|
# * {Types::CreateProjectProfileOutput#created_by #created_by} => String
|
|
3641
3669
|
# * {Types::CreateProjectProfileOutput#description #description} => String
|
|
@@ -3645,11 +3673,14 @@ module Aws::DataZone
|
|
|
3645
3673
|
# * {Types::CreateProjectProfileOutput#id #id} => String
|
|
3646
3674
|
# * {Types::CreateProjectProfileOutput#last_updated_at #last_updated_at} => Time
|
|
3647
3675
|
# * {Types::CreateProjectProfileOutput#name #name} => String
|
|
3676
|
+
# * {Types::CreateProjectProfileOutput#project_resource_tags #project_resource_tags} => Array<Types::ResourceTagParameter>
|
|
3677
|
+
# * {Types::CreateProjectProfileOutput#project_resource_tags_description #project_resource_tags_description} => String
|
|
3648
3678
|
# * {Types::CreateProjectProfileOutput#status #status} => String
|
|
3649
3679
|
#
|
|
3650
3680
|
# @example Request syntax with placeholder values
|
|
3651
3681
|
#
|
|
3652
3682
|
# resp = client.create_project_profile({
|
|
3683
|
+
# allow_custom_project_resource_tags: false,
|
|
3653
3684
|
# description: "Description",
|
|
3654
3685
|
# domain_identifier: "DomainId", # required
|
|
3655
3686
|
# domain_unit_identifier: "DomainUnitId",
|
|
@@ -3690,11 +3721,20 @@ module Aws::DataZone
|
|
|
3690
3721
|
# },
|
|
3691
3722
|
# ],
|
|
3692
3723
|
# name: "ProjectProfileName", # required
|
|
3724
|
+
# project_resource_tags: [
|
|
3725
|
+
# {
|
|
3726
|
+
# is_value_editable: false, # required
|
|
3727
|
+
# key: "TagKey", # required
|
|
3728
|
+
# value: "TagValue", # required
|
|
3729
|
+
# },
|
|
3730
|
+
# ],
|
|
3731
|
+
# project_resource_tags_description: "Description",
|
|
3693
3732
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
3694
3733
|
# })
|
|
3695
3734
|
#
|
|
3696
3735
|
# @example Response structure
|
|
3697
3736
|
#
|
|
3737
|
+
# resp.allow_custom_project_resource_tags #=> Boolean
|
|
3698
3738
|
# resp.created_at #=> Time
|
|
3699
3739
|
# resp.created_by #=> String
|
|
3700
3740
|
# resp.description #=> String
|
|
@@ -3725,6 +3765,11 @@ module Aws::DataZone
|
|
|
3725
3765
|
# resp.id #=> String
|
|
3726
3766
|
# resp.last_updated_at #=> Time
|
|
3727
3767
|
# resp.name #=> String
|
|
3768
|
+
# resp.project_resource_tags #=> Array
|
|
3769
|
+
# resp.project_resource_tags[0].is_value_editable #=> Boolean
|
|
3770
|
+
# resp.project_resource_tags[0].key #=> String
|
|
3771
|
+
# resp.project_resource_tags[0].value #=> String
|
|
3772
|
+
# resp.project_resource_tags_description #=> String
|
|
3728
3773
|
# resp.status #=> String, one of "ENABLED", "DISABLED"
|
|
3729
3774
|
#
|
|
3730
3775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateProjectProfile AWS API Documentation
|
|
@@ -5726,7 +5771,7 @@ module Aws::DataZone
|
|
|
5726
5771
|
# resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
|
|
5727
5772
|
# resp.physical_endpoints[0].glue_connection.connection_properties["String"] #=> String
|
|
5728
5773
|
# resp.physical_endpoints[0].glue_connection.connection_schema_version #=> Integer
|
|
5729
|
-
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
5774
|
+
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
5730
5775
|
# resp.physical_endpoints[0].glue_connection.creation_time #=> Time
|
|
5731
5776
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
5732
5777
|
# resp.physical_endpoints[0].glue_connection.last_connection_validation_time #=> Time
|
|
@@ -5764,6 +5809,8 @@ module Aws::DataZone
|
|
|
5764
5809
|
# resp.props.hyper_pod_properties.orchestrator #=> String, one of "EKS", "SLURM"
|
|
5765
5810
|
# resp.props.iam_properties.environment_id #=> String
|
|
5766
5811
|
# resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
|
|
5812
|
+
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
5813
|
+
# resp.props.mlflow_properties.tracking_server_name #=> String
|
|
5767
5814
|
# resp.props.redshift_properties.credentials.secret_arn #=> String
|
|
5768
5815
|
# resp.props.redshift_properties.credentials.username_password.password #=> String
|
|
5769
5816
|
# resp.props.redshift_properties.credentials.username_password.username #=> String
|
|
@@ -5807,7 +5854,7 @@ module Aws::DataZone
|
|
|
5807
5854
|
# resp.props.spark_glue_properties.python_virtual_env #=> String
|
|
5808
5855
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
5809
5856
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
5810
|
-
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
5857
|
+
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
5811
5858
|
#
|
|
5812
5859
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetConnection AWS API Documentation
|
|
5813
5860
|
#
|
|
@@ -7199,6 +7246,7 @@ module Aws::DataZone
|
|
|
7199
7246
|
# * {Types::GetProjectOutput#name #name} => String
|
|
7200
7247
|
# * {Types::GetProjectOutput#project_profile_id #project_profile_id} => String
|
|
7201
7248
|
# * {Types::GetProjectOutput#project_status #project_status} => String
|
|
7249
|
+
# * {Types::GetProjectOutput#resource_tags #resource_tags} => Array<Types::ResourceTag>
|
|
7202
7250
|
# * {Types::GetProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
7203
7251
|
#
|
|
7204
7252
|
# @example Request syntax with placeholder values
|
|
@@ -7230,6 +7278,10 @@ module Aws::DataZone
|
|
|
7230
7278
|
# resp.name #=> String
|
|
7231
7279
|
# resp.project_profile_id #=> String
|
|
7232
7280
|
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
|
|
7281
|
+
# resp.resource_tags #=> Array
|
|
7282
|
+
# resp.resource_tags[0].key #=> String
|
|
7283
|
+
# resp.resource_tags[0].source #=> String, one of "PROJECT", "PROJECT_PROFILE"
|
|
7284
|
+
# resp.resource_tags[0].value #=> String
|
|
7233
7285
|
# resp.user_parameters #=> Array
|
|
7234
7286
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
|
7235
7287
|
# resp.user_parameters[0].environment_id #=> String
|
|
@@ -7259,6 +7311,7 @@ module Aws::DataZone
|
|
|
7259
7311
|
#
|
|
7260
7312
|
# @return [Types::GetProjectProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7261
7313
|
#
|
|
7314
|
+
# * {Types::GetProjectProfileOutput#allow_custom_project_resource_tags #allow_custom_project_resource_tags} => Boolean
|
|
7262
7315
|
# * {Types::GetProjectProfileOutput#created_at #created_at} => Time
|
|
7263
7316
|
# * {Types::GetProjectProfileOutput#created_by #created_by} => String
|
|
7264
7317
|
# * {Types::GetProjectProfileOutput#description #description} => String
|
|
@@ -7268,6 +7321,8 @@ module Aws::DataZone
|
|
|
7268
7321
|
# * {Types::GetProjectProfileOutput#id #id} => String
|
|
7269
7322
|
# * {Types::GetProjectProfileOutput#last_updated_at #last_updated_at} => Time
|
|
7270
7323
|
# * {Types::GetProjectProfileOutput#name #name} => String
|
|
7324
|
+
# * {Types::GetProjectProfileOutput#project_resource_tags #project_resource_tags} => Array<Types::ResourceTagParameter>
|
|
7325
|
+
# * {Types::GetProjectProfileOutput#project_resource_tags_description #project_resource_tags_description} => String
|
|
7271
7326
|
# * {Types::GetProjectProfileOutput#status #status} => String
|
|
7272
7327
|
#
|
|
7273
7328
|
# @example Request syntax with placeholder values
|
|
@@ -7279,6 +7334,7 @@ module Aws::DataZone
|
|
|
7279
7334
|
#
|
|
7280
7335
|
# @example Response structure
|
|
7281
7336
|
#
|
|
7337
|
+
# resp.allow_custom_project_resource_tags #=> Boolean
|
|
7282
7338
|
# resp.created_at #=> Time
|
|
7283
7339
|
# resp.created_by #=> String
|
|
7284
7340
|
# resp.description #=> String
|
|
@@ -7309,6 +7365,11 @@ module Aws::DataZone
|
|
|
7309
7365
|
# resp.id #=> String
|
|
7310
7366
|
# resp.last_updated_at #=> Time
|
|
7311
7367
|
# resp.name #=> String
|
|
7368
|
+
# resp.project_resource_tags #=> Array
|
|
7369
|
+
# resp.project_resource_tags[0].is_value_editable #=> Boolean
|
|
7370
|
+
# resp.project_resource_tags[0].key #=> String
|
|
7371
|
+
# resp.project_resource_tags[0].value #=> String
|
|
7372
|
+
# resp.project_resource_tags_description #=> String
|
|
7312
7373
|
# resp.status #=> String, one of "ENABLED", "DISABLED"
|
|
7313
7374
|
#
|
|
7314
7375
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetProjectProfile AWS API Documentation
|
|
@@ -8150,7 +8211,7 @@ module Aws::DataZone
|
|
|
8150
8211
|
# scope: "DOMAIN", # accepts DOMAIN, PROJECT
|
|
8151
8212
|
# sort_by: "NAME", # accepts NAME
|
|
8152
8213
|
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
|
8153
|
-
# type: "ATHENA", # accepts ATHENA, BIGQUERY, DATABRICKS, DOCUMENTDB, DYNAMODB, HYPERPOD, IAM, MYSQL, OPENSEARCH, ORACLE, POSTGRESQL, REDSHIFT, S3, SAPHANA, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, VERTICA, WORKFLOWS_MWAA, AMAZON_Q
|
|
8214
|
+
# type: "ATHENA", # accepts ATHENA, BIGQUERY, DATABRICKS, DOCUMENTDB, DYNAMODB, HYPERPOD, IAM, MYSQL, OPENSEARCH, ORACLE, POSTGRESQL, REDSHIFT, S3, SAPHANA, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, VERTICA, WORKFLOWS_MWAA, AMAZON_Q, MLFLOW
|
|
8154
8215
|
# })
|
|
8155
8216
|
#
|
|
8156
8217
|
# @example Response structure
|
|
@@ -8188,7 +8249,7 @@ module Aws::DataZone
|
|
|
8188
8249
|
# resp.items[0].physical_endpoints[0].glue_connection.connection_properties #=> Hash
|
|
8189
8250
|
# resp.items[0].physical_endpoints[0].glue_connection.connection_properties["String"] #=> String
|
|
8190
8251
|
# resp.items[0].physical_endpoints[0].glue_connection.connection_schema_version #=> Integer
|
|
8191
|
-
# resp.items[0].physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
8252
|
+
# resp.items[0].physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
8192
8253
|
# resp.items[0].physical_endpoints[0].glue_connection.creation_time #=> Time
|
|
8193
8254
|
# resp.items[0].physical_endpoints[0].glue_connection.description #=> String
|
|
8194
8255
|
# resp.items[0].physical_endpoints[0].glue_connection.last_connection_validation_time #=> Time
|
|
@@ -8226,6 +8287,8 @@ module Aws::DataZone
|
|
|
8226
8287
|
# resp.items[0].props.hyper_pod_properties.orchestrator #=> String, one of "EKS", "SLURM"
|
|
8227
8288
|
# resp.items[0].props.iam_properties.environment_id #=> String
|
|
8228
8289
|
# resp.items[0].props.iam_properties.glue_lineage_sync_enabled #=> Boolean
|
|
8290
|
+
# resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
|
|
8291
|
+
# resp.items[0].props.mlflow_properties.tracking_server_name #=> String
|
|
8229
8292
|
# resp.items[0].props.redshift_properties.credentials.secret_arn #=> String
|
|
8230
8293
|
# resp.items[0].props.redshift_properties.credentials.username_password.password #=> String
|
|
8231
8294
|
# resp.items[0].props.redshift_properties.credentials.username_password.username #=> String
|
|
@@ -8269,7 +8332,7 @@ module Aws::DataZone
|
|
|
8269
8332
|
# resp.items[0].props.spark_glue_properties.python_virtual_env #=> String
|
|
8270
8333
|
# resp.items[0].props.spark_glue_properties.worker_type #=> String
|
|
8271
8334
|
# resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
|
|
8272
|
-
# resp.items[0].type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
8335
|
+
# resp.items[0].type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
8273
8336
|
# resp.next_token #=> String
|
|
8274
8337
|
#
|
|
8275
8338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListConnections AWS API Documentation
|
|
@@ -12349,6 +12412,10 @@ module Aws::DataZone
|
|
|
12349
12412
|
# iam_properties: {
|
|
12350
12413
|
# glue_lineage_sync_enabled: false,
|
|
12351
12414
|
# },
|
|
12415
|
+
# mlflow_properties: {
|
|
12416
|
+
# tracking_server_arn: "String",
|
|
12417
|
+
# tracking_server_name: "String",
|
|
12418
|
+
# },
|
|
12352
12419
|
# redshift_properties: {
|
|
12353
12420
|
# credentials: {
|
|
12354
12421
|
# secret_arn: "RedshiftCredentialsSecretArnString",
|
|
@@ -12423,7 +12490,7 @@ module Aws::DataZone
|
|
|
12423
12490
|
# resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
|
|
12424
12491
|
# resp.physical_endpoints[0].glue_connection.connection_properties["String"] #=> String
|
|
12425
12492
|
# resp.physical_endpoints[0].glue_connection.connection_schema_version #=> Integer
|
|
12426
|
-
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
12493
|
+
# resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
12427
12494
|
# resp.physical_endpoints[0].glue_connection.creation_time #=> Time
|
|
12428
12495
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
12429
12496
|
# resp.physical_endpoints[0].glue_connection.last_connection_validation_time #=> Time
|
|
@@ -12461,6 +12528,8 @@ module Aws::DataZone
|
|
|
12461
12528
|
# resp.props.hyper_pod_properties.orchestrator #=> String, one of "EKS", "SLURM"
|
|
12462
12529
|
# resp.props.iam_properties.environment_id #=> String
|
|
12463
12530
|
# resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
|
|
12531
|
+
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
12532
|
+
# resp.props.mlflow_properties.tracking_server_name #=> String
|
|
12464
12533
|
# resp.props.redshift_properties.credentials.secret_arn #=> String
|
|
12465
12534
|
# resp.props.redshift_properties.credentials.username_password.password #=> String
|
|
12466
12535
|
# resp.props.redshift_properties.credentials.username_password.username #=> String
|
|
@@ -12504,7 +12573,7 @@ module Aws::DataZone
|
|
|
12504
12573
|
# resp.props.spark_glue_properties.python_virtual_env #=> String
|
|
12505
12574
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
12506
12575
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
12507
|
-
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q"
|
|
12576
|
+
# resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW"
|
|
12508
12577
|
#
|
|
12509
12578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnection AWS API Documentation
|
|
12510
12579
|
#
|
|
@@ -13491,6 +13560,9 @@ module Aws::DataZone
|
|
|
13491
13560
|
# You can only specify the following string for this parameter:
|
|
13492
13561
|
# `latest`.
|
|
13493
13562
|
#
|
|
13563
|
+
# @option params [Hash<String,String>] :resource_tags
|
|
13564
|
+
# The resource tags of the project.
|
|
13565
|
+
#
|
|
13494
13566
|
# @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
|
|
13495
13567
|
# The user parameters of the project.
|
|
13496
13568
|
#
|
|
@@ -13509,6 +13581,7 @@ module Aws::DataZone
|
|
|
13509
13581
|
# * {Types::UpdateProjectOutput#name #name} => String
|
|
13510
13582
|
# * {Types::UpdateProjectOutput#project_profile_id #project_profile_id} => String
|
|
13511
13583
|
# * {Types::UpdateProjectOutput#project_status #project_status} => String
|
|
13584
|
+
# * {Types::UpdateProjectOutput#resource_tags #resource_tags} => Array<Types::ResourceTag>
|
|
13512
13585
|
# * {Types::UpdateProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
13513
13586
|
#
|
|
13514
13587
|
# @example Request syntax with placeholder values
|
|
@@ -13532,6 +13605,9 @@ module Aws::DataZone
|
|
|
13532
13605
|
# identifier: "ProjectId", # required
|
|
13533
13606
|
# name: "ProjectName",
|
|
13534
13607
|
# project_profile_version: "String",
|
|
13608
|
+
# resource_tags: {
|
|
13609
|
+
# "TagKey" => "TagValue",
|
|
13610
|
+
# },
|
|
13535
13611
|
# user_parameters: [
|
|
13536
13612
|
# {
|
|
13537
13613
|
# environment_configuration_name: "EnvironmentConfigurationName",
|
|
@@ -13573,6 +13649,10 @@ module Aws::DataZone
|
|
|
13573
13649
|
# resp.name #=> String
|
|
13574
13650
|
# resp.project_profile_id #=> String
|
|
13575
13651
|
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
|
|
13652
|
+
# resp.resource_tags #=> Array
|
|
13653
|
+
# resp.resource_tags[0].key #=> String
|
|
13654
|
+
# resp.resource_tags[0].source #=> String, one of "PROJECT", "PROJECT_PROFILE"
|
|
13655
|
+
# resp.resource_tags[0].value #=> String
|
|
13576
13656
|
# resp.user_parameters #=> Array
|
|
13577
13657
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
|
13578
13658
|
# resp.user_parameters[0].environment_id #=> String
|
|
@@ -13594,6 +13674,9 @@ module Aws::DataZone
|
|
|
13594
13674
|
|
|
13595
13675
|
# Updates a project profile.
|
|
13596
13676
|
#
|
|
13677
|
+
# @option params [Boolean] :allow_custom_project_resource_tags
|
|
13678
|
+
# Specifies whether custom project resource tags are supported.
|
|
13679
|
+
#
|
|
13597
13680
|
# @option params [String] :description
|
|
13598
13681
|
# The description of a project profile.
|
|
13599
13682
|
#
|
|
@@ -13612,11 +13695,19 @@ module Aws::DataZone
|
|
|
13612
13695
|
# @option params [String] :name
|
|
13613
13696
|
# The name of a project profile.
|
|
13614
13697
|
#
|
|
13698
|
+
# @option params [Array<Types::ResourceTagParameter>] :project_resource_tags
|
|
13699
|
+
# The resource tags of the project profile.
|
|
13700
|
+
#
|
|
13701
|
+
# @option params [String] :project_resource_tags_description
|
|
13702
|
+
# Field viewable through the UI that provides a project user with the
|
|
13703
|
+
# allowed resource tag specifications.
|
|
13704
|
+
#
|
|
13615
13705
|
# @option params [String] :status
|
|
13616
13706
|
# The status of a project profile.
|
|
13617
13707
|
#
|
|
13618
13708
|
# @return [Types::UpdateProjectProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13619
13709
|
#
|
|
13710
|
+
# * {Types::UpdateProjectProfileOutput#allow_custom_project_resource_tags #allow_custom_project_resource_tags} => Boolean
|
|
13620
13711
|
# * {Types::UpdateProjectProfileOutput#created_at #created_at} => Time
|
|
13621
13712
|
# * {Types::UpdateProjectProfileOutput#created_by #created_by} => String
|
|
13622
13713
|
# * {Types::UpdateProjectProfileOutput#description #description} => String
|
|
@@ -13626,11 +13717,14 @@ module Aws::DataZone
|
|
|
13626
13717
|
# * {Types::UpdateProjectProfileOutput#id #id} => String
|
|
13627
13718
|
# * {Types::UpdateProjectProfileOutput#last_updated_at #last_updated_at} => Time
|
|
13628
13719
|
# * {Types::UpdateProjectProfileOutput#name #name} => String
|
|
13720
|
+
# * {Types::UpdateProjectProfileOutput#project_resource_tags #project_resource_tags} => Array<Types::ResourceTagParameter>
|
|
13721
|
+
# * {Types::UpdateProjectProfileOutput#project_resource_tags_description #project_resource_tags_description} => String
|
|
13629
13722
|
# * {Types::UpdateProjectProfileOutput#status #status} => String
|
|
13630
13723
|
#
|
|
13631
13724
|
# @example Request syntax with placeholder values
|
|
13632
13725
|
#
|
|
13633
13726
|
# resp = client.update_project_profile({
|
|
13727
|
+
# allow_custom_project_resource_tags: false,
|
|
13634
13728
|
# description: "Description",
|
|
13635
13729
|
# domain_identifier: "DomainId", # required
|
|
13636
13730
|
# domain_unit_identifier: "DomainUnitId",
|
|
@@ -13672,11 +13766,20 @@ module Aws::DataZone
|
|
|
13672
13766
|
# ],
|
|
13673
13767
|
# identifier: "ProjectProfileId", # required
|
|
13674
13768
|
# name: "ProjectProfileName",
|
|
13769
|
+
# project_resource_tags: [
|
|
13770
|
+
# {
|
|
13771
|
+
# is_value_editable: false, # required
|
|
13772
|
+
# key: "TagKey", # required
|
|
13773
|
+
# value: "TagValue", # required
|
|
13774
|
+
# },
|
|
13775
|
+
# ],
|
|
13776
|
+
# project_resource_tags_description: "Description",
|
|
13675
13777
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
13676
13778
|
# })
|
|
13677
13779
|
#
|
|
13678
13780
|
# @example Response structure
|
|
13679
13781
|
#
|
|
13782
|
+
# resp.allow_custom_project_resource_tags #=> Boolean
|
|
13680
13783
|
# resp.created_at #=> Time
|
|
13681
13784
|
# resp.created_by #=> String
|
|
13682
13785
|
# resp.description #=> String
|
|
@@ -13707,6 +13810,11 @@ module Aws::DataZone
|
|
|
13707
13810
|
# resp.id #=> String
|
|
13708
13811
|
# resp.last_updated_at #=> Time
|
|
13709
13812
|
# resp.name #=> String
|
|
13813
|
+
# resp.project_resource_tags #=> Array
|
|
13814
|
+
# resp.project_resource_tags[0].is_value_editable #=> Boolean
|
|
13815
|
+
# resp.project_resource_tags[0].key #=> String
|
|
13816
|
+
# resp.project_resource_tags[0].value #=> String
|
|
13817
|
+
# resp.project_resource_tags_description #=> String
|
|
13710
13818
|
# resp.status #=> String, one of "ENABLED", "DISABLED"
|
|
13711
13819
|
#
|
|
13712
13820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProjectProfile AWS API Documentation
|
|
@@ -14194,7 +14302,7 @@ module Aws::DataZone
|
|
|
14194
14302
|
tracer: tracer
|
|
14195
14303
|
)
|
|
14196
14304
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
14197
|
-
context[:gem_version] = '1.
|
|
14305
|
+
context[:gem_version] = '1.57.0'
|
|
14198
14306
|
Seahorse::Client::Request.new(handlers, context)
|
|
14199
14307
|
end
|
|
14200
14308
|
|