aws-sdk-datazone 1.67.0 → 1.68.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: c59daf5f87fbc14d34a26862c466f6dadb99436fa629461934936c36c3e5247c
4
- data.tar.gz: f817d2ac6e3f198a4340214690799d625809a60d174507f6456f73a42c150689
3
+ metadata.gz: b505049e55576d82d4300eecb71453bc62673809150d40b24c8b8981f3113c19
4
+ data.tar.gz: 216cb3882e3f46a6ae7fb131148ee81824033f6c4fa651179d4beaf27223893c
5
5
  SHA512:
6
- metadata.gz: '037961541147537924b82c98bb5a2f7e7b10317dc285a3216d1007d7efab60819ec28895f204a2a1e41d784a065f25996efed27c191b44c8742256e9f02f8f84'
7
- data.tar.gz: d6ede2eaf3e7d2cc50655f756ffd759d518471ec8168aece052227c36ca3baedcc09db5b01db96789323afa9656caa1e8c279ab273504650ce35e7df74ee7c1b
6
+ metadata.gz: e4f25982100db3a39d46b25eef7df7e909a2f0bcad889143ceb94f4ca90fc05a0703c804c243d7481ccab125fc320843ec4f5a6eceaddc9f64a5e9b9110865e4
7
+ data.tar.gz: b26f17e8c8bc3bd75583da9d46ce0bef5b29be5cee2750d4dd12589f66d74e27b59afa8d6a3b506f3d91224015e01c18f35c0798e25debe66f3a57b206128472
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2026-02-23)
5
+ ------------------
6
+
7
+ * Feature - Add workflow properties support to connections APIs
8
+
4
9
  1.67.0 (2026-01-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -2061,6 +2061,11 @@ module Aws::DataZone
2061
2061
  # mlflow_properties: {
2062
2062
  # tracking_server_arn: "String",
2063
2063
  # },
2064
+ # workflows_mwaa_properties: {
2065
+ # mwaa_environment_name: "String",
2066
+ # },
2067
+ # workflows_serverless_properties: {
2068
+ # },
2064
2069
  # },
2065
2070
  # enable_trusted_identity_propagation: false,
2066
2071
  # scope: "DOMAIN", # accepts DOMAIN, PROJECT
@@ -2182,6 +2187,7 @@ module Aws::DataZone
2182
2187
  # resp.props.amazon_q_properties.profile_arn #=> String
2183
2188
  # resp.props.amazon_q_properties.auth_mode #=> String
2184
2189
  # resp.props.mlflow_properties.tracking_server_arn #=> String
2190
+ # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
2185
2191
  # 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"
2186
2192
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
2187
2193
  #
@@ -6096,6 +6102,7 @@ module Aws::DataZone
6096
6102
  # resp.props.amazon_q_properties.profile_arn #=> String
6097
6103
  # resp.props.amazon_q_properties.auth_mode #=> String
6098
6104
  # resp.props.mlflow_properties.tracking_server_arn #=> String
6105
+ # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
6099
6106
  # 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"
6100
6107
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
6101
6108
  #
@@ -8655,6 +8662,7 @@ module Aws::DataZone
8655
8662
  # resp.items[0].props.amazon_q_properties.profile_arn #=> String
8656
8663
  # resp.items[0].props.amazon_q_properties.auth_mode #=> String
8657
8664
  # resp.items[0].props.mlflow_properties.tracking_server_arn #=> String
8665
+ # resp.items[0].props.workflows_mwaa_properties.mwaa_environment_name #=> String
8658
8666
  # 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"
8659
8667
  # resp.items[0].scope #=> String, one of "DOMAIN", "PROJECT"
8660
8668
  # resp.next_token #=> String
@@ -13110,6 +13118,7 @@ module Aws::DataZone
13110
13118
  # resp.props.amazon_q_properties.profile_arn #=> String
13111
13119
  # resp.props.amazon_q_properties.auth_mode #=> String
13112
13120
  # resp.props.mlflow_properties.tracking_server_arn #=> String
13121
+ # resp.props.workflows_mwaa_properties.mwaa_environment_name #=> String
13113
13122
  # 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"
13114
13123
  # resp.scope #=> String, one of "DOMAIN", "PROJECT"
13115
13124
  #
@@ -14907,7 +14916,7 @@ module Aws::DataZone
14907
14916
  tracer: tracer
14908
14917
  )
14909
14918
  context[:gem_name] = 'aws-sdk-datazone'
14910
- context[:gem_version] = '1.67.0'
14919
+ context[:gem_version] = '1.68.0'
14911
14920
  Seahorse::Client::Request.new(handlers, context)
14912
14921
  end
14913
14922
 
@@ -1174,6 +1174,10 @@ module Aws::DataZone
1174
1174
  Username = Shapes::StringShape.new(name: 'Username')
