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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +110 -7
- data/lib/aws-sdk-datazone/client_api.rb +53 -2
- data/lib/aws-sdk-datazone/types.rb +219 -12
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +37 -6
- data/sig/types.rbs +54 -2
- metadata +1 -1
|
@@ -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')
|
|
@@ -634,6 +636,9 @@ module Aws::DataZone
|
|
|
634
636
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
|
635
637
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
636
638
|
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
|
639
|
+
LakehousePropertiesInput = Shapes::StructureShape.new(name: 'LakehousePropertiesInput')
|
|
640
|
+
LakehousePropertiesOutput = Shapes::StructureShape.new(name: 'LakehousePropertiesOutput')
|
|
641
|
+
LakehousePropertiesPatch = Shapes::StructureShape.new(name: 'LakehousePropertiesPatch')
|
|
637
642
|
LambdaExecutionRoleArn = Shapes::StringShape.new(name: 'LambdaExecutionRoleArn')
|
|
638
643
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
|
639
644
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
|
@@ -834,6 +839,8 @@ module Aws::DataZone
|
|
|
834
839
|
ProjectIds = Shapes::ListShape.new(name: 'ProjectIds')
|
|
835
840
|
ProjectMember = Shapes::StructureShape.new(name: 'ProjectMember')
|
|
836
841
|
ProjectMembers = Shapes::ListShape.new(name: 'ProjectMembers')
|
|
842
|
+
ProjectMembershipAssignment = Shapes::StructureShape.new(name: 'ProjectMembershipAssignment')
|
|
843
|
+
ProjectMembershipAssignments = Shapes::ListShape.new(name: 'ProjectMembershipAssignments')
|
|
837
844
|
ProjectName = Shapes::StringShape.new(name: 'ProjectName')
|
|
838
845
|
ProjectPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'ProjectPolicyGrantPrincipal')
|
|
839
846
|
ProjectProfileId = Shapes::StringShape.new(name: 'ProjectProfileId')
|
|
@@ -1174,6 +1181,7 @@ module Aws::DataZone
|
|
|
1174
1181
|
UpdateSubscriptionTargetInput = Shapes::StructureShape.new(name: 'UpdateSubscriptionTargetInput')
|
|
1175
1182
|
UpdateSubscriptionTargetOutput = Shapes::StructureShape.new(name: 'UpdateSubscriptionTargetOutput')
|
|
1176
1183
|
UpdateUserProfileInput = Shapes::StructureShape.new(name: 'UpdateUserProfileInput')
|
|
1184
|
+
UpdateUserProfileInputSessionNameString = Shapes::StringShape.new(name: 'UpdateUserProfileInputSessionNameString')
|
|
1177
1185
|
UpdateUserProfileOutput = Shapes::StructureShape.new(name: 'UpdateUserProfileOutput')
|
|
1178
1186
|
UpdatedAt = Shapes::TimestampShape.new(name: 'UpdatedAt')
|
|
1179
1187
|
UpdatedBy = Shapes::StringShape.new(name: 'UpdatedBy')
|
|
@@ -1701,6 +1709,7 @@ module Aws::DataZone
|
|
|
1701
1709
|
ConnectionPropertiesInput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesInput, location_name: "mlflowProperties"))
|
|
1702
1710
|
ConnectionPropertiesInput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesInput, location_name: "workflowsMwaaProperties"))
|
|
1703
1711
|
ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
|
|
1712
|
+
ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
|
|
1704
1713
|
ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1705
1714
|
ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
|
|
1706
1715
|
ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
|
|
@@ -1714,6 +1723,7 @@ module Aws::DataZone
|
|
|
1714
1723
|
ConnectionPropertiesInput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesInput::MlflowProperties)
|
|
1715
1724
|
ConnectionPropertiesInput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesInput::WorkflowsMwaaProperties)
|
|
1716
1725
|
ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
|
|
1726
|
+
ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
|
|
1717
1727
|
ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
|
|
1718
1728
|
ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
|
|
1719
1729
|
|
|
@@ -1729,6 +1739,7 @@ module Aws::DataZone
|
|
|
1729
1739
|
ConnectionPropertiesOutput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesOutput, location_name: "mlflowProperties"))
|
|
1730
1740
|
ConnectionPropertiesOutput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesOutput, location_name: "workflowsMwaaProperties"))
|
|
1731
1741
|
ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
|
|
1742
|
+
ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
|
|
1732
1743
|
ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1733
1744
|
ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
|
|
1734
1745
|
ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
|
|
@@ -1742,6 +1753,7 @@ module Aws::DataZone
|
|
|
1742
1753
|
ConnectionPropertiesOutput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesOutput::MlflowProperties)
|
|
1743
1754
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesOutput::WorkflowsMwaaProperties)
|
|
1744
1755
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
|
|
1756
|
+
ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
|
|
1745
1757
|
ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
|
|
1746
1758
|
ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
|
|
1747
1759
|
|
|
@@ -1753,6 +1765,7 @@ module Aws::DataZone
|
|
|
1753
1765
|
ConnectionPropertiesPatch.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesPatch, location_name: "s3Properties"))
|
|
1754
1766
|
ConnectionPropertiesPatch.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesPatch, location_name: "amazonQProperties"))
|
|
1755
1767
|
ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
|
|
1768
|
+
ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
|
|
1756
1769
|
ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1757
1770
|
ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
|
|
1758
1771
|
ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
|
|
@@ -1762,6 +1775,7 @@ module Aws::DataZone
|
|
|
1762
1775
|
ConnectionPropertiesPatch.add_member_subclass(:s3_properties, Types::ConnectionPropertiesPatch::S3Properties)
|
|
1763
1776
|
ConnectionPropertiesPatch.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesPatch::AmazonQProperties)
|
|
1764
1777
|
ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
|
|
1778
|
+
ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
|
|
1765
1779
|
ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
|
|
1766
1780
|
ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
|
|
1767
1781
|
|
|
@@ -2037,7 +2051,7 @@ module Aws::DataZone
|
|
|
2037
2051
|
CreateDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
2038
2052
|
CreateDomainInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2039
2053
|
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,
|
|
2054
|
+
CreateDomainInput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "domainExecutionRole"))
|
|
2041
2055
|
CreateDomainInput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
|
|
2042
2056
|
CreateDomainInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2043
2057
|
CreateDomainInput.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
|
|
@@ -2245,7 +2259,8 @@ module Aws::DataZone
|
|
|
2245
2259
|
CreateGlossaryTermOutput.struct_class = Types::CreateGlossaryTermOutput
|
|
2246
2260
|
|
|
2247
2261
|
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,
|
|
2262
|
+
CreateGroupProfileInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, location_name: "groupIdentifier"))
|
|
2263
|
+
CreateGroupProfileInput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
2249
2264
|
CreateGroupProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2250
2265
|
CreateGroupProfileInput.struct_class = Types::CreateGroupProfileInput
|
|
2251
2266
|
|
|
@@ -2253,6 +2268,8 @@ module Aws::DataZone
|
|
|
2253
2268
|
CreateGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
2254
2269
|
CreateGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
2255
2270
|
CreateGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
2271
|
+
CreateGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
2272
|
+
CreateGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
2256
2273
|
CreateGroupProfileOutput.struct_class = Types::CreateGroupProfileOutput
|
|
2257
2274
|
|
|
2258
2275
|
CreateListingChangeSetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -2280,6 +2297,9 @@ module Aws::DataZone
|
|
|
2280
2297
|
CreateProjectInput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
|
2281
2298
|
CreateProjectInput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2282
2299
|
CreateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2300
|
+
CreateProjectInput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
2301
|
+
CreateProjectInput.add_member(:project_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "projectExecutionRole"))
|
|
2302
|
+
CreateProjectInput.add_member(:membership_assignments, Shapes::ShapeRef.new(shape: ProjectMembershipAssignments, location_name: "membershipAssignments"))
|
|
2283
2303
|
CreateProjectInput.struct_class = Types::CreateProjectInput
|
|
2284
2304
|
|
|
2285
2305
|
CreateProjectInputResourceTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -2308,6 +2328,7 @@ module Aws::DataZone
|
|
|
2308
2328
|
CreateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2309
2329
|
CreateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2310
2330
|
CreateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
2331
|
+
CreateProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
2311
2332
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
|
2312
2333
|
|
|
2313
2334
|
CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
@@ -2448,6 +2469,7 @@ module Aws::DataZone
|
|
|
2448
2469
|
CreateUserProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2449
2470
|
CreateUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location_name: "userIdentifier"))
|
|
2450
2471
|
CreateUserProfileInput.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location_name: "userType"))
|
|
2472
|
+
CreateUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: CreateUserProfileInputSessionNameString, location_name: "sessionName"))
|
|
2451
2473
|
CreateUserProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2452
2474
|
CreateUserProfileInput.struct_class = Types::CreateUserProfileInput
|
|
2453
2475
|
|
|
@@ -3519,6 +3541,8 @@ module Aws::DataZone
|
|
|
3519
3541
|
GetGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
3520
3542
|
GetGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
3521
3543
|
GetGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
3544
|
+
GetGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
3545
|
+
GetGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
3522
3546
|
GetGroupProfileOutput.struct_class = Types::GetGroupProfileOutput
|
|
3523
3547
|
|
|
3524
3548
|
GetIamPortalLoginUrlInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -3637,6 +3661,7 @@ module Aws::DataZone
|
|
|
3637
3661
|
GetProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
3638
3662
|
GetProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
3639
3663
|
GetProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
3664
|
+
GetProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
3640
3665
|
GetProjectOutput.struct_class = Types::GetProjectOutput
|
|
3641
3666
|
|
|
3642
3667
|
GetProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -3778,6 +3803,7 @@ module Aws::DataZone
|
|
|
3778
3803
|
GetUserProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3779
3804
|
GetUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location: "uri", location_name: "userIdentifier"))
|
|
3780
3805
|
GetUserProfileInput.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location: "querystring", location_name: "type"))
|
|
3806
|
+
GetUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: GetUserProfileInputSessionNameString, location: "querystring", location_name: "sessionName"))
|
|
3781
3807
|
GetUserProfileInput.struct_class = Types::GetUserProfileInput
|
|
3782
3808
|
|
|
3783
3809
|
GetUserProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
|
@@ -3944,6 +3970,8 @@ module Aws::DataZone
|
|
|
3944
3970
|
GroupProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
3945
3971
|
GroupProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
3946
3972
|
GroupProfileSummary.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
3973
|
+
GroupProfileSummary.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
3974
|
+
GroupProfileSummary.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
3947
3975
|
GroupProfileSummary.struct_class = Types::GroupProfileSummary
|
|
3948
3976
|
|
|
3949
3977
|
HyperPodPropertiesInput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: HyperPodPropertiesInputClusterNameString, required: true, location_name: "clusterName"))
|
|
@@ -3966,6 +3994,8 @@ module Aws::DataZone
|
|
|
3966
3994
|
|
|
3967
3995
|
IamUserProfileDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
3968
3996
|
IamUserProfileDetails.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
|
|
3997
|
+
IamUserProfileDetails.add_member(:session_name, Shapes::ShapeRef.new(shape: String, location_name: "sessionName"))
|
|
3998
|
+
IamUserProfileDetails.add_member(:group_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "groupProfileId"))
|
|
3969
3999
|
IamUserProfileDetails.struct_class = Types::IamUserProfileDetails
|
|
3970
4000
|
|
|
3971
4001
|
Import.add_member(:name, Shapes::ShapeRef.new(shape: FormTypeName, required: true, location_name: "name"))
|
|
@@ -4017,6 +4047,15 @@ module Aws::DataZone
|
|
|
4017
4047
|
LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
|
|
4018
4048
|
LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
|
|
4019
4049
|
|
|
4050
|
+
LakehousePropertiesInput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4051
|
+
LakehousePropertiesInput.struct_class = Types::LakehousePropertiesInput
|
|
4052
|
+
|
|
4053
|
+
LakehousePropertiesOutput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4054
|
+
LakehousePropertiesOutput.struct_class = Types::LakehousePropertiesOutput
|
|
4055
|
+
|
|
4056
|
+
LakehousePropertiesPatch.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4057
|
+
LakehousePropertiesPatch.struct_class = Types::LakehousePropertiesPatch
|
|
4058
|
+
|
|
4020
4059
|
LessThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
|
4021
4060
|
LessThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4022
4061
|
LessThanExpression.struct_class = Types::LessThanExpression
|
|
@@ -4414,6 +4453,7 @@ module Aws::DataZone
|
|
|
4414
4453
|
ListProjectsInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "userIdentifier"))
|
|
4415
4454
|
ListProjectsInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "groupIdentifier"))
|
|
4416
4455
|
ListProjectsInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location: "querystring", location_name: "name"))
|
|
4456
|
+
ListProjectsInput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "projectCategory"))
|
|
4417
4457
|
ListProjectsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
|
4418
4458
|
ListProjectsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
4419
4459
|
ListProjectsInput.struct_class = Types::ListProjectsInput
|
|
@@ -4884,6 +4924,12 @@ module Aws::DataZone
|
|
|
4884
4924
|
|
|
4885
4925
|
ProjectMembers.member = Shapes::ShapeRef.new(shape: ProjectMember)
|
|
4886
4926
|
|
|
4927
|
+
ProjectMembershipAssignment.add_member(:member, Shapes::ShapeRef.new(shape: Member, required: true, location_name: "member"))
|
|
4928
|
+
ProjectMembershipAssignment.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
|
|
4929
|
+
ProjectMembershipAssignment.struct_class = Types::ProjectMembershipAssignment
|
|
4930
|
+
|
|
4931
|
+
ProjectMembershipAssignments.member = Shapes::ShapeRef.new(shape: ProjectMembershipAssignment)
|
|
4932
|
+
|
|
4887
4933
|
ProjectPolicyGrantPrincipal.add_member(:project_designation, Shapes::ShapeRef.new(shape: ProjectDesignation, required: true, location_name: "projectDesignation"))
|
|
4888
4934
|
ProjectPolicyGrantPrincipal.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectIdentifier"))
|
|
4889
4935
|
ProjectPolicyGrantPrincipal.add_member(:project_grant_filter, Shapes::ShapeRef.new(shape: ProjectGrantFilter, location_name: "projectGrantFilter"))
|
|
@@ -4918,6 +4964,7 @@ module Aws::DataZone
|
|
|
4918
4964
|
ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
4919
4965
|
ProjectSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
4920
4966
|
ProjectSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
|
4967
|
+
ProjectSummary.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
4921
4968
|
ProjectSummary.struct_class = Types::ProjectSummary
|
|
4922
4969
|
|
|
4923
4970
|
ProjectsForRule.add_member(:selection_mode, Shapes::ShapeRef.new(shape: RuleScopeSelectionMode, required: true, location_name: "selectionMode"))
|
|
@@ -6136,6 +6183,8 @@ module Aws::DataZone
|
|
|
6136
6183
|
UpdateGroupProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
|
|
6137
6184
|
UpdateGroupProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
|
|
6138
6185
|
UpdateGroupProfileOutput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "groupName"))
|
|
6186
|
+
UpdateGroupProfileOutput.add_member(:role_principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalArn"))
|
|
6187
|
+
UpdateGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
6139
6188
|
UpdateGroupProfileOutput.struct_class = Types::UpdateGroupProfileOutput
|
|
6140
6189
|
|
|
6141
6190
|
UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -6168,6 +6217,7 @@ module Aws::DataZone
|
|
|
6168
6217
|
UpdateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
6169
6218
|
UpdateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
6170
6219
|
UpdateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
|
|
6220
|
+
UpdateProjectOutput.add_member(:project_category, Shapes::ShapeRef.new(shape: String, location_name: "projectCategory"))
|
|
6171
6221
|
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
|
6172
6222
|
|
|
6173
6223
|
UpdateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -6310,6 +6360,7 @@ module Aws::DataZone
|
|
|
6310
6360
|
UpdateUserProfileInput.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location: "uri", location_name: "userIdentifier"))
|
|
6311
6361
|
UpdateUserProfileInput.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location_name: "type"))
|
|
6312
6362
|
UpdateUserProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: UserProfileStatus, required: true, location_name: "status"))
|
|
6363
|
+
UpdateUserProfileInput.add_member(:session_name, Shapes::ShapeRef.new(shape: UpdateUserProfileInputSessionNameString, location_name: "sessionName"))
|
|
6313
6364
|
UpdateUserProfileInput.struct_class = Types::UpdateUserProfileInput
|
|
6314
6365
|
|
|
6315
6366
|
UpdateUserProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|