aws-sdk-datazone 1.84.0 → 1.85.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 +132 -8
- data/lib/aws-sdk-datazone/client_api.rb +59 -0
- data/lib/aws-sdk-datazone/types.rb +177 -3
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +45 -6
- data/sig/types.rbs +47 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c436e41349f0913c677d2b3be2e11f85030c0e550037c44af74ae6a456c5276
|
|
4
|
+
data.tar.gz: c7bb6d711e619e803fc7fc0f7565e3ac5831232beb0e5f946ce1cfcee50fb3aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 435acead8c6c73b1517200cf30ded19a0250790ccbf75b3621e92e9a20d6433e324a8fafa6933387e4b1a9b8c59827f8789acbd740cc178431f0bccb88dd5f11
|
|
7
|
+
data.tar.gz: 3d428923f834d79c3cb43048e33fe9be9e2fe11bbe88f590bc7c7761bc822bb83364d7c2337d4931bb24b7521edba31e091ba8a201720f0aac3c4fa68050a70e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.85.0
|
|
@@ -3829,6 +3829,7 @@ module Aws::DataZone
|
|
|
3829
3829
|
# * {Types::CreateNotebookOutput#parameters #parameters} => Hash<String,String>
|
|
3830
3830
|
# * {Types::CreateNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
|
|
3831
3831
|
# * {Types::CreateNotebookOutput#error #error} => Types::NotebookError
|
|
3832
|
+
# * {Types::CreateNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
|
|
3832
3833
|
#
|
|
3833
3834
|
# @example Request syntax with placeholder values
|
|
3834
3835
|
#
|
|
@@ -3853,7 +3854,7 @@ module Aws::DataZone
|
|
|
3853
3854
|
# resp.owning_project_id #=> String
|
|
3854
3855
|
# resp.domain_id #=> String
|
|
3855
3856
|
# resp.cell_order #=> Array
|
|
3856
|
-
# resp.status #=> String, one of "ACTIVE", "ARCHIVED"
|
|
3857
|
+
# resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
3857
3858
|
# resp.description #=> String
|
|
3858
3859
|
# resp.created_at #=> Time
|
|
3859
3860
|
# resp.created_by #=> String
|
|
@@ -3871,6 +3872,13 @@ module Aws::DataZone
|
|
|
3871
3872
|
# resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
|
|
3872
3873
|
# resp.environment_configuration.package_config.package_specification #=> String
|
|
3873
3874
|
# resp.error.message #=> String
|
|
3875
|
+
# resp.git_metadata.connection_id #=> String
|
|
3876
|
+
# resp.git_metadata.repository #=> String
|
|
3877
|
+
# resp.git_metadata.branch #=> String
|
|
3878
|
+
# resp.git_metadata.commit_hash #=> String
|
|
3879
|
+
# resp.git_metadata.file_name #=> String
|
|
3880
|
+
# resp.git_metadata.committed_at #=> Time
|
|
3881
|
+
# resp.git_metadata.commit_message #=> String
|
|
3874
3882
|
#
|
|
3875
3883
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateNotebook AWS API Documentation
|
|
3876
3884
|
#
|
|
@@ -7954,6 +7962,7 @@ module Aws::DataZone
|
|
|
7954
7962
|
# * {Types::GetNotebookOutput#parameters #parameters} => Hash<String,String>
|
|
7955
7963
|
# * {Types::GetNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
|
|
7956
7964
|
# * {Types::GetNotebookOutput#error #error} => Types::NotebookError
|
|
7965
|
+
# * {Types::GetNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
|
|
7957
7966
|
#
|
|
7958
7967
|
# @example Request syntax with placeholder values
|
|
7959
7968
|
#
|
|
@@ -7969,7 +7978,7 @@ module Aws::DataZone
|
|
|
7969
7978
|
# resp.owning_project_id #=> String
|
|
7970
7979
|
# resp.domain_id #=> String
|
|
7971
7980
|
# resp.cell_order #=> Array
|
|
7972
|
-
# resp.status #=> String, one of "ACTIVE", "ARCHIVED"
|
|
7981
|
+
# resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
7973
7982
|
# resp.description #=> String
|
|
7974
7983
|
# resp.created_at #=> Time
|
|
7975
7984
|
# resp.created_by #=> String
|
|
@@ -7987,6 +7996,13 @@ module Aws::DataZone
|
|
|
7987
7996
|
# resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
|
|
7988
7997
|
# resp.environment_configuration.package_config.package_specification #=> String
|
|
7989
7998
|
# resp.error.message #=> String
|
|
7999
|
+
# resp.git_metadata.connection_id #=> String
|
|
8000
|
+
# resp.git_metadata.repository #=> String
|
|
8001
|
+
# resp.git_metadata.branch #=> String
|
|
8002
|
+
# resp.git_metadata.commit_hash #=> String
|
|
8003
|
+
# resp.git_metadata.file_name #=> String
|
|
8004
|
+
# resp.git_metadata.committed_at #=> Time
|
|
8005
|
+
# resp.git_metadata.commit_message #=> String
|
|
7990
8006
|
#
|
|
7991
8007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetNotebook AWS API Documentation
|
|
7992
8008
|
#
|
|
@@ -10661,7 +10677,7 @@ module Aws::DataZone
|
|
|
10661
10677
|
# max_results: 1,
|
|
10662
10678
|
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
|
10663
10679
|
# sort_by: "CREATED_AT", # accepts CREATED_AT, UPDATED_AT
|
|
10664
|
-
# status: "ACTIVE", # accepts ACTIVE, ARCHIVED
|
|
10680
|
+
# status: "ACTIVE", # accepts ACTIVE, ARCHIVED, SYNC_IN_PROGRESS, SYNC_FAILED
|
|
10665
10681
|
# next_token: "PaginationToken",
|
|
10666
10682
|
# })
|
|
10667
10683
|
#
|
|
@@ -10672,7 +10688,7 @@ module Aws::DataZone
|
|
|
10672
10688
|
# resp.items[0].name #=> String
|
|
10673
10689
|
# resp.items[0].owning_project_id #=> String
|
|
10674
10690
|
# resp.items[0].domain_id #=> String
|
|
10675
|
-
# resp.items[0].status #=> String, one of "ACTIVE", "ARCHIVED"
|
|
10691
|
+
# resp.items[0].status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
10676
10692
|
# resp.items[0].description #=> String
|
|
10677
10693
|
# resp.items[0].created_at #=> Time
|
|
10678
10694
|
# resp.items[0].created_by #=> String
|
|
@@ -13678,7 +13694,7 @@ module Aws::DataZone
|
|
|
13678
13694
|
# @example Response structure
|
|
13679
13695
|
#
|
|
13680
13696
|
# resp.notebook_id #=> String
|
|
13681
|
-
# resp.status #=> String, one of "ACTIVE", "ARCHIVED"
|
|
13697
|
+
# resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
13682
13698
|
# resp.domain_id #=> String
|
|
13683
13699
|
# resp.owning_project_id #=> String
|
|
13684
13700
|
# resp.name #=> String
|
|
@@ -13854,6 +13870,106 @@ module Aws::DataZone
|
|
|
13854
13870
|
req.send_request(options)
|
|
13855
13871
|
end
|
|
13856
13872
|
|
|
13873
|
+
# Starts a notebook sync in Amazon SageMaker Unified Studio. This
|
|
13874
|
+
# operation syncs a notebook from a Git repository into a project.
|
|
13875
|
+
#
|
|
13876
|
+
# @option params [required, String] :domain_identifier
|
|
13877
|
+
# The identifier of the Amazon SageMaker Unified Studio domain in which
|
|
13878
|
+
# to sync the notebook.
|
|
13879
|
+
#
|
|
13880
|
+
# @option params [required, String] :owning_project_identifier
|
|
13881
|
+
# The identifier of the project that will own the synced notebook.
|
|
13882
|
+
#
|
|
13883
|
+
# @option params [required, Types::SourceLocation] :source_location
|
|
13884
|
+
# The source location of the notebook to sync. This specifies the Amazon
|
|
13885
|
+
# Simple Storage Service URI of the notebook file.
|
|
13886
|
+
#
|
|
13887
|
+
# @option params [Types::GitMetadata] :git_metadata
|
|
13888
|
+
# The Git metadata for the notebook sync, including repository, branch,
|
|
13889
|
+
# and commit information.
|
|
13890
|
+
#
|
|
13891
|
+
# @option params [String] :notebook_id
|
|
13892
|
+
# The identifier of an existing notebook to sync. If not specified, a
|
|
13893
|
+
# new notebook is created.
|
|
13894
|
+
#
|
|
13895
|
+
# @option params [String] :name
|
|
13896
|
+
# The name of the notebook. The name must be between 1 and 256
|
|
13897
|
+
# characters.
|
|
13898
|
+
#
|
|
13899
|
+
# @option params [String] :description
|
|
13900
|
+
# The description of the notebook.
|
|
13901
|
+
#
|
|
13902
|
+
# @option params [String] :client_token
|
|
13903
|
+
# A unique, case-sensitive identifier to ensure idempotency of the
|
|
13904
|
+
# request. This field is automatically populated if not provided.
|
|
13905
|
+
#
|
|
13906
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
13907
|
+
# not need to pass this option.**
|
|
13908
|
+
#
|
|
13909
|
+
# @return [Types::StartNotebookSyncOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13910
|
+
#
|
|
13911
|
+
# * {Types::StartNotebookSyncOutput#notebook_id #notebook_id} => String
|
|
13912
|
+
# * {Types::StartNotebookSyncOutput#status #status} => String
|
|
13913
|
+
# * {Types::StartNotebookSyncOutput#domain_id #domain_id} => String
|
|
13914
|
+
# * {Types::StartNotebookSyncOutput#owning_project_id #owning_project_id} => String
|
|
13915
|
+
# * {Types::StartNotebookSyncOutput#source_location #source_location} => Types::SourceLocation
|
|
13916
|
+
# * {Types::StartNotebookSyncOutput#git_metadata #git_metadata} => Types::GitMetadata
|
|
13917
|
+
# * {Types::StartNotebookSyncOutput#name #name} => String
|
|
13918
|
+
# * {Types::StartNotebookSyncOutput#description #description} => String
|
|
13919
|
+
# * {Types::StartNotebookSyncOutput#created_at #created_at} => Time
|
|
13920
|
+
# * {Types::StartNotebookSyncOutput#created_by #created_by} => String
|
|
13921
|
+
#
|
|
13922
|
+
# @example Request syntax with placeholder values
|
|
13923
|
+
#
|
|
13924
|
+
# resp = client.start_notebook_sync({
|
|
13925
|
+
# domain_identifier: "DomainId", # required
|
|
13926
|
+
# owning_project_identifier: "ProjectId", # required
|
|
13927
|
+
# source_location: { # required
|
|
13928
|
+
# s3: "S3SourceLocation",
|
|
13929
|
+
# },
|
|
13930
|
+
# git_metadata: {
|
|
13931
|
+
# connection_id: "GitConnectionId", # required
|
|
13932
|
+
# repository: "GitRepository", # required
|
|
13933
|
+
# branch: "GitBranch", # required
|
|
13934
|
+
# commit_hash: "CommitHash", # required
|
|
13935
|
+
# file_name: "FileName",
|
|
13936
|
+
# committed_at: Time.now,
|
|
13937
|
+
# commit_message: "CommitMessage",
|
|
13938
|
+
# },
|
|
13939
|
+
# notebook_id: "NotebookId",
|
|
13940
|
+
# name: "NotebookName",
|
|
13941
|
+
# description: "Description",
|
|
13942
|
+
# client_token: "ClientToken",
|
|
13943
|
+
# })
|
|
13944
|
+
#
|
|
13945
|
+
# @example Response structure
|
|
13946
|
+
#
|
|
13947
|
+
# resp.notebook_id #=> String
|
|
13948
|
+
# resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
13949
|
+
# resp.domain_id #=> String
|
|
13950
|
+
# resp.owning_project_id #=> String
|
|
13951
|
+
# resp.source_location.s3 #=> String
|
|
13952
|
+
# resp.git_metadata.connection_id #=> String
|
|
13953
|
+
# resp.git_metadata.repository #=> String
|
|
13954
|
+
# resp.git_metadata.branch #=> String
|
|
13955
|
+
# resp.git_metadata.commit_hash #=> String
|
|
13956
|
+
# resp.git_metadata.file_name #=> String
|
|
13957
|
+
# resp.git_metadata.committed_at #=> Time
|
|
13958
|
+
# resp.git_metadata.commit_message #=> String
|
|
13959
|
+
# resp.name #=> String
|
|
13960
|
+
# resp.description #=> String
|
|
13961
|
+
# resp.created_at #=> Time
|
|
13962
|
+
# resp.created_by #=> String
|
|
13963
|
+
#
|
|
13964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/StartNotebookSync AWS API Documentation
|
|
13965
|
+
#
|
|
13966
|
+
# @overload start_notebook_sync(params = {})
|
|
13967
|
+
# @param [Hash] params ({})
|
|
13968
|
+
def start_notebook_sync(params = {}, options = {})
|
|
13969
|
+
req = build_request(:start_notebook_sync, params)
|
|
13970
|
+
req.send_request(options)
|
|
13971
|
+
end
|
|
13972
|
+
|
|
13857
13973
|
# Stops a running [notebook run][1] in Amazon SageMaker Unified Studio.
|
|
13858
13974
|
#
|
|
13859
13975
|
#
|
|
@@ -15554,6 +15670,7 @@ module Aws::DataZone
|
|
|
15554
15670
|
# * {Types::UpdateNotebookOutput#parameters #parameters} => Hash<String,String>
|
|
15555
15671
|
# * {Types::UpdateNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
|
|
15556
15672
|
# * {Types::UpdateNotebookOutput#error #error} => Types::NotebookError
|
|
15673
|
+
# * {Types::UpdateNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
|
|
15557
15674
|
#
|
|
15558
15675
|
# @example Request syntax with placeholder values
|
|
15559
15676
|
#
|
|
@@ -15561,7 +15678,7 @@ module Aws::DataZone
|
|
|
15561
15678
|
# domain_identifier: "DomainId", # required
|
|
15562
15679
|
# identifier: "NotebookId", # required
|
|
15563
15680
|
# description: "Description",
|
|
15564
|
-
# status: "ACTIVE", # accepts ACTIVE, ARCHIVED
|
|
15681
|
+
# status: "ACTIVE", # accepts ACTIVE, ARCHIVED, SYNC_IN_PROGRESS, SYNC_FAILED
|
|
15565
15682
|
# name: "NotebookName",
|
|
15566
15683
|
# cell_order: [
|
|
15567
15684
|
# {
|
|
@@ -15590,7 +15707,7 @@ module Aws::DataZone
|
|
|
15590
15707
|
# resp.owning_project_id #=> String
|
|
15591
15708
|
# resp.domain_id #=> String
|
|
15592
15709
|
# resp.cell_order #=> Array
|
|
15593
|
-
# resp.status #=> String, one of "ACTIVE", "ARCHIVED"
|
|
15710
|
+
# resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
|
|
15594
15711
|
# resp.description #=> String
|
|
15595
15712
|
# resp.created_at #=> Time
|
|
15596
15713
|
# resp.created_by #=> String
|
|
@@ -15608,6 +15725,13 @@ module Aws::DataZone
|
|
|
15608
15725
|
# resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
|
|
15609
15726
|
# resp.environment_configuration.package_config.package_specification #=> String
|
|
15610
15727
|
# resp.error.message #=> String
|
|
15728
|
+
# resp.git_metadata.connection_id #=> String
|
|
15729
|
+
# resp.git_metadata.repository #=> String
|
|
15730
|
+
# resp.git_metadata.branch #=> String
|
|
15731
|
+
# resp.git_metadata.commit_hash #=> String
|
|
15732
|
+
# resp.git_metadata.file_name #=> String
|
|
15733
|
+
# resp.git_metadata.committed_at #=> Time
|
|
15734
|
+
# resp.git_metadata.commit_message #=> String
|
|
15611
15735
|
#
|
|
15612
15736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateNotebook AWS API Documentation
|
|
15613
15737
|
#
|
|
@@ -16466,7 +16590,7 @@ module Aws::DataZone
|
|
|
16466
16590
|
tracer: tracer
|
|
16467
16591
|
)
|
|
16468
16592
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
16469
|
-
context[:gem_version] = '1.
|
|
16593
|
+
context[:gem_version] = '1.85.0'
|
|
16470
16594
|
Seahorse::Client::Request.new(handlers, context)
|
|
16471
16595
|
end
|
|
16472
16596
|
|
|
@@ -157,6 +157,8 @@ 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
|
+
CommitHash = Shapes::StringShape.new(name: 'CommitHash')
|
|
161
|
+
CommitMessage = Shapes::StringShape.new(name: 'CommitMessage')
|
|
160
162
|
CompletedAt = Shapes::TimestampShape.new(name: 'CompletedAt')
|
|
161
163
|
ComputeConfig = Shapes::StructureShape.new(name: 'ComputeConfig')
|
|
162
164
|
ComputeEnvironments = Shapes::StringShape.new(name: 'ComputeEnvironments')
|
|
@@ -457,6 +459,7 @@ module Aws::DataZone
|
|
|
457
459
|
FailureCause = Shapes::StructureShape.new(name: 'FailureCause')
|
|
458
460
|
FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
|
|
459
461
|
FileFormat = Shapes::StringShape.new(name: 'FileFormat')
|
|
462
|
+
FileName = Shapes::StringShape.new(name: 'FileName')
|
|
460
463
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
|
461
464
|
FilterClause = Shapes::UnionShape.new(name: 'FilterClause')
|
|
462
465
|
FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
|
|
@@ -570,6 +573,10 @@ module Aws::DataZone
|
|
|
570
573
|
GetUserProfileInput = Shapes::StructureShape.new(name: 'GetUserProfileInput')
|
|
571
574
|
GetUserProfileInputSessionNameString = Shapes::StringShape.new(name: 'GetUserProfileInputSessionNameString')
|
|
572
575
|
GetUserProfileOutput = Shapes::StructureShape.new(name: 'GetUserProfileOutput')
|
|
576
|
+
GitBranch = Shapes::StringShape.new(name: 'GitBranch')
|
|
577
|
+
GitConnectionId = Shapes::StringShape.new(name: 'GitConnectionId')
|
|
578
|
+
GitMetadata = Shapes::StructureShape.new(name: 'GitMetadata')
|
|
579
|
+
GitRepository = Shapes::StringShape.new(name: 'GitRepository')
|
|
573
580
|
GlobalParameterMap = Shapes::MapShape.new(name: 'GlobalParameterMap')
|
|
574
581
|
GlossaryDescription = Shapes::StringShape.new(name: 'GlossaryDescription')
|
|
575
582
|
GlossaryId = Shapes::StringShape.new(name: 'GlossaryId')
|
|
@@ -1133,6 +1140,8 @@ module Aws::DataZone
|
|
|
1133
1140
|
StartNotebookImportOutput = Shapes::StructureShape.new(name: 'StartNotebookImportOutput')
|
|
1134
1141
|
StartNotebookRunInput = Shapes::StructureShape.new(name: 'StartNotebookRunInput')
|
|
1135
1142
|
StartNotebookRunOutput = Shapes::StructureShape.new(name: 'StartNotebookRunOutput')
|
|
1143
|
+
StartNotebookSyncInput = Shapes::StructureShape.new(name: 'StartNotebookSyncInput')
|
|
1144
|
+
StartNotebookSyncOutput = Shapes::StructureShape.new(name: 'StartNotebookSyncOutput')
|
|
1136
1145
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
1137
1146
|
StopNotebookRunInput = Shapes::StructureShape.new(name: 'StopNotebookRunInput')
|
|
1138
1147
|
StopNotebookRunOutput = Shapes::StructureShape.new(name: 'StopNotebookRunOutput')
|
|
@@ -2451,6 +2460,7 @@ module Aws::DataZone
|
|
|
2451
2460
|
CreateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
2452
2461
|
CreateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
2453
2462
|
CreateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
2463
|
+
CreateNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
|
|
2454
2464
|
CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
|
|
2455
2465
|
|
|
2456
2466
|
CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
|
@@ -3873,6 +3883,7 @@ module Aws::DataZone
|
|
|
3873
3883
|
GetNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
3874
3884
|
GetNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
3875
3885
|
GetNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
3886
|
+
GetNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
|
|
3876
3887
|
GetNotebookOutput.struct_class = Types::GetNotebookOutput
|
|
3877
3888
|
|
|
3878
3889
|
GetNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -4074,6 +4085,15 @@ module Aws::DataZone
|
|
|
4074
4085
|
GetUserProfileOutput.add_member(:details, Shapes::ShapeRef.new(shape: UserProfileDetails, location_name: "details"))
|
|
4075
4086
|
GetUserProfileOutput.struct_class = Types::GetUserProfileOutput
|
|
4076
4087
|
|
|
4088
|
+
GitMetadata.add_member(:connection_id, Shapes::ShapeRef.new(shape: GitConnectionId, required: true, location_name: "connectionId"))
|
|
4089
|
+
GitMetadata.add_member(:repository, Shapes::ShapeRef.new(shape: GitRepository, required: true, location_name: "repository"))
|
|
4090
|
+
GitMetadata.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranch, required: true, location_name: "branch"))
|
|
4091
|
+
GitMetadata.add_member(:commit_hash, Shapes::ShapeRef.new(shape: CommitHash, required: true, location_name: "commitHash"))
|
|
4092
|
+
GitMetadata.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, location_name: "fileName"))
|
|
4093
|
+
GitMetadata.add_member(:committed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "committedAt"))
|
|
4094
|
+
GitMetadata.add_member(:commit_message, Shapes::ShapeRef.new(shape: CommitMessage, location_name: "commitMessage"))
|
|
4095
|
+
GitMetadata.struct_class = Types::GitMetadata
|
|
4096
|
+
|
|
4077
4097
|
GlobalParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
|
4078
4098
|
GlobalParameterMap.value = Shapes::ShapeRef.new(shape: String)
|
|
4079
4099
|
|
|
@@ -6125,6 +6145,28 @@ module Aws::DataZone
|
|
|
6125
6145
|
StartNotebookRunOutput.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
6126
6146
|
StartNotebookRunOutput.struct_class = Types::StartNotebookRunOutput
|
|
6127
6147
|
|
|
6148
|
+
StartNotebookSyncInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
6149
|
+
StartNotebookSyncInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
|
6150
|
+
StartNotebookSyncInput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, required: true, location_name: "sourceLocation"))
|
|
6151
|
+
StartNotebookSyncInput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
|
|
6152
|
+
StartNotebookSyncInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "notebookId"))
|
|
6153
|
+
StartNotebookSyncInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
|
|
6154
|
+
StartNotebookSyncInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
6155
|
+
StartNotebookSyncInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
6156
|
+
StartNotebookSyncInput.struct_class = Types::StartNotebookSyncInput
|
|
6157
|
+
|
|
6158
|
+
StartNotebookSyncOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "notebookId"))
|
|
6159
|
+
StartNotebookSyncOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, location_name: "status"))
|
|
6160
|
+
StartNotebookSyncOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
|
6161
|
+
StartNotebookSyncOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
|
6162
|
+
StartNotebookSyncOutput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "sourceLocation"))
|
|
6163
|
+
StartNotebookSyncOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
|
|
6164
|
+
StartNotebookSyncOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
|
|
6165
|
+
StartNotebookSyncOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
6166
|
+
StartNotebookSyncOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
6167
|
+
StartNotebookSyncOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
|
6168
|
+
StartNotebookSyncOutput.struct_class = Types::StartNotebookSyncOutput
|
|
6169
|
+
|
|
6128
6170
|
StopNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
6129
6171
|
StopNotebookRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location: "uri", location_name: "identifier"))
|
|
6130
6172
|
StopNotebookRunInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -6733,6 +6775,7 @@ module Aws::DataZone
|
|
|
6733
6775
|
UpdateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
|
|
6734
6776
|
UpdateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
|
|
6735
6777
|
UpdateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
|
|
6778
|
+
UpdateNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
|
|
6736
6779
|
UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
|
|
6737
6780
|
|
|
6738
6781
|
UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
@@ -9630,6 +9673,22 @@ module Aws::DataZone
|
|
|
9630
9673
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9631
9674
|
end)
|
|
9632
9675
|
|
|
9676
|
+
api.add_operation(:start_notebook_sync, Seahorse::Model::Operation.new.tap do |o|
|
|
9677
|
+
o.name = "StartNotebookSync"
|
|
9678
|
+
o.http_method = "POST"
|
|
9679
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-syncs"
|
|
9680
|
+
o.input = Shapes::ShapeRef.new(shape: StartNotebookSyncInput)
|
|
9681
|
+
o.output = Shapes::ShapeRef.new(shape: StartNotebookSyncOutput)
|
|
9682
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
9683
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9684
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9685
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9686
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9687
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9688
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
9689
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
9690
|
+
end)
|
|
9691
|
+
|
|
9633
9692
|
api.add_operation(:stop_notebook_run, Seahorse::Model::Operation.new.tap do |o|
|
|
9634
9693
|
o.name = "StopNotebookRun"
|
|
9635
9694
|
o.http_method = "PUT"
|
|
@@ -5109,6 +5109,10 @@ module Aws::DataZone
|
|
|
5109
5109
|
# The error details if the notebook creation failed.
|
|
5110
5110
|
# @return [Types::NotebookError]
|
|
5111
5111
|
#
|
|
5112
|
+
# @!attribute [rw] git_metadata
|
|
5113
|
+
# The Git metadata associated with the notebook.
|
|
5114
|
+
# @return [Types::GitMetadata]
|
|
5115
|
+
#
|
|
5112
5116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateNotebookOutput AWS API Documentation
|
|
5113
5117
|
#
|
|
5114
5118
|
class CreateNotebookOutput < Struct.new(
|
|
@@ -5130,7 +5134,8 @@ module Aws::DataZone
|
|
|
5130
5134
|
:metadata,
|
|
5131
5135
|
:parameters,
|
|
5132
5136
|
:environment_configuration,
|
|
5133
|
-
:error
|
|
5137
|
+
:error,
|
|
5138
|
+
:git_metadata)
|
|
5134
5139
|
SENSITIVE = [:name, :description, :metadata, :parameters]
|
|
5135
5140
|
include Aws::Structure
|
|
5136
5141
|
end
|
|
@@ -11438,6 +11443,10 @@ module Aws::DataZone
|
|
|
11438
11443
|
# The error details if the notebook is in a failed state.
|
|
11439
11444
|
# @return [Types::NotebookError]
|
|
11440
11445
|
#
|
|
11446
|
+
# @!attribute [rw] git_metadata
|
|
11447
|
+
# The Git metadata associated with the notebook.
|
|
11448
|
+
# @return [Types::GitMetadata]
|
|
11449
|
+
#
|
|
11441
11450
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetNotebookOutput AWS API Documentation
|
|
11442
11451
|
#
|
|
11443
11452
|
class GetNotebookOutput < Struct.new(
|
|
@@ -11459,7 +11468,8 @@ module Aws::DataZone
|
|
|
11459
11468
|
:metadata,
|
|
11460
11469
|
:parameters,
|
|
11461
11470
|
:environment_configuration,
|
|
11462
|
-
:error
|
|
11471
|
+
:error,
|
|
11472
|
+
:git_metadata)
|
|
11463
11473
|
SENSITIVE = [:name, :description, :metadata, :parameters]
|
|
11464
11474
|
include Aws::Structure
|
|
11465
11475
|
end
|
|
@@ -12406,6 +12416,52 @@ module Aws::DataZone
|
|
|
12406
12416
|
include Aws::Structure
|
|
12407
12417
|
end
|
|
12408
12418
|
|
|
12419
|
+
# The Git metadata for a notebook sync operation in Amazon SageMaker
|
|
12420
|
+
# Unified Studio. Contains information about the Git repository, branch,
|
|
12421
|
+
# and commit associated with the notebook.
|
|
12422
|
+
#
|
|
12423
|
+
# @!attribute [rw] connection_id
|
|
12424
|
+
# The identifier of the Git connection.
|
|
12425
|
+
# @return [String]
|
|
12426
|
+
#
|
|
12427
|
+
# @!attribute [rw] repository
|
|
12428
|
+
# The name of the Git repository.
|
|
12429
|
+
# @return [String]
|
|
12430
|
+
#
|
|
12431
|
+
# @!attribute [rw] branch
|
|
12432
|
+
# The name of the Git branch.
|
|
12433
|
+
# @return [String]
|
|
12434
|
+
#
|
|
12435
|
+
# @!attribute [rw] commit_hash
|
|
12436
|
+
# The commit hash in the Git repository.
|
|
12437
|
+
# @return [String]
|
|
12438
|
+
#
|
|
12439
|
+
# @!attribute [rw] file_name
|
|
12440
|
+
# The name of the file in the Git repository.
|
|
12441
|
+
# @return [String]
|
|
12442
|
+
#
|
|
12443
|
+
# @!attribute [rw] committed_at
|
|
12444
|
+
# The timestamp of when the commit was made.
|
|
12445
|
+
# @return [Time]
|
|
12446
|
+
#
|
|
12447
|
+
# @!attribute [rw] commit_message
|
|
12448
|
+
# The commit message associated with the Git commit.
|
|
12449
|
+
# @return [String]
|
|
12450
|
+
#
|
|
12451
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GitMetadata AWS API Documentation
|
|
12452
|
+
#
|
|
12453
|
+
class GitMetadata < Struct.new(
|
|
12454
|
+
:connection_id,
|
|
12455
|
+
:repository,
|
|
12456
|
+
:branch,
|
|
12457
|
+
:commit_hash,
|
|
12458
|
+
:file_name,
|
|
12459
|
+
:committed_at,
|
|
12460
|
+
:commit_message)
|
|
12461
|
+
SENSITIVE = [:repository, :branch, :commit_message]
|
|
12462
|
+
include Aws::Structure
|
|
12463
|
+
end
|
|
12464
|
+
|
|
12409
12465
|
# The details of a business glossary.
|
|
12410
12466
|
#
|
|
12411
12467
|
# @!attribute [rw] domain_id
|
|
@@ -21828,6 +21884,119 @@ module Aws::DataZone
|
|
|
21828
21884
|
include Aws::Structure
|
|
21829
21885
|
end
|
|
21830
21886
|
|
|
21887
|
+
# @!attribute [rw] domain_identifier
|
|
21888
|
+
# The identifier of the Amazon SageMaker Unified Studio domain in
|
|
21889
|
+
# which to sync the notebook.
|
|
21890
|
+
# @return [String]
|
|
21891
|
+
#
|
|
21892
|
+
# @!attribute [rw] owning_project_identifier
|
|
21893
|
+
# The identifier of the project that will own the synced notebook.
|
|
21894
|
+
# @return [String]
|
|
21895
|
+
#
|
|
21896
|
+
# @!attribute [rw] source_location
|
|
21897
|
+
# The source location of the notebook to sync. This specifies the
|
|
21898
|
+
# Amazon Simple Storage Service URI of the notebook file.
|
|
21899
|
+
# @return [Types::SourceLocation]
|
|
21900
|
+
#
|
|
21901
|
+
# @!attribute [rw] git_metadata
|
|
21902
|
+
# The Git metadata for the notebook sync, including repository,
|
|
21903
|
+
# branch, and commit information.
|
|
21904
|
+
# @return [Types::GitMetadata]
|
|
21905
|
+
#
|
|
21906
|
+
# @!attribute [rw] notebook_id
|
|
21907
|
+
# The identifier of an existing notebook to sync. If not specified, a
|
|
21908
|
+
# new notebook is created.
|
|
21909
|
+
# @return [String]
|
|
21910
|
+
#
|
|
21911
|
+
# @!attribute [rw] name
|
|
21912
|
+
# The name of the notebook. The name must be between 1 and 256
|
|
21913
|
+
# characters.
|
|
21914
|
+
# @return [String]
|
|
21915
|
+
#
|
|
21916
|
+
# @!attribute [rw] description
|
|
21917
|
+
# The description of the notebook.
|
|
21918
|
+
# @return [String]
|
|
21919
|
+
#
|
|
21920
|
+
# @!attribute [rw] client_token
|
|
21921
|
+
# A unique, case-sensitive identifier to ensure idempotency of the
|
|
21922
|
+
# request. This field is automatically populated if not provided.
|
|
21923
|
+
#
|
|
21924
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
21925
|
+
# not need to pass this option.
|
|
21926
|
+
# @return [String]
|
|
21927
|
+
#
|
|
21928
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/StartNotebookSyncInput AWS API Documentation
|
|
21929
|
+
#
|
|
21930
|
+
class StartNotebookSyncInput < Struct.new(
|
|
21931
|
+
:domain_identifier,
|
|
21932
|
+
:owning_project_identifier,
|
|
21933
|
+
:source_location,
|
|
21934
|
+
:git_metadata,
|
|
21935
|
+
:notebook_id,
|
|
21936
|
+
:name,
|
|
21937
|
+
:description,
|
|
21938
|
+
:client_token)
|
|
21939
|
+
SENSITIVE = [:name, :description]
|
|
21940
|
+
include Aws::Structure
|
|
21941
|
+
end
|
|
21942
|
+
|
|
21943
|
+
# @!attribute [rw] notebook_id
|
|
21944
|
+
# The identifier of the synced notebook.
|
|
21945
|
+
# @return [String]
|
|
21946
|
+
#
|
|
21947
|
+
# @!attribute [rw] status
|
|
21948
|
+
# The status of the notebook sync.
|
|
21949
|
+
# @return [String]
|
|
21950
|
+
#
|
|
21951
|
+
# @!attribute [rw] domain_id
|
|
21952
|
+
# The identifier of the Amazon SageMaker Unified Studio domain.
|
|
21953
|
+
# @return [String]
|
|
21954
|
+
#
|
|
21955
|
+
# @!attribute [rw] owning_project_id
|
|
21956
|
+
# The identifier of the project that owns the synced notebook.
|
|
21957
|
+
# @return [String]
|
|
21958
|
+
#
|
|
21959
|
+
# @!attribute [rw] source_location
|
|
21960
|
+
# The source location from which the notebook was synced.
|
|
21961
|
+
# @return [Types::SourceLocation]
|
|
21962
|
+
#
|
|
21963
|
+
# @!attribute [rw] git_metadata
|
|
21964
|
+
# The Git metadata associated with the synced notebook.
|
|
21965
|
+
# @return [Types::GitMetadata]
|
|
21966
|
+
#
|
|
21967
|
+
# @!attribute [rw] name
|
|
21968
|
+
# The name of the synced notebook.
|
|
21969
|
+
# @return [String]
|
|
21970
|
+
#
|
|
21971
|
+
# @!attribute [rw] description
|
|
21972
|
+
# The description of the synced notebook.
|
|
21973
|
+
# @return [String]
|
|
21974
|
+
#
|
|
21975
|
+
# @!attribute [rw] created_at
|
|
21976
|
+
# The timestamp of when the notebook sync was started.
|
|
21977
|
+
# @return [Time]
|
|
21978
|
+
#
|
|
21979
|
+
# @!attribute [rw] created_by
|
|
21980
|
+
# The identifier of the user who started the notebook sync.
|
|
21981
|
+
# @return [String]
|
|
21982
|
+
#
|
|
21983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/StartNotebookSyncOutput AWS API Documentation
|
|
21984
|
+
#
|
|
21985
|
+
class StartNotebookSyncOutput < Struct.new(
|
|
21986
|
+
:notebook_id,
|
|
21987
|
+
:status,
|
|
21988
|
+
:domain_id,
|
|
21989
|
+
:owning_project_id,
|
|
21990
|
+
:source_location,
|
|
21991
|
+
:git_metadata,
|
|
21992
|
+
:name,
|
|
21993
|
+
:description,
|
|
21994
|
+
:created_at,
|
|
21995
|
+
:created_by)
|
|
21996
|
+
SENSITIVE = [:name, :description]
|
|
21997
|
+
include Aws::Structure
|
|
21998
|
+
end
|
|
21999
|
+
|
|
21831
22000
|
# @!attribute [rw] domain_identifier
|
|
21832
22001
|
# The identifier of the Amazon SageMaker Unified Studio domain in
|
|
21833
22002
|
# which the notebook run is stopped.
|
|
@@ -24539,6 +24708,10 @@ module Aws::DataZone
|
|
|
24539
24708
|
# The error details if the notebook is in a failed state.
|
|
24540
24709
|
# @return [Types::NotebookError]
|
|
24541
24710
|
#
|
|
24711
|
+
# @!attribute [rw] git_metadata
|
|
24712
|
+
# The Git metadata associated with the notebook.
|
|
24713
|
+
# @return [Types::GitMetadata]
|
|
24714
|
+
#
|
|
24542
24715
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateNotebookOutput AWS API Documentation
|
|
24543
24716
|
#
|
|
24544
24717
|
class UpdateNotebookOutput < Struct.new(
|
|
@@ -24560,7 +24733,8 @@ module Aws::DataZone
|
|
|
24560
24733
|
:metadata,
|
|
24561
24734
|
:parameters,
|
|
24562
24735
|
:environment_configuration,
|
|
24563
|
-
:error
|
|
24736
|
+
:error,
|
|
24737
|
+
:git_metadata)
|
|
24564
24738
|
SENSITIVE = [:name, :description, :metadata, :parameters]
|
|
24565
24739
|
include Aws::Structure
|
|
24566
24740
|
end
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1104,7 +1104,7 @@ module Aws
|
|
|
1104
1104
|
def owning_project_id: () -> ::String
|
|
1105
1105
|
def domain_id: () -> ::String
|
|
1106
1106
|
def cell_order: () -> ::Array[Types::CellInformation]
|
|
1107
|
-
def status: () -> ("ACTIVE" | "ARCHIVED")
|
|
1107
|
+
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
1108
1108
|
def description: () -> ::String
|
|
1109
1109
|
def created_at: () -> ::Time
|
|
1110
1110
|
def created_by: () -> ::String
|
|
@@ -1117,6 +1117,7 @@ module Aws
|
|
|
1117
1117
|
def metadata: () -> ::Hash[::String, ::String]
|
|
1118
1118
|
def parameters: () -> ::Hash[::String, ::String]
|
|
1119
1119
|
def environment_configuration: () -> Types::EnvironmentConfig
|
|
1120
|
+
def git_metadata: () -> Types::GitMetadata
|
|
1120
1121
|
end
|
|
1121
1122
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_notebook-instance_method
|
|
1122
1123
|
def create_notebook: (
|
|
@@ -2364,7 +2365,7 @@ module Aws
|
|
|
2364
2365
|
def owning_project_id: () -> ::String
|
|
2365
2366
|
def domain_id: () -> ::String
|
|
2366
2367
|
def cell_order: () -> ::Array[Types::CellInformation]
|
|
2367
|
-
def status: () -> ("ACTIVE" | "ARCHIVED")
|
|
2368
|
+
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
2368
2369
|
def description: () -> ::String
|
|
2369
2370
|
def created_at: () -> ::Time
|
|
2370
2371
|
def created_by: () -> ::String
|
|
@@ -2377,6 +2378,7 @@ module Aws
|
|
|
2377
2378
|
def metadata: () -> ::Hash[::String, ::String]
|
|
2378
2379
|
def parameters: () -> ::Hash[::String, ::String]
|
|
2379
2380
|
def environment_configuration: () -> Types::EnvironmentConfig
|
|
2381
|
+
def git_metadata: () -> Types::GitMetadata
|
|
2380
2382
|
end
|
|
2381
2383
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_notebook-instance_method
|
|
2382
2384
|
def get_notebook: (
|
|
@@ -3001,7 +3003,7 @@ module Aws
|
|
|
3001
3003
|
?max_results: ::Integer,
|
|
3002
3004
|
?sort_order: ("ASCENDING" | "DESCENDING"),
|
|
3003
3005
|
?sort_by: ("CREATED_AT" | "UPDATED_AT"),
|
|
3004
|
-
?status: ("ACTIVE" | "ARCHIVED"),
|
|
3006
|
+
?status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED"),
|
|
3005
3007
|
?next_token: ::String
|
|
3006
3008
|
) -> _ListNotebooksResponseSuccess
|
|
3007
3009
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNotebooksResponseSuccess
|
|
@@ -3642,7 +3644,7 @@ module Aws
|
|
|
3642
3644
|
interface _StartNotebookImportResponseSuccess
|
|
3643
3645
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartNotebookImportOutput]
|
|
3644
3646
|
def notebook_id: () -> ::String
|
|
3645
|
-
def status: () -> ("ACTIVE" | "ARCHIVED")
|
|
3647
|
+
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
3646
3648
|
def domain_id: () -> ::String
|
|
3647
3649
|
def owning_project_id: () -> ::String
|
|
3648
3650
|
def name: () -> ::String
|
|
@@ -3717,6 +3719,42 @@ module Aws
|
|
|
3717
3719
|
) -> _StartNotebookRunResponseSuccess
|
|
3718
3720
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartNotebookRunResponseSuccess
|
|
3719
3721
|
|
|
3722
|
+
interface _StartNotebookSyncResponseSuccess
|
|
3723
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartNotebookSyncOutput]
|
|
3724
|
+
def notebook_id: () -> ::String
|
|
3725
|
+
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
3726
|
+
def domain_id: () -> ::String
|
|
3727
|
+
def owning_project_id: () -> ::String
|
|
3728
|
+
def source_location: () -> Types::SourceLocation
|
|
3729
|
+
def git_metadata: () -> Types::GitMetadata
|
|
3730
|
+
def name: () -> ::String
|
|
3731
|
+
def description: () -> ::String
|
|
3732
|
+
def created_at: () -> ::Time
|
|
3733
|
+
def created_by: () -> ::String
|
|
3734
|
+
end
|
|
3735
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#start_notebook_sync-instance_method
|
|
3736
|
+
def start_notebook_sync: (
|
|
3737
|
+
domain_identifier: ::String,
|
|
3738
|
+
owning_project_identifier: ::String,
|
|
3739
|
+
source_location: {
|
|
3740
|
+
s3: ::String?
|
|
3741
|
+
},
|
|
3742
|
+
?git_metadata: {
|
|
3743
|
+
connection_id: ::String,
|
|
3744
|
+
repository: ::String,
|
|
3745
|
+
branch: ::String,
|
|
3746
|
+
commit_hash: ::String,
|
|
3747
|
+
file_name: ::String?,
|
|
3748
|
+
committed_at: ::Time?,
|
|
3749
|
+
commit_message: ::String?
|
|
3750
|
+
},
|
|
3751
|
+
?notebook_id: ::String,
|
|
3752
|
+
?name: ::String,
|
|
3753
|
+
?description: ::String,
|
|
3754
|
+
?client_token: ::String
|
|
3755
|
+
) -> _StartNotebookSyncResponseSuccess
|
|
3756
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartNotebookSyncResponseSuccess
|
|
3757
|
+
|
|
3720
3758
|
interface _StopNotebookRunResponseSuccess
|
|
3721
3759
|
include ::Seahorse::Client::_ResponseSuccess[Types::StopNotebookRunOutput]
|
|
3722
3760
|
def id: () -> ::String
|
|
@@ -4235,7 +4273,7 @@ module Aws
|
|
|
4235
4273
|
def owning_project_id: () -> ::String
|
|
4236
4274
|
def domain_id: () -> ::String
|
|
4237
4275
|
def cell_order: () -> ::Array[Types::CellInformation]
|
|
4238
|
-
def status: () -> ("ACTIVE" | "ARCHIVED")
|
|
4276
|
+
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
4239
4277
|
def description: () -> ::String
|
|
4240
4278
|
def created_at: () -> ::Time
|
|
4241
4279
|
def created_by: () -> ::String
|
|
@@ -4248,13 +4286,14 @@ module Aws
|
|
|
4248
4286
|
def metadata: () -> ::Hash[::String, ::String]
|
|
4249
4287
|
def parameters: () -> ::Hash[::String, ::String]
|
|
4250
4288
|
def environment_configuration: () -> Types::EnvironmentConfig
|
|
4289
|
+
def git_metadata: () -> Types::GitMetadata
|
|
4251
4290
|
end
|
|
4252
4291
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_notebook-instance_method
|
|
4253
4292
|
def update_notebook: (
|
|
4254
4293
|
domain_identifier: ::String,
|
|
4255
4294
|
identifier: ::String,
|
|
4256
4295
|
?description: ::String,
|
|
4257
|
-
?status: ("ACTIVE" | "ARCHIVED"),
|
|
4296
|
+
?status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED"),
|
|
4258
4297
|
?name: ::String,
|
|
4259
4298
|
?cell_order: Array[
|
|
4260
4299
|
{
|
data/sig/types.rbs
CHANGED
|
@@ -1376,7 +1376,7 @@ module Aws::DataZone
|
|
|
1376
1376
|
attr_accessor owning_project_id: ::String
|
|
1377
1377
|
attr_accessor domain_id: ::String
|
|
1378
1378
|
attr_accessor cell_order: ::Array[Types::CellInformation]
|
|
1379
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
1379
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
1380
1380
|
attr_accessor description: ::String
|
|
1381
1381
|
attr_accessor created_at: ::Time
|
|
1382
1382
|
attr_accessor created_by: ::String
|
|
@@ -1390,6 +1390,7 @@ module Aws::DataZone
|
|
|
1390
1390
|
attr_accessor parameters: ::Hash[::String, ::String]
|
|
1391
1391
|
attr_accessor environment_configuration: Types::EnvironmentConfig
|
|
1392
1392
|
attr_accessor error: Types::NotebookError
|
|
1393
|
+
attr_accessor git_metadata: Types::GitMetadata
|
|
1393
1394
|
SENSITIVE: [:name, :description, :parameters]
|
|
1394
1395
|
end
|
|
1395
1396
|
|
|
@@ -3086,7 +3087,7 @@ module Aws::DataZone
|
|
|
3086
3087
|
attr_accessor owning_project_id: ::String
|
|
3087
3088
|
attr_accessor domain_id: ::String
|
|
3088
3089
|
attr_accessor cell_order: ::Array[Types::CellInformation]
|
|
3089
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
3090
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
3090
3091
|
attr_accessor description: ::String
|
|
3091
3092
|
attr_accessor created_at: ::Time
|
|
3092
3093
|
attr_accessor created_by: ::String
|
|
@@ -3100,6 +3101,7 @@ module Aws::DataZone
|
|
|
3100
3101
|
attr_accessor parameters: ::Hash[::String, ::String]
|
|
3101
3102
|
attr_accessor environment_configuration: Types::EnvironmentConfig
|
|
3102
3103
|
attr_accessor error: Types::NotebookError
|
|
3104
|
+
attr_accessor git_metadata: Types::GitMetadata
|
|
3103
3105
|
SENSITIVE: [:name, :description, :parameters]
|
|
3104
3106
|
end
|
|
3105
3107
|
|
|
@@ -3338,6 +3340,17 @@ module Aws::DataZone
|
|
|
3338
3340
|
SENSITIVE: []
|
|
3339
3341
|
end
|
|
3340
3342
|
|
|
3343
|
+
class GitMetadata
|
|
3344
|
+
attr_accessor connection_id: ::String
|
|
3345
|
+
attr_accessor repository: ::String
|
|
3346
|
+
attr_accessor branch: ::String
|
|
3347
|
+
attr_accessor commit_hash: ::String
|
|
3348
|
+
attr_accessor file_name: ::String
|
|
3349
|
+
attr_accessor committed_at: ::Time
|
|
3350
|
+
attr_accessor commit_message: ::String
|
|
3351
|
+
SENSITIVE: [:repository, :branch, :commit_message]
|
|
3352
|
+
end
|
|
3353
|
+
|
|
3341
3354
|
class GlossaryItem
|
|
3342
3355
|
attr_accessor domain_id: ::String
|
|
3343
3356
|
attr_accessor id: ::String
|
|
@@ -4140,7 +4153,7 @@ module Aws::DataZone
|
|
|
4140
4153
|
attr_accessor max_results: ::Integer
|
|
4141
4154
|
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
|
4142
4155
|
attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
|
|
4143
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
4156
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
4144
4157
|
attr_accessor next_token: ::String
|
|
4145
4158
|
SENSITIVE: []
|
|
4146
4159
|
end
|
|
@@ -4612,7 +4625,7 @@ module Aws::DataZone
|
|
|
4612
4625
|
attr_accessor name: ::String
|
|
4613
4626
|
attr_accessor owning_project_id: ::String
|
|
4614
4627
|
attr_accessor domain_id: ::String
|
|
4615
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
4628
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
4616
4629
|
attr_accessor description: ::String
|
|
4617
4630
|
attr_accessor created_at: ::Time
|
|
4618
4631
|
attr_accessor created_by: ::String
|
|
@@ -5904,7 +5917,7 @@ module Aws::DataZone
|
|
|
5904
5917
|
|
|
5905
5918
|
class StartNotebookImportOutput
|
|
5906
5919
|
attr_accessor notebook_id: ::String
|
|
5907
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
5920
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
5908
5921
|
attr_accessor domain_id: ::String
|
|
5909
5922
|
attr_accessor owning_project_id: ::String
|
|
5910
5923
|
attr_accessor name: ::String
|
|
@@ -5956,6 +5969,32 @@ module Aws::DataZone
|
|
|
5956
5969
|
SENSITIVE: [:parameters]
|
|
5957
5970
|
end
|
|
5958
5971
|
|
|
5972
|
+
class StartNotebookSyncInput
|
|
5973
|
+
attr_accessor domain_identifier: ::String
|
|
5974
|
+
attr_accessor owning_project_identifier: ::String
|
|
5975
|
+
attr_accessor source_location: Types::SourceLocation
|
|
5976
|
+
attr_accessor git_metadata: Types::GitMetadata
|
|
5977
|
+
attr_accessor notebook_id: ::String
|
|
5978
|
+
attr_accessor name: ::String
|
|
5979
|
+
attr_accessor description: ::String
|
|
5980
|
+
attr_accessor client_token: ::String
|
|
5981
|
+
SENSITIVE: [:name, :description]
|
|
5982
|
+
end
|
|
5983
|
+
|
|
5984
|
+
class StartNotebookSyncOutput
|
|
5985
|
+
attr_accessor notebook_id: ::String
|
|
5986
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
5987
|
+
attr_accessor domain_id: ::String
|
|
5988
|
+
attr_accessor owning_project_id: ::String
|
|
5989
|
+
attr_accessor source_location: Types::SourceLocation
|
|
5990
|
+
attr_accessor git_metadata: Types::GitMetadata
|
|
5991
|
+
attr_accessor name: ::String
|
|
5992
|
+
attr_accessor description: ::String
|
|
5993
|
+
attr_accessor created_at: ::Time
|
|
5994
|
+
attr_accessor created_by: ::String
|
|
5995
|
+
SENSITIVE: [:name, :description]
|
|
5996
|
+
end
|
|
5997
|
+
|
|
5959
5998
|
class StopNotebookRunInput
|
|
5960
5999
|
attr_accessor domain_identifier: ::String
|
|
5961
6000
|
attr_accessor identifier: ::String
|
|
@@ -6629,7 +6668,7 @@ module Aws::DataZone
|
|
|
6629
6668
|
attr_accessor domain_identifier: ::String
|
|
6630
6669
|
attr_accessor identifier: ::String
|
|
6631
6670
|
attr_accessor description: ::String
|
|
6632
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
6671
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
6633
6672
|
attr_accessor name: ::String
|
|
6634
6673
|
attr_accessor cell_order: ::Array[Types::CellInformation]
|
|
6635
6674
|
attr_accessor metadata: ::Hash[::String, ::String]
|
|
@@ -6645,7 +6684,7 @@ module Aws::DataZone
|
|
|
6645
6684
|
attr_accessor owning_project_id: ::String
|
|
6646
6685
|
attr_accessor domain_id: ::String
|
|
6647
6686
|
attr_accessor cell_order: ::Array[Types::CellInformation]
|
|
6648
|
-
attr_accessor status: ("ACTIVE" | "ARCHIVED")
|
|
6687
|
+
attr_accessor status: ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
|
6649
6688
|
attr_accessor description: ::String
|
|
6650
6689
|
attr_accessor created_at: ::Time
|
|
6651
6690
|
attr_accessor created_by: ::String
|
|
@@ -6659,6 +6698,7 @@ module Aws::DataZone
|
|
|
6659
6698
|
attr_accessor parameters: ::Hash[::String, ::String]
|
|
6660
6699
|
attr_accessor environment_configuration: Types::EnvironmentConfig
|
|
6661
6700
|
attr_accessor error: Types::NotebookError
|
|
6701
|
+
attr_accessor git_metadata: Types::GitMetadata
|
|
6662
6702
|
SENSITIVE: [:name, :description, :parameters]
|
|
6663
6703
|
end
|
|
6664
6704
|
|