aws-sdk-datazone 1.79.0 → 1.81.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: dc66edc31aff59574dd102d871f479154f5860569e67e87986a33ff1afafdac2
4
- data.tar.gz: d9cfb91dd90a4f54b1a4fd1f3d7cf0442fa48f2ab6a286479a3e4cf617377e40
3
+ metadata.gz: 6589c535adbe090c87c764f0d0683656036951c3d9bdb1fe1a5491a516ec3346
4
+ data.tar.gz: cfc54c7284926422acf93eb6f157236ea5be42c8edf3d716522f68be9c9b4ccc
5
5
  SHA512:
6
- metadata.gz: 0646244e0271a1f1a90553249c9df56f379101e8d3c5b339dc7ba22fef73c1e31b22b713fdda6b53bd0d6d196467f9fa09cf2afc7ac9f19843b06c112e67484d
7
- data.tar.gz: 488dacbe7e2f1fd6d964b0ce8c4d987dc8ab07603aa9fc7ebc4ce4194f696eb903a8fefe9cfd03267c5acff89cbd650629d2093f1b6e17e519189c39120dee96
6
+ metadata.gz: 946f2567ccc78497a936d62075a206795e4af033d2e1b0821e9d3a20ad82dca994c6aa4ee941411bc82882637ea19af047f5e23dd25d45fbd714317f75dface2
7
+ data.tar.gz: 2175348f1c7ad98bd911e2ffe07083b0db5a378789843462ed8c7c2c56e56c148e22fd6aa2822073eeeb3c8316e070b6ff4c022d767a510182af603220257ffc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2026-05-26)
5
+ ------------------
6
+
7
+ * Feature - Added resourceConfigurations and allowUserProvidedConfigurations fields to environment blueprint configuration APIs, enabling customers who migrated from V1 to V2 domains to update resource configurations (such as lineage schedules) programmatically via the SDK.
8
+
9
+ 1.80.0 (2026-05-22)
10
+ ------------------
11
+
12
+ * Feature - Add support for VPC connection
13
+
4
14
  1.79.0 (2026-05-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -2085,6 +2085,11 @@ module Aws::DataZone
2085
2085
  # lakehouse_properties: {
2086
2086
  # glue_lineage_sync_enabled: false,
2087
2087
  # },
2088
+ # vpc_properties: {
2089
+ # vpc_id: "VpcId", # required
2090
+ # subnet_ids: ["SubnetId"], # required
2091
+ # security_group_id: "SecurityGroupId",
2092
+ # },
2088
2093
  # },
2089
2094
  # enable_trusted_identity_propagation: false,
2090
2095
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
@@ -2112,7 +2117,7 @@ module Aws::DataZone
2112
2117
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
2113
2118
  # resp.physical_endpoints[0].glue_connection.name #=> String
2114
2119
  # resp.physical_endpoints[0].glue_connection.description #=> String
2115
- # 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"
2120
+ # 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"
2116
2121
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
2117
2122
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
2118
2123
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -2217,7 +2222,14 @@ module Aws::DataZone
2217
2222
  # resp.props.mlflow_properties.tracking_server_arn #=> String
2218
2223
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
2219
2224
  # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
2220
- # 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"
2225
+ # resp.props.vpc_properties.vpc_id #=> String
2226
+ # resp.props.vpc_properties.subnet_ids #=> Array
2227
+ # resp.props.vpc_properties.subnet_ids[0] #=> String
2228
+ # resp.props.vpc_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
2229
+ # resp.props.vpc_properties.security_group_id #=> String
2230
+ # resp.props.vpc_properties.glue_connection_names #=> Array
2231
+ # resp.props.vpc_properties.glue_connection_names[0] #=> String
2232
+ # 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"
2221
2233
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
2222
2234
  #
2223
2235
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateConnection AWS API Documentation
@@ -6229,7 +6241,7 @@ module Aws::DataZone
6229
6241
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
6230
6242
  # resp.physical_endpoints[0].glue_connection.name #=> String
6231
6243
  # resp.physical_endpoints[0].glue_connection.description #=> String
6232
- # 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"
6244
+ # 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"
6233
6245
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
6234
6246
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
6235
6247
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -6334,7 +6346,14 @@ module Aws::DataZone
6334
6346
  # resp.props.mlflow_properties.tracking_server_arn #=> String
6335
6347
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
6336
6348
  # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
6337
- # 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"
6349
+ # resp.props.vpc_properties.vpc_id #=> String
6350
+ # resp.props.vpc_properties.subnet_ids #=> Array
6351
+ # resp.props.vpc_properties.subnet_ids[0] #=> String
6352
+ # resp.props.vpc_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
6353
+ # resp.props.vpc_properties.security_group_id #=> String
6354
+ # resp.props.vpc_properties.glue_connection_names #=> Array
6355
+ # resp.props.vpc_properties.glue_connection_names[0] #=> String
6356
+ # 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"
6338
6357
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
6339
6358
  #
6340
6359
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetConnection AWS API Documentation
@@ -6983,8 +7002,10 @@ module Aws::DataZone
6983
7002
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#manage_access_role_arn #manage_access_role_arn} => String
6984
7003
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#enabled_regions #enabled_regions} => Array<String>
6985
7004
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#regional_parameters #regional_parameters} => Hash<String,Hash<String,String>>
7005
+ # * {Types::GetEnvironmentBlueprintConfigurationOutput#allow_user_provided_configurations #allow_user_provided_configurations} => Boolean
6986
7006
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#created_at #created_at} => Time
6987
7007
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#updated_at #updated_at} => Time
7008
+ # * {Types::GetEnvironmentBlueprintConfigurationOutput#resource_configurations #resource_configurations} => Array<Types::ResourceConfiguration>
6988
7009
  # * {Types::GetEnvironmentBlueprintConfigurationOutput#provisioning_configurations #provisioning_configurations} => Array<Types::ProvisioningConfiguration>
6989
7010
  #
6990
7011
  # @example Request syntax with placeholder values
@@ -7006,8 +7027,16 @@ module Aws::DataZone
7006
7027
  # resp.regional_parameters #=> Hash
7007
7028
  # resp.regional_parameters["RegionName"] #=> Hash
7008
7029
  # resp.regional_parameters["RegionName"]["String"] #=> String
7030
+ # resp.allow_user_provided_configurations #=> Boolean
7009
7031
  # resp.created_at #=> Time
7010
7032
  # resp.updated_at #=> Time
7033
+ # resp.resource_configurations #=> Array
7034
+ # resp.resource_configurations[0].identifier #=> String
7035
+ # resp.resource_configurations[0].name #=> String
7036
+ # resp.resource_configurations[0].description #=> String
7037
+ # resp.resource_configurations[0].region #=> String
7038
+ # resp.resource_configurations[0].parameters #=> Hash
7039
+ # resp.resource_configurations[0].parameters["String"] #=> String
7011
7040
  # resp.provisioning_configurations #=> Array
7012
7041
  # resp.provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
7013
7042
  # resp.provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
@@ -9015,7 +9044,7 @@ module Aws::DataZone
9015
9044
  # name: "ConnectionName",
9016
9045
  # environment_identifier: "EnvironmentId",
9017
9046
  # project_identifier: "ProjectId",
9018
- # 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
9047
+ # 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
9019
9048
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
9020
9049
  # })
9021
9050
  #
@@ -9041,7 +9070,7 @@ module Aws::DataZone
9041
9070
  # resp.items[0].physical_endpoints[0].glue_connection_names[0] #=> String
9042
9071
  # resp.items[0].physical_endpoints[0].glue_connection.name #=> String
9043
9072
  # resp.items[0].physical_endpoints[0].glue_connection.description #=> String
9044
- # 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"
9073
+ # 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"
9045
9074
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria #=> Array
9046
9075
  # resp.items[0].physical_endpoints[0].glue_connection.match_criteria[0] #=> String
9047
9076
  # resp.items[0].physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -9146,7 +9175,14 @@ module Aws::DataZone
9146
9175
  # resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
9147
9176
  # resp.items[0].props.workflows_mwaa_properties.mwaa_environment_name #=> String
9148
9177
  # resp.items[0].props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
9149
- # 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"
9178
+ # resp.items[0].props.vpc_properties.vpc_id #=> String
9179
+ # resp.items[0].props.vpc_properties.subnet_ids #=> Array
9180
+ # resp.items[0].props.vpc_properties.subnet_ids[0] #=> String
9181
+ # resp.items[0].props.vpc_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
9182
+ # resp.items[0].props.vpc_properties.security_group_id #=> String
9183
+ # resp.items[0].props.vpc_properties.glue_connection_names #=> Array
9184
+ # resp.items[0].props.vpc_properties.glue_connection_names[0] #=> String
9185
+ # 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"
9150
9186
  # resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
9151
9187
  # resp.next_token #=> String
9152
9188
  #
@@ -9751,8 +9787,16 @@ module Aws::DataZone
9751
9787
  # resp.items[0].regional_parameters #=> Hash
9752
9788
  # resp.items[0].regional_parameters["RegionName"] #=> Hash
9753
9789
  # resp.items[0].regional_parameters["RegionName"]["String"] #=> String
9790
+ # resp.items[0].allow_user_provided_configurations #=> Boolean
9754
9791
  # resp.items[0].created_at #=> Time
9755
9792
  # resp.items[0].updated_at #=> Time
9793
+ # resp.items[0].resource_configurations #=> Array
9794
+ # resp.items[0].resource_configurations[0].identifier #=> String
9795
+ # resp.items[0].resource_configurations[0].name #=> String
9796
+ # resp.items[0].resource_configurations[0].description #=> String
9797
+ # resp.items[0].resource_configurations[0].region #=> String
9798
+ # resp.items[0].resource_configurations[0].parameters #=> Hash
9799
+ # resp.items[0].resource_configurations[0].parameters["String"] #=> String
9756
9800
  # resp.items[0].provisioning_configurations #=> Array
9757
9801
  # resp.items[0].provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
9758
9802
  # resp.items[0].provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
@@ -11816,6 +11860,13 @@ module Aws::DataZone
11816
11860
  # @option params [Hash<String,Hash>] :regional_parameters
11817
11861
  # The regional parameters in the environment blueprint.
11818
11862
  #
11863
+ # @option params [Array<Types::PutResourceConfiguration>] :resource_configurations
11864
+ # The resource configurations of the environment blueprint.
11865
+ #
11866
+ # @option params [Boolean] :allow_user_provided_configurations
11867
+ # Specifies whether user-provided resource configurations are allowed
11868
+ # for the environment blueprint.
11869
+ #
11819
11870
  # @option params [Hash<String,String>] :global_parameters
11820
11871
  # Region-agnostic environment blueprint parameters.
11821
11872
  #
@@ -11831,8 +11882,10 @@ module Aws::DataZone
11831
11882
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#manage_access_role_arn #manage_access_role_arn} => String
11832
11883
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#enabled_regions #enabled_regions} => Array&lt;String&gt;
11833
11884
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#regional_parameters #regional_parameters} => Hash&lt;String,Hash&lt;String,String&gt;&gt;
11885
+ # * {Types::PutEnvironmentBlueprintConfigurationOutput#allow_user_provided_configurations #allow_user_provided_configurations} => Boolean
11834
11886
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#created_at #created_at} => Time
11835
11887
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#updated_at #updated_at} => Time
11888
+ # * {Types::PutEnvironmentBlueprintConfigurationOutput#resource_configurations #resource_configurations} => Array&lt;Types::ResourceConfiguration&gt;
11836
11889
  # * {Types::PutEnvironmentBlueprintConfigurationOutput#provisioning_configurations #provisioning_configurations} => Array&lt;Types::ProvisioningConfiguration&gt;
11837
11890
  #
11838
11891
  # @example Request syntax with placeholder values
@@ -11849,6 +11902,17 @@ module Aws::DataZone
11849
11902
  # "String" => "String",
11850
11903
  # },
11851
11904
  # },
11905
+ # resource_configurations: [
11906
+ # {
11907
+ # name: "PutResourceConfigurationNameString", # required
11908
+ # description: "String",
11909
+ # region: "RegionName", # required
11910
+ # parameters: { # required
11911
+ # "String" => "String",
11912
+ # },
11913
+ # },
11914
+ # ],
11915
+ # allow_user_provided_configurations: false,
11852
11916
  # global_parameters: {
11853
11917
  # "String" => "String",
11854
11918
  # },
@@ -11874,8 +11938,16 @@ module Aws::DataZone
11874
11938
  # resp.regional_parameters #=> Hash
11875
11939
  # resp.regional_parameters["RegionName"] #=> Hash
11876
11940
  # resp.regional_parameters["RegionName"]["String"] #=> String
11941
+ # resp.allow_user_provided_configurations #=> Boolean
11877
11942
  # resp.created_at #=> Time
11878
11943
  # resp.updated_at #=> Time
11944
+ # resp.resource_configurations #=> Array
11945
+ # resp.resource_configurations[0].identifier #=> String
11946
+ # resp.resource_configurations[0].name #=> String
11947
+ # resp.resource_configurations[0].description #=> String
11948
+ # resp.resource_configurations[0].region #=> String
11949
+ # resp.resource_configurations[0].parameters #=> Hash
11950
+ # resp.resource_configurations[0].parameters["String"] #=> String
11879
11951
  # resp.provisioning_configurations #=> Array
11880
11952
  # resp.provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
11881
11953
  # resp.provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
@@ -14141,6 +14213,11 @@ module Aws::DataZone
14141
14213
  # lakehouse_properties: {
14142
14214
  # glue_lineage_sync_enabled: false,
14143
14215
  # },
14216
+ # vpc_properties: {
14217
+ # vpc_id: "VpcId",
14218
+ # subnet_ids: ["SubnetId"],
14219
+ # security_group_id: "SecurityGroupId",
14220
+ # },
14144
14221
  # },
14145
14222
  # })
14146
14223
  #
@@ -14166,7 +14243,7 @@ module Aws::DataZone
14166
14243
  # resp.physical_endpoints[0].glue_connection_names[0] #=> String
14167
14244
  # resp.physical_endpoints[0].glue_connection.name #=> String
14168
14245
  # resp.physical_endpoints[0].glue_connection.description #=> String
14169
- # 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"
14246
+ # 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"
14170
14247
  # resp.physical_endpoints[0].glue_connection.match_criteria #=> Array
14171
14248
  # resp.physical_endpoints[0].glue_connection.match_criteria[0] #=> String
14172
14249
  # resp.physical_endpoints[0].glue_connection.connection_properties #=> Hash
@@ -14271,7 +14348,14 @@ module Aws::DataZone
14271
14348
  # resp.props.mlflow_properties.tracking_server_arn #=> String
14272
14349
  # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
14273
14350
  # resp.props.lakehouse_properties.glue_lineage_sync_enabled #=> Boolean
14274
- # 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"
14351
+ # resp.props.vpc_properties.vpc_id #=> String
14352
+ # resp.props.vpc_properties.subnet_ids #=> Array
14353
+ # resp.props.vpc_properties.subnet_ids[0] #=> String
14354
+ # resp.props.vpc_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
14355
+ # resp.props.vpc_properties.security_group_id #=> String
14356
+ # resp.props.vpc_properties.glue_connection_names #=> Array
14357
+ # resp.props.vpc_properties.glue_connection_names[0] #=> String
14358
+ # 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"
14275
14359
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
14276
14360
  #
14277
14361
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateConnection AWS API Documentation
@@ -16215,7 +16299,7 @@ module Aws::DataZone
16215
16299
  tracer: tracer
16216
16300
  )
