aws-sdk-databasemigrationservice 1.132.0 → 1.134.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.
@@ -203,6 +203,67 @@ module Aws::DatabaseMigrationService
203
203
  include Aws::Structure
204
204
  end
205
205
 
206
+ # @!attribute [rw] migration_project_identifier
207
+ # The migration project name or Amazon Resource Name (ARN).
208
+ # @return [String]
209
+ #
210
+ # @!attribute [rw] request_identifier
211
+ # The identifier for the metadata model conversion operation to
212
+ # cancel. This operation was initiated by
213
+ # StartMetadataModelConversion.
214
+ # @return [String]
215
+ #
216
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelConversionMessage AWS API Documentation
217
+ #
218
+ class CancelMetadataModelConversionMessage < Struct.new(
219
+ :migration_project_identifier,
220
+ :request_identifier)
221
+ SENSITIVE = []
222
+ include Aws::Structure
223
+ end
224
+
225
+ # @!attribute [rw] request
226
+ # Provides information about a schema conversion action.
227
+ # @return [Types::SchemaConversionRequest]
228
+ #
229
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelConversionResponse AWS API Documentation
230
+ #
231
+ class CancelMetadataModelConversionResponse < Struct.new(
232
+ :request)
233
+ SENSITIVE = []
234
+ include Aws::Structure
235
+ end
236
+
237
+ # @!attribute [rw] migration_project_identifier
238
+ # The migration project name or Amazon Resource Name (ARN).
239
+ # @return [String]
240
+ #
241
+ # @!attribute [rw] request_identifier
242
+ # The identifier for the metadata model creation operation to cancel.
243
+ # This operation was initiated by `StartMetadataModelCreation`.
244
+ # @return [String]
245
+ #
246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelCreationMessage AWS API Documentation
247
+ #
248
+ class CancelMetadataModelCreationMessage < Struct.new(
249
+ :migration_project_identifier,
250
+ :request_identifier)
251
+ SENSITIVE = []
252
+ include Aws::Structure
253
+ end
254
+
255
+ # @!attribute [rw] request
256
+ # Provides information about a schema conversion action.
257
+ # @return [Types::SchemaConversionRequest]
258
+ #
259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelCreationResponse AWS API Documentation
260
+ #
261
+ class CancelMetadataModelCreationResponse < Struct.new(
262
+ :request)
263
+ SENSITIVE = []
264
+ include Aws::Structure
265
+ end
266
+
206
267
  # @!attribute [rw] replication_task_assessment_run_arn
207
268
  # Amazon Resource Name (ARN) of the premigration assessment run to be
208
269
  # canceled.
@@ -683,8 +744,8 @@ module Aws::DatabaseMigrationService
683
744
  # The type of database engine for the data provider. Valid values
684
745
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
685
746
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
686
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
687
- # Amazon Aurora MySQL-Compatible Edition.
747
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
748
+ # represents Amazon Aurora MySQL-Compatible Edition.
688
749
  # @return [String]
689
750
  #
690
751
  # @!attribute [rw] virtual
@@ -2096,8 +2157,8 @@ module Aws::DatabaseMigrationService
2096
2157
  # The type of database engine for the data provider. Valid values
2097
2158
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
2098
2159
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
2099
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
2100
- # Amazon Aurora MySQL-Compatible Edition.
2160
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
2161
+ # represents Amazon Aurora MySQL-Compatible Edition.
2101
2162
  # @return [String]
2102
2163
  #
2103
2164
  # @!attribute [rw] virtual
@@ -2201,6 +2262,10 @@ module Aws::DatabaseMigrationService
2201
2262
  # Provides information that defines an Oracle data provider.
2202
2263
  # @return [Types::OracleDataProviderSettings]
2203
2264
  #
2265
+ # @!attribute [rw] sybase_ase_settings
2266
+ # Provides information that defines an SAP ASE data provider.
2267
+ # @return [Types::SybaseAseDataProviderSettings]
2268
+ #
2204
2269
  # @!attribute [rw] microsoft_sql_server_settings
2205
2270
  # Provides information that defines a Microsoft SQL Server data
2206
2271
  # provider.
@@ -2233,6 +2298,7 @@ module Aws::DatabaseMigrationService
2233
2298
  :postgre_sql_settings,
2234
2299
  :my_sql_settings,
2235
2300
  :oracle_settings,
2301
+ :sybase_ase_settings,
2236
2302
  :microsoft_sql_server_settings,