1175
1175
  UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
1176
1176
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
1177
+ WorkflowsMwaaPropertiesInput = Shapes::StructureShape.new(name: 'WorkflowsMwaaPropertiesInput')
1178
+ WorkflowsMwaaPropertiesOutput = Shapes::StructureShape.new(name: 'WorkflowsMwaaPropertiesOutput')
1179
+ WorkflowsServerlessPropertiesInput = Shapes::StructureShape.new(name: 'WorkflowsServerlessPropertiesInput')
1180
+ WorkflowsServerlessPropertiesOutput = Shapes::StructureShape.new(name: 'WorkflowsServerlessPropertiesOutput')
1177
1181
 
1178
1182
  AcceptChoice.add_member(:prediction_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "predictionTarget"))
1179
1183
  AcceptChoice.add_member(:prediction_choice, Shapes::ShapeRef.new(shape: Integer, location_name: "predictionChoice"))
@@ -1664,6 +1668,8 @@ module Aws::DataZone
1664
1668
  ConnectionPropertiesInput.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesInput, location_name: "s3Properties"))
1665
1669
  ConnectionPropertiesInput.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesInput, location_name: "amazonQProperties"))
1666
1670
  ConnectionPropertiesInput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesInput, location_name: "mlflowProperties"))
1671
+ ConnectionPropertiesInput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesInput, location_name: "workflowsMwaaProperties"))
1672
+ ConnectionPropertiesInput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesInput, location_name: "workflowsServerlessProperties"))
1667
1673
  ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1668
1674
  ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
1669
1675
  ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
@@ -1675,6 +1681,8 @@ module Aws::DataZone
1675
1681
  ConnectionPropertiesInput.add_member_subclass(:s3_properties, Types::ConnectionPropertiesInput::S3Properties)
1676
1682
  ConnectionPropertiesInput.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesInput::AmazonQProperties)
1677
1683
  ConnectionPropertiesInput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesInput::MlflowProperties)
1684
+ ConnectionPropertiesInput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesInput::WorkflowsMwaaProperties)
1685
+ ConnectionPropertiesInput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesInput::WorkflowsServerlessProperties)
1678
1686
  ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
1679
1687
  ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
1680
1688
 
@@ -1688,6 +1696,8 @@ module Aws::DataZone
1688
1696
  ConnectionPropertiesOutput.add_member(:s3_properties, Shapes::ShapeRef.new(shape: S3PropertiesOutput, location_name: "s3Properties"))
1689
1697
  ConnectionPropertiesOutput.add_member(:amazon_q_properties, Shapes::ShapeRef.new(shape: AmazonQPropertiesOutput, location_name: "amazonQProperties"))
1690
1698
  ConnectionPropertiesOutput.add_member(:mlflow_properties, Shapes::ShapeRef.new(shape: MlflowPropertiesOutput, location_name: "mlflowProperties"))
1699
+ ConnectionPropertiesOutput.add_member(:workflows_mwaa_properties, Shapes::ShapeRef.new(shape: WorkflowsMwaaPropertiesOutput, location_name: "workflowsMwaaProperties"))
1700
+ ConnectionPropertiesOutput.add_member(:workflows_serverless_properties, Shapes::ShapeRef.new(shape: WorkflowsServerlessPropertiesOutput, location_name: "workflowsServerlessProperties"))
1691
1701
  ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1692
1702
  ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
1693
1703
  ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
@@ -1699,6 +1709,8 @@ module Aws::DataZone
1699
1709
  ConnectionPropertiesOutput.add_member_subclass(:s3_properties, Types::ConnectionPropertiesOutput::S3Properties)
1700
1710
  ConnectionPropertiesOutput.add_member_subclass(:amazon_q_properties, Types::ConnectionPropertiesOutput::AmazonQProperties)
1701
1711
  ConnectionPropertiesOutput.add_member_subclass(:mlflow_properties, Types::ConnectionPropertiesOutput::MlflowProperties)
1712
+ ConnectionPropertiesOutput.add_member_subclass(:workflows_mwaa_properties, Types::ConnectionPropertiesOutput::WorkflowsMwaaProperties)
1713
+ ConnectionPropertiesOutput.add_member_subclass(:workflows_serverless_properties, Types::ConnectionPropertiesOutput::WorkflowsServerlessProperties)
1702
1714
  ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
1703
1715
  ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
1704
1716
 
@@ -6234,6 +6246,16 @@ module Aws::DataZone
6234
6246
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
6235
6247
  ValidationException.struct_class = Types::ValidationException
6236
6248
 