16217
16301
  context[:gem_name] = 'aws-sdk-datazone'
16218
- context[:gem_version] = '1.79.0'
16302
+ context[:gem_version] = '1.81.0'
16219
16303
  Seahorse::Client::Request.new(handlers, context)
16220
16304
  end
16221
16305
 
@@ -916,6 +916,9 @@ module Aws::DataZone
916
916
  PutDataExportConfigurationOutput = Shapes::StructureShape.new(name: 'PutDataExportConfigurationOutput')
917
917
  PutEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationInput')
918
918
  PutEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationOutput')
919
+ PutResourceConfiguration = Shapes::StructureShape.new(name: 'PutResourceConfiguration')
920
+ PutResourceConfigurationNameString = Shapes::StringShape.new(name: 'PutResourceConfigurationNameString')
921
+ PutResourceConfigurations = Shapes::ListShape.new(name: 'PutResourceConfigurations')
919
922
  QueryGraphInput = Shapes::StructureShape.new(name: 'QueryGraphInput')
920
923
  QueryGraphOutput = Shapes::StructureShape.new(name: 'QueryGraphOutput')
921
924
  RecommendationConfiguration = Shapes::StructureShape.new(name: 'RecommendationConfiguration')
@@ -977,6 +980,9 @@ module Aws::DataZone
977
980
  RequiredMetadataFormList = Shapes::ListShape.new(name: 'RequiredMetadataFormList')
