aws-sdk-datazone 1.72.0 → 1.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ad8222903cea032f3eb8feed89b1e95cdf09c862011f967f88e9d4c85544fa4
4
- data.tar.gz: b8639ecca14dfd96452fe14cfcf176a62930a4c49e73fac4b71ff88e5df8f54d
3
+ metadata.gz: c8a50882fe7c1a0ed1720e73db41a5999d25c393e12f5d5aae2b478128554b69
4
+ data.tar.gz: 59291cd92d325f572a9cf224f54116b3ac98e45c49e4ce96dd3a3bb8137a39a8
5
5
  SHA512:
6
- metadata.gz: fcf9aa89f2af7855c4afc7f537c19a673dfe9556cd47f23c4a1683fa30d625ff87a0f3592fe3bcb5e44e5f0399f63e56f7e1f1e70fcc25f2b5eeedcbcfd86bfb
7
- data.tar.gz: c80eb19329a79c9d158f83a1ac4acdcfd442f3d60b380ff291efcab7544b360e11850f87be8e33e4e7eb286fa2dddce8316e51623790c93bef527c11f3112126
6
+ metadata.gz: 773dbdaa7ce530cf15bcea774d19e96fbfdeb1852d2b692324592bb8aa529ef688054a388c2f51cacedb8c6a085af6569cde438cb9fd6456f8e94ebe110d5439
7
+ data.tar.gz: 7d98d6b95a9b721d1e6d4876bdc4807f684d1bedf3b44f909b5a620eab783bb2aa749e8fdd411f43b9b3cf1b0e91c05f8912b6fd50aa23376dcbc1565dc7e7be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2026-04-23)
5
+ ------------------
6
+
7
+ * Feature - Releasing For LakehouseProperties attributes in the Connections API's
8
+
9
+ 1.73.0 (2026-04-16)
10
+ ------------------
11
+
12
+ * Feature - Launching SMUS IAM domain SDK support
13
+
4
14
  1.72.0 (2026-04-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.74.0
@@ -620,6 +620,8 @@ module Aws::DataZone
620
620
  # resp.subscribed_principals[0].user.id #=> String
621
621
  # resp.subscribed_principals[0].user.details.iam.arn #=> String
622
622
  # resp.subscribed_principals[0].user.details.iam.principal_id #=> String
623
+ # resp.subscribed_principals[0].user.details.iam.session_name #=> String
624
+ # resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
623
625
  # resp.subscribed_principals[0].user.details.sso.username #=> String
624
626
  # resp.subscribed_principals[0].user.details.sso.first_name #=> String
625
627
  # resp.subscribed_principals[0].user.details.sso.last_name #=> String
@@ -1120,6 +1122,8 @@ module Aws::DataZone
1120
1122
  # resp.subscribed_principal.user.id #=> String
1121
1123
  # resp.subscribed_principal.user.details.iam.arn #=> String
1122
1124
  # resp.subscribed_principal.user.details.iam.principal_id #=> String
1125
+ # resp.subscribed_principal.user.details.iam.session_name #=> String
1126
+ # resp.subscribed_principal.user.details.iam.group_profile_id #=> String
1123
1127
  # resp.subscribed_principal.user.details.sso.username #=> String
1124
1128
  # resp.subscribed_principal.user.details.sso.first_name #=> String
1125
1129
  # resp.subscribed_principal.user.details.sso.last_name #=> String
@@ -2080,6 +2084,9 @@ module Aws::DataZone
2080
2084
  # },
2081
2085
  # workflows_serverless_properties: {
2082
2086
  # },
2087
+ # lakehouse_properties: {
2088
+ # glue_lineage_sync_enabled: false,
2089
+ # },
2083
2090
  # },
2084
2091
  # enable_trusted_identity_propagation: false,
2085
2092
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
@@ -2211,6 +2218,7 @@ module Aws::DataZone
2211
2218
  # resp.props.amazon_q_properties.auth_mode #=> String
2212
2219
  # resp.props.mlflow_properties.tracking_server_arn #=> String
2213
2220
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
2221
+ # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
2214
2222
  # 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"
2215
2223
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
2216
2224
  #
@@ -2713,7 +2721,7 @@ module Aws::DataZone
2713
2721
  # @option params [Types::SingleSignOn] :single_sign_on
2714
2722
  # The single-sign on configuration of the Amazon DataZone domain.
2715
2723
  #
2716
- # @option params [required, String] :domain_execution_role
2724
+ # @option params [String] :domain_execution_role
2717
2725
  # The domain execution role that is created when an Amazon DataZone
2718
2726
  # domain is created. The domain execution role is created in the Amazon
2719
2727
  # Web Services account that houses the Amazon DataZone domain.
@@ -2765,7 +2773,7 @@ module Aws::DataZone
2765
2773
  # user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
2766
2774
  # idc_instance_arn: "SingleSignOnIdcInstanceArnString",
2767
2775
  # },
2768
- # domain_execution_role: "RoleArn", # required
2776
+ # domain_execution_role: "RoleArn",
2769
2777
  # kms_key_identifier: "KmsKeyArn",
2770
2778
  # tags: {
2771
2779
  # "TagKey" => "TagValue",
@@ -3560,9 +3568,14 @@ module Aws::DataZone
3560
3568
  # The identifier of the Amazon DataZone domain in which the group
3561
3569
  # profile is created.
3562
3570
  #
3563
- # @option params [required, String] :group_identifier
3571
+ # @option params [String] :group_identifier
3564
3572
  # The identifier of the group for which the group profile is created.
3565
3573
  #
3574
+ # @option params [String] :role_principal_arn
3575
+ # The ARN of the IAM role that will be associated with the group
3576
+ # profile. This role defines the permissions that group members will
3577
+ # assume when accessing Amazon DataZone resources.
3578
+ #
3566
3579
  # @option params [String] :client_token
3567
3580
  # A unique, case-sensitive identifier that is provided to ensure the
3568
3581
  # idempotency of the request.
@@ -3576,12 +3589,15 @@ module Aws::DataZone
3576
3589
  # * {Types::CreateGroupProfileOutput#id #id} => String
3577
3590
  # * {Types::CreateGroupProfileOutput#status #status} => String
3578
3591
  # * {Types::CreateGroupProfileOutput#group_name #group_name} => String
3592
+ # * {Types::CreateGroupProfileOutput#role_principal_arn #role_principal_arn} => String
3593
+ # * {Types::CreateGroupProfileOutput#role_principal_id #role_principal_id} => String
3579
3594
  #
3580
3595
  # @example Request syntax with placeholder values
3581
3596
  #
3582
3597
  # resp = client.create_group_profile({
3583
3598
  # domain_identifier: "DomainId", # required
3584
- # group_identifier: "GroupIdentifier", # required
3599
+ # group_identifier: "GroupIdentifier",
3600
+ # role_principal_arn: "String",
3585
3601
  # client_token: "String",
3586
3602
  # })
3587
3603
  #
@@ -3591,6 +3607,8 @@ module Aws::DataZone
3591
3607
  # resp.id #=> String
3592
3608
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
3593
3609
  # resp.group_name #=> String
3610
+ # resp.role_principal_arn #=> String
3611
+ # resp.role_principal_id #=> String
3594
3612
  #
3595
3613
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGroupProfile AWS API Documentation
3596
3614
  #
@@ -3686,6 +3704,17 @@ module Aws::DataZone
3686
3704
  # @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
3687
3705
  # The user parameters of the project.
3688
3706
  #
3707
+ # @option params [String] :project_category
3708
+ # The category of the project. Set to 'ADMIN' designates this as an
3709
+ # administrative project for the Amazon DataZone domain.
3710
+ #
3711
+ # @option params [String] :project_execution_role
3712
+ # The default project IAM role that is used to access project resources
3713
+ # and run computes such as Glue and Sagemaker.
3714
+ #
3715
+ # @option params [Array<Types::ProjectMembershipAssignment>] :membership_assignments
3716
+ # The members to be assigned to the project.
3717
+ #
3689
3718
  # @return [Types::CreateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3690
3719
  #
3691
3720
  # * {Types::CreateProjectOutput#domain_id #domain_id} => String
@@ -3703,6 +3732,7 @@ module Aws::DataZone
3703
3732
  # * {Types::CreateProjectOutput#project_profile_id #project_profile_id} => String
3704
3733
  # * {Types::CreateProjectOutput#user_parameters #user_parameters} => Array&lt;Types::EnvironmentConfigurationUserParameter&gt;
3705
3734
  # * {Types::CreateProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
3735
+ # * {Types::CreateProjectOutput#project_category #project_category} => String
3706
3736
  #
3707
3737
  # @example Request syntax with placeholder values
3708
3738
  #
@@ -3733,6 +3763,17 @@ module Aws::DataZone
3733
3763
  # ],
3734
3764
  # },
3735
3765
  # ],
3766
+ # project_category: "String",
3767
+ # project_execution_role: "RoleArn",
3768
+ # membership_assignments: [
3769
+ # {
3770
+ # member: { # required
3771
+ # user_identifier: "String",
3772
+ # group_identifier: "String",
3773
+ # },
3774
+ # designation: "PROJECT_OWNER", # required, accepts PROJECT_OWNER, PROJECT_CONTRIBUTOR, PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER, PROJECT_CATALOG_STEWARD
3775
+ # },
3776
+ # ],
3736
3777
  # })
3737
3778
  #
3738
3779
  # @example Response structure
@@ -3770,6 +3811,7 @@ module Aws::DataZone
3770
3811
  # resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
3771
3812
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
3772
3813
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
3814
+ # resp.project_category #=> String
3773
3815
  #
3774
3816
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateProject AWS API Documentation
3775
3817
  #
@@ -4311,6 +4353,8 @@ module Aws::DataZone
4311
4353
  # resp.subscribed_principals[0].user.id #=> String
4312
4354
  # resp.subscribed_principals[0].user.details.iam.arn #=> String
4313
4355
  # resp.subscribed_principals[0].user.details.iam.principal_id #=> String
4356
+ # resp.subscribed_principals[0].user.details.iam.session_name #=> String
4357
+ # resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
4314
4358
  # resp.subscribed_principals[0].user.details.sso.username #=> String
4315
4359
  # resp.subscribed_principals[0].user.details.sso.first_name #=> String
4316
4360
  # resp.subscribed_principals[0].user.details.sso.last_name #=> String
@@ -4493,6 +4537,9 @@ module Aws::DataZone
4493
4537
  # @option params [String] :user_type
4494
4538
  # The user type of the user for which the user profile is created.
4495
4539
  #
4540
+ # @option params [String] :session_name
4541
+ # The session name for IAM role sessions.
4542
+ #
4496
4543
  # @option params [String] :client_token
4497
4544
  # A unique, case-sensitive identifier that is provided to ensure the
4498
4545
  # idempotency of the request.
@@ -4513,7 +4560,8 @@ module Aws::DataZone
4513
4560
  # resp = client.create_user_profile({
4514
4561
  # domain_identifier: "DomainId", # required
4515
4562
  # user_identifier: "UserIdentifier", # required
4516
- # user_type: "IAM_USER", # accepts IAM_USER, IAM_ROLE, SSO_USER
4563
+ # user_type: "IAM_USER", # accepts IAM_USER, IAM_ROLE, SSO_USER, IAM_ROLE_SESSION
4564
+ # session_name: "CreateUserProfileInputSessionNameString",
4517
4565
  # client_token: "String",
4518
4566
  # })
4519
4567
  #
@@ -4525,6 +4573,8 @@ module Aws::DataZone
4525
4573
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
4526
4574
  # resp.details.iam.arn #=> String
4527
4575
  # resp.details.iam.principal_id #=> String
4576
+ # resp.details.iam.session_name #=> String
4577
+ # resp.details.iam.group_profile_id #=> String
4528
4578
  # resp.details.sso.username #=> String
4529
4579
  # resp.details.sso.first_name #=> String
4530
4580
  # resp.details.sso.last_name #=> String
@@ -6142,6 +6192,7 @@ module Aws::DataZone
6142
6192
  # resp.props.amazon_q_properties.auth_mode #=> String
6143
6193
  # resp.props.mlflow_properties.tracking_server_arn #=> String
6144
6194
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
6195
+ # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
6145
6196
  # 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"
6146
6197
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
6147
6198
  #
@@ -7171,6 +7222,8 @@ module Aws::DataZone
7171
7222
  # * {Types::GetGroupProfileOutput#id #id} => String
7172
7223
  # * {Types::GetGroupProfileOutput#status #status} => String
7173
7224
  # * {Types::GetGroupProfileOutput#group_name #group_name} => String
7225
+ # * {Types::GetGroupProfileOutput#role_principal_arn #role_principal_arn} => String
7226
+ # * {Types::GetGroupProfileOutput#role_principal_id #role_principal_id} => String
7174
7227
  #
7175
7228
  # @example Request syntax with placeholder values
7176
7229
  #
@@ -7185,6 +7238,8 @@ module Aws::DataZone
7185
7238
  # resp.id #=> String
7186
7239
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
7187
7240
  # resp.group_name #=> String
7241
+ # resp.role_principal_arn #=> String
7242
+ # resp.role_principal_id #=> String
7188
7243
  #
7189
7244
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGroupProfile AWS API Documentation
7190
7245
  #
@@ -7591,6 +7646,7 @@ module Aws::DataZone
7591
7646
  # * {Types::GetProjectOutput#project_profile_id #project_profile_id} => String
7592
7647
  # * {Types::GetProjectOutput#user_parameters #user_parameters} => Array&lt;Types::EnvironmentConfigurationUserParameter&gt;
7593
7648
  # * {Types::GetProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
7649
+ # * {Types::GetProjectOutput#project_category #project_category} => String
7594
7650
  #
7595
7651
  # @example Request syntax with placeholder values
7596
7652
  #
@@ -7634,6 +7690,7 @@ module Aws::DataZone
7634
7690
  # resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
7635
7691
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
7636
7692
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
7693
+ # resp.project_category #=> String
7637
7694
  #
7638
7695
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetProject AWS API Documentation
7639
7696
  #
@@ -7848,6 +7905,8 @@ module Aws::DataZone
7848
7905
  # resp.subscribed_principal.user.id #=> String
7849
7906
  # resp.subscribed_principal.user.details.iam.arn #=> String
7850
7907
  # resp.subscribed_principal.user.details.iam.principal_id #=> String
7908
+ # resp.subscribed_principal.user.details.iam.session_name #=> String
7909
+ # resp.subscribed_principal.user.details.iam.group_profile_id #=> String
7851
7910
  # resp.subscribed_principal.user.details.sso.username #=> String
7852
7911
  # resp.subscribed_principal.user.details.sso.first_name #=> String
7853
7912
  # resp.subscribed_principal.user.details.sso.last_name #=> String
@@ -8017,6 +8076,8 @@ module Aws::DataZone
8017
8076
  # resp.subscribed_principals[0].user.id #=> String
8018
8077
  # resp.subscribed_principals[0].user.details.iam.arn #=> String
8019
8078
  # resp.subscribed_principals[0].user.details.iam.principal_id #=> String
8079
+ # resp.subscribed_principals[0].user.details.iam.session_name #=> String
8080
+ # resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
8020
8081
  # resp.subscribed_principals[0].user.details.sso.username #=> String
8021
8082
  # resp.subscribed_principals[0].user.details.sso.first_name #=> String
8022
8083
  # resp.subscribed_principals[0].user.details.sso.last_name #=> String
@@ -8215,6 +8276,9 @@ module Aws::DataZone
8215
8276
  # @option params [String] :type
8216
8277
  # The type of the user profile.
8217
8278
  #
8279
+ # @option params [String] :session_name
8280
+ # The session name for IAM role sessions.
8281
+ #
8218
8282
  # @return [Types::GetUserProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8219
8283
  #
8220
8284
  # * {Types::GetUserProfileOutput#domain_id #domain_id} => String
@@ -8229,6 +8293,7 @@ module Aws::DataZone
8229
8293
  # domain_identifier: "DomainId", # required
8230
8294
  # user_identifier: "UserIdentifier", # required
8231
8295
  # type: "IAM", # accepts IAM, SSO
8296
+ # session_name: "GetUserProfileInputSessionNameString",
8232
8297
  # })
8233
8298
  #
8234
8299
  # @example Response structure
@@ -8239,6 +8304,8 @@ module Aws::DataZone
8239
8304
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
8240
8305
  # resp.details.iam.arn #=> String
8241
8306
  # resp.details.iam.principal_id #=> String
8307
+ # resp.details.iam.session_name #=> String
8308
+ # resp.details.iam.group_profile_id #=> String
8242
8309
  # resp.details.sso.username #=> String
8243
8310
  # resp.details.sso.first_name #=> String
8244
8311
  # resp.details.sso.last_name #=> String
@@ -8713,6 +8780,7 @@ module Aws::DataZone
8713
8780
  # resp.items[0].props.amazon_q_properties.auth_mode #=> String
8714
8781
  # resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
8715
8782
  # resp.items[0].props.workflows_mwaa_properties.mwaa_environment_name #=> String
8783
+ # resp.items[0].props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
8716
8784
  # 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"
8717
8785
  # resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
8718
8786
  # resp.next_token #=> String
@@ -10230,6 +10298,9 @@ module Aws::DataZone
10230
10298
  # @option params [String] :name
10231
10299
  # The name of the project.
10232
10300
  #
10301
+ # @option params [String] :project_category
10302
+ # A parameter to filter projects by their category.
10303
+ #
10233
10304
  # @option params [String] :next_token
10234
10305
  # When the number of projects is greater than the default value for the
10235
10306
  # `MaxResults` parameter, or if you explicitly specify a value for
@@ -10259,6 +10330,7 @@ module Aws::DataZone
10259
10330
  # user_identifier: "String",
10260
10331
  # group_identifier: "String",
10261
10332
  # name: "ProjectName",
10333
+ # project_category: "String",
10262
10334
  # next_token: "PaginationToken",
10263
10335
  # max_results: 1,
10264
10336
  # })
@@ -10278,6 +10350,7 @@ module Aws::DataZone
10278
10350
  # resp.items[0].created_at #=> Time
10279
10351
  # resp.items[0].updated_at #=> Time
10280
10352
  # resp.items[0].domain_unit_id #=> String
10353
+ # resp.items[0].project_category #=> String
10281
10354
  # resp.next_token #=> String
10282
10355
  #
10283
10356
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListProjects AWS API Documentation
@@ -10605,6 +10678,8 @@ module Aws::DataZone
10605
10678
  # resp.items[0].subscribed_principals[0].user.id #=> String
10606
10679
  # resp.items[0].subscribed_principals[0].user.details.iam.arn #=> String
10607
10680
  # resp.items[0].subscribed_principals[0].user.details.iam.principal_id #=> String
10681
+ # resp.items[0].subscribed_principals[0].user.details.iam.session_name #=> String
10682
+ # resp.items[0].subscribed_principals[0].user.details.iam.group_profile_id #=> String
10608
10683
  # resp.items[0].subscribed_principals[0].user.details.sso.username #=> String
10609
10684
  # resp.items[0].subscribed_principals[0].user.details.sso.first_name #=> String
10610
10685
  # resp.items[0].subscribed_principals[0].user.details.sso.last_name #=> String
@@ -10845,6 +10920,8 @@ module Aws::DataZone
10845
10920
  # resp.items[0].subscribed_principal.user.id #=> String
10846
10921
  # resp.items[0].subscribed_principal.user.details.iam.arn #=> String
10847
10922
  # resp.items[0].subscribed_principal.user.details.iam.principal_id #=> String
10923
+ # resp.items[0].subscribed_principal.user.details.iam.session_name #=> String
10924
+ # resp.items[0].subscribed_principal.user.details.iam.group_profile_id #=> String
10848
10925
  # resp.items[0].subscribed_principal.user.details.sso.username #=> String
10849
10926
  # resp.items[0].subscribed_principal.user.details.sso.first_name #=> String
10850
10927
  # resp.items[0].subscribed_principal.user.details.sso.last_name #=> String
@@ -11516,6 +11593,8 @@ module Aws::DataZone
11516
11593
  # resp.subscribed_principals[0].user.id #=> String
11517
11594
  # resp.subscribed_principals[0].user.details.iam.arn #=> String
11518
11595
  # resp.subscribed_principals[0].user.details.iam.principal_id #=> String
11596
+ # resp.subscribed_principals[0].user.details.iam.session_name #=> String
11597
+ # resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
11519
11598
  # resp.subscribed_principals[0].user.details.sso.username #=> String
11520
11599
  # resp.subscribed_principals[0].user.details.sso.first_name #=> String
11521
11600
  # resp.subscribed_principals[0].user.details.sso.last_name #=> String
@@ -11748,6 +11827,8 @@ module Aws::DataZone
11748
11827
  # resp.subscribed_principal.user.id #=> String
11749
11828
  # resp.subscribed_principal.user.details.iam.arn #=> String
11750
11829
  # resp.subscribed_principal.user.details.iam.principal_id #=> String
11830
+ # resp.subscribed_principal.user.details.iam.session_name #=> String
11831
+ # resp.subscribed_principal.user.details.iam.group_profile_id #=> String
11751
11832
  # resp.subscribed_principal.user.details.sso.username #=> String
11752
11833
  # resp.subscribed_principal.user.details.sso.first_name #=> String
11753
11834
  # resp.subscribed_principal.user.details.sso.last_name #=> String
@@ -12103,7 +12184,7 @@ module Aws::DataZone
12103
12184
  #
12104
12185
  # resp = client.search_group_profiles({
12105
12186
  # domain_identifier: "DomainId", # required
12106
- # group_type: "SSO_GROUP", # required, accepts SSO_GROUP, DATAZONE_SSO_GROUP
12187
+ # group_type: "SSO_GROUP", # required, accepts SSO_GROUP, DATAZONE_SSO_GROUP, IAM_ROLE_SESSION_GROUP
12107
12188
  # search_text: "GroupSearchText",
12108
12189
  # max_results: 1,
12109
12190
  # next_token: "PaginationToken",
@@ -12116,6 +12197,8 @@ module Aws::DataZone
12116
12197
  # resp.items[0].id #=> String
12117
12198
  # resp.items[0].status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
12118
12199
  # resp.items[0].group_name #=> String
12200
+ # resp.items[0].role_principal_arn #=> String
12201
+ # resp.items[0].role_principal_id #=> String
12119
12202
  # resp.next_token #=> String
12120
12203
  #
12121
12204
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SearchGroupProfiles AWS API Documentation
@@ -12559,6 +12642,8 @@ module Aws::DataZone
12559
12642
  # resp.items[0].status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
12560
12643
  # resp.items[0].details.iam.arn #=> String
12561
12644
  # resp.items[0].details.iam.principal_id #=> String
12645
+ # resp.items[0].details.iam.session_name #=> String
12646
+ # resp.items[0].details.iam.group_profile_id #=> String
12562
12647
  # resp.items[0].details.sso.username #=> String
12563
12648
  # resp.items[0].details.sso.first_name #=> String
12564
12649
  # resp.items[0].details.sso.last_name #=> String
@@ -13174,6 +13259,9 @@ module Aws::DataZone
13174
13259
  # mlflow_properties: {
13175
13260
  # tracking_server_arn: "String",
13176
13261
  # },
13262
+ # lakehouse_properties: {
13263
+ # glue_lineage_sync_enabled: false,
13264
+ # },
13177
13265
  # },
13178
13266
  # })
13179
13267
  #
@@ -13303,6 +13391,7 @@ module Aws::DataZone
13303
13391
  # resp.props.amazon_q_properties.auth_mode #=> String
13304
13392
  # resp.props.mlflow_properties.tracking_server_arn #=> String
13305
13393
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
13394
+ # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
13306
13395
  # 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"
13307
13396
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
13308
13397
  #
@@ -14243,6 +14332,8 @@ module Aws::DataZone
14243
14332
  # * {Types::UpdateGroupProfileOutput#id #id} => String
14244
14333
  # * {Types::UpdateGroupProfileOutput#status #status} => String
14245
14334
  # * {Types::UpdateGroupProfileOutput#group_name #group_name} => String
14335
+ # * {Types::UpdateGroupProfileOutput#role_principal_arn #role_principal_arn} => String
14336
+ # * {Types::UpdateGroupProfileOutput#role_principal_id #role_principal_id} => String
14246
14337
  #
14247
14338
  # @example Request syntax with placeholder values
14248
14339
  #
@@ -14258,6 +14349,8 @@ module Aws::DataZone
14258
14349
  # resp.id #=> String
14259
14350
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
14260
14351
  # resp.group_name #=> String
14352
+ # resp.role_principal_arn #=> String
14353
+ # resp.role_principal_id #=> String
14261
14354
  #
14262
14355
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGroupProfile AWS API Documentation
14263
14356
  #
@@ -14320,6 +14413,7 @@ module Aws::DataZone
14320
14413
  # * {Types::UpdateProjectOutput#project_profile_id #project_profile_id} => String
14321
14414
  # * {Types::UpdateProjectOutput#user_parameters #user_parameters} => Array&lt;Types::EnvironmentConfigurationUserParameter&gt;
14322
14415
  # * {Types::UpdateProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
14416
+ # * {Types::UpdateProjectOutput#project_category #project_category} => String
14323
14417
  #
14324
14418
  # @example Request syntax with placeholder values
14325
14419
  #
@@ -14399,6 +14493,7 @@ module Aws::DataZone
14399
14493
  # resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
14400
14494
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
14401
14495
  # resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
14496
+ # resp.project_category #=> String
14402
14497
  #
14403
14498
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProject AWS API Documentation
14404
14499
  #
@@ -14866,6 +14961,8 @@ module Aws::DataZone
14866
14961
  # resp.subscribed_principals[0].user.id #=> String
14867
14962
  # resp.subscribed_principals[0].user.details.iam.arn #=> String
14868
14963
  # resp.subscribed_principals[0].user.details.iam.principal_id #=> String
14964
+ # resp.subscribed_principals[0].user.details.iam.session_name #=> String
14965
+ # resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
14869
14966
  # resp.subscribed_principals[0].user.details.sso.username #=> String
14870
14967
  # resp.subscribed_principals[0].user.details.sso.first_name #=> String
14871
14968
  # resp.subscribed_principals[0].user.details.sso.last_name #=> String
@@ -15050,6 +15147,9 @@ module Aws::DataZone
15050
15147
  # @option params [required, String] :status
15051
15148
  # The status of the user profile that are to be updated.
15052
15149
  #
15150
+ # @option params [String] :session_name
15151
+ # The session name for IAM role sessions.
15152
+ #
15053
15153
  # @return [Types::UpdateUserProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15054
15154
  #
15055
15155
  # * {Types::UpdateUserProfileOutput#domain_id #domain_id} => String
@@ -15065,6 +15165,7 @@ module Aws::DataZone
15065
15165
  # user_identifier: "UserIdentifier", # required
15066
15166
  # type: "IAM", # accepts IAM, SSO
15067
15167
  # status: "ASSIGNED", # required, accepts ASSIGNED, NOT_ASSIGNED, ACTIVATED, DEACTIVATED
15168
+ # session_name: "UpdateUserProfileInputSessionNameString",
15068
15169
  # })
15069
15170
  #
15070
15171
  # @example Response structure
@@ -15075,6 +15176,8 @@ module Aws::DataZone
15075
15176
  # resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
15076
15177
  # resp.details.iam.arn #=> String
15077
15178
  # resp.details.iam.principal_id #=> String
15179
+ # resp.details.iam.session_name #=> String
15180
+ # resp.details.iam.group_profile_id #=> String
15078
15181
  # resp.details.sso.username #=> String
15079
15182
  # resp.details.sso.first_name #=> String
15080
15183
  # resp.details.sso.last_name #=> String
@@ -15106,7 +15209,7 @@ module Aws::DataZone
15106
15209
  tracer: tracer
15107
15210
  )
15108
15211
  context[:gem_name] = 'aws-sdk-datazone'
15109
- context[:gem_version] = '1.72.0'
15212
+ context[:gem_version] = '1.74.0'
15110
15213
  Seahorse::Client::Request.new(handlers, context)
15111
15214
  end
15112
15215