1{
2  "version": "1.0",
3  "examples": {
4    "AddTagsToResource": [
5      {
6        "input": {
7          "ResourceArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E",
8          "Tags": [
9            {
10              "Key": "Acount",
11              "Value": "1633456"
12            }
13          ]
14        },
15        "output": {
16        },
17        "comments": {
18          "input": {
19            "ResourceArn": "Required. Use the ARN of the resource you want to tag.",
20            "Tags": "Required. Use the Key/Value pair format."
21          },
22          "output": {
23          }
24        },
25        "description": "Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a Condition statement in an IAM policy for AWS DMS.",
26        "id": "add-tags-to-resource-1481744141435",
27        "title": "Add tags to resource"
28      }
29    ],
30    "CreateEndpoint": [
31      {
32        "input": {
33          "CertificateArn": "",
34          "DatabaseName": "testdb",
35          "EndpointIdentifier": "test-endpoint-1",
36          "EndpointType": "source",
37          "EngineName": "mysql",
38          "ExtraConnectionAttributes": "",
39          "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
40          "Password": "pasword",
41          "Port": 3306,
42          "ServerName": "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
43          "SslMode": "require",
44          "Tags": [
45            {
46              "Key": "Acount",
47              "Value": "143327655"
48            }
49          ],
50          "Username": "username"
51        },
52        "output": {
53          "Endpoint": {
54            "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
55            "EndpointIdentifier": "test-endpoint-1",
56            "EndpointType": "source",
57            "EngineName": "mysql",
58            "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
59            "Port": 3306,
60            "ServerName": "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
61            "Status": "active",
62            "Username": "username"
63          }
64        },
65        "comments": {
66          "input": {
67          },
68          "output": {
69          }
70        },
71        "description": "Creates an endpoint using the provided settings.",
72        "id": "create-endpoint-1481746254348",
73        "title": "Create endpoint"
74      }
75    ],
76    "CreateReplicationInstance": [
77      {
78        "input": {
79          "AllocatedStorage": 123,
80          "AutoMinorVersionUpgrade": true,
81          "AvailabilityZone": "",
82          "EngineVersion": "",
83          "KmsKeyId": "",
84          "MultiAZ": true,
85          "PreferredMaintenanceWindow": "",
86          "PubliclyAccessible": true,
87          "ReplicationInstanceClass": "",
88          "ReplicationInstanceIdentifier": "",
89          "ReplicationSubnetGroupIdentifier": "",
90          "Tags": [
91            {
92              "Key": "string",
93              "Value": "string"
94            }
95          ],
96          "VpcSecurityGroupIds": [
97
98          ]
99        },
100        "output": {
101          "ReplicationInstance": {
102            "AllocatedStorage": 5,
103            "AutoMinorVersionUpgrade": true,
104            "EngineVersion": "1.5.0",
105            "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
106            "PendingModifiedValues": {
107            },
108            "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
109            "PubliclyAccessible": true,
110            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
111            "ReplicationInstanceClass": "dms.t2.micro",
112            "ReplicationInstanceIdentifier": "test-rep-1",
113            "ReplicationInstanceStatus": "creating",
114            "ReplicationSubnetGroup": {
115              "ReplicationSubnetGroupDescription": "default",
116              "ReplicationSubnetGroupIdentifier": "default",
117              "SubnetGroupStatus": "Complete",
118              "Subnets": [
119                {
120                  "SubnetAvailabilityZone": {
121                    "Name": "us-east-1d"
122                  },
123                  "SubnetIdentifier": "subnet-f6dd91af",
124                  "SubnetStatus": "Active"
125                },
126                {
127                  "SubnetAvailabilityZone": {
128                    "Name": "us-east-1b"
129                  },
130                  "SubnetIdentifier": "subnet-3605751d",
131                  "SubnetStatus": "Active"
132                },
133                {
134                  "SubnetAvailabilityZone": {
135                    "Name": "us-east-1c"
136                  },
137                  "SubnetIdentifier": "subnet-c2daefb5",
138                  "SubnetStatus": "Active"
139                },
140                {
141                  "SubnetAvailabilityZone": {
142                    "Name": "us-east-1e"
143                  },
144                  "SubnetIdentifier": "subnet-85e90cb8",
145                  "SubnetStatus": "Active"
146                }
147              ],
148              "VpcId": "vpc-6741a603"
149            }
150          }
151        },
152        "comments": {
153          "output": {
154          }
155        },
156        "description": "Creates the replication instance using the specified parameters.",
157        "id": "create-replication-instance-1481746705295",
158        "title": "Create replication instance"
159      }
160    ],
161    "CreateReplicationSubnetGroup": [
162      {
163        "input": {
164          "ReplicationSubnetGroupDescription": "US West subnet group",
165          "ReplicationSubnetGroupIdentifier": "us-west-2ab-vpc-215ds366",
166          "SubnetIds": [
167            "subnet-e145356n",
168            "subnet-58f79200"
169          ],
170          "Tags": [
171            {
172              "Key": "Acount",
173              "Value": "145235"
174            }
175          ]
176        },
177        "output": {
178          "ReplicationSubnetGroup": {
179          }
180        },
181        "comments": {
182          "output": {
183          }
184        },
185        "description": "Creates a replication subnet group given a list of the subnet IDs in a VPC.",
186        "id": "create-replication-subnet-group-1481747297930",
187        "title": "Create replication subnet group"
188      }
189    ],
190    "CreateReplicationTask": [
191      {
192        "input": {
193          "CdcStartTime": "2016-12-14T18:25:43Z",
194          "MigrationType": "full-load",
195          "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
196          "ReplicationTaskIdentifier": "task1",
197          "ReplicationTaskSettings": "",
198          "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
199          "TableMappings": "file://mappingfile.json",
200          "Tags": [
201            {
202              "Key": "Acount",
203              "Value": "24352226"
204            }
205          ],
206          "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
207        },
208        "output": {
209          "ReplicationTask": {
210            "MigrationType": "full-load",
211            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
212            "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
213            "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
214            "ReplicationTaskIdentifier": "task1",
215            "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
216            "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
217            "Status": "creating",
218            "TableMappings": "file://mappingfile.json",
219            "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
220          }
221        },
222        "comments": {
223          "input": {
224          },
225          "output": {
226          }
227        },
228        "description": "Creates a replication task using the specified parameters.",
229        "id": "create-replication-task-1481747646288",
230        "title": "Create replication task"
231      }
232    ],
233    "DeleteCertificate": [
234      {
235        "input": {
236          "CertificateArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ"
237        },
238        "output": {
239          "Certificate": {
240          }
241        },
242        "comments": {
243          "input": {
244          },
245          "output": {
246          }
247        },
248        "description": "Deletes the specified certificate.",
249        "id": "delete-certificate-1481751957981",
250        "title": "Delete Certificate"
251      }
252    ],
253    "DeleteConnection": [
254      {
255        "input": {
256          "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
257          "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
258        },
259        "output": {
260          "Connection": {
261          }
262        },
263        "comments": {
264          "input": {
265          },
266          "output": {
267          }
268        },
269        "description": "Deletes the connection between the replication instance and the endpoint.",
270        "id": "delete-connection-1481751957981",
271        "title": "Delete Connection"
272      }
273    ],
274    "DeleteEndpoint": [
275      {
276        "input": {
277          "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"
278        },
279        "output": {
280          "Endpoint": {
281            "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
282            "EndpointIdentifier": "test-endpoint-1",
283            "EndpointType": "source",
284            "EngineName": "mysql",
285            "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
286            "Port": 3306,
287            "ServerName": "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
288            "Status": "active",
289            "Username": "username"
290          }
291        },
292        "comments": {
293          "input": {
294          },
295          "output": {
296          }
297        },
298        "description": "Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.\n",
299        "id": "delete-endpoint-1481752425530",
300        "title": "Delete Endpoint"
301      }
302    ],
303    "DeleteReplicationInstance": [
304      {
305        "input": {
306          "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
307        },
308        "output": {
309          "ReplicationInstance": {
310            "AllocatedStorage": 5,
311            "AutoMinorVersionUpgrade": true,
312            "EngineVersion": "1.5.0",
313            "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
314            "PendingModifiedValues": {
315            },
316            "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
317            "PubliclyAccessible": true,
318            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
319            "ReplicationInstanceClass": "dms.t2.micro",
320            "ReplicationInstanceIdentifier": "test-rep-1",
321            "ReplicationInstanceStatus": "creating",
322            "ReplicationSubnetGroup": {
323              "ReplicationSubnetGroupDescription": "default",
324              "ReplicationSubnetGroupIdentifier": "default",
325              "SubnetGroupStatus": "Complete",
326              "Subnets": [
327                {
328                  "SubnetAvailabilityZone": {
329                    "Name": "us-east-1d"
330                  },
331                  "SubnetIdentifier": "subnet-f6dd91af",
332                  "SubnetStatus": "Active"
333                },
334                {
335                  "SubnetAvailabilityZone": {
336                    "Name": "us-east-1b"
337                  },
338                  "SubnetIdentifier": "subnet-3605751d",
339                  "SubnetStatus": "Active"
340                },
341                {
342                  "SubnetAvailabilityZone": {
343                    "Name": "us-east-1c"
344                  },
345                  "SubnetIdentifier": "subnet-c2daefb5",
346                  "SubnetStatus": "Active"
347                },
348                {
349                  "SubnetAvailabilityZone": {
350                    "Name": "us-east-1e"
351                  },
352                  "SubnetIdentifier": "subnet-85e90cb8",
353                  "SubnetStatus": "Active"
354                }
355              ],
356              "VpcId": "vpc-6741a603"
357            }
358          }
359        },
360        "comments": {
361          "output": {
362          }
363        },
364        "description": "Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.\n\n",
365        "id": "delete-replication-instance-1481752552839",
366        "title": "Delete Replication Instance"
367      }
368    ],
369    "DeleteReplicationSubnetGroup": [
370      {
371        "input": {
372          "ReplicationSubnetGroupIdentifier": "us-west-2ab-vpc-215ds366"
373        },
374        "output": {
375        },
376        "comments": {
377          "input": {
378          },
379          "output": {
380          }
381        },
382        "description": "Deletes a replication subnet group.",
383        "id": "delete-replication-subnet-group-1481752728597",
384        "title": "Delete Replication Subnet Group"
385      }
386    ],
387    "DeleteReplicationTask": [
388      {
389        "input": {
390          "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
391        },
392        "output": {
393          "ReplicationTask": {
394            "MigrationType": "full-load",
395            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
396            "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
397            "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
398            "ReplicationTaskIdentifier": "task1",
399            "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
400            "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
401            "Status": "creating",
402            "TableMappings": "file://mappingfile.json",
403            "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
404          }
405        },
406        "comments": {
407          "input": {
408          },
409          "output": {
410          }
411        },
412        "description": "Deletes the specified replication task.",
413        "id": "delete-replication-task-1481752903506",
414        "title": "Delete Replication Task"
415      }
416    ],
417    "DescribeAccountAttributes": [
418      {
419        "input": {
420        },
421        "output": {
422          "AccountQuotas": [
423            {
424              "AccountQuotaName": "ReplicationInstances",
425              "Max": 20,
426              "Used": 0
427            },
428            {
429              "AccountQuotaName": "AllocatedStorage",
430              "Max": 20,
431              "Used": 0
432            },
433            {
434              "AccountQuotaName": "Endpoints",
435              "Max": 20,
436              "Used": 0
437            }
438          ]
439        },
440        "comments": {
441          "input": {
442          },
443          "output": {
444          }
445        },
446        "description": "Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.",
447        "id": "describe-acount-attributes-1481753085663",
448        "title": "Describe acount attributes"
449      }
450    ],
451    "DescribeCertificates": [
452      {
453        "input": {
454          "Filters": [
455            {
456              "Name": "string",
457              "Values": [
458                "string",
459                "string"
460              ]
461            }
462          ],
463          "Marker": "",
464          "MaxRecords": 123
465        },
466        "output": {
467          "Certificates": [
468
469          ],
470          "Marker": ""
471        },
472        "comments": {
473          "input": {
474          },
475          "output": {
476          }
477        },
478        "description": "Provides a description of the certificate.",
479        "id": "describe-certificates-1481753186244",
480        "title": "Describe certificates"
481      }
482    ],
483    "DescribeConnections": [
484      {
485        "input": {
486          "Filters": [
487            {
488              "Name": "string",
489              "Values": [
490                "string",
491                "string"
492              ]
493            }
494          ],
495          "Marker": "",
496          "MaxRecords": 123
497        },
498        "output": {
499          "Connections": [
500            {
501              "EndpointArn": "arn:aws:dms:us-east-arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
502              "EndpointIdentifier": "testsrc1",
503              "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
504              "ReplicationInstanceIdentifier": "test",
505              "Status": "successful"
506            }
507          ],
508          "Marker": ""
509        },
510        "comments": {
511          "input": {
512          },
513          "output": {
514          }
515        },
516        "description": "Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.",
517        "id": "describe-connections-1481754477953",
518        "title": "Describe connections"
519      }
520    ],
521    "DescribeEndpointTypes": [
522      {
523        "input": {
524          "Filters": [
525            {
526              "Name": "string",
527              "Values": [
528                "string",
529                "string"
530              ]
531            }
532          ],
533          "Marker": "",
534          "MaxRecords": 123
535        },
536        "output": {
537          "Marker": "",
538          "SupportedEndpointTypes": [
539
540          ]
541        },
542        "comments": {
543          "input": {
544          },
545          "output": {
546          }
547        },
548        "description": "Returns information about the type of endpoints available.",
549        "id": "describe-endpoint-types-1481754742591",
550        "title": "Describe endpoint types"
551      }
552    ],
553    "DescribeEndpoints": [
554      {
555        "input": {
556          "Filters": [
557            {
558              "Name": "string",
559              "Values": [
560                "string",
561                "string"
562              ]
563            }
564          ],
565          "Marker": "",
566          "MaxRecords": 123
567        },
568        "output": {
569          "Endpoints": [
570
571          ],
572          "Marker": ""
573        },
574        "comments": {
575          "input": {
576          },
577          "output": {
578          }
579        },
580        "description": "Returns information about the endpoints for your account in the current region.",
581        "id": "describe-endpoints-1481754926060",
582        "title": "Describe endpoints"
583      }
584    ],
585    "DescribeOrderableReplicationInstances": [
586      {
587        "input": {
588          "Marker": "",
589          "MaxRecords": 123
590        },
591        "output": {
592          "Marker": "",
593          "OrderableReplicationInstances": [
594
595          ]
596        },
597        "comments": {
598          "input": {
599          },
600          "output": {
601          }
602        },
603        "description": "Returns information about the replication instance types that can be created in the specified region.",
604        "id": "describe-orderable-replication-instances-1481755123669",
605        "title": "Describe orderable replication instances"
606      }
607    ],
608    "DescribeRefreshSchemasStatus": [
609      {
610        "input": {
611          "EndpointArn": ""
612        },
613        "output": {
614          "RefreshSchemasStatus": {
615          }
616        },
617        "comments": {
618          "input": {
619          },
620          "output": {
621          }
622        },
623        "description": "Returns the status of the refresh-schemas operation.",
624        "id": "describe-refresh-schema-status-1481755303497",
625        "title": "Describe refresh schema status"
626      }
627    ],
628    "DescribeReplicationInstances": [
629      {
630        "input": {
631          "Filters": [
632            {
633              "Name": "string",
634              "Values": [
635                "string",
636                "string"
637              ]
638            }
639          ],
640          "Marker": "",
641          "MaxRecords": 123
642        },
643        "output": {
644          "Marker": "",
645          "ReplicationInstances": [
646
647          ]
648        },
649        "comments": {
650          "input": {
651          },
652          "output": {
653          }
654        },
655        "description": "Returns the status of the refresh-schemas operation.",
656        "id": "describe-replication-instances-1481755443952",
657        "title": "Describe replication instances"
658      }
659    ],
660    "DescribeReplicationSubnetGroups": [
661      {
662        "input": {
663          "Filters": [
664            {
665              "Name": "string",
666              "Values": [
667                "string",
668                "string"
669              ]
670            }
671          ],
672          "Marker": "",
673          "MaxRecords": 123
674        },
675        "output": {
676          "Marker": "",
677          "ReplicationSubnetGroups": [
678
679          ]
680        },
681        "comments": {
682          "input": {
683          },
684          "output": {
685          }
686        },
687        "description": "Returns information about the replication subnet groups.",
688        "id": "describe-replication-subnet-groups-1481755621284",
689        "title": "Describe replication subnet groups"
690      }
691    ],
692    "DescribeReplicationTasks": [
693      {
694        "input": {
695          "Filters": [
696            {
697              "Name": "string",
698              "Values": [
699                "string",
700                "string"
701              ]
702            }
703          ],
704          "Marker": "",
705          "MaxRecords": 123
706        },
707        "output": {
708          "Marker": "",
709          "ReplicationTasks": [
710
711          ]
712        },
713        "comments": {
714          "input": {
715          },
716          "output": {
717          }
718        },
719        "description": "Returns information about replication tasks for your account in the current region.",
720        "id": "describe-replication-tasks-1481755777563",
721        "title": "Describe replication tasks"
722      }
723    ],
724    "DescribeSchemas": [
725      {
726        "input": {
727          "EndpointArn": "",
728          "Marker": "",
729          "MaxRecords": 123
730        },
731        "output": {
732          "Marker": "",
733          "Schemas": [
734
735          ]
736        },
737        "comments": {
738          "input": {
739          },
740          "output": {
741          }
742        },
743        "description": "Returns information about the schema for the specified endpoint.",
744        "id": "describe-schemas-1481755933924",
745        "title": "Describe schemas"
746      }
747    ],
748    "DescribeTableStatistics": [
749      {
750        "input": {
751          "Marker": "",
752          "MaxRecords": 123,
753          "ReplicationTaskArn": ""
754        },
755        "output": {
756          "Marker": "",
757          "ReplicationTaskArn": "",
758          "TableStatistics": [
759
760          ]
761        },
762        "comments": {
763          "input": {
764          },
765          "output": {
766          }
767        },
768        "description": "Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.",
769        "id": "describe-table-statistics-1481756071890",
770        "title": "Describe table statistics"
771      }
772    ],
773    "ImportCertificate": [
774      {
775        "input": {
776          "CertificateIdentifier": "",
777          "CertificatePem": ""
778        },
779        "output": {
780          "Certificate": {
781          }
782        },
783        "comments": {
784          "input": {
785          },
786          "output": {
787          }
788        },
789        "description": "Uploads the specified certificate.",
790        "id": "import-certificate-1481756197206",
791        "title": "Import certificate"
792      }
793    ],
794    "ListTagsForResource": [
795      {
796        "input": {
797          "ResourceArn": ""
798        },
799        "output": {
800          "TagList": [
801
802          ]
803        },
804        "comments": {
805          "input": {
806          },
807          "output": {
808          }
809        },
810        "description": "Lists all tags for an AWS DMS resource.",
811        "id": "list-tags-for-resource-1481761095501",
812        "title": "List tags for resource"
813      }
814    ],
815    "ModifyEndpoint": [
816      {
817        "input": {
818          "CertificateArn": "",
819          "DatabaseName": "",
820          "EndpointArn": "",
821          "EndpointIdentifier": "",
822          "EndpointType": "source",
823          "EngineName": "",
824          "ExtraConnectionAttributes": "",
825          "Password": "",
826          "Port": 123,
827          "ServerName": "",
828          "SslMode": "require",
829          "Username": ""
830        },
831        "output": {
832          "Endpoint": {
833          }
834        },
835        "comments": {
836          "input": {
837          },
838          "output": {
839          }
840        },
841        "description": "Modifies the specified endpoint.",
842        "id": "modify-endpoint-1481761649937",
843        "title": "Modify endpoint"
844      }
845    ],
846    "ModifyReplicationInstance": [
847      {
848        "input": {
849          "AllocatedStorage": 123,
850          "AllowMajorVersionUpgrade": true,
851          "ApplyImmediately": true,
852          "AutoMinorVersionUpgrade": true,
853          "EngineVersion": "1.5.0",
854          "MultiAZ": true,
855          "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
856          "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
857          "ReplicationInstanceClass": "dms.t2.micro",
858          "ReplicationInstanceIdentifier": "test-rep-1",
859          "VpcSecurityGroupIds": [
860
861          ]
862        },
863        "output": {
864          "ReplicationInstance": {
865            "AllocatedStorage": 5,
866            "AutoMinorVersionUpgrade": true,
867            "EngineVersion": "1.5.0",
868            "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
869            "PendingModifiedValues": {
870            },
871            "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
872            "PubliclyAccessible": true,
873            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
874            "ReplicationInstanceClass": "dms.t2.micro",
875            "ReplicationInstanceIdentifier": "test-rep-1",
876            "ReplicationInstanceStatus": "available",
877            "ReplicationSubnetGroup": {
878              "ReplicationSubnetGroupDescription": "default",
879              "ReplicationSubnetGroupIdentifier": "default",
880              "SubnetGroupStatus": "Complete",
881              "Subnets": [
882                {
883                  "SubnetAvailabilityZone": {
884                    "Name": "us-east-1d"
885                  },
886                  "SubnetIdentifier": "subnet-f6dd91af",
887                  "SubnetStatus": "Active"
888                },
889                {
890                  "SubnetAvailabilityZone": {
891                    "Name": "us-east-1b"
892                  },
893                  "SubnetIdentifier": "subnet-3605751d",
894                  "SubnetStatus": "Active"
895                },
896                {
897                  "SubnetAvailabilityZone": {
898                    "Name": "us-east-1c"
899                  },
900                  "SubnetIdentifier": "subnet-c2daefb5",
901                  "SubnetStatus": "Active"
902                },
903                {
904                  "SubnetAvailabilityZone": {
905                    "Name": "us-east-1e"
906                  },
907                  "SubnetIdentifier": "subnet-85e90cb8",
908                  "SubnetStatus": "Active"
909                }
910              ],
911              "VpcId": "vpc-6741a603"
912            }
913          }
914        },
915        "comments": {
916          "output": {
917          }
918        },
919        "description": "Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.",
920        "id": "modify-replication-instance-1481761784746",
921        "title": "Modify replication instance"
922      }
923    ],
924    "ModifyReplicationSubnetGroup": [
925      {
926        "input": {
927          "ReplicationSubnetGroupDescription": "",
928          "ReplicationSubnetGroupIdentifier": "",
929          "SubnetIds": [
930
931          ]
932        },
933        "output": {
934          "ReplicationSubnetGroup": {
935          }
936        },
937        "comments": {
938          "input": {
939          },
940          "output": {
941          }
942        },
943        "description": "Modifies the settings for the specified replication subnet group.",
944        "id": "modify-replication-subnet-group-1481762275392",
945        "title": "Modify replication subnet group"
946      }
947    ],
948    "RefreshSchemas": [
949      {
950        "input": {
951          "EndpointArn": "",
952          "ReplicationInstanceArn": ""
953        },
954        "output": {
955          "RefreshSchemasStatus": {
956          }
957        },
958        "comments": {
959          "input": {
960          },
961          "output": {
962          }
963        },
964        "description": "Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation.",
965        "id": "refresh-schema-1481762399111",
966        "title": "Refresh schema"
967      }
968    ],
969    "RemoveTagsFromResource": [
970      {
971        "input": {
972          "ResourceArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E",
973          "TagKeys": [
974
975          ]
976        },
977        "output": {
978        },
979        "comments": {
980          "input": {
981          },
982          "output": {
983          }
984        },
985        "description": "Removes metadata tags from an AWS DMS resource.",
986        "id": "remove-tags-from-resource-1481762571330",
987        "title": "Remove tags from resource"
988      }
989    ],
990    "StartReplicationTask": [
991      {
992        "input": {
993          "CdcStartTime": "2016-12-14T13:33:20Z",
994          "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
995          "StartReplicationTaskType": "start-replication"
996        },
997        "output": {
998          "ReplicationTask": {
999            "MigrationType": "full-load",
1000            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
1001            "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
1002            "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
1003            "ReplicationTaskIdentifier": "task1",
1004            "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
1005            "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
1006            "Status": "creating",
1007            "TableMappings": "file://mappingfile.json",
1008            "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
1009          }
1010        },
1011        "comments": {
1012          "input": {
1013          },
1014          "output": {
1015          }
1016        },
1017        "description": "Starts the replication task.",
1018        "id": "start-replication-task-1481762706778",
1019        "title": "Start replication task"
1020      }
1021    ],
1022    "StopReplicationTask": [
1023      {
1024        "input": {
1025          "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
1026        },
1027        "output": {
1028          "ReplicationTask": {
1029            "MigrationType": "full-load",
1030            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
1031            "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
1032            "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
1033            "ReplicationTaskIdentifier": "task1",
1034            "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
1035            "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
1036            "Status": "creating",
1037            "TableMappings": "file://mappingfile.json",
1038            "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
1039          }
1040        },
1041        "comments": {
1042          "input": {
1043          },
1044          "output": {
1045          }
1046        },
1047        "description": "Stops the replication task.",
1048        "id": "stop-replication-task-1481762924947",
1049        "title": "Stop replication task"
1050      }
1051    ],
1052    "TestConnection": [
1053      {
1054        "input": {
1055          "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
1056          "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
1057        },
1058        "output": {
1059          "Connection": {
1060          }
1061        },
1062        "comments": {
1063          "input": {
1064          },
1065          "output": {
1066          }
1067        },
1068        "description": "Tests the connection between the replication instance and the endpoint.",
1069        "id": "test-conection-1481763017636",
1070        "title": "Test conection"
1071      }
1072    ]
1073  }
1074}
1075