2237
2303
  :doc_db_settings,
2238
2304
  :maria_db_settings,
@@ -2248,6 +2314,7 @@ module Aws::DatabaseMigrationService
2248
2314
  class PostgreSqlSettings < DataProviderSettings; end
2249
2315
  class MySqlSettings < DataProviderSettings; end
2250
2316
  class OracleSettings < DataProviderSettings; end
2317
+ class SybaseAseSettings < DataProviderSettings; end
2251
2318
  class MicrosoftSqlServerSettings < DataProviderSettings; end
2252
2319
  class DocDbSettings < DataProviderSettings; end
2253
2320
  class MariaDbSettings < DataProviderSettings; end
@@ -3979,6 +4046,71 @@ module Aws::DatabaseMigrationService
3979
4046
  include Aws::Structure
3980
4047
  end
3981
4048
 
4049
+ # @!attribute [rw] selection_rules
4050
+ # The JSON string that specifies which metadata model's children to
4051
+ # retrieve. Only one selection rule with "rule-action": "explicit"
4052
+ # can be provided. For more information, see [Selection Rules][1] in
4053
+ # the DMS User Guide.
4054
+ #
4055
+ #
4056
+ #
4057
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.Selections.html
4058
+ # @return [String]
4059
+ #
4060
+ # @!attribute [rw] migration_project_identifier
4061
+ # The migration project name or Amazon Resource Name (ARN).
4062
+ # @return [String]
4063
+ #
4064
+ # @!attribute [rw] origin
4065
+ # Specifies whether to retrieve metadata from the source or target
4066
+ # tree. Valid values: SOURCE \| TARGET
4067
+ # @return [String]
4068
+ #
4069
+ # @!attribute [rw] marker
4070
+ # Specifies the unique pagination token that indicates where the next
4071
+ # page should start. If this parameter is specified, the response
4072
+ # includes only records beyond the marker, up to the value specified
4073
+ # by MaxRecords.
4074
+ # @return [String]
4075
+ #
4076
+ # @!attribute [rw] max_records
4077
+ # The maximum number of metadata model children to include in the
4078
+ # response. If more items exist than the specified MaxRecords value, a
4079
+ # marker is included in the response so that the remaining results can
4080
+ # be retrieved.
4081
+ # @return [Integer]
4082
+ #
4083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelChildrenMessage AWS API Documentation
4084
+ #
4085
+ class DescribeMetadataModelChildrenMessage < Struct.new(
4086
+ :selection_rules,
4087
+ :migration_project_identifier,
4088
+ :origin,
4089
+ :marker,
4090
+ :max_records)
4091
+ SENSITIVE = []
4092
+ include Aws::Structure
4093
+ end
4094
+
4095
+ # @!attribute [rw] marker
4096
+ # Specifies the unique pagination token that makes it possible to
4097
+ # display the next page of metadata model children. If a marker is
4098
+ # returned, there are more metadata model children available.
4099
+ # @return [String]
4100
+ #
4101
+ # @!attribute [rw] metadata_model_children
4102
+ # A list of child metadata models.
4103
+ # @return [Array<Types::MetadataModelReference>]
4104
+ #
4105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelChildrenResponse AWS API Documentation
4106
+ #
4107
+ class DescribeMetadataModelChildrenResponse < Struct.new(
4108
+ :marker,
4109
+ :metadata_model_children)
4110
+ SENSITIVE = []
4111
+ include Aws::Structure
4112
+ end
4113
+
3982
4114
  # @!attribute [rw] migration_project_identifier
3983
4115
  # The migration project name or Amazon Resource Name (ARN).
3984
4116
  # @return [String]
@@ -4043,6 +4175,63 @@ module Aws::DatabaseMigrationService
4043
4175
  include Aws::Structure
4044
4176
  end
4045
4177
 