978
981
  ResolutionStrategy = Shapes::StringShape.new(name: 'ResolutionStrategy')
979
982
  Resource = Shapes::StructureShape.new(name: 'Resource')
983
+ ResourceConfiguration = Shapes::StructureShape.new(name: 'ResourceConfiguration')
984
+ ResourceConfigurationParameterMap = Shapes::MapShape.new(name: 'ResourceConfigurationParameterMap')
985
+ ResourceConfigurations = Shapes::ListShape.new(name: 'ResourceConfigurations')
980
986
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
981
987
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
982
988
  ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
@@ -1052,6 +1058,7 @@ module Aws::DataZone
1052
1058
  SearchTypesResultItems = Shapes::ListShape.new(name: 'SearchTypesResultItems')
1053
1059
  SearchUserProfilesInput = Shapes::StructureShape.new(name: 'SearchUserProfilesInput')
1054
1060
  SearchUserProfilesOutput = Shapes::StructureShape.new(name: 'SearchUserProfilesOutput')
1061
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
1055
1062
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
1056
1063
  SecurityGroupIdListMemberString = Shapes::StringShape.new(name: 'SecurityGroupIdListMemberString')
1057
1064
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
@@ -1278,6 +1285,11 @@ module Aws::DataZone
1278
1285
  Username = Shapes::StringShape.new(name: 'Username')
1279
1286
  UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
1280
1287
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
1288
+ VpcConnectionSubnetIdList = Shapes::ListShape.new(name: 'VpcConnectionSubnetIdList')
1289
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
1290
+ VpcPropertiesInput = Shapes::StructureShape.new(name: 'VpcPropertiesInput')
1291
+ VpcPropertiesOutput = Shapes::StructureShape.new(name: 'VpcPropertiesOutput')
1292
+ VpcPropertiesPatch = Shapes::StructureShape.new(name: 'VpcPropertiesPatch')
1281
1293
  WorkflowsMwaaPropertiesInput = Shapes::StructureShape.new(name: 'WorkflowsMwaaPropertiesInput')
1282
1294
  WorkflowsMwaaPropertiesOutput = Shapes::StructureShape.new(name: 'WorkflowsMwaaPropertiesOutput')
1283
1295
  WorkflowsServerlessPropertiesInput = Shapes::StructureShape.new(name: 'WorkflowsServerlessPropertiesInput')
@@ -1792,6 +1804,7 @@ module Aws::DataZone
1792
1804
  ConnectionPropertiesInput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesInput, location_name: "workflowsMwaaProperties"))
1793
1805
  ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
1794
1806
  ConnectionPropertiesInput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesInput, location_name: "lakehouseProperties"))
1807
+ ConnectionPropertiesInput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesInput, location_name: "vpcProperties"))
1795
1808
  ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1796
1809
  ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
1797
1810
  ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
@@ -1806,6 +1819,7 @@ module Aws::DataZone
1806
1819
  ConnectionPropertiesInput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesInput::WorkflowsMwaaProperties)
1807
1820
  ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
1808
1821
  ConnectionPropertiesInput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesInput::LakehouseProperties)
1822
+ ConnectionPropertiesInput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesInput::VpcProperties)
1809
1823
  ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
1810
1824
  ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
1811
1825
 
@@ -1822,6 +1836,7 @@ module Aws::DataZone
1822
1836
  ConnectionPropertiesOutput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesOutput, location_name: "workflowsMwaaProperties"))
1823
1837
  ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
1824
1838
  ConnectionPropertiesOutput.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesOutput, location_name: "lakehouseProperties"))
1839
+ ConnectionPropertiesOutput.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesOutput, location_name: "vpcProperties"))
1825
1840
  ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1826
1841
  ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
1827
1842
  ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
@@ -1836,6 +1851,7 @@ module Aws::DataZone
1836
1851
  ConnectionPropertiesOutput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesOutput::WorkflowsMwaaProperties)
1837
1852
  ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
1838
1853
  ConnectionPropertiesOutput.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesOutput::LakehouseProperties)
1854
+ ConnectionPropertiesOutput.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesOutput::VpcProperties)
1839
1855
  ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
1840
1856
  ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
1841
1857
 
@@ -1848,6 +1864,7 @@ module Aws::DataZone
1848
1864
  ConnectionPropertiesPatch.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesPatch, location_name: "amazonQProperties"))
1849
1865
  ConnectionPropertiesPatch.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesPatch, location_name: "mlflowProperties"))
1850
1866
  ConnectionPropertiesPatch.add_member(:lakehouse_properties, Shapes::ShapeRef.new(shape: LakehousePropertiesPatch, location_name: "lakehouseProperties"))
1867
+ ConnectionPropertiesPatch.add_member(:vpc_properties, Shapes::ShapeRef.new(shape: VpcPropertiesPatch, location_name: "vpcProperties"))
1851
1868
  ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1852
1869
  ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
1853
1870
  ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
@@ -1858,6 +1875,7 @@ module Aws::DataZone
1858
1875
  ConnectionPropertiesPatch.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesPatch::AmazonQProperties)
1859
1876
  ConnectionPropertiesPatch.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesPatch::MlflowProperties)
