aws-sdk-datazone 1.84.0 → 1.86.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0b8dc343c1f392135bdfc2feb8dfc014704250138da01f2736f4a463ab378f6
4
- data.tar.gz: 149308c6a6271e3569cb971fe448a7097cef181bf4597105563ab025d3a6d758
3
+ metadata.gz: ef18f06bc0580fa956604cbf70b7aaf231ffd1c3e46bd95e98e41e4fb3711979
4
+ data.tar.gz: 418941d3cf90231ea51bdfd172d57aad39c4927ea4662d352c2640582a31f082
5
5
  SHA512:
6
- metadata.gz: c586baca5f1a49e05424eeae52688c92ce8d9be771a000de1e3fe39371fa3051e6d0368bc3336c803063b29cf305f231837552a1b898a019eb4ff62dd7608fd5
7
- data.tar.gz: 076adb43570ce5184626fbbaa48923d03e3729ab6330ba2da7dfca0372120b66789b482416e822ce11a1df535372f2f1da2e7b2ab650c10c8cabfeb500211dd8
6
+ metadata.gz: 41fdaabf0296b4e75c65b63517c126d603abc0c2584bd2190713769179102f9b16d7894d93e184d9f15b3f2f976eefd741a844f873af60eb74da5f2ecabd07d0
7
+ data.tar.gz: 209ce6feb22a73a5a2c49ccbfd949b9f7b1ee10d9d16614ad04ccef1b2166607d7d053a0bb2d9e0dbecf79504b22365f2faf84d21ef23af2dafa1d3a3e4081d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2026-07-31)
5
+ ------------------
6
+
7
+ * Feature - Adding support for enhanced Git experience in Sagemaker Unified Studio.
8
+
9
+ 1.85.0 (2026-07-23)
10
+ ------------------
11
+
12
+ * Feature - Adds support for notebook sync with S3 ipynb files
13
+
4
14
  1.84.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.86.0
@@ -2159,6 +2159,11 @@ module Aws::DataZone
2159
2159
  # subnet_ids: ["SubnetId"], # required
2160
2160
  # security_group_id: "SecurityGroupId",
2161
2161
  # },
2162
+ # git_properties: {
2163
+ # code_connection_arn: "GitPropertiesInputCodeConnectionArnString", # required
2164
+ # repository_id: "GitPropertiesInputRepositoryIdString", # required
2165
+ # default_branch: "GitPropertiesInputDefaultBranchString", # required
2166
+ # },
2162
2167
  # },
2163
2168
  # enable_trusted_identity_propagation: false,
2164
2169
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
@@ -2186,7 +2191,7 @@ module Aws::DataZone
2186
2191
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
2187
2192
  # resp.physical_endpoints[0].glue_connection.name #=> String
2188
2193
  # resp.physical_endpoints[0].glue_connection.description #=> String
2189
- # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
2194
+ # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
2190
2195
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
2191
2196
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
2192
2197
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -2307,7 +2312,12 @@ module Aws::DataZone
2307
2312
  # resp.props.vpc_properties.security_group_id #=> String
2308
2313
  # resp.props.vpc_properties.glue_connection_names #=> Array
2309
2314
  # resp.props.vpc_properties.glue_connection_names[0] #=> String
2310
- # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
2315
+ # resp.props.git_properties.code_connection_arn #=> String
2316
+ # resp.props.git_properties.repository_id #=> String
2317
+ # resp.props.git_properties.default_branch #=> String
2318
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
2319
+ # resp.props.git_properties.error_message #=> String
2320
+ # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
2311
2321
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
2312
2322
  #
2313
2323
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateConnection AWS API Documentation
@@ -3829,6 +3839,7 @@ module Aws::DataZone
3829
3839
  # * {Types::CreateNotebookOutput#parameters #parameters} => Hash<String,String>
3830
3840
  # * {Types::CreateNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
3831
3841
  # * {Types::CreateNotebookOutput#error #error} => Types::NotebookError
3842
+ # * {Types::CreateNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
3832
3843
  #
3833
3844
  # @example Request syntax with placeholder values
3834
3845
  #
@@ -3853,7 +3864,7 @@ module Aws::DataZone
3853
3864
  # resp.owning_project_id #=> String
