|
2394 | 2394 | }, |
2395 | 2395 | "Engine":{ |
2396 | 2396 | "shape":"String", |
2397 | | - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 2397 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and <code>sybase</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
2398 | 2398 | }, |
2399 | 2399 | "Virtual":{ |
2400 | 2400 | "shape":"BooleanOptional", |
|
3209 | 3209 | }, |
3210 | 3210 | "Engine":{ |
3211 | 3211 | "shape":"String", |
3212 | | - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 3212 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and <code>sybase</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
3213 | 3213 | }, |
3214 | 3214 | "Virtual":{ |
3215 | 3215 | "shape":"BooleanOptional", |
|
3282 | 3282 | "PostgreSqlSettings":{"shape":"PostgreSqlDataProviderSettings"}, |
3283 | 3283 | "MySqlSettings":{"shape":"MySqlDataProviderSettings"}, |
3284 | 3284 | "OracleSettings":{"shape":"OracleDataProviderSettings"}, |
| 3285 | + "SybaseAseSettings":{"shape":"SybaseAseDataProviderSettings"}, |
3285 | 3286 | "MicrosoftSqlServerSettings":{"shape":"MicrosoftSqlServerDataProviderSettings"}, |
3286 | 3287 | "DocDbSettings":{"shape":"DocDbDataProviderSettings"}, |
3287 | 3288 | "MariaDbSettings":{ |
|
6998 | 6999 | }, |
6999 | 7000 | "Engine":{ |
7000 | 7001 | "shape":"String", |
7001 | | - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 7002 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and <code>sybase</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
7002 | 7003 | }, |
7003 | 7004 | "Virtual":{ |
7004 | 7005 | "shape":"BooleanOptional", |
|
8358 | 8359 | "type":"list", |
8359 | 8360 | "member":{"shape":"PremigrationAssessmentStatus"} |
8360 | 8361 | }, |
| 8362 | + "ProcessedObject":{ |
| 8363 | + "type":"structure", |
| 8364 | + "members":{ |
| 8365 | + "Name":{ |
| 8366 | + "shape":"String", |
| 8367 | + "documentation":"<p>The name of the database object.</p>" |
| 8368 | + }, |
| 8369 | + "Type":{ |
| 8370 | + "shape":"String", |
| 8371 | + "documentation":"<p>The type of the database object. For example, a table, view, procedure, and so on.</p>" |
| 8372 | + }, |
| 8373 | + "EndpointType":{ |
| 8374 | + "shape":"String", |
| 8375 | + "documentation":"<p>The type of the data provider. This parameter can store one of the following values: <code>\"SOURCE\"</code> or <code>\"TARGET\"</code>.</p>" |
| 8376 | + } |
| 8377 | + }, |
| 8378 | + "documentation":"<p>The database object that the schema conversion operation currently uses.</p>" |
| 8379 | + }, |
| 8380 | + "Progress":{ |
| 8381 | + "type":"structure", |
| 8382 | + "members":{ |
| 8383 | + "ProgressPercent":{ |
| 8384 | + "shape":"DoubleOptional", |
| 8385 | + "documentation":"<p>The percent complete for the current step of the schema conversion operation.</p>" |
| 8386 | + }, |
| 8387 | + "TotalObjects":{ |
| 8388 | + "shape":"Long", |
| 8389 | + "documentation":"<p>The number of objects in this schema conversion operation.</p>" |
| 8390 | + }, |
| 8391 | + "ProgressStep":{ |
| 8392 | + "shape":"String", |
| 8393 | + "documentation":"<p>The step of the schema conversion operation. This parameter can store one of the following values:</p> <ul> <li> <p> <code>IN_PROGRESS</code> – The operation is running.</p> </li> <li> <p> <code>LOADING_METADATA</code> – Loads metadata from the source database.</p> </li> <li> <p> <code>COUNTING_OBJECTS</code> – Determines the number of objects involved in the operation.</p> </li> <li> <p> <code>ANALYZING</code> – Analyzes the source database objects.</p> </li> <li> <p> <code>CONVERTING</code> – Converts the source database objects to a format compatible with the target database.</p> </li> <li> <p> <code>APPLYING</code> – Applies the converted code to the target database.</p> </li> <li> <p> <code>FINISHED</code> – The operation completed successfully.</p> </li> </ul>" |
| 8394 | + }, |
| 8395 | + "ProcessedObject":{ |
| 8396 | + "shape":"ProcessedObject", |
| 8397 | + "documentation":"<p>The name of the database object that the schema conversion operation currently uses.</p>" |
| 8398 | + } |
| 8399 | + }, |
| 8400 | + "documentation":"<p>Provides information about the progress of the schema conversion operation.</p>" |
| 8401 | + }, |
8361 | 8402 | "ProvisionData":{ |
8362 | 8403 | "type":"structure", |
8363 | 8404 | "members":{ |
|
9994 | 10035 | "documentation":"<p>The migration project ARN.</p>" |
9995 | 10036 | }, |
9996 | 10037 | "Error":{"shape":"ErrorDetails"}, |
9997 | | - "ExportSqlDetails":{"shape":"ExportSqlDetails"} |
| 10038 | + "ExportSqlDetails":{"shape":"ExportSqlDetails"}, |
| 10039 | + "Progress":{"shape":"Progress"} |
9998 | 10040 | }, |
9999 | 10041 | "documentation":"<p>Provides information about a schema conversion action.</p>" |
10000 | 10042 | }, |
|
10750 | 10792 | "type":"list", |
10751 | 10793 | "member":{"shape":"SupportedEndpointType"} |
10752 | 10794 | }, |
| 10795 | + "SybaseAseDataProviderSettings":{ |
| 10796 | + "type":"structure", |
| 10797 | + "members":{ |
| 10798 | + "ServerName":{ |
| 10799 | + "shape":"String", |
| 10800 | + "documentation":"<p>The name of the SAP ASE server.</p>" |
| 10801 | + }, |
| 10802 | + "Port":{ |
| 10803 | + "shape":"IntegerOptional", |
| 10804 | + "documentation":"<p>The port value for the SAP ASE data provider.</p>" |
| 10805 | + }, |
| 10806 | + "DatabaseName":{ |
| 10807 | + "shape":"String", |
| 10808 | + "documentation":"<p>The database name on the SAP ASE data provider.</p>" |
| 10809 | + }, |
| 10810 | + "SslMode":{ |
| 10811 | + "shape":"DmsSslModeValue", |
| 10812 | + "documentation":"<p>The SSL mode used to connect to the SAP ASE data provider. The default value is <code>none</code>.</p>" |
| 10813 | + }, |
| 10814 | + "EncryptPassword":{ |
| 10815 | + "shape":"BooleanOptional", |
| 10816 | + "documentation":"<p>Specifies whether to encrypt the password when connecting to the Sybase ASE database. When set to true, the connection password is encrypted during transmission. Default is true.</p>" |
| 10817 | + }, |
| 10818 | + "CertificateArn":{ |
| 10819 | + "shape":"String", |
| 10820 | + "documentation":"<p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>" |
| 10821 | + } |
| 10822 | + }, |
| 10823 | + "documentation":"<p>Provides information that defines an SAP ASE data provider.</p>" |
| 10824 | + }, |
10753 | 10825 | "SybaseSettings":{ |
10754 | 10826 | "type":"structure", |
10755 | 10827 | "members":{ |
|
0 commit comments