1860
1877
  ConnectionPropertiesPatch.add_member_subclass(:lakehouse_properties, Types::ConnectionPropertiesPatch::LakehouseProperties)
1878
+ ConnectionPropertiesPatch.add_member_subclass(:vpc_properties, Types::ConnectionPropertiesPatch::VpcProperties)
1861
1879
  ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
1862
1880
  ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
1863
1881
 
@@ -3073,8 +3091,10 @@ module Aws::DataZone
3073
3091
  EnvironmentBlueprintConfigurationItem.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
3074
3092
  EnvironmentBlueprintConfigurationItem.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
3075
3093
  EnvironmentBlueprintConfigurationItem.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
3094
+ EnvironmentBlueprintConfigurationItem.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
3076
3095
  EnvironmentBlueprintConfigurationItem.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
3077
3096
  EnvironmentBlueprintConfigurationItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
3097
+ EnvironmentBlueprintConfigurationItem.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
3078
3098
  EnvironmentBlueprintConfigurationItem.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
3079
3099
  EnvironmentBlueprintConfigurationItem.struct_class = Types::EnvironmentBlueprintConfigurationItem
3080
3100
 
@@ -3522,8 +3542,10 @@ module Aws::DataZone
3522
3542
  GetEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
3523
3543
  GetEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
3524
3544
  GetEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
3545
+ GetEnvironmentBlueprintConfigurationOutput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
3525
3546
  GetEnvironmentBlueprintConfigurationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
3526
3547
  GetEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
3548
+ GetEnvironmentBlueprintConfigurationOutput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
3527
3549
  GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
3528
3550
  GetEnvironmentBlueprintConfigurationOutput.struct_class = Types::GetEnvironmentBlueprintConfigurationOutput
3529
3551
 
@@ -5284,6 +5306,8 @@ module Aws::DataZone
5284
5306
  PutEnvironmentBlueprintConfigurationInput.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
5285
5307
  PutEnvironmentBlueprintConfigurationInput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, required: true, location_name: "enabledRegions"))
5286
5308
  PutEnvironmentBlueprintConfigurationInput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
5309
+ PutEnvironmentBlueprintConfigurationInput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: PutResourceConfigurations, location_name: "resourceConfigurations"))
5310
+ PutEnvironmentBlueprintConfigurationInput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
5287
5311
  PutEnvironmentBlueprintConfigurationInput.add_member(:global_parameters, Shapes::ShapeRef.new(shape: GlobalParameterMap, location_name: "globalParameters"))
5288
5312
  PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
5289
5313
  PutEnvironmentBlueprintConfigurationInput.struct_class = Types::PutEnvironmentBlueprintConfigurationInput
@@ -5295,11 +5319,21 @@ module Aws::DataZone
5295
5319
  PutEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
5296
5320
  PutEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
5297
5321
  PutEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
5322
+ PutEnvironmentBlueprintConfigurationOutput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
5298
5323
  PutEnvironmentBlueprintConfigurationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
5299
5324
  PutEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
5325
+ PutEnvironmentBlueprintConfigurationOutput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
5300
5326
  PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
5301
5327
  PutEnvironmentBlueprintConfigurationOutput.struct_class = Types::PutEnvironmentBlueprintConfigurationOutput
5302
5328
 
5329
+ PutResourceConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: PutResourceConfigurationNameString, required: true, location_name: "name"))
5330
+ PutResourceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5331
+ PutResourceConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "region"))
5332
+ PutResourceConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: ResourceConfigurationParameterMap, required: true, location_name: "parameters"))
5333
+ PutResourceConfiguration.struct_class = Types::PutResourceConfiguration
5334
+
5335
+ PutResourceConfigurations.member = Shapes::ShapeRef.new(shape: PutResourceConfiguration)
5336
+
5303
5337
  QueryGraphInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5304
5338
  QueryGraphInput.add_member(:match, Shapes::ShapeRef.new(shape: MatchClauses, required: true, location_name: "match"))
5305
5339
  QueryGraphInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -5502,6 +5536,18 @@ module Aws::DataZone
5502
5536
  Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
5503
5537
  Resource.struct_class = Types::Resource
5504
5538
 
5539
+ ResourceConfiguration.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "identifier"))
5540
+ ResourceConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
5541
+ ResourceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5542
+ ResourceConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "region"))
5543
+ ResourceConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: ResourceConfigurationParameterMap, required: true, location_name: "parameters"))
5544
+ ResourceConfiguration.struct_class = Types::ResourceConfiguration
5545
+
5546
+ ResourceConfigurationParameterMap.key = Shapes::ShapeRef.new(shape: String)
5547
+ ResourceConfigurationParameterMap.value = Shapes::ShapeRef.new(shape: String)
5548
+
5549
+ ResourceConfigurations.member = Shapes::ShapeRef.new(shape: ResourceConfiguration)
5550
+
5505
5551
  ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
5506
5552
 
5507
5553
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
@@ -6830,6 +6876,25 @@ module Aws::DataZone
6830
6876
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
6831
6877
  ValidationException.struct_class = Types::ValidationException
6832
6878
 
6879
+ VpcConnectionSubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
6880
+
6881
+ VpcPropertiesInput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
6882
+ VpcPropertiesInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcConnectionSubnetIdList, required: true, location_name: "subnetIds"))
6883
+ VpcPropertiesInput.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "securityGroupId"))
6884
+ VpcPropertiesInput.struct_class = Types::VpcPropertiesInput
6885
+
6886
+ VpcPropertiesOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
6887
+ VpcPropertiesOutput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcConnectionSubnetIdList, required: true, location_name: "subnetIds"))
6888
+ VpcPropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, required: true, location_name: "status"))
6889
+ VpcPropertiesOutput.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "securityGroupId"))
6890
+ VpcPropertiesOutput.add_member(:glue_connection_names, Shapes::ShapeRef.new(shape: GlueConnectionNames, location_name: "glueConnectionNames"))
6891
+ VpcPropertiesOutput.struct_class = Types::VpcPropertiesOutput
6892
+
6893
+ VpcPropertiesPatch.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
6894
+ VpcPropertiesPatch.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcConnectionSubnetIdList, location_name: "subnetIds"))
6895
+ VpcPropertiesPatch.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "securityGroupId"))
6896
+ VpcPropertiesPatch.struct_class = Types::VpcPropertiesPatch
6897
+
6833
6898
  WorkflowsMwaaPropertiesInput.add_member(:mwaa_environment_name, Shapes::ShapeRef.new(shape: String, location_name: "mwaaEnvironmentName"))
6834
6899
  WorkflowsMwaaPropertiesInput.struct_class = Types::WorkflowsMwaaPropertiesInput
6835
6900
 
@@ -2121,6 +2121,10 @@ module Aws::DataZone
2121
2121
  # The lakehouse properties of a connection.
2122
2122
  # @return [Types::LakehousePropertiesInput]
2123
2123
  #
2124
+ # @!attribute [rw] vpc_properties
2125
+ # The VPC properties of a connection.
2126
+ # @return [Types::VpcPropertiesInput]
2127
+ #
2124
2128
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesInput AWS API Documentation
2125
2129
  #
2126
2130
  class ConnectionPropertiesInput < Struct.new(
@@ -2137,6 +2141,7 @@ module Aws::DataZone
2137
2141
  :workflows_mwaa_properties,
2138
2142
  :workflows_serverless_properties,
2139
2143
  :lakehouse_properties,
2144
+ :vpc_properties,
2140
2145
  :unknown)