4178
+ # @!attribute [rw] filters
4179
+ # Filters applied to the metadata model creation requests described in
4180
+ # the form of key-value pairs. The supported filters are request-id
4181
+ # and status.
4182
+ # @return [Array<Types::Filter>]
4183
+ #
4184
+ # @!attribute [rw] marker
4185
+ # Specifies the unique pagination token that makes it possible to
4186
+ # display the next page of metadata model creation requests. If Marker
4187
+ # is returned by a previous response, there are more metadata model
4188
+ # creation requests available.
4189
+ # @return [String]
4190
+ #
4191
+ # @!attribute [rw] max_records
4192
+ # The maximum number of metadata model creation requests to include in
4193
+ # the response. If more requests exist than the specified MaxRecords
4194
+ # value, a pagination token is provided in the response so that you
4195
+ # can retrieve the remaining results.
4196
+ # @return [Integer]
4197
+ #
4198
+ # @!attribute [rw] migration_project_identifier
4199
+ # The migration project name or Amazon Resource Name (ARN).
4200
+ # @return [String]
4201
+ #
4202
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelCreationsMessage AWS API Documentation
4203
+ #
4204
+ class DescribeMetadataModelCreationsMessage < Struct.new(
4205
+ :filters,
4206
+ :marker,
4207
+ :max_records,
4208
+ :migration_project_identifier)
4209
+ SENSITIVE = []
4210
+ include Aws::Structure
4211
+ end
4212
+
4213
+ # @!attribute [rw] marker
4214
+ # Specifies the unique pagination token that makes it possible to
4215
+ # display the next page of metadata model creation requests. If Marker
4216
+ # is returned, there are more metadata model creation requests
4217
+ # available.
4218
+ # @return [String]
4219
+ #
4220
+ # @!attribute [rw] requests
4221
+ # A list of metadata model creation requests. The ExportSqlDetails
4222
+ # field will never be populated for the DescribeMetadataModelCreations
4223
+ # operation.
4224
+ # @return [Array<Types::SchemaConversionRequest>]
4225
+ #
4226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelCreationsResponse AWS API Documentation
4227
+ #
4228
+ class DescribeMetadataModelCreationsResponse < Struct.new(
4229
+ :marker,
4230
+ :requests)
4231
+ SENSITIVE = []
4232
+ include Aws::Structure
4233
+ end
4234
+
4046
4235
  # @!attribute [rw] migration_project_identifier
4047
4236
  # The migration project name or Amazon Resource Name (ARN).
4048
4237
  # @return [String]
@@ -4232,6 +4421,66 @@ module Aws::DatabaseMigrationService
4232
4421
  include Aws::Structure
4233
4422
  end
4234
4423
 
4424
+ # @!attribute [rw] selection_rules
4425
+ # The JSON string that specifies which metadata model to retrieve.
4426
+ # Only one selection rule with "rule-action": "explicit" can be
4427
+ # provided. For more information, see [Selection Rules][1] in the DMS
4428
+ # User Guide.
4429
+ #
4430
+ #
4431
+ #
4432
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.Selections.html
4433
+ # @return [String]
4434
+ #
4435
+ # @!attribute [rw] migration_project_identifier
4436
+ # The migration project name or Amazon Resource Name (ARN).
4437
+ # @return [String]
4438
+ #
4439
+ # @!attribute [rw] origin
4440
+ # Specifies whether to retrieve metadata from the source or target
4441
+ # tree. Valid values: SOURCE \| TARGET
4442
+ # @return [String]
4443
+ #
4444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelMessage AWS API Documentation
4445
+ #
4446
+ class DescribeMetadataModelMessage < Struct.new(
4447
+ :selection_rules,
4448
+ :migration_project_identifier,
4449
+ :origin)
4450
+ SENSITIVE = []
4451
+ include Aws::Structure
4452
+ end
4453
+
4454
+ # @!attribute [rw] metadata_model_name
4455
+ # The name of the metadata model.
4456
+ # @return [String]
4457
+ #
4458
+ # @!attribute [rw] metadata_model_type
4459
+ # The type of the metadata model.
4460
+ # @return [String]
4461
+ #
4462
+ # @!attribute [rw] target_metadata_models
4463
+ # A list of counterpart metadata models in the target. This field is
4464
+ # populated only when Origin is SOURCE and after the object has been
4465
+ # converted by DMS Schema Conversion.
4466
+ # @return [Array<Types::MetadataModelReference>]
4467
+ #
4468
+ # @!attribute [rw] definition
4469
+ # The SQL text of the metadata model. This field might not be
4470
+ # populated for some metadata models.
4471
+ # @return [String]
4472
+ #
4473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelResponse AWS API Documentation
4474
+ #
4475
+ class DescribeMetadataModelResponse < Struct.new(
4476
+ :metadata_model_name,
4477
+ :metadata_model_type,
4478
+ :target_metadata_models,
4479
+ :definition)
4480
+ SENSITIVE = []
4481
+ include Aws::Structure
4482
+ end
4483
+
4235
4484
  # @!attribute [rw] filters