6249
+ WorkflowsMwaaPropertiesInput.add_member(:mwaa_environment_name, Shapes::ShapeRef.new(shape: String, location_name: "mwaaEnvironmentName"))
6250
+ WorkflowsMwaaPropertiesInput.struct_class = Types::WorkflowsMwaaPropertiesInput
6251
+
6252
+ WorkflowsMwaaPropertiesOutput.add_member(:mwaa_environment_name, Shapes::ShapeRef.new(shape: String, location_name: "mwaaEnvironmentName"))
6253
+ WorkflowsMwaaPropertiesOutput.struct_class = Types::WorkflowsMwaaPropertiesOutput
6254
+
6255
+ WorkflowsServerlessPropertiesInput.struct_class = Types::WorkflowsServerlessPropertiesInput
6256
+
6257
+ WorkflowsServerlessPropertiesOutput.struct_class = Types::WorkflowsServerlessPropertiesOutput
6258
+
6237
6259
 
6238
6260
  # @api private
6239
6261
  API = Seahorse::Model::Api.new.tap do |api|
@@ -2045,6 +2045,14 @@ module Aws::DataZone
2045
2045
  # The MLflow properties of a connection.
2046
2046
  # @return [Types::MlflowPropertiesInput]
2047
2047
  #
2048
+ # @!attribute [rw] workflows_mwaa_properties
2049
+ # The Amazon MWAA properties of a connection.
2050
+ # @return [Types::WorkflowsMwaaPropertiesInput]
2051
+ #
2052
+ # @!attribute [rw] workflows_serverless_properties
2053
+ # The MWAA serverless properties of a connection.
2054
+ # @return [Types::WorkflowsServerlessPropertiesInput]
2055
+ #
2048
2056
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesInput AWS API Documentation
2049
2057
  #
2050
2058
  class ConnectionPropertiesInput < Struct.new(
@@ -2058,6 +2066,8 @@ module Aws::DataZone
2058
2066
  :s3_properties,
2059
2067
  :amazon_q_properties,
2060
2068
  :mlflow_properties,
2069
+ :workflows_mwaa_properties,
2070
+ :workflows_serverless_properties,
2061
2071
  :unknown)
2062
2072
  SENSITIVE = []
2063
2073
  include Aws::Structure
@@ -2073,6 +2083,8 @@ module Aws::DataZone
2073
2083
  class S3Properties < ConnectionPropertiesInput; end
2074
2084
  class AmazonQProperties < ConnectionPropertiesInput; end
2075
2085
  class MlflowProperties < ConnectionPropertiesInput; end
2086
+ class WorkflowsMwaaProperties < ConnectionPropertiesInput; end
2087
+ class WorkflowsServerlessProperties < ConnectionPropertiesInput; end
2076
2088
  class Unknown < ConnectionPropertiesInput; end
2077
2089
  end
2078
2090
 
@@ -2120,6 +2132,14 @@ module Aws::DataZone
2120
2132
  # The MLflow properties of a connection.
2121
2133
  # @return [Types::MlflowPropertiesOutput]
2122
2134
  #
2135
+ # @!attribute [rw] workflows_mwaa_properties
2136
+ # The Amazon MWAA properties of a connection.
2137
+ # @return [Types::WorkflowsMwaaPropertiesOutput]
2138
+ #
2139
+ # @!attribute [rw] workflows_serverless_properties
2140
+ # The MWAA serverless properties of a connection.
2141
+ # @return [Types::WorkflowsServerlessPropertiesOutput]
2142
+ #
2123
2143
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ConnectionPropertiesOutput AWS API Documentation
2124
2144
  #
2125
2145
  class ConnectionPropertiesOutput < Struct.new(
@@ -2133,6 +2153,8 @@ module Aws::DataZone
2133
2153
  :s3_properties,
2134
2154
  :amazon_q_properties,
2135
2155
  :mlflow_properties,
2156
+ :workflows_mwaa_properties,
2157
+ :workflows_serverless_properties,
2136
2158
  :unknown)
2137
2159
  SENSITIVE = []
2138
2160
  include Aws::Structure
@@ -2148,6 +2170,8 @@ module Aws::DataZone
2148
2170
  class S3Properties < ConnectionPropertiesOutput; end
2149
2171
  class AmazonQProperties < ConnectionPropertiesOutput; end
2150
2172
  class MlflowProperties < ConnectionPropertiesOutput; end
2173
+ class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end
2174
+ class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end
2151
2175
  class Unknown < ConnectionPropertiesOutput; end
2152
2176
  end
2153
2177
 
@@ -22883,6 +22907,48 @@ module Aws::DataZone
22883
22907
  include Aws::Structure
22884
22908
  end
22885
22909
 