2141
2146
  SENSITIVE = []
2142
2147
  include Aws::Structure
@@ -2155,6 +2160,7 @@ module Aws::DataZone
2155
2160
  class WorkflowsMwaaProperties < ConnectionPropertiesInput; end
2156
2161
  class WorkflowsServerlessProperties < ConnectionPropertiesInput; end
2157
2162
  class LakehouseProperties < ConnectionPropertiesInput; end
2163
+ class VpcProperties < ConnectionPropertiesInput; end
2158
2164
  class Unknown < ConnectionPropertiesInput; end
2159
2165
  end
2160
2166
 
@@ -2214,6 +2220,10 @@ module Aws::DataZone
2214
2220
  # The lakehouse properties of a connection.
2215
2221
  # @return [Types::LakehousePropertiesOutput]
2216
2222
  #
2223
+ # @!attribute [rw] vpc_properties
2224
+ # The VPC properties of a connection.
2225
+ # @return [Types::VpcPropertiesOutput]
2226
+ #
2217
2227
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesOutput AWS API Documentation
2218
2228
  #
2219
2229
  class ConnectionPropertiesOutput < Struct.new(
@@ -2230,6 +2240,7 @@ module Aws::DataZone
2230
2240
  :workflows_mwaa_properties,
2231
2241
  :workflows_serverless_properties,
2232
2242
  :lakehouse_properties,
2243
+ :vpc_properties,
2233
2244
  :unknown)
2234
2245
  SENSITIVE = []
2235
2246
  include Aws::Structure
@@ -2248,6 +2259,7 @@ module Aws::DataZone
2248
2259
  class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end
2249
2260
  class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end
2250
2261
  class LakehouseProperties < ConnectionPropertiesOutput; end
2262
+ class VpcProperties < ConnectionPropertiesOutput; end
2251
2263
  class Unknown < ConnectionPropertiesOutput; end
2252
2264
  end
2253
2265
 
@@ -2292,6 +2304,10 @@ module Aws::DataZone
2292
2304
  # The lakehouse properties of a connection properties patch.
2293
2305
  # @return [Types::LakehousePropertiesPatch]
2294
2306
  #
2307
+ # @!attribute [rw] vpc_properties
2308
+ # The VPC properties of a connection properties patch.
2309
+ # @return [Types::VpcPropertiesPatch]
2310
+ #
2295
2311
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesPatch AWS API Documentation
2296
2312
  #
2297
2313
  class ConnectionPropertiesPatch < Struct.new(
@@ -2304,6 +2320,7 @@ module Aws::DataZone
2304
2320
  :amazon_q_properties,
2305
2321
  :mlflow_properties,
2306
2322
  :lakehouse_properties,
2323
+ :vpc_properties,
2307
2324
  :unknown)
2308
2325
  SENSITIVE = []
2309
2326
  include Aws::Structure
@@ -2318,6 +2335,7 @@ module Aws::DataZone
2318
2335
  class AmazonQProperties < ConnectionPropertiesPatch; end
2319
2336
  class MlflowProperties < ConnectionPropertiesPatch; end
2320
2337
  class LakehouseProperties < ConnectionPropertiesPatch; end
2338
+ class VpcProperties < ConnectionPropertiesPatch; end
2321
2339
  class Unknown < ConnectionPropertiesPatch; end
2322
2340
  end
2323
2341
 
@@ -7966,6 +7984,11 @@ module Aws::DataZone
7966
7984
  # The regional parameters of the environment blueprint.
7967
7985
  # @return [Hash<String,Hash<String,String>>]
7968
7986
  #
7987
+ # @!attribute [rw] allow_user_provided_configurations
7988
+ # Specifies whether user-provided resource configurations are allowed
7989
+ # for the environment blueprint.
7990
+ # @return [Boolean]
7991
+ #
7969
7992
  # @!attribute [rw] created_at
7970
7993
  # The timestamp of when an environment blueprint was created.
7971
7994
  # @return [Time]
@@ -7974,6 +7997,10 @@ module Aws::DataZone
7974
7997
  # The timestamp of when the environment blueprint was updated.
7975
7998
  # @return [Time]
7976
7999
  #
8000
+ # @!attribute [rw] resource_configurations
8001
+ # The resource configurations of the environment blueprint.
8002
+ # @return [Array<Types::ResourceConfiguration>]
8003
+ #
7977
8004
  # @!attribute [rw] provisioning_configurations
7978
8005
  # The provisioning configuration of a blueprint.
7979
8006
  # @return [Array<Types::ProvisioningConfiguration>]
@@ -7988,8 +8015,10 @@ module Aws::DataZone
7988
8015
  :manage_access_role_arn,
7989
8016
  :enabled_regions,
7990
8017
  :regional_parameters,
8018
+ :allow_user_provided_configurations,
7991
8019
  :created_at,
7992
8020
  :updated_at,
8021
+ :resource_configurations,
7993
8022
  :provisioning_configurations)
7994
8023
  SENSITIVE = []
7995
8024
  include Aws::Structure
@@ -9914,6 +9943,11 @@ module Aws::DataZone
9914
9943
  # The regional parameters of the blueprint.
9915
9944
  # @return [Hash<String,Hash<String,String>>]
9916
9945
  #
9946
+ # @!attribute [rw] allow_user_provided_configurations
9947
+ # Specifies whether user-provided resource configurations are allowed
9948
+ # for the environment blueprint.
9949
+ # @return [Boolean]
9950
+ #
9917
9951
  # @!attribute [rw] created_at
9918
9952
  # The timestamp of when this blueprint was created.
9919
9953
  # @return [Time]
@@ -9922,6 +9956,10 @@ module Aws::DataZone
9922
9956
  # The timestamp of when this blueprint was upated.
9923
9957
  # @return [Time]
9924
9958
  #
9959
+ # @!attribute [rw] resource_configurations
9960
+ # The resource configurations of the environment blueprint.
9961
+ # @return [Array<Types::ResourceConfiguration>]
9962
+ #
9925
9963
  # @!attribute [rw] provisioning_configurations
9926
9964
  # The provisioning configuration of a blueprint.
9927
9965
  # @return [Array<Types::ProvisioningConfiguration>]
@@ -9936,8 +9974,10 @@ module Aws::DataZone
9936
9974
  :manage_access_role_arn,
9937
9975
  :enabled_regions,
9938
9976
  :regional_parameters,
9977
+ :allow_user_provided_configurations,
9939
9978
  :created_at,
9940
9979
  :updated_at,
9980
+ :resource_configurations,
9941
9981
  :provisioning_configurations)
9942
9982
  SENSITIVE = []
9943
9983
  include Aws::Structure
@@ -18187,6 +18227,15 @@ module Aws::DataZone
18187
18227
  # The regional parameters in the environment blueprint.
18188
18228
  # @return [Hash<String,Hash<String,String>>]
18189
18229
  #
18230
+ # @!attribute [rw] resource_configurations
18231
+ # The resource configurations of the environment blueprint.
18232
+ # @return [Array<Types::PutResourceConfiguration>]
18233
+ #
18234
+ # @!attribute [rw] allow_user_provided_configurations
18235
+ # Specifies whether user-provided resource configurations are allowed
18236
+ # for the environment blueprint.
18237
+ # @return [Boolean]
18238
+ #
18190
18239
  # @!attribute [rw] global_parameters
