aws-sdk-datazone 1.76.0 → 1.77.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 +654 -16
- data/lib/aws-sdk-datazone/client_api.rb +353 -0
- data/lib/aws-sdk-datazone/types.rb +1104 -149
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +199 -0
- data/sig/types.rbs +242 -0
- metadata +1 -1
|
@@ -157,9 +157,11 @@ module Aws::DataZone
|
|
|
157
157
|
CloudFormationProperties = Shapes::StructureShape.new(name: 'CloudFormationProperties')
|
|
158
158
|
ColumnFilterConfiguration = Shapes::StructureShape.new(name: 'ColumnFilterConfiguration')
|
|
159
159
|
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
|
160
|
+
CompletedAt = Shapes::TimestampShape.new(name: 'CompletedAt')
|
|
160
161
|
ComputeConfig = Shapes::StructureShape.new(name: 'ComputeConfig')
|
|
161
162
|
ComputeEnvironments = Shapes::StringShape.new(name: 'ComputeEnvironments')
|
|
162
163
|
ComputeEnvironmentsList = Shapes::ListShape.new(name: 'ComputeEnvironmentsList')
|
|
164
|
+
ComputeId = Shapes::StringShape.new(name: 'ComputeId')
|
|
163
165
|
ConfigurableActionParameter = Shapes::StructureShape.new(name: 'ConfigurableActionParameter')
|
|
164
166
|
ConfigurableActionParameterList = Shapes::ListShape.new(name: 'ConfigurableActionParameterList')
|
|
165
167
|
ConfigurableActionTypeAuthorization = Shapes::StringShape.new(name: 'ConfigurableActionTypeAuthorization')
|
|
@@ -233,6 +235,8 @@ module Aws::DataZone
|
|
|
233
235
|
CreateGroupProfileOutput = Shapes::StructureShape.new(name: 'CreateGroupProfileOutput')
|
|
234
236
|
CreateListingChangeSetInput = Shapes::StructureShape.new(name: 'CreateListingChangeSetInput')
|
|
235
237
|
CreateListingChangeSetOutput = Shapes::StructureShape.new(name: 'CreateListingChangeSetOutput')
|
|
238
|
+
CreateNotebookInput = Shapes::StructureShape.new(name: 'CreateNotebookInput')
|
|
239
|
+
CreateNotebookOutput = Shapes::StructureShape.new(name: 'CreateNotebookOutput')
|
|
236
240
|
CreateProjectFromProjectProfilePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectFromProjectProfilePolicyGrantDetail')
|
|
237
241
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
|
238
242
|
CreateProjectInputResourceTagsMap = Shapes::MapShape.new(name: 'CreateProjectInputResourceTagsMap')
|
|
@@ -334,6 +338,8 @@ module Aws::DataZone
|
|
|
334
338
|
DeleteGlossaryTermOutput = Shapes::StructureShape.new(name: 'DeleteGlossaryTermOutput')
|
|
335
339
|
DeleteListingInput = Shapes::StructureShape.new(name: 'DeleteListingInput')
|
|
336
340
|
DeleteListingOutput = Shapes::StructureShape.new(name: 'DeleteListingOutput')
|
|
341
|
+
DeleteNotebookInput = Shapes::StructureShape.new(name: 'DeleteNotebookInput')
|
|
342
|
+
DeleteNotebookOutput = Shapes::StructureShape.new(name: 'DeleteNotebookOutput')
|
|
337
343
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
|
338
344
|
DeleteProjectMembershipInput = Shapes::StructureShape.new(name: 'DeleteProjectMembershipInput')
|
|
339
345
|
DeleteProjectMembershipOutput = Shapes::StructureShape.new(name: 'DeleteProjectMembershipOutput')
|
|
@@ -438,10 +444,12 @@ module Aws::DataZone
|
|
|
438
444
|
EqualToExpression = Shapes::StructureShape.new(name: 'EqualToExpression')
|
|
439
445
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
440
446
|
EventSummary = Shapes::UnionShape.new(name: 'EventSummary')
|
|
447
|
+
ExportId = Shapes::StringShape.new(name: 'ExportId')
|
|
441
448
|
ExternalIdentifier = Shapes::StringShape.new(name: 'ExternalIdentifier')
|
|
442
449
|
FailedQueryProcessingErrorMessages = Shapes::ListShape.new(name: 'FailedQueryProcessingErrorMessages')
|
|
443
450
|
FailureCause = Shapes::StructureShape.new(name: 'FailureCause')
|
|
444
451
|
FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
|
|
452
|
+
FileFormat = Shapes::StringShape.new(name: 'FileFormat')
|
|
445
453
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
|
446
454
|
FilterClause = Shapes::UnionShape.new(name: 'FilterClause')
|
|
447
455
|
FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
|
|
@@ -528,6 +536,10 @@ module Aws::DataZone
|
|
|
528
536
|
GetListingOutput = Shapes::StructureShape.new(name: 'GetListingOutput')
|
|
529
537
|
GetMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'GetMetadataGenerationRunInput')
|
|
530
538
|
GetMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'GetMetadataGenerationRunOutput')
|
|
539
|
+
GetNotebookExportInput = Shapes::StructureShape.new(name: 'GetNotebookExportInput')
|
|
540
|
+
GetNotebookExportOutput = Shapes::StructureShape.new(name: 'GetNotebookExportOutput')
|
|
541
|
+
GetNotebookInput = Shapes::StructureShape.new(name: 'GetNotebookInput')
|
|
542
|
+
GetNotebookOutput = Shapes::StructureShape.new(name: 'GetNotebookOutput')
|
|
531
543
|
GetNotebookRunInput = Shapes::StructureShape.new(name: 'GetNotebookRunInput')
|
|
532
544
|
GetNotebookRunOutput = Shapes::StructureShape.new(name: 'GetNotebookRunOutput')
|
|
533
545
|
GetProjectInput = Shapes::StructureShape.new(name: 'GetProjectInput')
|
|
@@ -719,6 +731,8 @@ module Aws::DataZone
|
|
|
719
731
|
ListMetadataGenerationRunsOutput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsOutput')
|
|
720
732
|
ListNotebookRunsInput = Shapes::StructureShape.new(name: 'ListNotebookRunsInput')
|
|
721
733
|
ListNotebookRunsOutput = Shapes::StructureShape.new(name: 'ListNotebookRunsOutput')
|
|
734
|
+
ListNotebooksInput = Shapes::StructureShape.new(name: 'ListNotebooksInput')
|
|
735
|
+
ListNotebooksOutput = Shapes::StructureShape.new(name: 'ListNotebooksOutput')
|
|
722
736
|
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
|
723
737
|
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
|
724
738
|
ListPolicyGrantsInput = Shapes::StructureShape.new(name: 'ListPolicyGrantsInput')
|
|
@@ -803,13 +817,23 @@ module Aws::DataZone
|
|
|
803
817
|
NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
|
|
804
818
|
NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
|
|
805
819
|
NotLikeExpression = Shapes::StructureShape.new(name: 'NotLikeExpression')
|
|
820
|
+
NotebookError = Shapes::StructureShape.new(name: 'NotebookError')
|
|
821
|
+
NotebookErrorMessageString = Shapes::StringShape.new(name: 'NotebookErrorMessageString')
|
|
822
|
+
NotebookExportError = Shapes::StructureShape.new(name: 'NotebookExportError')
|
|
823
|
+
NotebookExportErrorMessageString = Shapes::StringShape.new(name: 'NotebookExportErrorMessageString')
|
|
824
|
+
NotebookExportStatus = Shapes::StringShape.new(name: 'NotebookExportStatus')
|
|
806
825
|
NotebookId = Shapes::StringShape.new(name: 'NotebookId')
|
|
826
|
+
NotebookName = Shapes::StringShape.new(name: 'NotebookName')
|
|
807
827
|
NotebookRunError = Shapes::StructureShape.new(name: 'NotebookRunError')
|
|
808
828
|
NotebookRunErrorMessageString = Shapes::StringShape.new(name: 'NotebookRunErrorMessageString')
|
|
809
829
|
NotebookRunId = Shapes::StringShape.new(name: 'NotebookRunId')
|
|
810
830
|
NotebookRunStatus = Shapes::StringShape.new(name: 'NotebookRunStatus')
|
|
811
831
|
NotebookRunSummary = Shapes::StructureShape.new(name: 'NotebookRunSummary')
|
|
812
832
|
NotebookRunSummaryList = Shapes::ListShape.new(name: 'NotebookRunSummaryList')
|
|
833
|
+
NotebookS3Uri = Shapes::StringShape.new(name: 'NotebookS3Uri')
|
|
834
|
+
NotebookStatus = Shapes::StringShape.new(name: 'NotebookStatus')
|
|
835
|
+
NotebookSummary = Shapes::StructureShape.new(name: 'NotebookSummary')
|
|
836
|
+
NotebookSummaryList = Shapes::ListShape.new(name: 'NotebookSummaryList')
|
|
813
837
|
NotificationOutput = Shapes::StructureShape.new(name: 'NotificationOutput')
|
|
814
838
|
NotificationResource = Shapes::StructureShape.new(name: 'NotificationResource')
|
|
815
839
|
NotificationResourceType = Shapes::StringShape.new(name: 'NotificationResourceType')
|
|
@@ -825,6 +849,7 @@ module Aws::DataZone
|
|
|
825
849
|
OAuth2PropertiesTokenUrlString = Shapes::StringShape.new(name: 'OAuth2PropertiesTokenUrlString')
|
|
826
850
|
OpenLineageRunEventSummary = Shapes::StructureShape.new(name: 'OpenLineageRunEventSummary')
|
|
827
851
|
OpenLineageRunState = Shapes::StringShape.new(name: 'OpenLineageRunState')
|
|
852
|
+
OutputLocation = Shapes::UnionShape.new(name: 'OutputLocation')
|
|
828
853
|
OverallDeploymentStatus = Shapes::StringShape.new(name: 'OverallDeploymentStatus')
|
|
829
854
|
OverrideDomainUnitOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideDomainUnitOwnersPolicyGrantDetail')
|
|
830
855
|
OverrideProjectOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideProjectOwnersPolicyGrantDetail')
|
|
@@ -985,6 +1010,7 @@ module Aws::DataZone
|
|
|
985
1010
|
RunIdentifier = Shapes::StringShape.new(name: 'RunIdentifier')
|
|
986
1011
|
RunStatisticsForAssets = Shapes::StructureShape.new(name: 'RunStatisticsForAssets')
|
|
987
1012
|
S3AccessGrantLocationId = Shapes::StringShape.new(name: 'S3AccessGrantLocationId')
|
|
1013
|
+
S3Destination = Shapes::StructureShape.new(name: 'S3Destination')
|
|
988
1014
|
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
|
989
1015
|
S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
|
|
990
1016
|
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
|
@@ -993,6 +1019,7 @@ module Aws::DataZone
|
|
|
993
1019
|
S3PropertiesInput = Shapes::StructureShape.new(name: 'S3PropertiesInput')
|
|
994
1020
|
S3PropertiesOutput = Shapes::StructureShape.new(name: 'S3PropertiesOutput')
|
|
995
1021
|
S3PropertiesPatch = Shapes::StructureShape.new(name: 'S3PropertiesPatch')
|
|
1022
|
+
S3SourceLocation = Shapes::StringShape.new(name: 'S3SourceLocation')
|
|
996
1023
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
997
1024
|
SageMakerAssetType = Shapes::StringShape.new(name: 'SageMakerAssetType')
|
|
998
1025
|
SageMakerResourceArn = Shapes::StringShape.new(name: 'SageMakerResourceArn')
|
|
@@ -1044,6 +1071,7 @@ module Aws::DataZone
|
|
|
1044
1071
|
SortFieldProject = Shapes::StringShape.new(name: 'SortFieldProject')
|
|
1045
1072
|
SortKey = Shapes::StringShape.new(name: 'SortKey')
|
|
1046
1073
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
1074
|
+
SourceLocation = Shapes::UnionShape.new(name: 'SourceLocation')
|
|
1047
1075
|
SparkEmrPropertiesInput = Shapes::StructureShape.new(name: 'SparkEmrPropertiesInput')
|
|
1048
1076
|
SparkEmrPropertiesInputComputeArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputComputeArnString')
|
|
1049
1077
|
SparkEmrPropertiesInputInstanceProfileArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputInstanceProfileArnString')
|
|
@@ -1077,6 +1105,10 @@ module Aws::DataZone
|
|
|
1077
1105
|
StartDataSourceRunOutput = Shapes::StructureShape.new(name: 'StartDataSourceRunOutput')
|
|
1078
1106
|
StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
|
|
1079
1107
|
StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
|
|
1108
|
+
StartNotebookExportInput = Shapes::StructureShape.new(name: 'StartNotebookExportInput')
|
|
1109
|
+
StartNotebookExportOutput = Shapes::StructureShape.new(name: 'StartNotebookExportOutput')
|
|
1110
|
+
StartNotebookImportInput = Shapes::StructureShape.new(name: 'StartNotebookImportInput')
|
|
1111
|
+
StartNotebookImportOutput = Shapes::StructureShape.new(name: 'StartNotebookImportOutput')
|
|
1080
1112
|
StartNotebookRunInput = Shapes::StructureShape.new(name: 'StartNotebookRunInput')
|
|
1081
1113
|
StartNotebookRunOutput = Shapes::StructureShape.new(name: 'StartNotebookRunOutput')
|
|
1082
1114
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
@@ -1203,6 +1235,8 @@ module Aws::DataZone
|
|
|
1203
1235
|
UpdateGlossaryTermOutput = Shapes::StructureShape.new(name: 'UpdateGlossaryTermOutput')
|
|
1204
1236
|
UpdateGroupProfileInput = Shapes::StructureShape.new(name: 'UpdateGroupProfileInput')
|
|
1205
1237
|
UpdateGroupProfileOutput = Shapes::StructureShape.new(name: 'UpdateGroupProfileOutput')
|
|
1238
|
+
UpdateNotebookInput = Shapes::StructureShape.new(name: 'UpdateNotebookInput')
|
|
1239
|
+
UpdateNotebookOutput = Shapes::StructureShape.new(name: 'UpdateNotebookOutput')
|
|
1206
1240
|
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
|
1207
1241
|
UpdateProjectInputResourceTagsMap = Shapes::MapShape.new(name: 'UpdateProjectInputResourceTagsMap')
|
|
1208
1242
|
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
|
@@ -2333,6 +2367,36 @@ module Aws::DataZone
|
|
|
2333
2367
|
CreateListingChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ListingStatus, required: true, location_name: "status"))
|
|
2334
2368
|
CreateListingChangeSetOutput.struct_class = Types::CreateListingChangeSetOutput
|
|
2335
2369
|
|
|
2370
|
+
CreateNotebookInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2371
|
+
CreateNotebookInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
2372
|
+
CreateNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
2373
|
+
CreateNotebookInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2374
|
+
CreateNotebookInput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
2375
|
+
CreateNotebookInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
2376
|
+
CreateNotebookInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2377
|
+
CreateNotebookInput.struct_class = Types::CreateNotebookInput
|
|
2378
|
+
|
|
2379
|
+
CreateNotebookOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "id"))
|
|
2380
|
+
CreateNotebookOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
2381
|
+
CreateNotebookOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
2382
|
+
CreateNotebookOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
2383
|
+
CreateNotebookOutput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, required: true, location_name: "cellOrder"))
|
|
2384
|
+
CreateNotebookOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, required: true, location_name: "status"))
|
|
2385
|
+
CreateNotebookOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2386
|
+
CreateNotebookOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
2387
|
+
CreateNotebookOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
2388
|
+
CreateNotebookOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
2389
|
+
CreateNotebookOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
2390
|
+
CreateNotebookOutput.add_member(:locked_by, Shapes::ShapeRef.new(shape: String, location_name: "lockedBy"))
|
|
2391
|
+
CreateNotebookOutput.add_member(:locked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockedAt"))
|
|
2392
|
+
CreateNotebookOutput.add_member(:lock_expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockExpiresAt"))
|
|
2393
|
+
CreateNotebookOutput.add_member(:compute_id, Shapes::ShapeRef.new(shape: ComputeId, location_name: "computeId"))
|
|
2394
|
+
CreateNotebookOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
2395
|
+
CreateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
2396
|
+
CreateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
2397
|
+
CreateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
2398
|
+
CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
|
|
2399
|
+
|
|
2336
2400
|
CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
2337
2401
|
CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:project_profiles, Shapes::ShapeRef.new(shape: ProjectProfileList, location_name: "projectProfiles"))
|
|
2338
2402
|
CreateProjectFromProjectProfilePolicyGrantDetail.struct_class = Types::CreateProjectFromProjectProfilePolicyGrantDetail
|
|
@@ -2817,6 +2881,12 @@ module Aws::DataZone
|
|
|
2817
2881
|
|
|
2818
2882
|
DeleteListingOutput.struct_class = Types::DeleteListingOutput
|
|
2819
2883
|
|
|
2884
|
+
DeleteNotebookInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2885
|
+
DeleteNotebookInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location: "uri", location_name: "identifier"))
|
|
2886
|
+
DeleteNotebookInput.struct_class = Types::DeleteNotebookInput
|
|
2887
|
+
|
|
2888
|
+
DeleteNotebookOutput.struct_class = Types::DeleteNotebookOutput
|
|
2889
|
+
|
|
2820
2890
|
DeleteProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2821
2891
|
DeleteProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
|
2822
2892
|
DeleteProjectInput.add_member(:skip_deletion_check, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "skipDeletionCheck"))
|
|
@@ -3694,6 +3764,48 @@ module Aws::DataZone
|
|
|
3694
3764
|
GetMetadataGenerationRunOutput.add_member(:type_stats, Shapes::ShapeRef.new(shape: MetadataGenerationRunTypeStats, location_name: "typeStats"))
|
|
3695
3765
|
GetMetadataGenerationRunOutput.struct_class = Types::GetMetadataGenerationRunOutput
|
|
3696
3766
|
|
|
3767
|
+
GetNotebookExportInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3768
|
+
GetNotebookExportInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ExportId, required: true, location: "uri", location_name: "identifier"))
|
|
3769
|
+
GetNotebookExportInput.struct_class = Types::GetNotebookExportInput
|
|
3770
|
+
|
|
3771
|
+
GetNotebookExportOutput.add_member(:id, Shapes::ShapeRef.new(shape: ExportId, required: true, location_name: "id"))
|
|
3772
|
+
GetNotebookExportOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
3773
|
+
GetNotebookExportOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
3774
|
+
GetNotebookExportOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookId"))
|
|
3775
|
+
GetNotebookExportOutput.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
|
3776
|
+
GetNotebookExportOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExportStatus, required: true, location_name: "status"))
|
|
3777
|
+
GetNotebookExportOutput.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
|
|
3778
|
+
GetNotebookExportOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookExportError, location_name: "error"))
|
|
3779
|
+
GetNotebookExportOutput.add_member(:completed_at, Shapes::ShapeRef.new(shape: CompletedAt, location_name: "completedAt"))
|
|
3780
|
+
GetNotebookExportOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
3781
|
+
GetNotebookExportOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
3782
|
+
GetNotebookExportOutput.struct_class = Types::GetNotebookExportOutput
|
|
3783
|
+
|
|
3784
|
+
GetNotebookInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3785
|
+
GetNotebookInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location: "uri", location_name: "identifier"))
|
|
3786
|
+
GetNotebookInput.struct_class = Types::GetNotebookInput
|
|
3787
|
+
|
|
3788
|
+
GetNotebookOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "id"))
|
|
3789
|
+
GetNotebookOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
3790
|
+
GetNotebookOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
3791
|
+
GetNotebookOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
3792
|
+
GetNotebookOutput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, required: true, location_name: "cellOrder"))
|
|
3793
|
+
GetNotebookOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, required: true, location_name: "status"))
|
|
3794
|
+
GetNotebookOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3795
|
+
GetNotebookOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
3796
|
+
GetNotebookOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
3797
|
+
GetNotebookOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
3798
|
+
GetNotebookOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
3799
|
+
GetNotebookOutput.add_member(:locked_by, Shapes::ShapeRef.new(shape: String, location_name: "lockedBy"))
|
|
3800
|
+
GetNotebookOutput.add_member(:locked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockedAt"))
|
|
3801
|
+
GetNotebookOutput.add_member(:lock_expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockExpiresAt"))
|
|
3802
|
+
GetNotebookOutput.add_member(:compute_id, Shapes::ShapeRef.new(shape: ComputeId, location_name: "computeId"))
|
|
3803
|
+
GetNotebookOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
3804
|
+
GetNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
3805
|
+
GetNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
3806
|
+
GetNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
3807
|
+
GetNotebookOutput.struct_class = Types::GetNotebookOutput
|
|
3808
|
+
|
|
3697
3809
|
GetNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
3698
3810
|
GetNotebookRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location: "uri", location_name: "identifier"))
|
|
3699
3811
|
GetNotebookRunInput.struct_class = Types::GetNotebookRunInput
|
|
@@ -4493,6 +4605,19 @@ module Aws::DataZone
|
|
|
4493
4605
|
ListNotebookRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
4494
4606
|
ListNotebookRunsOutput.struct_class = Types::ListNotebookRunsOutput
|
|
4495
4607
|
|
|
4608
|
+
ListNotebooksInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4609
|
+
ListNotebooksInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "querystring", location_name: "owningProjectIdentifier"))
|
|
4610
|
+
ListNotebooksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
4611
|
+
ListNotebooksInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
|
4612
|
+
ListNotebooksInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
|
|
4613
|
+
ListNotebooksInput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, location: "querystring", location_name: "status"))
|
|
4614
|
+
ListNotebooksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
|
4615
|
+
ListNotebooksInput.struct_class = Types::ListNotebooksInput
|
|
4616
|
+
|
|
4617
|
+
ListNotebooksOutput.add_member(:items, Shapes::ShapeRef.new(shape: NotebookSummaryList, location_name: "items"))
|
|
4618
|
+
ListNotebooksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
4619
|
+
ListNotebooksOutput.struct_class = Types::ListNotebooksOutput
|
|
4620
|
+
|
|
4496
4621
|
ListNotificationsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
4497
4622
|
ListNotificationsInput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location: "querystring", location_name: "type"))
|
|
4498
4623
|
ListNotificationsInput.add_member(:after_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "afterTimestamp"))
|
|
@@ -4827,6 +4952,12 @@ module Aws::DataZone
|
|
|
4827
4952
|
NotLikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4828
4953
|
NotLikeExpression.struct_class = Types::NotLikeExpression
|
|
4829
4954
|
|
|
4955
|
+
NotebookError.add_member(:message, Shapes::ShapeRef.new(shape: NotebookErrorMessageString, required: true, location_name: "message"))
|
|
4956
|
+
NotebookError.struct_class = Types::NotebookError
|
|
4957
|
+
|
|
4958
|
+
NotebookExportError.add_member(:message, Shapes::ShapeRef.new(shape: NotebookExportErrorMessageString, required: true, location_name: "message"))
|
|
4959
|
+
NotebookExportError.struct_class = Types::NotebookExportError
|
|
4960
|
+
|
|
4830
4961
|
NotebookRunError.add_member(:message, Shapes::ShapeRef.new(shape: NotebookRunErrorMessageString, required: true, location_name: "message"))
|
|
4831
4962
|
NotebookRunError.struct_class = Types::NotebookRunError
|
|
4832
4963
|
|
|
@@ -4847,6 +4978,20 @@ module Aws::DataZone
|
|
|
4847
4978
|
|
|
4848
4979
|
NotebookRunSummaryList.member = Shapes::ShapeRef.new(shape: NotebookRunSummary)
|
|
4849
4980
|
|
|
4981
|
+
NotebookSummary.add_member(:id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "id"))
|
|
4982
|
+
NotebookSummary.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
4983
|
+
NotebookSummary.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
4984
|
+
NotebookSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
4985
|
+
NotebookSummary.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, required: true, location_name: "status"))
|
|
4986
|
+
NotebookSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4987
|
+
NotebookSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
4988
|
+
NotebookSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
4989
|
+
NotebookSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
4990
|
+
NotebookSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
4991
|
+
NotebookSummary.struct_class = Types::NotebookSummary
|
|
4992
|
+
|
|
4993
|
+
NotebookSummaryList.member = Shapes::ShapeRef.new(shape: NotebookSummary)
|
|
4994
|
+
|
|
4850
4995
|
NotificationOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "identifier"))
|
|
4851
4996
|
NotificationOutput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainIdentifier"))
|
|
4852
4997
|
NotificationOutput.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "type"))
|
|
@@ -4888,6 +5033,12 @@ module Aws::DataZone
|
|
|
4888
5033
|
OpenLineageRunEventSummary.add_member(:outputs, Shapes::ShapeRef.new(shape: NameIdentifiers, location_name: "outputs"))
|
|
4889
5034
|
OpenLineageRunEventSummary.struct_class = Types::OpenLineageRunEventSummary
|
|
4890
5035
|
|
|
5036
|
+
OutputLocation.add_member(:s3, Shapes::ShapeRef.new(shape: S3Destination, location_name: "s3"))
|
|
5037
|
+
OutputLocation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
5038
|
+
OutputLocation.add_member_subclass(:s3, Types::OutputLocation::S3)
|
|
5039
|
+
OutputLocation.add_member_subclass(:unknown, Types::OutputLocation::Unknown)
|
|
5040
|
+
OutputLocation.struct_class = Types::OutputLocation
|
|
5041
|
+
|
|
4891
5042
|
OverrideDomainUnitOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
4892
5043
|
OverrideDomainUnitOwnersPolicyGrantDetail.struct_class = Types::OverrideDomainUnitOwnersPolicyGrantDetail
|
|
4893
5044
|
|
|
@@ -5482,6 +5633,9 @@ module Aws::DataZone
|
|
|
5482
5633
|
RunStatisticsForAssets.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
|
|
5483
5634
|
RunStatisticsForAssets.struct_class = Types::RunStatisticsForAssets
|
|
5484
5635
|
|
|
5636
|
+
S3Destination.add_member(:uri, Shapes::ShapeRef.new(shape: NotebookS3Uri, location_name: "uri"))
|
|
5637
|
+
S3Destination.struct_class = Types::S3Destination
|
|
5638
|
+
|
|
5485
5639
|
S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
|
|
5486
5640
|
|
|
5487
5641
|
S3Permissions.member = Shapes::ShapeRef.new(shape: S3Permission)
|
|
@@ -5662,6 +5816,12 @@ module Aws::DataZone
|
|
|
5662
5816
|
SingleSignOn.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: SingleSignOnIdcInstanceArnString, location_name: "idcInstanceArn"))
|
|
5663
5817
|
SingleSignOn.struct_class = Types::SingleSignOn
|
|
5664
5818
|
|
|
5819
|
+
SourceLocation.add_member(:s3, Shapes::ShapeRef.new(shape: S3SourceLocation, location_name: "s3"))
|
|
5820
|
+
SourceLocation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
5821
|
+
SourceLocation.add_member_subclass(:s3, Types::SourceLocation::S3)
|
|
5822
|
+
SourceLocation.add_member_subclass(:unknown, Types::SourceLocation::Unknown)
|
|
5823
|
+
SourceLocation.struct_class = Types::SourceLocation
|
|
5824
|
+
|
|
5665
5825
|
SparkEmrPropertiesInput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputComputeArnString, location_name: "computeArn"))
|
|
5666
5826
|
SparkEmrPropertiesInput.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputInstanceProfileArnString, location_name: "instanceProfileArn"))
|
|
5667
5827
|
SparkEmrPropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
|
|
@@ -5766,6 +5926,42 @@ module Aws::DataZone
|
|
|
5766
5926
|
StartMetadataGenerationRunOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
|
5767
5927
|
StartMetadataGenerationRunOutput.struct_class = Types::StartMetadataGenerationRunOutput
|
|
5768
5928
|
|
|
5929
|
+
StartNotebookExportInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5930
|
+
StartNotebookExportInput.add_member(:notebook_identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookIdentifier"))
|
|
5931
|
+
StartNotebookExportInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
5932
|
+
StartNotebookExportInput.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
|
5933
|
+
StartNotebookExportInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5934
|
+
StartNotebookExportInput.struct_class = Types::StartNotebookExportInput
|
|
5935
|
+
|
|
5936
|
+
StartNotebookExportOutput.add_member(:id, Shapes::ShapeRef.new(shape: ExportId, required: true, location_name: "id"))
|
|
5937
|
+
StartNotebookExportOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
5938
|
+
StartNotebookExportOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
5939
|
+
StartNotebookExportOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookId"))
|
|
5940
|
+
StartNotebookExportOutput.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
|
5941
|
+
StartNotebookExportOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookExportStatus, required: true, location_name: "status"))
|
|
5942
|
+
StartNotebookExportOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
5943
|
+
StartNotebookExportOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
5944
|
+
StartNotebookExportOutput.struct_class = Types::StartNotebookExportOutput
|
|
5945
|
+
|
|
5946
|
+
StartNotebookImportInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5947
|
+
StartNotebookImportInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
5948
|
+
StartNotebookImportInput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, required: true, location_name: "sourceLocation"))
|
|
5949
|
+
StartNotebookImportInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
5950
|
+
StartNotebookImportInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
5951
|
+
StartNotebookImportInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5952
|
+
StartNotebookImportInput.struct_class = Types::StartNotebookImportInput
|
|
5953
|
+
|
|
5954
|
+
StartNotebookImportOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "notebookId"))
|
|
5955
|
+
StartNotebookImportOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, location_name: "status"))
|
|
5956
|
+
StartNotebookImportOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
|
5957
|
+
StartNotebookImportOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
|
5958
|
+
StartNotebookImportOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
|
|
5959
|
+
StartNotebookImportOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
5960
|
+
StartNotebookImportOutput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "sourceLocation"))
|
|
5961
|
+
StartNotebookImportOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
5962
|
+
StartNotebookImportOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
5963
|
+
StartNotebookImportOutput.struct_class = Types::StartNotebookImportOutput
|
|
5964
|
+
|
|
5769
5965
|
StartNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5770
5966
|
StartNotebookRunInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
5771
5967
|
StartNotebookRunInput.add_member(:notebook_identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "notebookIdentifier"))
|
|
@@ -6380,6 +6576,39 @@ module Aws::DataZone
|
|
|
6380
6576
|
UpdateGroupProfileOutput.add_member(:role_principal_id, Shapes::ShapeRef.new(shape: String, location_name: "rolePrincipalId"))
|
|
6381
6577
|
UpdateGroupProfileOutput.struct_class = Types::UpdateGroupProfileOutput
|
|
6382
6578
|
|
|
6579
|
+
UpdateNotebookInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
6580
|
+
UpdateNotebookInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookId, required: true, location: "uri", location_name: "identifier"))
|
|
6581
|
+
UpdateNotebookInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
6582
|
+
UpdateNotebookInput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, location_name: "status"))
|
|
6583
|
+
UpdateNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
|
|
6584
|
+
UpdateNotebookInput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, location_name: "cellOrder"))
|
|
6585
|
+
UpdateNotebookInput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
6586
|
+
UpdateNotebookInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
6587
|
+
UpdateNotebookInput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
6588
|
+
UpdateNotebookInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
6589
|
+
UpdateNotebookInput.struct_class = Types::UpdateNotebookInput
|
|
6590
|
+
|
|
6591
|
+
UpdateNotebookOutput.add_member(:id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "id"))
|
|
6592
|
+
UpdateNotebookOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "name"))
|
|
6593
|
+
UpdateNotebookOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
|
6594
|
+
UpdateNotebookOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
6595
|
+
UpdateNotebookOutput.add_member(:cell_order, Shapes::ShapeRef.new(shape: CellOrder, required: true, location_name: "cellOrder"))
|
|
6596
|
+
UpdateNotebookOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, required: true, location_name: "status"))
|
|
6597
|
+
UpdateNotebookOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
6598
|
+
UpdateNotebookOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
6599
|
+
UpdateNotebookOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
6600
|
+
UpdateNotebookOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
|
6601
|
+
UpdateNotebookOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
|
6602
|
+
UpdateNotebookOutput.add_member(:locked_by, Shapes::ShapeRef.new(shape: String, location_name: "lockedBy"))
|
|
6603
|
+
UpdateNotebookOutput.add_member(:locked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockedAt"))
|
|
6604
|
+
UpdateNotebookOutput.add_member(:lock_expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lockExpiresAt"))
|
|
6605
|
+
UpdateNotebookOutput.add_member(:compute_id, Shapes::ShapeRef.new(shape: ComputeId, location_name: "computeId"))
|
|
6606
|
+
UpdateNotebookOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
|
6607
|
+
UpdateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
6608
|
+
UpdateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
6609
|
+
UpdateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
6610
|
+
UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
|
|
6611
|
+
|
|
6383
6612
|
UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
6384
6613
|
UpdateProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
|
6385
6614
|
UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
|
@@ -7091,6 +7320,22 @@ module Aws::DataZone
|
|
|
7091
7320
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7092
7321
|
end)
|
|
7093
7322
|
|
|
7323
|
+
api.add_operation(:create_notebook, Seahorse::Model::Operation.new.tap do |o|
|
|
7324
|
+
o.name = "CreateNotebook"
|
|
7325
|
+
o.http_method = "POST"
|
|
7326
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebooks"
|
|
7327
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNotebookInput)
|
|
7328
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNotebookOutput)
|
|
7329
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7330
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7331
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7332
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7333
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
7334
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
7335
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
7336
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7337
|
+
end)
|
|
7338
|
+
|
|
7094
7339
|
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
|
7095
7340
|
o.name = "CreateProject"
|
|
7096
7341
|
o.http_method = "POST"
|
|
@@ -7493,6 +7738,20 @@ module Aws::DataZone
|
|
|
7493
7738
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7494
7739
|
end)
|
|
7495
7740
|
|
|
7741
|
+
api.add_operation(:delete_notebook, Seahorse::Model::Operation.new.tap do |o|
|
|
7742
|
+
o.name = "DeleteNotebook"
|
|
7743
|
+
o.http_method = "DELETE"
|
|
7744
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebooks/{identifier}"
|
|
7745
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNotebookInput)
|
|
7746
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNotebookOutput)
|
|
7747
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7748
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7749
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7750
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
7751
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
7752
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7753
|
+
end)
|
|
7754
|
+
|
|
7496
7755
|
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
|
7497
7756
|
o.name = "DeleteProject"
|
|
7498
7757
|
o.http_method = "DELETE"
|
|
@@ -8024,6 +8283,34 @@ module Aws::DataZone
|
|
|
8024
8283
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8025
8284
|
end)
|
|
8026
8285
|
|
|
8286
|
+
api.add_operation(:get_notebook, Seahorse::Model::Operation.new.tap do |o|
|
|
8287
|
+
o.name = "GetNotebook"
|
|
8288
|
+
o.http_method = "GET"
|
|
8289
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebooks/{identifier}"
|
|
8290
|
+
o.input = Shapes::ShapeRef.new(shape: GetNotebookInput)
|
|
8291
|
+
o.output = Shapes::ShapeRef.new(shape: GetNotebookOutput)
|
|
8292
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8294
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8295
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8296
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8297
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8298
|
+
end)
|
|
8299
|
+
|
|
8300
|
+
api.add_operation(:get_notebook_export, Seahorse::Model::Operation.new.tap do |o|
|
|
8301
|
+
o.name = "GetNotebookExport"
|
|
8302
|
+
o.http_method = "GET"
|
|
8303
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-exports/{identifier}"
|
|
8304
|
+
o.input = Shapes::ShapeRef.new(shape: GetNotebookExportInput)
|
|
8305
|
+
o.output = Shapes::ShapeRef.new(shape: GetNotebookExportOutput)
|
|
8306
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8307
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8308
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8309
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8310
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8311
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8312
|
+
end)
|
|
8313
|
+
|
|
8027
8314
|
api.add_operation(:get_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
8028
8315
|
o.name = "GetNotebookRun"
|
|
8029
8316
|
o.http_method = "GET"
|
|
@@ -8603,6 +8890,25 @@ module Aws::DataZone
|
|
|
8603
8890
|
)
|
|
8604
8891
|
end)
|
|
8605
8892
|
|
|
8893
|
+
api.add_operation(:list_notebooks, Seahorse::Model::Operation.new.tap do |o|
|
|
8894
|
+
o.name = "ListNotebooks"
|
|
8895
|
+
o.http_method = "GET"
|
|
8896
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebooks"
|
|
8897
|
+
o.input = Shapes::ShapeRef.new(shape: ListNotebooksInput)
|
|
8898
|
+
o.output = Shapes::ShapeRef.new(shape: ListNotebooksOutput)
|
|
8899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8900
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8901
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8902
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8903
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
8904
|
+
o[:pager] = Aws::Pager.new(
|
|
8905
|
+
limit_key: "max_results",
|
|
8906
|
+
tokens: {
|
|
8907
|
+
"next_token" => "next_token"
|
|
8908
|
+
}
|
|
8909
|
+
)
|
|
8910
|
+
end)
|
|
8911
|
+
|
|
8606
8912
|
api.add_operation(:list_notifications, Seahorse::Model::Operation.new.tap do |o|
|
|
8607
8913
|
o.name = "ListNotifications"
|
|
8608
8914
|
o.http_method = "GET"
|
|
@@ -9117,6 +9423,38 @@ module Aws::DataZone
|
|
|
9117
9423
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9118
9424
|
end)
|
|
9119
9425
|
|
|
9426
|
+
api.add_operation(:start_notebook_export, Seahorse::Model::Operation.new.tap do |o|
|
|
9427
|
+
o.name = "StartNotebookExport"
|
|
9428
|
+
o.http_method = "POST"
|
|
9429
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-exports"
|
|
9430
|
+
o.input = Shapes::ShapeRef.new(shape: StartNotebookExportInput)
|
|
9431
|
+
o.output = Shapes::ShapeRef.new(shape: StartNotebookExportOutput)
|
|
9432
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9433
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9434
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9435
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9436
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9437
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9438
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9439
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9440
|
+
end)
|
|
9441
|
+
|
|
9442
|
+
api.add_operation(:start_notebook_import, Seahorse::Model::Operation.new.tap do |o|
|
|
9443
|
+
o.name = "StartNotebookImport"
|
|
9444
|
+
o.http_method = "POST"
|
|
9445
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-imports"
|
|
9446
|
+
o.input = Shapes::ShapeRef.new(shape: StartNotebookImportInput)
|
|
9447
|
+
o.output = Shapes::ShapeRef.new(shape: StartNotebookImportOutput)
|
|
9448
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9449
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9450
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9451
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9452
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9453
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9454
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9455
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9456
|
+
end)
|
|
9457
|
+
|
|
9120
9458
|
api.add_operation(:start_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
9121
9459
|
o.name = "StartNotebookRun"
|
|
9122
9460
|
o.http_method = "POST"
|
|
@@ -9375,6 +9713,21 @@ module Aws::DataZone
|
|
|
9375
9713
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9376
9714
|
end)
|
|
9377
9715
|
|
|
9716
|
+
api.add_operation(:update_notebook, Seahorse::Model::Operation.new.tap do |o|
|
|
9717
|
+
o.name = "UpdateNotebook"
|
|
9718
|
+
o.http_method = "PATCH"
|
|
9719
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebooks/{identifier}"
|
|
9720
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNotebookInput)
|
|
9721
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNotebookOutput)
|
|
9722
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9723
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9724
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9725
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9726
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9727
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9728
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9729
|
+
end)
|
|
9730
|
+
|
|
9378
9731
|
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
|
9379
9732
|
o.name = "UpdateProject"
|
|
9380
9733
|
o.http_method = "PATCH"
|