aws-sdk-datazone 1.73.0 → 1.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +11 -1
- data/lib/aws-sdk-datazone/client_api.rb +18 -0
- data/lib/aws-sdk-datazone/types.rb +63 -0
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +6 -0
- data/sig/types.rbs +24 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8a50882fe7c1a0ed1720e73db41a5999d25c393e12f5d5aae2b478128554b69
|
|
4
|
+
data.tar.gz: 59291cd92d325f572a9cf224f54116b3ac98e45c49e4ce96dd3a3bb8137a39a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 773dbdaa7ce530cf15bcea774d19e96fbfdeb1852d2b692324592bb8aa529ef688054a388c2f51cacedb8c6a085af6569cde438cb9fd6456f8e94ebe110d5439
|
|
7
|
+
data.tar.gz: 7d98d6b95a9b721d1e6d4876bdc4807f684d1bedf3b44f909b5a620eab783bb2aa749e8fdd411f43b9b3cf1b0e91c05f8912b6fd50aa23376dcbc1565dc7e7be
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
|
@@ -2084,6 +2084,9 @@ module Aws::DataZone
|
|
|
2084
2084
|
# },
|
|
2085
2085
|
# workflows_serverless_properties: {
|
|
2086
2086
|
# },
|
|
2087
|
+
# lakehouse_properties: {
|
|
2088
|
+
# glue_lineage_sync_enabled: false,
|
|
2089
|
+
# },
|
|
2087
2090
|
# },
|
|
2088
2091
|
# enable_trusted_identity_propagation: false,
|
|
2089
2092
|
# scope: "DOMAIN", # accepts DOMAIN, PROJECT
|
|
@@ -2215,6 +2218,7 @@ module Aws::DataZone
|
|
|
2215
2218
|
# resp.props.amazon_q_properties.auth_mode #=> String
|
|
2216
2219
|
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
2217
2220
|
# resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
|
|
2221
|
+
# resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
|
|
2218
2222
|
# 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"
|
|
2219
2223
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
2220
2224
|
#
|
|
@@ -6188,6 +6192,7 @@ module Aws::DataZone
|
|
|
6188
6192
|
# resp.props.amazon_q_properties.auth_mode #=> String
|
|
6189
6193
|
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
6190
6194
|
# resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
|
|
6195
|
+
# resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
|
|
6191
6196
|
# 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"
|
|
6192
6197
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
6193
6198
|
#
|
|
@@ -8775,6 +8780,7 @@ module Aws::DataZone
|
|
|
8775
8780
|
# resp.items[0].props.amazon_q_properties.auth_mode #=> String
|
|
8776
8781
|
# resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
|
|
8777
8782
|
# resp.items[0].props.workflows_mwaa_properties.mwaa_environment_name #=> String
|
|
8783
|
+
# resp.items[0].props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
|
|
8778
8784
|
# 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"
|
|
8779
8785
|
# resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
|
|
8780
8786
|
# resp.next_token #=> String
|
|
@@ -13253,6 +13259,9 @@ module Aws::DataZone
|
|
|
13253
13259
|
# mlflow_properties: {
|
|
13254
13260
|
# tracking_server_arn: "String",
|
|
13255
13261
|
# },
|
|
13262
|
+
# lakehouse_properties: {
|
|
13263
|
+
# glue_lineage_sync_enabled: false,
|
|
13264
|
+
# },
|
|
13256
13265
|
# },
|
|
13257
13266
|
# })
|
|
13258
13267
|
#
|
|
@@ -13382,6 +13391,7 @@ module Aws::DataZone
|
|
|
13382
13391
|
# resp.props.amazon_q_properties.auth_mode #=> String
|
|
13383
13392
|
# resp.props.mlflow_properties.tracking_server_arn #=> String
|
|
13384
13393
|
# resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
|
|
13394
|
+
# resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
|
|
13385
13395
|
# 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"
|
|
13386
13396
|
# resp.scope #=> String, one of "DOMAIN", "PROJECT"
|
|
13387
13397
|
#
|
|
@@ -15199,7 +15209,7 @@ module Aws::DataZone
|
|
|
15199
15209
|
tracer: tracer
|
|
15200
15210
|
)
|
|
15201
15211
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
15202
|
-
context[:gem_version] = '1.
|
|
15212
|
+
context[:gem_version] = '1.74.0'
|
|
15203
15213
|
Seahorse::Client::Request.new(handlers, context)
|
|
15204
15214
|
end
|
|
15205
15215
|
|
|
@@ -636,6 +636,9 @@ module Aws::DataZone
|
|
|
636
636
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
|
637
637
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
638
638
|
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
|
639
|
+
LakehousePropertiesInput = Shapes::StructureShape.new(name: 'LakehousePropertiesInput')
|
|
640
|
+
LakehousePropertiesOutput = Shapes::StructureShape.new(name: 'LakehousePropertiesOutput')
|
|
641
|
+
LakehousePropertiesPatch = Shapes::StructureShape.new(name: 'LakehousePropertiesPatch')
|
|
639
642
|
LambdaExecutionRoleArn = Shapes::StringShape.new(name: 'LambdaExecutionRoleArn')
|
|
640
643
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
|
641
644
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
|
@@ -1706,6 +1709,7 @@ module Aws::DataZone
|
|
|
1706
1709
|
ConnectionPropertiesInput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesInput, location_name: "mlflowProperties"))
|
|
1707
1710
|
ConnectionPropertiesInput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesInput, location_name: "workflowsMwaaProperties"))
|
|
1708
1711
|
ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
|
|
1712
|
+
ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
|
|
1709
1713
|
ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1710
1714
|
ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
|
|
1711
1715
|
ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
|
|
@@ -1719,6 +1723,7 @@ module Aws::DataZone
|
|
|
1719
1723
|
ConnectionPropertiesInput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesInput::MlflowProperties)
|
|
1720
1724
|
ConnectionPropertiesInput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesInput::WorkflowsMwaaProperties)
|
|
1721
1725
|
ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
|
|
1726
|
+
ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
|
|
1722
1727
|
ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
|
|
1723
1728
|
ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
|
|
1724
1729
|
|
|
@@ -1734,6 +1739,7 @@ module Aws::DataZone
|
|
|
1734
1739
|
ConnectionPropertiesOutput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesOutput, location_name: "mlflowProperties"))
|
|
1735
1740
|
ConnectionPropertiesOutput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesOutput, location_name: "workflowsMwaaProperties"))
|
|
1736
1741
|
ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
|
|
1742
|
+
ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
|
|
1737
1743
|
ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1738
1744
|
ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
|
|
1739
1745
|
ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
|
|
@@ -1747,6 +1753,7 @@ module Aws::DataZone
|
|
|
1747
1753
|
ConnectionPropertiesOutput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesOutput::MlflowProperties)
|
|
1748
1754
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesOutput::WorkflowsMwaaProperties)
|
|
1749
1755
|
ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
|
|
1756
|
+
ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
|
|
1750
1757
|
ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
|
|
1751
1758
|
ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
|
|
1752
1759
|
|
|
@@ -1758,6 +1765,7 @@ module Aws::DataZone
|
|
|
1758
1765
|
ConnectionPropertiesPatch.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesPatch, location_name: "s3Properties"))
|
|
1759
1766
|
ConnectionPropertiesPatch.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesPatch, location_name: "amazonQProperties"))
|
|
1760
1767
|
ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
|
|
1768
|
+
ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
|
|
1761
1769
|
ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1762
1770
|
ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
|
|
1763
1771
|
ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
|
|
@@ -1767,6 +1775,7 @@ module Aws::DataZone
|
|
|
1767
1775
|
ConnectionPropertiesPatch.add_member_subclass(:s3_properties, Types::ConnectionPropertiesPatch::S3Properties)
|
|
1768
1776
|
ConnectionPropertiesPatch.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesPatch::AmazonQProperties)
|
|
1769
1777
|
ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
|
|
1778
|
+
ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
|
|
1770
1779
|
ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
|
|
1771
1780
|
ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
|
|
1772
1781
|
|
|
@@ -4038,6 +4047,15 @@ module Aws::DataZone
|
|
|
4038
4047
|
LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
|
|
4039
4048
|
LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
|
|
4040
4049
|
|
|
4050
|
+
LakehousePropertiesInput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4051
|
+
LakehousePropertiesInput.struct_class = Types::LakehousePropertiesInput
|
|
4052
|
+
|
|
4053
|
+
LakehousePropertiesOutput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4054
|
+
LakehousePropertiesOutput.struct_class = Types::LakehousePropertiesOutput
|
|
4055
|
+
|
|
4056
|
+
LakehousePropertiesPatch.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
|
|
4057
|
+
LakehousePropertiesPatch.struct_class = Types::LakehousePropertiesPatch
|
|
4058
|
+
|
|
4041
4059
|
LessThanExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
|
4042
4060
|
LessThanExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
4043
4061
|
LessThanExpression.struct_class = Types::LessThanExpression
|
|
@@ -2088,6 +2088,10 @@ module Aws::DataZone
|
|
|
2088
2088
|
# The MWAA serverless properties of a connection.
|
|
2089
2089
|
# @return [Types::WorkflowsServerlessPropertiesInput]
|
|
2090
2090
|
#
|
|
2091
|
+
# @!attribute [rw] lakehouse_properties
|
|
2092
|
+
# The lakehouse properties of a connection.
|
|
2093
|
+
# @return [Types::LakehousePropertiesInput]
|
|
2094
|
+
#
|
|
2091
2095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesInput AWS API Documentation
|
|
2092
2096
|
#
|
|
2093
2097
|
class ConnectionPropertiesInput < Struct.new(
|
|
@@ -2103,6 +2107,7 @@ module Aws::DataZone
|
|
|
2103
2107
|
:mlflow_properties,
|
|
2104
2108
|
:workflows_mwaa_properties,
|
|
2105
2109
|
:workflows_serverless_properties,
|
|
2110
|
+
:lakehouse_properties,
|
|
2106
2111
|
:unknown)
|
|
2107
2112
|
SENSITIVE = []
|
|
2108
2113
|
include Aws::Structure
|
|
@@ -2120,6 +2125,7 @@ module Aws::DataZone
|
|
|
2120
2125
|
class MlflowProperties < ConnectionPropertiesInput; end
|
|
2121
2126
|
class WorkflowsMwaaProperties < ConnectionPropertiesInput; end
|
|
2122
2127
|
class WorkflowsServerlessProperties < ConnectionPropertiesInput; end
|
|
2128
|
+
class LakehouseProperties < ConnectionPropertiesInput; end
|
|
2123
2129
|
class Unknown < ConnectionPropertiesInput; end
|
|
2124
2130
|
end
|
|
2125
2131
|
|
|
@@ -2175,6 +2181,10 @@ module Aws::DataZone
|
|
|
2175
2181
|
# The MWAA serverless properties of a connection.
|
|
2176
2182
|
# @return [Types::WorkflowsServerlessPropertiesOutput]
|
|
2177
2183
|
#
|
|
2184
|
+
# @!attribute [rw] lakehouse_properties
|
|
2185
|
+
# The lakehouse properties of a connection.
|
|
2186
|
+
# @return [Types::LakehousePropertiesOutput]
|
|
2187
|
+
#
|
|
2178
2188
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesOutput AWS API Documentation
|
|
2179
2189
|
#
|
|
2180
2190
|
class ConnectionPropertiesOutput < Struct.new(
|
|
@@ -2190,6 +2200,7 @@ module Aws::DataZone
|
|
|
2190
2200
|
:mlflow_properties,
|
|
2191
2201
|
:workflows_mwaa_properties,
|
|
2192
2202
|
:workflows_serverless_properties,
|
|
2203
|
+
:lakehouse_properties,
|
|
2193
2204
|
:unknown)
|
|
2194
2205
|
SENSITIVE = []
|
|
2195
2206
|
include Aws::Structure
|
|
@@ -2207,6 +2218,7 @@ module Aws::DataZone
|
|
|
2207
2218
|
class MlflowProperties < ConnectionPropertiesOutput; end
|
|
2208
2219
|
class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end
|
|
2209
2220
|
class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end
|
|
2221
|
+
class LakehouseProperties < ConnectionPropertiesOutput; end
|
|
2210
2222
|
class Unknown < ConnectionPropertiesOutput; end
|
|
2211
2223
|
end
|
|
2212
2224
|
|
|
@@ -2247,6 +2259,10 @@ module Aws::DataZone
|
|
|
2247
2259
|
# The MLflow properties of a connection.
|
|
2248
2260
|
# @return [Types::MlflowPropertiesPatch]
|
|
2249
2261
|
#
|
|
2262
|
+
# @!attribute [rw] lakehouse_properties
|
|
2263
|
+
# The lakehouse properties of a connection properties patch.
|
|
2264
|
+
# @return [Types::LakehousePropertiesPatch]
|
|
2265
|
+
#
|
|
2250
2266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesPatch AWS API Documentation
|
|
2251
2267
|
#
|
|
2252
2268
|
class ConnectionPropertiesPatch < Struct.new(
|
|
@@ -2258,6 +2274,7 @@ module Aws::DataZone
|
|
|
2258
2274
|
:s3_properties,
|
|
2259
2275
|
:amazon_q_properties,
|
|
2260
2276
|
:mlflow_properties,
|
|
2277
|
+
:lakehouse_properties,
|
|
2261
2278
|
:unknown)
|
|
2262
2279
|
SENSITIVE = []
|
|
2263
2280
|
include Aws::Structure
|
|
@@ -2271,6 +2288,7 @@ module Aws::DataZone
|
|
|
2271
2288
|
class S3Properties < ConnectionPropertiesPatch; end
|
|
2272
2289
|
class AmazonQProperties < ConnectionPropertiesPatch; end
|
|
2273
2290
|
class MlflowProperties < ConnectionPropertiesPatch; end
|
|
2291
|
+
class LakehouseProperties < ConnectionPropertiesPatch; end
|
|
2274
2292
|
class Unknown < ConnectionPropertiesPatch; end
|
|
2275
2293
|
end
|
|
2276
2294
|
|
|
@@ -12674,6 +12692,51 @@ module Aws::DataZone
|
|
|
12674
12692
|
include Aws::Structure
|
|
12675
12693
|
end
|
|
12676
12694
|
|
|
12695
|
+
# The lakehouse properties of a connection.
|
|
12696
|
+
#
|
|
12697
|
+
# @!attribute [rw] glue_lineage_sync_enabled
|
|
12698
|
+
# Specifies whether to enable Glue lineage sync for tables managed by
|
|
12699
|
+
# Glue crawlers.
|
|
12700
|
+
# @return [Boolean]
|
|
12701
|
+
#
|
|
12702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/LakehousePropertiesInput AWS API Documentation
|
|
12703
|
+
#
|
|
12704
|
+
class LakehousePropertiesInput < Struct.new(
|
|
12705
|
+
:glue_lineage_sync_enabled)
|
|
12706
|
+
SENSITIVE = []
|
|
12707
|
+
include Aws::Structure
|
|
12708
|
+
end
|
|
12709
|
+
|
|
12710
|
+
# The lakehouse properties of a connection.
|
|
12711
|
+
#
|
|
12712
|
+
# @!attribute [rw] glue_lineage_sync_enabled
|
|
12713
|
+
# Specifies whether Glue lineage sync is enabled for tables managed by
|
|
12714
|
+
# Glue crawlers.
|
|
12715
|
+
# @return [Boolean]
|
|
12716
|
+
#
|
|
12717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/LakehousePropertiesOutput AWS API Documentation
|
|
12718
|
+
#
|
|
12719
|
+
class LakehousePropertiesOutput < Struct.new(
|
|
12720
|
+
:glue_lineage_sync_enabled)
|
|
12721
|
+
SENSITIVE = []
|
|
12722
|
+
include Aws::Structure
|
|
12723
|
+
end
|
|
12724
|
+
|
|
12725
|
+
# The lakehouse properties of a connection properties patch.
|
|
12726
|
+
#
|
|
12727
|
+
# @!attribute [rw] glue_lineage_sync_enabled
|
|
12728
|
+
# Specifies whether to enable Glue lineage sync for tables managed by
|
|
12729
|
+
# Glue crawlers.
|
|
12730
|
+
# @return [Boolean]
|
|
12731
|
+
#
|
|
12732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/LakehousePropertiesPatch AWS API Documentation
|
|
12733
|
+
#
|
|
12734
|
+
class LakehousePropertiesPatch < Struct.new(
|
|
12735
|
+
:glue_lineage_sync_enabled)
|
|
12736
|
+
SENSITIVE = []
|
|
12737
|
+
include Aws::Structure
|
|
12738
|
+
end
|
|
12739
|
+
|
|
12677
12740
|
# Specifies that a value is less than an expression.
|
|
12678
12741
|
#
|
|
12679
12742
|
# @!attribute [rw] column_name
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -749,6 +749,9 @@ module Aws
|
|
|
749
749
|
mwaa_environment_name: ::String?
|
|
750
750
|
}?,
|
|
751
751
|
workflows_serverless_properties: {
|
|
752
|
+
}?,
|
|
753
|
+
lakehouse_properties: {
|
|
754
|
+
glue_lineage_sync_enabled: bool?
|
|
752
755
|
}?
|
|
753
756
|
},
|
|
754
757
|
?enable_trusted_identity_propagation: bool,
|
|
@@ -3986,6 +3989,9 @@ module Aws
|
|
|
3986
3989
|
}?,
|
|
3987
3990
|
mlflow_properties: {
|
|
3988
3991
|
tracking_server_arn: ::String?
|
|
3992
|
+
}?,
|
|
3993
|
+
lakehouse_properties: {
|
|
3994
|
+
glue_lineage_sync_enabled: bool?
|
|
3989
3995
|
}?
|
|
3990
3996
|
}
|
|
3991
3997
|
) -> _UpdateConnectionResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -603,6 +603,7 @@ module Aws::DataZone
|
|
|
603
603
|
attr_accessor mlflow_properties: Types::MlflowPropertiesInput
|
|
604
604
|
attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesInput
|
|
605
605
|
attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesInput
|
|
606
|
+
attr_accessor lakehouse_properties: Types::LakehousePropertiesInput
|
|
606
607
|
attr_accessor unknown: untyped
|
|
607
608
|
SENSITIVE: []
|
|
608
609
|
|
|
@@ -630,6 +631,8 @@ module Aws::DataZone
|
|
|
630
631
|
end
|
|
631
632
|
class WorkflowsServerlessProperties < ConnectionPropertiesInput
|
|
632
633
|
end
|
|
634
|
+
class LakehouseProperties < ConnectionPropertiesInput
|
|
635
|
+
end
|
|
633
636
|
class Unknown < ConnectionPropertiesInput
|
|
634
637
|
end
|
|
635
638
|
end
|
|
@@ -647,6 +650,7 @@ module Aws::DataZone
|
|
|
647
650
|
attr_accessor mlflow_properties: Types::MlflowPropertiesOutput
|
|
648
651
|
attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesOutput
|
|
649
652
|
attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesOutput
|
|
653
|
+
attr_accessor lakehouse_properties: Types::LakehousePropertiesOutput
|
|
650
654
|
attr_accessor unknown: untyped
|
|
651
655
|
SENSITIVE: []
|
|
652
656
|
|
|
@@ -674,6 +678,8 @@ module Aws::DataZone
|
|
|
674
678
|
end
|
|
675
679
|
class WorkflowsServerlessProperties < ConnectionPropertiesOutput
|
|
676
680
|
end
|
|
681
|
+
class LakehouseProperties < ConnectionPropertiesOutput
|
|
682
|
+
end
|
|
677
683
|
class Unknown < ConnectionPropertiesOutput
|
|
678
684
|
end
|
|
679
685
|
end
|
|
@@ -687,6 +693,7 @@ module Aws::DataZone
|
|
|
687
693
|
attr_accessor s3_properties: Types::S3PropertiesPatch
|
|
688
694
|
attr_accessor amazon_q_properties: Types::AmazonQPropertiesPatch
|
|
689
695
|
attr_accessor mlflow_properties: Types::MlflowPropertiesPatch
|
|
696
|
+
attr_accessor lakehouse_properties: Types::LakehousePropertiesPatch
|
|
690
697
|
attr_accessor unknown: untyped
|
|
691
698
|
SENSITIVE: []
|
|
692
699
|
|
|
@@ -706,6 +713,8 @@ module Aws::DataZone
|
|
|
706
713
|
end
|
|
707
714
|
class MlflowProperties < ConnectionPropertiesPatch
|
|
708
715
|
end
|
|
716
|
+
class LakehouseProperties < ConnectionPropertiesPatch
|
|
717
|
+
end
|
|
709
718
|
class Unknown < ConnectionPropertiesPatch
|
|
710
719
|
end
|
|
711
720
|
end
|
|
@@ -3434,6 +3443,21 @@ module Aws::DataZone
|
|
|
3434
3443
|
SENSITIVE: []
|
|
3435
3444
|
end
|
|
3436
3445
|
|
|
3446
|
+
class LakehousePropertiesInput
|
|
3447
|
+
attr_accessor glue_lineage_sync_enabled: bool
|
|
3448
|
+
SENSITIVE: []
|
|
3449
|
+
end
|
|
3450
|
+
|
|
3451
|
+
class LakehousePropertiesOutput
|
|
3452
|
+
attr_accessor glue_lineage_sync_enabled: bool
|
|
3453
|
+
SENSITIVE: []
|
|
3454
|
+
end
|
|
3455
|
+
|
|
3456
|
+
class LakehousePropertiesPatch
|
|
3457
|
+
attr_accessor glue_lineage_sync_enabled: bool
|
|
3458
|
+
SENSITIVE: []
|
|
3459
|
+
end
|
|
3460
|
+
|
|
3437
3461
|
class LessThanExpression
|
|
3438
3462
|
attr_accessor column_name: ::String
|
|
3439
3463
|
attr_accessor value: ::String
|