git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

dms-2016-01-01.min.json (25533B)


      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       "input": {
     15         "type": "structure",
     16         "required": [
     17           "ResourceArn",
     18           "Tags"
     19         ],
     20         "members": {
     21           "ResourceArn": {},
     22           "Tags": {
     23             "shape": "S3"
     24           }
     25         }
     26       },
     27       "output": {
     28         "type": "structure",
     29         "members": {}
     30       }
     31     },
     32     "CreateEndpoint": {
     33       "input": {
     34         "type": "structure",
     35         "required": [
     36           "EndpointIdentifier",
     37           "EndpointType",
     38           "EngineName",
     39           "Username",
     40           "Password",
     41           "ServerName",
     42           "Port"
     43         ],
     44         "members": {
     45           "EndpointIdentifier": {},
     46           "EndpointType": {},
     47           "EngineName": {},
     48           "Username": {},
     49           "Password": {
     50             "shape": "S8"
     51           },
     52           "ServerName": {},
     53           "Port": {
     54             "type": "integer"
     55           },
     56           "DatabaseName": {},
     57           "ExtraConnectionAttributes": {},
     58           "KmsKeyId": {},
     59           "Tags": {
     60             "shape": "S3"
     61           },
     62           "CertificateArn": {},
     63           "SslMode": {}
     64         }
     65       },
     66       "output": {
     67         "type": "structure",
     68         "members": {
     69           "Endpoint": {
     70             "shape": "Sc"
     71           }
     72         }
     73       }
     74     },
     75     "CreateReplicationInstance": {
     76       "input": {
     77         "type": "structure",
     78         "required": [
     79           "ReplicationInstanceIdentifier",
     80           "ReplicationInstanceClass"
     81         ],
     82         "members": {
     83           "ReplicationInstanceIdentifier": {},
     84           "AllocatedStorage": {
     85             "type": "integer"
     86           },
     87           "ReplicationInstanceClass": {},
     88           "VpcSecurityGroupIds": {
     89             "shape": "Se"
     90           },
     91           "AvailabilityZone": {},
     92           "ReplicationSubnetGroupIdentifier": {},
     93           "PreferredMaintenanceWindow": {},
     94           "MultiAZ": {
     95             "type": "boolean"
     96           },
     97           "EngineVersion": {},
     98           "AutoMinorVersionUpgrade": {
     99             "type": "boolean"
    100           },
    101           "Tags": {
    102             "shape": "S3"
    103           },
    104           "KmsKeyId": {},
    105           "PubliclyAccessible": {
    106             "type": "boolean"
    107           }
    108         }
    109       },
    110       "output": {
    111         "type": "structure",
    112         "members": {
    113           "ReplicationInstance": {
    114             "shape": "Sh"
    115           }
    116         }
    117       }
    118     },
    119     "CreateReplicationSubnetGroup": {
    120       "input": {
    121         "type": "structure",
    122         "required": [
    123           "ReplicationSubnetGroupIdentifier",
    124           "ReplicationSubnetGroupDescription",
    125           "SubnetIds"
    126         ],
    127         "members": {
    128           "ReplicationSubnetGroupIdentifier": {},
    129           "ReplicationSubnetGroupDescription": {},
    130           "SubnetIds": {
    131             "shape": "Sv"
    132           },
    133           "Tags": {
    134             "shape": "S3"
    135           }
    136         }
    137       },
    138       "output": {
    139         "type": "structure",
    140         "members": {
    141           "ReplicationSubnetGroup": {
    142             "shape": "Sm"
    143           }
    144         }
    145       }
    146     },
    147     "CreateReplicationTask": {
    148       "input": {
    149         "type": "structure",
    150         "required": [
    151           "ReplicationTaskIdentifier",
    152           "SourceEndpointArn",
    153           "TargetEndpointArn",
    154           "ReplicationInstanceArn",
    155           "MigrationType",
    156           "TableMappings"
    157         ],
    158         "members": {
    159           "ReplicationTaskIdentifier": {},
    160           "SourceEndpointArn": {},
    161           "TargetEndpointArn": {},
    162           "ReplicationInstanceArn": {},
    163           "MigrationType": {},
    164           "TableMappings": {},
    165           "ReplicationTaskSettings": {},
    166           "CdcStartTime": {
    167             "type": "timestamp"
    168           },
    169           "Tags": {
    170             "shape": "S3"
    171           }
    172         }
    173       },
    174       "output": {
    175         "type": "structure",
    176         "members": {
    177           "ReplicationTask": {
    178             "shape": "S10"
    179           }
    180         }
    181       }
    182     },
    183     "DeleteCertificate": {
    184       "input": {
    185         "type": "structure",
    186         "required": [
    187           "CertificateArn"
    188         ],
    189         "members": {
    190           "CertificateArn": {}
    191         }
    192       },
    193       "output": {
    194         "type": "structure",
    195         "members": {
    196           "Certificate": {
    197             "shape": "S15"
    198           }
    199         }
    200       }
    201     },
    202     "DeleteEndpoint": {
    203       "input": {
    204         "type": "structure",
    205         "required": [
    206           "EndpointArn"
    207         ],
    208         "members": {
    209           "EndpointArn": {}
    210         }
    211       },
    212       "output": {
    213         "type": "structure",
    214         "members": {
    215           "Endpoint": {
    216             "shape": "Sc"
    217           }
    218         }
    219       }
    220     },
    221     "DeleteReplicationInstance": {
    222       "input": {
    223         "type": "structure",
    224         "required": [
    225           "ReplicationInstanceArn"
    226         ],
    227         "members": {
    228           "ReplicationInstanceArn": {}
    229         }
    230       },
    231       "output": {
    232         "type": "structure",
    233         "members": {
    234           "ReplicationInstance": {
    235             "shape": "Sh"
    236           }
    237         }
    238       }
    239     },
    240     "DeleteReplicationSubnetGroup": {
    241       "input": {
    242         "type": "structure",
    243         "required": [
    244           "ReplicationSubnetGroupIdentifier"
    245         ],
    246         "members": {
    247           "ReplicationSubnetGroupIdentifier": {}
    248         }
    249       },
    250       "output": {
    251         "type": "structure",
    252         "members": {}
    253       }
    254     },
    255     "DeleteReplicationTask": {
    256       "input": {
    257         "type": "structure",
    258         "required": [
    259           "ReplicationTaskArn"
    260         ],
    261         "members": {
    262           "ReplicationTaskArn": {}
    263         }
    264       },
    265       "output": {
    266         "type": "structure",
    267         "members": {
    268           "ReplicationTask": {
    269             "shape": "S10"
    270           }
    271         }
    272       }
    273     },
    274     "DescribeAccountAttributes": {
    275       "input": {
    276         "type": "structure",
    277         "members": {}
    278       },
    279       "output": {
    280         "type": "structure",
    281         "members": {
    282           "AccountQuotas": {
    283             "type": "list",
    284             "member": {
    285               "locationName": "AccountQuota",
    286               "type": "structure",
    287               "members": {
    288                 "AccountQuotaName": {},
    289                 "Used": {
    290                   "type": "long"
    291                 },
    292                 "Max": {
    293                   "type": "long"
    294                 }
    295               }
    296             }
    297           }
    298         }
    299       }
    300     },
    301     "DescribeCertificates": {
    302       "input": {
    303         "type": "structure",
    304         "members": {
    305           "Filters": {
    306             "shape": "S1j"
    307           },
    308           "MaxRecords": {
    309             "type": "integer"
    310           },
    311           "Marker": {}
    312         }
    313       },
    314       "output": {
    315         "type": "structure",
    316         "members": {
    317           "Marker": {},
    318           "Certificates": {
    319             "type": "list",
    320             "member": {
    321               "shape": "S15",
    322               "locationName": "Certificate"
    323             }
    324           }
    325         }
    326       }
    327     },
    328     "DescribeConnections": {
    329       "input": {
    330         "type": "structure",
    331         "members": {
    332           "Filters": {
    333             "shape": "S1j"
    334           },
    335           "MaxRecords": {
    336             "type": "integer"
    337           },
    338           "Marker": {}
    339         }
    340       },
    341       "output": {
    342         "type": "structure",
    343         "members": {
    344           "Marker": {},
    345           "Connections": {
    346             "type": "list",
    347             "member": {
    348               "shape": "S1r",
    349               "locationName": "Connection"
    350             }
    351           }
    352         }
    353       }
    354     },
    355     "DescribeEndpointTypes": {
    356       "input": {
    357         "type": "structure",
    358         "members": {
    359           "Filters": {
    360             "shape": "S1j"
    361           },
    362           "MaxRecords": {
    363             "type": "integer"
    364           },
    365           "Marker": {}
    366         }
    367       },
    368       "output": {
    369         "type": "structure",
    370         "members": {
    371           "Marker": {},
    372           "SupportedEndpointTypes": {
    373             "type": "list",
    374             "member": {
    375               "locationName": "SupportedEndpointType",
    376               "type": "structure",
    377               "members": {
    378                 "EngineName": {},
    379                 "SupportsCDC": {
    380                   "type": "boolean"
    381                 },
    382                 "EndpointType": {}
    383               }
    384             }
    385           }
    386         }
    387       }
    388     },
    389     "DescribeEndpoints": {
    390       "input": {
    391         "type": "structure",
    392         "members": {
    393           "Filters": {
    394             "shape": "S1j"
    395           },
    396           "MaxRecords": {
    397             "type": "integer"
    398           },
    399           "Marker": {}
    400         }
    401       },
    402       "output": {
    403         "type": "structure",
    404         "members": {
    405           "Marker": {},
    406           "Endpoints": {
    407             "type": "list",
    408             "member": {
    409               "shape": "Sc",
    410               "locationName": "Endpoint"
    411             }
    412           }
    413         }
    414       }
    415     },
    416     "DescribeOrderableReplicationInstances": {
    417       "input": {
    418         "type": "structure",
    419         "members": {
    420           "MaxRecords": {
    421             "type": "integer"
    422           },
    423           "Marker": {}
    424         }
    425       },
    426       "output": {
    427         "type": "structure",
    428         "members": {
    429           "OrderableReplicationInstances": {
    430             "type": "list",
    431             "member": {
    432               "locationName": "OrderableReplicationInstance",
    433               "type": "structure",
    434               "members": {
    435                 "EngineVersion": {},
    436                 "ReplicationInstanceClass": {},
    437                 "StorageType": {},
    438                 "MinAllocatedStorage": {
    439                   "type": "integer"
    440                 },
    441                 "MaxAllocatedStorage": {
    442                   "type": "integer"
    443                 },
    444                 "DefaultAllocatedStorage": {
    445                   "type": "integer"
    446                 },
    447                 "IncludedAllocatedStorage": {
    448                   "type": "integer"
    449                 }
    450               }
    451             }
    452           },
    453           "Marker": {}
    454         }
    455       }
    456     },
    457     "DescribeRefreshSchemasStatus": {
    458       "input": {
    459         "type": "structure",
    460         "required": [
    461           "EndpointArn"
    462         ],
    463         "members": {
    464           "EndpointArn": {}
    465         }
    466       },
    467       "output": {
    468         "type": "structure",
    469         "members": {
    470           "RefreshSchemasStatus": {
    471             "shape": "S25"
    472           }
    473         }
    474       }
    475     },
    476     "DescribeReplicationInstances": {
    477       "input": {
    478         "type": "structure",
    479         "members": {
    480           "Filters": {
    481             "shape": "S1j"
    482           },
    483           "MaxRecords": {
    484             "type": "integer"
    485           },
    486           "Marker": {}
    487         }
    488       },
    489       "output": {
    490         "type": "structure",
    491         "members": {
    492           "Marker": {},
    493           "ReplicationInstances": {
    494             "type": "list",
    495             "member": {
    496               "shape": "Sh",
    497               "locationName": "ReplicationInstance"
    498             }
    499           }
    500         }
    501       }
    502     },
    503     "DescribeReplicationSubnetGroups": {
    504       "input": {
    505         "type": "structure",
    506         "members": {
    507           "Filters": {
    508             "shape": "S1j"
    509           },
    510           "MaxRecords": {
    511             "type": "integer"
    512           },
    513           "Marker": {}
    514         }
    515       },
    516       "output": {
    517         "type": "structure",
    518         "members": {
    519           "Marker": {},
    520           "ReplicationSubnetGroups": {
    521             "type": "list",
    522             "member": {
    523               "shape": "Sm",
    524               "locationName": "ReplicationSubnetGroup"
    525             }
    526           }
    527         }
    528       }
    529     },
    530     "DescribeReplicationTasks": {
    531       "input": {
    532         "type": "structure",
    533         "members": {
    534           "Filters": {
    535             "shape": "S1j"
    536           },
    537           "MaxRecords": {
    538             "type": "integer"
    539           },
    540           "Marker": {}
    541         }
    542       },
    543       "output": {
    544         "type": "structure",
    545         "members": {
    546           "Marker": {},
    547           "ReplicationTasks": {
    548             "type": "list",
    549             "member": {
    550               "shape": "S10",
    551               "locationName": "ReplicationTask"
    552             }
    553           }
    554         }
    555       }
    556     },
    557     "DescribeSchemas": {
    558       "input": {
    559         "type": "structure",
    560         "required": [
    561           "EndpointArn"
    562         ],
    563         "members": {
    564           "EndpointArn": {},
    565           "MaxRecords": {
    566             "type": "integer"
    567           },
    568           "Marker": {}
    569         }
    570       },
    571       "output": {
    572         "type": "structure",
    573         "members": {
    574           "Marker": {},
    575           "Schemas": {
    576             "type": "list",
    577             "member": {}
    578           }
    579         }
    580       }
    581     },
    582     "DescribeTableStatistics": {
    583       "input": {
    584         "type": "structure",
    585         "required": [
    586           "ReplicationTaskArn"
    587         ],
    588         "members": {
    589           "ReplicationTaskArn": {},
    590           "MaxRecords": {
    591             "type": "integer"
    592           },
    593           "Marker": {}
    594         }
    595       },
    596       "output": {
    597         "type": "structure",
    598         "members": {
    599           "ReplicationTaskArn": {},
    600           "TableStatistics": {
    601             "type": "list",
    602             "member": {
    603               "type": "structure",
    604               "members": {
    605                 "SchemaName": {},
    606                 "TableName": {},
    607                 "Inserts": {
    608                   "type": "long"
    609                 },
    610                 "Deletes": {
    611                   "type": "long"
    612                 },
    613                 "Updates": {
    614                   "type": "long"
    615                 },
    616                 "Ddls": {
    617                   "type": "long"
    618                 },
    619                 "FullLoadRows": {
    620                   "type": "long"
    621                 },
    622                 "LastUpdateTime": {
    623                   "type": "timestamp"
    624                 },
    625                 "TableState": {}
    626               }
    627             }
    628           },
    629           "Marker": {}
    630         }
    631       }
    632     },
    633     "ImportCertificate": {
    634       "input": {
    635         "type": "structure",
    636         "required": [
    637           "CertificateIdentifier"
    638         ],
    639         "members": {
    640           "CertificateIdentifier": {},
    641           "CertificatePem": {}
    642         }
    643       },
    644       "output": {
    645         "type": "structure",
    646         "members": {
    647           "Certificate": {
    648             "shape": "S15"
    649           }
    650         }
    651       }
    652     },
    653     "ListTagsForResource": {
    654       "input": {
    655         "type": "structure",
    656         "required": [
    657           "ResourceArn"
    658         ],
    659         "members": {
    660           "ResourceArn": {}
    661         }
    662       },
    663       "output": {
    664         "type": "structure",
    665         "members": {
    666           "TagList": {
    667             "shape": "S3"
    668           }
    669         }
    670       }
    671     },
    672     "ModifyEndpoint": {
    673       "input": {
    674         "type": "structure",
    675         "required": [
    676           "EndpointArn"
    677         ],
    678         "members": {
    679           "EndpointArn": {},
    680           "EndpointIdentifier": {},
    681           "EndpointType": {},
    682           "EngineName": {},
    683           "Username": {},
    684           "Password": {
    685             "shape": "S8"
    686           },
    687           "ServerName": {},
    688           "Port": {
    689             "type": "integer"
    690           },
    691           "DatabaseName": {},
    692           "ExtraConnectionAttributes": {},
    693           "CertificateArn": {},
    694           "SslMode": {}
    695         }
    696       },
    697       "output": {
    698         "type": "structure",
    699         "members": {
    700           "Endpoint": {
    701             "shape": "Sc"
    702           }
    703         }
    704       }
    705     },
    706     "ModifyReplicationInstance": {
    707       "input": {
    708         "type": "structure",
    709         "required": [
    710           "ReplicationInstanceArn"
    711         ],
    712         "members": {
    713           "ReplicationInstanceArn": {},
    714           "AllocatedStorage": {
    715             "type": "integer"
    716           },
    717           "ApplyImmediately": {
    718             "type": "boolean"
    719           },
    720           "ReplicationInstanceClass": {},
    721           "VpcSecurityGroupIds": {
    722             "shape": "Se"
    723           },
    724           "PreferredMaintenanceWindow": {},
    725           "MultiAZ": {
    726             "type": "boolean"
    727           },
    728           "EngineVersion": {},
    729           "AllowMajorVersionUpgrade": {
    730             "type": "boolean"
    731           },
    732           "AutoMinorVersionUpgrade": {
    733             "type": "boolean"
    734           },
    735           "ReplicationInstanceIdentifier": {}
    736         }
    737       },
    738       "output": {
    739         "type": "structure",
    740         "members": {
    741           "ReplicationInstance": {
    742             "shape": "Sh"
    743           }
    744         }
    745       }
    746     },
    747     "ModifyReplicationSubnetGroup": {
    748       "input": {
    749         "type": "structure",
    750         "required": [
    751           "ReplicationSubnetGroupIdentifier",
    752           "SubnetIds"
    753         ],
    754         "members": {
    755           "ReplicationSubnetGroupIdentifier": {},
    756           "ReplicationSubnetGroupDescription": {},
    757           "SubnetIds": {
    758             "shape": "Sv"
    759           }
    760         }
    761       },
    762       "output": {
    763         "type": "structure",
    764         "members": {
    765           "ReplicationSubnetGroup": {
    766             "shape": "Sm"
    767           }
    768         }
    769       }
    770     },
    771     "RefreshSchemas": {
    772       "input": {
    773         "type": "structure",
    774         "required": [
    775           "EndpointArn",
    776           "ReplicationInstanceArn"
    777         ],
    778         "members": {
    779           "EndpointArn": {},
    780           "ReplicationInstanceArn": {}
    781         }
    782       },
    783       "output": {
    784         "type": "structure",
    785         "members": {
    786           "RefreshSchemasStatus": {
    787             "shape": "S25"
    788           }
    789         }
    790       }
    791     },
    792     "RemoveTagsFromResource": {
    793       "input": {
    794         "type": "structure",
    795         "required": [
    796           "ResourceArn",
    797           "TagKeys"
    798         ],
    799         "members": {
    800           "ResourceArn": {},
    801           "TagKeys": {
    802             "type": "list",
    803             "member": {}
    804           }
    805         }
    806       },
    807       "output": {
    808         "type": "structure",
    809         "members": {}
    810       }
    811     },
    812     "StartReplicationTask": {
    813       "input": {
    814         "type": "structure",
    815         "required": [
    816           "ReplicationTaskArn",
    817           "StartReplicationTaskType"
    818         ],
    819         "members": {
    820           "ReplicationTaskArn": {},
    821           "StartReplicationTaskType": {},
    822           "CdcStartTime": {
    823             "type": "timestamp"
    824           }
    825         }
    826       },
    827       "output": {
    828         "type": "structure",
    829         "members": {
    830           "ReplicationTask": {
    831             "shape": "S10"
    832           }
    833         }
    834       }
    835     },
    836     "StopReplicationTask": {
    837       "input": {
    838         "type": "structure",
    839         "required": [
    840           "ReplicationTaskArn"
    841         ],
    842         "members": {
    843           "ReplicationTaskArn": {}
    844         }
    845       },
    846       "output": {
    847         "type": "structure",
    848         "members": {
    849           "ReplicationTask": {
    850             "shape": "S10"
    851           }
    852         }
    853       }
    854     },
    855     "TestConnection": {
    856       "input": {
    857         "type": "structure",
    858         "required": [
    859           "ReplicationInstanceArn",
    860           "EndpointArn"
    861         ],
    862         "members": {
    863           "ReplicationInstanceArn": {},
    864           "EndpointArn": {}
    865         }
    866       },
    867       "output": {
    868         "type": "structure",
    869         "members": {
    870           "Connection": {
    871             "shape": "S1r"
    872           }
    873         }
    874       }
    875     }
    876   },
    877   "shapes": {
    878     "S3": {
    879       "type": "list",
    880       "member": {
    881         "locationName": "Tag",
    882         "type": "structure",
    883         "members": {
    884           "Key": {},
    885           "Value": {}
    886         }
    887       }
    888     },
    889     "S8": {
    890       "type": "string",
    891       "sensitive": true
    892     },
    893     "Sc": {
    894       "type": "structure",
    895       "members": {
    896         "EndpointIdentifier": {},
    897         "EndpointType": {},
    898         "EngineName": {},
    899         "Username": {},
    900         "ServerName": {},
    901         "Port": {
    902           "type": "integer"
    903         },
    904         "DatabaseName": {},
    905         "ExtraConnectionAttributes": {},
    906         "Status": {},
    907         "KmsKeyId": {},
    908         "EndpointArn": {},
    909         "CertificateArn": {},
    910         "SslMode": {}
    911       }
    912     },
    913     "Se": {
    914       "type": "list",
    915       "member": {
    916         "locationName": "VpcSecurityGroupId"
    917       }
    918     },
    919     "Sh": {
    920       "type": "structure",
    921       "members": {
    922         "ReplicationInstanceIdentifier": {},
    923         "ReplicationInstanceClass": {},
    924         "ReplicationInstanceStatus": {},
    925         "AllocatedStorage": {
    926           "type": "integer"
    927         },
    928         "InstanceCreateTime": {
    929           "type": "timestamp"
    930         },
    931         "VpcSecurityGroups": {
    932           "type": "list",
    933           "member": {
    934             "locationName": "VpcSecurityGroupMembership",
    935             "type": "structure",
    936             "members": {
    937               "VpcSecurityGroupId": {},
    938               "Status": {}
    939             }
    940           }
    941         },
    942         "AvailabilityZone": {},
    943         "ReplicationSubnetGroup": {
    944           "shape": "Sm"
    945         },
    946         "PreferredMaintenanceWindow": {},
    947         "PendingModifiedValues": {
    948           "type": "structure",
    949           "members": {
    950             "ReplicationInstanceClass": {},
    951             "AllocatedStorage": {
    952               "type": "integer"
    953             },
    954             "MultiAZ": {
    955               "type": "boolean"
    956             },
    957             "EngineVersion": {}
    958           }
    959         },
    960         "MultiAZ": {
    961           "type": "boolean"
    962         },
    963         "EngineVersion": {},
    964         "AutoMinorVersionUpgrade": {
    965           "type": "boolean"
    966         },
    967         "KmsKeyId": {},
    968         "ReplicationInstanceArn": {},
    969         "ReplicationInstancePublicIpAddress": {
    970           "deprecated": true
    971         },
    972         "ReplicationInstancePrivateIpAddress": {
    973           "deprecated": true
    974         },
    975         "ReplicationInstancePublicIpAddresses": {
    976           "type": "list",
    977           "member": {}
    978         },
    979         "ReplicationInstancePrivateIpAddresses": {
    980           "type": "list",
    981           "member": {}
    982         },
    983         "PubliclyAccessible": {
    984           "type": "boolean"
    985         }
    986       }
    987     },
    988     "Sm": {
    989       "type": "structure",
    990       "members": {
    991         "ReplicationSubnetGroupIdentifier": {},
    992         "ReplicationSubnetGroupDescription": {},
    993         "VpcId": {},
    994         "SubnetGroupStatus": {},
    995         "Subnets": {
    996           "type": "list",
    997           "member": {
    998             "locationName": "Subnet",
    999             "type": "structure",
   1000             "members": {
   1001               "SubnetIdentifier": {},
   1002               "SubnetAvailabilityZone": {
   1003                 "type": "structure",
   1004                 "members": {
   1005                   "Name": {}
   1006                 }
   1007               },
   1008               "SubnetStatus": {}
   1009             }
   1010           }
   1011         }
   1012       }
   1013     },
   1014     "Sv": {
   1015       "type": "list",
   1016       "member": {
   1017         "locationName": "SubnetIdentifier"
   1018       }
   1019     },
   1020     "S10": {
   1021       "type": "structure",
   1022       "members": {
   1023         "ReplicationTaskIdentifier": {},
   1024         "SourceEndpointArn": {},
   1025         "TargetEndpointArn": {},
   1026         "ReplicationInstanceArn": {},
   1027         "MigrationType": {},
   1028         "TableMappings": {},
   1029         "ReplicationTaskSettings": {},
   1030         "Status": {},
   1031         "LastFailureMessage": {},
   1032         "ReplicationTaskCreationDate": {
   1033           "type": "timestamp"
   1034         },
   1035         "ReplicationTaskStartDate": {
   1036           "type": "timestamp"
   1037         },
   1038         "ReplicationTaskArn": {},
   1039         "ReplicationTaskStats": {
   1040           "type": "structure",
   1041           "members": {
   1042             "FullLoadProgressPercent": {
   1043               "type": "integer"
   1044             },
   1045             "ElapsedTimeMillis": {
   1046               "type": "long"
   1047             },
   1048             "TablesLoaded": {
   1049               "type": "integer"
   1050             },
   1051             "TablesLoading": {
   1052               "type": "integer"
   1053             },
   1054             "TablesQueued": {
   1055               "type": "integer"
   1056             },
   1057             "TablesErrored": {
   1058               "type": "integer"
   1059             }
   1060           }
   1061         }
   1062       }
   1063     },
   1064     "S15": {
   1065       "type": "structure",
   1066       "members": {
   1067         "CertificateIdentifier": {},
   1068         "CertificateCreationDate": {
   1069           "type": "timestamp"
   1070         },
   1071         "CertificatePem": {},
   1072         "CertificateArn": {},
   1073         "CertificateOwner": {},
   1074         "ValidFromDate": {
   1075           "type": "timestamp"
   1076         },
   1077         "ValidToDate": {
   1078           "type": "timestamp"
   1079         },
   1080         "SigningAlgorithm": {},
   1081         "KeyLength": {
   1082           "type": "integer"
   1083         }
   1084       }
   1085     },
   1086     "S1j": {
   1087       "type": "list",
   1088       "member": {
   1089         "locationName": "Filter",
   1090         "type": "structure",
   1091         "required": [
   1092           "Name",
   1093           "Values"
   1094         ],
   1095         "members": {
   1096           "Name": {},
   1097           "Values": {
   1098             "type": "list",
   1099             "member": {
   1100               "locationName": "Value"
   1101             }
   1102           }
   1103         }
   1104       }
   1105     },
   1106     "S1r": {
   1107       "type": "structure",
   1108       "members": {
   1109         "ReplicationInstanceArn": {},
   1110         "EndpointArn": {},
   1111         "Status": {},
   1112         "LastFailureMessage": {},
   1113         "EndpointIdentifier": {},
   1114         "ReplicationInstanceIdentifier": {}
   1115       }
   1116     },
   1117     "S25": {
   1118       "type": "structure",
   1119       "members": {
   1120         "EndpointArn": {},
   1121         "ReplicationInstanceArn": {},
   1122         "Status": {},
   1123         "LastRefreshDate": {
   1124           "type": "timestamp"
   1125         },
   1126         "LastFailureMessage": {}
   1127       }
   1128     }
   1129   }
   1130 }