3854
3865
  # resp.domain_id #=> String
3855
3866
  # resp.cell_order #=> Array
3856
- # resp.status #=> String, one of "ACTIVE", "ARCHIVED"
3867
+ # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
3857
3868
  # resp.description #=> String
3858
3869
  # resp.created_at #=> Time
3859
3870
  # resp.created_by #=> String
@@ -3871,6 +3882,13 @@ module Aws::DataZone
3871
3882
  # resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
3872
3883
  # resp.environment_configuration.package_config.package_specification #=> String
3873
3884
  # resp.error.message #=> String
3885
+ # resp.git_metadata.connection_id #=> String
3886
+ # resp.git_metadata.repository #=> String
3887
+ # resp.git_metadata.branch #=> String
3888
+ # resp.git_metadata.commit_hash #=> String
3889
+ # resp.git_metadata.file_name #=> String
3890
+ # resp.git_metadata.committed_at #=> Time
3891
+ # resp.git_metadata.commit_message #=> String
3874
3892
  #
3875
3893
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateNotebook AWS API Documentation
3876
3894
  #
@@ -6360,7 +6378,7 @@ module Aws::DataZone
6360
6378
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
6361
6379
  # resp.physical_endpoints[0].glue_connection.name #=> String
6362
6380
  # resp.physical_endpoints[0].glue_connection.description #=> String
6363
- # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
6381
+ # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
6364
6382
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
6365
6383
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
6366
6384
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -6481,7 +6499,12 @@ module Aws::DataZone
6481
6499
  # resp.props.vpc_properties.security_group_id #=> String
6482
6500
  # resp.props.vpc_properties.glue_connection_names #=> Array
6483
6501
  # resp.props.vpc_properties.glue_connection_names[0] #=> String
6484
- # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
6502
+ # resp.props.git_properties.code_connection_arn #=> String
6503
+ # resp.props.git_properties.repository_id #=> String
6504
+ # resp.props.git_properties.default_branch #=> String
6505
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
6506
+ # resp.props.git_properties.error_message #=> String
6507
+ # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
6485
6508
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
6486
6509
  #
6487
6510
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetConnection AWS API Documentation
@@ -7954,6 +7977,7 @@ module Aws::DataZone
7954
7977
  # * {Types::GetNotebookOutput#parameters #parameters} => Hash<String,String>
7955
7978
  # * {Types::GetNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
7956
7979
  # * {Types::GetNotebookOutput#error #error} => Types::NotebookError
7980
+ # * {Types::GetNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
7957
7981
  #
7958
7982
  # @example Request syntax with placeholder values
7959
7983
  #
@@ -7969,7 +7993,7 @@ module Aws::DataZone
7969
7993
  # resp.owning_project_id #=> String
7970
7994
  # resp.domain_id #=> String
7971
7995
  # resp.cell_order #=> Array
7972
- # resp.status #=> String, one of "ACTIVE", "ARCHIVED"
7996
+ # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
7973
7997
  # resp.description #=> String
7974
7998
  # resp.created_at #=> Time
7975
7999
  # resp.created_by #=> String
@@ -7987,6 +8011,13 @@ module Aws::DataZone
7987
8011
  # resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
7988
8012
  # resp.environment_configuration.package_config.package_specification #=> String
7989
8013
  # resp.error.message #=> String
8014
+ # resp.git_metadata.connection_id #=> String
8015
+ # resp.git_metadata.repository #=> String
8016
+ # resp.git_metadata.branch #=> String
8017
+ # resp.git_metadata.commit_hash #=> String
8018
+ # resp.git_metadata.file_name #=> String
8019
+ # resp.git_metadata.committed_at #=> Time
8020
+ # resp.git_metadata.commit_message #=> String
7990
8021
  #
7991
8022
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetNotebook AWS API Documentation
7992
8023
  #
@@ -9172,7 +9203,7 @@ module Aws::DataZone
9172
9203
  # name: "ConnectionName",
9173
9204
  # environment_identifier: "EnvironmentId",
9174
9205
  # project_identifier: "ProjectId",
