aws-sdk-datazone 1.71.0 → 1.72.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 +65 -1
- data/lib/aws-sdk-datazone/client_api.rb +25 -0
- data/lib/aws-sdk-datazone/types.rb +87 -3
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +20 -2
- data/sig/types.rbs +18 -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: 6ad8222903cea032f3eb8feed89b1e95cdf09c862011f967f88e9d4c85544fa4
|
|
4
|
+
data.tar.gz: b8639ecca14dfd96452fe14cfcf176a62930a4c49e73fac4b71ff88e5df8f54d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcf9aa89f2af7855c4afc7f537c19a673dfe9556cd47f23c4a1683fa30d625ff87a0f3592fe3bcb5e44e5f0399f63e56f7e1f1e70fcc25f2b5eeedcbcfd86bfb
|
|
7
|
+
data.tar.gz: c80eb19329a79c9d158f83a1ac4acdcfd442f3d60b380ff291efcab7544b360e11850f87be8e33e4e7eb286fa2dddce8316e51623790c93bef527c11f3112126
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -1885,6 +1885,9 @@ module Aws::DataZone
|
|
|
1885
1885
|
# **A suitable default value is auto-generated.** You should normally
|
|
1886
1886
|
# not need to pass this option.**
|
|
1887
1887
|
#
|
|
1888
|
+
# @option params [Array<Types::Configuration>] :configurations
|
|
1889
|
+
# The configurations of the connection.
|
|
1890
|
+
#
|
|
1888
1891
|
# @option params [String] :description
|
|
1889
1892
|
# A connection description.
|
|
1890
1893
|
#
|
|
@@ -1909,6 +1912,7 @@ module Aws::DataZone
|
|
|
1909
1912
|
# @return [Types::CreateConnectionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1910
1913
|
#
|
|
1911
1914
|
# * {Types::CreateConnectionOutput#connection_id #connection_id} => String
|
|
1915
|
+
# * {Types::CreateConnectionOutput#configurations #configurations} => Array<Types::Configuration>
|
|
1912
1916
|
# * {Types::CreateConnectionOutput#description #description} => String
|
|
1913
1917
|
# * {Types::CreateConnectionOutput#domain_id #domain_id} => String
|
|
1914
1918
|
# * {Types::CreateConnectionOutput#domain_unit_id #domain_unit_id} => String
|
|
@@ -1930,6 +1934,14 @@ module Aws::DataZone
|
|
|
1930
1934
|
# iam_connection_id: "ConnectionId",
|
|
1931
1935
|
# },
|
|
1932
1936
|
# client_token: "String",
|
|
1937
|
+
# configurations: [
|
|
1938
|
+
# {
|
|
1939
|
+
# classification: "ConfigurationClassificationString",
|
|
1940
|
+
# properties: {
|
|
1941
|
+
# "PropertyMapKeyString" => "PropertyMapValueString",
|
|
1942
|
+
# },
|
|
1943
|
+
# },
|
|
1944
|
+
# ],
|
|
1933
1945
|
# description: "CreateConnectionInputDescriptionString",
|
|
1934
1946
|
# domain_identifier: "DomainId", # required
|
|
1935
1947
|
# environment_identifier: "EnvironmentId",
|
|
@@ -2042,6 +2054,7 @@ module Aws::DataZone
|
|
|
2042
2054
|
# connection: "String",
|
|
2043
2055
|
# },
|
|
2044
2056
|
# glue_connection_name: "SparkGluePropertiesInputGlueConnectionNameString",
|
|
2057
|
+
# glue_connection_names: ["GlueConnectionName"],
|
|
2045
2058
|
# glue_version: "SparkGluePropertiesInputGlueVersionString",
|
|
2046
2059
|
# idle_timeout: 1,
|
|
2047
2060
|
# java_virtual_env: "SparkGluePropertiesInputJavaVirtualEnvString",
|
|
@@ -2052,6 +2065,7 @@ module Aws::DataZone
|
|
|
2052
2065
|
# s3_properties: {
|
|
2053
2066
|
# s3_uri: "S3Uri", # required
|
|
2054
2067
|
# s3_access_grant_location_id: "S3AccessGrantLocationId",
|
|
2068
|
+
# register_s3_access_grant_location: false,
|
|
2055
2069
|
# },
|
|
2056
2070
|
# amazon_q_properties: {
|
|
2057
2071
|
# is_enabled: false, # required
|
|
@@ -2074,6 +2088,10 @@ module Aws::DataZone
|
|
|
2074
2088
|
# @example Response structure
|
|
2075
2089
|
#
|
|
2076
2090
|
# resp.connection_id #=> String
|
|
2091
|
+
# resp.configurations #=> Array
|
|
2092
|
+
# resp.configurations[0].classification #=> String
|
|
2093
|
+
# resp.configurations[0].properties #=> Hash
|
|
2094
|
+
# resp.configurations[0].properties["PropertyMapKeyString"] #=> String
|
|
2077
2095
|
# resp.description #=> String
|
|
2078
2096
|
# resp.domain_id #=> String
|
|
2079
2097
|
# resp.domain_unit_id #=> String
|
|
@@ -2085,6 +2103,8 @@ module Aws::DataZone
|
|
|
2085
2103
|
# resp.physical_endpoints[0].aws_location.aws_region #=> String
|
|
2086
2104
|
# resp.physical_endpoints[0].aws_location.iam_connection_id #=> String
|
|
2087
2105
|
# resp.physical_endpoints[0].glue_connection_name #=> String
|
|
2106
|
+
# resp.physical_endpoints[0].glue_connection_names #=> Array
|
|
2107
|
+
# resp.physical_endpoints[0].glue_connection_names[0] #=> String
|
|
2088
2108
|
# resp.physical_endpoints[0].glue_connection.name #=> String
|
|
2089
2109
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
2090
2110
|
# 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"
|
|
@@ -2173,6 +2193,8 @@ module Aws::DataZone
|
|
|
2173
2193
|
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
|
2174
2194
|
# resp.props.spark_glue_properties.additional_args.connection #=> String
|
|
2175
2195
|
# resp.props.spark_glue_properties.glue_connection_name #=> String
|
|
2196
|
+
# resp.props.spark_glue_properties.glue_connection_names #=> Array
|
|
2197
|
+
# resp.props.spark_glue_properties.glue_connection_names[0] #=> String
|
|
2176
2198
|
# resp.props.spark_glue_properties.glue_version #=> String
|
|
2177
2199
|
# resp.props.spark_glue_properties.idle_timeout #=> Integer
|
|
2178
2200
|
# resp.props.spark_glue_properties.java_virtual_env #=> String
|
|
@@ -2181,6 +2203,7 @@ module Aws::DataZone
|
|
|
2181
2203
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
2182
2204
|
# resp.props.s3_properties.s3_uri #=> String
|
|
2183
2205
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
|
2206
|
+
# resp.props.s3_properties.register_s3_access_grant_location #=> Boolean
|
|
2184
2207
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
|
2185
2208
|
# resp.props.s3_properties.error_message #=> String
|
|
2186
2209
|
# resp.props.amazon_q_properties.is_enabled #=> Boolean
|
|
@@ -5966,6 +5989,7 @@ module Aws::DataZone
|
|
|
5966
5989
|
# @return [Types::GetConnectionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5967
5990
|
#
|
|
5968
5991
|
# * {Types::GetConnectionOutput#connection_credentials #connection_credentials} => Types::ConnectionCredentials
|
|
5992
|
+
# * {Types::GetConnectionOutput#configurations #configurations} => Array<Types::Configuration>
|
|
5969
5993
|
# * {Types::GetConnectionOutput#connection_id #connection_id} => String
|
|
5970
5994
|
# * {Types::GetConnectionOutput#description #description} => String
|
|
5971
5995
|
# * {Types::GetConnectionOutput#domain_id #domain_id} => String
|
|
@@ -5993,6 +6017,10 @@ module Aws::DataZone
|
|
|
5993
6017
|
# resp.connection_credentials.secret_access_key #=> String
|
|
5994
6018
|
# resp.connection_credentials.session_token #=> String
|
|
5995
6019
|
# resp.connection_credentials.expiration #=> Time
|
|
6020
|
+
# resp.configurations #=> Array
|
|
6021
|
+
# resp.configurations[0].classification #=> String
|
|
6022
|
+
# resp.configurations[0].properties #=> Hash
|
|
6023
|
+
# resp.configurations[0].properties["PropertyMapKeyString"] #=> String
|
|
5996
6024
|
# resp.connection_id #=> String
|
|
5997
6025
|
# resp.description #=> String
|
|
5998
6026
|
# resp.domain_id #=> String
|
|
@@ -6006,6 +6034,8 @@ module Aws::DataZone
|
|
|
6006
6034
|
# resp.physical_endpoints[0].aws_location.aws_region #=> String
|
|
6007
6035
|
# resp.physical_endpoints[0].aws_location.iam_connection_id #=> String
|
|
6008
6036
|
# resp.physical_endpoints[0].glue_connection_name #=> String
|
|
6037
|
+
# resp.physical_endpoints[0].glue_connection_names #=> Array
|
|
6038
|
+
# resp.physical_endpoints[0].glue_connection_names[0] #=> String
|
|
6009
6039
|
# resp.physical_endpoints[0].glue_connection.name #=> String
|
|
6010
6040
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
6011
6041
|
# 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"
|
|
@@ -6094,6 +6124,8 @@ module Aws::DataZone
|
|
|
6094
6124
|
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
|
6095
6125
|
# resp.props.spark_glue_properties.additional_args.connection #=> String
|
|
6096
6126
|
# resp.props.spark_glue_properties.glue_connection_name #=> String
|
|
6127
|
+
# resp.props.spark_glue_properties.glue_connection_names #=> Array
|
|
6128
|
+
# resp.props.spark_glue_properties.glue_connection_names[0] #=> String
|
|
6097
6129
|
# resp.props.spark_glue_properties.glue_version #=> String
|
|
6098
6130
|
# resp.props.spark_glue_properties.idle_timeout #=> Integer
|
|
6099
6131
|
# resp.props.spark_glue_properties.java_virtual_env #=> String
|
|
@@ -6102,6 +6134,7 @@ module Aws::DataZone
|
|
|
6102
6134
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
6103
6135
|
# resp.props.s3_properties.s3_uri #=> String
|
|
6104
6136
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
|
6137
|
+
# resp.props.s3_properties.register_s3_access_grant_location #=> Boolean
|
|
6105
6138
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
|
6106
6139
|
# resp.props.s3_properties.error_message #=> String
|
|
6107
6140
|
# resp.props.amazon_q_properties.is_enabled #=> Boolean
|
|
@@ -8557,6 +8590,10 @@ module Aws::DataZone
|
|
|
8557
8590
|
# @example Response structure
|
|
8558
8591
|
#
|
|
8559
8592
|
# resp.items #=> Array
|
|
8593
|
+
# resp.items[0].configurations #=> Array
|
|
8594
|
+
# resp.items[0].configurations[0].classification #=> String
|
|
8595
|
+
# resp.items[0].configurations[0].properties #=> Hash
|
|
8596
|
+
# resp.items[0].configurations[0].properties["PropertyMapKeyString"] #=> String
|
|
8560
8597
|
# resp.items[0].connection_id #=> String
|
|
8561
8598
|
# resp.items[0].domain_id #=> String
|
|
8562
8599
|
# resp.items[0].domain_unit_id #=> String
|
|
@@ -8568,6 +8605,8 @@ module Aws::DataZone
|
|
|
8568
8605
|
# resp.items[0].physical_endpoints[0].aws_location.aws_region #=> String
|
|
8569
8606
|
# resp.items[0].physical_endpoints[0].aws_location.iam_connection_id #=> String
|
|
8570
8607
|
# resp.items[0].physical_endpoints[0].glue_connection_name #=> String
|
|
8608
|
+
# resp.items[0].physical_endpoints[0].glue_connection_names #=> Array
|
|
8609
|
+
# resp.items[0].physical_endpoints[0].glue_connection_names[0] #=> String
|
|
8571
8610
|
# resp.items[0].physical_endpoints[0].glue_connection.name #=> String
|
|
8572
8611
|
# resp.items[0].physical_endpoints[0].glue_connection.description #=> String
|
|
8573
8612
|
# 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"
|
|
@@ -8656,6 +8695,8 @@ module Aws::DataZone
|
|
|
8656
8695
|
# resp.items[0].props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
|
8657
8696
|
# resp.items[0].props.spark_glue_properties.additional_args.connection #=> String
|
|
8658
8697
|
# resp.items[0].props.spark_glue_properties.glue_connection_name #=> String
|
|
8698
|
+
# resp.items[0].props.spark_glue_properties.glue_connection_names #=> Array
|
|
8699
|
+
# resp.items[0].props.spark_glue_properties.glue_connection_names[0] #=> String
|
|
8659
8700
|
# resp.items[0].props.spark_glue_properties.glue_version #=> String
|
|
8660
8701
|
# resp.items[0].props.spark_glue_properties.idle_timeout #=> Integer
|
|
8661
8702
|
# resp.items[0].props.spark_glue_properties.java_virtual_env #=> String
|
|
@@ -8664,6 +8705,7 @@ module Aws::DataZone
|
|
|
8664
8705
|
# resp.items[0].props.spark_glue_properties.worker_type #=> String
|
|
8665
8706
|
# resp.items[0].props.s3_properties.s3_uri #=> String
|
|
8666
8707
|
# resp.items[0].props.s3_properties.s3_access_grant_location_id #=> String
|
|
8708
|
+
# resp.items[0].props.s3_properties.register_s3_access_grant_location #=> Boolean
|
|
8667
8709
|
# resp.items[0].props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
|
8668
8710
|
# resp.items[0].props.s3_properties.error_message #=> String
|
|
8669
8711
|
# resp.items[0].props.amazon_q_properties.is_enabled #=> Boolean
|
|
@@ -13012,6 +13054,9 @@ module Aws::DataZone
|
|
|
13012
13054
|
# connect your resources (domains, projects, and environments) to
|
|
13013
13055
|
# external resources and services.
|
|
13014
13056
|
#
|
|
13057
|
+
# @option params [Array<Types::Configuration>] :configurations
|
|
13058
|
+
# The configurations of the connection.
|
|
13059
|
+
#
|
|
13015
13060
|
# @option params [required, String] :domain_identifier
|
|
13016
13061
|
# The ID of the domain where a connection is to be updated.
|
|
13017
13062
|
#
|
|
@@ -13029,6 +13074,7 @@ module Aws::DataZone
|
|
|
13029
13074
|
#
|
|
13030
13075
|
# @return [Types::UpdateConnectionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13031
13076
|
#
|
|
13077
|
+
# * {Types::UpdateConnectionOutput#configurations #configurations} => Array<Types::Configuration>
|
|
13032
13078
|
# * {Types::UpdateConnectionOutput#connection_id #connection_id} => String
|
|
13033
13079
|
# * {Types::UpdateConnectionOutput#description #description} => String
|
|
13034
13080
|
# * {Types::UpdateConnectionOutput#domain_id #domain_id} => String
|
|
@@ -13044,6 +13090,14 @@ module Aws::DataZone
|
|
|
13044
13090
|
# @example Request syntax with placeholder values
|
|
13045
13091
|
#
|
|
13046
13092
|
# resp = client.update_connection({
|
|
13093
|
+
# configurations: [
|
|
13094
|
+
# {
|
|
13095
|
+
# classification: "ConfigurationClassificationString",
|
|
13096
|
+
# properties: {
|
|
13097
|
+
# "PropertyMapKeyString" => "PropertyMapValueString",
|
|
13098
|
+
# },
|
|
13099
|
+
# },
|
|
13100
|
+
# ],
|
|
13047
13101
|
# domain_identifier: "DomainId", # required
|
|
13048
13102
|
# identifier: "ConnectionId", # required
|
|
13049
13103
|
# description: "UpdateConnectionInputDescriptionString",
|
|
@@ -13110,6 +13164,7 @@ module Aws::DataZone
|
|
|
13110
13164
|
# s3_properties: {
|
|
13111
13165
|
# s3_uri: "S3Uri", # required
|
|
13112
13166
|
# s3_access_grant_location_id: "S3AccessGrantLocationId",
|
|
13167
|
+
# register_s3_access_grant_location: false,
|
|
13113
13168
|
# },
|
|
13114
13169
|
# amazon_q_properties: {
|
|
13115
13170
|
# is_enabled: false, # required
|
|
@@ -13124,6 +13179,10 @@ module Aws::DataZone
|
|
|
13124
13179
|
#
|
|
13125
13180
|
# @example Response structure
|
|
13126
13181
|
#
|
|
13182
|
+
# resp.configurations #=> Array
|
|
13183
|
+
# resp.configurations[0].classification #=> String
|
|
13184
|
+
# resp.configurations[0].properties #=> Hash
|
|
13185
|
+
# resp.configurations[0].properties["PropertyMapKeyString"] #=> String
|
|
13127
13186
|
# resp.connection_id #=> String
|
|
13128
13187
|
# resp.description #=> String
|
|
13129
13188
|
# resp.domain_id #=> String
|
|
@@ -13136,6 +13195,8 @@ module Aws::DataZone
|
|
|
13136
13195
|
# resp.physical_endpoints[0].aws_location.aws_region #=> String
|
|
13137
13196
|
# resp.physical_endpoints[0].aws_location.iam_connection_id #=> String
|
|
13138
13197
|
# resp.physical_endpoints[0].glue_connection_name #=> String
|
|
13198
|
+
# resp.physical_endpoints[0].glue_connection_names #=> Array
|
|
13199
|
+
# resp.physical_endpoints[0].glue_connection_names[0] #=> String
|
|
13139
13200
|
# resp.physical_endpoints[0].glue_connection.name #=> String
|
|
13140
13201
|
# resp.physical_endpoints[0].glue_connection.description #=> String
|
|
13141
13202
|
# 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"
|
|
@@ -13224,6 +13285,8 @@ module Aws::DataZone
|
|
|
13224
13285
|
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
|
13225
13286
|
# resp.props.spark_glue_properties.additional_args.connection #=> String
|
|
13226
13287
|
# resp.props.spark_glue_properties.glue_connection_name #=> String
|
|
13288
|
+
# resp.props.spark_glue_properties.glue_connection_names #=> Array
|
|
13289
|
+
# resp.props.spark_glue_properties.glue_connection_names[0] #=> String
|
|
13227
13290
|
# resp.props.spark_glue_properties.glue_version #=> String
|
|
13228
13291
|
# resp.props.spark_glue_properties.idle_timeout #=> Integer
|
|
13229
13292
|
# resp.props.spark_glue_properties.java_virtual_env #=> String
|
|
@@ -13232,6 +13295,7 @@ module Aws::DataZone
|
|
|
13232
13295
|
# resp.props.spark_glue_properties.worker_type #=> String
|
|
13233
13296
|
# resp.props.s3_properties.s3_uri #=> String
|
|
13234
13297
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
|
13298
|
+
# resp.props.s3_properties.register_s3_access_grant_location #=> Boolean
|
|
13235
13299
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
|
13236
13300
|
# resp.props.s3_properties.error_message #=> String
|
|
13237
13301
|
# resp.props.amazon_q_properties.is_enabled #=> Boolean
|
|
@@ -15042,7 +15106,7 @@ module Aws::DataZone
|
|
|
15042
15106
|
tracer: tracer
|
|
15043
15107
|
)
|
|
15044
15108
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
15045
|
-
context[:gem_version] = '1.
|
|
15109
|
+
context[:gem_version] = '1.72.0'
|
|
15046
15110
|
Seahorse::Client::Request.new(handlers, context)
|
|
15047
15111
|
end
|
|
15048
15112
|
|
|
@@ -161,7 +161,10 @@ module Aws::DataZone
|
|
|
161
161
|
ConfigurableActionParameterList = Shapes::ListShape.new(name: 'ConfigurableActionParameterList')
|
|
162
162
|
ConfigurableActionTypeAuthorization = Shapes::StringShape.new(name: 'ConfigurableActionTypeAuthorization')
|
|
163
163
|
ConfigurableEnvironmentAction = Shapes::StructureShape.new(name: 'ConfigurableEnvironmentAction')
|
|
164
|
+
Configuration = Shapes::StructureShape.new(name: 'Configuration')
|
|
165
|
+
ConfigurationClassificationString = Shapes::StringShape.new(name: 'ConfigurationClassificationString')
|
|
164
166
|
ConfigurationStatus = Shapes::StringShape.new(name: 'ConfigurationStatus')
|
|
167
|
+
Configurations = Shapes::ListShape.new(name: 'Configurations')
|
|
165
168
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
166
169
|
ConnectionCredentials = Shapes::StructureShape.new(name: 'ConnectionCredentials')
|
|
167
170
|
ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
|
|
@@ -563,6 +566,8 @@ module Aws::DataZone
|
|
|
563
566
|
GlueConnectionInput = Shapes::StructureShape.new(name: 'GlueConnectionInput')
|
|
564
567
|
GlueConnectionInputMatchCriteriaString = Shapes::StringShape.new(name: 'GlueConnectionInputMatchCriteriaString')
|
|
565
568
|
GlueConnectionInputNameString = Shapes::StringShape.new(name: 'GlueConnectionInputNameString')
|
|
569
|
+
GlueConnectionName = Shapes::StringShape.new(name: 'GlueConnectionName')
|
|
570
|
+
GlueConnectionNames = Shapes::ListShape.new(name: 'GlueConnectionNames')
|
|
566
571
|
GlueConnectionPatch = Shapes::StructureShape.new(name: 'GlueConnectionPatch')
|
|
567
572
|
GlueConnectionStatusReasonString = Shapes::StringShape.new(name: 'GlueConnectionStatusReasonString')
|
|
568
573
|
GlueConnectionType = Shapes::StringShape.new(name: 'GlueConnectionType')
|
|
@@ -1666,6 +1671,12 @@ module Aws::DataZone
|
|
|
1666
1671
|
ConfigurableEnvironmentAction.add_member(:parameters, Shapes::ShapeRef.new(shape: ConfigurableActionParameterList, required: true, location_name: "parameters"))
|
|
1667
1672
|
ConfigurableEnvironmentAction.struct_class = Types::ConfigurableEnvironmentAction
|
|
1668
1673
|
|
|
1674
|
+
Configuration.add_member(:classification, Shapes::ShapeRef.new(shape: ConfigurationClassificationString, location_name: "classification"))
|
|
1675
|
+
Configuration.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "properties"))
|
|
1676
|
+
Configuration.struct_class = Types::Configuration
|
|
1677
|
+
|
|
1678
|
+
Configurations.member = Shapes::ShapeRef.new(shape: Configuration)
|
|
1679
|
+
|
|
1669
1680
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
|
1670
1681
|
ConflictException.struct_class = Types::ConflictException
|
|
1671
1682
|
|
|
@@ -1756,6 +1767,7 @@ module Aws::DataZone
|
|
|
1756
1767
|
|
|
1757
1768
|
ConnectionSummaries.member = Shapes::ShapeRef.new(shape: ConnectionSummary)
|
|
1758
1769
|
|
|
1770
|
+
ConnectionSummary.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
1759
1771
|
ConnectionSummary.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
|
1760
1772
|
ConnectionSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
1761
1773
|
ConnectionSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
|
|
@@ -1907,6 +1919,7 @@ module Aws::DataZone
|
|
|
1907
1919
|
|
|
1908
1920
|
CreateConnectionInput.add_member(:aws_location, Shapes::ShapeRef.new(shape: AwsLocation, location_name: "awsLocation"))
|
|
1909
1921
|
CreateConnectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1922
|
+
CreateConnectionInput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
1910
1923
|
CreateConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: CreateConnectionInputDescriptionString, location_name: "description"))
|
|
1911
1924
|
CreateConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
1912
1925
|
CreateConnectionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentIdentifier"))
|
|
@@ -1917,6 +1930,7 @@ module Aws::DataZone
|
|
|
1917
1930
|
CreateConnectionInput.struct_class = Types::CreateConnectionInput
|
|
1918
1931
|
|
|
1919
1932
|
CreateConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
|
1933
|
+
CreateConnectionOutput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
1920
1934
|
CreateConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1921
1935
|
CreateConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
1922
1936
|
CreateConnectionOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
|
|
@@ -3208,6 +3222,7 @@ module Aws::DataZone
|
|
|
3208
3222
|
GetConnectionInput.struct_class = Types::GetConnectionInput
|
|
3209
3223
|
|
|
3210
3224
|
GetConnectionOutput.add_member(:connection_credentials, Shapes::ShapeRef.new(shape: ConnectionCredentials, location_name: "connectionCredentials"))
|
|
3225
|
+
GetConnectionOutput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
3211
3226
|
GetConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
|
3212
3227
|
GetConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3213
3228
|
GetConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
@@ -3854,6 +3869,8 @@ module Aws::DataZone
|
|
|
3854
3869
|
GlueConnectionInput.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInput, location_name: "authenticationConfiguration"))
|
|
3855
3870
|
GlueConnectionInput.struct_class = Types::GlueConnectionInput
|
|
3856
3871
|
|
|
3872
|
+
GlueConnectionNames.member = Shapes::ShapeRef.new(shape: GlueConnectionName)
|
|
3873
|
+
|
|
3857
3874
|
GlueConnectionPatch.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
3858
3875
|
GlueConnectionPatch.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "connectionProperties"))
|
|
3859
3876
|
GlueConnectionPatch.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationPatch, location_name: "authenticationConfiguration"))
|
|
@@ -4756,6 +4773,7 @@ module Aws::DataZone
|
|
|
4756
4773
|
|
|
4757
4774
|
PhysicalEndpoint.add_member(:aws_location, Shapes::ShapeRef.new(shape: AwsLocation, location_name: "awsLocation"))
|
|
4758
4775
|
PhysicalEndpoint.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: String, location_name: "glueConnectionName"))
|
|
4776
|
+
PhysicalEndpoint.add_member(:glue_connection_names, Shapes::ShapeRef.new(shape: GlueConnectionNames, location_name: "glueConnectionNames"))
|
|
4759
4777
|
PhysicalEndpoint.add_member(:glue_connection, Shapes::ShapeRef.new(shape: GlueConnection, location_name: "glueConnection"))
|
|
4760
4778
|
PhysicalEndpoint.add_member(:enable_trusted_identity_propagation, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableTrustedIdentityPropagation"))
|
|
4761
4779
|
PhysicalEndpoint.add_member(:host, Shapes::ShapeRef.new(shape: String, location_name: "host"))
|
|
@@ -5293,16 +5311,19 @@ module Aws::DataZone
|
|
|
5293
5311
|
|
|
5294
5312
|
S3PropertiesInput.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "s3Uri"))
|
|
5295
5313
|
S3PropertiesInput.add_member(:s3_access_grant_location_id, Shapes::ShapeRef.new(shape: S3AccessGrantLocationId, location_name: "s3AccessGrantLocationId"))
|
|
5314
|
+
S3PropertiesInput.add_member(:register_s3_access_grant_location, Shapes::ShapeRef.new(shape: Boolean, location_name: "registerS3AccessGrantLocation"))
|
|
5296
5315
|
S3PropertiesInput.struct_class = Types::S3PropertiesInput
|
|
5297
5316
|
|
|
5298
5317
|
S3PropertiesOutput.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "s3Uri"))
|
|
5299
5318
|
S3PropertiesOutput.add_member(:s3_access_grant_location_id, Shapes::ShapeRef.new(shape: S3AccessGrantLocationId, location_name: "s3AccessGrantLocationId"))
|
|
5319
|
+
S3PropertiesOutput.add_member(:register_s3_access_grant_location, Shapes::ShapeRef.new(shape: Boolean, location_name: "registerS3AccessGrantLocation"))
|
|
5300
5320
|
S3PropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
|
|
5301
5321
|
S3PropertiesOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
|
5302
5322
|
S3PropertiesOutput.struct_class = Types::S3PropertiesOutput
|
|
5303
5323
|
|
|
5304
5324
|
S3PropertiesPatch.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "s3Uri"))
|
|
5305
5325
|
S3PropertiesPatch.add_member(:s3_access_grant_location_id, Shapes::ShapeRef.new(shape: S3AccessGrantLocationId, location_name: "s3AccessGrantLocationId"))
|
|
5326
|
+
S3PropertiesPatch.add_member(:register_s3_access_grant_location, Shapes::ShapeRef.new(shape: Boolean, location_name: "registerS3AccessGrantLocation"))
|
|
5306
5327
|
S3PropertiesPatch.struct_class = Types::S3PropertiesPatch
|
|
5307
5328
|
|
|
5308
5329
|
SageMakerRunConfigurationInput.add_member(:tracking_assets, Shapes::ShapeRef.new(shape: TrackingAssets, required: true, location_name: "trackingAssets"))
|
|
@@ -5503,6 +5524,7 @@ module Aws::DataZone
|
|
|
5503
5524
|
|
|
5504
5525
|
SparkGluePropertiesInput.add_member(:additional_args, Shapes::ShapeRef.new(shape: SparkGlueArgs, location_name: "additionalArgs"))
|
|
5505
5526
|
SparkGluePropertiesInput.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputGlueConnectionNameString, location_name: "glueConnectionName"))
|
|
5527
|
+
SparkGluePropertiesInput.add_member(:glue_connection_names, Shapes::ShapeRef.new(shape: GlueConnectionNames, location_name: "glueConnectionNames"))
|
|
5506
5528
|
SparkGluePropertiesInput.add_member(:glue_version, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputGlueVersionString, location_name: "glueVersion"))
|
|
5507
5529
|
SparkGluePropertiesInput.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleTimeout"))
|
|
5508
5530
|
SparkGluePropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
|
|
@@ -5513,6 +5535,7 @@ module Aws::DataZone
|
|
|
5513
5535
|
|
|
5514
5536
|
SparkGluePropertiesOutput.add_member(:additional_args, Shapes::ShapeRef.new(shape: SparkGlueArgs, location_name: "additionalArgs"))
|
|
5515
5537
|
SparkGluePropertiesOutput.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: String, location_name: "glueConnectionName"))
|
|
5538
|
+
SparkGluePropertiesOutput.add_member(:glue_connection_names, Shapes::ShapeRef.new(shape: GlueConnectionNames, location_name: "glueConnectionNames"))
|
|
5516
5539
|
SparkGluePropertiesOutput.add_member(:glue_version, Shapes::ShapeRef.new(shape: String, location_name: "glueVersion"))
|
|
5517
5540
|
SparkGluePropertiesOutput.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleTimeout"))
|
|
5518
5541
|
SparkGluePropertiesOutput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "javaVirtualEnv"))
|
|
@@ -5876,6 +5899,7 @@ module Aws::DataZone
|
|
|
5876
5899
|
UpdateAssetFilterOutput.add_member(:effective_row_filter, Shapes::ShapeRef.new(shape: String, location_name: "effectiveRowFilter"))
|
|
5877
5900
|
UpdateAssetFilterOutput.struct_class = Types::UpdateAssetFilterOutput
|
|
5878
5901
|
|
|
5902
|
+
UpdateConnectionInput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
5879
5903
|
UpdateConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5880
5904
|
UpdateConnectionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "identifier"))
|
|
5881
5905
|
UpdateConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: UpdateConnectionInputDescriptionString, location_name: "description"))
|
|
@@ -5883,6 +5907,7 @@ module Aws::DataZone
|
|
|
5883
5907
|
UpdateConnectionInput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesPatch, location_name: "props"))
|
|
5884
5908
|
UpdateConnectionInput.struct_class = Types::UpdateConnectionInput
|
|
5885
5909
|
|
|
5910
|
+
UpdateConnectionOutput.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
|
5886
5911
|
UpdateConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
|
|
5887
5912
|
UpdateConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
5888
5913
|
UpdateConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
|
@@ -1975,6 +1975,25 @@ module Aws::DataZone
|
|
|
1975
1975
|
include Aws::Structure
|
|
1976
1976
|
end
|
|
1977
1977
|
|
|
1978
|
+
# The configuration of a connection.
|
|
1979
|
+
#
|
|
1980
|
+
# @!attribute [rw] classification
|
|
1981
|
+
# The classification of the connection configuration.
|
|
1982
|
+
# @return [String]
|
|
1983
|
+
#
|
|
1984
|
+
# @!attribute [rw] properties
|
|
1985
|
+
# The properties of the connection configuration.
|
|
1986
|
+
# @return [Hash<String,String>]
|
|
1987
|
+
#
|
|
1988
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/Configuration AWS API Documentation
|
|
1989
|
+
#
|
|
1990
|
+
class Configuration < Struct.new(
|
|
1991
|
+
:classification,
|
|
1992
|
+
:properties)
|
|
1993
|
+
SENSITIVE = []
|
|
1994
|
+
include Aws::Structure
|
|
1995
|
+
end
|
|
1996
|
+
|
|
1978
1997
|
# There is a conflict while performing this action.
|
|
1979
1998
|
#
|
|
1980
1999
|
# @!attribute [rw] message
|
|
@@ -2257,6 +2276,10 @@ module Aws::DataZone
|
|
|
2257
2276
|
|
|
2258
2277
|
# The summary of a connection.
|
|
2259
2278
|
#
|
|
2279
|
+
# @!attribute [rw] configurations
|
|
2280
|
+
# The configurations of a connection summary.
|
|
2281
|
+
# @return [Array<Types::Configuration>]
|
|
2282
|
+
#
|
|
2260
2283
|
# @!attribute [rw] connection_id
|
|
2261
2284
|
# The ID of a connection.
|
|
2262
2285
|
# @return [String]
|
|
@@ -2300,6 +2323,7 @@ module Aws::DataZone
|
|
|
2300
2323
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionSummary AWS API Documentation
|
|
2301
2324
|
#
|
|
2302
2325
|
class ConnectionSummary < Struct.new(
|
|
2326
|
+
:configurations,
|
|
2303
2327
|
:connection_id,
|
|
2304
2328
|
:domain_id,
|
|
2305
2329
|
:domain_unit_id,
|
|
@@ -3001,6 +3025,10 @@ module Aws::DataZone
|
|
|
3001
3025
|
# not need to pass this option.
|
|
3002
3026
|
# @return [String]
|
|
3003
3027
|
#
|
|
3028
|
+
# @!attribute [rw] configurations
|
|
3029
|
+
# The configurations of the connection.
|
|
3030
|
+
# @return [Array<Types::Configuration>]
|
|
3031
|
+
#
|
|
3004
3032
|
# @!attribute [rw] description
|
|
3005
3033
|
# A connection description.
|
|
3006
3034
|
# @return [String]
|
|
@@ -3034,6 +3062,7 @@ module Aws::DataZone
|
|
|
3034
3062
|
class CreateConnectionInput < Struct.new(
|
|
3035
3063
|
:aws_location,
|
|
3036
3064
|
:client_token,
|
|
3065
|
+
:configurations,
|
|
3037
3066
|
:description,
|
|
3038
3067
|
:domain_identifier,
|
|
3039
3068
|
:environment_identifier,
|
|
@@ -3049,6 +3078,10 @@ module Aws::DataZone
|
|
|
3049
3078
|
# The ID of the connection.
|
|
3050
3079
|
# @return [String]
|
|
3051
3080
|
#
|
|
3081
|
+
# @!attribute [rw] configurations
|
|
3082
|
+
# The configurations of the connection.
|
|
3083
|
+
# @return [Array<Types::Configuration>]
|
|
3084
|
+
#
|
|
3052
3085
|
# @!attribute [rw] description
|
|
3053
3086
|
# The connection description.
|
|
3054
3087
|
# @return [String]
|
|
@@ -3093,6 +3126,7 @@ module Aws::DataZone
|
|
|
3093
3126
|
#
|
|
3094
3127
|
class CreateConnectionOutput < Struct.new(
|
|
3095
3128
|
:connection_id,
|
|
3129
|
+
:configurations,
|
|
3096
3130
|
:description,
|
|
3097
3131
|
:domain_id,
|
|
3098
3132
|
:domain_unit_id,
|
|
@@ -8843,6 +8877,10 @@ module Aws::DataZone
|
|
|
8843
8877
|
# Connection credentials.
|
|
8844
8878
|
# @return [Types::ConnectionCredentials]
|
|
8845
8879
|
#
|
|
8880
|
+
# @!attribute [rw] configurations
|
|
8881
|
+
# The configurations of the connection.
|
|
8882
|
+
# @return [Array<Types::Configuration>]
|
|
8883
|
+
#
|
|
8846
8884
|
# @!attribute [rw] connection_id
|
|
8847
8885
|
# The ID of the connection.
|
|
8848
8886
|
# @return [String]
|
|
@@ -8895,6 +8933,7 @@ module Aws::DataZone
|
|
|
8895
8933
|
#
|
|
8896
8934
|
class GetConnectionOutput < Struct.new(
|
|
8897
8935
|
:connection_credentials,
|
|
8936
|
+
:configurations,
|
|
8898
8937
|
:connection_id,
|
|
8899
8938
|
:description,
|
|
8900
8939
|
:domain_id,
|
|
@@ -16305,6 +16344,11 @@ module Aws::DataZone
|
|
|
16305
16344
|
# The Amazon Web Services Glue connection name.
|
|
16306
16345
|
# @return [String]
|
|
16307
16346
|
#
|
|
16347
|
+
# @!attribute [rw] glue_connection_names
|
|
16348
|
+
# The Amazon Web Services Glue connection names in the physical
|
|
16349
|
+
# endpoint.
|
|
16350
|
+
# @return [Array<String>]
|
|
16351
|
+
#
|
|
16308
16352
|
# @!attribute [rw] glue_connection
|
|
16309
16353
|
# The Amazon Web Services Glue connection.
|
|
16310
16354
|
# @return [Types::GlueConnection]
|
|
@@ -16335,6 +16379,7 @@ module Aws::DataZone
|
|
|
16335
16379
|
class PhysicalEndpoint < Struct.new(
|
|
16336
16380
|
:aws_location,
|
|
16337
16381
|
:glue_connection_name,
|
|
16382
|
+
:glue_connection_names,
|
|
16338
16383
|
:glue_connection,
|
|
16339
16384
|
:enable_trusted_identity_propagation,
|
|
16340
16385
|
:host,
|
|
@@ -18468,11 +18513,16 @@ module Aws::DataZone
|
|
|
18468
18513
|
# properties of a connection.
|
|
18469
18514
|
# @return [String]
|
|
18470
18515
|
#
|
|
18516
|
+
# @!attribute [rw] register_s3_access_grant_location
|
|
18517
|
+
# Specifies whether to register the Amazon S3 Access Grant location.
|
|
18518
|
+
# @return [Boolean]
|
|
18519
|
+
#
|
|
18471
18520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/S3PropertiesInput AWS API Documentation
|
|
18472
18521
|
#
|
|
18473
18522
|
class S3PropertiesInput < Struct.new(
|
|
18474
18523
|
:s3_uri,
|
|
18475
|
-
:s3_access_grant_location_id
|
|
18524
|
+
:s3_access_grant_location_id,
|
|
18525
|
+
:register_s3_access_grant_location)
|
|
18476
18526
|
SENSITIVE = []
|
|
18477
18527
|
include Aws::Structure
|
|
18478
18528
|
end
|
|
@@ -18489,6 +18539,10 @@ module Aws::DataZone
|
|
|
18489
18539
|
# properties of a connection.
|
|
18490
18540
|
# @return [String]
|
|
18491
18541
|
#
|
|
18542
|
+
# @!attribute [rw] register_s3_access_grant_location
|
|
18543
|
+
# Specifies whether to register the Amazon S3 Access Grant location.
|
|
18544
|
+
# @return [Boolean]
|
|
18545
|
+
#
|
|
18492
18546
|
# @!attribute [rw] status
|
|
18493
18547
|
# The status of the Amazon S3 connection.
|
|
18494
18548
|
# @return [String]
|
|
@@ -18502,6 +18556,7 @@ module Aws::DataZone
|
|
|
18502
18556
|
class S3PropertiesOutput < Struct.new(
|
|
18503
18557
|
:s3_uri,
|
|
18504
18558
|
:s3_access_grant_location_id,
|
|
18559
|
+
:register_s3_access_grant_location,
|
|
18505
18560
|
:status,
|
|
18506
18561
|
:error_message)
|
|
18507
18562
|
SENSITIVE = []
|
|
@@ -18520,11 +18575,16 @@ module Aws::DataZone
|
|
|
18520
18575
|
# properties patch of a connection.
|
|
18521
18576
|
# @return [String]
|
|
18522
18577
|
#
|
|
18578
|
+
# @!attribute [rw] register_s3_access_grant_location
|
|
18579
|
+
# Specifies whether to register the Amazon S3 Access Grant location.
|
|
18580
|
+
# @return [Boolean]
|
|
18581
|
+
#
|
|
18523
18582
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/S3PropertiesPatch AWS API Documentation
|
|
18524
18583
|
#
|
|
18525
18584
|
class S3PropertiesPatch < Struct.new(
|
|
18526
18585
|
:s3_uri,
|
|
18527
|
-
:s3_access_grant_location_id
|
|
18586
|
+
:s3_access_grant_location_id,
|
|
18587
|
+
:register_s3_access_grant_location)
|
|
18528
18588
|
SENSITIVE = []
|
|
18529
18589
|
include Aws::Structure
|
|
18530
18590
|
end
|
|
@@ -19418,9 +19478,16 @@ module Aws::DataZone
|
|
|
19418
19478
|
#
|
|
19419
19479
|
# @!attribute [rw] glue_connection_name
|
|
19420
19480
|
# The Amazon Web Services Glue connection name in the Spark Amazon Web
|
|
19421
|
-
# Services Glue properties.
|
|
19481
|
+
# Services Glue properties. Specify either `glueConnectionName` or
|
|
19482
|
+
# `glueConnectionNames`, but not both.
|
|
19422
19483
|
# @return [String]
|
|
19423
19484
|
#
|
|
19485
|
+
# @!attribute [rw] glue_connection_names
|
|
19486
|
+
# The Amazon Web Services Glue connection names in the Spark Amazon
|
|
19487
|
+
# Web Services Glue properties. Specify either `glueConnectionName` or
|
|
19488
|
+
# `glueConnectionNames`, but not both.
|
|
19489
|
+
# @return [Array<String>]
|
|
19490
|
+
#
|
|
19424
19491
|
# @!attribute [rw] glue_version
|
|
19425
19492
|
# The Amazon Web Services Glue version in the Spark Amazon Web
|
|
19426
19493
|
# Services Glue properties.
|
|
@@ -19454,6 +19521,7 @@ module Aws::DataZone
|
|
|
19454
19521
|
class SparkGluePropertiesInput < Struct.new(
|
|
19455
19522
|
:additional_args,
|
|
19456
19523
|
:glue_connection_name,
|
|
19524
|
+
:glue_connection_names,
|
|
19457
19525
|
:glue_version,
|
|
19458
19526
|
:idle_timeout,
|
|
19459
19527
|
:java_virtual_env,
|
|
@@ -19476,6 +19544,11 @@ module Aws::DataZone
|
|
|
19476
19544
|
# Services Glue properties.
|
|
19477
19545
|
# @return [String]
|
|
19478
19546
|
#
|
|
19547
|
+
# @!attribute [rw] glue_connection_names
|
|
19548
|
+
# The Amazon Web Services Glue connection names in the Spark Amazon
|
|
19549
|
+
# Web Services Glue properties.
|
|
19550
|
+
# @return [Array<String>]
|
|
19551
|
+
#
|
|
19479
19552
|
# @!attribute [rw] glue_version
|
|
19480
19553
|
# The Amazon Web Services Glue version in the Spark Amazon Web
|
|
19481
19554
|
# Services Glue properties.
|
|
@@ -19509,6 +19582,7 @@ module Aws::DataZone
|
|
|
19509
19582
|
class SparkGluePropertiesOutput < Struct.new(
|
|
19510
19583
|
:additional_args,
|
|
19511
19584
|
:glue_connection_name,
|
|
19585
|
+
:glue_connection_names,
|
|
19512
19586
|
:glue_version,
|
|
19513
19587
|
:idle_timeout,
|
|
19514
19588
|
:java_virtual_env,
|
|
@@ -20971,6 +21045,10 @@ module Aws::DataZone
|
|
|
20971
21045
|
include Aws::Structure
|
|
20972
21046
|
end
|
|
20973
21047
|
|
|
21048
|
+
# @!attribute [rw] configurations
|
|
21049
|
+
# The configurations of the connection.
|
|
21050
|
+
# @return [Array<Types::Configuration>]
|
|
21051
|
+
#
|
|
20974
21052
|
# @!attribute [rw] domain_identifier
|
|
20975
21053
|
# The ID of the domain where a connection is to be updated.
|
|
20976
21054
|
# @return [String]
|
|
@@ -20994,6 +21072,7 @@ module Aws::DataZone
|
|
|
20994
21072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnectionInput AWS API Documentation
|
|
20995
21073
|
#
|
|
20996
21074
|
class UpdateConnectionInput < Struct.new(
|
|
21075
|
+
:configurations,
|
|
20997
21076
|
:domain_identifier,
|
|
20998
21077
|
:identifier,
|
|
20999
21078
|
:description,
|
|
@@ -21003,6 +21082,10 @@ module Aws::DataZone
|
|
|
21003
21082
|
include Aws::Structure
|
|
21004
21083
|
end
|
|
21005
21084
|
|
|
21085
|
+
# @!attribute [rw] configurations
|
|
21086
|
+
# The configurations of the connection.
|
|
21087
|
+
# @return [Array<Types::Configuration>]
|
|
21088
|
+
#
|
|
21006
21089
|
# @!attribute [rw] connection_id
|
|
21007
21090
|
# The ID of the connection.
|
|
21008
21091
|
# @return [String]
|
|
@@ -21050,6 +21133,7 @@ module Aws::DataZone
|
|
|
21050
21133
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnectionOutput AWS API Documentation
|
|
21051
21134
|
#
|
|
21052
21135
|
class UpdateConnectionOutput < Struct.new(
|
|
21136
|
+
:configurations,
|
|
21053
21137
|
:connection_id,
|
|
21054
21138
|
:description,
|
|
21055
21139
|
:domain_id,
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -597,6 +597,7 @@ module Aws
|
|
|
597
597
|
interface _CreateConnectionResponseSuccess
|
|
598
598
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateConnectionOutput]
|
|
599
599
|
def connection_id: () -> ::String
|
|
600
|
+
def configurations: () -> ::Array[Types::Configuration]
|
|
600
601
|
def description: () -> ::String
|
|
601
602
|
def domain_id: () -> ::String
|
|
602
603
|
def domain_unit_id: () -> ::String
|
|
@@ -617,6 +618,12 @@ module Aws
|
|
|
617
618
|
iam_connection_id: ::String?
|
|
618
619
|
},
|
|
619
620
|
?client_token: ::String,
|
|
621
|
+
?configurations: Array[
|
|
622
|
+
{
|
|
623
|
+
classification: ::String?,
|
|
624
|
+
properties: Hash[::String, ::String]?
|
|
625
|
+
},
|
|
626
|
+
],
|
|
620
627
|
?description: ::String,
|
|
621
628
|
domain_identifier: ::String,
|
|
622
629
|
?environment_identifier: ::String,
|
|
@@ -717,6 +724,7 @@ module Aws
|
|
|
717
724
|
connection: ::String?
|
|
718
725
|
}?,
|
|
719
726
|
glue_connection_name: ::String?,
|
|
727
|
+
glue_connection_names: Array[::String]?,
|
|
720
728
|
glue_version: ::String?,
|
|
721
729
|
idle_timeout: ::Integer?,
|
|
722
730
|
java_virtual_env: ::String?,
|
|
@@ -726,7 +734,8 @@ module Aws
|
|
|
726
734
|
}?,
|
|
727
735
|
s3_properties: {
|
|
728
736
|
s3_uri: ::String,
|
|
729
|
-
s3_access_grant_location_id: ::String
|
|
737
|
+
s3_access_grant_location_id: ::String?,
|
|
738
|
+
register_s3_access_grant_location: bool?
|
|
730
739
|
}?,
|
|
731
740
|
amazon_q_properties: {
|
|
732
741
|
is_enabled: bool,
|
|
@@ -2008,6 +2017,7 @@ module Aws
|
|
|
2008
2017
|
interface _GetConnectionResponseSuccess
|
|
2009
2018
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetConnectionOutput]
|
|
2010
2019
|
def connection_credentials: () -> Types::ConnectionCredentials
|
|
2020
|
+
def configurations: () -> ::Array[Types::Configuration]
|
|
2011
2021
|
def connection_id: () -> ::String
|
|
2012
2022
|
def description: () -> ::String
|
|
2013
2023
|
def domain_id: () -> ::String
|
|
@@ -3861,6 +3871,7 @@ module Aws
|
|
|
3861
3871
|
|
|
3862
3872
|
interface _UpdateConnectionResponseSuccess
|
|
3863
3873
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectionOutput]
|
|
3874
|
+
def configurations: () -> ::Array[Types::Configuration]
|
|
3864
3875
|
def connection_id: () -> ::String
|
|
3865
3876
|
def description: () -> ::String
|
|
3866
3877
|
def domain_id: () -> ::String
|
|
@@ -3875,6 +3886,12 @@ module Aws
|
|
|
3875
3886
|
end
|
|
3876
3887
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_connection-instance_method
|
|
3877
3888
|
def update_connection: (
|
|
3889
|
+
?configurations: Array[
|
|
3890
|
+
{
|
|
3891
|
+
classification: ::String?,
|
|
3892
|
+
properties: Hash[::String, ::String]?
|
|
3893
|
+
},
|
|
3894
|
+
],
|
|
3878
3895
|
domain_identifier: ::String,
|
|
3879
3896
|
identifier: ::String,
|
|
3880
3897
|
?description: ::String,
|
|
@@ -3938,7 +3955,8 @@ module Aws
|
|
|
3938
3955
|
}?,
|
|
3939
3956
|
s3_properties: {
|
|
3940
3957
|
s3_uri: ::String,
|
|
3941
|
-
s3_access_grant_location_id: ::String
|
|
3958
|
+
s3_access_grant_location_id: ::String?,
|
|
3959
|
+
register_s3_access_grant_location: bool?
|
|
3942
3960
|
}?,
|
|
3943
3961
|
amazon_q_properties: {
|
|
3944
3962
|
is_enabled: bool,
|
data/sig/types.rbs
CHANGED
|
@@ -571,6 +571,12 @@ module Aws::DataZone
|
|
|
571
571
|
SENSITIVE: []
|
|
572
572
|
end
|
|
573
573
|
|
|
574
|
+
class Configuration
|
|
575
|
+
attr_accessor classification: ::String
|
|
576
|
+
attr_accessor properties: ::Hash[::String, ::String]
|
|
577
|
+
SENSITIVE: []
|
|
578
|
+
end
|
|
579
|
+
|
|
574
580
|
class ConflictException
|
|
575
581
|
attr_accessor message: ::String
|
|
576
582
|
SENSITIVE: []
|
|
@@ -705,6 +711,7 @@ module Aws::DataZone
|
|
|
705
711
|
end
|
|
706
712
|
|
|
707
713
|
class ConnectionSummary
|
|
714
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
708
715
|
attr_accessor connection_id: ::String
|
|
709
716
|
attr_accessor domain_id: ::String
|
|
710
717
|
attr_accessor domain_unit_id: ::String
|
|
@@ -876,6 +883,7 @@ module Aws::DataZone
|
|
|
876
883
|
class CreateConnectionInput
|
|
877
884
|
attr_accessor aws_location: Types::AwsLocation
|
|
878
885
|
attr_accessor client_token: ::String
|
|
886
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
879
887
|
attr_accessor description: ::String
|
|
880
888
|
attr_accessor domain_identifier: ::String
|
|
881
889
|
attr_accessor environment_identifier: ::String
|
|
@@ -888,6 +896,7 @@ module Aws::DataZone
|
|
|
888
896
|
|
|
889
897
|
class CreateConnectionOutput
|
|
890
898
|
attr_accessor connection_id: ::String
|
|
899
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
891
900
|
attr_accessor description: ::String
|
|
892
901
|
attr_accessor domain_id: ::String
|
|
893
902
|
attr_accessor domain_unit_id: ::String
|
|
@@ -2428,6 +2437,7 @@ module Aws::DataZone
|
|
|
2428
2437
|
|
|
2429
2438
|
class GetConnectionOutput
|
|
2430
2439
|
attr_accessor connection_credentials: Types::ConnectionCredentials
|
|
2440
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
2431
2441
|
attr_accessor connection_id: ::String
|
|
2432
2442
|
attr_accessor description: ::String
|
|
2433
2443
|
attr_accessor domain_id: ::String
|
|
@@ -4391,6 +4401,7 @@ module Aws::DataZone
|
|
|
4391
4401
|
class PhysicalEndpoint
|
|
4392
4402
|
attr_accessor aws_location: Types::AwsLocation
|
|
4393
4403
|
attr_accessor glue_connection_name: ::String
|
|
4404
|
+
attr_accessor glue_connection_names: ::Array[::String]
|
|
4394
4405
|
attr_accessor glue_connection: Types::GlueConnection
|
|
4395
4406
|
attr_accessor enable_trusted_identity_propagation: bool
|
|
4396
4407
|
attr_accessor host: ::String
|
|
@@ -5076,12 +5087,14 @@ module Aws::DataZone
|
|
|
5076
5087
|
class S3PropertiesInput
|
|
5077
5088
|
attr_accessor s3_uri: ::String
|
|
5078
5089
|
attr_accessor s3_access_grant_location_id: ::String
|
|
5090
|
+
attr_accessor register_s3_access_grant_location: bool
|
|
5079
5091
|
SENSITIVE: []
|
|
5080
5092
|
end
|
|
5081
5093
|
|
|
5082
5094
|
class S3PropertiesOutput
|
|
5083
5095
|
attr_accessor s3_uri: ::String
|
|
5084
5096
|
attr_accessor s3_access_grant_location_id: ::String
|
|
5097
|
+
attr_accessor register_s3_access_grant_location: bool
|
|
5085
5098
|
attr_accessor status: ("CREATING" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED" | "READY" | "UPDATING" | "UPDATE_FAILED" | "DELETED")
|
|
5086
5099
|
attr_accessor error_message: ::String
|
|
5087
5100
|
SENSITIVE: []
|
|
@@ -5090,6 +5103,7 @@ module Aws::DataZone
|
|
|
5090
5103
|
class S3PropertiesPatch
|
|
5091
5104
|
attr_accessor s3_uri: ::String
|
|
5092
5105
|
attr_accessor s3_access_grant_location_id: ::String
|
|
5106
|
+
attr_accessor register_s3_access_grant_location: bool
|
|
5093
5107
|
SENSITIVE: []
|
|
5094
5108
|
end
|
|
5095
5109
|
|
|
@@ -5349,6 +5363,7 @@ module Aws::DataZone
|
|
|
5349
5363
|
class SparkGluePropertiesInput
|
|
5350
5364
|
attr_accessor additional_args: Types::SparkGlueArgs
|
|
5351
5365
|
attr_accessor glue_connection_name: ::String
|
|
5366
|
+
attr_accessor glue_connection_names: ::Array[::String]
|
|
5352
5367
|
attr_accessor glue_version: ::String
|
|
5353
5368
|
attr_accessor idle_timeout: ::Integer
|
|
5354
5369
|
attr_accessor java_virtual_env: ::String
|
|
@@ -5361,6 +5376,7 @@ module Aws::DataZone
|
|
|
5361
5376
|
class SparkGluePropertiesOutput
|
|
5362
5377
|
attr_accessor additional_args: Types::SparkGlueArgs
|
|
5363
5378
|
attr_accessor glue_connection_name: ::String
|
|
5379
|
+
attr_accessor glue_connection_names: ::Array[::String]
|
|
5364
5380
|
attr_accessor glue_version: ::String
|
|
5365
5381
|
attr_accessor idle_timeout: ::Integer
|
|
5366
5382
|
attr_accessor java_virtual_env: ::String
|
|
@@ -5776,6 +5792,7 @@ module Aws::DataZone
|
|
|
5776
5792
|
end
|
|
5777
5793
|
|
|
5778
5794
|
class UpdateConnectionInput
|
|
5795
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
5779
5796
|
attr_accessor domain_identifier: ::String
|
|
5780
5797
|
attr_accessor identifier: ::String
|
|
5781
5798
|
attr_accessor description: ::String
|
|
@@ -5785,6 +5802,7 @@ module Aws::DataZone
|
|
|
5785
5802
|
end
|
|
5786
5803
|
|
|
5787
5804
|
class UpdateConnectionOutput
|
|
5805
|
+
attr_accessor configurations: ::Array[Types::Configuration]
|
|
5788
5806
|
attr_accessor connection_id: ::String
|
|
5789
5807
|
attr_accessor description: ::String
|
|
5790
5808
|
attr_accessor domain_id: ::String
|