aws-sdk-datazone 1.85.0 → 1.87.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: 4c436e41349f0913c677d2b3be2e11f85030c0e550037c44af74ae6a456c5276
4
- data.tar.gz: c7bb6d711e619e803fc7fc0f7565e3ac5831232beb0e5f946ce1cfcee50fb3aa
3
+ metadata.gz: 9ca534e7f4532502f6cb155c5bfdeb917f1856f8deb0ffd91818321ccf8959af
4
+ data.tar.gz: 62223fd2179b3fbd600ee69343375c8a46aa2f6a62833cd2b3a14a121b732ec5
5
5
  SHA512:
6
- metadata.gz: 435acead8c6c73b1517200cf30ded19a0250790ccbf75b3621e92e9a20d6433e324a8fafa6933387e4b1a9b8c59827f8789acbd740cc178431f0bccb88dd5f11
7
- data.tar.gz: 3d428923f834d79c3cb43048e33fe9be9e2fe11bbe88f590bc7c7761bc822bb83364d7c2337d4931bb24b7521edba31e091ba8a201720f0aac3c4fa68050a70e
6
+ metadata.gz: '0339f8ba5af95cfab35101c3bf9e0588eb48e59d9fc4797bde278c5d533247156ad0bc5b68ebf27df9987fc9f23b2a65f06807073be5daaec5d75547814ed57d'
7
+ data.tar.gz: 765ca5ef0130c09cb3266da6cf76fa514c58021c987a591429575274e6f49730716cc775a08d40ff5ad093aadd4dd204b2311d049378b5692cb0a575efbbd1dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-08-11)
5
+ ------------------
6
+
7
+ * Feature - GetSubscriptionGrant now returns materialized asset scope name for mapping Lake Formation data cell filters or Redshift views to subscription grants.
8
+
9
+ 1.86.0 (2026-07-31)
10
+ ------------------
11
+
12
+ * Feature - Adding support for enhanced Git experience in Sagemaker Unified Studio.
13
+
4
14
  1.85.0 (2026-07-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -642,6 +642,7 @@ module Aws::DataZone
642
642
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
643
643
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
644
644
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
645
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
645
646
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
646
647
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
647
648
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -1143,6 +1144,7 @@ module Aws::DataZone
1143
1144
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
1144
1145
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
1145
1146
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
1147
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
1146
1148
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
1147
1149
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
1148
1150
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -2159,6 +2161,11 @@ module Aws::DataZone
2159
2161
  # subnet_ids: ["SubnetId"], # required
2160
2162
  # security_group_id: "SecurityGroupId",
2161
2163
  # },
2164
+ # git_properties: {
2165
+ # code_connection_arn: "GitPropertiesInputCodeConnectionArnString", # required
2166
+ # repository_id: "GitPropertiesInputRepositoryIdString", # required
2167
+ # default_branch: "GitPropertiesInputDefaultBranchString", # required
2168
+ # },
2162
2169
  # },
2163
2170
  # enable_trusted_identity_propagation: false,
2164
2171
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
@@ -2186,7 +2193,7 @@ module Aws::DataZone
2186
2193
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
2187
2194
  # resp.physical_endpoints[0].glue_connection.name #=> String
2188
2195
  # 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"
2196
+ # 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
2197
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
2191
2198
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
2192
2199
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -2307,7 +2314,12 @@ module Aws::DataZone
2307
2314
  # resp.props.vpc_properties.security_group_id #=> String
2308
2315
  # resp.props.vpc_properties.glue_connection_names #=> Array
2309
2316
  # 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"
2317
+ # resp.props.git_properties.code_connection_arn #=> String
2318
+ # resp.props.git_properties.repository_id #=> String
2319
+ # resp.props.git_properties.default_branch #=> String
2320
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
2321
+ # resp.props.git_properties.error_message #=> String
2322
+ # 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
2323
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
2312
2324
  #
2313
2325
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateConnection AWS API Documentation
@@ -4436,6 +4448,7 @@ module Aws::DataZone
4436
4448
  # resp.assets[0].asset_scope.filter_ids #=> Array
4437
4449
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
4438
4450
  # resp.assets[0].asset_scope.status #=> String
4451
+ # resp.assets[0].asset_scope.scope_name #=> String
4439
4452
  # resp.assets[0].asset_scope.error_message #=> String
4440
4453
  # resp.assets[0].permissions.s3 #=> Array
4441
4454
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -4590,6 +4603,7 @@ module Aws::DataZone
4590
4603
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
4591
4604
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
4592
4605
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
4606
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
4593
4607
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
4594
4608
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
4595
4609
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -5772,6 +5786,7 @@ module Aws::DataZone
5772
5786
  # resp.assets[0].asset_scope.filter_ids #=> Array
5773
5787
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
5774
5788
  # resp.assets[0].asset_scope.status #=> String
5789
+ # resp.assets[0].asset_scope.scope_name #=> String
5775
5790
  # resp.assets[0].asset_scope.error_message #=> String
5776
5791
  # resp.assets[0].permissions.s3 #=> Array
5777
5792
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -6368,7 +6383,7 @@ module Aws::DataZone
6368
6383
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
6369
6384
  # resp.physical_endpoints[0].glue_connection.name #=> String
6370
6385
  # resp.physical_endpoints[0].glue_connection.description #=> String
6371
- # 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"
6386
+ # 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"
6372
6387
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
6373
6388
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
6374
6389
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -6489,7 +6504,12 @@ module Aws::DataZone
6489
6504
  # resp.props.vpc_properties.security_group_id #=> String
6490
6505
  # resp.props.vpc_properties.glue_connection_names #=> Array
6491
6506
  # resp.props.vpc_properties.glue_connection_names[0] #=> String
6492
- # 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"
6507
+ # resp.props.git_properties.code_connection_arn #=> String
6508
+ # resp.props.git_properties.repository_id #=> String
6509
+ # resp.props.git_properties.default_branch #=> String
6510
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
6511
+ # resp.props.git_properties.error_message #=> String
6512
+ # 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"
6493
6513
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
6494
6514
  #
6495
6515
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetConnection AWS API Documentation
@@ -8466,6 +8486,7 @@ module Aws::DataZone
8466
8486
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
8467
8487
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
8468
8488
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
8489
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
8469
8490
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
8470
8491
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
8471
8492
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -8550,6 +8571,7 @@ module Aws::DataZone
8550
8571
  # resp.assets[0].asset_scope.filter_ids #=> Array
8551
8572
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
8552
8573
  # resp.assets[0].asset_scope.status #=> String
8574
+ # resp.assets[0].asset_scope.scope_name #=> String
8553
8575
  # resp.assets[0].asset_scope.error_message #=> String
8554
8576
  # resp.assets[0].permissions.s3 #=> Array
8555
8577
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -8638,6 +8660,7 @@ module Aws::DataZone
8638
8660
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
8639
8661
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
8640
8662
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
8663
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
8641
8664
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
8642
8665
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
8643
8666
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -9188,7 +9211,7 @@ module Aws::DataZone
9188
9211
  # name: "ConnectionName",
9189
9212
  # environment_identifier: "EnvironmentId",
9190
9213
  # project_identifier: "ProjectId",
9191
- # 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
9214
+ # 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
9192
9215
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
9193
9216
  # })
9194
9217
  #
@@ -9214,7 +9237,7 @@ module Aws::DataZone
9214
9237
  # resp.items[0].physical_endpoints[0].glue_connection_names[0] #=> String
9215
9238
  # resp.items[0].physical_endpoints[0].glue_connection.name #=> String
9216
9239
  # resp.items[0].physical_endpoints[0].glue_connection.description #=> String
9217
- # 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"
9240
+ # 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"
9218
9241
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria #=> Array
9219
9242
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria[0] #=> String
9220
9243
  # resp.items[0].physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -9335,7 +9358,12 @@ module Aws::DataZone
9335
9358
  # resp.items[0].props.vpc_properties.security_group_id #=> String
9336
9359
  # resp.items[0].props.vpc_properties.glue_connection_names #=> Array
9337
9360
  # resp.items[0].props.vpc_properties.glue_connection_names[0] #=> String
9338
- # 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"
9361
+ # resp.items[0].props.git_properties.code_connection_arn #=> String
9362
+ # resp.items[0].props.git_properties.repository_id #=> String
9363
+ # resp.items[0].props.git_properties.default_branch #=> String
9364
+ # resp.items[0].props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
9365
+ # resp.items[0].props.git_properties.error_message #=> String
9366
+ # 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"
9339
9367
  # resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
9340
9368
  # resp.next_token #=> String
9341
9369
  #
@@ -11294,6 +11322,7 @@ module Aws::DataZone
11294
11322
  # resp.items[0].assets[0].asset_scope.filter_ids #=> Array
11295
11323
  # resp.items[0].assets[0].asset_scope.filter_ids[0] #=> String
11296
11324
  # resp.items[0].assets[0].asset_scope.status #=> String
11325
+ # resp.items[0].assets[0].asset_scope.scope_name #=> String
11297
11326
  # resp.items[0].assets[0].asset_scope.error_message #=> String
11298
11327
  # resp.items[0].assets[0].permissions.s3 #=> Array
11299
11328
  # resp.items[0].assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -11428,6 +11457,7 @@ module Aws::DataZone
11428
11457
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
11429
11458
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
11430
11459
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
11460
+ # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
11431
11461
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
11432
11462
  # resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
11433
11463
  # resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -11669,6 +11699,7 @@ module Aws::DataZone
11669
11699
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
11670
11700
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
11671
11701
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.status #=> String
11702
+ # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
11672
11703
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
11673
11704
  # resp.items[0].subscribed_listing.item.asset_listing.permissions.s3 #=> Array
11674
11705
  # resp.items[0].subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -12371,6 +12402,7 @@ module Aws::DataZone
12371
12402
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
12372
12403
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
12373
12404
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
12405
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
12374
12406
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
12375
12407
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
12376
12408
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -12604,6 +12636,7 @@ module Aws::DataZone
12604
12636
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
12605
12637
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
12606
12638
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
12639
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
12607
12640
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
12608
12641
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
12609
12642
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -14492,6 +14525,10 @@ module Aws::DataZone
14492
14525
  # subnet_ids: ["SubnetId"],
14493
14526
  # security_group_id: "SecurityGroupId",
14494
14527
  # },
14528
+ # git_properties: {
14529
+ # code_connection_arn: "GitPropertiesPatchCodeConnectionArnString",
14530
+ # default_branch: "GitPropertiesPatchDefaultBranchString",
14531
+ # },
14495
14532
  # },
14496
14533
  # })
14497
14534
  #
@@ -14517,7 +14554,7 @@ module Aws::DataZone
14517
14554
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
14518
14555
  # resp.physical_endpoints[0].glue_connection.name #=> String
14519
14556
  # resp.physical_endpoints[0].glue_connection.description #=> String
14520
- # 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"
14557
+ # 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"
14521
14558
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
14522
14559
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
14523
14560
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -14638,7 +14675,12 @@ module Aws::DataZone
14638
14675
  # resp.props.vpc_properties.security_group_id #=> String
14639
14676
  # resp.props.vpc_properties.glue_connection_names #=> Array
14640
14677
  # resp.props.vpc_properties.glue_connection_names[0] #=> String
14641
- # 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"
14678
+ # resp.props.git_properties.code_connection_arn #=> String
14679
+ # resp.props.git_properties.repository_id #=> String
14680
+ # resp.props.git_properties.default_branch #=> String
14681
+ # resp.props.git_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
14682
+ # resp.props.git_properties.error_message #=> String
14683
+ # 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"
14642
14684
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
14643
14685
  #
14644
14686
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnection AWS API Documentation
@@ -16275,6 +16317,7 @@ module Aws::DataZone
16275
16317
  # resp.assets[0].asset_scope.filter_ids #=> Array
16276
16318
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
16277
16319
  # resp.assets[0].asset_scope.status #=> String
16320
+ # resp.assets[0].asset_scope.scope_name #=> String
16278
16321
  # resp.assets[0].asset_scope.error_message #=> String
16279
16322
  # resp.assets[0].permissions.s3 #=> Array
16280
16323
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -16366,6 +16409,7 @@ module Aws::DataZone
16366
16409
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
16367
16410
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
16368
16411
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
16412
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
16369
16413
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
16370
16414
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
16371
16415
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -16590,7 +16634,7 @@ module Aws::DataZone
16590
16634
  tracer: tracer
16591
16635
  )