9175
- # type: "ATHENA", # accepts ATHENA, BIGQUERY, DATABRICKS, DOCUMENTDB, DYNAMODB, HYPERPOD, IAM, MYSQL, OPENSEARCH, ORACLE, POSTGRESQL, REDSHIFT, S3, SAPHANA, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, VERTICA, WORKFLOWS_MWAA, AMAZON_Q, MLFLOW, VPC
9206
+ # type: "ATHENA", # accepts ATHENA, BIGQUERY, DATABRICKS, DOCUMENTDB, DYNAMODB, HYPERPOD, IAM, MYSQL, OPENSEARCH, ORACLE, POSTGRESQL, REDSHIFT, S3, SAPHANA, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, VERTICA, WORKFLOWS_MWAA, AMAZON_Q, MLFLOW, VPC, GIT
9176
9207
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
9177
9208
  # })
9178
9209
  #
@@ -9198,7 +9229,7 @@ module Aws::DataZone
9198
9229
  # resp.items[0].physical_endpoints[0].glue_connection_names[0] #=> String
9199
9230
  # resp.items[0].physical_endpoints[0].glue_connection.name #=> String
9200
9231
  # resp.items[0].physical_endpoints[0].glue_connection.description #=> String
9201
- # resp.items[0].physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
9232
+ # resp.items[0].physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
9202
9233
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria #=> Array
9203
9234
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria[0] #=> String
9204
9235
  # resp.items[0].physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -9319,7 +9350,12 @@ module Aws::DataZone
9319
9350
  # resp.items[0].props.vpc_properties.security_group_id #=> String
9320
9351
  # resp.items[0].props.vpc_properties.glue_connection_names #=> Array
9321
9352
  # resp.items[0].props.vpc_properties.glue_connection_names[0] #=> String
9322
- # resp.items[0].type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
9353
+ # resp.items[0].props.git_properties.code_connection_arn #=> String
9354
+ # resp.items[0].props.git_properties.repository_id #=> String
9355
+ # resp.items[0].props.git_properties.default_branch #=> String
9356
+ # resp.items[0].props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
9357
+ # resp.items[0].props.git_properties.error_message #=> String
9358
+ # resp.items[0].type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
9323
9359
  # resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
9324
9360
  # resp.next_token #=> String
9325
9361
  #
@@ -10661,7 +10697,7 @@ module Aws::DataZone
10661
10697
  # max_results: 1,
10662
10698
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
10663
10699
  # sort_by: "CREATED_AT", # accepts CREATED_AT, UPDATED_AT
10664
- # status: "ACTIVE", # accepts ACTIVE, ARCHIVED
10700
+ # status: "ACTIVE", # accepts ACTIVE, ARCHIVED, SYNC_IN_PROGRESS, SYNC_FAILED
10665
10701
  # next_token: "PaginationToken",
10666
10702
  # })
10667
10703
  #
@@ -10672,7 +10708,7 @@ module Aws::DataZone
10672
10708
  # resp.items[0].name #=> String
10673
10709
  # resp.items[0].owning_project_id #=> String
10674
10710
  # resp.items[0].domain_id #=> String
10675
- # resp.items[0].status #=> String, one of "ACTIVE", "ARCHIVED"
10711
+ # resp.items[0].status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
10676
10712
  # resp.items[0].description #=> String
10677
10713
  # resp.items[0].created_at #=> Time
10678
10714
  # resp.items[0].created_by #=> String
@@ -13678,7 +13714,7 @@ module Aws::DataZone
13678
13714
  # @example Response structure
13679
13715
  #
13680
13716
  # resp.notebook_id #=> String
13681
- # resp.status #=> String, one of "ACTIVE", "ARCHIVED"
13717
+ # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
13682
13718
  # resp.domain_id #=> String
13683
13719
  # resp.owning_project_id #=> String
13684
13720
  # resp.name #=> String
@@ -13854,6 +13890,106 @@ module Aws::DataZone
13854
13890
  req.send_request(options)
13855
13891
  end
13856
13892
 
