|
851 | 851 | "member":{"shape":"Certificate"} |
852 | 852 | }, |
853 | 853 | "CertificateWallet":{"type":"blob"}, |
| 854 | + "CharLengthSemantics":{ |
| 855 | + "type":"string", |
| 856 | + "enum":[ |
| 857 | + "default", |
| 858 | + "char", |
| 859 | + "byte" |
| 860 | + ] |
| 861 | + }, |
854 | 862 | "CompressionTypeValue":{ |
855 | 863 | "type":"string", |
856 | 864 | "enum":[ |
|
1028 | 1036 | "parquet" |
1029 | 1037 | ] |
1030 | 1038 | }, |
| 1039 | + "DatePartitionDelimiterValue":{ |
| 1040 | + "type":"string", |
| 1041 | + "enum":[ |
| 1042 | + "SLASH", |
| 1043 | + "UNDERSCORE", |
| 1044 | + "DASH", |
| 1045 | + "NONE" |
| 1046 | + ] |
| 1047 | + }, |
| 1048 | + "DatePartitionSequenceValue":{ |
| 1049 | + "type":"string", |
| 1050 | + "enum":[ |
| 1051 | + "YYYYMMDD", |
| 1052 | + "YYYYMMDDHH", |
| 1053 | + "YYYYMM", |
| 1054 | + "MMYYYYDD", |
| 1055 | + "DDMMYYYY" |
| 1056 | + ] |
| 1057 | + }, |
1031 | 1058 | "DeleteCertificateMessage":{ |
1032 | 1059 | "type":"structure", |
1033 | 1060 | "required":["CertificateArn"], |
|
1632 | 1659 | "Password":{"shape":"SecretString"}, |
1633 | 1660 | "Port":{"shape":"IntegerOptional"}, |
1634 | 1661 | "ServerName":{"shape":"String"}, |
| 1662 | + "SetDataCaptureChanges":{"shape":"BooleanOptional"}, |
| 1663 | + "CurrentLsn":{"shape":"String"}, |
| 1664 | + "MaxKBytesPerRead":{"shape":"IntegerOptional"}, |
1635 | 1665 | "Username":{"shape":"String"} |
1636 | 1666 | } |
1637 | 1667 | }, |
|
1796 | 1826 | "type":"structure", |
1797 | 1827 | "members":{ |
1798 | 1828 | "Port":{"shape":"IntegerOptional"}, |
| 1829 | + "BcpPacketSize":{"shape":"IntegerOptional"}, |
1799 | 1830 | "DatabaseName":{"shape":"String"}, |
| 1831 | + "ControlTablesFileGroup":{"shape":"String"}, |
1800 | 1832 | "Password":{"shape":"SecretString"}, |
| 1833 | + "ReadBackupOnly":{"shape":"BooleanOptional"}, |
| 1834 | + "SafeguardPolicy":{"shape":"SafeguardPolicy"}, |
1801 | 1835 | "ServerName":{"shape":"String"}, |
1802 | | - "Username":{"shape":"String"} |
| 1836 | + "Username":{"shape":"String"}, |
| 1837 | + "UseBcpFullLoad":{"shape":"BooleanOptional"} |
1803 | 1838 | } |
1804 | 1839 | }, |
1805 | 1840 | "MigrationTypeValue":{ |
|
1950 | 1985 | "MySQLSettings":{ |
1951 | 1986 | "type":"structure", |
1952 | 1987 | "members":{ |
| 1988 | + "AfterConnectScript":{"shape":"String"}, |
1953 | 1989 | "DatabaseName":{"shape":"String"}, |
| 1990 | + "EventsPollInterval":{"shape":"IntegerOptional"}, |
| 1991 | + "TargetDbType":{"shape":"TargetDbType"}, |
| 1992 | + "MaxFileSize":{"shape":"IntegerOptional"}, |
| 1993 | + "ParallelLoadThreads":{"shape":"IntegerOptional"}, |
1954 | 1994 | "Password":{"shape":"SecretString"}, |
1955 | 1995 | "Port":{"shape":"IntegerOptional"}, |
1956 | 1996 | "ServerName":{"shape":"String"}, |
| 1997 | + "ServerTimezone":{"shape":"String"}, |
1957 | 1998 | "Username":{"shape":"String"} |
1958 | 1999 | } |
1959 | 2000 | }, |
|
1983 | 2024 | "OracleSettings":{ |
1984 | 2025 | "type":"structure", |
1985 | 2026 | "members":{ |
| 2027 | + "AddSupplementalLogging":{"shape":"BooleanOptional"}, |
| 2028 | + "ArchivedLogDestId":{"shape":"IntegerOptional"}, |
| 2029 | + "AdditionalArchivedLogDestId":{"shape":"IntegerOptional"}, |
| 2030 | + "AllowSelectNestedTables":{"shape":"BooleanOptional"}, |
| 2031 | + "ParallelAsmReadThreads":{"shape":"IntegerOptional"}, |
| 2032 | + "ReadAheadBlocks":{"shape":"IntegerOptional"}, |
| 2033 | + "AccessAlternateDirectly":{"shape":"BooleanOptional"}, |
| 2034 | + "UseAlternateFolderForOnline":{"shape":"BooleanOptional"}, |
| 2035 | + "OraclePathPrefix":{"shape":"String"}, |
| 2036 | + "UsePathPrefix":{"shape":"String"}, |
| 2037 | + "ReplacePathPrefix":{"shape":"BooleanOptional"}, |
| 2038 | + "EnableHomogenousTablespace":{"shape":"BooleanOptional"}, |
| 2039 | + "DirectPathNoLog":{"shape":"BooleanOptional"}, |
| 2040 | + "ArchivedLogsOnly":{"shape":"BooleanOptional"}, |
1986 | 2041 | "AsmPassword":{"shape":"SecretString"}, |
1987 | 2042 | "AsmServer":{"shape":"String"}, |
1988 | 2043 | "AsmUser":{"shape":"String"}, |
| 2044 | + "CharLengthSemantics":{"shape":"CharLengthSemantics"}, |
1989 | 2045 | "DatabaseName":{"shape":"String"}, |
| 2046 | + "DirectPathParallelLoad":{"shape":"BooleanOptional"}, |
| 2047 | + "FailTasksOnLobTruncation":{"shape":"BooleanOptional"}, |
| 2048 | + "NumberDatatypeScale":{"shape":"IntegerOptional"}, |
1990 | 2049 | "Password":{"shape":"SecretString"}, |
1991 | 2050 | "Port":{"shape":"IntegerOptional"}, |
| 2051 | + "ReadTableSpaceName":{"shape":"BooleanOptional"}, |
| 2052 | + "RetryInterval":{"shape":"IntegerOptional"}, |
1992 | 2053 | "SecurityDbEncryption":{"shape":"SecretString"}, |
1993 | 2054 | "SecurityDbEncryptionName":{"shape":"String"}, |
1994 | 2055 | "ServerName":{"shape":"String"}, |
|
2042 | 2103 | "PostgreSQLSettings":{ |
2043 | 2104 | "type":"structure", |
2044 | 2105 | "members":{ |
| 2106 | + "AfterConnectScript":{"shape":"String"}, |
| 2107 | + "CaptureDdls":{"shape":"BooleanOptional"}, |
| 2108 | + "MaxFileSize":{"shape":"IntegerOptional"}, |
2045 | 2109 | "DatabaseName":{"shape":"String"}, |
| 2110 | + "DdlArtifactsSchema":{"shape":"String"}, |
| 2111 | + "ExecuteTimeout":{"shape":"IntegerOptional"}, |
| 2112 | + "FailTasksOnLobTruncation":{"shape":"BooleanOptional"}, |
2046 | 2113 | "Password":{"shape":"SecretString"}, |
2047 | 2114 | "Port":{"shape":"IntegerOptional"}, |
2048 | 2115 | "ServerName":{"shape":"String"}, |
2049 | | - "Username":{"shape":"String"} |
| 2116 | + "Username":{"shape":"String"}, |
| 2117 | + "SlotName":{"shape":"String"} |
2050 | 2118 | } |
2051 | 2119 | }, |
2052 | 2120 | "RebootReplicationInstanceMessage":{ |
|
2436 | 2504 | "CdcInsertsOnly":{"shape":"BooleanOptional"}, |
2437 | 2505 | "TimestampColumnName":{"shape":"String"}, |
2438 | 2506 | "ParquetTimestampInMillisecond":{"shape":"BooleanOptional"}, |
2439 | | - "CdcInsertsAndUpdates":{"shape":"BooleanOptional"} |
| 2507 | + "CdcInsertsAndUpdates":{"shape":"BooleanOptional"}, |
| 2508 | + "DatePartitionEnabled":{"shape":"BooleanOptional"}, |
| 2509 | + "DatePartitionSequence":{"shape":"DatePartitionSequenceValue"}, |
| 2510 | + "DatePartitionDelimiter":{"shape":"DatePartitionDelimiterValue"} |
2440 | 2511 | } |
2441 | 2512 | }, |
2442 | 2513 | "SNSInvalidTopicFault":{ |
|
2453 | 2524 | }, |
2454 | 2525 | "exception":true |
2455 | 2526 | }, |
| 2527 | + "SafeguardPolicy":{ |
| 2528 | + "type":"string", |
| 2529 | + "enum":[ |
| 2530 | + "rely-on-sql-server-replication-agent", |
| 2531 | + "exclusive-automatic-truncation", |
| 2532 | + "shared-automatic-truncation" |
| 2533 | + ] |
| 2534 | + }, |
2456 | 2535 | "SchemaList":{ |
2457 | 2536 | "type":"list", |
2458 | 2537 | "member":{"shape":"String"} |
|
2659 | 2738 | "type":"list", |
2660 | 2739 | "member":{"shape":"Tag"} |
2661 | 2740 | }, |
| 2741 | + "TargetDbType":{ |
| 2742 | + "type":"string", |
| 2743 | + "enum":[ |
| 2744 | + "specific-database", |
| 2745 | + "multiple-databases" |
| 2746 | + ] |
| 2747 | + }, |
2662 | 2748 | "TestConnectionMessage":{ |
2663 | 2749 | "type":"structure", |
2664 | 2750 | "required":[ |
|
0 commit comments