16592
16636
  context[:gem_name] = 'aws-sdk-datazone'
16593
- context[:gem_version] = '1.85.0'
16637
+ context[:gem_version] = '1.87.0'
16594
16638
  Seahorse::Client::Request.new(handlers, context)
16595
16639
  end
16596
16640
 
@@ -576,6 +576,17 @@ module Aws::DataZone
576
576
  GitBranch = Shapes::StringShape.new(name: 'GitBranch')
577
577
  GitConnectionId = Shapes::StringShape.new(name: 'GitConnectionId')
578
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')
579
590
  GitRepository = Shapes::StringShape.new(name: 'GitRepository')
580
591
  GlobalParameterMap = Shapes::MapShape.new(name: 'GlobalParameterMap')
581
592
  GlossaryDescription = Shapes::StringShape.new(name: 'GlossaryDescription')
@@ -1593,6 +1604,7 @@ module Aws::DataZone
1593
1604
  AssetScope.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
1594
1605
  AssetScope.add_member(:filter_ids, Shapes::ShapeRef.new(shape: FilterIds, required: true, location_name: "filterIds"))
1595
1606
  AssetScope.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
1607
+ AssetScope.add_member(:scope_name, Shapes::ShapeRef.new(shape: String, location_name: "scopeName"))
1596
1608
  AssetScope.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
