Skip to content

Commit d2ece30

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 611b942 commit d2ece30

File tree

9 files changed

+362
-169
lines changed

9 files changed

+362
-169
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::KinesisAnalyticsV2 - Updated the API, and documentation for Amazon Kinesis Analytics.
9+
10+
* Feature - Aws::MarketplaceCatalog - Updated the API, and documentation for AWS Marketplace Catalog Service.
11+
412
2.11.601 (2020-10-05)
513
------------------
614

aws-sdk-core/apis/dms/2016-01-01/api-2.json

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,14 @@
851851
"member":{"shape":"Certificate"}
852852
},
853853
"CertificateWallet":{"type":"blob"},
854+
"CharLengthSemantics":{
855+
"type":"string",
856+
"enum":[
857+
"default",
858+
"char",
859+
"byte"
860+
]
861+
},
854862
"CompressionTypeValue":{
855863
"type":"string",
856864
"enum":[
@@ -1028,6 +1036,25 @@
10281036
"parquet"
10291037
]
10301038
},
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+
},
10311058
"DeleteCertificateMessage":{
10321059
"type":"structure",
10331060
"required":["CertificateArn"],
@@ -1632,6 +1659,9 @@
16321659
"Password":{"shape":"SecretString"},
16331660
"Port":{"shape":"IntegerOptional"},
16341661
"ServerName":{"shape":"String"},
1662+
"SetDataCaptureChanges":{"shape":"BooleanOptional"},
1663+
"CurrentLsn":{"shape":"String"},
1664+
"MaxKBytesPerRead":{"shape":"IntegerOptional"},
16351665
"Username":{"shape":"String"}
16361666
}
16371667
},
@@ -1796,10 +1826,15 @@
17961826
"type":"structure",
17971827
"members":{
17981828
"Port":{"shape":"IntegerOptional"},
1829+
"BcpPacketSize":{"shape":"IntegerOptional"},
17991830
"DatabaseName":{"shape":"String"},
1831+
"ControlTablesFileGroup":{"shape":"String"},
18001832
"Password":{"shape":"SecretString"},
1833+
"ReadBackupOnly":{"shape":"BooleanOptional"},
1834+
"SafeguardPolicy":{"shape":"SafeguardPolicy"},
18011835
"ServerName":{"shape":"String"},
1802-
"Username":{"shape":"String"}
1836+
"Username":{"shape":"String"},
1837+
"UseBcpFullLoad":{"shape":"BooleanOptional"}
18031838
}
18041839
},
18051840
"MigrationTypeValue":{
@@ -1950,10 +1985,16 @@
19501985
"MySQLSettings":{
19511986
"type":"structure",
19521987
"members":{
1988+
"AfterConnectScript":{"shape":"String"},
19531989
"DatabaseName":{"shape":"String"},
1990+
"EventsPollInterval":{"shape":"IntegerOptional"},
1991+
"TargetDbType":{"shape":"TargetDbType"},
1992+
"MaxFileSize":{"shape":"IntegerOptional"},
1993+
"ParallelLoadThreads":{"shape":"IntegerOptional"},
19541994
"Password":{"shape":"SecretString"},
19551995
"Port":{"shape":"IntegerOptional"},
19561996
"ServerName":{"shape":"String"},
1997+
"ServerTimezone":{"shape":"String"},
19571998
"Username":{"shape":"String"}
19581999
}
19592000
},
@@ -1983,12 +2024,32 @@
19832024
"OracleSettings":{
19842025
"type":"structure",
19852026
"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"},
19862041
"AsmPassword":{"shape":"SecretString"},
19872042
"AsmServer":{"shape":"String"},
19882043
"AsmUser":{"shape":"String"},
2044+
"CharLengthSemantics":{"shape":"CharLengthSemantics"},
19892045
"DatabaseName":{"shape":"String"},
2046+
"DirectPathParallelLoad":{"shape":"BooleanOptional"},
2047+
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
2048+
"NumberDatatypeScale":{"shape":"IntegerOptional"},
19902049
"Password":{"shape":"SecretString"},
19912050
"Port":{"shape":"IntegerOptional"},
2051+
"ReadTableSpaceName":{"shape":"BooleanOptional"},
2052+
"RetryInterval":{"shape":"IntegerOptional"},
19922053
"SecurityDbEncryption":{"shape":"SecretString"},
19932054
"SecurityDbEncryptionName":{"shape":"String"},
19942055
"ServerName":{"shape":"String"},
@@ -2042,11 +2103,18 @@
20422103
"PostgreSQLSettings":{
20432104
"type":"structure",
20442105
"members":{
2106+
"AfterConnectScript":{"shape":"String"},
2107+
"CaptureDdls":{"shape":"BooleanOptional"},
2108+
"MaxFileSize":{"shape":"IntegerOptional"},
20452109
"DatabaseName":{"shape":"String"},
2110+
"DdlArtifactsSchema":{"shape":"String"},
2111+
"ExecuteTimeout":{"shape":"IntegerOptional"},
2112+
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
20462113
"Password":{"shape":"SecretString"},
20472114
"Port":{"shape":"IntegerOptional"},
20482115
"ServerName":{"shape":"String"},
2049-
"Username":{"shape":"String"}
2116+
"Username":{"shape":"String"},
2117+
"SlotName":{"shape":"String"}
20502118
}
20512119
},
20522120
"RebootReplicationInstanceMessage":{
@@ -2436,7 +2504,10 @@
24362504
"CdcInsertsOnly":{"shape":"BooleanOptional"},
24372505
"TimestampColumnName":{"shape":"String"},
24382506
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"},
2439-
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"}
2507+
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"},
2508+
"DatePartitionEnabled":{"shape":"BooleanOptional"},
2509+
"DatePartitionSequence":{"shape":"DatePartitionSequenceValue"},
2510+
"DatePartitionDelimiter":{"shape":"DatePartitionDelimiterValue"}
24402511
}
24412512
},
24422513
"SNSInvalidTopicFault":{
@@ -2453,6 +2524,14 @@
24532524
},
24542525
"exception":true
24552526
},
2527+
"SafeguardPolicy":{
2528+
"type":"string",
2529+
"enum":[
2530+
"rely-on-sql-server-replication-agent",
2531+
"exclusive-automatic-truncation",
2532+
"shared-automatic-truncation"
2533+
]
2534+
},
24562535
"SchemaList":{
24572536
"type":"list",
24582537
"member":{"shape":"String"}
@@ -2659,6 +2738,13 @@
26592738
"type":"list",
26602739
"member":{"shape":"Tag"}
26612740
},
2741+
"TargetDbType":{
2742+
"type":"string",
2743+
"enum":[
2744+
"specific-database",
2745+
"multiple-databases"
2746+
]
2747+
},
26622748
"TestConnectionMessage":{
26632749
"type":"structure",
26642750
"required":[

0 commit comments

Comments
 (0)