13893
+ # Starts a notebook sync in Amazon SageMaker Unified Studio. This
13894
+ # operation syncs a notebook from a Git repository into a project.
13895
+ #
13896
+ # @option params [required, String] :domain_identifier
13897
+ # The identifier of the Amazon SageMaker Unified Studio domain in which
13898
+ # to sync the notebook.
13899
+ #
13900
+ # @option params [required, String] :owning_project_identifier
13901
+ # The identifier of the project that will own the synced notebook.
13902
+ #
13903
+ # @option params [required, Types::SourceLocation] :source_location
13904
+ # The source location of the notebook to sync. This specifies the Amazon
13905
+ # Simple Storage Service URI of the notebook file.
13906
+ #
13907
+ # @option params [Types::GitMetadata] :git_metadata
13908
+ # The Git metadata for the notebook sync, including repository, branch,
13909
+ # and commit information.
13910
+ #
13911
+ # @option params [String] :notebook_id
13912
+ # The identifier of an existing notebook to sync. If not specified, a
13913
+ # new notebook is created.
13914
+ #
13915
+ # @option params [String] :name
13916
+ # The name of the notebook. The name must be between 1 and 256
13917
+ # characters.
13918
+ #
13919
+ # @option params [String] :description
13920
+ # The description of the notebook.
13921
+ #
13922
+ # @option params [String] :client_token
13923
+ # A unique, case-sensitive identifier to ensure idempotency of the
13924
+ # request. This field is automatically populated if not provided.
13925
+ #
13926
+ # **A suitable default value is auto-generated.** You should normally
13927
+ # not need to pass this option.**
13928
+ #
13929
+ # @return [Types::StartNotebookSyncOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13930
+ #
13931
+ # * {Types::StartNotebookSyncOutput#notebook_id #notebook_id} => String
13932
+ # * {Types::StartNotebookSyncOutput#status #status} => String
13933
+ # * {Types::StartNotebookSyncOutput#domain_id #domain_id} => String
13934
+ # * {Types::StartNotebookSyncOutput#owning_project_id #owning_project_id} => String
13935
+ # * {Types::StartNotebookSyncOutput#source_location #source_location} => Types::SourceLocation
13936
+ # * {Types::StartNotebookSyncOutput#git_metadata #git_metadata} => Types::GitMetadata
13937
+ # * {Types::StartNotebookSyncOutput#name #name} => String
13938
+ # * {Types::StartNotebookSyncOutput#description #description} => String
13939
+ # * {Types::StartNotebookSyncOutput#created_at #created_at} => Time
13940
+ # * {Types::StartNotebookSyncOutput#created_by #created_by} => String
13941
+ #
13942
+ # @example Request syntax with placeholder values
13943
+ #
13944
+ # resp = client.start_notebook_sync({
13945
+ # domain_identifier: "DomainId", # required
13946
+ # owning_project_identifier: "ProjectId", # required
13947
+ # source_location: { # required
13948
+ # s3: "S3SourceLocation",
13949
+ # },
13950
+ # git_metadata: {
13951
+ # connection_id: "GitConnectionId", # required
13952
+ # repository: "GitRepository", # required
13953
+ # branch: "GitBranch", # required
13954
+ # commit_hash: "CommitHash", # required
13955
+ # file_name: "FileName",
13956
+ # committed_at: Time.now,
13957
+ # commit_message: "CommitMessage",
13958
+ # },
13959
+ # notebook_id: "NotebookId",
13960
+ # name: "NotebookName",
13961
+ # description: "Description",
13962
+ # client_token: "ClientToken",
13963
+ # })
13964
+ #
13965
+ # @example Response structure
13966
+ #
13967
+ # resp.notebook_id #=> String
13968
+ # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
13969
+ # resp.domain_id #=> String
13970
+ # resp.owning_project_id #=> String
13971
+ # resp.source_location.s3 #=> String
13972
+ # resp.git_metadata.connection_id #=> String
13973
+ # resp.git_metadata.repository #=> String
13974
+ # resp.git_metadata.branch #=> String
13975
+ # resp.git_metadata.commit_hash #=> String
13976
+ # resp.git_metadata.file_name #=> String
13977
+ # resp.git_metadata.committed_at #=> Time
13978
+ # resp.git_metadata.commit_message #=> String
13979
+ # resp.name #=> String
13980
+ # resp.description #=> String
13981
+ # resp.created_at #=> Time
13982
+ # resp.created_by #=> String
13983
+ #
13984
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/StartNotebookSync AWS API Documentation
13985
+ #
13986
+ # @overload start_notebook_sync(params = {})
13987
+ # @param [Hash] params ({})
13988
+ def start_notebook_sync(params = {}, options = {})
13989
+ req = build_request(:start_notebook_sync, params)
13990
+ req.send_request(options)
13991
+ end
13992
+
13857
13993
  # Stops a running [notebook run][1] in Amazon SageMaker Unified Studio.
