aws-sdk-datazone 1.74.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +371 -1
- data/lib/aws-sdk-datazone/client_api.rb +257 -0
- data/lib/aws-sdk-datazone/types.rb +704 -0
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +117 -0
- data/sig/types.rbs +174 -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')
|
|
@@ -710,6 +717,8 @@ module Aws::DataZone
|
|
|
710
717
|
ListLineageNodeHistoryOutput = Shapes::StructureShape.new(name: 'ListLineageNodeHistoryOutput')
|
|
711
718
|
ListMetadataGenerationRunsInput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsInput')
|
|
712
719
|
ListMetadataGenerationRunsOutput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsOutput')
|
|
720
|
+
ListNotebookRunsInput = Shapes::StructureShape.new(name: 'ListNotebookRunsInput')
|
|
721
|
+
ListNotebookRunsOutput = Shapes::StructureShape.new(name: 'ListNotebookRunsOutput')
|
|
713
722
|
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
|
714
723
|
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
|
715
724
|
ListPolicyGrantsInput = Shapes::StructureShape.new(name: 'ListPolicyGrantsInput')
|
|
@@ -762,6 +771,7 @@ module Aws::DataZone
|
|
|
762
771
|
Member = Shapes::UnionShape.new(name: 'Member')
|
|
763
772
|
MemberDetails = Shapes::UnionShape.new(name: 'MemberDetails')
|
|
764
773
|
Message = Shapes::StringShape.new(name: 'Message')
|
|
774
|
+
Metadata = Shapes::MapShape.new(name: 'Metadata')
|
|
765
775
|
MetadataFormEnforcementDetail = Shapes::StructureShape.new(name: 'MetadataFormEnforcementDetail')
|
|
766
776
|
MetadataFormInputs = Shapes::ListShape.new(name: 'MetadataFormInputs')
|
|
767
777
|
MetadataFormReference = Shapes::StructureShape.new(name: 'MetadataFormReference')
|
|
@@ -778,7 +788,9 @@ module Aws::DataZone
|
|
|
778
788
|
MetadataGenerationRunTypes = Shapes::ListShape.new(name: 'MetadataGenerationRunTypes')
|
|
779
789
|
MetadataGenerationRuns = Shapes::ListShape.new(name: 'MetadataGenerationRuns')
|
|
780
790
|
MetadataGenerationTargetType = Shapes::StringShape.new(name: 'MetadataGenerationTargetType')
|
|
791
|
+
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
|
781
792
|
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
|
793
|
+
MetadataValue = Shapes::StringShape.new(name: 'MetadataValue')
|
|
782
794
|
MlflowPropertiesInput = Shapes::StructureShape.new(name: 'MlflowPropertiesInput')
|
|
783
795
|
MlflowPropertiesOutput = Shapes::StructureShape.new(name: 'MlflowPropertiesOutput')
|
|
784
796
|
MlflowPropertiesPatch = Shapes::StructureShape.new(name: 'MlflowPropertiesPatch')
|
|
@@ -786,9 +798,18 @@ module Aws::DataZone
|
|
|
786
798
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
787
799
|
NameIdentifier = Shapes::StructureShape.new(name: 'NameIdentifier')
|
|
788
800
|
NameIdentifiers = Shapes::ListShape.new(name: 'NameIdentifiers')
|
|
801
|
+
NetworkAccessType = Shapes::StringShape.new(name: 'NetworkAccessType')
|
|
802
|
+
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
|
789
803
|
NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
|
|
790
804
|
NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
|
|
791
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')
|
|
792
813
|
NotificationOutput = Shapes::StructureShape.new(name: 'NotificationOutput')
|
|
793
814
|
NotificationResource = Shapes::StructureShape.new(name: 'NotificationResource')
|
|
794
815
|
NotificationResourceType = Shapes::StringShape.new(name: 'NotificationResourceType')
|
|
@@ -813,8 +834,14 @@ module Aws::DataZone
|
|
|
813
834
|
OwnerPropertiesOutput = Shapes::UnionShape.new(name: 'OwnerPropertiesOutput')
|
|
814
835
|
OwnerUserProperties = Shapes::StructureShape.new(name: 'OwnerUserProperties')
|
|
815
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')
|
|
816
840
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
841
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
|
817
842
|
ParameterStorePath = Shapes::StringShape.new(name: 'ParameterStorePath')
|
|
843
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
|
844
|
+
Parameters = Shapes::MapShape.new(name: 'Parameters')
|
|
818
845
|
Password = Shapes::StringShape.new(name: 'Password')
|
|
819
846
|
Permissions = Shapes::UnionShape.new(name: 'Permissions')
|
|
820
847
|
PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
|
|
@@ -960,6 +987,7 @@ module Aws::DataZone
|
|
|
960
987
|
S3AccessGrantLocationId = Shapes::StringShape.new(name: 'S3AccessGrantLocationId')
|
|
961
988
|
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
|
962
989
|
S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
|
|
990
|
+
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
|
963
991
|
S3Permission = Shapes::StringShape.new(name: 'S3Permission')
|
|
964
992
|
S3Permissions = Shapes::ListShape.new(name: 'S3Permissions')
|
|
965
993
|
S3PropertiesInput = Shapes::StructureShape.new(name: 'S3PropertiesInput')
|
|
@@ -973,6 +1001,7 @@ module Aws::DataZone
|
|
|
973
1001
|
SageMakerRunConfigurationOutputAccountIdString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputAccountIdString')
|
|
974
1002
|
SageMakerRunConfigurationOutputRegionString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputRegionString')
|
|
975
1003
|
ScheduleConfiguration = Shapes::StructureShape.new(name: 'ScheduleConfiguration')
|
|
1004
|
+
ScheduleId = Shapes::StringShape.new(name: 'ScheduleId')
|
|
976
1005
|
SearchGroupProfilesInput = Shapes::StructureShape.new(name: 'SearchGroupProfilesInput')
|
|
977
1006
|
SearchGroupProfilesOutput = Shapes::StructureShape.new(name: 'SearchGroupProfilesOutput')
|
|
978
1007
|
SearchInItem = Shapes::StructureShape.new(name: 'SearchInItem')
|
|
@@ -998,6 +1027,7 @@ module Aws::DataZone
|
|
|
998
1027
|
SearchUserProfilesOutput = Shapes::StructureShape.new(name: 'SearchUserProfilesOutput')
|
|
999
1028
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
|
1000
1029
|
SecurityGroupIdListMemberString = Shapes::StringShape.new(name: 'SecurityGroupIdListMemberString')
|
|
1030
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
|
1001
1031
|
SelfGrantStatus = Shapes::StringShape.new(name: 'SelfGrantStatus')
|
|
1002
1032
|
SelfGrantStatusDetail = Shapes::StructureShape.new(name: 'SelfGrantStatusDetail')
|
|
1003
1033
|
SelfGrantStatusDetailDatabaseNameString = Shapes::StringShape.new(name: 'SelfGrantStatusDetailDatabaseNameString')
|
|
@@ -1047,11 +1077,17 @@ module Aws::DataZone
|
|
|
1047
1077
|
StartDataSourceRunOutput = Shapes::StructureShape.new(name: 'StartDataSourceRunOutput')
|
|
1048
1078
|
StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
|
|
1049
1079
|
StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
|
|
1080
|
+
StartNotebookRunInput = Shapes::StructureShape.new(name: 'StartNotebookRunInput')
|
|
1081
|
+
StartNotebookRunOutput = Shapes::StructureShape.new(name: 'StartNotebookRunOutput')
|
|
1050
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')
|
|
1051
1086
|
String = Shapes::StringShape.new(name: 'String')
|
|
1052
1087
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
1053
1088
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
1054
1089
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
|
1090
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
|
1055
1091
|
SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
|
|
1056
1092
|
SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
|
|
1057
1093
|
SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
|
|
@@ -1121,6 +1157,8 @@ module Aws::DataZone
|
|
|
1121
1157
|
TimeSeriesDataPointSummaryFormOutputList = Shapes::ListShape.new(name: 'TimeSeriesDataPointSummaryFormOutputList')
|
|
1122
1158
|
TimeSeriesEntityType = Shapes::StringShape.new(name: 'TimeSeriesEntityType')
|
|
1123
1159
|
TimeSeriesFormName = Shapes::StringShape.new(name: 'TimeSeriesFormName')
|
|
1160
|
+
TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
|
|
1161
|
+
TimeoutConfigRunTimeoutInMinutesInteger = Shapes::IntegerShape.new(name: 'TimeoutConfigRunTimeoutInMinutesInteger')
|
|
1124
1162
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
1125
1163
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
|
1126
1164
|
Title = Shapes::StringShape.new(name: 'Title')
|
|
@@ -1130,6 +1168,8 @@ module Aws::DataZone
|
|
|
1130
1168
|
Topic = Shapes::StructureShape.new(name: 'Topic')
|
|
1131
1169
|
TrackingAssetArns = Shapes::ListShape.new(name: 'TrackingAssetArns')
|
|
1132
1170
|
TrackingAssets = Shapes::MapShape.new(name: 'TrackingAssets')
|
|
1171
|
+
TriggerSource = Shapes::StructureShape.new(name: 'TriggerSource')
|
|
1172
|
+
TriggerSourceType = Shapes::StringShape.new(name: 'TriggerSourceType')
|
|
1133
1173
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
|
1134
1174
|
TypesSearchScope = Shapes::StringShape.new(name: 'TypesSearchScope')
|
|
1135
1175
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
|
@@ -1658,6 +1698,10 @@ module Aws::DataZone
|
|
|
1658
1698
|
CancelSubscriptionOutput.add_member(:retain_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "retainPermissions"))
|
|
1659
1699
|
CancelSubscriptionOutput.struct_class = Types::CancelSubscriptionOutput
|
|
1660
1700
|
|
|
1701
|
+
CellInformation.struct_class = Types::CellInformation
|
|
1702
|
+
|
|
1703
|
+
CellOrder.member = Shapes::ShapeRef.new(shape: CellInformation)
|
|
1704
|
+
|
|
1661
1705
|
CloudFormationProperties.add_member(:template_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "templateUrl"))
|
|
1662
1706
|
CloudFormationProperties.struct_class = Types::CloudFormationProperties
|
|
1663
1707
|
|
|
@@ -1666,6 +1710,10 @@ module Aws::DataZone
|
|
|
1666
1710
|
|
|
1667
1711
|
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
1668
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
|
+
|
|
1669
1717
|
ComputeEnvironmentsList.member = Shapes::ShapeRef.new(shape: ComputeEnvironments)
|
|
1670
1718
|
|
|
1671
1719
|
ConfigurableActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
|
@@ -2973,6 +3021,10 @@ module Aws::DataZone
|
|
|
2973
3021
|
EnvironmentBlueprintSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2974
3022
|
EnvironmentBlueprintSummary.struct_class = Types::EnvironmentBlueprintSummary
|
|
2975
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
|
+
|
|
2976
3028
|
EnvironmentConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, required: true, location_name: "name"))
|
|
2977
3029
|
EnvironmentConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "id"))
|
|
2978
3030
|
EnvironmentConfiguration.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
|
|
@@ -3642,6 +3694,34 @@ module Aws::DataZone
|
|
|
3642
3694
|
GetMetadataGenerationRunOutput.add_member(:type_stats, Shapes::ShapeRef.new(shape: MetadataGenerationRunTypeStats, location_name: "typeStats"))
|
|
3643
3695
|
GetMetadataGenerationRunOutput.struct_class = Types::GetMetadataGenerationRunOutput
|
|
3644
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
|
+
|
|
3645
3725
|
GetProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3646
3726
|
GetProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
|
3647
3727
|
GetProjectInput.struct_class = Types::GetProjectInput
|
|
@@ -4399,6 +4479,20 @@ module Aws::DataZone
|
|
|
4399
4479
|
ListMetadataGenerationRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
4400
4480
|
ListMetadataGenerationRunsOutput.struct_class = Types::ListMetadataGenerationRunsOutput
|
|
4401
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
|
+
|
|
4402
4496
|
ListNotificationsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4403
4497
|
ListNotificationsInput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location: "querystring", location_name: "type"))
|
|
4404
4498
|
ListNotificationsInput.add_member(:after_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "afterTimestamp"))
|
|
@@ -4643,6 +4737,9 @@ module Aws::DataZone
|
|
|
4643
4737
|
MemberDetails.add_member_subclass(:unknown, Types::MemberDetails::Unknown)
|
|
4644
4738
|
MemberDetails.struct_class = Types::MemberDetails
|
|
4645
4739
|
|
|
4740
|
+
Metadata.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
|
4741
|
+
Metadata.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
|
4742
|
+
|
|
4646
4743
|
MetadataFormEnforcementDetail.add_member(:required_metadata_forms, Shapes::ShapeRef.new(shape: RequiredMetadataFormList, location_name: "requiredMetadataForms"))
|
|
4647
4744
|
MetadataFormEnforcementDetail.struct_class = Types::MetadataFormEnforcementDetail
|
|
4648
4745
|
|
|
@@ -4712,6 +4809,12 @@ module Aws::DataZone
|
|
|
4712
4809
|
|
|
4713
4810
|
NameIdentifiers.member = Shapes::ShapeRef.new(shape: NameIdentifier)
|
|
4714
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
|
+
|
|
4715
4818
|
NotEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
|
4716
4819
|
NotEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4717
4820
|
NotEqualToExpression.struct_class = Types::NotEqualToExpression
|
|
@@ -4724,6 +4827,26 @@ module Aws::DataZone
|
|
|
4724
4827
|
NotLikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4725
4828
|
NotLikeExpression.struct_class = Types::NotLikeExpression
|
|
4726
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
|
+
|
|
4727
4850
|
NotificationOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "identifier"))
|
|
4728
4851
|
NotificationOutput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainIdentifier"))
|
|
4729
4852
|
NotificationOutput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "type"))
|
|
@@ -4799,6 +4922,13 @@ module Aws::DataZone
|
|
|
4799
4922
|
OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
|
4800
4923
|
OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
|
|
4801
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
|
+
|
|
4802
4932
|
Permissions.add_member(:s3, Shapes::ShapeRef.new(shape: S3Permissions, location_name: "s3"))
|
|
4803
4933
|
Permissions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4804
4934
|
Permissions.add_member_subclass(:s3, Types::Permissions::S3)
|
|
@@ -5506,6 +5636,8 @@ module Aws::DataZone
|
|
|
5506
5636
|
|
|
5507
5637
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupIdListMemberString)
|
|
5508
5638
|
|
|
5639
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: String)
|
|
5640
|
+
|
|
5509
5641
|
SelfGrantStatusDetail.add_member(:database_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailDatabaseNameString, required: true, location_name: "databaseName"))
|
|
5510
5642
|
SelfGrantStatusDetail.add_member(:schema_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailSchemaNameString, location_name: "schemaName"))
|
|
5511
5643
|
SelfGrantStatusDetail.add_member(:status, Shapes::ShapeRef.new(shape: SelfGrantStatus, required: true, location_name: "status"))
|
|
@@ -5634,10 +5766,64 @@ module Aws::DataZone
|
|
|
5634
5766
|
StartMetadataGenerationRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
|
5635
5767
|
StartMetadataGenerationRunOutput.struct_class = Types::StartMetadataGenerationRunOutput
|
|
5636
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
|
+
|
|
5637
5821
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
5638
5822
|
|
|
5639
5823
|
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
5640
5824
|
|
|
5825
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: String)
|
|
5826
|
+
|
|
5641
5827
|
SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
|
|
5642
5828
|
SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
|
|
5643
5829
|
SubscribedAsset.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantStatus, required: true, location_name: "status"))
|
|
@@ -5880,6 +6066,9 @@ module Aws::DataZone
|
|
|
5880
6066
|
|
|
5881
6067
|
TimeSeriesDataPointSummaryFormOutputList.member = Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutput)
|
|
5882
6068
|
|
|
6069
|
+
TimeoutConfig.add_member(:run_timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutConfigRunTimeoutInMinutesInteger, location_name: "runTimeoutInMinutes"))
|
|
6070
|
+
TimeoutConfig.struct_class = Types::TimeoutConfig
|
|
6071
|
+
|
|
5883
6072
|
TokenUrlParametersMap.key = Shapes::ShapeRef.new(shape: TokenUrlParametersMapKeyString)
|
|
5884
6073
|
TokenUrlParametersMap.value = Shapes::ShapeRef.new(shape: TokenUrlParametersMapValueString)
|
|
5885
6074
|
|
|
@@ -5893,6 +6082,10 @@ module Aws::DataZone
|
|
|
5893
6082
|
TrackingAssets.key = Shapes::ShapeRef.new(shape: SageMakerAssetType)
|
|
5894
6083
|
TrackingAssets.value = Shapes::ShapeRef.new(shape: TrackingAssetArns)
|
|
5895
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
|
+
|
|
5896
6089
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
|
5897
6090
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
|
5898
6091
|
|
|
@@ -7831,6 +8024,20 @@ module Aws::DataZone
|
|
|
7831
8024
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7832
8025
|
end)
|
|
7833
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
|
+
|
|
7834
8041
|
api.add_operation(:get_project, Seahorse::Model::Operation.new.tap do |o|
|
|
7835
8042
|
o.name = "GetProject"
|
|
7836
8043
|
o.http_method = "GET"
|
|
@@ -8377,6 +8584,25 @@ module Aws::DataZone
|
|
|
8377
8584
|
)
|
|
8378
8585
|
end)
|
|
8379
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
|
+
|
|
8380
8606
|
api.add_operation(:list_notifications, Seahorse::Model::Operation.new.tap do |o|
|
|
8381
8607
|
o.name = "ListNotifications"
|
|
8382
8608
|
o.http_method = "GET"
|
|
@@ -8891,6 +9117,37 @@ module Aws::DataZone
|
|
|
8891
9117
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8892
9118
|
end)
|
|
8893
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
|
+
|
|
8894
9151
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
8895
9152
|
o.name = "TagResource"
|
|
8896
9153
|
o.http_method = "POST"
|