4236
4485
  # Filters applied to the migration projects described in the form of
4237
4486
  # key-value pairs.
@@ -6271,6 +6520,39 @@ module Aws::DatabaseMigrationService
6271
6520
  include Aws::Structure
6272
6521
  end
6273
6522
 
6523
+ # @!attribute [rw] migration_project_identifier
6524
+ # The migration project name or Amazon Resource Name (ARN).
6525
+ # @return [String]
6526
+ #
6527
+ # @!attribute [rw] selection_rules
6528
+ # The JSON string representing the source selection rules for
6529
+ # conversion. Selection rules must contain only supported metadata
6530
+ # model types. For more information, see Selection Rules in the DMS
6531
+ # User Guide.
6532
+ # @return [String]
6533
+ #
6534
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/GetTargetSelectionRulesMessage AWS API Documentation
6535
+ #
6536
+ class GetTargetSelectionRulesMessage < Struct.new(
6537
+ :migration_project_identifier,
6538
+ :selection_rules)
6539
+ SENSITIVE = []
6540
+ include Aws::Structure
6541
+ end
6542
+
6543
+ # @!attribute [rw] target_selection_rules
6544
+ # The JSON string representing the counterpart selection rules in the
6545
+ # target.
6546
+ # @return [String]
6547
+ #
6548
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/GetTargetSelectionRulesResponse AWS API Documentation
6549
+ #
6550
+ class GetTargetSelectionRulesResponse < Struct.new(
6551
+ :target_selection_rules)
6552
+ SENSITIVE = []
6553
+ include Aws::Structure
6554
+ end
6555
+
6274
6556
  # Provides information that defines an IBM Db2 LUW endpoint.
6275
6557
  #
6276
6558
  # @!attribute [rw] database_name
@@ -7208,6 +7490,48 @@ module Aws::DatabaseMigrationService
7208
7490
  include Aws::Structure
7209
7491
  end
7210
7492
 
7493
+ # The properties of metadata model in JSON format. This object is a
7494
+ # Union. Only one member of this object can be specified or returned.
7495
+ #
7496
+ # @note MetadataModelProperties is a union - when making an API calls you must set exactly one of the members.
7497
+ #
7498
+ # @!attribute [rw] statement_properties
7499
+ # The properties of the statement.
7500
+ # @return [Types::StatementProperties]
7501
+ #
7502
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MetadataModelProperties AWS API Documentation
7503
+ #
7504
+ class MetadataModelProperties < Struct.new(
7505
+ :statement_properties,
7506
+ :unknown)
7507
+ SENSITIVE = []
7508
+ include Aws::Structure
7509
+ include Aws::Structure::Union
7510
+
7511
+ class StatementProperties < MetadataModelProperties; end
7512
+ class Unknown < MetadataModelProperties; end
7513
+ end
7514
+
7515
+ # A reference to a metadata model, including its name and selection
7516
+ # rules for location identification.
7517
+ #
7518
+ # @!attribute [rw] metadata_model_name
7519
+ # The name of the metadata model.
7520
+ # @return [String]
7521
+ #
7522
+ # @!attribute [rw] selection_rules
7523
+ # The JSON string representing metadata model location.
7524
+ # @return [String]
7525
+ #
7526
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MetadataModelReference AWS API Documentation
7527
+ #
7528
+ class MetadataModelReference < Struct.new(
7529
+ :metadata_model_name,
7530
+ :selection_rules)
7531
+ SENSITIVE = []
7532
+ include Aws::Structure
7533
+ end
7534
+
7211
7535
  # Provides information that defines a Microsoft SQL Server endpoint.
7212
7536
  #
7213
7537
  # @!attribute [rw] port
@@ -7606,8 +7930,8 @@ module Aws::DatabaseMigrationService
7606
7930
  # The type of database engine for the data provider. Valid values
7607
7931
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
7608
7932
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
7609
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
7610
- # Amazon Aurora MySQL-Compatible Edition.
7933
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
7934
+ # represents Amazon Aurora MySQL-Compatible Edition.
7611
7935
  # @return [String]
7612
7936
  #
7613
7937
  # @!attribute [rw] virtual
@@ -10219,6 +10543,82 @@ module Aws::DatabaseMigrationService
10219
10543
  include Aws::Structure
10220
10544
  end
10221
10545
 