18191
18240
  # Region-agnostic environment blueprint parameters.
18192
18241
  # @return [Hash<String,String>]
@@ -18205,6 +18254,8 @@ module Aws::DataZone
18205
18254
  :environment_role_permission_boundary,
18206
18255
  :enabled_regions,
18207
18256
  :regional_parameters,
18257
+ :resource_configurations,
18258
+ :allow_user_provided_configurations,
18208
18259
  :global_parameters,
18209
18260
  :provisioning_configurations)
18210
18261
  SENSITIVE = []
@@ -18239,6 +18290,11 @@ module Aws::DataZone
18239
18290
  # The regional parameters in the environment blueprint.
18240
18291
  # @return [Hash<String,Hash<String,String>>]
18241
18292
  #
18293
+ # @!attribute [rw] allow_user_provided_configurations
18294
+ # Specifies whether user-provided resource configurations are allowed
18295
+ # for the environment blueprint.
18296
+ # @return [Boolean]
18297
+ #
18242
18298
  # @!attribute [rw] created_at
18243
18299
  # The timestamp of when the environment blueprint was created.
18244
18300
  # @return [Time]
@@ -18247,6 +18303,10 @@ module Aws::DataZone
18247
18303
  # The timestamp of when the environment blueprint was updated.
18248
18304
  # @return [Time]
18249
18305
  #
18306
+ # @!attribute [rw] resource_configurations
18307
+ # The resource configurations of the environment blueprint.
18308
+ # @return [Array<Types::ResourceConfiguration>]
18309
+ #
18250
18310
  # @!attribute [rw] provisioning_configurations
18251
18311
  # The provisioning configuration of a blueprint.
18252
18312
  # @return [Array<Types::ProvisioningConfiguration>]
@@ -18261,13 +18321,45 @@ module Aws::DataZone
18261
18321
  :manage_access_role_arn,
18262
18322
  :enabled_regions,
18263
18323
  :regional_parameters,
18324
+ :allow_user_provided_configurations,
18264
18325
  :created_at,
18265
18326
  :updated_at,
18327
+ :resource_configurations,
18266
18328
  :provisioning_configurations)
18267
18329
  SENSITIVE = []
18268
18330
  include Aws::Structure
18269
18331
  end
18270
18332
 
18333
+ # The resource configuration that is used to configure the environment
18334
+ # blueprint.
18335
+ #
18336
+ # @!attribute [rw] name
18337
+ # The name of the resource configuration.
18338
+ # @return [String]
18339
+ #
18340
+ # @!attribute [rw] description
18341
+ # The description of the resource configuration.
18342
+ # @return [String]
18343
+ #
18344
+ # @!attribute [rw] region
18345
+ # The Amazon Web Services Region of the resource configuration.
18346
+ # @return [String]
18347
+ #
18348
+ # @!attribute [rw] parameters
18349
+ # The parameters of the resource configuration.
18350
+ # @return [Hash<String,String>]
18351
+ #
18352
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/PutResourceConfiguration AWS API Documentation
18353
+ #
18354
+ class PutResourceConfiguration < Struct.new(
18355
+ :name,
18356
+ :description,
18357
+ :region,
18358
+ :parameters)
18359
+ SENSITIVE = []
18360
+ include Aws::Structure
18361
+ end
18362
+
18271
18363
  # @!attribute [rw] domain_identifier
18272
18364
  # The identifier of the Amazon DataZone domain.
18273
18365
  # @return [String]
@@ -19169,6 +19261,40 @@ module Aws::DataZone
19169
19261
  include Aws::Structure
19170
19262
  end
19171
19263
 
19264
+ # The details of the resource configuration.
19265
+ #
19266
+ # @!attribute [rw] identifier
19267
+ # The identifier of the resource configuration.
19268
+ # @return [String]
19269
+ #
19270
+ # @!attribute [rw] name
19271
+ # The name of the resource configuration.
19272
+ # @return [String]
19273
+ #
19274
+ # @!attribute [rw] description
19275
+ # The description of the resource configuration.
19276
+ # @return [String]
19277
+ #
19278
+ # @!attribute [rw] region
19279
+ # The Amazon Web Services Region of the resource configuration.
19280
+ # @return [String]
19281
+ #
19282
+ # @!attribute [rw] parameters
19283
+ # The parameters of the resource configuration.
19284
+ # @return [Hash<String,String>]
19285
+ #
19286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ResourceConfiguration AWS API Documentation
19287
+ #
19288
+ class ResourceConfiguration < Struct.new(
19289
+ :identifier,
19290
+ :name,
19291
+ :description,
19292
+ :region,
19293
+ :parameters)
19294
+ SENSITIVE = []
19295
+ include Aws::Structure
19296
+ end
19297
+
19172
19298
  # The specified resource cannot be found.
19173
19299
  #
19174
19300
  # @!attribute [rw] message
@@ -25150,6 +25276,92 @@ module Aws::DataZone
25150
25276
  include Aws::Structure
25151
25277
  end
25152
25278
 
25279
+ # The VPC connection properties used when creating a connection.
25280
+ #
25281
+ # @!attribute [rw] vpc_id
25282
+ # The identifier of the VPC. Must match the pattern `^vpc-[a-z0-9]+$`.
25283
+ # Maximum length of 32.
25284
+ # @return [String]
25285
+ #
25286
+ # @!attribute [rw] subnet_ids
25287
+ # The subnet IDs of the VPC connection. You can specify between 1 and
25288
+ # 16 subnet IDs.
25289
+ # @return [Array<String>]
25290
+ #
25291
+ # @!attribute [rw] security_group_id
25292
+ # The security group ID of the VPC connection. Must match the pattern
25293
+ # `^sg-[a-z0-9]+$`. Maximum length of 32.
25294
+ # @return [String]
25295
+ #
25296
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/VpcPropertiesInput AWS API Documentation
25297
+ #
25298
+ class VpcPropertiesInput < Struct.new(
25299
+ :vpc_id,
25300
+ :subnet_ids,
25301
+ :security_group_id)
25302
+ SENSITIVE = []
25303
+ include Aws::Structure
25304
+ end
25305
+
25306
+ # The VPC connection properties returned in responses.
25307
+ #
25308
+ # @!attribute [rw] vpc_id
25309
+ # The identifier of the VPC.
25310
+ # @return [String]
25311
+ #
25312
+ # @!attribute [rw] subnet_ids
25313
+ # The subnet IDs of the VPC connection.
25314
+ # @return [Array<String>]
25315
+ #
25316
+ # @!attribute [rw] status
25317
+ # The status of the VPC connection.
25318
+ # @return [String]
25319
+ #
25320
+ # @!attribute [rw] security_group_id
25321
+ # The security group ID of the VPC connection.
25322
+ # @return [String]
25323
+ #
25324
+ # @!attribute [rw] glue_connection_names
25325
+ # The Amazon Web Services Glue connection names associated with the
25326
+ # VPC connection.
25327
+ # @return [Array<String>]
25328
+ #
25329
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/VpcPropertiesOutput AWS API Documentation
25330
+ #
25331
+ class VpcPropertiesOutput < Struct.new(
25332
+ :vpc_id,
25333
+ :subnet_ids,
25334
+ :status,
25335
+ :security_group_id,
25336
+ :glue_connection_names)
25337
+ SENSITIVE = []
25338
+ include Aws::Structure
25339
+ end
25340
+
25341
+ # The VPC connection properties used when updating a connection.
25342
+ #
25343
+ # @!attribute [rw] vpc_id
25344
+ # The identifier of the VPC.
25345
+ # @return [String]
25346
+ #
25347
+ # @!attribute [rw] subnet_ids
25348
+ # The subnet IDs of the VPC connection.
25349
+ # @return [Array<String>]
25350
+ #
25351
+ # @!attribute [rw] security_group_id
25352
+ # The security group ID of the VPC connection.
25353
+ # @return [String]
25354
+ #
25355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/VpcPropertiesPatch AWS API Documentation
25356
+ #
25357
+ class VpcPropertiesPatch < Struct.new(
25358
+ :vpc_id,
25359
+ :subnet_ids,
25360
+ :security_group_id)
25361
+ SENSITIVE = []
25362
+ include Aws::Structure
25363
+ end
25364
+
25153
25365
  # The Amazon MWAA properties.