13858
13994
  #
13859
13995
  #
@@ -14376,6 +14512,10 @@ module Aws::DataZone
14376
14512
  # subnet_ids: ["SubnetId"],
14377
14513
  # security_group_id: "SecurityGroupId",
14378
14514
  # },
14515
+ # git_properties: {
14516
+ # code_connection_arn: "GitPropertiesPatchCodeConnectionArnString",
14517
+ # default_branch: "GitPropertiesPatchDefaultBranchString",
14518
+ # },
14379
14519
  # },
14380
14520
  # })
14381
14521
  #
@@ -14401,7 +14541,7 @@ module Aws::DataZone
14401
14541
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
14402
14542
  # resp.physical_endpoints[0].glue_connection.name #=> String
14403
14543
  # resp.physical_endpoints[0].glue_connection.description #=> String
14404
- # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
14544
+ # resp.physical_endpoints[0].glue_connection.connection_type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
14405
14545
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
14406
14546
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
14407
14547
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -14522,7 +14662,12 @@ module Aws::DataZone
14522
14662
  # resp.props.vpc_properties.security_group_id #=> String
14523
14663
  # resp.props.vpc_properties.glue_connection_names #=> Array
14524
14664
  # resp.props.vpc_properties.glue_connection_names[0] #=> String
14525
- # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC"
14665
+ # resp.props.git_properties.code_connection_arn #=> String
14666
+ # resp.props.git_properties.repository_id #=> String
14667
+ # resp.props.git_properties.default_branch #=> String
14668
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
14669
+ # resp.props.git_properties.error_message #=> String
14670
+ # resp.type #=> String, one of "ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT"
14526
14671
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
14527
14672
  #
14528
14673
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnection AWS API Documentation
@@ -15554,6 +15699,7 @@ module Aws::DataZone
15554
15699
  # * {Types::UpdateNotebookOutput#parameters #parameters} => Hash<String,String>
15555
15700
  # * {Types::UpdateNotebookOutput#environment_configuration #environment_configuration} => Types::EnvironmentConfig
15556
15701
  # * {Types::UpdateNotebookOutput#error #error} => Types::NotebookError
15702
+ # * {Types::UpdateNotebookOutput#git_metadata #git_metadata} => Types::GitMetadata
15557
15703
  #
15558
15704
  # @example Request syntax with placeholder values
15559
15705
  #
@@ -15561,7 +15707,7 @@ module Aws::DataZone
15561
15707
  # domain_identifier: "DomainId", # required
15562
15708
  # identifier: "NotebookId", # required
15563
15709
  # description: "Description",
15564
- # status: "ACTIVE", # accepts ACTIVE, ARCHIVED
15710
+ # status: "ACTIVE", # accepts ACTIVE, ARCHIVED, SYNC_IN_PROGRESS, SYNC_FAILED
15565
15711
  # name: "NotebookName",
15566
15712
  # cell_order: [
15567
15713
  # {
@@ -15590,7 +15736,7 @@ module Aws::DataZone
15590
15736
  # resp.owning_project_id #=> String
15591
15737
  # resp.domain_id #=> String
15592
15738
  # resp.cell_order #=> Array
15593
- # resp.status #=> String, one of "ACTIVE", "ARCHIVED"
15739
+ # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED"
15594
15740
  # resp.description #=> String
15595
15741
  # resp.created_at #=> Time
15596
15742
  # resp.created_by #=> String
@@ -15608,6 +15754,13 @@ module Aws::DataZone
15608
15754
  # resp.environment_configuration.package_config.package_manager #=> String, one of "UV"
15609
15755
  # resp.environment_configuration.package_config.package_specification #=> String
15610
15756
  # resp.error.message #=> String
15757
+ # resp.git_metadata.connection_id #=> String
15758
+ # resp.git_metadata.repository #=> String
15759
+ # resp.git_metadata.branch #=> String
15760
+ # resp.git_metadata.commit_hash #=> String
15761
+ # resp.git_metadata.file_name #=> String
15762
+ # resp.git_metadata.committed_at #=> Time
15763
+ # resp.git_metadata.commit_message #=> String
15611
15764
  #
