Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Oct 6, 2020
1 parent 611b942 commit d2ece30
Show file tree
Hide file tree
Showing 9 changed files with 362 additions and 169 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Unreleased Changes
------------------

* Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.

* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.

* Feature - Aws::KinesisAnalyticsV2 - Updated the API, and documentation for Amazon Kinesis Analytics.

* Feature - Aws::MarketplaceCatalog - Updated the API, and documentation for AWS Marketplace Catalog Service.

2.11.601 (2020-10-05)
------------------

Expand Down
92 changes: 89 additions & 3 deletions aws-sdk-core/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,14 @@
"member":{"shape":"Certificate"}
},
"CertificateWallet":{"type":"blob"},
"CharLengthSemantics":{
"type":"string",
"enum":[
"default",
"char",
"byte"
]
},
"CompressionTypeValue":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1028,6 +1036,25 @@
"parquet"
]
},
"DatePartitionDelimiterValue":{
"type":"string",
"enum":[
"SLASH",
"UNDERSCORE",
"DASH",
"NONE"
]
},
"DatePartitionSequenceValue":{
"type":"string",
"enum":[
"YYYYMMDD",
"YYYYMMDDHH",
"YYYYMM",
"MMYYYYDD",
"DDMMYYYY"
]
},
"DeleteCertificateMessage":{
"type":"structure",
"required":["CertificateArn"],
Expand Down Expand Up @@ -1632,6 +1659,9 @@
"Password":{"shape":"SecretString"},
"Port":{"shape":"IntegerOptional"},
"ServerName":{"shape":"String"},
"SetDataCaptureChanges":{"shape":"BooleanOptional"},
"CurrentLsn":{"shape":"String"},
"MaxKBytesPerRead":{"shape":"IntegerOptional"},
"Username":{"shape":"String"}
}
},
Expand Down Expand Up @@ -1796,10 +1826,15 @@
"type":"structure",
"members":{
"Port":{"shape":"IntegerOptional"},
"BcpPacketSize":{"shape":"IntegerOptional"},
"DatabaseName":{"shape":"String"},
"ControlTablesFileGroup":{"shape":"String"},
"Password":{"shape":"SecretString"},
"ReadBackupOnly":{"shape":"BooleanOptional"},
"SafeguardPolicy":{"shape":"SafeguardPolicy"},
"ServerName":{"shape":"String"},
"Username":{"shape":"String"}
"Username":{"shape":"String"},
"UseBcpFullLoad":{"shape":"BooleanOptional"}
}
},
"MigrationTypeValue":{
Expand Down Expand Up @@ -1950,10 +1985,16 @@
"MySQLSettings":{
"type":"structure",
"members":{
"AfterConnectScript":{"shape":"String"},
"DatabaseName":{"shape":"String"},
"EventsPollInterval":{"shape":"IntegerOptional"},
"TargetDbType":{"shape":"TargetDbType"},
"MaxFileSize":{"shape":"IntegerOptional"},
"ParallelLoadThreads":{"shape":"IntegerOptional"},
"Password":{"shape":"SecretString"},
"Port":{"shape":"IntegerOptional"},
"ServerName":{"shape":"String"},
"ServerTimezone":{"shape":"String"},
"Username":{"shape":"String"}
}
},
Expand Down Expand Up @@ -1983,12 +2024,32 @@
"OracleSettings":{
"type":"structure",
"members":{
"AddSupplementalLogging":{"shape":"BooleanOptional"},
"ArchivedLogDestId":{"shape":"IntegerOptional"},
"AdditionalArchivedLogDestId":{"shape":"IntegerOptional"},
"AllowSelectNestedTables":{"shape":"BooleanOptional"},
"ParallelAsmReadThreads":{"shape":"IntegerOptional"},
"ReadAheadBlocks":{"shape":"IntegerOptional"},
"AccessAlternateDirectly":{"shape":"BooleanOptional"},
"UseAlternateFolderForOnline":{"shape":"BooleanOptional"},
"OraclePathPrefix":{"shape":"String"},
"UsePathPrefix":{"shape":"String"},
"ReplacePathPrefix":{"shape":"BooleanOptional"},
"EnableHomogenousTablespace":{"shape":"BooleanOptional"},
"DirectPathNoLog":{"shape":"BooleanOptional"},
"ArchivedLogsOnly":{"shape":"BooleanOptional"},
"AsmPassword":{"shape":"SecretString"},
"AsmServer":{"shape":"String"},
"AsmUser":{"shape":"String"},
"CharLengthSemantics":{"shape":"CharLengthSemantics"},
"DatabaseName":{"shape":"String"},
"DirectPathParallelLoad":{"shape":"BooleanOptional"},
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
"NumberDatatypeScale":{"shape":"IntegerOptional"},
"Password":{"shape":"SecretString"},
"Port":{"shape":"IntegerOptional"},
"ReadTableSpaceName":{"shape":"BooleanOptional"},
"RetryInterval":{"shape":"IntegerOptional"},
"SecurityDbEncryption":{"shape":"SecretString"},
"SecurityDbEncryptionName":{"shape":"String"},
"ServerName":{"shape":"String"},
Expand Down Expand Up @@ -2042,11 +2103,18 @@
"PostgreSQLSettings":{
"type":"structure",
"members":{
"AfterConnectScript":{"shape":"String"},
"CaptureDdls":{"shape":"BooleanOptional"},
"MaxFileSize":{"shape":"IntegerOptional"},
"DatabaseName":{"shape":"String"},
"DdlArtifactsSchema":{"shape":"String"},
"ExecuteTimeout":{"shape":"IntegerOptional"},
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
"Password":{"shape":"SecretString"},
"Port":{"shape":"IntegerOptional"},
"ServerName":{"shape":"String"},
"Username":{"shape":"String"}
"Username":{"shape":"String"},
"SlotName":{"shape":"String"}
}
},
"RebootReplicationInstanceMessage":{
Expand Down Expand Up @@ -2436,7 +2504,10 @@
"CdcInsertsOnly":{"shape":"BooleanOptional"},
"TimestampColumnName":{"shape":"String"},
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"},
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"}
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"},
"DatePartitionEnabled":{"shape":"BooleanOptional"},
"DatePartitionSequence":{"shape":"DatePartitionSequenceValue"},
"DatePartitionDelimiter":{"shape":"DatePartitionDelimiterValue"}
}
},
"SNSInvalidTopicFault":{
Expand All @@ -2453,6 +2524,14 @@
},
"exception":true
},
"SafeguardPolicy":{
"type":"string",
"enum":[
"rely-on-sql-server-replication-agent",
"exclusive-automatic-truncation",
"shared-automatic-truncation"
]
},
"SchemaList":{
"type":"list",
"member":{"shape":"String"}
Expand Down Expand Up @@ -2659,6 +2738,13 @@
"type":"list",
"member":{"shape":"Tag"}
},
"TargetDbType":{
"type":"string",
"enum":[
"specific-database",
"multiple-databases"
]
},
"TestConnectionMessage":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit d2ece30

Please sign in to comment.