25154
25366
  #
25155
25367
  # @!attribute [rw] mwaa_environment_name
@@ -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.79.0'
58
+ GEM_VERSION = '1.81.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")
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")
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
@@ -643,6 +643,11 @@ module Aws
643
643
  }?,
644
644
  lakehouse_properties: {
645
645
  glue_lineage_sync_enabled: bool?
646
+ }?,
647
+ vpc_properties: {
648
+ vpc_id: ::String,
649
+ subnet_ids: Array[::String],
650
+ security_group_id: ::String?
646
651
  }?
647
652
  },
648
653
  ?enable_trusted_identity_propagation: bool,
@@ -1857,7 +1862,7 @@ module Aws
1857
1862
  def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
1858
1863
  def project_id: () -> ::String
1859
1864
  def props: () -> Types::ConnectionPropertiesOutput
1860
- 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")
1865
+ 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")
1861
1866
  def scope: () -> ("DOMAIN" | "PROJECT")
1862
1867
  end
1863
1868
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_connection-instance_method
@@ -2088,8 +2093,10 @@ module Aws
2088
2093
  def manage_access_role_arn: () -> ::String
2089
2094
  def enabled_regions: () -> ::Array[::String]
2090
2095
  def regional_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
2096
+ def allow_user_provided_configurations: () -> bool
2091
2097
  def created_at: () -> ::Time
2092
2098
  def updated_at: () -> ::Time
2099
+ def resource_configurations: () -> ::Array[Types::ResourceConfiguration]
2093
2100
  def provisioning_configurations: () -> ::Array[Types::ProvisioningConfiguration]
2094
2101
  end
2095
2102
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_environment_blueprint_configuration-instance_method
@@ -2692,7 +2699,7 @@ module Aws
2692
2699
  ?name: ::String,
2693
2700
  ?environment_identifier: ::String,
2694
2701
  ?project_identifier: ::String,
2695
- ?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"),
2702
+ ?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"),
2696
2703
  ?scope: ("DOMAIN" | "PROJECT")
2697
2704
  ) -> _ListConnectionsResponseSuccess
2698
2705
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionsResponseSuccess
@@ -3263,8 +3270,10 @@ module Aws
3263
3270
  def manage_access_role_arn: () -> ::String
3264
3271
  def enabled_regions: () -> ::Array[::String]
3265
3272
  def regional_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
3273
+ def allow_user_provided_configurations: () -> bool
3266
3274
  def created_at: () -> ::Time
3267
3275
  def updated_at: () -> ::Time
3276
+ def resource_configurations: () -> ::Array[Types::ResourceConfiguration]
3268
3277
  def provisioning_configurations: () -> ::Array[Types::ProvisioningConfiguration]
3269
3278
  end
3270
3279
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#put_environment_blueprint_configuration-instance_method
@@ -3276,6 +3285,15 @@ module Aws
3276
3285
  ?environment_role_permission_boundary: ::String,
3277
3286
  enabled_regions: Array[::String],
3278
3287
  ?regional_parameters: Hash[::String, Hash[::String, ::String]],
3288
+ ?resource_configurations: Array[
3289
+ {
3290
+ name: ::String,
3291
+ description: ::String?,
3292
+ region: ::String,
3293
+ parameters: Hash[::String, ::String]
3294
+ }
3295
+ ],
3296
+ ?allow_user_provided_configurations: bool,
3279
3297
  ?global_parameters: Hash[::String, ::String],
3280
3298
  ?provisioning_configurations: Array[
3281
3299
  {
@@ -3782,7 +3800,7 @@ module Aws
3782
3800
  def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
3783
3801
  def project_id: () -> ::String
3784
3802
  def props: () -> Types::ConnectionPropertiesOutput
3785
- 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")
3803
+ 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")
3786
3804
  def scope: () -> ("DOMAIN" | "PROJECT")
3787
3805
  end
3788
3806
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_connection-instance_method
@@ -3869,6 +3887,11 @@ module Aws
3869
3887
  }?,
3870
3888
  lakehouse_properties: {
3871
3889
  glue_lineage_sync_enabled: bool?
3890
+ }?,
3891
+ vpc_properties: {
3892
+ vpc_id: ::String?,
3893
+ subnet_ids: Array[::String]?,
3894
+ security_group_id: ::String?
3872
3895
  }?
3873
3896
  }
3874
3897
  ) -> _UpdateConnectionResponseSuccess
data/sig/types.rbs CHANGED
@@ -613,6 +613,7 @@ module Aws::DataZone
613
613
  attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesInput
614
614
  attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesInput
615
615
  attr_accessor lakehouse_properties: Types::LakehousePropertiesInput
616
+ attr_accessor vpc_properties: Types::VpcPropertiesInput
616
617
  attr_accessor unknown: untyped
617
618
  SENSITIVE: []
618
619
 
@@ -642,6 +643,8 @@ module Aws::DataZone
642
643
  end
643
644
  class LakehouseProperties < ConnectionPropertiesInput
644
645
  end
646
+ class VpcProperties < ConnectionPropertiesInput
647
+ end
645
648
  class Unknown < ConnectionPropertiesInput
646
649
  end
647
650
  end
@@ -660,6 +663,7 @@ module Aws::DataZone
660
663
  attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesOutput
661
664
  attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesOutput
662
665
  attr_accessor lakehouse_properties: Types::LakehousePropertiesOutput
666
+ attr_accessor vpc_properties: Types::VpcPropertiesOutput
663
667
  attr_accessor unknown: untyped
664
668
  SENSITIVE: []
665
669
 
@@ -689,6 +693,8 @@ module Aws::DataZone
689
693
  end
690
694
  class LakehouseProperties < ConnectionPropertiesOutput
691
695
  end
696
+ class VpcProperties < ConnectionPropertiesOutput
697
+ end
692
698
  class Unknown < ConnectionPropertiesOutput
693
699
  end
694
700
  end
@@ -703,6 +709,7 @@ module Aws::DataZone
703
709
  attr_accessor amazon_q_properties: Types::AmazonQPropertiesPatch
704
710
  attr_accessor mlflow_properties: Types::MlflowPropertiesPatch
705
711
  attr_accessor lakehouse_properties: Types::LakehousePropertiesPatch
712
+ attr_accessor vpc_properties: Types::VpcPropertiesPatch
706
713
  attr_accessor unknown: untyped
707
714
  SENSITIVE: []
708
715
 
@@ -724,6 +731,8 @@ module Aws::DataZone
724
731
  end