22910
+ # The Amazon MWAA properties.
22911
+ #
22912
+ # @!attribute [rw] mwaa_environment_name
22913
+ # The MWAA environment name.
22914
+ # @return [String]
22915
+ #
22916
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/WorkflowsMwaaPropertiesInput AWS API Documentation
22917
+ #
22918
+ class WorkflowsMwaaPropertiesInput < Struct.new(
22919
+ :mwaa_environment_name)
22920
+ SENSITIVE = []
22921
+ include Aws::Structure
22922
+ end
22923
+
22924
+ # The Amazon MWAA properties.
22925
+ #
22926
+ # @!attribute [rw] mwaa_environment_name
22927
+ # The MWAA environment name.
22928
+ # @return [String]
22929
+ #
22930
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/WorkflowsMwaaPropertiesOutput AWS API Documentation
22931
+ #
22932
+ class WorkflowsMwaaPropertiesOutput < Struct.new(
22933
+ :mwaa_environment_name)
22934
+ SENSITIVE = []
22935
+ include Aws::Structure
22936
+ end
22937
+
22938
+ # The MWAA serverless properties.
22939
+ #
22940
+ # @api private
22941
+ #
22942
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/WorkflowsServerlessPropertiesInput AWS API Documentation
22943
+ #
22944
+ class WorkflowsServerlessPropertiesInput < Aws::EmptyStructure; end
22945
+
22946
+ # The MWAA serverless properties.
22947
+ #
22948
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/WorkflowsServerlessPropertiesOutput AWS API Documentation
22949
+ #
22950
+ class WorkflowsServerlessPropertiesOutput < Aws::EmptyStructure; end
22951
+
22886
22952
  end
22887
22953
  end
22888
22954
 
@@ -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.67.0'
58
+ GEM_VERSION = '1.68.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -735,6 +735,11 @@ module Aws
735
735
  }?,
736
736
  mlflow_properties: {
737
737
  tracking_server_arn: ::String?
738
+ }?,
739
+ workflows_mwaa_properties: {
740
+ mwaa_environment_name: ::String?
741
+ }?,
742
+ workflows_serverless_properties: {
738
743
  }?
739
744
  },
740
745
  ?enable_trusted_identity_propagation: bool,
data/sig/types.rbs CHANGED
@@ -590,6 +590,8 @@ module Aws::DataZone
590
590
  attr_accessor s3_properties: Types::S3PropertiesInput
591
591
  attr_accessor amazon_q_properties: Types::AmazonQPropertiesInput
592
592
  attr_accessor mlflow_properties: Types::MlflowPropertiesInput
593
+ attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesInput
594
+ attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesInput
593
595
  attr_accessor unknown: untyped
594
596
  SENSITIVE: []
595
597
 
@@ -613,6 +615,10 @@ module Aws::DataZone
613
615
  end
614
616
  class MlflowProperties < ConnectionPropertiesInput
615
617
  end
618
+ class WorkflowsMwaaProperties < ConnectionPropertiesInput
619
+ end
620
+ class WorkflowsServerlessProperties < ConnectionPropertiesInput
621
+ end
616
622
  class Unknown < ConnectionPropertiesInput
617
623
  end
618
624
  end
@@ -628,6 +634,8 @@ module Aws::DataZone
628
634
  attr_accessor s3_properties: Types::S3PropertiesOutput
629
635
  attr_accessor amazon_q_properties: Types::AmazonQPropertiesOutput
630
636
  attr_accessor mlflow_properties: Types::MlflowPropertiesOutput
637
+ attr_accessor workflows_mwaa_properties: Types::WorkflowsMwaaPropertiesOutput
638
+ attr_accessor workflows_serverless_properties: Types::WorkflowsServerlessPropertiesOutput
631
639
  attr_accessor unknown: untyped
632
640
  SENSITIVE: []
633
641
 
@@ -651,6 +659,10 @@ module Aws::DataZone
651
659
  end
652
660
  class MlflowProperties < ConnectionPropertiesOutput
653
661
  end
662
+ class WorkflowsMwaaProperties < ConnectionPropertiesOutput
663
+ end
664
+ class WorkflowsServerlessProperties < ConnectionPropertiesOutput
665
+ end
654
666
  class Unknown < ConnectionPropertiesOutput
655
667
  end
656
668
  end
@@ -6222,5 +6234,21 @@ module Aws::DataZone
6222
6234
  attr_accessor message: ::String
6223
6235
  SENSITIVE: []
6224
6236
  end
6237
+
6238
+ class WorkflowsMwaaPropertiesInput
6239
+ attr_accessor mwaa_environment_name: ::String
6240
+ SENSITIVE: []
6241
+ end
6242
+
6243
+ class WorkflowsMwaaPropertiesOutput
6244
+ attr_accessor mwaa_environment_name: ::String
6245
+ SENSITIVE: []
6246
+ end
6247
+
6248
+ class WorkflowsServerlessPropertiesInput < Aws::EmptyStructure
6249
+ end
6250
+
6251
+ class WorkflowsServerlessPropertiesOutput < Aws::EmptyStructure
6252
+ end
6225
6253
  end
6226
6254
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services