aws-sdk-datazone 1.57.0 → 1.58.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: 6b16930e2dd6b51cd3f05c738b06b10261aa7f0f6301b997b235e8b612509aa6
4
- data.tar.gz: 8a06048e0d614f26cd7a14e74543922083ae64327d52302a1b0ea81379f2594d
3
+ metadata.gz: f39b14142bfd183df1a5f7abad839a7311a3a19e938106fabf69a54edbd219e9
4
+ data.tar.gz: 60a88e57b1e01017f82ca6715844b691fd800c97650175c5fb7ead19cbbf9843
5
5
  SHA512:
6
- metadata.gz: 880c092434cbf56a9d8e2280c3e99760112ce41613cdc86e7a92e9ffd794e95fe344ff7fa7721fc7dd00cff529cf6ea9a3e95aad204a6b87d36df1e9b29eaed0
7
- data.tar.gz: 6e3ed564327f502eb0d860f4baf1dfddcd854d6e8d735f99d23ec5fabe28ce23660c25d8dcead23199eef042e4fa0bf0d71b73006e2c3f42cceef7333cc84d7e
6
+ metadata.gz: 15d04918ca5b9e10fcc3ba6c60221bdff94bc212927df55e67e0a1229876a96b9075a1a42c24affab7d12fe101bd38247e1f141378d2bca9bd98b222b8ffd1a9
7
+ data.tar.gz: ebae11bf9e35ae61fb064bd83312e718f2dde3b0275b219debd8fcc56c6cace63447e387d3f4dfc38c90f430e9a637c5682489924504f4cca9a0455124ff524c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-11-10)
5
+ ------------------
6
+
7
+ * Feature - Remove trackingServerName from DataZone Connection MLflowProperties
8
+
4
9
  1.57.0 (2025-11-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1859,7 +1859,6 @@ module Aws::DataZone
1859
1859
  # },
1860
1860
  # mlflow_properties: {
1861
1861
  # tracking_server_arn: "String",
1862
- # tracking_server_name: "String",
1863
1862
  # },
1864
1863
  # redshift_properties: {
1865
1864
  # credentials: {
@@ -1987,7 +1986,6 @@ module Aws::DataZone
1987
1986
  # resp.props.iam_properties.environment_id #=> String
1988
1987
  # resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
1989
1988
  # resp.props.mlflow_properties.tracking_server_arn #=> String
1990
- # resp.props.mlflow_properties.tracking_server_name #=> String
1991
1989
  # resp.props.redshift_properties.credentials.secret_arn #=> String
1992
1990
  # resp.props.redshift_properties.credentials.username_password.password #=> String
1993
1991
  # resp.props.redshift_properties.credentials.username_password.username #=> String
@@ -5810,7 +5808,6 @@ module Aws::DataZone
5810
5808
  # resp.props.iam_properties.environment_id #=> String
5811
5809
  # resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
5812
5810
  # resp.props.mlflow_properties.tracking_server_arn #=> String
5813
- # resp.props.mlflow_properties.tracking_server_name #=> String
5814
5811
  # resp.props.redshift_properties.credentials.secret_arn #=> String
5815
5812
  # resp.props.redshift_properties.credentials.username_password.password #=> String
5816
5813
  # resp.props.redshift_properties.credentials.username_password.username #=> String
@@ -8288,7 +8285,6 @@ module Aws::DataZone
8288
8285
  # resp.items[0].props.iam_properties.environment_id #=> String
8289
8286
  # resp.items[0].props.iam_properties.glue_lineage_sync_enabled #=> Boolean
8290
8287
  # resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
8291
- # resp.items[0].props.mlflow_properties.tracking_server_name #=> String
8292
8288
  # resp.items[0].props.redshift_properties.credentials.secret_arn #=> String
8293
8289
  # resp.items[0].props.redshift_properties.credentials.username_password.password #=> String
8294
8290
  # resp.items[0].props.redshift_properties.credentials.username_password.username #=> String
@@ -12414,7 +12410,6 @@ module Aws::DataZone
12414
12410
  # },
12415
12411
  # mlflow_properties: {
12416
12412
  # tracking_server_arn: "String",
12417
- # tracking_server_name: "String",
12418
12413
  # },
12419
12414
  # redshift_properties: {
12420
12415
  # credentials: {
@@ -12529,7 +12524,6 @@ module Aws::DataZone
12529
12524
  # resp.props.iam_properties.environment_id #=> String
12530
12525
  # resp.props.iam_properties.glue_lineage_sync_enabled #=> Boolean
12531
12526
  # resp.props.mlflow_properties.tracking_server_arn #=> String
12532
- # resp.props.mlflow_properties.tracking_server_name #=> String
12533
12527
  # resp.props.redshift_properties.credentials.secret_arn #=> String
12534
12528
  # resp.props.redshift_properties.credentials.username_password.password #=> String
12535
12529
  # resp.props.redshift_properties.credentials.username_password.username #=> String
@@ -14302,7 +14296,7 @@ module Aws::DataZone
14302
14296
  tracer: tracer
14303
14297
  )
14304
14298
  context[:gem_name] = 'aws-sdk-datazone'