725
732
  class LakehouseProperties < ConnectionPropertiesPatch
726
733
  end
734
+ class VpcProperties < ConnectionPropertiesPatch
735
+ end
727
736
  class Unknown < ConnectionPropertiesPatch
728
737
  end
729
738
  end
@@ -738,7 +747,7 @@ module Aws::DataZone
738
747
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
739
748
  attr_accessor project_id: ::String
740
749
  attr_accessor props: Types::ConnectionPropertiesOutput
741
- 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")
750
+ 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")
742
751
  attr_accessor scope: ("DOMAIN" | "PROJECT")
743
752
  SENSITIVE: []
744
753
  end
@@ -923,7 +932,7 @@ module Aws::DataZone
923
932
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
924
933
  attr_accessor project_id: ::String
925
934
  attr_accessor props: Types::ConnectionPropertiesOutput
926
- 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")
935
+ 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")
927
936
  attr_accessor scope: ("DOMAIN" | "PROJECT")
928
937
  SENSITIVE: [:description]
929
938
  end
@@ -2190,8 +2199,10 @@ module Aws::DataZone
2190
2199
  attr_accessor manage_access_role_arn: ::String
2191
2200
  attr_accessor enabled_regions: ::Array[::String]
2192
2201
  attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
2202
+ attr_accessor allow_user_provided_configurations: bool
2193
2203
  attr_accessor created_at: ::Time
2194
2204
  attr_accessor updated_at: ::Time
2205
+ attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
2195
2206
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
2196
2207
  SENSITIVE: []
2197
2208
  end
@@ -2523,7 +2534,7 @@ module Aws::DataZone
2523
2534
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
2524
2535
  attr_accessor project_id: ::String
2525
2536
  attr_accessor props: Types::ConnectionPropertiesOutput
2526
- 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")
2537
+ 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")
2527
2538
  attr_accessor scope: ("DOMAIN" | "PROJECT")
2528
2539
  SENSITIVE: [:connection_credentials, :description]
2529
2540
  end
@@ -2700,8 +2711,10 @@ module Aws::DataZone
2700
2711
  attr_accessor manage_access_role_arn: ::String
2701
2712
  attr_accessor enabled_regions: ::Array[::String]
2702
2713
  attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
2714
+ attr_accessor allow_user_provided_configurations: bool
2703
2715
  attr_accessor created_at: ::Time
2704
2716
  attr_accessor updated_at: ::Time
2717
+ attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
2705
2718
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
2706
2719
  SENSITIVE: []
2707
2720
  end
@@ -3334,7 +3347,7 @@ module Aws::DataZone
3334
3347
  class GlueConnection
3335
3348
  attr_accessor name: ::String
3336
3349
  attr_accessor description: ::String
3337
- 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")
3350
+ 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")
3338
3351
  attr_accessor match_criteria: ::Array[::String]
3339
3352
  attr_accessor connection_properties: ::Hash[::String, ::String]
3340
3353
  attr_accessor spark_properties: ::Hash[::String, ::String]
@@ -3775,7 +3788,7 @@ module Aws::DataZone
3775
3788
  attr_accessor name: ::String
3776
3789
  attr_accessor environment_identifier: ::String
3777
3790
  attr_accessor project_identifier: ::String
3778
- 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")
3791
+ 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")
3779
3792
  attr_accessor scope: ("DOMAIN" | "PROJECT")
3780
3793
  SENSITIVE: []
3781
3794
  end
@@ -4923,6 +4936,8 @@ module Aws::DataZone
4923
4936
  attr_accessor environment_role_permission_boundary: ::String
4924
4937
  attr_accessor enabled_regions: ::Array[::String]
4925
4938
  attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
4939
+ attr_accessor resource_configurations: ::Array[Types::PutResourceConfiguration]
4940
+ attr_accessor allow_user_provided_configurations: bool
4926
4941
  attr_accessor global_parameters: ::Hash[::String, ::String]
4927
4942
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
4928
4943
  SENSITIVE: []
@@ -4936,12 +4951,22 @@ module Aws::DataZone
4936
4951
  attr_accessor manage_access_role_arn: ::String
4937
4952
  attr_accessor enabled_regions: ::Array[::String]
4938
4953
  attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
4954
+ attr_accessor allow_user_provided_configurations: bool
4939
4955
  attr_accessor created_at: ::Time
4940
4956
  attr_accessor updated_at: ::Time
4957
+ attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
4941
4958
  attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
4942
4959
  SENSITIVE: []
4943
4960
  end
4944
4961
 
4962
+ class PutResourceConfiguration
4963
+ attr_accessor name: ::String
4964
+ attr_accessor description: ::String
4965
+ attr_accessor region: ::String
4966
+ attr_accessor parameters: ::Hash[::String, ::String]
4967
+ SENSITIVE: []
4968
+ end
4969
+
4945
4970
  class QueryGraphInput
4946
4971
  attr_accessor domain_identifier: ::String
4947
4972
  attr_accessor match: ::Array[Types::MatchClause]
@@ -5204,6 +5229,15 @@ module Aws::DataZone
5204
5229
  SENSITIVE: []
5205
5230
  end
5206
5231
 
5232
+ class ResourceConfiguration
5233
+ attr_accessor identifier: ::String
5234
+ attr_accessor name: ::String
5235
+ attr_accessor description: ::String
5236
+ attr_accessor region: ::String
5237
+ attr_accessor parameters: ::Hash[::String, ::String]
5238
+ SENSITIVE: []
5239
+ end
5240
+
5207
5241
  class ResourceNotFoundException
5208
5242
  attr_accessor message: ::String
5209
5243
  SENSITIVE: []
@@ -6239,7 +6273,7 @@ module Aws::DataZone
6239
6273
  attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
6240
6274
  attr_accessor project_id: ::String
6241
6275
  attr_accessor props: Types::ConnectionPropertiesOutput
6242
- 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")
6276
+ 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")
6243
6277
  attr_accessor scope: ("DOMAIN" | "PROJECT")
6244
6278
  SENSITIVE: [:description]
6245
6279
  end
@@ -6805,6 +6839,29 @@ module Aws::DataZone
6805
6839
  SENSITIVE: []
6806
6840
  end
6807
6841
 
6842
+ class VpcPropertiesInput
6843
+ attr_accessor vpc_id: ::String
6844
+ attr_accessor subnet_ids: ::Array[::String]
6845
+ attr_accessor security_group_id: ::String
6846
+ SENSITIVE: []
6847
+ end
6848
+
6849
+ class VpcPropertiesOutput
6850
+ attr_accessor vpc_id: ::String
6851
+ attr_accessor subnet_ids: ::Array[::String]
6852
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED" | "READY" | "UPDATING" | "UPDATE_FAILED" | "DELETED")
6853
+ attr_accessor security_group_id: ::String
6854
+ attr_accessor glue_connection_names: ::Array[::String]
6855
+ SENSITIVE: []
6856
+ end
6857
+
6858
+ class VpcPropertiesPatch
6859
+ attr_accessor vpc_id: ::String
6860
+ attr_accessor subnet_ids: ::Array[::String]
6861
+ attr_accessor security_group_id: ::String
6862
+ SENSITIVE: []
6863
+ end
6864
+
6808
6865
  class WorkflowsMwaaPropertiesInput
6809
6866
  attr_accessor mwaa_environment_name: ::String
6810
6867
  SENSITIVE: []
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.79.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services