1597
1609
  AssetScope.struct_class = Types::AssetScope
1598
1610
 
@@ -1830,6 +1842,7 @@ module Aws::DataZone
1830
1842
  ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
1831
1843
  ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
1832
1844
  ConnectionPropertiesInput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesInput, location_name: "vpcProperties"))
1845
+ ConnectionPropertiesInput.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesInput, location_name: "gitProperties"))
1833
1846
  ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1834
1847
  ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
1835
1848
  ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
@@ -1846,6 +1859,7 @@ module Aws::DataZone
1846
1859
  ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
1847
1860
  ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
1848
1861
  ConnectionPropertiesInput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesInput::VpcProperties)
1862
+ ConnectionPropertiesInput.add_member_subclass(:git_properties, Types::ConnectionPropertiesInput::GitProperties)
1849
1863
  ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
1850
1864
  ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
1851
1865
 
@@ -1864,6 +1878,7 @@ module Aws::DataZone
1864
1878
  ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
1865
1879
  ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
1866
1880
  ConnectionPropertiesOutput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesOutput, location_name: "vpcProperties"))
1881
+ ConnectionPropertiesOutput.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesOutput, location_name: "gitProperties"))
1867
1882
  ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1868
1883
  ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
1869
1884
  ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
@@ -1880,6 +1895,7 @@ module Aws::DataZone
1880
1895
  ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