15612
15765
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateNotebook AWS API Documentation
15613
15766
  #
@@ -16466,7 +16619,7 @@ module Aws::DataZone
16466
16619
  tracer: tracer
16467
16620
  )
16468
16621
  context[:gem_name] = 'aws-sdk-datazone'
16469
- context[:gem_version] = '1.84.0'
16622
+ context[:gem_version] = '1.86.0'
16470
16623
  Seahorse::Client::Request.new(handlers, context)
16471
16624
  end
16472
16625
 
@@ -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,21 @@ 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
+ GitPropertiesInput = Shapes::StructureShape.new(name: 'GitPropertiesInput')
580
+ GitPropertiesInputCodeConnectionArnString = Shapes::StringShape.new(name: 'GitPropertiesInputCodeConnectionArnString')
581
+ GitPropertiesInputDefaultBranchString = Shapes::StringShape.new(name: 'GitPropertiesInputDefaultBranchString')
582
+ GitPropertiesInputRepositoryIdString = Shapes::StringShape.new(name: 'GitPropertiesInputRepositoryIdString')
583
+ GitPropertiesOutput = Shapes::StructureShape.new(name: 'GitPropertiesOutput')
584
+ GitPropertiesOutputCodeConnectionArnString = Shapes::StringShape.new(name: 'GitPropertiesOutputCodeConnectionArnString')
585
+ GitPropertiesOutputDefaultBranchString = Shapes::StringShape.new(name: 'GitPropertiesOutputDefaultBranchString')
586
+ GitPropertiesOutputRepositoryIdString = Shapes::StringShape.new(name: 'GitPropertiesOutputRepositoryIdString')
587
+ GitPropertiesPatch = Shapes::StructureShape.new(name: 'GitPropertiesPatch')
588
+ GitPropertiesPatchCodeConnectionArnString = Shapes::StringShape.new(name: 'GitPropertiesPatchCodeConnectionArnString')
589
+ GitPropertiesPatchDefaultBranchString = Shapes::StringShape.new(name: 'GitPropertiesPatchDefaultBranchString')
590
+ GitRepository = Shapes::StringShape.new(name: 'GitRepository')
573
591
  GlobalParameterMap = Shapes::MapShape.new(name: 'GlobalParameterMap')
574
592
  GlossaryDescription = Shapes::StringShape.new(name: 'GlossaryDescription')
575
593
  GlossaryId = Shapes::StringShape.new(name: 'GlossaryId')
@@ -1133,6 +1151,8 @@ module Aws::DataZone
1133
1151
  StartNotebookImportOutput = Shapes::StructureShape.new(name: 'StartNotebookImportOutput')
1134
1152
  StartNotebookRunInput = Shapes::StructureShape.new(name: 'StartNotebookRunInput')
1135
1153
  StartNotebookRunOutput = Shapes::StructureShape.new(name: 'StartNotebookRunOutput')
1154
+ StartNotebookSyncInput = Shapes::StructureShape.new(name: 'StartNotebookSyncInput')
1155
+ StartNotebookSyncOutput = Shapes::StructureShape.new(name: 'StartNotebookSyncOutput')
1136
1156
  Status = Shapes::StringShape.new(name: 'Status')
1137
1157
  StopNotebookRunInput = Shapes::StructureShape.new(name: 'StopNotebookRunInput')
1138
1158
  StopNotebookRunOutput = Shapes::StructureShape.new(name: 'StopNotebookRunOutput')
@@ -1821,6 +1841,7 @@ module Aws::DataZone
1821
1841
  ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
1822
1842
  ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
1823
1843
  ConnectionPropertiesInput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesInput, location_name: "vpcProperties"))
1844
+ ConnectionPropertiesInput.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesInput, location_name: "gitProperties"))
1824
1845
  ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1825
1846
  ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
1826
1847
  ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
@@ -1837,6 +1858,7 @@ module Aws::DataZone
1837
1858
  ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
1838
1859
  ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
1839
1860
  ConnectionPropertiesInput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesInput::VpcProperties)