10546
+ # The database object that the schema conversion operation currently
10547
+ # uses.
10548
+ #
10549
+ # @!attribute [rw] name
10550
+ # The name of the database object.
10551
+ # @return [String]
10552
+ #
10553
+ # @!attribute [rw] type
10554
+ # The type of the database object. For example, a table, view,
10555
+ # procedure, and so on.
10556
+ # @return [String]
10557
+ #
10558
+ # @!attribute [rw] endpoint_type
10559
+ # The type of the data provider. This parameter can store one of the
10560
+ # following values: `"SOURCE"` or `"TARGET"`.
10561
+ # @return [String]
10562
+ #
10563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ProcessedObject AWS API Documentation
10564
+ #
10565
+ class ProcessedObject < Struct.new(
10566
+ :name,
10567
+ :type,
10568
+ :endpoint_type)
10569
+ SENSITIVE = []
10570
+ include Aws::Structure
10571
+ end
10572
+
10573
+ # Provides information about the progress of the schema conversion
10574
+ # operation.
10575
+ #
10576
+ # @!attribute [rw] progress_percent
10577
+ # The percent complete for the current step of the schema conversion
10578
+ # operation.
10579
+ # @return [Float]
10580
+ #
10581
+ # @!attribute [rw] total_objects
10582
+ # The number of objects in this schema conversion operation.
10583
+ # @return [Integer]
10584
+ #
10585
+ # @!attribute [rw] progress_step
10586
+ # The step of the schema conversion operation. This parameter can
10587
+ # store one of the following values:
10588
+ #
10589
+ # * `IN_PROGRESS` – The operation is running.
10590
+ #
10591
+ # * `LOADING_METADATA` – Loads metadata from the source database.
10592
+ #
10593
+ # * `COUNTING_OBJECTS` – Determines the number of objects involved in
10594
+ # the operation.
10595
+ #
10596
+ # * `ANALYZING` – Analyzes the source database objects.
10597
+ #
10598
+ # * `CONVERTING` – Converts the source database objects to a format
10599
+ # compatible with the target database.
10600
+ #
10601
+ # * `APPLYING` – Applies the converted code to the target database.
10602
+ #
10603
+ # * `FINISHED` – The operation completed successfully.
10604
+ # @return [String]
10605
+ #
10606
+ # @!attribute [rw] processed_object
10607
+ # The name of the database object that the schema conversion operation
10608
+ # currently uses.
10609
+ # @return [Types::ProcessedObject]
10610
+ #
10611
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Progress AWS API Documentation
10612
+ #
10613
+ class Progress < Struct.new(
10614
+ :progress_percent,
10615
+ :total_objects,
10616
+ :progress_step,
10617
+ :processed_object)
10618
+ SENSITIVE = []
10619
+ include Aws::Structure
10620
+ end
10621
+
10222
10622
  # Information about provisioning resources for an DMS serverless
10223
10623
  # replication.
10224
10624
  #
@@ -13192,6 +13592,11 @@ module Aws::DatabaseMigrationService
13192
13592
  # SQL.
13193
13593
  # @return [Types::ExportSqlDetails]
13194
13594
  #
13595
+ # @!attribute [rw] progress
13596
+ # Provides information about the progress of the schema conversion
13597
+ # operation.
13598
+ # @return [Types::Progress]
13599
+ #
13195
13600
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SchemaConversionRequest AWS API Documentation
13196
13601
  #
13197
13602
  class SchemaConversionRequest < Struct.new(
@@ -13199,7 +13604,8 @@ module Aws::DatabaseMigrationService
13199
13604
  :request_identifier,
13200
13605
  :migration_project_arn,
13201
13606
  :error,
13202
- :export_sql_details)
13607
+ :export_sql_details,
13608
+ :progress)
13203
13609
  SENSITIVE = []
13204
13610
  include Aws::Structure
13205
13611
  end
@@ -13469,6 +13875,48 @@ module Aws::DatabaseMigrationService
13469
13875
  include Aws::Structure
13470
13876
  end
13471
13877
 
