aws-sdk-datazone 1.55.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +118 -10
- data/lib/aws-sdk-datazone/client_api.rb +68 -0
- data/lib/aws-sdk-datazone/types.rb +240 -5
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +44 -4
- data/sig/types.rbs +72 -11
- metadata +1 -1
|
@@ -210,6 +210,7 @@ module Aws::DataZone
|
|
|
210
210
|
CreateListingChangeSetOutput = Shapes::StructureShape.new(name: 'CreateListingChangeSetOutput')
|
|
211
211
|
CreateProjectFromProjectProfilePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectFromProjectProfilePolicyGrantDetail')
|
|
212
212
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
|
213
|
+
CreateProjectInputResourceTagsMap = Shapes::MapShape.new(name: 'CreateProjectInputResourceTagsMap')
|
|
213
214
|
CreateProjectMembershipInput = Shapes::StructureShape.new(name: 'CreateProjectMembershipInput')
|
|
214
215
|
CreateProjectMembershipOutput = Shapes::StructureShape.new(name: 'CreateProjectMembershipOutput')
|
|
215
216
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
|
@@ -728,6 +729,9 @@ module Aws::DataZone
|
|
|
728
729
|
MetadataGenerationRuns = Shapes::ListShape.new(name: 'MetadataGenerationRuns')
|
|
729
730
|
MetadataGenerationTargetType = Shapes::StringShape.new(name: 'MetadataGenerationTargetType')
|
|
730
731
|
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
|
732
|
+
MlflowPropertiesInput = Shapes::StructureShape.new(name: 'MlflowPropertiesInput')
|
|
733
|
+
MlflowPropertiesOutput = Shapes::StructureShape.new(name: 'MlflowPropertiesOutput')
|
|
734
|
+
MlflowPropertiesPatch = Shapes::StructureShape.new(name: 'MlflowPropertiesPatch')
|
|
731
735
|
Model = Shapes::UnionShape.new(name: 'Model')
|
|
732
736
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
733
737
|
NameIdentifier = Shapes::StructureShape.new(name: 'NameIdentifier')
|
|
@@ -791,6 +795,7 @@ module Aws::DataZone
|
|
|
791
795
|
ProjectProfileName = Shapes::StringShape.new(name: 'ProjectProfileName')
|
|
792
796
|
ProjectProfileSummaries = Shapes::ListShape.new(name: 'ProjectProfileSummaries')
|
|
793
797
|
ProjectProfileSummary = Shapes::StructureShape.new(name: 'ProjectProfileSummary')
|
|
798
|
+
ProjectResourceTagParameters = Shapes::ListShape.new(name: 'ProjectResourceTagParameters')
|
|
794
799
|
ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
|
|
795
800
|
ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
|
|
796
801
|
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
|
@@ -861,6 +866,10 @@ module Aws::DataZone
|
|
|
861
866
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
|
862
867
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
|
863
868
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
869
|
+
ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
|
|
870
|
+
ResourceTagParameter = Shapes::StructureShape.new(name: 'ResourceTagParameter')
|
|
871
|
+
ResourceTagSource = Shapes::StringShape.new(name: 'ResourceTagSource')
|
|
872
|
+
ResourceTags = Shapes::ListShape.new(name: 'ResourceTags')
|
|
864
873
|
Revision = Shapes::StringShape.new(name: 'Revision')
|
|
865
874
|
RevisionInput = Shapes::StringShape.new(name: 'RevisionInput')
|
|
866
875
|
RevokeSubscriptionInput = Shapes::StructureShape.new(name: 'RevokeSubscriptionInput')
|
|
@@ -1083,6 +1092,7 @@ module Aws::DataZone
|
|
|
1083
1092
|
UpdateGroupProfileInput = Shapes::StructureShape.new(name: 'UpdateGroupProfileInput')
|
|
1084
1093
|
UpdateGroupProfileOutput = Shapes::StructureShape.new(name: 'UpdateGroupProfileOutput')
|
|
1085
1094
|
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
|
1095
|
+
UpdateProjectInputResourceTagsMap = Shapes::MapShape.new(name: 'UpdateProjectInputResourceTagsMap')
|
|
1086
1096
|
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
|
1087
1097
|
UpdateProjectProfileInput = Shapes::StructureShape.new(name: 'UpdateProjectProfileInput')
|
|
1088
1098
|
UpdateProjectProfileOutput = Shapes::StructureShape.new(name: 'UpdateProjectProfileOutput')
|
|
@@ -1549,6 +1559,7 @@ module Aws::DataZone
|
|
|
1549
1559
|
ConnectionPropertiesInput.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesInput, location_name: "glueProperties"))
|
|
1550
1560
|
ConnectionPropertiesInput.add_member(:hyper_pod_properties, Shapes::ShapeRef.new(shape: HyperPodPropertiesInput, location_name: "hyperPodProperties"))
|
|
1551
1561
|
ConnectionPropertiesInput.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesInput, location_name: "iamProperties"))
|
|
1562
|
+
ConnectionPropertiesInput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesInput, location_name: "mlflowProperties"))
|
|
1552
1563
|
ConnectionPropertiesInput.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesInput, location_name: "redshiftProperties"))
|
|
1553
1564
|
ConnectionPropertiesInput.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesInput, location_name: "s3Properties"))
|
|
1554
1565
|
ConnectionPropertiesInput.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInput, location_name: "sparkEmrProperties"))
|
|
@@ -1559,6 +1570,7 @@ module Aws::DataZone
|
|
|
1559
1570
|
ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
|
|
1560
1571
|
ConnectionPropertiesInput.add_member_subclass(:hyper_pod_properties, Types::ConnectionPropertiesInput::HyperPodProperties)
|
|
1561
1572
|
ConnectionPropertiesInput.add_member_subclass(:iam_properties, Types::ConnectionPropertiesInput::IamProperties)
|
|
1573
|
+
ConnectionPropertiesInput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesInput::MlflowProperties)
|
|
1562
1574
|
ConnectionPropertiesInput.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesInput::RedshiftProperties)
|
|
1563
1575
|
ConnectionPropertiesInput.add_member_subclass(:s3_properties, Types::ConnectionPropertiesInput::S3Properties)
|
|
1564
1576
|
ConnectionPropertiesInput.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesInput::SparkEmrProperties)
|
|
@@ -1571,6 +1583,7 @@ module Aws::DataZone
|
|
|
1571
1583
|
ConnectionPropertiesOutput.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesOutput, location_name: "glueProperties"))
|
|
1572
1584
|
ConnectionPropertiesOutput.add_member(:hyper_pod_properties, Shapes::ShapeRef.new(shape: HyperPodPropertiesOutput, location_name: "hyperPodProperties"))
|
|
1573
1585
|
ConnectionPropertiesOutput.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesOutput, location_name: "iamProperties"))
|
|
1586
|
+
ConnectionPropertiesOutput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesOutput, location_name: "mlflowProperties"))
|
|
1574
1587
|
ConnectionPropertiesOutput.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesOutput, location_name: "redshiftProperties"))
|
|
1575
1588
|
ConnectionPropertiesOutput.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesOutput, location_name: "s3Properties"))
|
|
1576
1589
|
ConnectionPropertiesOutput.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesOutput, location_name: "sparkEmrProperties"))
|
|
@@ -1581,6 +1594,7 @@ module Aws::DataZone
|
|
|
1581
1594
|
ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
|
|
1582
1595
|
ConnectionPropertiesOutput.add_member_subclass(:hyper_pod_properties, Types::ConnectionPropertiesOutput::HyperPodProperties)
|
|
1583
1596
|
ConnectionPropertiesOutput.add_member_subclass(:iam_properties, Types::ConnectionPropertiesOutput::IamProperties)
|
|
1597
|
+
ConnectionPropertiesOutput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesOutput::MlflowProperties)
|
|
1584
1598
|
ConnectionPropertiesOutput.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesOutput::RedshiftProperties)
|
|
1585
1599
|
ConnectionPropertiesOutput.add_member_subclass(:s3_properties, Types::ConnectionPropertiesOutput::S3Properties)
|
|
1586
1600
|
ConnectionPropertiesOutput.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesOutput::SparkEmrProperties)
|
|
@@ -1592,6 +1606,7 @@ module Aws::DataZone
|
|
|
1592
1606
|
ConnectionPropertiesPatch.add_member(:athena_properties, Shapes::ShapeRef.new(shape: AthenaPropertiesPatch, location_name: "athenaProperties"))
|
|
1593
1607
|
ConnectionPropertiesPatch.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesPatch, location_name: "glueProperties"))
|
|
1594
1608
|
ConnectionPropertiesPatch.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesPatch, location_name: "iamProperties"))
|
|
1609
|
+
ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
|
|
1595
1610
|
ConnectionPropertiesPatch.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesPatch, location_name: "redshiftProperties"))
|
|
1596
1611
|
ConnectionPropertiesPatch.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesPatch, location_name: "s3Properties"))
|
|
1597
1612
|
ConnectionPropertiesPatch.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatch, location_name: "sparkEmrProperties"))
|
|
@@ -1600,6 +1615,7 @@ module Aws::DataZone
|
|
|
1600
1615
|
ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
|
|
1601
1616
|
ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
|
|
1602
1617
|
ConnectionPropertiesPatch.add_member_subclass(:iam_properties, Types::ConnectionPropertiesPatch::IamProperties)
|
|
1618
|
+
ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
|
|
1603
1619
|
ConnectionPropertiesPatch.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesPatch::RedshiftProperties)
|
|
1604
1620
|
ConnectionPropertiesPatch.add_member_subclass(:s3_properties, Types::ConnectionPropertiesPatch::S3Properties)
|
|
1605
1621
|
ConnectionPropertiesPatch.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesPatch::SparkEmrProperties)
|
|
@@ -2114,9 +2130,13 @@ module Aws::DataZone
|
|
|
2114
2130
|
CreateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
|
2115
2131
|
CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
|
2116
2132
|
CreateProjectInput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2133
|
+
CreateProjectInput.add_member(:resource_tags, Shapes::ShapeRef.new(shape: CreateProjectInputResourceTagsMap, location_name: "resourceTags"))
|
|
2117
2134
|
CreateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2118
2135
|
CreateProjectInput.struct_class = Types::CreateProjectInput
|
|
2119
2136
|
|
|
2137
|
+
CreateProjectInputResourceTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
2138
|
+
CreateProjectInputResourceTagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
2139
|
+
|
|
2120
2140
|
CreateProjectMembershipInput.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
|
|
2121
2141
|
CreateProjectMembershipInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2122
2142
|
CreateProjectMembershipInput.add_member(:member, Shapes::ShapeRef.new(shape: Member, required: true, location_name: "member"))
|
|
@@ -2138,20 +2158,25 @@ module Aws::DataZone
|
|
|
2138
2158
|
CreateProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
|
2139
2159
|
CreateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
2140
2160
|
CreateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
|
|
2161
|
+
CreateProjectOutput.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTags, location_name: "resourceTags"))
|
|
2141
2162
|
CreateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
2142
2163
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
|
2143
2164
|
|
|
2144
2165
|
CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
2145
2166
|
CreateProjectPolicyGrantDetail.struct_class = Types::CreateProjectPolicyGrantDetail
|
|
2146
2167
|
|
|
2168
|
+
CreateProjectProfileInput.add_member(:allow_custom_project_resource_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowCustomProjectResourceTags"))
|
|
2147
2169
|
CreateProjectProfileInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2148
2170
|
CreateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2149
2171
|
CreateProjectProfileInput.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
|
|
2150
2172
|
CreateProjectProfileInput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
|
|
2151
2173
|
CreateProjectProfileInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
|
|
2174
|
+
CreateProjectProfileInput.add_member(:project_resource_tags, Shapes::ShapeRef.new(shape: ProjectResourceTagParameters, location_name: "projectResourceTags"))
|
|
2175
|
+
CreateProjectProfileInput.add_member(:project_resource_tags_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectResourceTagsDescription"))
|
|
2152
2176
|
CreateProjectProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
2153
2177
|
CreateProjectProfileInput.struct_class = Types::CreateProjectProfileInput
|
|
2154
2178
|
|
|
2179
|
+
CreateProjectProfileOutput.add_member(:allow_custom_project_resource_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowCustomProjectResourceTags"))
|
|
2155
2180
|
CreateProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2156
2181
|
CreateProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
|
2157
2182
|
CreateProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -2161,6 +2186,8 @@ module Aws::DataZone
|
|
|
2161
2186
|
CreateProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
|
|
2162
2187
|
CreateProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
|
2163
2188
|
CreateProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
|
|
2189
|
+
CreateProjectProfileOutput.add_member(:project_resource_tags, Shapes::ShapeRef.new(shape: ProjectResourceTagParameters, location_name: "projectResourceTags"))
|
|
2190
|
+
CreateProjectProfileOutput.add_member(:project_resource_tags_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectResourceTagsDescription"))
|
|
2164
2191
|
CreateProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
2165
2192
|
CreateProjectProfileOutput.struct_class = Types::CreateProjectProfileOutput
|
|
2166
2193
|
|
|
@@ -3419,6 +3446,7 @@ module Aws::DataZone
|
|
|
3419
3446
|
GetProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
|
3420
3447
|
GetProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
3421
3448
|
GetProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
|
|
3449
|
+
GetProjectOutput.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTags, location_name: "resourceTags"))
|
|
3422
3450
|
GetProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
3423
3451
|
GetProjectOutput.struct_class = Types::GetProjectOutput
|
|
3424
3452
|
|
|
@@ -3426,6 +3454,7 @@ module Aws::DataZone
|
|
|
3426
3454
|
GetProjectProfileInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location: "uri", location_name: "identifier"))
|
|
3427
3455
|
GetProjectProfileInput.struct_class = Types::GetProjectProfileInput
|
|
3428
3456
|
|
|
3457
|
+
GetProjectProfileOutput.add_member(:allow_custom_project_resource_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowCustomProjectResourceTags"))
|
|
3429
3458
|
GetProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
3430
3459
|
GetProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
|
3431
3460
|
GetProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -3435,6 +3464,8 @@ module Aws::DataZone
|
|
|
3435
3464
|
GetProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
|
|
3436
3465
|
GetProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
|
3437
3466
|
GetProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
|
|
3467
|
+
GetProjectProfileOutput.add_member(:project_resource_tags, Shapes::ShapeRef.new(shape: ProjectResourceTagParameters, location_name: "projectResourceTags"))
|
|
3468
|
+
GetProjectProfileOutput.add_member(:project_resource_tags_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectResourceTagsDescription"))
|
|
3438
3469
|
GetProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
3439
3470
|
GetProjectProfileOutput.struct_class = Types::GetProjectProfileOutput
|
|
3440
3471
|
|
|
@@ -4373,6 +4404,18 @@ module Aws::DataZone
|
|
|
4373
4404
|
MetadataMap.key = Shapes::ShapeRef.new(shape: String)
|
|
4374
4405
|
MetadataMap.value = Shapes::ShapeRef.new(shape: String)
|
|
4375
4406
|
|
|
4407
|
+
MlflowPropertiesInput.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
|
|
4408
|
+
MlflowPropertiesInput.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
|
|
4409
|
+
MlflowPropertiesInput.struct_class = Types::MlflowPropertiesInput
|
|
4410
|
+
|
|
4411
|
+
MlflowPropertiesOutput.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
|
|
4412
|
+
MlflowPropertiesOutput.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
|
|
4413
|
+
MlflowPropertiesOutput.struct_class = Types::MlflowPropertiesOutput
|
|
4414
|
+
|
|
4415
|
+
MlflowPropertiesPatch.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
|
|
4416
|
+
MlflowPropertiesPatch.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
|
|
4417
|
+
MlflowPropertiesPatch.struct_class = Types::MlflowPropertiesPatch
|
|
4418
|
+
|
|
4376
4419
|
Model.add_member(:smithy, Shapes::ShapeRef.new(shape: Smithy, location_name: "smithy"))
|
|
4377
4420
|
Model.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4378
4421
|
Model.add_member_subclass(:smithy, Types::Model::Smithy)
|
|
@@ -4610,6 +4653,8 @@ module Aws::DataZone
|
|
|
4610
4653
|
ProjectProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
4611
4654
|
ProjectProfileSummary.struct_class = Types::ProjectProfileSummary
|
|
4612
4655
|
|
|
4656
|
+
ProjectResourceTagParameters.member = Shapes::ShapeRef.new(shape: ResourceTagParameter)
|
|
4657
|
+
|
|
4613
4658
|
ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
|
4614
4659
|
|
|
4615
4660
|
ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
@@ -4859,6 +4904,18 @@ module Aws::DataZone
|
|
|
4859
4904
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
|
4860
4905
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
4861
4906
|
|
|
4907
|
+
ResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
|
4908
|
+
ResourceTag.add_member(:source, Shapes::ShapeRef.new(shape: ResourceTagSource, required: true, location_name: "source"))
|
|
4909
|
+
ResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
|
4910
|
+
ResourceTag.struct_class = Types::ResourceTag
|
|
4911
|
+
|
|
4912
|
+
ResourceTagParameter.add_member(:is_value_editable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isValueEditable"))
|
|
4913
|
+
ResourceTagParameter.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
|
4914
|
+
ResourceTagParameter.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
|
4915
|
+
ResourceTagParameter.struct_class = Types::ResourceTagParameter
|
|
4916
|
+
|
|
4917
|
+
ResourceTags.member = Shapes::ShapeRef.new(shape: ResourceTag)
|
|
4918
|
+
|
|
4862
4919
|
RevokeSubscriptionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4863
4920
|
RevokeSubscriptionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: SubscriptionId, required: true, location: "uri", location_name: "identifier"))
|
|
4864
4921
|
RevokeSubscriptionInput.add_member(:retain_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "retainPermissions"))
|
|
@@ -5755,9 +5812,13 @@ module Aws::DataZone
|
|
|
5755
5812
|
UpdateProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
|
5756
5813
|
UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
|
5757
5814
|
UpdateProjectInput.add_member(:project_profile_version, Shapes::ShapeRef.new(shape: String, location_name: "projectProfileVersion"))
|
|
5815
|
+
UpdateProjectInput.add_member(:resource_tags, Shapes::ShapeRef.new(shape: UpdateProjectInputResourceTagsMap, location_name: "resourceTags"))
|
|
5758
5816
|
UpdateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
5759
5817
|
UpdateProjectInput.struct_class = Types::UpdateProjectInput
|
|
5760
5818
|
|
|
5819
|
+
UpdateProjectInputResourceTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
5820
|
+
UpdateProjectInputResourceTagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
5821
|
+
|
|
5761
5822
|
UpdateProjectOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
5762
5823
|
UpdateProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
|
5763
5824
|
UpdateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -5771,18 +5832,23 @@ module Aws::DataZone
|
|
|
5771
5832
|
UpdateProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
|
5772
5833
|
UpdateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
|
|
5773
5834
|
UpdateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
|
|
5835
|
+
UpdateProjectOutput.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTags, location_name: "resourceTags"))
|
|
5774
5836
|
UpdateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
|
5775
5837
|
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
|
5776
5838
|
|
|
5839
|
+
UpdateProjectProfileInput.add_member(:allow_custom_project_resource_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowCustomProjectResourceTags"))
|
|
5777
5840
|
UpdateProjectProfileInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
5778
5841
|
UpdateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5779
5842
|
UpdateProjectProfileInput.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
|
|
5780
5843
|
UpdateProjectProfileInput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
|
|
5781
5844
|
UpdateProjectProfileInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location: "uri", location_name: "identifier"))
|
|
5782
5845
|
UpdateProjectProfileInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, location_name: "name"))
|
|
5846
|
+
UpdateProjectProfileInput.add_member(:project_resource_tags, Shapes::ShapeRef.new(shape: ProjectResourceTagParameters, location_name: "projectResourceTags"))
|
|
5847
|
+
UpdateProjectProfileInput.add_member(:project_resource_tags_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectResourceTagsDescription"))
|
|
5783
5848
|
UpdateProjectProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
5784
5849
|
UpdateProjectProfileInput.struct_class = Types::UpdateProjectProfileInput
|
|
5785
5850
|
|
|
5851
|
+
UpdateProjectProfileOutput.add_member(:allow_custom_project_resource_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowCustomProjectResourceTags"))
|
|
5786
5852
|
UpdateProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
5787
5853
|
UpdateProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
|
5788
5854
|
UpdateProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -5792,6 +5858,8 @@ module Aws::DataZone
|
|
|
5792
5858
|
UpdateProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
|
|
5793
5859
|
UpdateProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
|
5794
5860
|
UpdateProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
|
|
5861
|
+
UpdateProjectProfileOutput.add_member(:project_resource_tags, Shapes::ShapeRef.new(shape: ProjectResourceTagParameters, location_name: "projectResourceTags"))
|
|
5862
|
+
UpdateProjectProfileOutput.add_member(:project_resource_tags_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectResourceTagsDescription"))
|
|
5795
5863
|
UpdateProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
5796
5864
|
UpdateProjectProfileOutput.struct_class = Types::UpdateProjectProfileOutput
|
|
5797
5865
|
|