1881
1896
  ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
1882
1897
  ConnectionPropertiesOutput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesOutput::VpcProperties)
1898
+ ConnectionPropertiesOutput.add_member_subclass(:git_properties, Types::ConnectionPropertiesOutput::GitProperties)
1883
1899
  ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
1884
1900
  ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
1885
1901
 
@@ -1894,6 +1910,7 @@ module Aws::DataZone
1894
1910
  ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
1895
1911
  ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
1896
1912
  ConnectionPropertiesPatch.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesPatch, location_name: "vpcProperties"))
1913
+ ConnectionPropertiesPatch.add_member(:git_properties, Shapes::ShapeRef.new(shape: GitPropertiesPatch, location_name: "gitProperties"))
1897
1914
  ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1898
1915
  ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
1899
1916
  ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
@@ -1906,6 +1923,7 @@ module Aws::DataZone
1906
1923
  ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
1907
1924
  ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
1908
1925
  ConnectionPropertiesPatch.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesPatch::VpcProperties)
1926
+ ConnectionPropertiesPatch.add_member_subclass(:git_properties, Types::ConnectionPropertiesPatch::GitProperties)
1909
1927
  ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
1910
1928
  ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
1911
1929
 
@@ -4094,6 +4112,22 @@ module Aws::DataZone
4094
4112
  GitMetadata.add_member(:commit_message, Shapes::ShapeRef.new(shape: CommitMessage, location_name: "commitMessage"))
4095
4113
  GitMetadata.struct_class = Types::GitMetadata
4096
4114
 
4115
+ GitPropertiesInput.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesInputCodeConnectionArnString, required: true, location_name: "codeConnectionArn"))
4116
+ GitPropertiesInput.add_member(:repository_id, Shapes::ShapeRef.new(shape: GitPropertiesInputRepositoryIdString, required: true, location_name: "repositoryId"))
4117
+ GitPropertiesInput.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesInputDefaultBranchString, required: true, location_name: "defaultBranch"))
4118
+ GitPropertiesInput.struct_class = Types::GitPropertiesInput
4119
+
4120
+ GitPropertiesOutput.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesOutputCodeConnectionArnString, required: true, location_name: "codeConnectionArn"))
4121
+ GitPropertiesOutput.add_member(:repository_id, Shapes::ShapeRef.new(shape: GitPropertiesOutputRepositoryIdString, required: true, location_name: "repositoryId"))
4122
+ GitPropertiesOutput.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesOutputDefaultBranchString, required: true, location_name: "defaultBranch"))
4123
+ GitPropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
4124
+ GitPropertiesOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
4125
+ GitPropertiesOutput.struct_class = Types::GitPropertiesOutput
4126
+
4127
+ GitPropertiesPatch.add_member(:code_connection_arn, Shapes::ShapeRef.new(shape: GitPropertiesPatchCodeConnectionArnString, location_name: "codeConnectionArn"))
4128
+ GitPropertiesPatch.add_member(:default_branch, Shapes::ShapeRef.new(shape: GitPropertiesPatchDefaultBranchString, location_name: "defaultBranch"))
4129
+ GitPropertiesPatch.struct_class = Types::GitPropertiesPatch
4130
+
4097
4131
  GlobalParameterMap.key = Shapes::ShapeRef.new(shape: String)
