api-2.json 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  1. {
  2. "version":"2.0",
  3. "metadata":{
  4. "apiVersion":"2016-01-01",
  5. "endpointPrefix":"dms",
  6. "jsonVersion":"1.1",
  7. "protocol":"json",
  8. "serviceFullName":"AWS Database Migration Service",
  9. "signatureVersion":"v4",
  10. "targetPrefix":"AmazonDMSv20160101"
  11. },
  12. "operations":{
  13. "AddTagsToResource":{
  14. "name":"AddTagsToResource",
  15. "http":{
  16. "method":"POST",
  17. "requestUri":"/"
  18. },
  19. "input":{"shape":"AddTagsToResourceMessage"},
  20. "output":{"shape":"AddTagsToResourceResponse"},
  21. "errors":[
  22. {"shape":"ResourceNotFoundFault"}
  23. ]
  24. },
  25. "CreateEndpoint":{
  26. "name":"CreateEndpoint",
  27. "http":{
  28. "method":"POST",
  29. "requestUri":"/"
  30. },
  31. "input":{"shape":"CreateEndpointMessage"},
  32. "output":{"shape":"CreateEndpointResponse"},
  33. "errors":[
  34. {"shape":"KMSKeyNotAccessibleFault"},
  35. {"shape":"ResourceAlreadyExistsFault"},
  36. {"shape":"ResourceQuotaExceededFault"},
  37. {"shape":"InvalidResourceStateFault"},
  38. {"shape":"ResourceNotFoundFault"}
  39. ]
  40. },
  41. "CreateReplicationInstance":{
  42. "name":"CreateReplicationInstance",
  43. "http":{
  44. "method":"POST",
  45. "requestUri":"/"
  46. },
  47. "input":{"shape":"CreateReplicationInstanceMessage"},
  48. "output":{"shape":"CreateReplicationInstanceResponse"},
  49. "errors":[
  50. {"shape":"AccessDeniedFault"},
  51. {"shape":"ResourceAlreadyExistsFault"},
  52. {"shape":"InsufficientResourceCapacityFault"},
  53. {"shape":"ResourceQuotaExceededFault"},
  54. {"shape":"StorageQuotaExceededFault"},
  55. {"shape":"ResourceNotFoundFault"},
  56. {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
  57. {"shape":"InvalidResourceStateFault"},
  58. {"shape":"InvalidSubnet"},
  59. {"shape":"KMSKeyNotAccessibleFault"}
  60. ]
  61. },
  62. "CreateReplicationSubnetGroup":{
  63. "name":"CreateReplicationSubnetGroup",
  64. "http":{
  65. "method":"POST",
  66. "requestUri":"/"
  67. },
  68. "input":{"shape":"CreateReplicationSubnetGroupMessage"},
  69. "output":{"shape":"CreateReplicationSubnetGroupResponse"},
  70. "errors":[
  71. {"shape":"AccessDeniedFault"},
  72. {"shape":"ResourceAlreadyExistsFault"},
  73. {"shape":"ResourceNotFoundFault"},
  74. {"shape":"ResourceQuotaExceededFault"},
  75. {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
  76. {"shape":"InvalidSubnet"}
  77. ]
  78. },
  79. "CreateReplicationTask":{
  80. "name":"CreateReplicationTask",
  81. "http":{
  82. "method":"POST",
  83. "requestUri":"/"
  84. },
  85. "input":{"shape":"CreateReplicationTaskMessage"},
  86. "output":{"shape":"CreateReplicationTaskResponse"},
  87. "errors":[
  88. {"shape":"InvalidResourceStateFault"},
  89. {"shape":"ResourceAlreadyExistsFault"},
  90. {"shape":"ResourceNotFoundFault"},
  91. {"shape":"KMSKeyNotAccessibleFault"},
  92. {"shape":"ResourceQuotaExceededFault"}
  93. ]
  94. },
  95. "DeleteCertificate":{
  96. "name":"DeleteCertificate",
  97. "http":{
  98. "method":"POST",
  99. "requestUri":"/"
  100. },
  101. "input":{"shape":"DeleteCertificateMessage"},
  102. "output":{"shape":"DeleteCertificateResponse"},
  103. "errors":[
  104. {"shape":"ResourceNotFoundFault"},
  105. {"shape":"InvalidResourceStateFault"}
  106. ]
  107. },
  108. "DeleteEndpoint":{
  109. "name":"DeleteEndpoint",
  110. "http":{
  111. "method":"POST",
  112. "requestUri":"/"
  113. },
  114. "input":{"shape":"DeleteEndpointMessage"},
  115. "output":{"shape":"DeleteEndpointResponse"},
  116. "errors":[
  117. {"shape":"ResourceNotFoundFault"},
  118. {"shape":"InvalidResourceStateFault"}
  119. ]
  120. },
  121. "DeleteReplicationInstance":{
  122. "name":"DeleteReplicationInstance",
  123. "http":{
  124. "method":"POST",
  125. "requestUri":"/"
  126. },
  127. "input":{"shape":"DeleteReplicationInstanceMessage"},
  128. "output":{"shape":"DeleteReplicationInstanceResponse"},
  129. "errors":[
  130. {"shape":"InvalidResourceStateFault"},
  131. {"shape":"ResourceNotFoundFault"}
  132. ]
  133. },
  134. "DeleteReplicationSubnetGroup":{
  135. "name":"DeleteReplicationSubnetGroup",
  136. "http":{
  137. "method":"POST",
  138. "requestUri":"/"
  139. },
  140. "input":{"shape":"DeleteReplicationSubnetGroupMessage"},
  141. "output":{"shape":"DeleteReplicationSubnetGroupResponse"},
  142. "errors":[
  143. {"shape":"InvalidResourceStateFault"},
  144. {"shape":"ResourceNotFoundFault"}
  145. ]
  146. },
  147. "DeleteReplicationTask":{
  148. "name":"DeleteReplicationTask",
  149. "http":{
  150. "method":"POST",
  151. "requestUri":"/"
  152. },
  153. "input":{"shape":"DeleteReplicationTaskMessage"},
  154. "output":{"shape":"DeleteReplicationTaskResponse"},
  155. "errors":[
  156. {"shape":"ResourceNotFoundFault"},
  157. {"shape":"InvalidResourceStateFault"}
  158. ]
  159. },
  160. "DescribeAccountAttributes":{
  161. "name":"DescribeAccountAttributes",
  162. "http":{
  163. "method":"POST",
  164. "requestUri":"/"
  165. },
  166. "input":{"shape":"DescribeAccountAttributesMessage"},
  167. "output":{"shape":"DescribeAccountAttributesResponse"}
  168. },
  169. "DescribeCertificates":{
  170. "name":"DescribeCertificates",
  171. "http":{
  172. "method":"POST",
  173. "requestUri":"/"
  174. },
  175. "input":{"shape":"DescribeCertificatesMessage"},
  176. "output":{"shape":"DescribeCertificatesResponse"},
  177. "errors":[
  178. {"shape":"ResourceNotFoundFault"}
  179. ]
  180. },
  181. "DescribeConnections":{
  182. "name":"DescribeConnections",
  183. "http":{
  184. "method":"POST",
  185. "requestUri":"/"
  186. },
  187. "input":{"shape":"DescribeConnectionsMessage"},
  188. "output":{"shape":"DescribeConnectionsResponse"},
  189. "errors":[
  190. {"shape":"ResourceNotFoundFault"}
  191. ]
  192. },
  193. "DescribeEndpointTypes":{
  194. "name":"DescribeEndpointTypes",
  195. "http":{
  196. "method":"POST",
  197. "requestUri":"/"
  198. },
  199. "input":{"shape":"DescribeEndpointTypesMessage"},
  200. "output":{"shape":"DescribeEndpointTypesResponse"}
  201. },
  202. "DescribeEndpoints":{
  203. "name":"DescribeEndpoints",
  204. "http":{
  205. "method":"POST",
  206. "requestUri":"/"
  207. },
  208. "input":{"shape":"DescribeEndpointsMessage"},
  209. "output":{"shape":"DescribeEndpointsResponse"},
  210. "errors":[
  211. {"shape":"ResourceNotFoundFault"}
  212. ]
  213. },
  214. "DescribeOrderableReplicationInstances":{
  215. "name":"DescribeOrderableReplicationInstances",
  216. "http":{
  217. "method":"POST",
  218. "requestUri":"/"
  219. },
  220. "input":{"shape":"DescribeOrderableReplicationInstancesMessage"},
  221. "output":{"shape":"DescribeOrderableReplicationInstancesResponse"}
  222. },
  223. "DescribeRefreshSchemasStatus":{
  224. "name":"DescribeRefreshSchemasStatus",
  225. "http":{
  226. "method":"POST",
  227. "requestUri":"/"
  228. },
  229. "input":{"shape":"DescribeRefreshSchemasStatusMessage"},
  230. "output":{"shape":"DescribeRefreshSchemasStatusResponse"},
  231. "errors":[
  232. {"shape":"InvalidResourceStateFault"},
  233. {"shape":"ResourceNotFoundFault"}
  234. ]
  235. },
  236. "DescribeReplicationInstances":{
  237. "name":"DescribeReplicationInstances",
  238. "http":{
  239. "method":"POST",
  240. "requestUri":"/"
  241. },
  242. "input":{"shape":"DescribeReplicationInstancesMessage"},
  243. "output":{"shape":"DescribeReplicationInstancesResponse"},
  244. "errors":[
  245. {"shape":"ResourceNotFoundFault"}
  246. ]
  247. },
  248. "DescribeReplicationSubnetGroups":{
  249. "name":"DescribeReplicationSubnetGroups",
  250. "http":{
  251. "method":"POST",
  252. "requestUri":"/"
  253. },
  254. "input":{"shape":"DescribeReplicationSubnetGroupsMessage"},
  255. "output":{"shape":"DescribeReplicationSubnetGroupsResponse"},
  256. "errors":[
  257. {"shape":"ResourceNotFoundFault"}
  258. ]
  259. },
  260. "DescribeReplicationTasks":{
  261. "name":"DescribeReplicationTasks",
  262. "http":{
  263. "method":"POST",
  264. "requestUri":"/"
  265. },
  266. "input":{"shape":"DescribeReplicationTasksMessage"},
  267. "output":{"shape":"DescribeReplicationTasksResponse"},
  268. "errors":[
  269. {"shape":"ResourceNotFoundFault"}
  270. ]
  271. },
  272. "DescribeSchemas":{
  273. "name":"DescribeSchemas",
  274. "http":{
  275. "method":"POST",
  276. "requestUri":"/"
  277. },
  278. "input":{"shape":"DescribeSchemasMessage"},
  279. "output":{"shape":"DescribeSchemasResponse"},
  280. "errors":[
  281. {"shape":"InvalidResourceStateFault"},
  282. {"shape":"ResourceNotFoundFault"}
  283. ]
  284. },
  285. "DescribeTableStatistics":{
  286. "name":"DescribeTableStatistics",
  287. "http":{
  288. "method":"POST",
  289. "requestUri":"/"
  290. },
  291. "input":{"shape":"DescribeTableStatisticsMessage"},
  292. "output":{"shape":"DescribeTableStatisticsResponse"},
  293. "errors":[
  294. {"shape":"ResourceNotFoundFault"},
  295. {"shape":"InvalidResourceStateFault"}
  296. ]
  297. },
  298. "ImportCertificate":{
  299. "name":"ImportCertificate",
  300. "http":{
  301. "method":"POST",
  302. "requestUri":"/"
  303. },
  304. "input":{"shape":"ImportCertificateMessage"},
  305. "output":{"shape":"ImportCertificateResponse"},
  306. "errors":[
  307. {"shape":"ResourceAlreadyExistsFault"},
  308. {"shape":"InvalidCertificateFault"}
  309. ]
  310. },
  311. "ListTagsForResource":{
  312. "name":"ListTagsForResource",
  313. "http":{
  314. "method":"POST",
  315. "requestUri":"/"
  316. },
  317. "input":{"shape":"ListTagsForResourceMessage"},
  318. "output":{"shape":"ListTagsForResourceResponse"},
  319. "errors":[
  320. {"shape":"ResourceNotFoundFault"}
  321. ]
  322. },
  323. "ModifyEndpoint":{
  324. "name":"ModifyEndpoint",
  325. "http":{
  326. "method":"POST",
  327. "requestUri":"/"
  328. },
  329. "input":{"shape":"ModifyEndpointMessage"},
  330. "output":{"shape":"ModifyEndpointResponse"},
  331. "errors":[
  332. {"shape":"InvalidResourceStateFault"},
  333. {"shape":"ResourceNotFoundFault"},
  334. {"shape":"ResourceAlreadyExistsFault"},
  335. {"shape":"KMSKeyNotAccessibleFault"}
  336. ]
  337. },
  338. "ModifyReplicationInstance":{
  339. "name":"ModifyReplicationInstance",
  340. "http":{
  341. "method":"POST",
  342. "requestUri":"/"
  343. },
  344. "input":{"shape":"ModifyReplicationInstanceMessage"},
  345. "output":{"shape":"ModifyReplicationInstanceResponse"},
  346. "errors":[
  347. {"shape":"InvalidResourceStateFault"},
  348. {"shape":"ResourceAlreadyExistsFault"},
  349. {"shape":"ResourceNotFoundFault"},
  350. {"shape":"InsufficientResourceCapacityFault"},
  351. {"shape":"StorageQuotaExceededFault"},
  352. {"shape":"UpgradeDependencyFailureFault"}
  353. ]
  354. },
  355. "ModifyReplicationSubnetGroup":{
  356. "name":"ModifyReplicationSubnetGroup",
  357. "http":{
  358. "method":"POST",
  359. "requestUri":"/"
  360. },
  361. "input":{"shape":"ModifyReplicationSubnetGroupMessage"},
  362. "output":{"shape":"ModifyReplicationSubnetGroupResponse"},
  363. "errors":[
  364. {"shape":"AccessDeniedFault"},
  365. {"shape":"ResourceNotFoundFault"},
  366. {"shape":"ResourceQuotaExceededFault"},
  367. {"shape":"SubnetAlreadyInUse"},
  368. {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
  369. {"shape":"InvalidSubnet"}
  370. ]
  371. },
  372. "RefreshSchemas":{
  373. "name":"RefreshSchemas",
  374. "http":{
  375. "method":"POST",
  376. "requestUri":"/"
  377. },
  378. "input":{"shape":"RefreshSchemasMessage"},
  379. "output":{"shape":"RefreshSchemasResponse"},
  380. "errors":[
  381. {"shape":"InvalidResourceStateFault"},
  382. {"shape":"ResourceNotFoundFault"},
  383. {"shape":"KMSKeyNotAccessibleFault"},
  384. {"shape":"ResourceQuotaExceededFault"}
  385. ]
  386. },
  387. "RemoveTagsFromResource":{
  388. "name":"RemoveTagsFromResource",
  389. "http":{
  390. "method":"POST",
  391. "requestUri":"/"
  392. },
  393. "input":{"shape":"RemoveTagsFromResourceMessage"},
  394. "output":{"shape":"RemoveTagsFromResourceResponse"},
  395. "errors":[
  396. {"shape":"ResourceNotFoundFault"}
  397. ]
  398. },
  399. "StartReplicationTask":{
  400. "name":"StartReplicationTask",
  401. "http":{
  402. "method":"POST",
  403. "requestUri":"/"
  404. },
  405. "input":{"shape":"StartReplicationTaskMessage"},
  406. "output":{"shape":"StartReplicationTaskResponse"},
  407. "errors":[
  408. {"shape":"ResourceNotFoundFault"},
  409. {"shape":"InvalidResourceStateFault"}
  410. ]
  411. },
  412. "StopReplicationTask":{
  413. "name":"StopReplicationTask",
  414. "http":{
  415. "method":"POST",
  416. "requestUri":"/"
  417. },
  418. "input":{"shape":"StopReplicationTaskMessage"},
  419. "output":{"shape":"StopReplicationTaskResponse"},
  420. "errors":[
  421. {"shape":"ResourceNotFoundFault"},
  422. {"shape":"InvalidResourceStateFault"}
  423. ]
  424. },
  425. "TestConnection":{
  426. "name":"TestConnection",
  427. "http":{
  428. "method":"POST",
  429. "requestUri":"/"
  430. },
  431. "input":{"shape":"TestConnectionMessage"},
  432. "output":{"shape":"TestConnectionResponse"},
  433. "errors":[
  434. {"shape":"ResourceNotFoundFault"},
  435. {"shape":"InvalidResourceStateFault"},
  436. {"shape":"KMSKeyNotAccessibleFault"},
  437. {"shape":"ResourceQuotaExceededFault"}
  438. ]
  439. }
  440. },
  441. "shapes":{
  442. "AccessDeniedFault":{
  443. "type":"structure",
  444. "members":{
  445. "message":{"shape":"ExceptionMessage"}
  446. },
  447. "exception":true
  448. },
  449. "AccountQuota":{
  450. "type":"structure",
  451. "members":{
  452. "AccountQuotaName":{"shape":"String"},
  453. "Used":{"shape":"Long"},
  454. "Max":{"shape":"Long"}
  455. }
  456. },
  457. "AccountQuotaList":{
  458. "type":"list",
  459. "member":{
  460. "shape":"AccountQuota",
  461. "locationName":"AccountQuota"
  462. }
  463. },
  464. "AddTagsToResourceMessage":{
  465. "type":"structure",
  466. "required":[
  467. "ResourceArn",
  468. "Tags"
  469. ],
  470. "members":{
  471. "ResourceArn":{"shape":"String"},
  472. "Tags":{"shape":"TagList"}
  473. }
  474. },
  475. "AddTagsToResourceResponse":{
  476. "type":"structure",
  477. "members":{
  478. }
  479. },
  480. "AvailabilityZone":{
  481. "type":"structure",
  482. "members":{
  483. "Name":{"shape":"String"}
  484. }
  485. },
  486. "Boolean":{"type":"boolean"},
  487. "BooleanOptional":{"type":"boolean"},
  488. "Certificate":{
  489. "type":"structure",
  490. "members":{
  491. "CertificateIdentifier":{"shape":"String"},
  492. "CertificateCreationDate":{"shape":"TStamp"},
  493. "CertificatePem":{"shape":"String"},
  494. "CertificateArn":{"shape":"String"},
  495. "CertificateOwner":{"shape":"String"},
  496. "ValidFromDate":{"shape":"TStamp"},
  497. "ValidToDate":{"shape":"TStamp"},
  498. "SigningAlgorithm":{"shape":"String"},
  499. "KeyLength":{"shape":"IntegerOptional"}
  500. }
  501. },
  502. "CertificateList":{
  503. "type":"list",
  504. "member":{
  505. "shape":"Certificate",
  506. "locationName":"Certificate"
  507. }
  508. },
  509. "Connection":{
  510. "type":"structure",
  511. "members":{
  512. "ReplicationInstanceArn":{"shape":"String"},
  513. "EndpointArn":{"shape":"String"},
  514. "Status":{"shape":"String"},
  515. "LastFailureMessage":{"shape":"String"},
  516. "EndpointIdentifier":{"shape":"String"},
  517. "ReplicationInstanceIdentifier":{"shape":"String"}
  518. }
  519. },
  520. "ConnectionList":{
  521. "type":"list",
  522. "member":{
  523. "shape":"Connection",
  524. "locationName":"Connection"
  525. }
  526. },
  527. "CreateEndpointMessage":{
  528. "type":"structure",
  529. "required":[
  530. "EndpointIdentifier",
  531. "EndpointType",
  532. "EngineName",
  533. "Username",
  534. "Password",
  535. "ServerName",
  536. "Port"
  537. ],
  538. "members":{
  539. "EndpointIdentifier":{"shape":"String"},
  540. "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
  541. "EngineName":{"shape":"String"},
  542. "Username":{"shape":"String"},
  543. "Password":{"shape":"SecretString"},
  544. "ServerName":{"shape":"String"},
  545. "Port":{"shape":"IntegerOptional"},
  546. "DatabaseName":{"shape":"String"},
  547. "ExtraConnectionAttributes":{"shape":"String"},
  548. "KmsKeyId":{"shape":"String"},
  549. "Tags":{"shape":"TagList"},
  550. "CertificateArn":{"shape":"String"},
  551. "SslMode":{"shape":"DmsSslModeValue"}
  552. }
  553. },
  554. "CreateEndpointResponse":{
  555. "type":"structure",
  556. "members":{
  557. "Endpoint":{"shape":"Endpoint"}
  558. }
  559. },
  560. "CreateReplicationInstanceMessage":{
  561. "type":"structure",
  562. "required":[
  563. "ReplicationInstanceIdentifier",
  564. "ReplicationInstanceClass"
  565. ],
  566. "members":{
  567. "ReplicationInstanceIdentifier":{"shape":"String"},
  568. "AllocatedStorage":{"shape":"IntegerOptional"},
  569. "ReplicationInstanceClass":{"shape":"String"},
  570. "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
  571. "AvailabilityZone":{"shape":"String"},
  572. "ReplicationSubnetGroupIdentifier":{"shape":"String"},
  573. "PreferredMaintenanceWindow":{"shape":"String"},
  574. "MultiAZ":{"shape":"BooleanOptional"},
  575. "EngineVersion":{"shape":"String"},
  576. "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
  577. "Tags":{"shape":"TagList"},
  578. "KmsKeyId":{"shape":"String"},
  579. "PubliclyAccessible":{"shape":"BooleanOptional"}
  580. }
  581. },
  582. "CreateReplicationInstanceResponse":{
  583. "type":"structure",
  584. "members":{
  585. "ReplicationInstance":{"shape":"ReplicationInstance"}
  586. }
  587. },
  588. "CreateReplicationSubnetGroupMessage":{
  589. "type":"structure",
  590. "required":[
  591. "ReplicationSubnetGroupIdentifier",
  592. "ReplicationSubnetGroupDescription",
  593. "SubnetIds"
  594. ],
  595. "members":{
  596. "ReplicationSubnetGroupIdentifier":{"shape":"String"},
  597. "ReplicationSubnetGroupDescription":{"shape":"String"},
  598. "SubnetIds":{"shape":"SubnetIdentifierList"},
  599. "Tags":{"shape":"TagList"}
  600. }
  601. },
  602. "CreateReplicationSubnetGroupResponse":{
  603. "type":"structure",
  604. "members":{
  605. "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"}
  606. }
  607. },
  608. "CreateReplicationTaskMessage":{
  609. "type":"structure",
  610. "required":[
  611. "ReplicationTaskIdentifier",
  612. "SourceEndpointArn",
  613. "TargetEndpointArn",
  614. "ReplicationInstanceArn",
  615. "MigrationType",
  616. "TableMappings"
  617. ],
  618. "members":{
  619. "ReplicationTaskIdentifier":{"shape":"String"},
  620. "SourceEndpointArn":{"shape":"String"},
  621. "TargetEndpointArn":{"shape":"String"},
  622. "ReplicationInstanceArn":{"shape":"String"},
  623. "MigrationType":{"shape":"MigrationTypeValue"},
  624. "TableMappings":{"shape":"String"},
  625. "ReplicationTaskSettings":{"shape":"String"},
  626. "CdcStartTime":{"shape":"TStamp"},
  627. "Tags":{"shape":"TagList"}
  628. }
  629. },
  630. "CreateReplicationTaskResponse":{
  631. "type":"structure",
  632. "members":{
  633. "ReplicationTask":{"shape":"ReplicationTask"}
  634. }
  635. },
  636. "DeleteCertificateMessage":{
  637. "type":"structure",
  638. "required":["CertificateArn"],
  639. "members":{
  640. "CertificateArn":{"shape":"String"}
  641. }
  642. },
  643. "DeleteCertificateResponse":{
  644. "type":"structure",
  645. "members":{
  646. "Certificate":{"shape":"Certificate"}
  647. }
  648. },
  649. "DeleteEndpointMessage":{
  650. "type":"structure",
  651. "required":["EndpointArn"],
  652. "members":{
  653. "EndpointArn":{"shape":"String"}
  654. }
  655. },
  656. "DeleteEndpointResponse":{
  657. "type":"structure",
  658. "members":{
  659. "Endpoint":{"shape":"Endpoint"}
  660. }
  661. },
  662. "DeleteReplicationInstanceMessage":{
  663. "type":"structure",
  664. "required":["ReplicationInstanceArn"],
  665. "members":{
  666. "ReplicationInstanceArn":{"shape":"String"}
  667. }
  668. },
  669. "DeleteReplicationInstanceResponse":{
  670. "type":"structure",
  671. "members":{
  672. "ReplicationInstance":{"shape":"ReplicationInstance"}
  673. }
  674. },
  675. "DeleteReplicationSubnetGroupMessage":{
  676. "type":"structure",
  677. "required":["ReplicationSubnetGroupIdentifier"],
  678. "members":{
  679. "ReplicationSubnetGroupIdentifier":{"shape":"String"}
  680. }
  681. },
  682. "DeleteReplicationSubnetGroupResponse":{
  683. "type":"structure",
  684. "members":{
  685. }
  686. },
  687. "DeleteReplicationTaskMessage":{
  688. "type":"structure",
  689. "required":["ReplicationTaskArn"],
  690. "members":{
  691. "ReplicationTaskArn":{"shape":"String"}
  692. }
  693. },
  694. "DeleteReplicationTaskResponse":{
  695. "type":"structure",
  696. "members":{
  697. "ReplicationTask":{"shape":"ReplicationTask"}
  698. }
  699. },
  700. "DescribeAccountAttributesMessage":{
  701. "type":"structure",
  702. "members":{
  703. }
  704. },
  705. "DescribeAccountAttributesResponse":{
  706. "type":"structure",
  707. "members":{
  708. "AccountQuotas":{"shape":"AccountQuotaList"}
  709. }
  710. },
  711. "DescribeCertificatesMessage":{
  712. "type":"structure",
  713. "members":{
  714. "Filters":{"shape":"FilterList"},
  715. "MaxRecords":{"shape":"IntegerOptional"},
  716. "Marker":{"shape":"String"}
  717. }
  718. },
  719. "DescribeCertificatesResponse":{
  720. "type":"structure",
  721. "members":{
  722. "Marker":{"shape":"String"},
  723. "Certificates":{"shape":"CertificateList"}
  724. }
  725. },
  726. "DescribeConnectionsMessage":{
  727. "type":"structure",
  728. "members":{
  729. "Filters":{"shape":"FilterList"},
  730. "MaxRecords":{"shape":"IntegerOptional"},
  731. "Marker":{"shape":"String"}
  732. }
  733. },
  734. "DescribeConnectionsResponse":{
  735. "type":"structure",
  736. "members":{
  737. "Marker":{"shape":"String"},
  738. "Connections":{"shape":"ConnectionList"}
  739. }
  740. },
  741. "DescribeEndpointTypesMessage":{
  742. "type":"structure",
  743. "members":{
  744. "Filters":{"shape":"FilterList"},
  745. "MaxRecords":{"shape":"IntegerOptional"},
  746. "Marker":{"shape":"String"}
  747. }
  748. },
  749. "DescribeEndpointTypesResponse":{
  750. "type":"structure",
  751. "members":{
  752. "Marker":{"shape":"String"},
  753. "SupportedEndpointTypes":{"shape":"SupportedEndpointTypeList"}
  754. }
  755. },
  756. "DescribeEndpointsMessage":{
  757. "type":"structure",
  758. "members":{
  759. "Filters":{"shape":"FilterList"},
  760. "MaxRecords":{"shape":"IntegerOptional"},
  761. "Marker":{"shape":"String"}
  762. }
  763. },
  764. "DescribeEndpointsResponse":{
  765. "type":"structure",
  766. "members":{
  767. "Marker":{"shape":"String"},
  768. "Endpoints":{"shape":"EndpointList"}
  769. }
  770. },
  771. "DescribeOrderableReplicationInstancesMessage":{
  772. "type":"structure",
  773. "members":{
  774. "MaxRecords":{"shape":"IntegerOptional"},
  775. "Marker":{"shape":"String"}
  776. }
  777. },
  778. "DescribeOrderableReplicationInstancesResponse":{
  779. "type":"structure",
  780. "members":{
  781. "OrderableReplicationInstances":{"shape":"OrderableReplicationInstanceList"},
  782. "Marker":{"shape":"String"}
  783. }
  784. },
  785. "DescribeRefreshSchemasStatusMessage":{
  786. "type":"structure",
  787. "required":["EndpointArn"],
  788. "members":{
  789. "EndpointArn":{"shape":"String"}
  790. }
  791. },
  792. "DescribeRefreshSchemasStatusResponse":{
  793. "type":"structure",
  794. "members":{
  795. "RefreshSchemasStatus":{"shape":"RefreshSchemasStatus"}
  796. }
  797. },
  798. "DescribeReplicationInstancesMessage":{
  799. "type":"structure",
  800. "members":{
  801. "Filters":{"shape":"FilterList"},
  802. "MaxRecords":{"shape":"IntegerOptional"},
  803. "Marker":{"shape":"String"}
  804. }
  805. },
  806. "DescribeReplicationInstancesResponse":{
  807. "type":"structure",
  808. "members":{
  809. "Marker":{"shape":"String"},
  810. "ReplicationInstances":{"shape":"ReplicationInstanceList"}
  811. }
  812. },
  813. "DescribeReplicationSubnetGroupsMessage":{
  814. "type":"structure",
  815. "members":{
  816. "Filters":{"shape":"FilterList"},
  817. "MaxRecords":{"shape":"IntegerOptional"},
  818. "Marker":{"shape":"String"}
  819. }
  820. },
  821. "DescribeReplicationSubnetGroupsResponse":{
  822. "type":"structure",
  823. "members":{
  824. "Marker":{"shape":"String"},
  825. "ReplicationSubnetGroups":{"shape":"ReplicationSubnetGroups"}
  826. }
  827. },
  828. "DescribeReplicationTasksMessage":{
  829. "type":"structure",
  830. "members":{
  831. "Filters":{"shape":"FilterList"},
  832. "MaxRecords":{"shape":"IntegerOptional"},
  833. "Marker":{"shape":"String"}
  834. }
  835. },
  836. "DescribeReplicationTasksResponse":{
  837. "type":"structure",
  838. "members":{
  839. "Marker":{"shape":"String"},
  840. "ReplicationTasks":{"shape":"ReplicationTaskList"}
  841. }
  842. },
  843. "DescribeSchemasMessage":{
  844. "type":"structure",
  845. "required":["EndpointArn"],
  846. "members":{
  847. "EndpointArn":{"shape":"String"},
  848. "MaxRecords":{"shape":"IntegerOptional"},
  849. "Marker":{"shape":"String"}
  850. }
  851. },
  852. "DescribeSchemasResponse":{
  853. "type":"structure",
  854. "members":{
  855. "Marker":{"shape":"String"},
  856. "Schemas":{"shape":"SchemaList"}
  857. }
  858. },
  859. "DescribeTableStatisticsMessage":{
  860. "type":"structure",
  861. "required":["ReplicationTaskArn"],
  862. "members":{
  863. "ReplicationTaskArn":{"shape":"String"},
  864. "MaxRecords":{"shape":"IntegerOptional"},
  865. "Marker":{"shape":"String"}
  866. }
  867. },
  868. "DescribeTableStatisticsResponse":{
  869. "type":"structure",
  870. "members":{
  871. "ReplicationTaskArn":{"shape":"String"},
  872. "TableStatistics":{"shape":"TableStatisticsList"},
  873. "Marker":{"shape":"String"}
  874. }
  875. },
  876. "DmsSslModeValue":{
  877. "type":"string",
  878. "enum":[
  879. "none",
  880. "require",
  881. "verify-ca",
  882. "verify-full"
  883. ]
  884. },
  885. "Endpoint":{
  886. "type":"structure",
  887. "members":{
  888. "EndpointIdentifier":{"shape":"String"},
  889. "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
  890. "EngineName":{"shape":"String"},
  891. "Username":{"shape":"String"},
  892. "ServerName":{"shape":"String"},
  893. "Port":{"shape":"IntegerOptional"},
  894. "DatabaseName":{"shape":"String"},
  895. "ExtraConnectionAttributes":{"shape":"String"},
  896. "Status":{"shape":"String"},
  897. "KmsKeyId":{"shape":"String"},
  898. "EndpointArn":{"shape":"String"},
  899. "CertificateArn":{"shape":"String"},
  900. "SslMode":{"shape":"DmsSslModeValue"}
  901. }
  902. },
  903. "EndpointList":{
  904. "type":"list",
  905. "member":{
  906. "shape":"Endpoint",
  907. "locationName":"Endpoint"
  908. }
  909. },
  910. "ExceptionMessage":{"type":"string"},
  911. "Filter":{
  912. "type":"structure",
  913. "required":[
  914. "Name",
  915. "Values"
  916. ],
  917. "members":{
  918. "Name":{"shape":"String"},
  919. "Values":{"shape":"FilterValueList"}
  920. }
  921. },
  922. "FilterList":{
  923. "type":"list",
  924. "member":{
  925. "shape":"Filter",
  926. "locationName":"Filter"
  927. }
  928. },
  929. "FilterValueList":{
  930. "type":"list",
  931. "member":{
  932. "shape":"String",
  933. "locationName":"Value"
  934. }
  935. },
  936. "ImportCertificateMessage":{
  937. "type":"structure",
  938. "required":["CertificateIdentifier"],
  939. "members":{
  940. "CertificateIdentifier":{"shape":"String"},
  941. "CertificatePem":{"shape":"String"}
  942. }
  943. },
  944. "ImportCertificateResponse":{
  945. "type":"structure",
  946. "members":{
  947. "Certificate":{"shape":"Certificate"}
  948. }
  949. },
  950. "InsufficientResourceCapacityFault":{
  951. "type":"structure",
  952. "members":{
  953. "message":{"shape":"ExceptionMessage"}
  954. },
  955. "exception":true
  956. },
  957. "Integer":{"type":"integer"},
  958. "IntegerOptional":{"type":"integer"},
  959. "InvalidCertificateFault":{
  960. "type":"structure",
  961. "members":{
  962. "message":{"shape":"ExceptionMessage"}
  963. },
  964. "exception":true
  965. },
  966. "InvalidResourceStateFault":{
  967. "type":"structure",
  968. "members":{
  969. "message":{"shape":"ExceptionMessage"}
  970. },
  971. "exception":true
  972. },
  973. "InvalidSubnet":{
  974. "type":"structure",
  975. "members":{
  976. "message":{"shape":"ExceptionMessage"}
  977. },
  978. "exception":true
  979. },
  980. "KMSKeyNotAccessibleFault":{
  981. "type":"structure",
  982. "members":{
  983. "message":{"shape":"ExceptionMessage"}
  984. },
  985. "exception":true
  986. },
  987. "KeyList":{
  988. "type":"list",
  989. "member":{"shape":"String"}
  990. },
  991. "ListTagsForResourceMessage":{
  992. "type":"structure",
  993. "required":["ResourceArn"],
  994. "members":{
  995. "ResourceArn":{"shape":"String"}
  996. }
  997. },
  998. "ListTagsForResourceResponse":{
  999. "type":"structure",
  1000. "members":{
  1001. "TagList":{"shape":"TagList"}
  1002. }
  1003. },
  1004. "Long":{"type":"long"},
  1005. "MigrationTypeValue":{
  1006. "type":"string",
  1007. "enum":[
  1008. "full-load",
  1009. "cdc",
  1010. "full-load-and-cdc"
  1011. ]
  1012. },
  1013. "ModifyEndpointMessage":{
  1014. "type":"structure",
  1015. "required":["EndpointArn"],
  1016. "members":{
  1017. "EndpointArn":{"shape":"String"},
  1018. "EndpointIdentifier":{"shape":"String"},
  1019. "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
  1020. "EngineName":{"shape":"String"},
  1021. "Username":{"shape":"String"},
  1022. "Password":{"shape":"SecretString"},
  1023. "ServerName":{"shape":"String"},
  1024. "Port":{"shape":"IntegerOptional"},
  1025. "DatabaseName":{"shape":"String"},
  1026. "ExtraConnectionAttributes":{"shape":"String"},
  1027. "CertificateArn":{"shape":"String"},
  1028. "SslMode":{"shape":"DmsSslModeValue"}
  1029. }
  1030. },
  1031. "ModifyEndpointResponse":{
  1032. "type":"structure",
  1033. "members":{
  1034. "Endpoint":{"shape":"Endpoint"}
  1035. }
  1036. },
  1037. "ModifyReplicationInstanceMessage":{
  1038. "type":"structure",
  1039. "required":["ReplicationInstanceArn"],
  1040. "members":{
  1041. "ReplicationInstanceArn":{"shape":"String"},
  1042. "AllocatedStorage":{"shape":"IntegerOptional"},
  1043. "ApplyImmediately":{"shape":"Boolean"},
  1044. "ReplicationInstanceClass":{"shape":"String"},
  1045. "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
  1046. "PreferredMaintenanceWindow":{"shape":"String"},
  1047. "MultiAZ":{"shape":"BooleanOptional"},
  1048. "EngineVersion":{"shape":"String"},
  1049. "AllowMajorVersionUpgrade":{"shape":"Boolean"},
  1050. "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
  1051. "ReplicationInstanceIdentifier":{"shape":"String"}
  1052. }
  1053. },
  1054. "ModifyReplicationInstanceResponse":{
  1055. "type":"structure",
  1056. "members":{
  1057. "ReplicationInstance":{"shape":"ReplicationInstance"}
  1058. }
  1059. },
  1060. "ModifyReplicationSubnetGroupMessage":{
  1061. "type":"structure",
  1062. "required":[
  1063. "ReplicationSubnetGroupIdentifier",
  1064. "SubnetIds"
  1065. ],
  1066. "members":{
  1067. "ReplicationSubnetGroupIdentifier":{"shape":"String"},
  1068. "ReplicationSubnetGroupDescription":{"shape":"String"},
  1069. "SubnetIds":{"shape":"SubnetIdentifierList"}
  1070. }
  1071. },
  1072. "ModifyReplicationSubnetGroupResponse":{
  1073. "type":"structure",
  1074. "members":{
  1075. "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"}
  1076. }
  1077. },
  1078. "OrderableReplicationInstance":{
  1079. "type":"structure",
  1080. "members":{
  1081. "EngineVersion":{"shape":"String"},
  1082. "ReplicationInstanceClass":{"shape":"String"},
  1083. "StorageType":{"shape":"String"},
  1084. "MinAllocatedStorage":{"shape":"Integer"},
  1085. "MaxAllocatedStorage":{"shape":"Integer"},
  1086. "DefaultAllocatedStorage":{"shape":"Integer"},
  1087. "IncludedAllocatedStorage":{"shape":"Integer"}
  1088. }
  1089. },
  1090. "OrderableReplicationInstanceList":{
  1091. "type":"list",
  1092. "member":{
  1093. "shape":"OrderableReplicationInstance",
  1094. "locationName":"OrderableReplicationInstance"
  1095. }
  1096. },
  1097. "RefreshSchemasMessage":{
  1098. "type":"structure",
  1099. "required":[
  1100. "EndpointArn",
  1101. "ReplicationInstanceArn"
  1102. ],
  1103. "members":{
  1104. "EndpointArn":{"shape":"String"},
  1105. "ReplicationInstanceArn":{"shape":"String"}
  1106. }
  1107. },
  1108. "RefreshSchemasResponse":{
  1109. "type":"structure",
  1110. "members":{
  1111. "RefreshSchemasStatus":{"shape":"RefreshSchemasStatus"}
  1112. }
  1113. },
  1114. "RefreshSchemasStatus":{
  1115. "type":"structure",
  1116. "members":{
  1117. "EndpointArn":{"shape":"String"},
  1118. "ReplicationInstanceArn":{"shape":"String"},
  1119. "Status":{"shape":"RefreshSchemasStatusTypeValue"},
  1120. "LastRefreshDate":{"shape":"TStamp"},
  1121. "LastFailureMessage":{"shape":"String"}
  1122. }
  1123. },
  1124. "RefreshSchemasStatusTypeValue":{
  1125. "type":"string",
  1126. "enum":[
  1127. "successful",
  1128. "failed",
  1129. "refreshing"
  1130. ]
  1131. },
  1132. "RemoveTagsFromResourceMessage":{
  1133. "type":"structure",
  1134. "required":[
  1135. "ResourceArn",
  1136. "TagKeys"
  1137. ],
  1138. "members":{
  1139. "ResourceArn":{"shape":"String"},
  1140. "TagKeys":{"shape":"KeyList"}
  1141. }
  1142. },
  1143. "RemoveTagsFromResourceResponse":{
  1144. "type":"structure",
  1145. "members":{
  1146. }
  1147. },
  1148. "ReplicationEndpointTypeValue":{
  1149. "type":"string",
  1150. "enum":[
  1151. "source",
  1152. "target"
  1153. ]
  1154. },
  1155. "ReplicationInstance":{
  1156. "type":"structure",
  1157. "members":{
  1158. "ReplicationInstanceIdentifier":{"shape":"String"},
  1159. "ReplicationInstanceClass":{"shape":"String"},
  1160. "ReplicationInstanceStatus":{"shape":"String"},
  1161. "AllocatedStorage":{"shape":"Integer"},
  1162. "InstanceCreateTime":{"shape":"TStamp"},
  1163. "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
  1164. "AvailabilityZone":{"shape":"String"},
  1165. "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"},
  1166. "PreferredMaintenanceWindow":{"shape":"String"},
  1167. "PendingModifiedValues":{"shape":"ReplicationPendingModifiedValues"},
  1168. "MultiAZ":{"shape":"Boolean"},
  1169. "EngineVersion":{"shape":"String"},
  1170. "AutoMinorVersionUpgrade":{"shape":"Boolean"},
  1171. "KmsKeyId":{"shape":"String"},
  1172. "ReplicationInstanceArn":{"shape":"String"},
  1173. "ReplicationInstancePublicIpAddress":{
  1174. "shape":"String",
  1175. "deprecated":true
  1176. },
  1177. "ReplicationInstancePrivateIpAddress":{
  1178. "shape":"String",
  1179. "deprecated":true
  1180. },
  1181. "ReplicationInstancePublicIpAddresses":{"shape":"ReplicationInstancePublicIpAddressList"},
  1182. "ReplicationInstancePrivateIpAddresses":{"shape":"ReplicationInstancePrivateIpAddressList"},
  1183. "PubliclyAccessible":{"shape":"Boolean"}
  1184. }
  1185. },
  1186. "ReplicationInstanceList":{
  1187. "type":"list",
  1188. "member":{
  1189. "shape":"ReplicationInstance",
  1190. "locationName":"ReplicationInstance"
  1191. }
  1192. },
  1193. "ReplicationInstancePrivateIpAddressList":{
  1194. "type":"list",
  1195. "member":{"shape":"String"}
  1196. },
  1197. "ReplicationInstancePublicIpAddressList":{
  1198. "type":"list",
  1199. "member":{"shape":"String"}
  1200. },
  1201. "ReplicationPendingModifiedValues":{
  1202. "type":"structure",
  1203. "members":{
  1204. "ReplicationInstanceClass":{"shape":"String"},
  1205. "AllocatedStorage":{"shape":"IntegerOptional"},
  1206. "MultiAZ":{"shape":"BooleanOptional"},
  1207. "EngineVersion":{"shape":"String"}
  1208. }
  1209. },
  1210. "ReplicationSubnetGroup":{
  1211. "type":"structure",
  1212. "members":{
  1213. "ReplicationSubnetGroupIdentifier":{"shape":"String"},
  1214. "ReplicationSubnetGroupDescription":{"shape":"String"},
  1215. "VpcId":{"shape":"String"},
  1216. "SubnetGroupStatus":{"shape":"String"},
  1217. "Subnets":{"shape":"SubnetList"}
  1218. }
  1219. },
  1220. "ReplicationSubnetGroupDoesNotCoverEnoughAZs":{
  1221. "type":"structure",
  1222. "members":{
  1223. "message":{"shape":"ExceptionMessage"}
  1224. },
  1225. "exception":true
  1226. },
  1227. "ReplicationSubnetGroups":{
  1228. "type":"list",
  1229. "member":{
  1230. "shape":"ReplicationSubnetGroup",
  1231. "locationName":"ReplicationSubnetGroup"
  1232. }
  1233. },
  1234. "ReplicationTask":{
  1235. "type":"structure",
  1236. "members":{
  1237. "ReplicationTaskIdentifier":{"shape":"String"},
  1238. "SourceEndpointArn":{"shape":"String"},
  1239. "TargetEndpointArn":{"shape":"String"},
  1240. "ReplicationInstanceArn":{"shape":"String"},
  1241. "MigrationType":{"shape":"MigrationTypeValue"},
  1242. "TableMappings":{"shape":"String"},
  1243. "ReplicationTaskSettings":{"shape":"String"},
  1244. "Status":{"shape":"String"},
  1245. "LastFailureMessage":{"shape":"String"},
  1246. "ReplicationTaskCreationDate":{"shape":"TStamp"},
  1247. "ReplicationTaskStartDate":{"shape":"TStamp"},
  1248. "ReplicationTaskArn":{"shape":"String"},
  1249. "ReplicationTaskStats":{"shape":"ReplicationTaskStats"}
  1250. }
  1251. },
  1252. "ReplicationTaskList":{
  1253. "type":"list",
  1254. "member":{
  1255. "shape":"ReplicationTask",
  1256. "locationName":"ReplicationTask"
  1257. }
  1258. },
  1259. "ReplicationTaskStats":{
  1260. "type":"structure",
  1261. "members":{
  1262. "FullLoadProgressPercent":{"shape":"Integer"},
  1263. "ElapsedTimeMillis":{"shape":"Long"},
  1264. "TablesLoaded":{"shape":"Integer"},
  1265. "TablesLoading":{"shape":"Integer"},
  1266. "TablesQueued":{"shape":"Integer"},
  1267. "TablesErrored":{"shape":"Integer"}
  1268. }
  1269. },
  1270. "ResourceAlreadyExistsFault":{
  1271. "type":"structure",
  1272. "members":{
  1273. "message":{"shape":"ExceptionMessage"}
  1274. },
  1275. "exception":true
  1276. },
  1277. "ResourceNotFoundFault":{
  1278. "type":"structure",
  1279. "members":{
  1280. "message":{"shape":"ExceptionMessage"}
  1281. },
  1282. "exception":true
  1283. },
  1284. "ResourceQuotaExceededFault":{
  1285. "type":"structure",
  1286. "members":{
  1287. "message":{"shape":"ExceptionMessage"}
  1288. },
  1289. "exception":true
  1290. },
  1291. "SchemaList":{
  1292. "type":"list",
  1293. "member":{"shape":"String"}
  1294. },
  1295. "SecretString":{
  1296. "type":"string",
  1297. "sensitive":true
  1298. },
  1299. "StartReplicationTaskMessage":{
  1300. "type":"structure",
  1301. "required":[
  1302. "ReplicationTaskArn",
  1303. "StartReplicationTaskType"
  1304. ],
  1305. "members":{
  1306. "ReplicationTaskArn":{"shape":"String"},
  1307. "StartReplicationTaskType":{"shape":"StartReplicationTaskTypeValue"},
  1308. "CdcStartTime":{"shape":"TStamp"}
  1309. }
  1310. },
  1311. "StartReplicationTaskResponse":{
  1312. "type":"structure",
  1313. "members":{
  1314. "ReplicationTask":{"shape":"ReplicationTask"}
  1315. }
  1316. },
  1317. "StartReplicationTaskTypeValue":{
  1318. "type":"string",
  1319. "enum":[
  1320. "start-replication",
  1321. "resume-processing",
  1322. "reload-target"
  1323. ]
  1324. },
  1325. "StopReplicationTaskMessage":{
  1326. "type":"structure",
  1327. "required":["ReplicationTaskArn"],
  1328. "members":{
  1329. "ReplicationTaskArn":{"shape":"String"}
  1330. }
  1331. },
  1332. "StopReplicationTaskResponse":{
  1333. "type":"structure",
  1334. "members":{
  1335. "ReplicationTask":{"shape":"ReplicationTask"}
  1336. }
  1337. },
  1338. "StorageQuotaExceededFault":{
  1339. "type":"structure",
  1340. "members":{
  1341. "message":{"shape":"ExceptionMessage"}
  1342. },
  1343. "exception":true
  1344. },
  1345. "String":{"type":"string"},
  1346. "Subnet":{
  1347. "type":"structure",
  1348. "members":{
  1349. "SubnetIdentifier":{"shape":"String"},
  1350. "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
  1351. "SubnetStatus":{"shape":"String"}
  1352. }
  1353. },
  1354. "SubnetAlreadyInUse":{
  1355. "type":"structure",
  1356. "members":{
  1357. "message":{"shape":"ExceptionMessage"}
  1358. },
  1359. "exception":true
  1360. },
  1361. "SubnetIdentifierList":{
  1362. "type":"list",
  1363. "member":{
  1364. "shape":"String",
  1365. "locationName":"SubnetIdentifier"
  1366. }
  1367. },
  1368. "SubnetList":{
  1369. "type":"list",
  1370. "member":{
  1371. "shape":"Subnet",
  1372. "locationName":"Subnet"
  1373. }
  1374. },
  1375. "SupportedEndpointType":{
  1376. "type":"structure",
  1377. "members":{
  1378. "EngineName":{"shape":"String"},
  1379. "SupportsCDC":{"shape":"Boolean"},
  1380. "EndpointType":{"shape":"ReplicationEndpointTypeValue"}
  1381. }
  1382. },
  1383. "SupportedEndpointTypeList":{
  1384. "type":"list",
  1385. "member":{
  1386. "shape":"SupportedEndpointType",
  1387. "locationName":"SupportedEndpointType"
  1388. }
  1389. },
  1390. "TStamp":{"type":"timestamp"},
  1391. "TableStatistics":{
  1392. "type":"structure",
  1393. "members":{
  1394. "SchemaName":{"shape":"String"},
  1395. "TableName":{"shape":"String"},
  1396. "Inserts":{"shape":"Long"},
  1397. "Deletes":{"shape":"Long"},
  1398. "Updates":{"shape":"Long"},
  1399. "Ddls":{"shape":"Long"},
  1400. "FullLoadRows":{"shape":"Long"},
  1401. "LastUpdateTime":{"shape":"TStamp"},
  1402. "TableState":{"shape":"String"}
  1403. }
  1404. },
  1405. "TableStatisticsList":{
  1406. "type":"list",
  1407. "member":{"shape":"TableStatistics"}
  1408. },
  1409. "Tag":{
  1410. "type":"structure",
  1411. "members":{
  1412. "Key":{"shape":"String"},
  1413. "Value":{"shape":"String"}
  1414. }
  1415. },
  1416. "TagList":{
  1417. "type":"list",
  1418. "member":{
  1419. "shape":"Tag",
  1420. "locationName":"Tag"
  1421. }
  1422. },
  1423. "TestConnectionMessage":{
  1424. "type":"structure",
  1425. "required":[
  1426. "ReplicationInstanceArn",
  1427. "EndpointArn"
  1428. ],
  1429. "members":{
  1430. "ReplicationInstanceArn":{"shape":"String"},
  1431. "EndpointArn":{"shape":"String"}
  1432. }
  1433. },
  1434. "TestConnectionResponse":{
  1435. "type":"structure",
  1436. "members":{
  1437. "Connection":{"shape":"Connection"}
  1438. }
  1439. },
  1440. "UpgradeDependencyFailureFault":{
  1441. "type":"structure",
  1442. "members":{
  1443. "message":{"shape":"ExceptionMessage"}
  1444. },
  1445. "exception":true
  1446. },
  1447. "VpcSecurityGroupIdList":{
  1448. "type":"list",
  1449. "member":{
  1450. "shape":"String",
  1451. "locationName":"VpcSecurityGroupId"
  1452. }
  1453. },
  1454. "VpcSecurityGroupMembership":{
  1455. "type":"structure",
  1456. "members":{
  1457. "VpcSecurityGroupId":{"shape":"String"},
  1458. "Status":{"shape":"String"}
  1459. }
  1460. },
  1461. "VpcSecurityGroupMembershipList":{
  1462. "type":"list",
  1463. "member":{
  1464. "shape":"VpcSecurityGroupMembership",
  1465. "locationName":"VpcSecurityGroupMembership"
  1466. }
  1467. }
  1468. }
  1469. }