1861
+ ConnectionPropertiesInput.add_member_subclass(:git_properties, Types::ConnectionPropertiesInput::GitProperties)
1840
1862
  ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
1841
1863
  ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
1842
1864
 
@@ -1855,6 +1877,7 @@ module Aws::DataZone
1855
1877
  ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
1856
1878
  ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
1857
1879
  ConnectionPropertiesOutput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesOutput, location_name: "vpcProperties"))
1880
+ ConnectionPropertiesOutput.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesOutput, location_name: "gitProperties"))
1858
1881
  ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1859
1882
  ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
1860
1883
  ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
@@ -1871,6 +1894,7 @@ module Aws::DataZone
1871
1894
  ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
1872
1895
  ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
1873
1896
  ConnectionPropertiesOutput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesOutput::VpcProperties)
1897
+ ConnectionPropertiesOutput.add_member_subclass(:git_properties, Types::ConnectionPropertiesOutput::GitProperties)
1874
1898
  ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
1875
1899
  ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
1876
1900
 
@@ -1885,6 +1909,7 @@ module Aws::DataZone
1885
1909
  ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
1886
1910
  ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
1887
1911
  ConnectionPropertiesPatch.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesPatch, location_name: "vpcProperties"))
1912
+ ConnectionPropertiesPatch.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesPatch, location_name: "gitProperties"))
1888
1913
  ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1889
1914
  ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
1890
1915
  ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
@@ -1897,6 +1922,7 @@ module Aws::DataZone
1897
1922
  ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
1898
1923
  ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
1899
1924
  ConnectionPropertiesPatch.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesPatch::VpcProperties)
1925
+ ConnectionPropertiesPatch.add_member_subclass(:git_properties, Types::ConnectionPropertiesPatch::GitProperties)
1900
1926
  ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
1901
1927
  ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
1902
1928
 
@@ -2451,6 +2477,7 @@ module Aws::DataZone
2451
2477
  CreateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
2452
2478
  CreateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
2453
2479
  CreateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
2480
+ CreateNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
2454
2481
  CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
2455
2482
 
2456
2483
  CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
@@ -3873,6 +3900,7 @@ module Aws::DataZone
3873
3900
  GetNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
3874
3901
  GetNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
3875
3902
  GetNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
3903
+ GetNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
3876
3904
  GetNotebookOutput.struct_class = Types::GetNotebookOutput
3877
3905
 
3878
3906
  GetNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -4074,6 +4102,31 @@ module Aws::DataZone
4074
4102
  GetUserProfileOutput.add_member(:details, Shapes::ShapeRef.new(shape: UserProfileDetails, location_name: "details"))
4075
4103
  GetUserProfileOutput.struct_class = Types::GetUserProfileOutput
4076
4104
 
4105
+ GitMetadata.add_member(:connection_id, Shapes::ShapeRef.new(shape: GitConnectionId, required: true, location_name: "connectionId"))
4106
+ GitMetadata.add_member(:repository, Shapes::ShapeRef.new(shape: GitRepository, required: true, location_name: "repository"))
4107
+ GitMetadata.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranch, required: true, location_name: "branch"))
4108
+ GitMetadata.add_member(:commit_hash, Shapes::ShapeRef.new(shape: CommitHash, required: true, location_name: "commitHash"))
4109
+ GitMetadata.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, location_name: "fileName"))
4110
+ GitMetadata.add_member(:committed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "committedAt"))
4111
+ GitMetadata.add_member(:commit_message, Shapes::ShapeRef.new(shape: CommitMessage, location_name: "commitMessage"))
4112
+ GitMetadata.struct_class = Types::GitMetadata
4113
+
4114
+ GitPropertiesInput.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesInputCodeConnectionArnString, required: true, location_name: "codeConnectionArn"))
4115
+ GitPropertiesInput.add_member(:repository_id, Shapes::ShapeRef.new(shape: GitPropertiesInputRepositoryIdString, required: true, location_name: "repositoryId"))
4116
+ GitPropertiesInput.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesInputDefaultBranchString, required: true, location_name: "defaultBranch"))
4117
+ GitPropertiesInput.struct_class = Types::GitPropertiesInput
4118
+
4119
+ GitPropertiesOutput.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesOutputCodeConnectionArnString, required: true, location_name: "codeConnectionArn"))
4120
+ GitPropertiesOutput.add_member(:repository_id, Shapes::ShapeRef.new(shape: GitPropertiesOutputRepositoryIdString, required: true, location_name: "repositoryId"))
4121
+ GitPropertiesOutput.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesOutputDefaultBranchString, required: true, location_name: "defaultBranch"))
4122
+ GitPropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
4123
+ GitPropertiesOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
4124
+ GitPropertiesOutput.struct_class = Types::GitPropertiesOutput
4125
+
4126
+ GitPropertiesPatch.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesPatchCodeConnectionArnString, location_name: "codeConnectionArn"))
4127
+ GitPropertiesPatch.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesPatchDefaultBranchString, location_name: "defaultBranch"))
4128
+ GitPropertiesPatch.struct_class = Types::GitPropertiesPatch
4129
+
4077
4130
  GlobalParameterMap.key = Shapes::ShapeRef.new(shape: String)