4098
4132
  GlobalParameterMap.value = Shapes::ShapeRef.new(shape: String)
4099
4133
 
@@ -1175,6 +1175,10 @@ module Aws::DataZone
1175
1175
  # The status of the asset scope.
1176
1176
  # @return [String]
1177
1177
  #
1178
+ # @!attribute [rw] scope_name
1179
+ # The name of the materialized asset scope.
1180
+ # @return [String]
1181
+ #
1178
1182
  # @!attribute [rw] error_message
1179
1183
  # The error message of the asset scope.
1180
1184
  # @return [String]
@@ -1185,6 +1189,7 @@ module Aws::DataZone
1185
1189
  :asset_id,
1186
1190
  :filter_ids,
1187
1191
  :status,
1192
+ :scope_name,
1188
1193
  :error_message)
1189
1194
  SENSITIVE = []
1190
1195
  include Aws::Structure
@@ -2130,6 +2135,10 @@ module Aws::DataZone
2130
2135
  # The VPC properties of a connection.
2131
2136
  # @return [Types::VpcPropertiesInput]
2132
2137
  #
2138
+ # @!attribute [rw] git_properties
2139
+ # The Git properties of a connection.
2140
+ # @return [Types::GitPropertiesInput]
2141
+ #
2133
2142
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesInput AWS API Documentation
2134
2143
  #
2135
2144
  class ConnectionPropertiesInput < Struct.new(
@@ -2148,6 +2157,7 @@ module Aws::DataZone
2148
2157
  :workflows_serverless_properties,
2149
2158
  :lakehouse_properties,
2150
2159
  :vpc_properties,
2160
+ :git_properties,
2151
2161
  :unknown)
2152
2162
  SENSITIVE = []
2153
2163
  include Aws::Structure
@@ -2168,6 +2178,7 @@ module Aws::DataZone
2168
2178
  class WorkflowsServerlessProperties < ConnectionPropertiesInput; end
2169
2179
  class LakehouseProperties < ConnectionPropertiesInput; end
2170
2180
  class VpcProperties < ConnectionPropertiesInput; end
2181
+ class GitProperties < ConnectionPropertiesInput; end
2171
2182
  class Unknown < ConnectionPropertiesInput; end
2172
2183
  end
2173
2184
 
@@ -2236,6 +2247,10 @@ module Aws::DataZone
2236
2247
  # The VPC properties of a connection.
2237
2248
  # @return [Types::VpcPropertiesOutput]
2238
2249
  #
2250
+ # @!attribute [rw] git_properties
2251
+ # The Git properties of a connection.
2252
+ # @return [Types::GitPropertiesOutput]
2253
+ #
2239
2254
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesOutput AWS API Documentation
2240
2255
  #
2241
2256
  class ConnectionPropertiesOutput < Struct.new(
@@ -2254,6 +2269,7 @@ module Aws::DataZone
2254
2269
  :workflows_serverless_properties,
2255
2270
  :lakehouse_properties,
2256
2271
  :vpc_properties,
2272
+ :git_properties,
2257
2273
  :unknown)
2258
2274
  SENSITIVE = []
2259
2275
  include Aws::Structure
@@ -2274,6 +2290,7 @@ module Aws::DataZone
2274
2290
  class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end
2275
2291
  class LakehouseProperties < ConnectionPropertiesOutput; end
2276
2292
  class VpcProperties < ConnectionPropertiesOutput; end
2293
+ class GitProperties < ConnectionPropertiesOutput; end
2277
2294
  class Unknown < ConnectionPropertiesOutput; end
2278
2295
  end
2279
2296
 
@@ -2326,6 +2343,10 @@ module Aws::DataZone
2326
2343
  # The VPC properties of a connection properties patch.
2327
2344
  # @return [Types::VpcPropertiesPatch]
2328
2345
  #
2346
+ # @!attribute [rw] git_properties
2347
+ # The Git properties of a connection properties patch.
2348
+ # @return [Types::GitPropertiesPatch]
2349
+ #
2329
2350
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesPatch AWS API Documentation
2330
2351
  #
2331
2352
  class ConnectionPropertiesPatch < Struct.new(
@@ -2340,6 +2361,7 @@ module Aws::DataZone
2340
2361
  :mlflow_properties,
2341
2362
  :lakehouse_properties,
2342
2363
  :vpc_properties,
2364
+ :git_properties,
2343
2365
  :unknown)