14305
- context[:gem_version] = '1.57.0'
14299
+ context[:gem_version] = '1.58.0'
14306
14300
  Seahorse::Client::Request.new(handlers, context)
14307
14301
  end
14308
14302
 
@@ -4405,15 +4405,12 @@ module Aws::DataZone
4405
4405
  MetadataMap.value = Shapes::ShapeRef.new(shape: String)
4406
4406
 
4407
4407
  MlflowPropertiesInput.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
4408
- MlflowPropertiesInput.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
4409
4408
  MlflowPropertiesInput.struct_class = Types::MlflowPropertiesInput
4410
4409
 
4411
4410
  MlflowPropertiesOutput.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
4412
- MlflowPropertiesOutput.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
4413
4411
  MlflowPropertiesOutput.struct_class = Types::MlflowPropertiesOutput
4414
4412
 
4415
4413
  MlflowPropertiesPatch.add_member(:tracking_server_arn, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerArn"))
4416
- MlflowPropertiesPatch.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: String, location_name: "trackingServerName"))
4417
4414
  MlflowPropertiesPatch.struct_class = Types::MlflowPropertiesPatch
4418
4415
 
4419
4416
  Model.add_member(:smithy, Shapes::ShapeRef.new(shape: Smithy, location_name: "smithy"))
@@ -15112,16 +15112,10 @@ module Aws::DataZone
15112
15112
  # connection.
15113
15113
  # @return [String]
15114
15114
  #
15115
- # @!attribute [rw] tracking_server_name
15116
- # The name of the tracking server as part of the MLflow properties of
15117
- # a connection.
15118
- # @return [String]
15119
- #
15120
15115
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/MlflowPropertiesInput AWS API Documentation
15121
15116
  #
15122
15117
  class MlflowPropertiesInput < Struct.new(
15123
- :tracking_server_arn,
15124
- :tracking_server_name)
15118
+ :tracking_server_arn)
15125
15119
  SENSITIVE = []
15126
15120
  include Aws::Structure
15127
15121
  end
@@ -15133,16 +15127,10 @@ module Aws::DataZone
15133
15127
  # connection.
15134
15128
  # @return [String]
15135
15129
  #
15136
- # @!attribute [rw] tracking_server_name
15137
- # The name of the tracking server as part of the MLflow properties of
15138
- # a connection.
15139
- # @return [String]
15140
- #
15141
15130
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/MlflowPropertiesOutput AWS API Documentation
15142
15131
  #
15143
15132
  class MlflowPropertiesOutput < Struct.new(
15144
- :tracking_server_arn,
15145
- :tracking_server_name)
15133
+ :tracking_server_arn)
15146
15134
  SENSITIVE = []
15147
15135
  include Aws::Structure
15148
15136
  end
@@ -15154,16 +15142,10 @@ module Aws::DataZone
15154
15142
  # connection.
15155
15143
  # @return [String]
15156
15144
  #
15157
- # @!attribute [rw] tracking_server_name
15158
- # The name of the tracking server as part of the MLflow properties of
15159
- # a connection.
15160
- # @return [String]
15161
- #
15162
15145
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/MlflowPropertiesPatch AWS API Documentation
15163
15146
  #
15164
15147
  class MlflowPropertiesPatch < Struct.new(
15165
- :tracking_server_arn,
15166
- :tracking_server_name)
15148
+ :tracking_server_arn)
15167
15149
  SENSITIVE = []
15168
15150
  include Aws::Structure
15169
15151
  end
@@ -54,7 +54,7 @@ module Aws::DataZone
54
54
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -637,8 +637,7 @@ module Aws
637
637
  glue_lineage_sync_enabled: bool?
638
638
  }?,
639
639
  mlflow_properties: {
640
- tracking_server_arn: ::String?,
641
- tracking_server_name: ::String?
640
+ tracking_server_arn: ::String?
642
641
  }?,
643
642
  redshift_properties: {
644
643
  credentials: {
@@ -3718,8 +3717,7 @@ module Aws
3718
3717
  glue_lineage_sync_enabled: bool?
3719
3718
  }?,
3720
3719
  mlflow_properties: {
3721
- tracking_server_arn: ::String?,
3722
- tracking_server_name: ::String?
3720
+ tracking_server_arn: ::String?
3723
3721
  }?,
3724
3722
  redshift_properties: {
3725
3723
  credentials: {
data/sig/types.rbs CHANGED
@@ -4029,19 +4029,16 @@ module Aws::DataZone
4029
4029
 
4030
4030
  class MlflowPropertiesInput
4031
4031
  attr_accessor tracking_server_arn: ::String
4032
- attr_accessor tracking_server_name: ::String
4033
4032
  SENSITIVE: []
4034
4033
  end
4035
4034
 
4036
4035
  class MlflowPropertiesOutput
4037
4036
  attr_accessor tracking_server_arn: ::String
4038
- attr_accessor tracking_server_name: ::String
4039
4037
  SENSITIVE: []
4040
4038
  end
4041
4039
 
4042
4040
  class MlflowPropertiesPatch
4043
4041
  attr_accessor tracking_server_arn: ::String
4044
- attr_accessor tracking_server_name: ::String
4045
4042
  SENSITIVE: []
4046
4043
  end
4047
4044
 
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.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services