aws-sdk-datazone 1.73.0 → 1.75.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 +381 -1
- data/lib/aws-sdk-datazone/client_api.rb +275 -0
- data/lib/aws-sdk-datazone/types.rb +767 -0
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +123 -0
- data/sig/types.rbs +198 -0
- metadata +1 -1
|
@@ -150,11 +150,14 @@ module Aws::DataZone
|
|
|
150
150
|
CancelMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'CancelMetadataGenerationRunOutput')
|
|
151
151
|
CancelSubscriptionInput = Shapes::StructureShape.new(name: 'CancelSubscriptionInput')
|
|
152
152
|
CancelSubscriptionOutput = Shapes::StructureShape.new(name: 'CancelSubscriptionOutput')
|
|
153
|
+
CellInformation = Shapes::StructureShape.new(name: 'CellInformation')
|
|
154
|
+
CellOrder = Shapes::ListShape.new(name: 'CellOrder')
|
|
153
155
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
|
154
156
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
155
157
|
CloudFormationProperties = Shapes::StructureShape.new(name: 'CloudFormationProperties')
|
|
156
158
|
ColumnFilterConfiguration = Shapes::StructureShape.new(name: 'ColumnFilterConfiguration')
|
|
157
159
|
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
|
160
|
+
ComputeConfig = Shapes::StructureShape.new(name: 'ComputeConfig')
|
|
158
161
|
ComputeEnvironments = Shapes::StringShape.new(name: 'ComputeEnvironments')
|
|
159
162
|
ComputeEnvironmentsList = Shapes::ListShape.new(name: 'ComputeEnvironmentsList')
|
|
160
163
|
ConfigurableActionParameter = Shapes::StructureShape.new(name: 'ConfigurableActionParameter')
|
|
@@ -405,6 +408,7 @@ module Aws::DataZone
|
|
|
405
408
|
EnvironmentBlueprintName = Shapes::StringShape.new(name: 'EnvironmentBlueprintName')
|
|
406
409
|
EnvironmentBlueprintSummaries = Shapes::ListShape.new(name: 'EnvironmentBlueprintSummaries')
|
|
407
410
|
EnvironmentBlueprintSummary = Shapes::StructureShape.new(name: 'EnvironmentBlueprintSummary')
|
|
411
|
+
EnvironmentConfig = Shapes::StructureShape.new(name: 'EnvironmentConfig')
|
|
408
412
|
EnvironmentConfiguration = Shapes::StructureShape.new(name: 'EnvironmentConfiguration')
|
|
409
413
|
EnvironmentConfigurationId = Shapes::StringShape.new(name: 'EnvironmentConfigurationId')
|
|
410
414
|
EnvironmentConfigurationName = Shapes::StringShape.new(name: 'EnvironmentConfigurationName')
|
|
@@ -524,6 +528,8 @@ module Aws::DataZone
|
|
|
524
528
|
GetListingOutput = Shapes::StructureShape.new(name: 'GetListingOutput')
|
|
525
529
|
GetMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'GetMetadataGenerationRunInput')
|
|
526
530
|
GetMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'GetMetadataGenerationRunOutput')
|
|
531
|
+
GetNotebookRunInput = Shapes::StructureShape.new(name: 'GetNotebookRunInput')
|
|
532
|
+
GetNotebookRunOutput = Shapes::StructureShape.new(name: 'GetNotebookRunOutput')
|
|
527
533
|
GetProjectInput = Shapes::StructureShape.new(name: 'GetProjectInput')
|
|
528
534
|
GetProjectOutput = Shapes::StructureShape.new(name: 'GetProjectOutput')
|
|
529
535
|
GetProjectProfileInput = Shapes::StructureShape.new(name: 'GetProjectProfileInput')
|
|
@@ -621,6 +627,7 @@ module Aws::DataZone
|
|
|
621
627
|
Import = Shapes::StructureShape.new(name: 'Import')
|
|
622
628
|
ImportList = Shapes::ListShape.new(name: 'ImportList')
|
|
623
629
|
InExpression = Shapes::StructureShape.new(name: 'InExpression')
|
|
630
|
+
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
|
624
631
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
625
632
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
626
633
|
InventorySearchScope = Shapes::StringShape.new(name: 'InventorySearchScope')
|
|
@@ -636,6 +643,9 @@ module Aws::DataZone
|
|
|
636
643
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
|
637
644
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
638
645
|
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
|
646
|
+
LakehousePropertiesInput = Shapes::StructureShape.new(name: 'LakehousePropertiesInput')
|
|
647
|
+
LakehousePropertiesOutput = Shapes::StructureShape.new(name: 'LakehousePropertiesOutput')
|
|
648
|
+
LakehousePropertiesPatch = Shapes::StructureShape.new(name: 'LakehousePropertiesPatch')
|
|
639
649
|
LambdaExecutionRoleArn = Shapes::StringShape.new(name: 'LambdaExecutionRoleArn')
|
|
640
650
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
|
641
651
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
|
@@ -707,6 +717,8 @@ module Aws::DataZone
|
|
|
707
717
|
ListLineageNodeHistoryOutput = Shapes::StructureShape.new(name: 'ListLineageNodeHistoryOutput')
|
|
708
718
|
ListMetadataGenerationRunsInput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsInput')
|
|
709
719
|
ListMetadataGenerationRunsOutput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsOutput')
|
|
720
|
+
ListNotebookRunsInput = Shapes::StructureShape.new(name: 'ListNotebookRunsInput')
|
|
721
|
+
ListNotebookRunsOutput = Shapes::StructureShape.new(name: 'ListNotebookRunsOutput')
|
|
710
722
|
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
|
711
723
|
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
|
712
724
|
ListPolicyGrantsInput = Shapes::StructureShape.new(name: 'ListPolicyGrantsInput')
|
|
@@ -759,6 +771,7 @@ module Aws::DataZone
|
|
|
759
771
|
Member = Shapes::UnionShape.new(name: 'Member')
|
|
760
772
|
MemberDetails = Shapes::UnionShape.new(name: 'MemberDetails')
|
|
761
773
|
Message = Shapes::StringShape.new(name: 'Message')
|
|
774
|
+
Metadata = Shapes::MapShape.new(name: 'Metadata')
|
|
762
775
|
MetadataFormEnforcementDetail = Shapes::StructureShape.new(name: 'MetadataFormEnforcementDetail')
|
|
763
776
|
MetadataFormInputs = Shapes::ListShape.new(name: 'MetadataFormInputs')
|
|
764
777
|
MetadataFormReference = Shapes::StructureShape.new(name: 'MetadataFormReference')
|
|
@@ -775,7 +788,9 @@ module Aws::DataZone
|
|
|
775
788
|
MetadataGenerationRunTypes = Shapes::ListShape.new(name: 'MetadataGenerationRunTypes')
|
|
776
789
|
MetadataGenerationRuns = Shapes::ListShape.new(name: 'MetadataGenerationRuns')
|
|
777
790
|
MetadataGenerationTargetType = Shapes::StringShape.new(name: 'MetadataGenerationTargetType')
|
|
791
|
+
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
|
778
792
|
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
|
793
|
+
MetadataValue = Shapes::StringShape.new(name: 'MetadataValue')
|
|
779
794
|
MlflowPropertiesInput = Shapes::StructureShape.new(name: 'MlflowPropertiesInput')
|
|
780
795
|
MlflowPropertiesOutput = Shapes::StructureShape.new(name: 'MlflowPropertiesOutput')
|
|
781
796
|
MlflowPropertiesPatch = Shapes::StructureShape.new(name: 'MlflowPropertiesPatch')
|
|
@@ -783,9 +798,18 @@ module Aws::DataZone
|
|
|
783
798
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
784
799
|
NameIdentifier = Shapes::StructureShape.new(name: 'NameIdentifier')
|
|
785
800
|
NameIdentifiers = Shapes::ListShape.new(name: 'NameIdentifiers')
|
|
801
|
+
NetworkAccessType = Shapes::StringShape.new(name: 'NetworkAccessType')
|
|
802
|
+
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
|
786
803
|
NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
|
|
787
804
|
NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
|
|
788
805
|
NotLikeExpression = Shapes::StructureShape.new(name: 'NotLikeExpression')
|
|
806
|
+
NotebookId = Shapes::StringShape.new(name: 'NotebookId')
|
|
807
|
+
NotebookRunError = Shapes::StructureShape.new(name: 'NotebookRunError')
|
|
808
|
+
NotebookRunErrorMessageString = Shapes::StringShape.new(name: 'NotebookRunErrorMessageString')
|
|
809
|
+
NotebookRunId = Shapes::StringShape.new(name: 'NotebookRunId')
|
|
810
|
+
NotebookRunStatus = Shapes::StringShape.new(name: 'NotebookRunStatus')
|
|
811
|
+
NotebookRunSummary = Shapes::StructureShape.new(name: 'NotebookRunSummary')
|
|
812
|
+
NotebookRunSummaryList = Shapes::ListShape.new(name: 'NotebookRunSummaryList')
|
|
789
813
|
NotificationOutput = Shapes::StructureShape.new(name: 'NotificationOutput')
|
|
790
814
|
NotificationResource = Shapes::StructureShape.new(name: 'NotificationResource')
|
|
791
815
|
NotificationResourceType = Shapes::StringShape.new(name: 'NotificationResourceType')
|
|
@@ -810,8 +834,14 @@ module Aws::DataZone
|
|
|
810
834
|
OwnerPropertiesOutput = Shapes::UnionShape.new(name: 'OwnerPropertiesOutput')
|
|
811
835
|
OwnerUserProperties = Shapes::StructureShape.new(name: 'OwnerUserProperties')
|
|
812
836
|
OwnerUserPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerUserPropertiesOutput')
|
|
837
|
+
PackageConfig = Shapes::StructureShape.new(name: 'PackageConfig')
|
|
838
|
+
PackageConfigPackageSpecificationString = Shapes::StringShape.new(name: 'PackageConfigPackageSpecificationString')
|
|
839
|
+
PackageManager = Shapes::StringShape.new(name: 'PackageManager')
|
|
813
840
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
841
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
|
814
842
|
ParameterStorePath = Shapes::StringShape.new(name: 'ParameterStorePath')
|
|
843
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
|
844
|
+
Parameters = Shapes::MapShape.new(name: 'Parameters')
|
|
815
845
|
Password = Shapes::StringShape.new(name: 'Password')
|
|
816
846
|
Permissions = Shapes::UnionShape.new(name: 'Permissions')
|
|
817
847
|
PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
|
|
@@ -957,6 +987,7 @@ module Aws::DataZone
|
|
|
957
987
|
S3AccessGrantLocationId = Shapes::StringShape.new(name: 'S3AccessGrantLocationId')
|
|
958
988
|
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
|
959
989
|
S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
|
|
990
|
+
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
|
960
991
|
S3Permission = Shapes::StringShape.new(name: 'S3Permission')
|
|
961
992
|
S3Permissions = Shapes::ListShape.new(name: 'S3Permissions')
|
|
962
993
|
S3PropertiesInput = Shapes::StructureShape.new(name: 'S3PropertiesInput')
|
|
@@ -970,6 +1001,7 @@ module Aws::DataZone
|
|
|
970
1001
|
SageMakerRunConfigurationOutputAccountIdString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputAccountIdString')
|
|
971
1002
|
SageMakerRunConfigurationOutputRegionString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputRegionString')
|
|
972
1003
|
ScheduleConfiguration = Shapes::StructureShape.new(name: 'ScheduleConfiguration')
|
|
1004
|
+
ScheduleId = Shapes::StringShape.new(name: 'ScheduleId')
|
|
973
1005
|
SearchGroupProfilesInput = Shapes::StructureShape.new(name: 'SearchGroupProfilesInput')
|
|
974
1006
|
SearchGroupProfilesOutput = Shapes::StructureShape.new(name: 'SearchGroupProfilesOutput')
|
|
975
1007
|
SearchInItem = Shapes::StructureShape.new(name: 'SearchInItem')
|
|
@@ -995,6 +1027,7 @@ module Aws::DataZone
|
|
|
995
1027
|
SearchUserProfilesOutput = Shapes::StructureShape.new(name: 'SearchUserProfilesOutput')
|
|
996
1028
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
|
997
1029
|
SecurityGroupIdListMemberString = Shapes::StringShape.new(name: 'SecurityGroupIdListMemberString')
|
|
1030
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
|
998
1031
|
SelfGrantStatus = Shapes::StringShape.new(name: 'SelfGrantStatus')
|
|
999
1032
|
SelfGrantStatusDetail = Shapes::StructureShape.new(name: 'SelfGrantStatusDetail')
|
|
1000
1033
|
SelfGrantStatusDetailDatabaseNameString = Shapes::StringShape.new(name: 'SelfGrantStatusDetailDatabaseNameString')
|
|
@@ -1044,11 +1077,17 @@ module Aws::DataZone
|
|
|
1044
1077
|
StartDataSourceRunOutput = Shapes::StructureShape.new(name: 'StartDataSourceRunOutput')
|
|
1045
1078
|
StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
|
|
1046
1079
|
StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
|
|
1080
|
+
StartNotebookRunInput = Shapes::StructureShape.new(name: 'StartNotebookRunInput')
|
|
1081
|
+
StartNotebookRunOutput = Shapes::StructureShape.new(name: 'StartNotebookRunOutput')
|
|
1047
1082
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
1083
|
+
StopNotebookRunInput = Shapes::StructureShape.new(name: 'StopNotebookRunInput')
|
|
1084
|
+
StopNotebookRunOutput = Shapes::StructureShape.new(name: 'StopNotebookRunOutput')
|
|
1085
|
+
StorageConfig = Shapes::StructureShape.new(name: 'StorageConfig')
|
|
1048
1086
|
String = Shapes::StringShape.new(name: 'String')
|
|
1049
1087
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
1050
1088
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
1051
1089
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
|
1090
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
|
1052
1091
|
SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
|
|
1053
1092
|
SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
|
|
1054
1093
|
SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
|
|
@@ -1118,6 +1157,8 @@ module Aws::DataZone
|
|
|
1118
1157
|
TimeSeriesDataPointSummaryFormOutputList = Shapes::ListShape.new(name: 'TimeSeriesDataPointSummaryFormOutputList')
|
|
1119
1158
|
TimeSeriesEntityType = Shapes::StringShape.new(name: 'TimeSeriesEntityType')
|
|
1120
1159
|
TimeSeriesFormName = Shapes::StringShape.new(name: 'TimeSeriesFormName')
|
|
1160
|
+
TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
|
|
1161
|
+
TimeoutConfigRunTimeoutInMinutesInteger = Shapes::IntegerShape.new(name: 'TimeoutConfigRunTimeoutInMinutesInteger')
|
|
1121
1162
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
1122
1163
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
|
1123
1164
|
Title = Shapes::StringShape.new(name: 'Title')
|
|
@@ -1127,6 +1168,8 @@ module Aws::DataZone
|
|
|
1127
1168
|
Topic = Shapes::StructureShape.new(name: 'Topic')
|
|
1128
1169
|
TrackingAssetArns = Shapes::ListShape.new(name: 'TrackingAssetArns')
|
|
1129
1170
|
TrackingAssets = Shapes::MapShape.new(name: 'TrackingAssets')
|
|
1171
|
+
TriggerSource = Shapes::StructureShape.new(name: 'TriggerSource')
|
|
1172
|
+
TriggerSourceType = Shapes::StringShape.new(name: 'TriggerSourceType')
|
|
1130
1173
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
|
1131
1174
|
TypesSearchScope = Shapes::StringShape.new(name: 'TypesSearchScope')
|
|
1132
1175
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
|
@@ -1655,6 +1698,10 @@ module Aws::DataZone
|
|
|
1655
1698
|
CancelSubscriptionOutput.add_member(:retain_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "retainPermissions"))
|
|
1656
1699
|
CancelSubscriptionOutput.struct_class = Types::CancelSubscriptionOutput
|
|
1657
1700
|
|
|
1701
|
+
CellInformation.struct_class = Types::CellInformation
|
|
1702
|
+
|
|
1703
|
+
CellOrder.member = Shapes::ShapeRef.new(shape: CellInformation)
|
|
1704
|
+
|
|
1658
1705
|
CloudFormationProperties.add_member(:template_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "templateUrl"))
|
|
1659
1706
|
CloudFormationProperties.struct_class = Types::CloudFormationProperties
|
|
1660
1707
|
|
|
@@ -1663,6 +1710,10 @@ module Aws::DataZone
|
|
|
1663
1710
|
|
|
1664
1711
|
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
1665
1712
|
|
|
1713
|
+
ComputeConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
|
1714
|
+
ComputeConfig.add_member(:environment_version, Shapes::ShapeRef.new(shape: String, location_name: "environmentVersion"))
|
|
1715
|
+
ComputeConfig.struct_class = Types::ComputeConfig
|
|
1716
|
+
|
|
1666
1717
|
ComputeEnvironmentsList.member = Shapes::ShapeRef.new(shape: ComputeEnvironments)
|
|
1667
1718
|
|
|
1668
1719
|
ConfigurableActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
|
@@ -1706,6 +1757,7 @@ module Aws::DataZone
|
|
|
1706
1757
|
ConnectionPropertiesInput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesInput, location_name: "mlflowProperties"))
|
|
1707
1758
|
ConnectionPropertiesInput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesInput, location_name: "workflowsMwaaProperties"))
|
|
1708
1759
|
ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
|
|
1760
|
+
ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
|
|
1709
1761
|
ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1710
1762
|
ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
|
|
1711
1763
|
ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
|
|
@@ -1719,6 +1771,7 @@ module Aws::DataZone
|
|
|
1719
1771
|
ConnectionPropertiesInput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesInput::MlflowProperties)
|
|
1720
1772
|
ConnectionPropertiesInput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesInput::WorkflowsMwaaProperties)
|
|
1721
1773
|
ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
|
|
1774
|
+
ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
|
|
1722
1775
|
ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
|
|
1723
1776
|
ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
|
|
1724
1777
|
|
|
@@ -1734,6 +1787,7 @@ module Aws::DataZone
|
|
|
1734
1787
|
ConnectionPropertiesOutput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesOutput, location_name: "mlflowProperties"))
|
|
1735
1788
|
ConnectionPropertiesOutput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesOutput, location_name: "workflowsMwaaProperties"))
|
|
1736
1789
|
ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
|
|
1790
|
+
ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
|
|
1737
1791
|
ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1738
1792
|
ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
|
|
1739
1793
|
ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
|
|
@@ -1747,6 +1801,7 @@ module Aws::DataZone
|
|
|
1747
1801
|
ConnectionPropertiesOutput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesOutput::MlflowProperties)
|
|
1748
1802
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesOutput::WorkflowsMwaaProperties)
|
|
1749
1803
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
|
|
1804
|
+
ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
|
|
1750
1805
|
ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
|
|
1751
1806
|
ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
|
|
1752
1807
|
|
|
@@ -1758,6 +1813,7 @@ module Aws::DataZone
|
|
|
1758
1813
|
ConnectionPropertiesPatch.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesPatch, location_name: "s3Properties"))
|
|
1759
1814
|
ConnectionPropertiesPatch.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesPatch, location_name: "amazonQProperties"))
|
|
1760
1815
|
ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
|
|
1816
|
+
ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
|
|
1761
1817
|
ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1762
1818
|
ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
|
|
1763
1819
|
ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
|
|
@@ -1767,6 +1823,7 @@ module Aws::DataZone
|
|
|
1767
1823
|
ConnectionPropertiesPatch.add_member_subclass(:s3_properties, Types::ConnectionPropertiesPatch::S3Properties)
|
|
1768
1824
|
ConnectionPropertiesPatch.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesPatch::AmazonQProperties)
|
|
1769
1825
|
ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
|
|
1826
|
+
ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
|
|
1770
1827
|
ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
|
|
1771
1828
|
ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
|
|
1772
1829
|
|
|
@@ -2964,6 +3021,10 @@ module Aws::DataZone
|
|
|
2964
3021
|
EnvironmentBlueprintSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2965
3022
|
EnvironmentBlueprintSummary.struct_class = Types::EnvironmentBlueprintSummary
|
|
2966
3023
|
|
|
3024
|
+
EnvironmentConfig.add_member(:image_version, Shapes::ShapeRef.new(shape: String, location_name: "imageVersion"))
|
|
3025
|
+
EnvironmentConfig.add_member(:package_config, Shapes::ShapeRef.new(shape: PackageConfig, location_name: "packageConfig"))
|
|
3026
|
+
EnvironmentConfig.struct_class = Types::EnvironmentConfig
|
|
3027
|
+
|
|
2967
3028
|
EnvironmentConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, required: true, location_name: "name"))
|
|
2968
3029
|
EnvironmentConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "id"))
|
|
2969
3030
|
EnvironmentConfiguration.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
|
|
@@ -3633,6 +3694,34 @@ module Aws::DataZone
|
|
|
3633
3694
|
GetMetadataGenerationRunOutput.add_member(:type_stats, Shapes::ShapeRef.new(shape: MetadataGenerationRunTypeStats, location_name: "typeStats"))
|
|
3634
3695
|
GetMetadataGenerationRunOutput.struct_class = Types::GetMetadataGenerationRunOutput
|
|
3635
3696
|
|
|
3697
|
+
GetNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3698
|
+
GetNotebookRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location: "uri", location_name: "identifier"))
|
|
3699
|
+
GetNotebookRunInput.struct_class = Types::GetNotebookRunInput
|
|
3700
|
+
|
|
3701
|
+
GetNotebookRunOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location_name: "id"))
|
|
3702
|
+
GetNotebookRunOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
3703
|
+
GetNotebookRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
3704
|
+
GetNotebookRunOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookId"))
|
|
3705
|
+
GetNotebookRunOutput.add_member(:schedule_id, Shapes::ShapeRef.new(shape: ScheduleId, location_name: "scheduleId"))
|
|
3706
|
+
GetNotebookRunOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookRunStatus, required: true, location_name: "status"))
|
|
3707
|
+
GetNotebookRunOutput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, location_name: "cellOrder"))
|
|
3708
|
+
GetNotebookRunOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
3709
|
+
GetNotebookRunOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
3710
|
+
GetNotebookRunOutput.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfig, location_name: "computeConfiguration"))
|
|
3711
|
+
GetNotebookRunOutput.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "networkConfiguration"))
|
|
3712
|
+
GetNotebookRunOutput.add_member(:timeout_configuration, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfiguration"))
|
|
3713
|
+
GetNotebookRunOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
3714
|
+
GetNotebookRunOutput.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfig, location_name: "storageConfiguration"))
|
|
3715
|
+
GetNotebookRunOutput.add_member(:trigger_source, Shapes::ShapeRef.new(shape: TriggerSource, location_name: "triggerSource"))
|
|
3716
|
+
GetNotebookRunOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookRunError, location_name: "error"))
|
|
3717
|
+
GetNotebookRunOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
3718
|
+
GetNotebookRunOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
3719
|
+
GetNotebookRunOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
3720
|
+
GetNotebookRunOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
3721
|
+
GetNotebookRunOutput.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
|
3722
|
+
GetNotebookRunOutput.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
3723
|
+
GetNotebookRunOutput.struct_class = Types::GetNotebookRunOutput
|
|
3724
|
+
|
|
3636
3725
|
GetProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3637
3726
|
GetProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
|
3638
3727
|
GetProjectInput.struct_class = Types::GetProjectInput
|
|
@@ -4038,6 +4127,15 @@ module Aws::DataZone
|
|
|
4038
4127
|
LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
|
|
4039
4128
|
LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
|
|
4040
4129
|
|
|
4130
|
+
LakehousePropertiesInput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4131
|
+
LakehousePropertiesInput.struct_class = Types::LakehousePropertiesInput
|
|
4132
|
+
|
|
4133
|
+
LakehousePropertiesOutput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4134
|
+
LakehousePropertiesOutput.struct_class = Types::LakehousePropertiesOutput
|
|
4135
|
+
|
|
4136
|
+
LakehousePropertiesPatch.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4137
|
+
LakehousePropertiesPatch.struct_class = Types::LakehousePropertiesPatch
|
|
4138
|
+
|
|
4041
4139
|
LessThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
|
4042
4140
|
LessThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4043
4141
|
LessThanExpression.struct_class = Types::LessThanExpression
|
|
@@ -4381,6 +4479,20 @@ module Aws::DataZone
|
|
|
4381
4479
|
ListMetadataGenerationRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
4382
4480
|
ListMetadataGenerationRunsOutput.struct_class = Types::ListMetadataGenerationRunsOutput
|
|
4383
4481
|
|
|
4482
|
+
ListNotebookRunsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4483
|
+
ListNotebookRunsInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "querystring", location_name: "owningProjectIdentifier"))
|
|
4484
|
+
ListNotebookRunsInput.add_member(:notebook_identifier, Shapes::ShapeRef.new(shape: NotebookId, location: "querystring", location_name: "notebookIdentifier"))
|
|
4485
|
+
ListNotebookRunsInput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookRunStatus, location: "querystring", location_name: "status"))
|
|
4486
|
+
ListNotebookRunsInput.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: ScheduleId, location: "querystring", location_name: "scheduleIdentifier"))
|
|
4487
|
+
ListNotebookRunsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
4488
|
+
ListNotebookRunsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
|
4489
|
+
ListNotebookRunsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
|
4490
|
+
ListNotebookRunsInput.struct_class = Types::ListNotebookRunsInput
|
|
4491
|
+
|
|
4492
|
+
ListNotebookRunsOutput.add_member(:items, Shapes::ShapeRef.new(shape: NotebookRunSummaryList, location_name: "items"))
|
|
4493
|
+
ListNotebookRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
4494
|
+
ListNotebookRunsOutput.struct_class = Types::ListNotebookRunsOutput
|
|
4495
|
+
|
|
4384
4496
|
ListNotificationsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4385
4497
|
ListNotificationsInput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location: "querystring", location_name: "type"))
|
|
4386
4498
|
ListNotificationsInput.add_member(:after_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "afterTimestamp"))
|
|
@@ -4625,6 +4737,9 @@ module Aws::DataZone
|
|
|
4625
4737
|
MemberDetails.add_member_subclass(:unknown, Types::MemberDetails::Unknown)
|
|
4626
4738
|
MemberDetails.struct_class = Types::MemberDetails
|
|
4627
4739
|
|
|
4740
|
+
Metadata.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
|
4741
|
+
Metadata.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
|
4742
|
+
|
|
4628
4743
|
MetadataFormEnforcementDetail.add_member(:required_metadata_forms, Shapes::ShapeRef.new(shape: RequiredMetadataFormList, location_name: "requiredMetadataForms"))
|
|
4629
4744
|
MetadataFormEnforcementDetail.struct_class = Types::MetadataFormEnforcementDetail
|
|
4630
4745
|
|
|
@@ -4694,6 +4809,12 @@ module Aws::DataZone
|
|
|
4694
4809
|
|
|
4695
4810
|
NameIdentifiers.member = Shapes::ShapeRef.new(shape: NameIdentifier)
|
|
4696
4811
|
|
|
4812
|
+
NetworkConfig.add_member(:network_access_type, Shapes::ShapeRef.new(shape: NetworkAccessType, required: true, location_name: "networkAccessType"))
|
|
4813
|
+
NetworkConfig.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
4814
|
+
NetworkConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
|
|
4815
|
+
NetworkConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
|
4816
|
+
NetworkConfig.struct_class = Types::NetworkConfig
|
|
4817
|
+
|
|
4697
4818
|
NotEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
|
4698
4819
|
NotEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4699
4820
|
NotEqualToExpression.struct_class = Types::NotEqualToExpression
|
|
@@ -4706,6 +4827,26 @@ module Aws::DataZone
|
|
|
4706
4827
|
NotLikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4707
4828
|
NotLikeExpression.struct_class = Types::NotLikeExpression
|
|
4708
4829
|
|
|
4830
|
+
NotebookRunError.add_member(:message, Shapes::ShapeRef.new(shape: NotebookRunErrorMessageString, required: true, location_name: "message"))
|
|
4831
|
+
NotebookRunError.struct_class = Types::NotebookRunError
|
|
4832
|
+
|
|
4833
|
+
NotebookRunSummary.add_member(:id, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location_name: "id"))
|
|
4834
|
+
NotebookRunSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
4835
|
+
NotebookRunSummary.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
4836
|
+
NotebookRunSummary.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookId"))
|
|
4837
|
+
NotebookRunSummary.add_member(:schedule_id, Shapes::ShapeRef.new(shape: ScheduleId, location_name: "scheduleId"))
|
|
4838
|
+
NotebookRunSummary.add_member(:status, Shapes::ShapeRef.new(shape: NotebookRunStatus, required: true, location_name: "status"))
|
|
4839
|
+
NotebookRunSummary.add_member(:trigger_source, Shapes::ShapeRef.new(shape: TriggerSource, location_name: "triggerSource"))
|
|
4840
|
+
NotebookRunSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
4841
|
+
NotebookRunSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
4842
|
+
NotebookRunSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
4843
|
+
NotebookRunSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
4844
|
+
NotebookRunSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
|
4845
|
+
NotebookRunSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
4846
|
+
NotebookRunSummary.struct_class = Types::NotebookRunSummary
|
|
4847
|
+
|
|
4848
|
+
NotebookRunSummaryList.member = Shapes::ShapeRef.new(shape: NotebookRunSummary)
|
|
4849
|
+
|
|
4709
4850
|
NotificationOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "identifier"))
|
|
4710
4851
|
NotificationOutput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainIdentifier"))
|
|
4711
4852
|
NotificationOutput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "type"))
|
|
@@ -4781,6 +4922,13 @@ module Aws::DataZone
|
|
|
4781
4922
|
OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
|
4782
4923
|
OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
|
|
4783
4924
|
|
|
4925
|
+
PackageConfig.add_member(:package_manager, Shapes::ShapeRef.new(shape: PackageManager, required: true, location_name: "packageManager"))
|
|
4926
|
+
PackageConfig.add_member(:package_specification, Shapes::ShapeRef.new(shape: PackageConfigPackageSpecificationString, location_name: "packageSpecification"))
|
|
4927
|
+
PackageConfig.struct_class = Types::PackageConfig
|
|
4928
|
+
|
|
4929
|
+
Parameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
|
4930
|
+
Parameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
|
4931
|
+
|
|
4784
4932
|
Permissions.add_member(:s3, Shapes::ShapeRef.new(shape: S3Permissions, location_name: "s3"))
|
|
4785
4933
|
Permissions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4786
4934
|
Permissions.add_member_subclass(:s3, Types::Permissions::S3)
|
|
@@ -5488,6 +5636,8 @@ module Aws::DataZone
|
|
|
5488
5636
|
|
|
5489
5637
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupIdListMemberString)
|
|
5490
5638
|
|
|
5639
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: String)
|
|
5640
|
+
|
|
5491
5641
|
SelfGrantStatusDetail.add_member(:database_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailDatabaseNameString, required: true, location_name: "databaseName"))
|
|
5492
5642
|
SelfGrantStatusDetail.add_member(:schema_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailSchemaNameString, location_name: "schemaName"))
|
|
5493
5643
|
SelfGrantStatusDetail.add_member(:status, Shapes::ShapeRef.new(shape: SelfGrantStatus, required: true, location_name: "status"))
|
|
@@ -5616,10 +5766,64 @@ module Aws::DataZone
|
|
|
5616
5766
|
StartMetadataGenerationRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
|
5617
5767
|
StartMetadataGenerationRunOutput.struct_class = Types::StartMetadataGenerationRunOutput
|
|
5618
5768
|
|
|
5769
|
+
StartNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5770
|
+
StartNotebookRunInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
5771
|
+
StartNotebookRunInput.add_member(:notebook_identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookIdentifier"))
|
|
5772
|
+
StartNotebookRunInput.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: ScheduleId, location_name: "scheduleIdentifier"))
|
|
5773
|
+
StartNotebookRunInput.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfig, location_name: "computeConfiguration"))
|
|
5774
|
+
StartNotebookRunInput.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "networkConfiguration"))
|
|
5775
|
+
StartNotebookRunInput.add_member(:timeout_configuration, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfiguration"))
|
|
5776
|
+
StartNotebookRunInput.add_member(:trigger_source, Shapes::ShapeRef.new(shape: TriggerSource, location_name: "triggerSource"))
|
|
5777
|
+
StartNotebookRunInput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
5778
|
+
StartNotebookRunInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
5779
|
+
StartNotebookRunInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5780
|
+
StartNotebookRunInput.struct_class = Types::StartNotebookRunInput
|
|
5781
|
+
|
|
5782
|
+
StartNotebookRunOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location_name: "id"))
|
|
5783
|
+
StartNotebookRunOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
5784
|
+
StartNotebookRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
5785
|
+
StartNotebookRunOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookId"))
|
|
5786
|
+
StartNotebookRunOutput.add_member(:schedule_id, Shapes::ShapeRef.new(shape: ScheduleId, location_name: "scheduleId"))
|
|
5787
|
+
StartNotebookRunOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookRunStatus, required: true, location_name: "status"))
|
|
5788
|
+
StartNotebookRunOutput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, location_name: "cellOrder"))
|
|
5789
|
+
StartNotebookRunOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
5790
|
+
StartNotebookRunOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
5791
|
+
StartNotebookRunOutput.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfig, location_name: "computeConfiguration"))
|
|
5792
|
+
StartNotebookRunOutput.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "networkConfiguration"))
|
|
5793
|
+
StartNotebookRunOutput.add_member(:timeout_configuration, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfiguration"))
|
|
5794
|
+
StartNotebookRunOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
5795
|
+
StartNotebookRunOutput.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfig, location_name: "storageConfiguration"))
|
|
5796
|
+
StartNotebookRunOutput.add_member(:trigger_source, Shapes::ShapeRef.new(shape: TriggerSource, location_name: "triggerSource"))
|
|
5797
|
+
StartNotebookRunOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookRunError, location_name: "error"))
|
|
5798
|
+
StartNotebookRunOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
5799
|
+
StartNotebookRunOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
5800
|
+
StartNotebookRunOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
5801
|
+
StartNotebookRunOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
5802
|
+
StartNotebookRunOutput.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
|
5803
|
+
StartNotebookRunOutput.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
5804
|
+
StartNotebookRunOutput.struct_class = Types::StartNotebookRunOutput
|
|
5805
|
+
|
|
5806
|
+
StopNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5807
|
+
StopNotebookRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location: "uri", location_name: "identifier"))
|
|
5808
|
+
StopNotebookRunInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5809
|
+
StopNotebookRunInput.struct_class = Types::StopNotebookRunInput
|
|
5810
|
+
|
|
5811
|
+
StopNotebookRunOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location_name: "id"))
|
|
5812
|
+
StopNotebookRunOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
5813
|
+
StopNotebookRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
5814
|
+
StopNotebookRunOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookRunStatus, required: true, location_name: "status"))
|
|
5815
|
+
StopNotebookRunOutput.struct_class = Types::StopNotebookRunOutput
|
|
5816
|
+
|
|
5817
|
+
StorageConfig.add_member(:project_s3_path, Shapes::ShapeRef.new(shape: S3Path, location_name: "projectS3Path"))
|
|
5818
|
+
StorageConfig.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
5819
|
+
StorageConfig.struct_class = Types::StorageConfig
|
|
5820
|
+
|
|
5619
5821
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
5620
5822
|
|
|
5621
5823
|
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
5622
5824
|
|
|
5825
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: String)
|
|
5826
|
+
|
|
5623
5827
|
SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
|
5624
5828
|
SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
|
|
5625
5829
|
SubscribedAsset.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantStatus, required: true, location_name: "status"))
|
|
@@ -5862,6 +6066,9 @@ module Aws::DataZone
|
|
|
5862
6066
|
|
|
5863
6067
|
TimeSeriesDataPointSummaryFormOutputList.member = Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutput)
|
|
5864
6068
|
|
|
6069
|
+
TimeoutConfig.add_member(:run_timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutConfigRunTimeoutInMinutesInteger, location_name: "runTimeoutInMinutes"))
|
|
6070
|
+
TimeoutConfig.struct_class = Types::TimeoutConfig
|
|
6071
|
+
|
|
5865
6072
|
TokenUrlParametersMap.key = Shapes::ShapeRef.new(shape: TokenUrlParametersMapKeyString)
|
|
5866
6073
|
TokenUrlParametersMap.value = Shapes::ShapeRef.new(shape: TokenUrlParametersMapValueString)
|
|
5867
6074
|
|
|
@@ -5875,6 +6082,10 @@ module Aws::DataZone
|
|
|
5875
6082
|
TrackingAssets.key = Shapes::ShapeRef.new(shape: SageMakerAssetType)
|
|
5876
6083
|
TrackingAssets.value = Shapes::ShapeRef.new(shape: TrackingAssetArns)
|
|
5877
6084
|
|
|
6085
|
+
TriggerSource.add_member(:type, Shapes::ShapeRef.new(shape: TriggerSourceType, location_name: "type"))
|
|
6086
|
+
TriggerSource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
6087
|
+
TriggerSource.struct_class = Types::TriggerSource
|
|
6088
|
+
|
|
5878
6089
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
|
5879
6090
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
|
5880
6091
|
|
|
@@ -7813,6 +8024,20 @@ module Aws::DataZone
|
|
|
7813
8024
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7814
8025
|
end)
|
|
7815
8026
|
|
|
8027
|
+
api.add_operation(:get_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
8028
|
+
o.name = "GetNotebookRun"
|
|
8029
|
+
o.http_method = "GET"
|
|
8030
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}"
|
|
8031
|
+
o.input = Shapes::ShapeRef.new(shape: GetNotebookRunInput)
|
|
8032
|
+
o.output = Shapes::ShapeRef.new(shape: GetNotebookRunOutput)
|
|
8033
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8034
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8035
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8036
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8037
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8038
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8039
|
+
end)
|
|
8040
|
+
|
|
7816
8041
|
api.add_operation(:get_project, Seahorse::Model::Operation.new.tap do |o|
|
|
7817
8042
|
o.name = "GetProject"
|
|
7818
8043
|
o.http_method = "GET"
|
|
@@ -8359,6 +8584,25 @@ module Aws::DataZone
|
|
|
8359
8584
|
)
|
|
8360
8585
|
end)
|
|
8361
8586
|
|
|
8587
|
+
api.add_operation(:list_notebook_runs, Seahorse::Model::Operation.new.tap do |o|
|
|
8588
|
+
o.name = "ListNotebookRuns"
|
|
8589
|
+
o.http_method = "GET"
|
|
8590
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-runs"
|
|
8591
|
+
o.input = Shapes::ShapeRef.new(shape: ListNotebookRunsInput)
|
|
8592
|
+
o.output = Shapes::ShapeRef.new(shape: ListNotebookRunsOutput)
|
|
8593
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8594
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8595
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8596
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8597
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8598
|
+
o[:pager] = Aws::Pager.new(
|
|
8599
|
+
limit_key: "max_results",
|
|
8600
|
+
tokens: {
|
|
8601
|
+
"next_token" => "next_token"
|
|
8602
|
+
}
|
|
8603
|
+
)
|
|
8604
|
+
end)
|
|
8605
|
+
|
|
8362
8606
|
api.add_operation(:list_notifications, Seahorse::Model::Operation.new.tap do |o|
|
|
8363
8607
|
o.name = "ListNotifications"
|
|
8364
8608
|
o.http_method = "GET"
|
|
@@ -8873,6 +9117,37 @@ module Aws::DataZone
|
|
|
8873
9117
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8874
9118
|
end)
|
|
8875
9119
|
|
|
9120
|
+
api.add_operation(:start_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
9121
|
+
o.name = "StartNotebookRun"
|
|
9122
|
+
o.http_method = "POST"
|
|
9123
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-runs"
|
|
9124
|
+
o.input = Shapes::ShapeRef.new(shape: StartNotebookRunInput)
|
|
9125
|
+
o.output = Shapes::ShapeRef.new(shape: StartNotebookRunOutput)
|
|
9126
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9127
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9128
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9129
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9130
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9131
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9132
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9133
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9134
|
+
end)
|
|
9135
|
+
|
|
9136
|
+
api.add_operation(:stop_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
9137
|
+
o.name = "StopNotebookRun"
|
|
9138
|
+
o.http_method = "PUT"
|
|
9139
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}/stop"
|
|
9140
|
+
o.input = Shapes::ShapeRef.new(shape: StopNotebookRunInput)
|
|
9141
|
+
o.output = Shapes::ShapeRef.new(shape: StopNotebookRunOutput)
|
|
9142
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9143
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9144
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9145
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9146
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9147
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9148
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9149
|
+
end)
|
|
9150
|
+
|
|
8876
9151
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
8877
9152
|
o.name = "TagResource"
|
|
8878
9153
|
o.http_method = "POST"
|