2344
2366
  SENSITIVE = []
2345
2367
  include Aws::Structure
@@ -2356,6 +2378,7 @@ module Aws::DataZone
2356
2378
  class MlflowProperties < ConnectionPropertiesPatch; end
2357
2379
  class LakehouseProperties < ConnectionPropertiesPatch; end
2358
2380
  class VpcProperties < ConnectionPropertiesPatch; end
2381
+ class GitProperties < ConnectionPropertiesPatch; end
2359
2382
  class Unknown < ConnectionPropertiesPatch; end
2360
2383
  end
2361
2384
 
@@ -12462,6 +12485,93 @@ module Aws::DataZone
12462
12485
  include Aws::Structure
12463
12486
  end
12464
12487
 
12488
+ # Contains the Git connection properties that you specify when creating
12489
+ # a Git connection.
12490
+ #
12491
+ # @!attribute [rw] code_connection_arn
12492
+ # The ARN of the CodeConnections connection used to connect to the Git
12493
+ # repository.
12494
+ # @return [String]
12495
+ #
12496
+ # @!attribute [rw] repository_id
12497
+ # The ID of the Git repository. This is the owner and repository name,
12498
+ # for example, owner/repo-name.
12499
+ # @return [String]
12500
+ #
12501
+ # @!attribute [rw] default_branch
12502
+ # The default branch of the Git repository.
12503
+ # @return [String]
12504
+ #
12505
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GitPropertiesInput AWS API Documentation
12506
+ #
12507
+ class GitPropertiesInput < Struct.new(
12508
+ :code_connection_arn,
12509
+ :repository_id,
12510
+ :default_branch)
12511
+ SENSITIVE = []
12512
+ include Aws::Structure
12513
+ end
12514
+
12515
+ # The properties of a Git connection returned by get and list
12516
+ # operations, including connection status and any error details.
12517
+ #
12518
+ # @!attribute [rw] code_connection_arn
12519
+ # The ARN of the CodeConnections connection used to connect to the Git
12520
+ # repository.
12521
+ # @return [String]
12522
+ #
12523
+ # @!attribute [rw] repository_id
12524
+ # The ID of the Git repository. This is the owner and repository name,
12525
+ # for example, owner/repo-name.
12526
+ # @return [String]
12527
+ #
12528
+ # @!attribute [rw] default_branch
12529
+ # The default branch of the Git repository.
12530
+ # @return [String]
12531
+ #
12532
+ # @!attribute [rw] status
12533
+ # The status of the Git connection.
12534
+ # @return [String]
12535
+ #
12536
+ # @!attribute [rw] error_message
12537
+ # The error message that describes why the Git connection failed. This
12538
+ # member is populated when the connection status is CREATE\_FAILED or
12539
+ # UPDATE\_FAILED.
12540
+ # @return [String]
12541
+ #
12542
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GitPropertiesOutput AWS API Documentation
12543
+ #
12544
+ class GitPropertiesOutput < Struct.new(
12545
+ :code_connection_arn,
12546
+ :repository_id,
12547
+ :default_branch,
12548
+ :status,
12549
+ :error_message)
12550
+ SENSITIVE = []
12551
+ include Aws::Structure
12552
+ end
12553
+
12554
+ # The properties used to update an existing Git connection, such as the
12555
+ # CodeConnections ARN or the default branch.
12556
+ #
12557
+ # @!attribute [rw] code_connection_arn
12558
+ # The ARN of the CodeConnections connection used to connect to the Git
12559
+ # repository.
12560
+ # @return [String]
12561
+ #
12562
+ # @!attribute [rw] default_branch
12563
+ # The default branch of the Git repository.
12564
+ # @return [String]
12565
+ #
12566
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GitPropertiesPatch AWS API Documentation
12567
+ #
12568
+ class GitPropertiesPatch < Struct.new(
12569
+ :code_connection_arn,
12570
+ :default_branch)
12571
+ SENSITIVE = []
12572
+ include Aws::Structure
12573
+ end
12574
+
12465
12575
  # The details of a business glossary.
12466
12576
  #
12467
12577
  # @!attribute [rw] domain_id
@@ -55,7 +55,7 @@ module Aws::DataZone
55
55
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
57
57
 
58
- GEM_VERSION = '1.85.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -497,7 +497,7 @@ module Aws
497
497
  def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
498
498
  def project_id: () -> ::String
499
499
  def props: () -> Types::ConnectionPropertiesOutput
500
- def type: () -> ("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")
500
+ def type: () -> ("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")
501
501
  def scope: () -> ("DOMAIN" | "PROJECT")