4078
4131
  GlobalParameterMap.value = Shapes::ShapeRef.new(shape: String)
4079
4132
 
@@ -6125,6 +6178,28 @@ module Aws::DataZone
6125
6178
  StartNotebookRunOutput.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
6126
6179
  StartNotebookRunOutput.struct_class = Types::StartNotebookRunOutput
6127
6180
 
6181
+ StartNotebookSyncInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
6182
+ StartNotebookSyncInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
6183
+ StartNotebookSyncInput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, required: true, location_name: "sourceLocation"))
6184
+ StartNotebookSyncInput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
6185
+ StartNotebookSyncInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "notebookId"))
6186
+ StartNotebookSyncInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
6187
+ StartNotebookSyncInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
6188
+ StartNotebookSyncInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
6189
+ StartNotebookSyncInput.struct_class = Types::StartNotebookSyncInput
6190
+
6191
+ StartNotebookSyncOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "notebookId"))
6192
+ StartNotebookSyncOutput.add_member(:status, Shapes::ShapeRef.new(shape: NotebookStatus, location_name: "status"))
6193
+ StartNotebookSyncOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
6194
+ StartNotebookSyncOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
6195
+ StartNotebookSyncOutput.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "sourceLocation"))
6196
+ StartNotebookSyncOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
6197
+ StartNotebookSyncOutput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "name"))
6198
+ StartNotebookSyncOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
6199
+ StartNotebookSyncOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
6200
+ StartNotebookSyncOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
6201
+ StartNotebookSyncOutput.struct_class = Types::StartNotebookSyncOutput
6202
+
6128
6203
  StopNotebookRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
6129
6204
  StopNotebookRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: NotebookRunId, required: true, location: "uri", location_name: "identifier"))
6130
6205
  StopNotebookRunInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
@@ -6733,6 +6808,7 @@ module Aws::DataZone
6733
6808
  UpdateNotebookOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
6734
6809
  UpdateNotebookOutput.add_member(:environment_configuration, Shapes::ShapeRef.new(shape: EnvironmentConfig, location_name: "environmentConfiguration"))
6735
6810
  UpdateNotebookOutput.add_member(:error, Shapes::ShapeRef.new(shape: NotebookError, location_name: "error"))
6811
+ UpdateNotebookOutput.add_member(:git_metadata, Shapes::ShapeRef.new(shape: GitMetadata, location_name: "gitMetadata"))
6736
6812
  UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
6737
6813
 
6738
6814
  UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -9630,6 +9706,22 @@ module Aws::DataZone
9630
9706
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
9631
9707
  end)
9632
9708
 
9709
+ api.add_operation(:start_notebook_sync, Seahorse::Model::Operation.new.tap do |o|
9710
+ o.name = "StartNotebookSync"
9711
+ o.http_method = "POST"
9712
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/notebook-syncs"
9713
+ o.input = Shapes::ShapeRef.new(shape: StartNotebookSyncInput)
9714
+ o.output = Shapes::ShapeRef.new(shape: StartNotebookSyncOutput)
9715
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
9716
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9717
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9718
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9719
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9720
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9721
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
9722
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
9723
+ end)
9724
+
9633
9725
  api.add_operation(:stop_notebook_run, Seahorse::Model::Operation.new.tap do |o|
9634
9726
  o.name = "StopNotebookRun"
9635
9727
  o.http_method = "PUT"