aws-sdk-datazone 1.72.0 → 1.73.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +100 -7
- data/lib/aws-sdk-datazone/client_api.rb +35 -2
- data/lib/aws-sdk-datazone/types.rb +156 -12
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +31 -6
- data/sig/types.rbs +30 -2
- 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: ad003ed59d4dd3aef1aed8a154556c522f5146a65bc19e390d79675ce23947a6
|
|
4
|
+
data.tar.gz: 9dbbc254b498289117fe1e61945e814b6fe086ffdefcb8778840ff5ab9c8605a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bad66c8b365220a1c9ecc65fddfd133cacbfc958b2f0e6ade4b642cabdda664c9405bef51c459ee2ac8cff005eed6e76486e17f7ae808378af8e74fde98ad13
|
|
7
|
+
data.tar.gz: d1a11adbc5cf9297be827f601a2e0fe6ebafdc95cb0b74409d294b8b9b78306975ecaeefc3ab39356a6bf239c49c492265871d9406a9982f6986e8c6dd1e7f26
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.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
|
|
@@ -2713,7 +2717,7 @@ module Aws::DataZone
|
|
|
2713
2717
|
# @option params [Types::SingleSignOn] :single_sign_on
|
|
2714
2718
|
# The single-sign on configuration of the Amazon DataZone domain.
|
|
2715
2719
|
#
|
|
2716
|
-
# @option params [
|
|
2720
|
+
# @option params [String] :domain_execution_role
|
|
2717
2721
|
# The domain execution role that is created when an Amazon DataZone
|
|
2718
2722
|
# domain is created. The domain execution role is created in the Amazon
|
|
2719
2723
|
# Web Services account that houses the Amazon DataZone domain.
|
|
@@ -2765,7 +2769,7 @@ module Aws::DataZone
|
|
|
2765
2769
|
# user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
|
|
2766
2770
|
# idc_instance_arn: "SingleSignOnIdcInstanceArnString",
|
|
2767
2771
|
# },
|
|
2768
|
-
# domain_execution_role: "RoleArn",
|
|
2772
|
+
# domain_execution_role: "RoleArn",
|
|
2769
2773
|
# kms_key_identifier: "KmsKeyArn",
|
|
2770
2774
|
# tags: {
|
|
2771
2775
|
# "TagKey" => "TagValue",
|
|
@@ -3560,9 +3564,14 @@ module Aws::DataZone
|
|
|
3560
3564
|
# The identifier of the Amazon DataZone domain in which the group
|
|
3561
3565
|
# profile is created.
|
|
3562
3566
|
#
|
|
3563
|
-
# @option params [
|
|
3567
|
+
# @option params [String] :group_identifier
|
|
3564
3568
|
# The identifier of the group for which the group profile is created.
|
|
3565
3569
|
#
|
|
3570
|
+
# @option params [String] :role_principal_arn
|
|
3571
|
+
# The ARN of the IAM role that will be associated with the group
|
|
3572
|
+
# profile. This role defines the permissions that group members will
|
|
3573
|
+
# assume when accessing Amazon DataZone resources.
|
|
3574
|
+
#
|
|
3566
3575
|
# @option params [String] :client_token
|
|
3567
3576
|
# A unique, case-sensitive identifier that is provided to ensure the
|
|
3568
3577
|
# idempotency of the request.
|
|
@@ -3576,12 +3585,15 @@ module Aws::DataZone
|
|
|
3576
3585
|
# * {Types::CreateGroupProfileOutput#id #id} => String
|
|
3577
3586
|
# * {Types::CreateGroupProfileOutput#status #status} => String
|
|
3578
3587
|
# * {Types::CreateGroupProfileOutput#group_name #group_name} => String
|
|
3588
|
+
# * {Types::CreateGroupProfileOutput#role_principal_arn #role_principal_arn} => String
|
|
3589
|
+
# * {Types::CreateGroupProfileOutput#role_principal_id #role_principal_id} => String
|
|
3579
3590
|
#
|
|
3580
3591
|
# @example Request syntax with placeholder values
|
|
3581
3592
|
#
|
|
3582
3593
|
# resp = client.create_group_profile({
|
|
3583
3594
|
# domain_identifier: "DomainId", # required
|
|
3584
|
-
# group_identifier: "GroupIdentifier",
|
|
3595
|
+
# group_identifier: "GroupIdentifier",
|
|
3596
|
+
# role_principal_arn: "String",
|
|
3585
3597
|
# client_token: "String",
|
|
3586
3598
|
# })
|
|
3587
3599
|
#
|
|
@@ -3591,6 +3603,8 @@ module Aws::DataZone
|
|
|
3591
3603
|
# resp.id #=> String
|
|
3592
3604
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
|
|
3593
3605
|
# resp.group_name #=> String
|
|
3606
|
+
# resp.role_principal_arn #=> String
|
|
3607
|
+
# resp.role_principal_id #=> String
|
|
3594
3608
|
#
|
|
3595
3609
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGroupProfile AWS API Documentation
|
|
3596
3610
|
#
|
|
@@ -3686,6 +3700,17 @@ module Aws::DataZone
|
|
|
3686
3700
|
# @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
|
|
3687
3701
|
# The user parameters of the project.
|
|
3688
3702
|
#
|
|
3703
|
+
# @option params [String] :project_category
|
|
3704
|
+
# The category of the project. Set to 'ADMIN' designates this as an
|
|
3705
|
+
# administrative project for the Amazon DataZone domain.
|
|
3706
|
+
#
|
|
3707
|
+
# @option params [String] :project_execution_role
|
|
3708
|
+
# The default project IAM role that is used to access project resources
|
|
3709
|
+
# and run computes such as Glue and Sagemaker.
|
|
3710
|
+
#
|
|
3711
|
+
# @option params [Array<Types::ProjectMembershipAssignment>] :membership_assignments
|
|
3712
|
+
# The members to be assigned to the project.
|
|
3713
|
+
#
|
|
3689
3714
|
# @return [Types::CreateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3690
3715
|
#
|
|
3691
3716
|
# * {Types::CreateProjectOutput#domain_id #domain_id} => String
|
|
@@ -3703,6 +3728,7 @@ module Aws::DataZone
|
|
|
3703
3728
|
# * {Types::CreateProjectOutput#project_profile_id #project_profile_id} => String
|
|
3704
3729
|
# * {Types::CreateProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
3705
3730
|
# * {Types::CreateProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
|
|
3731
|
+
# * {Types::CreateProjectOutput#project_category #project_category} => String
|
|
3706
3732
|
#
|
|
3707
3733
|
# @example Request syntax with placeholder values
|
|
3708
3734
|
#
|
|
@@ -3733,6 +3759,17 @@ module Aws::DataZone
|
|
|
3733
3759
|
# ],
|
|
3734
3760
|
# },
|
|
3735
3761
|
# ],
|
|
3762
|
+
# project_category: "String",
|
|
3763
|
+
# project_execution_role: "RoleArn",
|
|
3764
|
+
# membership_assignments: [
|
|
3765
|
+
# {
|
|
3766
|
+
# member: { # required
|
|
3767
|
+
# user_identifier: "String",
|
|
3768
|
+
# group_identifier: "String",
|
|
3769
|
+
# },
|
|
3770
|
+
# designation: "PROJECT_OWNER", # required, accepts PROJECT_OWNER, PROJECT_CONTRIBUTOR, PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER, PROJECT_CATALOG_STEWARD
|
|
3771
|
+
# },
|
|
3772
|
+
# ],
|
|
3736
3773
|
# })
|
|
3737
3774
|
#
|
|
3738
3775
|
# @example Response structure
|
|
@@ -3770,6 +3807,7 @@ module Aws::DataZone
|
|
|
3770
3807
|
# resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
|
|
3771
3808
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
|
|
3772
3809
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
|
|
3810
|
+
# resp.project_category #=> String
|
|
3773
3811
|
#
|
|
3774
3812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateProject AWS API Documentation
|
|
3775
3813
|
#
|
|
@@ -4311,6 +4349,8 @@ module Aws::DataZone
|
|
|
4311
4349
|
# resp.subscribed_principals[0].user.id #=> String
|
|
4312
4350
|
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
4313
4351
|
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
4352
|
+
# resp.subscribed_principals[0].user.details.iam.session_name #=> String
|
|
4353
|
+
# resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
|
|
4314
4354
|
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
4315
4355
|
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
4316
4356
|
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
@@ -4493,6 +4533,9 @@ module Aws::DataZone
|
|
|
4493
4533
|
# @option params [String] :user_type
|
|
4494
4534
|
# The user type of the user for which the user profile is created.
|
|
4495
4535
|
#
|
|
4536
|
+
# @option params [String] :session_name
|
|
4537
|
+
# The session name for IAM role sessions.
|
|
4538
|
+
#
|
|
4496
4539
|
# @option params [String] :client_token
|
|
4497
4540
|
# A unique, case-sensitive identifier that is provided to ensure the
|
|
4498
4541
|
# idempotency of the request.
|
|
@@ -4513,7 +4556,8 @@ module Aws::DataZone
|
|
|
4513
4556
|
# resp = client.create_user_profile({
|
|
4514
4557
|
# domain_identifier: "DomainId", # required
|
|
4515
4558
|
# user_identifier: "UserIdentifier", # required
|
|
4516
|
-
# user_type: "IAM_USER", # accepts IAM_USER, IAM_ROLE, SSO_USER
|
|
4559
|
+
# user_type: "IAM_USER", # accepts IAM_USER, IAM_ROLE, SSO_USER, IAM_ROLE_SESSION
|
|
4560
|
+
# session_name: "CreateUserProfileInputSessionNameString",
|
|
4517
4561
|
# client_token: "String",
|
|
4518
4562
|
# })
|
|
4519
4563
|
#
|
|
@@ -4525,6 +4569,8 @@ module Aws::DataZone
|
|
|
4525
4569
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
|
|
4526
4570
|
# resp.details.iam.arn #=> String
|
|
4527
4571
|
# resp.details.iam.principal_id #=> String
|
|
4572
|
+
# resp.details.iam.session_name #=> String
|
|
4573
|
+
# resp.details.iam.group_profile_id #=> String
|
|
4528
4574
|
# resp.details.sso.username #=> String
|
|
4529
4575
|
# resp.details.sso.first_name #=> String
|
|
4530
4576
|
# resp.details.sso.last_name #=> String
|
|
@@ -7171,6 +7217,8 @@ module Aws::DataZone
|
|
|
7171
7217
|
# * {Types::GetGroupProfileOutput#id #id} => String
|
|
7172
7218
|
# * {Types::GetGroupProfileOutput#status #status} => String
|
|
7173
7219
|
# * {Types::GetGroupProfileOutput#group_name #group_name} => String
|
|
7220
|
+
# * {Types::GetGroupProfileOutput#role_principal_arn #role_principal_arn} => String
|
|
7221
|
+
# * {Types::GetGroupProfileOutput#role_principal_id #role_principal_id} => String
|
|
7174
7222
|
#
|
|
7175
7223
|
# @example Request syntax with placeholder values
|
|
7176
7224
|
#
|
|
@@ -7185,6 +7233,8 @@ module Aws::DataZone
|
|
|
7185
7233
|
# resp.id #=> String
|
|
7186
7234
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
|
|
7187
7235
|
# resp.group_name #=> String
|
|
7236
|
+
# resp.role_principal_arn #=> String
|
|
7237
|
+
# resp.role_principal_id #=> String
|
|
7188
7238
|
#
|
|
7189
7239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGroupProfile AWS API Documentation
|
|
7190
7240
|
#
|
|
@@ -7591,6 +7641,7 @@ module Aws::DataZone
|
|
|
7591
7641
|
# * {Types::GetProjectOutput#project_profile_id #project_profile_id} => String
|
|
7592
7642
|
# * {Types::GetProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
7593
7643
|
# * {Types::GetProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
|
|
7644
|
+
# * {Types::GetProjectOutput#project_category #project_category} => String
|
|
7594
7645
|
#
|
|
7595
7646
|
# @example Request syntax with placeholder values
|
|
7596
7647
|
#
|
|
@@ -7634,6 +7685,7 @@ module Aws::DataZone
|
|
|
7634
7685
|
# resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
|
|
7635
7686
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
|
|
7636
7687
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
|
|
7688
|
+
# resp.project_category #=> String
|
|
7637
7689
|
#
|
|
7638
7690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetProject AWS API Documentation
|
|
7639
7691
|
#
|
|
@@ -7848,6 +7900,8 @@ module Aws::DataZone
|
|
|
7848
7900
|
# resp.subscribed_principal.user.id #=> String
|
|
7849
7901
|
# resp.subscribed_principal.user.details.iam.arn #=> String
|
|
7850
7902
|
# resp.subscribed_principal.user.details.iam.principal_id #=> String
|
|
7903
|
+
# resp.subscribed_principal.user.details.iam.session_name #=> String
|
|
7904
|
+
# resp.subscribed_principal.user.details.iam.group_profile_id #=> String
|
|
7851
7905
|
# resp.subscribed_principal.user.details.sso.username #=> String
|
|
7852
7906
|
# resp.subscribed_principal.user.details.sso.first_name #=> String
|
|
7853
7907
|
# resp.subscribed_principal.user.details.sso.last_name #=> String
|
|
@@ -8017,6 +8071,8 @@ module Aws::DataZone
|
|
|
8017
8071
|
# resp.subscribed_principals[0].user.id #=> String
|
|
8018
8072
|
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
8019
8073
|
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
8074
|
+
# resp.subscribed_principals[0].user.details.iam.session_name #=> String
|
|
8075
|
+
# resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
|
|
8020
8076
|
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
8021
8077
|
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
8022
8078
|
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
@@ -8215,6 +8271,9 @@ module Aws::DataZone
|
|
|
8215
8271
|
# @option params [String] :type
|
|
8216
8272
|
# The type of the user profile.
|
|
8217
8273
|
#
|
|
8274
|
+
# @option params [String] :session_name
|
|
8275
|
+
# The session name for IAM role sessions.
|
|
8276
|
+
#
|
|
8218
8277
|
# @return [Types::GetUserProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8219
8278
|
#
|
|
8220
8279
|
# * {Types::GetUserProfileOutput#domain_id #domain_id} => String
|
|
@@ -8229,6 +8288,7 @@ module Aws::DataZone
|
|
|
8229
8288
|
# domain_identifier: "DomainId", # required
|
|
8230
8289
|
# user_identifier: "UserIdentifier", # required
|
|
8231
8290
|
# type: "IAM", # accepts IAM, SSO
|
|
8291
|
+
# session_name: "GetUserProfileInputSessionNameString",
|
|
8232
8292
|
# })
|
|
8233
8293
|
#
|
|
8234
8294
|
# @example Response structure
|
|
@@ -8239,6 +8299,8 @@ module Aws::DataZone
|
|
|
8239
8299
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
|
|
8240
8300
|
# resp.details.iam.arn #=> String
|
|
8241
8301
|
# resp.details.iam.principal_id #=> String
|
|
8302
|
+
# resp.details.iam.session_name #=> String
|
|
8303
|
+
# resp.details.iam.group_profile_id #=> String
|
|
8242
8304
|
# resp.details.sso.username #=> String
|
|
8243
8305
|
# resp.details.sso.first_name #=> String
|
|
8244
8306
|
# resp.details.sso.last_name #=> String
|
|
@@ -10230,6 +10292,9 @@ module Aws::DataZone
|
|
|
10230
10292
|
# @option params [String] :name
|
|
10231
10293
|
# The name of the project.
|
|
10232
10294
|
#
|
|
10295
|
+
# @option params [String] :project_category
|
|
10296
|
+
# A parameter to filter projects by their category.
|
|
10297
|
+
#
|
|
10233
10298
|
# @option params [String] :next_token
|
|
10234
10299
|
# When the number of projects is greater than the default value for the
|
|
10235
10300
|
# `MaxResults` parameter, or if you explicitly specify a value for
|
|
@@ -10259,6 +10324,7 @@ module Aws::DataZone
|
|
|
10259
10324
|
# user_identifier: "String",
|
|
10260
10325
|
# group_identifier: "String",
|
|
10261
10326
|
# name: "ProjectName",
|
|
10327
|
+
# project_category: "String",
|
|
10262
10328
|
# next_token: "PaginationToken",
|
|
10263
10329
|
# max_results: 1,
|
|
10264
10330
|
# })
|
|
@@ -10278,6 +10344,7 @@ module Aws::DataZone
|
|
|
10278
10344
|
# resp.items[0].created_at #=> Time
|
|
10279
10345
|
# resp.items[0].updated_at #=> Time
|
|
10280
10346
|
# resp.items[0].domain_unit_id #=> String
|
|
10347
|
+
# resp.items[0].project_category #=> String
|
|
10281
10348
|
# resp.next_token #=> String
|
|
10282
10349
|
#
|
|
10283
10350
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListProjects AWS API Documentation
|
|
@@ -10605,6 +10672,8 @@ module Aws::DataZone
|
|
|
10605
10672
|
# resp.items[0].subscribed_principals[0].user.id #=> String
|
|
10606
10673
|
# resp.items[0].subscribed_principals[0].user.details.iam.arn #=> String
|
|
10607
10674
|
# resp.items[0].subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
10675
|
+
# resp.items[0].subscribed_principals[0].user.details.iam.session_name #=> String
|
|
10676
|
+
# resp.items[0].subscribed_principals[0].user.details.iam.group_profile_id #=> String
|
|
10608
10677
|
# resp.items[0].subscribed_principals[0].user.details.sso.username #=> String
|
|
10609
10678
|
# resp.items[0].subscribed_principals[0].user.details.sso.first_name #=> String
|
|
10610
10679
|
# resp.items[0].subscribed_principals[0].user.details.sso.last_name #=> String
|
|
@@ -10845,6 +10914,8 @@ module Aws::DataZone
|
|
|
10845
10914
|
# resp.items[0].subscribed_principal.user.id #=> String
|
|
10846
10915
|
# resp.items[0].subscribed_principal.user.details.iam.arn #=> String
|
|
10847
10916
|
# resp.items[0].subscribed_principal.user.details.iam.principal_id #=> String
|
|
10917
|
+
# resp.items[0].subscribed_principal.user.details.iam.session_name #=> String
|
|
10918
|
+
# resp.items[0].subscribed_principal.user.details.iam.group_profile_id #=> String
|
|
10848
10919
|
# resp.items[0].subscribed_principal.user.details.sso.username #=> String
|
|
10849
10920
|
# resp.items[0].subscribed_principal.user.details.sso.first_name #=> String
|
|
10850
10921
|
# resp.items[0].subscribed_principal.user.details.sso.last_name #=> String
|
|
@@ -11516,6 +11587,8 @@ module Aws::DataZone
|
|
|
11516
11587
|
# resp.subscribed_principals[0].user.id #=> String
|
|
11517
11588
|
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
11518
11589
|
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
11590
|
+
# resp.subscribed_principals[0].user.details.iam.session_name #=> String
|
|
11591
|
+
# resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
|
|
11519
11592
|
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
11520
11593
|
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
11521
11594
|
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
@@ -11748,6 +11821,8 @@ module Aws::DataZone
|
|
|
11748
11821
|
# resp.subscribed_principal.user.id #=> String
|
|
11749
11822
|
# resp.subscribed_principal.user.details.iam.arn #=> String
|
|
11750
11823
|
# resp.subscribed_principal.user.details.iam.principal_id #=> String
|
|
11824
|
+
# resp.subscribed_principal.user.details.iam.session_name #=> String
|
|
11825
|
+
# resp.subscribed_principal.user.details.iam.group_profile_id #=> String
|
|
11751
11826
|
# resp.subscribed_principal.user.details.sso.username #=> String
|
|
11752
11827
|
# resp.subscribed_principal.user.details.sso.first_name #=> String
|
|
11753
11828
|
# resp.subscribed_principal.user.details.sso.last_name #=> String
|
|
@@ -12103,7 +12178,7 @@ module Aws::DataZone
|
|
|
12103
12178
|
#
|
|
12104
12179
|
# resp = client.search_group_profiles({
|
|
12105
12180
|
# domain_identifier: "DomainId", # required
|
|
12106
|
-
# group_type: "SSO_GROUP", # required, accepts SSO_GROUP, DATAZONE_SSO_GROUP
|
|
12181
|
+
# group_type: "SSO_GROUP", # required, accepts SSO_GROUP, DATAZONE_SSO_GROUP, IAM_ROLE_SESSION_GROUP
|
|
12107
12182
|
# search_text: "GroupSearchText",
|
|
12108
12183
|
# max_results: 1,
|
|
12109
12184
|
# next_token: "PaginationToken",
|
|
@@ -12116,6 +12191,8 @@ module Aws::DataZone
|
|
|
12116
12191
|
# resp.items[0].id #=> String
|
|
12117
12192
|
# resp.items[0].status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
|
|
12118
12193
|
# resp.items[0].group_name #=> String
|
|
12194
|
+
# resp.items[0].role_principal_arn #=> String
|
|
12195
|
+
# resp.items[0].role_principal_id #=> String
|
|
12119
12196
|
# resp.next_token #=> String
|
|
12120
12197
|
#
|
|
12121
12198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SearchGroupProfiles AWS API Documentation
|
|
@@ -12559,6 +12636,8 @@ module Aws::DataZone
|
|
|
12559
12636
|
# resp.items[0].status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
|
|
12560
12637
|
# resp.items[0].details.iam.arn #=> String
|
|
12561
12638
|
# resp.items[0].details.iam.principal_id #=> String
|
|
12639
|
+
# resp.items[0].details.iam.session_name #=> String
|
|
12640
|
+
# resp.items[0].details.iam.group_profile_id #=> String
|
|
12562
12641
|
# resp.items[0].details.sso.username #=> String
|
|
12563
12642
|
# resp.items[0].details.sso.first_name #=> String
|
|
12564
12643
|
# resp.items[0].details.sso.last_name #=> String
|
|
@@ -14243,6 +14322,8 @@ module Aws::DataZone
|
|
|
14243
14322
|
# * {Types::UpdateGroupProfileOutput#id #id} => String
|
|
14244
14323
|
# * {Types::UpdateGroupProfileOutput#status #status} => String
|
|
14245
14324
|
# * {Types::UpdateGroupProfileOutput#group_name #group_name} => String
|
|
14325
|
+
# * {Types::UpdateGroupProfileOutput#role_principal_arn #role_principal_arn} => String
|
|
14326
|
+
# * {Types::UpdateGroupProfileOutput#role_principal_id #role_principal_id} => String
|
|
14246
14327
|
#
|
|
14247
14328
|
# @example Request syntax with placeholder values
|
|
14248
14329
|
#
|
|
@@ -14258,6 +14339,8 @@ module Aws::DataZone
|
|
|
14258
14339
|
# resp.id #=> String
|
|
14259
14340
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED"
|
|
14260
14341
|
# resp.group_name #=> String
|
|
14342
|
+
# resp.role_principal_arn #=> String
|
|
14343
|
+
# resp.role_principal_id #=> String
|
|
14261
14344
|
#
|
|
14262
14345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGroupProfile AWS API Documentation
|
|
14263
14346
|
#
|
|
@@ -14320,6 +14403,7 @@ module Aws::DataZone
|
|
|
14320
14403
|
# * {Types::UpdateProjectOutput#project_profile_id #project_profile_id} => String
|
|
14321
14404
|
# * {Types::UpdateProjectOutput#user_parameters #user_parameters} => Array<Types::EnvironmentConfigurationUserParameter>
|
|
14322
14405
|
# * {Types::UpdateProjectOutput#environment_deployment_details #environment_deployment_details} => Types::EnvironmentDeploymentDetails
|
|
14406
|
+
# * {Types::UpdateProjectOutput#project_category #project_category} => String
|
|
14323
14407
|
#
|
|
14324
14408
|
# @example Request syntax with placeholder values
|
|
14325
14409
|
#
|
|
@@ -14399,6 +14483,7 @@ module Aws::DataZone
|
|
|
14399
14483
|
# resp.environment_deployment_details.environment_failure_reasons["String"] #=> Array
|
|
14400
14484
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].code #=> String
|
|
14401
14485
|
# resp.environment_deployment_details.environment_failure_reasons["String"][0].message #=> String
|
|
14486
|
+
# resp.project_category #=> String
|
|
14402
14487
|
#
|
|
14403
14488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProject AWS API Documentation
|
|
14404
14489
|
#
|
|
@@ -14866,6 +14951,8 @@ module Aws::DataZone
|
|
|
14866
14951
|
# resp.subscribed_principals[0].user.id #=> String
|
|
14867
14952
|
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
14868
14953
|
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
14954
|
+
# resp.subscribed_principals[0].user.details.iam.session_name #=> String
|
|
14955
|
+
# resp.subscribed_principals[0].user.details.iam.group_profile_id #=> String
|
|
14869
14956
|
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
14870
14957
|
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
14871
14958
|
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
@@ -15050,6 +15137,9 @@ module Aws::DataZone
|
|
|
15050
15137
|
# @option params [required, String] :status
|
|
15051
15138
|
# The status of the user profile that are to be updated.
|
|
15052
15139
|
#
|
|
15140
|
+
# @option params [String] :session_name
|
|
15141
|
+
# The session name for IAM role sessions.
|
|
15142
|
+
#
|
|
15053
15143
|
# @return [Types::UpdateUserProfileOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
15054
15144
|
#
|
|
15055
15145
|
# * {Types::UpdateUserProfileOutput#domain_id #domain_id} => String
|
|
@@ -15065,6 +15155,7 @@ module Aws::DataZone
|
|
|
15065
15155
|
# user_identifier: "UserIdentifier", # required
|
|
15066
15156
|
# type: "IAM", # accepts IAM, SSO
|
|
15067
15157
|
# status: "ASSIGNED", # required, accepts ASSIGNED, NOT_ASSIGNED, ACTIVATED, DEACTIVATED
|
|
15158
|
+
# session_name: "UpdateUserProfileInputSessionNameString",
|
|
15068
15159
|
# })
|
|
15069
15160
|
#
|
|
15070
15161
|
# @example Response structure
|
|
@@ -15075,6 +15166,8 @@ module Aws::DataZone
|
|
|
15075
15166
|
# resp.status #=> String, one of "ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED"
|
|
15076
15167
|
# resp.details.iam.arn #=> String
|
|
15077
15168
|
# resp.details.iam.principal_id #=> String
|
|
15169
|
+
# resp.details.iam.session_name #=> String
|
|
15170
|
+
# resp.details.iam.group_profile_id #=> String
|
|
15078
15171
|
# resp.details.sso.username #=> String
|
|
15079
15172
|
# resp.details.sso.first_name #=> String
|
|
15080
15173
|
# resp.details.sso.last_name #=> String
|
|
@@ -15106,7 +15199,7 @@ module Aws::DataZone
|
|
|
15106
15199
|
tracer: tracer
|
|
15107
15200
|
)
|
|
15108
15201
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
15109
|
-
context[:gem_version] = '1.
|
|
15202
|
+
context[:gem_version] = '1.73.0'
|
|
15110
15203
|
Seahorse::Client::Request.new(handlers, context)
|
|
15111
15204
|
end
|
|
15112
15205
|
|
|
@@ -250,6 +250,7 @@ module Aws::DataZone
|
|
|
250
250
|
CreateSubscriptionTargetInput = Shapes::StructureShape.new(name: 'CreateSubscriptionTargetInput')
|
|
251
251
|
CreateSubscriptionTargetOutput = Shapes::StructureShape.new(name: 'CreateSubscriptionTargetOutput')
|
|
252
252
|
CreateUserProfileInput = Shapes::StructureShape.new(name: 'CreateUserProfileInput')
|
|
253
|
+
CreateUserProfileInputSessionNameString = Shapes::StringShape.new(name: 'CreateUserProfileInputSessionNameString')
|
|
253
254
|
CreateUserProfileOutput = Shapes::StructureShape.new(name: 'CreateUserProfileOutput')
|
|
254
255
|
CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
|
|
255
256
|
CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
|
|
@@ -542,6 +543,7 @@ module Aws::DataZone
|
|
|
542
543
|
GetTimeSeriesDataPointInput = Shapes::StructureShape.new(name: 'GetTimeSeriesDataPointInput')
|
|
543
544
|
GetTimeSeriesDataPointOutput = Shapes::StructureShape.new(name: 'GetTimeSeriesDataPointOutput')
|
|
544
545
|
GetUserProfileInput = Shapes::StructureShape.new(name: 'GetUserProfileInput')
|
|
546
|
+
GetUserProfileInputSessionNameString = Shapes::StringShape.new(name: 'GetUserProfileInputSessionNameString')
|
|
545
547
|
GetUserProfileOutput = Shapes::StructureShape.new(name: 'GetUserProfileOutput')
|
|
546
548
|
GlobalParameterMap = Shapes::MapShape.new(name: 'GlobalParameterMap')
|
|
547
549
|
GlossaryDescription = Shapes::StringShape.new(name: 'GlossaryDescription')
|
|
@@ -834,6 +836,8 @@ module Aws::DataZone
|
|
|
834
836
|
ProjectIds = Shapes::ListShape.new(name: 'ProjectIds')
|
|
835
837
|
ProjectMember = Shapes::StructureShape.new(name: 'ProjectMember')
|
|
836
838
|
ProjectMembers = Shapes::ListShape.new(name: 'ProjectMembers')
|
|
839
|
+
ProjectMembershipAssignment = Shapes::StructureShape.new(name: 'ProjectMembershipAssignment')
|
|
840
|
+
ProjectMembershipAssignments = Shapes::ListShape.new(name: 'ProjectMembershipAssignments')
|
|
837
841
|
ProjectName = Shapes::StringShape.new(name: 'ProjectName')
|
|
838
842
|
ProjectPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'ProjectPolicyGrantPrincipal')
|
|
839
843
|
ProjectProfileId = Shapes::StringShape.new(name: 'ProjectProfileId')
|
|
@@ -1174,6 +1178,7 @@ module Aws::DataZone
|
|
|
1174
1178
|
UpdateSubscriptionTargetInput = Shapes::StructureShape.new(name: 'UpdateSubscriptionTargetInput')
|
|
1175
1179
|
UpdateSubscriptionTargetOutput = Shapes::StructureShape.new(name: 'UpdateSubscriptionTargetOutput')
|
|
1176
1180
|
UpdateUserProfileInput = Shapes::StructureShape.new(name: 'UpdateUserProfileInput')
|
|
1181
|
+
UpdateUserProfileInputSessionNameString = Shapes::StringShape.new(name: 'UpdateUserProfileInputSessionNameString')
|
|
1177
1182
|
UpdateUserProfileOutput = Shapes::StructureShape.new(name: 'UpdateUserProfileOutput')
|
|
1178
1183
|
UpdatedAt = Shapes::TimestampShape.new(name: 'UpdatedAt')
|
|
1179
1184
|
UpdatedBy = Shapes::StringShape.new(name: 'UpdatedBy')
|
|
@@ -2037,7 +2042,7 @@ module Aws::DataZone
|
|
|
2037
2042
|
CreateDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
2038
2043
|
CreateDomainInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2039
2044
|
CreateDomainInput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
|
|
2040
|
-
CreateDomainInput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn,
|
|
2045
|
+
CreateDomainInput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "domainExecutionRole"))
|
|
2041
2046
|
CreateDomainInput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
|
|
2042
2047
|
CreateDomainInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2043
2048
|
CreateDomainInput.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
|
|
@@ -2245,7 +2250,8 @@ module Aws::DataZone
|
|
|
2245
2250
|
CreateGlossaryTermOutput.struct_class = Types::CreateGlossaryTermOutput
|
|
2246
2251
|
|
|
2247
2252
|
CreateGroupProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2248
|
-
CreateGroupProfileInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier,
|
|
2253
|
+
CreateGroupProfileInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, location_name: "groupIdentifier"))
|
|
2254
|
+
CreateGroupProfileInput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
2249
2255
|
CreateGroupProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2250
2256
|
CreateGroupProfileInput.struct_class = Types::CreateGroupProfileInput
|
|
2251
2257
|
|
|
@@ -2253,6 +2259,8 @@ module Aws::DataZone
|
|
|
2253
2259
|
CreateGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
2254
2260
|
CreateGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
2255
2261
|
CreateGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
2262
|
+
CreateGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
2263
|
+
CreateGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
2256
2264
|
CreateGroupProfileOutput.struct_class = Types::CreateGroupProfileOutput
|
|
2257
2265
|
|
|
2258
2266
|
CreateListingChangeSetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -2280,6 +2288,9 @@ module Aws::DataZone
|
|
|
2280
2288
|
CreateProjectInput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
|
2281
2289
|
CreateProjectInput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2282
2290
|
CreateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2291
|
+
CreateProjectInput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
2292
|
+
CreateProjectInput.add_member(:project_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "projectExecutionRole"))
|
|
2293
|
+
CreateProjectInput.add_member(:membership_assignments, Shapes::ShapeRef.new(shape: ProjectMembershipAssignments, location_name: "membershipAssignments"))
|
|
2283
2294
|
CreateProjectInput.struct_class = Types::CreateProjectInput
|
|
2284
2295
|
|
|
2285
2296
|
CreateProjectInputResourceTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -2308,6 +2319,7 @@ module Aws::DataZone
|
|
|
2308
2319
|
CreateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2309
2320
|
CreateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2310
2321
|
CreateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
2322
|
+
CreateProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
2311
2323
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
|
2312
2324
|
|
|
2313
2325
|
CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
@@ -2448,6 +2460,7 @@ module Aws::DataZone
|
|
|
2448
2460
|
CreateUserProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2449
2461
|
CreateUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location_name: "userIdentifier"))
|
|
2450
2462
|
CreateUserProfileInput.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location_name: "userType"))
|
|
2463
|
+
CreateUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: CreateUserProfileInputSessionNameString, location_name: "sessionName"))
|
|
2451
2464
|
CreateUserProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2452
2465
|
CreateUserProfileInput.struct_class = Types::CreateUserProfileInput
|
|
2453
2466
|
|
|
@@ -3519,6 +3532,8 @@ module Aws::DataZone
|
|
|
3519
3532
|
GetGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
3520
3533
|
GetGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
3521
3534
|
GetGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
3535
|
+
GetGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
3536
|
+
GetGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
3522
3537
|
GetGroupProfileOutput.struct_class = Types::GetGroupProfileOutput
|
|
3523
3538
|
|
|
3524
3539
|
GetIamPortalLoginUrlInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -3637,6 +3652,7 @@ module Aws::DataZone
|
|
|
3637
3652
|
GetProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
3638
3653
|
GetProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
3639
3654
|
GetProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
3655
|
+
GetProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
3640
3656
|
GetProjectOutput.struct_class = Types::GetProjectOutput
|
|
3641
3657
|
|
|
3642
3658
|
GetProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -3778,6 +3794,7 @@ module Aws::DataZone
|
|
|
3778
3794
|
GetUserProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3779
3795
|
GetUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location: "uri", location_name: "userIdentifier"))
|
|
3780
3796
|
GetUserProfileInput.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location: "querystring", location_name: "type"))
|
|
3797
|
+
GetUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: GetUserProfileInputSessionNameString, location: "querystring", location_name: "sessionName"))
|
|
3781
3798
|
GetUserProfileInput.struct_class = Types::GetUserProfileInput
|
|
3782
3799
|
|
|
3783
3800
|
GetUserProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
|
@@ -3944,6 +3961,8 @@ module Aws::DataZone
|
|
|
3944
3961
|
GroupProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
3945
3962
|
GroupProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
3946
3963
|
GroupProfileSummary.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
3964
|
+
GroupProfileSummary.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
3965
|
+
GroupProfileSummary.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
3947
3966
|
GroupProfileSummary.struct_class = Types::GroupProfileSummary
|
|
3948
3967
|
|
|
3949
3968
|
HyperPodPropertiesInput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: HyperPodPropertiesInputClusterNameString, required: true, location_name: "clusterName"))
|
|
@@ -3966,6 +3985,8 @@ module Aws::DataZone
|
|
|
3966
3985
|
|
|
3967
3986
|
IamUserProfileDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
3968
3987
|
IamUserProfileDetails.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
|
|
3988
|
+
IamUserProfileDetails.add_member(:session_name, Shapes::ShapeRef.new(shape: String, location_name: "sessionName"))
|
|
3989
|
+
IamUserProfileDetails.add_member(:group_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "groupProfileId"))
|
|
3969
3990
|
IamUserProfileDetails.struct_class = Types::IamUserProfileDetails
|
|
3970
3991
|
|
|
3971
3992
|
Import.add_member(:name, Shapes::ShapeRef.new(shape: FormTypeName, required: true, location_name: "name"))
|
|
@@ -4414,6 +4435,7 @@ module Aws::DataZone
|
|
|
4414
4435
|
ListProjectsInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "userIdentifier"))
|
|
4415
4436
|
ListProjectsInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "groupIdentifier"))
|
|
4416
4437
|
ListProjectsInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location: "querystring", location_name: "name"))
|
|
4438
|
+
ListProjectsInput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "projectCategory"))
|
|
4417
4439
|
ListProjectsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
|
4418
4440
|
ListProjectsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
4419
4441
|
ListProjectsInput.struct_class = Types::ListProjectsInput
|
|
@@ -4884,6 +4906,12 @@ module Aws::DataZone
|
|
|
4884
4906
|
|
|
4885
4907
|
ProjectMembers.member = Shapes::ShapeRef.new(shape: ProjectMember)
|
|
4886
4908
|
|
|
4909
|
+
ProjectMembershipAssignment.add_member(:member, Shapes::ShapeRef.new(shape: Member, required: true, location_name: "member"))
|
|
4910
|
+
ProjectMembershipAssignment.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
|
|
4911
|
+
ProjectMembershipAssignment.struct_class = Types::ProjectMembershipAssignment
|
|
4912
|
+
|
|
4913
|
+
ProjectMembershipAssignments.member = Shapes::ShapeRef.new(shape: ProjectMembershipAssignment)
|
|
4914
|
+
|
|
4887
4915
|
ProjectPolicyGrantPrincipal.add_member(:project_designation, Shapes::ShapeRef.new(shape: ProjectDesignation, required: true, location_name: "projectDesignation"))
|
|
4888
4916
|
ProjectPolicyGrantPrincipal.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectIdentifier"))
|
|
4889
4917
|
ProjectPolicyGrantPrincipal.add_member(:project_grant_filter, Shapes::ShapeRef.new(shape: ProjectGrantFilter, location_name: "projectGrantFilter"))
|
|
@@ -4918,6 +4946,7 @@ module Aws::DataZone
|
|
|
4918
4946
|
ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
4919
4947
|
ProjectSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
4920
4948
|
ProjectSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
|
4949
|
+
ProjectSummary.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
4921
4950
|
ProjectSummary.struct_class = Types::ProjectSummary
|
|
4922
4951
|
|
|
4923
4952
|
ProjectsForRule.add_member(:selection_mode, Shapes::ShapeRef.new(shape: RuleScopeSelectionMode, required: true, location_name: "selectionMode"))
|
|
@@ -6136,6 +6165,8 @@ module Aws::DataZone
|
|
|
6136
6165
|
UpdateGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
6137
6166
|
UpdateGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
6138
6167
|
UpdateGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
6168
|
+
UpdateGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
6169
|
+
UpdateGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
6139
6170
|
UpdateGroupProfileOutput.struct_class = Types::UpdateGroupProfileOutput
|
|
6140
6171
|
|
|
6141
6172
|
UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -6168,6 +6199,7 @@ module Aws::DataZone
|
|
|
6168
6199
|
UpdateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
6169
6200
|
UpdateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
6170
6201
|
UpdateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
6202
|
+
UpdateProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
6171
6203
|
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
|
6172
6204
|
|
|
6173
6205
|
UpdateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -6310,6 +6342,7 @@ module Aws::DataZone
|
|
|
6310
6342
|
UpdateUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location: "uri", location_name: "userIdentifier"))
|
|
6311
6343
|
UpdateUserProfileInput.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location_name: "type"))
|
|
6312
6344
|
UpdateUserProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: UserProfileStatus, required: true, location_name: "status"))
|
|
6345
|
+
UpdateUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: UpdateUserProfileInputSessionNameString, location_name: "sessionName"))
|
|
6313
6346
|
UpdateUserProfileInput.struct_class = Types::UpdateUserProfileInput
|
|
6314
6347
|
|
|
6315
6348
|
UpdateUserProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
|
@@ -4672,6 +4672,12 @@ module Aws::DataZone
|
|
|
4672
4672
|
# The identifier of the group for which the group profile is created.
|
|
4673
4673
|
# @return [String]
|
|
4674
4674
|
#
|
|
4675
|
+
# @!attribute [rw] role_principal_arn
|
|
4676
|
+
# The ARN of the IAM role that will be associated with the group
|
|
4677
|
+
# profile. This role defines the permissions that group members will
|
|
4678
|
+
# assume when accessing Amazon DataZone resources.
|
|
4679
|
+
# @return [String]
|
|
4680
|
+
#
|
|
4675
4681
|
# @!attribute [rw] client_token
|
|
4676
4682
|
# A unique, case-sensitive identifier that is provided to ensure the
|
|
4677
4683
|
# idempotency of the request.
|
|
@@ -4685,6 +4691,7 @@ module Aws::DataZone
|
|
|
4685
4691
|
class CreateGroupProfileInput < Struct.new(
|
|
4686
4692
|
:domain_identifier,
|
|
4687
4693
|
:group_identifier,
|
|
4694
|
+
:role_principal_arn,
|
|
4688
4695
|
:client_token)
|
|
4689
4696
|
SENSITIVE = []
|
|
4690
4697
|
include Aws::Structure
|
|
@@ -4707,13 +4714,25 @@ module Aws::DataZone
|
|
|
4707
4714
|
# The name of the group for which group profile is created.
|
|
4708
4715
|
# @return [String]
|
|
4709
4716
|
#
|
|
4717
|
+
# @!attribute [rw] role_principal_arn
|
|
4718
|
+
# The ARN of the IAM role principal. This role is associated with the
|
|
4719
|
+
# group profile.
|
|
4720
|
+
# @return [String]
|
|
4721
|
+
#
|
|
4722
|
+
# @!attribute [rw] role_principal_id
|
|
4723
|
+
# The unique identifier of the IAM role principal. This principal is
|
|
4724
|
+
# associated with the group profile.
|
|
4725
|
+
# @return [String]
|
|
4726
|
+
#
|
|
4710
4727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGroupProfileOutput AWS API Documentation
|
|
4711
4728
|
#
|
|
4712
4729
|
class CreateGroupProfileOutput < Struct.new(
|
|
4713
4730
|
:domain_id,
|
|
4714
4731
|
:id,
|
|
4715
4732
|
:status,
|
|
4716
|
-
:group_name
|
|
4733
|
+
:group_name,
|
|
4734
|
+
:role_principal_arn,
|
|
4735
|
+
:role_principal_id)
|
|
4717
4736
|
SENSITIVE = [:group_name]
|
|
4718
4737
|
include Aws::Structure
|
|
4719
4738
|
end
|
|
@@ -4838,6 +4857,20 @@ module Aws::DataZone
|
|
|
4838
4857
|
# The user parameters of the project.
|
|
4839
4858
|
# @return [Array<Types::EnvironmentConfigurationUserParameter>]
|
|
4840
4859
|
#
|
|
4860
|
+
# @!attribute [rw] project_category
|
|
4861
|
+
# The category of the project. Set to 'ADMIN' designates this as an
|
|
4862
|
+
# administrative project for the Amazon DataZone domain.
|
|
4863
|
+
# @return [String]
|
|
4864
|
+
#
|
|
4865
|
+
# @!attribute [rw] project_execution_role
|
|
4866
|
+
# The default project IAM role that is used to access project
|
|
4867
|
+
# resources and run computes such as Glue and Sagemaker.
|
|
4868
|
+
# @return [String]
|
|
4869
|
+
#
|
|
4870
|
+
# @!attribute [rw] membership_assignments
|
|
4871
|
+
# The members to be assigned to the project.
|
|
4872
|
+
# @return [Array<Types::ProjectMembershipAssignment>]
|
|
4873
|
+
#
|
|
4841
4874
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateProjectInput AWS API Documentation
|
|
4842
4875
|
#
|
|
4843
4876
|
class CreateProjectInput < Struct.new(
|
|
@@ -4848,7 +4881,10 @@ module Aws::DataZone
|
|
|
4848
4881
|
:glossary_terms,
|
|
4849
4882
|
:domain_unit_id,
|
|
4850
4883
|
:project_profile_id,
|
|
4851
|
-
:user_parameters
|
|
4884
|
+
:user_parameters,
|
|
4885
|
+
:project_category,
|
|
4886
|
+
:project_execution_role,
|
|
4887
|
+
:membership_assignments)
|
|
4852
4888
|
SENSITIVE = [:name, :description]
|
|
4853
4889
|
include Aws::Structure
|
|
4854
4890
|
end
|
|
@@ -4947,6 +4983,10 @@ module Aws::DataZone
|
|
|
4947
4983
|
# The environment deployment details.
|
|
4948
4984
|
# @return [Types::EnvironmentDeploymentDetails]
|
|
4949
4985
|
#
|
|
4986
|
+
# @!attribute [rw] project_category
|
|
4987
|
+
# The category of the project.
|
|
4988
|
+
# @return [String]
|
|
4989
|
+
#
|
|
4950
4990
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateProjectOutput AWS API Documentation
|
|
4951
4991
|
#
|
|
4952
4992
|
class CreateProjectOutput < Struct.new(
|
|
@@ -4964,7 +5004,8 @@ module Aws::DataZone
|
|
|
4964
5004
|
:domain_unit_id,
|
|
4965
5005
|
:project_profile_id,
|
|
4966
5006
|
:user_parameters,
|
|
4967
|
-
:environment_deployment_details
|
|
5007
|
+
:environment_deployment_details,
|
|
5008
|
+
:project_category)
|
|
4968
5009
|
SENSITIVE = [:name, :description]
|
|
4969
5010
|
include Aws::Structure
|
|
4970
5011
|
end
|
|
@@ -5643,6 +5684,10 @@ module Aws::DataZone
|
|
|
5643
5684
|
# The user type of the user for which the user profile is created.
|
|
5644
5685
|
# @return [String]
|
|
5645
5686
|
#
|
|
5687
|
+
# @!attribute [rw] session_name
|
|
5688
|
+
# The session name for IAM role sessions.
|
|
5689
|
+
# @return [String]
|
|
5690
|
+
#
|
|
5646
5691
|
# @!attribute [rw] client_token
|
|
5647
5692
|
# A unique, case-sensitive identifier that is provided to ensure the
|
|
5648
5693
|
# idempotency of the request.
|
|
@@ -5657,6 +5702,7 @@ module Aws::DataZone
|
|
|
5657
5702
|
:domain_identifier,
|
|
5658
5703
|
:user_identifier,
|
|
5659
5704
|
:user_type,
|
|
5705
|
+
:session_name,
|
|
5660
5706
|
:client_token)
|
|
5661
5707
|
SENSITIVE = []
|
|
5662
5708
|
include Aws::Structure
|
|
@@ -10305,13 +10351,25 @@ module Aws::DataZone
|
|
|
10305
10351
|
# The name of the group for which the specified group profile exists.
|
|
10306
10352
|
# @return [String]
|
|
10307
10353
|
#
|
|
10354
|
+
# @!attribute [rw] role_principal_arn
|
|
10355
|
+
# The ARN of the IAM role principal. This role is associated with the
|
|
10356
|
+
# group profile.
|
|
10357
|
+
# @return [String]
|
|
10358
|
+
#
|
|
10359
|
+
# @!attribute [rw] role_principal_id
|
|
10360
|
+
# The unique identifier of the IAM role principal. This principal is
|
|
10361
|
+
# associated with the group profile.
|
|
10362
|
+
# @return [String]
|
|
10363
|
+
#
|
|
10308
10364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGroupProfileOutput AWS API Documentation
|
|
10309
10365
|
#
|
|
10310
10366
|
class GetGroupProfileOutput < Struct.new(
|
|
10311
10367
|
:domain_id,
|
|
10312
10368
|
:id,
|
|
10313
10369
|
:status,
|
|
10314
|
-
:group_name
|
|
10370
|
+
:group_name,
|
|
10371
|
+
:role_principal_arn,
|
|
10372
|
+
:role_principal_id)
|
|
10315
10373
|
SENSITIVE = [:group_name]
|
|
10316
10374
|
include Aws::Structure
|
|
10317
10375
|
end
|
|
@@ -10845,6 +10903,10 @@ module Aws::DataZone
|
|
|
10845
10903
|
# The environment deployment status of a project.
|
|
10846
10904
|
# @return [Types::EnvironmentDeploymentDetails]
|
|
10847
10905
|
#
|
|
10906
|
+
# @!attribute [rw] project_category
|
|
10907
|
+
# The category of the project.
|
|
10908
|
+
# @return [String]
|
|
10909
|
+
#
|
|
10848
10910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetProjectOutput AWS API Documentation
|
|
10849
10911
|
#
|
|
10850
10912
|
class GetProjectOutput < Struct.new(
|
|
@@ -10862,7 +10924,8 @@ module Aws::DataZone
|
|
|
10862
10924
|
:domain_unit_id,
|
|
10863
10925
|
:project_profile_id,
|
|
10864
10926
|
:user_parameters,
|
|
10865
|
-
:environment_deployment_details
|
|
10927
|
+
:environment_deployment_details,
|
|
10928
|
+
:project_category)
|
|
10866
10929
|
SENSITIVE = [:name, :description]
|
|
10867
10930
|
include Aws::Structure
|
|
10868
10931
|
end
|
|
@@ -11519,12 +11582,17 @@ module Aws::DataZone
|
|
|
11519
11582
|
# The type of the user profile.
|
|
11520
11583
|
# @return [String]
|
|
11521
11584
|
#
|
|
11585
|
+
# @!attribute [rw] session_name
|
|
11586
|
+
# The session name for IAM role sessions.
|
|
11587
|
+
# @return [String]
|
|
11588
|
+
#
|
|
11522
11589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetUserProfileInput AWS API Documentation
|
|
11523
11590
|
#
|
|
11524
11591
|
class GetUserProfileInput < Struct.new(
|
|
11525
11592
|
:domain_identifier,
|
|
11526
11593
|
:user_identifier,
|
|
11527
|
-
:type
|
|
11594
|
+
:type,
|
|
11595
|
+
:session_name)
|
|
11528
11596
|
SENSITIVE = []
|
|
11529
11597
|
include Aws::Structure
|
|
11530
11598
|
end
|
|
@@ -12261,13 +12329,25 @@ module Aws::DataZone
|
|
|
12261
12329
|
# The group name of a group profile.
|
|
12262
12330
|
# @return [String]
|
|
12263
12331
|
#
|
|
12332
|
+
# @!attribute [rw] role_principal_arn
|
|
12333
|
+
# The ARN of the IAM role principal. This role is associated with the
|
|
12334
|
+
# group profile.
|
|
12335
|
+
# @return [String]
|
|
12336
|
+
#
|
|
12337
|
+
# @!attribute [rw] role_principal_id
|
|
12338
|
+
# The unique identifier of the IAM role principal. This principal is
|
|
12339
|
+
# associated with the group profile.
|
|
12340
|
+
# @return [String]
|
|
12341
|
+
#
|
|
12264
12342
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GroupProfileSummary AWS API Documentation
|
|
12265
12343
|
#
|
|
12266
12344
|
class GroupProfileSummary < Struct.new(
|
|
12267
12345
|
:domain_id,
|
|
12268
12346
|
:id,
|
|
12269
12347
|
:status,
|
|
12270
|
-
:group_name
|
|
12348
|
+
:group_name,
|
|
12349
|
+
:role_principal_arn,
|
|
12350
|
+
:role_principal_id)
|
|
12271
12351
|
SENSITIVE = [:group_name]
|
|
12272
12352
|
include Aws::Structure
|
|
12273
12353
|
end
|
|
@@ -12372,11 +12452,23 @@ module Aws::DataZone
|
|
|
12372
12452
|
# The principal ID as part of the IAM user profile details.
|
|
12373
12453
|
# @return [String]
|
|
12374
12454
|
#
|
|
12455
|
+
# @!attribute [rw] session_name
|
|
12456
|
+
# The session name for IAM role sessions.
|
|
12457
|
+
# @return [String]
|
|
12458
|
+
#
|
|
12459
|
+
# @!attribute [rw] group_profile_id
|
|
12460
|
+
# The identifier of the group profile associated with the IAM user
|
|
12461
|
+
# profile. This links the user to a specific group profile within the
|
|
12462
|
+
# Amazon DataZone domain.
|
|
12463
|
+
# @return [String]
|
|
12464
|
+
#
|
|
12375
12465
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/IamUserProfileDetails AWS API Documentation
|
|
12376
12466
|
#
|
|
12377
12467
|
class IamUserProfileDetails < Struct.new(
|
|
12378
12468
|
:arn,
|
|
12379
|
-
:principal_id
|
|
12469
|
+
:principal_id,
|
|
12470
|
+
:session_name,
|
|
12471
|
+
:group_profile_id)
|
|
12380
12472
|
SENSITIVE = []
|
|
12381
12473
|
include Aws::Structure
|
|
12382
12474
|
end
|
|
@@ -14744,6 +14836,10 @@ module Aws::DataZone
|
|
|
14744
14836
|
# The name of the project.
|
|
14745
14837
|
# @return [String]
|
|
14746
14838
|
#
|
|
14839
|
+
# @!attribute [rw] project_category
|
|
14840
|
+
# A parameter to filter projects by their category.
|
|
14841
|
+
# @return [String]
|
|
14842
|
+
#
|
|
14747
14843
|
# @!attribute [rw] next_token
|
|
14748
14844
|
# When the number of projects is greater than the default value for
|
|
14749
14845
|
# the `MaxResults` parameter, or if you explicitly specify a value for
|
|
@@ -14768,6 +14864,7 @@ module Aws::DataZone
|
|
|
14768
14864
|
:user_identifier,
|
|
14769
14865
|
:group_identifier,
|
|
14770
14866
|
:name,
|
|
14867
|
+
:project_category,
|
|
14771
14868
|
:next_token,
|
|
14772
14869
|
:max_results)
|
|
14773
14870
|
SENSITIVE = [:name]
|
|
@@ -16756,6 +16853,26 @@ module Aws::DataZone
|
|
|
16756
16853
|
include Aws::Structure
|
|
16757
16854
|
end
|
|
16758
16855
|
|
|
16856
|
+
# A map of user or group profiles to designations that need to be
|
|
16857
|
+
# assigned in the project.
|
|
16858
|
+
#
|
|
16859
|
+
# @!attribute [rw] member
|
|
16860
|
+
# The details about a project member.
|
|
16861
|
+
# @return [Types::Member]
|
|
16862
|
+
#
|
|
16863
|
+
# @!attribute [rw] designation
|
|
16864
|
+
# The designation of the project membership.
|
|
16865
|
+
# @return [String]
|
|
16866
|
+
#
|
|
16867
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ProjectMembershipAssignment AWS API Documentation
|
|
16868
|
+
#
|
|
16869
|
+
class ProjectMembershipAssignment < Struct.new(
|
|
16870
|
+
:member,
|
|
16871
|
+
:designation)
|
|
16872
|
+
SENSITIVE = []
|
|
16873
|
+
include Aws::Structure
|
|
16874
|
+
end
|
|
16875
|
+
|
|
16759
16876
|
# The project policy grant principal.
|
|
16760
16877
|
#
|
|
16761
16878
|
# @!attribute [rw] project_designation
|
|
@@ -16877,6 +16994,10 @@ module Aws::DataZone
|
|
|
16877
16994
|
# The ID of the domain unit.
|
|
16878
16995
|
# @return [String]
|
|
16879
16996
|
#
|
|
16997
|
+
# @!attribute [rw] project_category
|
|
16998
|
+
# The category of the project.
|
|
16999
|
+
# @return [String]
|
|
17000
|
+
#
|
|
16880
17001
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ProjectSummary AWS API Documentation
|
|
16881
17002
|
#
|
|
16882
17003
|
class ProjectSummary < Struct.new(
|
|
@@ -16889,7 +17010,8 @@ module Aws::DataZone
|
|
|
16889
17010
|
:created_by,
|
|
16890
17011
|
:created_at,
|
|
16891
17012
|
:updated_at,
|
|
16892
|
-
:domain_unit_id
|
|
17013
|
+
:domain_unit_id,
|
|
17014
|
+
:project_category)
|
|
16893
17015
|
SENSITIVE = [:name, :description]
|
|
16894
17016
|
include Aws::Structure
|
|
16895
17017
|
end
|
|
@@ -22247,13 +22369,25 @@ module Aws::DataZone
|
|
|
22247
22369
|
# The name of the group profile that is updated.
|
|
22248
22370
|
# @return [String]
|
|
22249
22371
|
#
|
|
22372
|
+
# @!attribute [rw] role_principal_arn
|
|
22373
|
+
# The ARN of the IAM role principal. This role is associated with the
|
|
22374
|
+
# updated group profile.
|
|
22375
|
+
# @return [String]
|
|
22376
|
+
#
|
|
22377
|
+
# @!attribute [rw] role_principal_id
|
|
22378
|
+
# The unique identifier of the IAM role principal. This principal is
|
|
22379
|
+
# associated with the updated group profile.
|
|
22380
|
+
# @return [String]
|
|
22381
|
+
#
|
|
22250
22382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGroupProfileOutput AWS API Documentation
|
|
22251
22383
|
#
|
|
22252
22384
|
class UpdateGroupProfileOutput < Struct.new(
|
|
22253
22385
|
:domain_id,
|
|
22254
22386
|
:id,
|
|
22255
22387
|
:status,
|
|
22256
|
-
:group_name
|
|
22388
|
+
:group_name,
|
|
22389
|
+
:role_principal_arn,
|
|
22390
|
+
:role_principal_id)
|
|
22257
22391
|
SENSITIVE = [:group_name]
|
|
22258
22392
|
include Aws::Structure
|
|
22259
22393
|
end
|
|
@@ -22381,6 +22515,10 @@ module Aws::DataZone
|
|
|
22381
22515
|
# The environment deployment details of the project.
|
|
22382
22516
|
# @return [Types::EnvironmentDeploymentDetails]
|
|
22383
22517
|
#
|
|
22518
|
+
# @!attribute [rw] project_category
|
|
22519
|
+
# The category of the project.
|
|
22520
|
+
# @return [String]
|
|
22521
|
+
#
|
|
22384
22522
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProjectOutput AWS API Documentation
|
|
22385
22523
|
#
|
|
22386
22524
|
class UpdateProjectOutput < Struct.new(
|
|
@@ -22398,7 +22536,8 @@ module Aws::DataZone
|
|
|
22398
22536
|
:domain_unit_id,
|
|
22399
22537
|
:project_profile_id,
|
|
22400
22538
|
:user_parameters,
|
|
22401
|
-
:environment_deployment_details
|
|
22539
|
+
:environment_deployment_details,
|
|
22540
|
+
:project_category)
|
|
22402
22541
|
SENSITIVE = [:name, :description]
|
|
22403
22542
|
include Aws::Structure
|
|
22404
22543
|
end
|
|
@@ -23088,13 +23227,18 @@ module Aws::DataZone
|
|
|
23088
23227
|
# The status of the user profile that are to be updated.
|
|
23089
23228
|
# @return [String]
|
|
23090
23229
|
#
|
|
23230
|
+
# @!attribute [rw] session_name
|
|
23231
|
+
# The session name for IAM role sessions.
|
|
23232
|
+
# @return [String]
|
|
23233
|
+
#
|
|
23091
23234
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateUserProfileInput AWS API Documentation
|
|
23092
23235
|
#
|
|
23093
23236
|
class UpdateUserProfileInput < Struct.new(
|
|
23094
23237
|
:domain_identifier,
|
|
23095
23238
|
:user_identifier,
|
|
23096
23239
|
:type,
|
|
23097
|
-
:status
|
|
23240
|
+
:status,
|
|
23241
|
+
:session_name)
|
|
23098
23242
|
SENSITIVE = []
|
|
23099
23243
|
include Aws::Structure
|
|
23100
23244
|
end
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -971,7 +971,7 @@ module Aws
|
|
|
971
971
|
user_assignment: ("AUTOMATIC" | "MANUAL")?,
|
|
972
972
|
idc_instance_arn: ::String?
|
|
973
973
|
},
|
|
974
|
-
domain_execution_role: ::String,
|
|
974
|
+
?domain_execution_role: ::String,
|
|
975
975
|
?kms_key_identifier: ::String,
|
|
976
976
|
?tags: Hash[::String, ::String],
|
|
977
977
|
?domain_version: ("V1" | "V2"),
|
|
@@ -1223,11 +1223,14 @@ module Aws
|
|
|
1223
1223
|
def id: () -> ::String
|
|
1224
1224
|
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|
|
1225
1225
|
def group_name: () -> ::String
|
|
1226
|
+
def role_principal_arn: () -> ::String
|
|
1227
|
+
def role_principal_id: () -> ::String
|
|
1226
1228
|
end
|
|
1227
1229
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_group_profile-instance_method
|
|
1228
1230
|
def create_group_profile: (
|
|
1229
1231
|
domain_identifier: ::String,
|
|
1230
|
-
group_identifier: ::String,
|
|
1232
|
+
?group_identifier: ::String,
|
|
1233
|
+
?role_principal_arn: ::String,
|
|
1231
1234
|
?client_token: ::String
|
|
1232
1235
|
) -> _CreateGroupProfileResponseSuccess
|
|
1233
1236
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGroupProfileResponseSuccess
|
|
@@ -1266,6 +1269,7 @@ module Aws
|
|
|
1266
1269
|
def project_profile_id: () -> ::String
|
|
1267
1270
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
1268
1271
|
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
|
1272
|
+
def project_category: () -> ::String
|
|
1269
1273
|
end
|
|
1270
1274
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project-instance_method
|
|
1271
1275
|
def create_project: (
|
|
@@ -1292,6 +1296,17 @@ module Aws
|
|
|
1292
1296
|
},
|
|
1293
1297
|
]?
|
|
1294
1298
|
},
|
|
1299
|
+
],
|
|
1300
|
+
?project_category: ::String,
|
|
1301
|
+
?project_execution_role: ::String,
|
|
1302
|
+
?membership_assignments: Array[
|
|
1303
|
+
{
|
|
1304
|
+
member: {
|
|
1305
|
+
user_identifier: ::String?,
|
|
1306
|
+
group_identifier: ::String?
|
|
1307
|
+
},
|
|
1308
|
+
designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT_CATALOG_VIEWER" | "PROJECT_CATALOG_CONSUMER" | "PROJECT_CATALOG_STEWARD")
|
|
1309
|
+
},
|
|
1295
1310
|
]
|
|
1296
1311
|
) -> _CreateProjectResponseSuccess
|
|
1297
1312
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProjectResponseSuccess
|
|
@@ -1592,7 +1607,8 @@ module Aws
|
|
|
1592
1607
|
def create_user_profile: (
|
|
1593
1608
|
domain_identifier: ::String,
|
|
1594
1609
|
user_identifier: ::String,
|
|
1595
|
-
?user_type: ("IAM_USER" | "IAM_ROLE" | "SSO_USER"),
|
|
1610
|
+
?user_type: ("IAM_USER" | "IAM_ROLE" | "SSO_USER" | "IAM_ROLE_SESSION"),
|
|
1611
|
+
?session_name: ::String,
|
|
1596
1612
|
?client_token: ::String
|
|
1597
1613
|
) -> _CreateUserProfileResponseSuccess
|
|
1598
1614
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserProfileResponseSuccess
|
|
@@ -2379,6 +2395,8 @@ module Aws
|
|
|
2379
2395
|
def id: () -> ::String
|
|
2380
2396
|
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|
|
2381
2397
|
def group_name: () -> ::String
|
|
2398
|
+
def role_principal_arn: () -> ::String
|
|
2399
|
+
def role_principal_id: () -> ::String
|
|
2382
2400
|
end
|
|
2383
2401
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_group_profile-instance_method
|
|
2384
2402
|
def get_group_profile: (
|
|
@@ -2522,6 +2540,7 @@ module Aws
|
|
|
2522
2540
|
def project_profile_id: () -> ::String
|
|
2523
2541
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
2524
2542
|
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
|
2543
|
+
def project_category: () -> ::String
|
|
2525
2544
|
end
|
|
2526
2545
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project-instance_method
|
|
2527
2546
|
def get_project: (
|
|
@@ -2702,7 +2721,8 @@ module Aws
|
|
|
2702
2721
|
def get_user_profile: (
|
|
2703
2722
|
domain_identifier: ::String,
|
|
2704
2723
|
user_identifier: ::String,
|
|
2705
|
-
?type: ("IAM" | "SSO")
|
|
2724
|
+
?type: ("IAM" | "SSO"),
|
|
2725
|
+
?session_name: ::String
|
|
2706
2726
|
) -> _GetUserProfileResponseSuccess
|
|
2707
2727
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserProfileResponseSuccess
|
|
2708
2728
|
|
|
@@ -3115,6 +3135,7 @@ module Aws
|
|
|
3115
3135
|
?user_identifier: ::String,
|
|
3116
3136
|
?group_identifier: ::String,
|
|
3117
3137
|
?name: ::String,
|
|
3138
|
+
?project_category: ::String,
|
|
3118
3139
|
?next_token: ::String,
|
|
3119
3140
|
?max_results: ::Integer
|
|
3120
3141
|
) -> _ListProjectsResponseSuccess
|
|
@@ -3566,7 +3587,7 @@ module Aws
|
|
|
3566
3587
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#search_group_profiles-instance_method
|
|
3567
3588
|
def search_group_profiles: (
|
|
3568
3589
|
domain_identifier: ::String,
|
|
3569
|
-
group_type: ("SSO_GROUP" | "DATAZONE_SSO_GROUP"),
|
|
3590
|
+
group_type: ("SSO_GROUP" | "DATAZONE_SSO_GROUP" | "IAM_ROLE_SESSION_GROUP"),
|
|
3570
3591
|
?search_text: ::String,
|
|
3571
3592
|
?max_results: ::Integer,
|
|
3572
3593
|
?next_token: ::String
|
|
@@ -4312,6 +4333,8 @@ module Aws
|
|
|
4312
4333
|
def id: () -> ::String
|
|
4313
4334
|
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|
|
4314
4335
|
def group_name: () -> ::String
|
|
4336
|
+
def role_principal_arn: () -> ::String
|
|
4337
|
+
def role_principal_id: () -> ::String
|
|
4315
4338
|
end
|
|
4316
4339
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_group_profile-instance_method
|
|
4317
4340
|
def update_group_profile: (
|
|
@@ -4338,6 +4361,7 @@ module Aws
|
|
|
4338
4361
|
def project_profile_id: () -> ::String
|
|
4339
4362
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
4340
4363
|
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
|
4364
|
+
def project_category: () -> ::String
|
|
4341
4365
|
end
|
|
4342
4366
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project-instance_method
|
|
4343
4367
|
def update_project: (
|
|
@@ -4617,7 +4641,8 @@ module Aws
|
|
|
4617
4641
|
domain_identifier: ::String,
|
|
4618
4642
|
user_identifier: ::String,
|
|
4619
4643
|
?type: ("IAM" | "SSO"),
|
|
4620
|
-
status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
|
4644
|
+
status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED"),
|
|
4645
|
+
?session_name: ::String
|
|
4621
4646
|
) -> _UpdateUserProfileResponseSuccess
|
|
4622
4647
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserProfileResponseSuccess
|
|
4623
4648
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -1270,6 +1270,7 @@ module Aws::DataZone
|
|
|
1270
1270
|
class CreateGroupProfileInput
|
|
1271
1271
|
attr_accessor domain_identifier: ::String
|
|
1272
1272
|
attr_accessor group_identifier: ::String
|
|
1273
|
+
attr_accessor role_principal_arn: ::String
|
|
1273
1274
|
attr_accessor client_token: ::String
|
|
1274
1275
|
SENSITIVE: []
|
|
1275
1276
|
end
|
|
@@ -1279,6 +1280,8 @@ module Aws::DataZone
|
|
|
1279
1280
|
attr_accessor id: ::String
|
|
1280
1281
|
attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
|
|
1281
1282
|
attr_accessor group_name: ::String
|
|
1283
|
+
attr_accessor role_principal_arn: ::String
|
|
1284
|
+
attr_accessor role_principal_id: ::String
|
|
1282
1285
|
SENSITIVE: [:group_name]
|
|
1283
1286
|
end
|
|
1284
1287
|
|
|
@@ -1314,6 +1317,9 @@ module Aws::DataZone
|
|
|
1314
1317
|
attr_accessor domain_unit_id: ::String
|
|
1315
1318
|
attr_accessor project_profile_id: ::String
|
|
1316
1319
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
1320
|
+
attr_accessor project_category: ::String
|
|
1321
|
+
attr_accessor project_execution_role: ::String
|
|
1322
|
+
attr_accessor membership_assignments: ::Array[Types::ProjectMembershipAssignment]
|
|
1317
1323
|
SENSITIVE: [:name, :description]
|
|
1318
1324
|
end
|
|
1319
1325
|
|
|
@@ -1344,6 +1350,7 @@ module Aws::DataZone
|
|
|
1344
1350
|
attr_accessor project_profile_id: ::String
|
|
1345
1351
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
1346
1352
|
attr_accessor environment_deployment_details: Types::EnvironmentDeploymentDetails
|
|
1353
|
+
attr_accessor project_category: ::String
|
|
1347
1354
|
SENSITIVE: [:name, :description]
|
|
1348
1355
|
end
|
|
1349
1356
|
|
|
@@ -1503,7 +1510,8 @@ module Aws::DataZone
|
|
|
1503
1510
|
class CreateUserProfileInput
|
|
1504
1511
|
attr_accessor domain_identifier: ::String
|
|
1505
1512
|
attr_accessor user_identifier: ::String
|
|
1506
|
-
attr_accessor user_type: ("IAM_USER" | "IAM_ROLE" | "SSO_USER")
|
|
1513
|
+
attr_accessor user_type: ("IAM_USER" | "IAM_ROLE" | "SSO_USER" | "IAM_ROLE_SESSION")
|
|
1514
|
+
attr_accessor session_name: ::String
|
|
1507
1515
|
attr_accessor client_token: ::String
|
|
1508
1516
|
SENSITIVE: []
|
|
1509
1517
|
end
|
|
@@ -2798,6 +2806,8 @@ module Aws::DataZone
|
|
|
2798
2806
|
attr_accessor id: ::String
|
|
2799
2807
|
attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
|
|
2800
2808
|
attr_accessor group_name: ::String
|
|
2809
|
+
attr_accessor role_principal_arn: ::String
|
|
2810
|
+
attr_accessor role_principal_id: ::String
|
|
2801
2811
|
SENSITIVE: [:group_name]
|
|
2802
2812
|
end
|
|
2803
2813
|
|
|
@@ -2942,6 +2952,7 @@ module Aws::DataZone
|
|
|
2942
2952
|
attr_accessor project_profile_id: ::String
|
|
2943
2953
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
2944
2954
|
attr_accessor environment_deployment_details: Types::EnvironmentDeploymentDetails
|
|
2955
|
+
attr_accessor project_category: ::String
|
|
2945
2956
|
SENSITIVE: [:name, :description]
|
|
2946
2957
|
end
|
|
2947
2958
|
|
|
@@ -3109,6 +3120,7 @@ module Aws::DataZone
|
|
|
3109
3120
|
attr_accessor domain_identifier: ::String
|
|
3110
3121
|
attr_accessor user_identifier: ::String
|
|
3111
3122
|
attr_accessor type: ("IAM" | "SSO")
|
|
3123
|
+
attr_accessor session_name: ::String
|
|
3112
3124
|
SENSITIVE: []
|
|
3113
3125
|
end
|
|
3114
3126
|
|
|
@@ -3317,6 +3329,8 @@ module Aws::DataZone
|
|
|
3317
3329
|
attr_accessor id: ::String
|
|
3318
3330
|
attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
|
|
3319
3331
|
attr_accessor group_name: ::String
|
|
3332
|
+
attr_accessor role_principal_arn: ::String
|
|
3333
|
+
attr_accessor role_principal_id: ::String
|
|
3320
3334
|
SENSITIVE: [:group_name]
|
|
3321
3335
|
end
|
|
3322
3336
|
|
|
@@ -3351,6 +3365,8 @@ module Aws::DataZone
|
|
|
3351
3365
|
class IamUserProfileDetails
|
|
3352
3366
|
attr_accessor arn: ::String
|
|
3353
3367
|
attr_accessor principal_id: ::String
|
|
3368
|
+
attr_accessor session_name: ::String
|
|
3369
|
+
attr_accessor group_profile_id: ::String
|
|
3354
3370
|
SENSITIVE: []
|
|
3355
3371
|
end
|
|
3356
3372
|
|
|
@@ -3930,6 +3946,7 @@ module Aws::DataZone
|
|
|
3930
3946
|
attr_accessor user_identifier: ::String
|
|
3931
3947
|
attr_accessor group_identifier: ::String
|
|
3932
3948
|
attr_accessor name: ::String
|
|
3949
|
+
attr_accessor project_category: ::String
|
|
3933
3950
|
attr_accessor next_token: ::String
|
|
3934
3951
|
attr_accessor max_results: ::Integer
|
|
3935
3952
|
SENSITIVE: [:name]
|
|
@@ -4548,6 +4565,12 @@ module Aws::DataZone
|
|
|
4548
4565
|
SENSITIVE: []
|
|
4549
4566
|
end
|
|
4550
4567
|
|
|
4568
|
+
class ProjectMembershipAssignment
|
|
4569
|
+
attr_accessor member: Types::Member
|
|
4570
|
+
attr_accessor designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT_CATALOG_VIEWER" | "PROJECT_CATALOG_CONSUMER" | "PROJECT_CATALOG_STEWARD")
|
|
4571
|
+
SENSITIVE: []
|
|
4572
|
+
end
|
|
4573
|
+
|
|
4551
4574
|
class ProjectPolicyGrantPrincipal
|
|
4552
4575
|
attr_accessor project_designation: ("OWNER" | "CONTRIBUTOR" | "PROJECT_CATALOG_STEWARD")
|
|
4553
4576
|
attr_accessor project_identifier: ::String
|
|
@@ -4579,6 +4602,7 @@ module Aws::DataZone
|
|
|
4579
4602
|
attr_accessor created_at: ::Time
|
|
4580
4603
|
attr_accessor updated_at: ::Time
|
|
4581
4604
|
attr_accessor domain_unit_id: ::String
|
|
4605
|
+
attr_accessor project_category: ::String
|
|
4582
4606
|
SENSITIVE: [:name, :description]
|
|
4583
4607
|
end
|
|
4584
4608
|
|
|
@@ -5127,7 +5151,7 @@ module Aws::DataZone
|
|
|
5127
5151
|
|
|
5128
5152
|
class SearchGroupProfilesInput
|
|
5129
5153
|
attr_accessor domain_identifier: ::String
|
|
5130
|
-
attr_accessor group_type: ("SSO_GROUP" | "DATAZONE_SSO_GROUP")
|
|
5154
|
+
attr_accessor group_type: ("SSO_GROUP" | "DATAZONE_SSO_GROUP" | "IAM_ROLE_SESSION_GROUP")
|
|
5131
5155
|
attr_accessor search_text: ::String
|
|
5132
5156
|
attr_accessor max_results: ::Integer
|
|
5133
5157
|
attr_accessor next_token: ::String
|
|
@@ -6071,6 +6095,8 @@ module Aws::DataZone
|
|
|
6071
6095
|
attr_accessor id: ::String
|
|
6072
6096
|
attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
|
|
6073
6097
|
attr_accessor group_name: ::String
|
|
6098
|
+
attr_accessor role_principal_arn: ::String
|
|
6099
|
+
attr_accessor role_principal_id: ::String
|
|
6074
6100
|
SENSITIVE: [:group_name]
|
|
6075
6101
|
end
|
|
6076
6102
|
|
|
@@ -6104,6 +6130,7 @@ module Aws::DataZone
|
|
|
6104
6130
|
attr_accessor project_profile_id: ::String
|
|
6105
6131
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
|
6106
6132
|
attr_accessor environment_deployment_details: Types::EnvironmentDeploymentDetails
|
|
6133
|
+
attr_accessor project_category: ::String
|
|
6107
6134
|
SENSITIVE: [:name, :description]
|
|
6108
6135
|
end
|
|
6109
6136
|
|
|
@@ -6267,6 +6294,7 @@ module Aws::DataZone
|
|
|
6267
6294
|
attr_accessor user_identifier: ::String
|
|
6268
6295
|
attr_accessor type: ("IAM" | "SSO")
|
|
6269
6296
|
attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
|
|
6297
|
+
attr_accessor session_name: ::String
|
|
6270
6298
|
SENSITIVE: []
|
|
6271
6299
|
end
|
|
6272
6300
|
|