502
502
  end
503
503
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_connection-instance_method
@@ -649,6 +649,11 @@ module Aws
649
649
  vpc_id: ::String,
650
650
  subnet_ids: Array[::String],
651
651
  security_group_id: ::String?
652
+ }?,
653
+ git_properties: {
654
+ code_connection_arn: ::String,
655
+ repository_id: ::String,
656
+ default_branch: ::String
652
657
  }?
653
658
  },
654
659
  ?enable_trusted_identity_propagation: bool,
@@ -1877,7 +1882,7 @@ module Aws
1877
1882
  def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
1878
1883
  def project_id: () -> ::String
1879
1884
  def props: () -> Types::ConnectionPropertiesOutput
1880
- def type: () -> ("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")
1885
+ def type: () -> ("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")
1881
1886
  def scope: () -> ("DOMAIN" | "PROJECT")
1882
1887
  end
1883
1888
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_connection-instance_method
@@ -2715,7 +2720,7 @@ module Aws
2715
2720
  ?name: ::String,
2716
2721
  ?environment_identifier: ::String,
2717
2722
  ?project_identifier: ::String,
2718
- ?type: ("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"),
2723
+ ?type: ("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"),
2719
2724
  ?scope: ("DOMAIN" | "PROJECT")
2720
2725
  ) -> _ListConnectionsResponseSuccess
2721
2726
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionsResponseSuccess
@@ -3852,7 +3857,7 @@ module Aws
3852
3857
  def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
3853
3858
  def project_id: () -> ::String
3854
3859
  def props: () -> Types::ConnectionPropertiesOutput
3855
- def type: () -> ("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")
3860
+ def type: () -> ("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")
3856
3861
  def scope: () -> ("DOMAIN" | "PROJECT")
3857
3862
  end
3858
3863
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_connection-instance_method
@@ -3963,6 +3968,10 @@ module Aws
3963
3968
  vpc_id: ::String?,
3964
3969
  subnet_ids: Array[::String]?,
3965
3970
  security_group_id: ::String?
3971
+ }?,
3972
+ git_properties: {
3973
+ code_connection_arn: ::String?,
3974
+ default_branch: ::String?
3966
3975
  }?
3967
3976
  }
3968
3977
  ) -> _UpdateConnectionResponseSuccess
data/sig/types.rbs CHANGED
@@ -329,6 +329,7 @@ module Aws::DataZone
329
329
  attr_accessor asset_id: ::String
330
330
  attr_accessor filter_ids: ::Array[::String]
331
331
  attr_accessor status: ::String
332
+ attr_accessor scope_name: ::String
332
333
  attr_accessor error_message: ::String
333
334
  SENSITIVE: []
334
335
  end
@@ -615,6 +616,7 @@ module Aws::DataZone
615
616
  attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesInput
616
617
  attr_accessor lakehouse_properties: Types::LakehousePropertiesInput
617
618
  attr_accessor vpc_properties: Types::VpcPropertiesInput
619
+ attr_accessor git_properties: Types::GitPropertiesInput
618
620
  attr_accessor unknown: untyped
619
621
  SENSITIVE: []
620
622
 
@@ -648,6 +650,8 @@ module Aws::DataZone
648
650
  end
649
651
  class VpcProperties < ConnectionPropertiesInput
650
652
  end
653
+ class GitProperties < ConnectionPropertiesInput
654
+ end
651
655
  class Unknown < ConnectionPropertiesInput
652
656
  end
653
657
  end
@@ -668,6 +672,7 @@ module Aws::DataZone
668
672
  attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesOutput
669
673
  attr_accessor lakehouse_properties: Types::LakehousePropertiesOutput
670
674
  attr_accessor vpc_properties: Types::VpcPropertiesOutput
675
+ attr_accessor git_properties: Types::GitPropertiesOutput
671
676
  attr_accessor unknown: untyped
672
677
  SENSITIVE: []
673
678
 
@@ -701,6 +706,8 @@ module Aws::DataZone
701
706
  end
702
707
  class VpcProperties < ConnectionPropertiesOutput
703
708
  end
709
+ class GitProperties < ConnectionPropertiesOutput
710
+ end
704
711
  class Unknown < ConnectionPropertiesOutput
705
712
  end
706
713
  end
@@ -717,6 +724,7 @@ module Aws::DataZone
717
724
  attr_accessor mlflow_properties: Types::MlflowPropertiesPatch
718
725
  attr_accessor lakehouse_properties: Types::LakehousePropertiesPatch
719
726
  attr_accessor vpc_properties: Types::VpcPropertiesPatch