13878
+ # @!attribute [rw] migration_project_identifier
13879
+ # The migration project name or Amazon Resource Name (ARN).
13880
+ # @return [String]
13881
+ #
13882
+ # @!attribute [rw] selection_rules
13883
+ # The JSON string that specifies the location where the metadata model
13884
+ # will be created. Selection rules must specify a single schema. For
13885
+ # more information, see Selection Rules in the DMS User Guide.
13886
+ # @return [String]
13887
+ #
13888
+ # @!attribute [rw] metadata_model_name
13889
+ # The name of the metadata model.
13890
+ # @return [String]
13891
+ #
13892
+ # @!attribute [rw] properties
13893
+ # The properties of metadata model in JSON format. This object is a
13894
+ # Union. Only one member of this object can be specified or returned.
13895
+ # @return [Types::MetadataModelProperties]
13896
+ #
13897
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelCreationMessage AWS API Documentation
13898
+ #
13899
+ class StartMetadataModelCreationMessage < Struct.new(
13900
+ :migration_project_identifier,
13901
+ :selection_rules,
13902
+ :metadata_model_name,
13903
+ :properties)
13904
+ SENSITIVE = []
13905
+ include Aws::Structure
13906
+ end
13907
+
13908
+ # @!attribute [rw] request_identifier
13909
+ # The identifier for the metadata model creation operation.
13910
+ # @return [String]
13911
+ #
13912
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelCreationResponse AWS API Documentation
13913
+ #
13914
+ class StartMetadataModelCreationResponse < Struct.new(
13915
+ :request_identifier)
13916
+ SENSITIVE = []
13917
+ include Aws::Structure
13918
+ end
13919
+
13472
13920
  # @!attribute [rw] migration_project_identifier
13473
13921
  # The migration project name or Amazon Resource Name (ARN).
13474
13922
  # @return [String]
@@ -13983,6 +14431,20 @@ module Aws::DatabaseMigrationService
13983
14431
  include Aws::Structure
13984
14432
  end
13985
14433
 
14434
+ # The properties of the statement for metadata model creation.
14435
+ #
14436
+ # @!attribute [rw] definition
14437
+ # The SQL text of the statement.
14438
+ # @return [String]
14439
+ #
14440
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StatementProperties AWS API Documentation
14441
+ #
14442
+ class StatementProperties < Struct.new(
14443
+ :definition)
14444
+ SENSITIVE = []
14445
+ include Aws::Structure
14446
+ end
14447
+
13986
14448
  # @!attribute [rw] data_migration_identifier
13987
14449
  # The identifier (name or ARN) of the data migration to stop.
13988
14450
  # @return [String]
@@ -14153,6 +14615,49 @@ module Aws::DatabaseMigrationService
14153
14615
  include Aws::Structure
14154
14616
  end
14155
14617
 
14618
+ # Provides information that defines an SAP ASE data provider.
14619
+ #
14620
+ # @!attribute [rw] server_name
14621
+ # The name of the SAP ASE server.
14622
+ # @return [String]
14623
+ #
14624
+ # @!attribute [rw] port
14625
+ # The port value for the SAP ASE data provider.
14626
+ # @return [Integer]
14627
+ #
14628
+ # @!attribute [rw] database_name
14629
+ # The database name on the SAP ASE data provider.
14630
+ # @return [String]
14631
+ #
14632
+ # @!attribute [rw] ssl_mode
14633
+ # The SSL mode used to connect to the SAP ASE data provider. The
14634
+ # default value is `none`.
14635
+ # @return [String]
14636
+ #
14637
+ # @!attribute [rw] encrypt_password
14638
+ # Specifies whether to encrypt the password when connecting to the
14639
+ # Sybase ASE database. When set to true, the connection password is
14640
+ # encrypted during transmission. Default is true.
14641
+ # @return [Boolean]
14642
+ #
14643
+ # @!attribute [rw] certificate_arn
14644
+ # The Amazon Resource Name (ARN) of the certificate used for SSL
14645
+ # connection.
14646
+ # @return [String]
14647
+ #
14648
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SybaseAseDataProviderSettings AWS API Documentation
14649
+ #
14650
+ class SybaseAseDataProviderSettings < Struct.new(
14651
+ :server_name,
14652
+ :port,
14653
+ :database_name,
14654
+ :ssl_mode,
14655
+ :encrypt_password,
14656
+ :certificate_arn)
14657
+ SENSITIVE = []
14658
+ include Aws::Structure
14659
+ end
14660
+
14156
14661
  # Provides information that defines a SAP ASE endpoint.
14157
14662
  #
14158
14663
  # @!attribute [rw] database_name
@@ -55,7 +55,7 @@ module Aws::DatabaseMigrationService
55
55
  autoload :EndpointProvider, 'aws-sdk-databasemigrationservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-databasemigrationservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.132.0'
58
+ GEM_VERSION = '1.134.0'
59
59
 
60
60
  end
61
61