727
+ attr_accessor git_properties: Types::GitPropertiesPatch
720
728
  attr_accessor unknown: untyped
721
729
  SENSITIVE: []
722
730
 
@@ -742,6 +750,8 @@ module Aws::DataZone
742
750
  end
743
751
  class VpcProperties < ConnectionPropertiesPatch
744
752
  end
753
+ class GitProperties < ConnectionPropertiesPatch
754
+ end
745
755
  class Unknown < ConnectionPropertiesPatch
746
756
  end
747
757
  end
@@ -756,7 +766,7 @@ module Aws::DataZone
756
766
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
757
767
  attr_accessor project_id: ::String
758
768
  attr_accessor props: Types::ConnectionPropertiesOutput
759
- attr_accessor type: ("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")
769
+ attr_accessor type: ("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")
760
770
  attr_accessor scope: ("DOMAIN" | "PROJECT")
761
771
  SENSITIVE: []
762
772
  end
@@ -962,7 +972,7 @@ module Aws::DataZone
962
972
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
963
973
  attr_accessor project_id: ::String
964
974
  attr_accessor props: Types::ConnectionPropertiesOutput
965
- attr_accessor type: ("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")
975
+ attr_accessor type: ("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")
966
976
  attr_accessor scope: ("DOMAIN" | "PROJECT")
967
977
  SENSITIVE: [:description]
968
978
  end
@@ -2578,7 +2588,7 @@ module Aws::DataZone
2578
2588
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
2579
2589
  attr_accessor project_id: ::String
2580
2590
  attr_accessor props: Types::ConnectionPropertiesOutput
2581
- attr_accessor type: ("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")
2591
+ attr_accessor type: ("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")
2582
2592
  attr_accessor scope: ("DOMAIN" | "PROJECT")
2583
2593
  SENSITIVE: [:connection_credentials, :description]
2584
2594
  end
@@ -3351,6 +3361,28 @@ module Aws::DataZone
3351
3361
  SENSITIVE: [:repository, :branch, :commit_message]
3352
3362
  end
3353
3363
 
3364
+ class GitPropertiesInput
3365
+ attr_accessor code_connection_arn: ::String
3366
+ attr_accessor repository_id: ::String
3367
+ attr_accessor default_branch: ::String
3368
+ SENSITIVE: []
3369
+ end
3370
+
3371
+ class GitPropertiesOutput
3372
+ attr_accessor code_connection_arn: ::String
3373
+ attr_accessor repository_id: ::String
3374
+ attr_accessor default_branch: ::String
3375
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED" | "READY" | "UPDATING" | "UPDATE_FAILED" | "DELETED")
3376
+ attr_accessor error_message: ::String
3377
+ SENSITIVE: []
3378
+ end
3379
+
3380
+ class GitPropertiesPatch
3381
+ attr_accessor code_connection_arn: ::String
3382
+ attr_accessor default_branch: ::String
3383
+ SENSITIVE: []
3384
+ end
3385
+
3354
3386
  class GlossaryItem
3355
3387
  attr_accessor domain_id: ::String
3356
3388
  attr_accessor id: ::String
@@ -3403,7 +3435,7 @@ module Aws::DataZone
3403
3435
  class GlueConnection
3404
3436
  attr_accessor name: ::String
3405
3437
  attr_accessor description: ::String
3406
- attr_accessor connection_type: ("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")
3438
+ attr_accessor connection_type: ("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")
3407
3439
  attr_accessor match_criteria: ::Array[::String]
3408
3440
  attr_accessor connection_properties: ::Hash[::String, ::String]
3409
3441
  attr_accessor spark_properties: ::Hash[::String, ::String]
@@ -3865,7 +3897,7 @@ module Aws::DataZone
3865
3897
  attr_accessor name: ::String
3866
3898
  attr_accessor environment_identifier: ::String
3867
3899
  attr_accessor project_identifier: ::String
3868
- attr_accessor type: ("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")
3900
+ attr_accessor type: ("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")
3869
3901
  attr_accessor scope: ("DOMAIN" | "PROJECT")
3870
3902
  SENSITIVE: []
3871
3903
  end
@@ -6400,7 +6432,7 @@ module Aws::DataZone
6400
6432
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
6401
6433
  attr_accessor project_id: ::String
6402
6434
  attr_accessor props: Types::ConnectionPropertiesOutput
6403
- attr_accessor type: ("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")
6435
+ attr_accessor type: ("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")
6404
6436
  attr_accessor scope: ("DOMAIN" | "PROJECT")
6405
6437
  SENSITIVE: [:description]
6406
6438
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services