UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

2,104 lines 78.4 kB
{ "version": "2.0", "metadata": { "apiVersion": "2016-01-01", "endpointPrefix": "dms", "jsonVersion": "1.1", "protocol": "json", "serviceFullName": "AWS Database Migration Service", "serviceId": "Database Migration Service", "signatureVersion": "v4", "targetPrefix": "AmazonDMSv20160101", "uid": "dms-2016-01-01" }, "operations": { "AddTagsToResource": { "input": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": {}, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": {} } }, "ApplyPendingMaintenanceAction": { "input": { "type": "structure", "required": [ "ReplicationInstanceArn", "ApplyAction", "OptInType" ], "members": { "ReplicationInstanceArn": {}, "ApplyAction": {}, "OptInType": {} } }, "output": { "type": "structure", "members": { "ResourcePendingMaintenanceActions": { "shape": "S8" } } } }, "BatchStartRecommendations": { "input": { "type": "structure", "members": { "Data": { "type": "list", "member": { "type": "structure", "required": [ "DatabaseId", "Settings" ], "members": { "DatabaseId": {}, "Settings": { "shape": "Sf" } } } } } }, "output": { "type": "structure", "members": { "ErrorEntries": { "type": "list", "member": { "type": "structure", "members": { "DatabaseId": {}, "Message": {}, "Code": {} } } } } } }, "CancelReplicationTaskAssessmentRun": { "input": { "type": "structure", "required": [ "ReplicationTaskAssessmentRunArn" ], "members": { "ReplicationTaskAssessmentRunArn": {} } }, "output": { "type": "structure", "members": { "ReplicationTaskAssessmentRun": { "shape": "Sl" } } } }, "CreateEndpoint": { "input": { "type": "structure", "required": [ "EndpointIdentifier", "EndpointType", "EngineName" ], "members": { "EndpointIdentifier": {}, "EndpointType": {}, "EngineName": {}, "Username": {}, "Password": { "shape": "Sq" }, "ServerName": {}, "Port": { "type": "integer" }, "DatabaseName": {}, "ExtraConnectionAttributes": {}, "KmsKeyId": {}, "Tags": { "shape": "S3" }, "CertificateArn": {}, "SslMode": {}, "ServiceAccessRoleArn": {}, "ExternalTableDefinition": {}, "DynamoDbSettings": { "shape": "St" }, "S3Settings": { "shape": "Su" }, "DmsTransferSettings": { "shape": "S14" }, "MongoDbSettings": { "shape": "S15" }, "KinesisSettings": { "shape": "S19" }, "KafkaSettings": { "shape": "S1b" }, "ElasticsearchSettings": { "shape": "S1e" }, "NeptuneSettings": { "shape": "S1f" }, "RedshiftSettings": { "shape": "S1g" }, "PostgreSQLSettings": { "shape": "S1h" }, "MySQLSettings": { "shape": "S1j" }, "OracleSettings": { "shape": "S1l" }, "SybaseSettings": { "shape": "S1o" }, "MicrosoftSQLServerSettings": { "shape": "S1p" }, "IBMDb2Settings": { "shape": "S1s" }, "ResourceIdentifier": {}, "DocDbSettings": { "shape": "S1t" }, "RedisSettings": { "shape": "S1u" }, "GcpMySQLSettings": { "shape": "S1x" } } }, "output": { "type": "structure", "members": { "Endpoint": { "shape": "S1z" } } } }, "CreateEventSubscription": { "input": { "type": "structure", "required": [ "SubscriptionName", "SnsTopicArn" ], "members": { "SubscriptionName": {}, "SnsTopicArn": {}, "SourceType": {}, "EventCategories": { "shape": "S21" }, "SourceIds": { "shape": "S22" }, "Enabled": { "type": "boolean" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "EventSubscription": { "shape": "S24" } } } }, "CreateFleetAdvisorCollector": { "input": { "type": "structure", "required": [ "CollectorName", "ServiceAccessRoleArn", "S3BucketName" ], "members": { "CollectorName": {}, "Description": {}, "ServiceAccessRoleArn": {}, "S3BucketName": {} } }, "output": { "type": "structure", "members": { "CollectorReferencedId": {}, "CollectorName": {}, "Description": {}, "ServiceAccessRoleArn": {}, "S3BucketName": {} } } }, "CreateReplicationInstance": { "input": { "type": "structure", "required": [ "ReplicationInstanceIdentifier", "ReplicationInstanceClass" ], "members": { "ReplicationInstanceIdentifier": {}, "AllocatedStorage": { "type": "integer" }, "ReplicationInstanceClass": {}, "VpcSecurityGroupIds": { "shape": "S29" }, "AvailabilityZone": {}, "ReplicationSubnetGroupIdentifier": {}, "PreferredMaintenanceWindow": {}, "MultiAZ": { "type": "boolean" }, "EngineVersion": {}, "AutoMinorVersionUpgrade": { "type": "boolean" }, "Tags": { "shape": "S3" }, "KmsKeyId": {}, "PubliclyAccessible": { "type": "boolean" }, "DnsNameServers": {}, "ResourceIdentifier": {}, "NetworkType": {} } }, "output": { "type": "structure", "members": { "ReplicationInstance": { "shape": "S2b" } } } }, "CreateReplicationSubnetGroup": { "input": { "type": "structure", "required": [ "ReplicationSubnetGroupIdentifier", "ReplicationSubnetGroupDescription", "SubnetIds" ], "members": { "ReplicationSubnetGroupIdentifier": {}, "ReplicationSubnetGroupDescription": {}, "SubnetIds": { "shape": "S2o" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "ReplicationSubnetGroup": { "shape": "S2e" } } } }, "CreateReplicationTask": { "input": { "type": "structure", "required": [ "ReplicationTaskIdentifier", "SourceEndpointArn", "TargetEndpointArn", "ReplicationInstanceArn", "MigrationType", "TableMappings" ], "members": { "ReplicationTaskIdentifier": {}, "SourceEndpointArn": {}, "TargetEndpointArn": {}, "ReplicationInstanceArn": {}, "MigrationType": {}, "TableMappings": {}, "ReplicationTaskSettings": {}, "CdcStartTime": { "type": "timestamp" }, "CdcStartPosition": {}, "CdcStopPosition": {}, "Tags": { "shape": "S3" }, "TaskData": {}, "ResourceIdentifier": {} } }, "output": { "type": "structure", "members": { "ReplicationTask": { "shape": "S2t" } } } }, "DeleteCertificate": { "input": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": {} } }, "output": { "type": "structure", "members": { "Certificate": { "shape": "S2y" } } } }, "DeleteConnection": { "input": { "type": "structure", "required": [ "EndpointArn", "ReplicationInstanceArn" ], "members": { "EndpointArn": {}, "ReplicationInstanceArn": {} } }, "output": { "type": "structure", "members": { "Connection": { "shape": "S32" } } } }, "DeleteEndpoint": { "input": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } }, "output": { "type": "structure", "members": { "Endpoint": { "shape": "S1z" } } } }, "DeleteEventSubscription": { "input": { "type": "structure", "required": [ "SubscriptionName" ], "members": { "SubscriptionName": {} } }, "output": { "type": "structure", "members": { "EventSubscription": { "shape": "S24" } } } }, "DeleteFleetAdvisorCollector": { "input": { "type": "structure", "required": [ "CollectorReferencedId" ], "members": { "CollectorReferencedId": {} } } }, "DeleteFleetAdvisorDatabases": { "input": { "type": "structure", "required": [ "DatabaseIds" ], "members": { "DatabaseIds": { "shape": "S2i" } } }, "output": { "type": "structure", "members": { "DatabaseIds": { "shape": "S2i" } } } }, "DeleteReplicationInstance": { "input": { "type": "structure", "required": [ "ReplicationInstanceArn" ], "members": { "ReplicationInstanceArn": {} } }, "output": { "type": "structure", "members": { "ReplicationInstance": { "shape": "S2b" } } } }, "DeleteReplicationSubnetGroup": { "input": { "type": "structure", "required": [ "ReplicationSubnetGroupIdentifier" ], "members": { "ReplicationSubnetGroupIdentifier": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteReplicationTask": { "input": { "type": "structure", "required": [ "ReplicationTaskArn" ], "members": { "ReplicationTaskArn": {} } }, "output": { "type": "structure", "members": { "ReplicationTask": { "shape": "S2t" } } } }, "DeleteReplicationTaskAssessmentRun": { "input": { "type": "structure", "required": [ "ReplicationTaskAssessmentRunArn" ], "members": { "ReplicationTaskAssessmentRunArn": {} } }, "output": { "type": "structure", "members": { "ReplicationTaskAssessmentRun": { "shape": "Sl" } } } }, "DescribeAccountAttributes": { "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "AccountQuotas": { "type": "list", "member": { "type": "structure", "members": { "AccountQuotaName": {}, "Used": { "type": "long" }, "Max": { "type": "long" } } } }, "UniqueAccountIdentifier": {} } } }, "DescribeApplicableIndividualAssessments": { "input": { "type": "structure", "members": { "ReplicationTaskArn": {}, "ReplicationInstanceArn": {}, "SourceEngineName": {}, "TargetEngineName": {}, "MigrationType": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "IndividualAssessmentNames": { "type": "list", "member": {} }, "Marker": {} } } }, "DescribeCertificates": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "Certificates": { "type": "list", "member": { "shape": "S2y" } } } } }, "DescribeConnections": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "Connections": { "type": "list", "member": { "shape": "S32" } } } } }, "DescribeEndpointSettings": { "input": { "type": "structure", "required": [ "EngineName" ], "members": { "EngineName": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "EndpointSettings": { "type": "list", "member": { "type": "structure", "members": { "Name": {}, "Type": {}, "EnumValues": { "type": "list", "member": {} }, "Sensitive": { "type": "boolean" }, "Units": {}, "Applicability": {}, "IntValueMin": { "type": "integer" }, "IntValueMax": { "type": "integer" }, "DefaultValue": {} } } } } } }, "DescribeEndpointTypes": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "SupportedEndpointTypes": { "type": "list", "member": { "type": "structure", "members": { "EngineName": {}, "SupportsCDC": { "type": "boolean" }, "EndpointType": {}, "ReplicationInstanceEngineMinimumVersion": {}, "EngineDisplayName": {} } } } } } }, "DescribeEndpoints": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "Endpoints": { "type": "list", "member": { "shape": "S1z" } } } } }, "DescribeEventCategories": { "input": { "type": "structure", "members": { "SourceType": {}, "Filters": { "shape": "S3q" } } }, "output": { "type": "structure", "members": { "EventCategoryGroupList": { "type": "list", "member": { "type": "structure", "members": { "SourceType": {}, "EventCategories": { "shape": "S21" } } } } } } }, "DescribeEventSubscriptions": { "input": { "type": "structure", "members": { "SubscriptionName": {}, "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "EventSubscriptionsList": { "type": "list", "member": { "shape": "S24" } } } } }, "DescribeEvents": { "input": { "type": "structure", "members": { "SourceIdentifier": {}, "SourceType": {}, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Duration": { "type": "integer" }, "EventCategories": { "shape": "S21" }, "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "Events": { "type": "list", "member": { "type": "structure", "members": { "SourceIdentifier": {}, "SourceType": {}, "Message": {}, "EventCategories": { "shape": "S21" }, "Date": { "type": "timestamp" } } } } } } }, "DescribeFleetAdvisorCollectors": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Collectors": { "type": "list", "member": { "type": "structure", "members": { "CollectorReferencedId": {}, "CollectorName": {}, "CollectorVersion": {}, "VersionStatus": {}, "Description": {}, "S3BucketName": {}, "ServiceAccessRoleArn": {}, "CollectorHealthCheck": { "type": "structure", "members": { "CollectorStatus": {}, "LocalCollectorS3Access": { "type": "boolean" }, "WebCollectorS3Access": { "type": "boolean" }, "WebCollectorGrantedRoleBasedAccess": { "type": "boolean" } } }, "LastDataReceived": {}, "RegisteredDate": {}, "CreatedDate": {}, "ModifiedDate": {}, "InventoryData": { "type": "structure", "members": { "NumberOfDatabases": { "type": "integer" }, "NumberOfSchemas": { "type": "integer" } } } } } }, "NextToken": {} } } }, "DescribeFleetAdvisorDatabases": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Databases": { "type": "list", "member": { "type": "structure", "members": { "DatabaseId": {}, "DatabaseName": {}, "IpAddress": {}, "NumberOfSchemas": { "type": "long" }, "Server": { "shape": "S50" }, "SoftwareDetails": { "type": "structure", "members": { "Engine": {}, "EngineVersion": {}, "EngineEdition": {}, "ServicePack": {}, "SupportLevel": {}, "OsArchitecture": { "type": "integer" }, "Tooltip": {} } }, "Collectors": { "type": "list", "member": { "type": "structure", "members": { "CollectorReferencedId": {}, "CollectorName": {} } } } } } }, "NextToken": {} } } }, "DescribeFleetAdvisorLsaAnalysis": { "input": { "type": "structure", "members": { "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Analysis": { "type": "list", "member": { "type": "structure", "members": { "LsaAnalysisId": {}, "Status": {} } } }, "NextToken": {} } } }, "DescribeFleetAdvisorSchemaObjectSummary": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "FleetAdvisorSchemaObjects": { "type": "list", "member": { "type": "structure", "members": { "SchemaId": {}, "ObjectType": {}, "NumberOfObjects": { "type": "long" }, "CodeLineCount": { "type": "long" }, "CodeSize": { "type": "long" } } } }, "NextToken": {} } } }, "DescribeFleetAdvisorSchemas": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "FleetAdvisorSchemas": { "type": "list", "member": { "type": "structure", "members": { "CodeLineCount": { "type": "long" }, "CodeSize": { "type": "long" }, "Complexity": {}, "Server": { "shape": "S50" }, "DatabaseInstance": { "type": "structure", "members": { "DatabaseId": {}, "DatabaseName": {}, "DatabaseIpAddress": {}, "DatabaseEngine": {} } }, "SchemaId": {}, "SchemaName": {}, "OriginalSchema": { "type": "structure", "members": { "SchemaId": {}, "SchemaName": {}, "DatabaseId": {}, "DatabaseName": {}, "DatabaseIpAddress": {} } }, "Similarity": { "type": "double" } } } }, "NextToken": {} } } }, "DescribeOrderableReplicationInstances": { "input": { "type": "structure", "members": { "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "OrderableReplicationInstances": { "type": "list", "member": { "type": "structure", "members": { "EngineVersion": {}, "ReplicationInstanceClass": {}, "StorageType": {}, "MinAllocatedStorage": { "type": "integer" }, "MaxAllocatedStorage": { "type": "integer" }, "DefaultAllocatedStorage": { "type": "integer" }, "IncludedAllocatedStorage": { "type": "integer" }, "AvailabilityZones": { "type": "list", "member": {} }, "ReleaseStatus": {} } } }, "Marker": {} } } }, "DescribePendingMaintenanceActions": { "input": { "type": "structure", "members": { "ReplicationInstanceArn": {}, "Filters": { "shape": "S3q" }, "Marker": {}, "MaxRecords": { "type": "integer" } } }, "output": { "type": "structure", "members": { "PendingMaintenanceActions": { "type": "list", "member": { "shape": "S8" } }, "Marker": {} } } }, "DescribeRecommendationLimitations": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "NextToken": {}, "Limitations": { "type": "list", "member": { "type": "structure", "members": { "DatabaseId": {}, "EngineName": {}, "Name": {}, "Description": {}, "Impact": {}, "Type": {} } } } } } }, "DescribeRecommendations": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "NextToken": {}, "Recommendations": { "type": "list", "member": { "type": "structure", "members": { "DatabaseId": {}, "EngineName": {}, "CreatedDate": {}, "Status": {}, "Preferred": { "type": "boolean" }, "Settings": { "shape": "Sf" }, "Data": { "type": "structure", "members": { "RdsEngine": { "type": "structure", "members": { "RequirementsToTarget": { "type": "structure", "members": { "EngineEdition": {}, "InstanceVcpu": { "type": "double" }, "InstanceMemory": { "type": "double" }, "StorageSize": { "type": "integer" }, "StorageIops": { "type": "integer" }, "DeploymentOption": {} } }, "TargetConfiguration": { "type": "structure", "members": { "EngineEdition": {}, "InstanceType": {}, "InstanceVcpu": { "type": "double" }, "InstanceMemory": { "type": "double" }, "StorageType": {}, "StorageSize": { "type": "integer" }, "StorageIops": { "type": "integer" }, "DeploymentOption": {} } } } } } } } } } } } }, "DescribeRefreshSchemasStatus": { "input": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } }, "output": { "type": "structure", "members": { "RefreshSchemasStatus": { "shape": "S66" } } } }, "DescribeReplicationInstanceTaskLogs": { "input": { "type": "structure", "required": [ "ReplicationInstanceArn" ], "members": { "ReplicationInstanceArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "ReplicationInstanceArn": {}, "ReplicationInstanceTaskLogs": { "type": "list", "member": { "type": "structure", "members": { "ReplicationTaskName": {}, "ReplicationTaskArn": {}, "ReplicationInstanceTaskLogSize": { "type": "long" } } } }, "Marker": {} } } }, "DescribeReplicationInstances": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "ReplicationInstances": { "type": "list", "member": { "shape": "S2b" } } } } }, "DescribeReplicationSubnetGroups": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "ReplicationSubnetGroups": { "type": "list", "member": { "shape": "S2e" } } } } }, "DescribeReplicationTaskAssessmentResults": { "input": { "type": "structure", "members": { "ReplicationTaskArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "BucketName": {}, "ReplicationTaskAssessmentResults": { "type": "list", "member": { "type": "structure", "members": { "ReplicationTaskIdentifier": {}, "ReplicationTaskArn": {}, "ReplicationTaskLastAssessmentDate": { "type": "timestamp" }, "AssessmentStatus": {}, "AssessmentResultsFile": {}, "AssessmentResults": {}, "S3ObjectUrl": {} } } } } } }, "DescribeReplicationTaskAssessmentRuns": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "ReplicationTaskAssessmentRuns": { "type": "list", "member": { "shape": "Sl" } } } } }, "DescribeReplicationTaskIndividualAssessments": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "ReplicationTaskIndividualAssessments": { "type": "list", "member": { "type": "structure", "members": { "ReplicationTaskIndividualAssessmentArn": {}, "ReplicationTaskAssessmentRunArn": {}, "IndividualAssessmentName": {}, "Status": {}, "ReplicationTaskIndividualAssessmentStartDate": { "type": "timestamp" } } } } } } }, "DescribeReplicationTasks": { "input": { "type": "structure", "members": { "Filters": { "shape": "S3q" }, "MaxRecords": { "type": "integer" }, "Marker": {}, "WithoutSettings": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Marker": {}, "ReplicationTasks": { "type": "list", "member": { "shape": "S2t" } } } } }, "DescribeSchemas": { "input": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {} } }, "output": { "type": "structure", "members": { "Marker": {}, "Schemas": { "type": "list", "member": {} } } } }, "DescribeTableStatistics": { "input": { "type": "structure", "required": [ "ReplicationTaskArn" ], "members": { "ReplicationTaskArn": {}, "MaxRecords": { "type": "integer" }, "Marker": {}, "Filters": { "shape": "S3q" } } }, "output": { "type": "structure", "members": { "ReplicationTaskArn": {}, "TableStatistics": { "type": "list", "member": { "type": "structure", "members": { "SchemaName": {}, "TableName": {}, "Inserts": { "type": "long" }, "Deletes": { "type": "long" }, "Updates": { "type": "long" }, "Ddls": { "type": "long" }, "AppliedInserts": { "type": "long" }, "AppliedDeletes": { "type": "long" }, "AppliedUpdates": { "type": "long" }, "AppliedDdls": { "type": "long" }, "FullLoadRows": { "type": "long" }, "FullLoadCondtnlChkFailedRows": { "type": "long" }, "FullLoadErrorRows": { "type": "long" }, "FullLoadStartTime": { "type": "timestamp" }, "FullLoadEndTime": { "type": "timestamp" }, "FullLoadReloaded": { "type": "boolean" }, "LastUpdateTime": { "type": "timestamp" }, "TableState": {}, "ValidationPendingRecords": { "type": "long" }, "ValidationFailedRecords": { "type": "long" }, "ValidationSuspendedRecords": { "type": "long" }, "ValidationState": {}, "ValidationStateDetails": {} } } }, "Marker": {} } } }, "ImportCertificate": { "input": { "type": "structure", "required": [ "CertificateIdentifier" ], "members": { "CertificateIdentifier": {}, "CertificatePem": { "shape": "Sq" }, "CertificateWallet": { "type": "blob" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "Certificate": { "shape": "S2y" } } } }, "ListTagsForResource": { "input": { "type": "structure", "members": { "ResourceArn": {}, "ResourceArnList": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "TagList": { "shape": "S3" } } } }, "ModifyEndpoint": { "input": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {}, "EndpointIdentifier": {}, "EndpointType": {}, "EngineName": {}, "Username": {}, "Password": { "shape": "Sq" }, "ServerName": {}, "Port": { "type": "integer" }, "DatabaseName": {}, "ExtraConnectionAttributes": {}, "CertificateArn": {}, "SslMode": {}, "ServiceAccessRoleArn": {}, "ExternalTableDefinition": {}, "DynamoDbSettings": { "shape": "St" }, "S3Settings": { "shape": "Su" }, "DmsTransferSettings": { "shape": "S14" }, "MongoDbSettings": { "shape": "S15" }, "KinesisSettings": { "shape": "S19" }, "KafkaSettings": { "shape": "S1b" }, "ElasticsearchSettings": { "shape": "S1e" }, "NeptuneSettings": { "shape": "S1f" }, "RedshiftSettings": { "shape": "S1g" }, "PostgreSQLSettings": { "shape": "S1h" }, "MySQLSettings": { "shape": "S1j" }, "OracleSettings": { "shape": "S1l" }, "SybaseSettings": { "shape": "S1o" }, "MicrosoftSQLServerSettings": { "shape": "S1p" }, "IBMDb2Settings": { "shape": "S1s" }, "DocDbSettings": { "shape": "S1t" }, "RedisSettings": { "shape": "S1u" }, "ExactSettings": { "type": "boolean" }, "GcpMySQLSettings": { "shape": "S1x" } } }, "output": { "type": "structure", "members": { "Endpoint": { "shape": "S1z" } } } }, "ModifyEventSubscription": { "input": { "type": "structure", "required": [ "SubscriptionName" ], "members": { "SubscriptionName": {}, "SnsTopicArn": {}, "SourceType": {}, "EventCategories": { "shape": "S21" }, "Enabled": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "EventSubscription": { "shape": "S24" } } } }, "ModifyReplicationInstance": { "input": { "type": "structure", "required": [ "ReplicationInstanceArn" ], "members": { "ReplicationInstanceArn": {}, "AllocatedStorage": { "type": "integer" }, "ApplyImmediately": { "type": "boolean" }, "ReplicationInstanceClass": {}, "VpcSecurityGroupIds": { "shape": "S29" }, "PreferredMaintenanceWindow": {}, "MultiAZ": { "type": "boolean" }, "EngineVersion": {}, "AllowMajorVersionUpgrade": { "type": "boolean" }, "AutoMinorVersionUpgrade": { "type": "boolean" }, "ReplicationInstanceIdentifier": {}, "NetworkType": {} } }, "output": { "type": "structure", "members": { "ReplicationInstance": { "shape": "S2b" } } } }, "ModifyReplicationSubnetGroup": { "input": { "type": "structure", "required": [ "ReplicationSubnetGroupIdentifier", "SubnetIds" ], "members": { "ReplicationSubnetGroupIdentifier": {}, "ReplicationSubnetGroupDescription": {}, "SubnetIds": { "shape": "S2o" } } }, "output": { "type": "structure", "members": { "ReplicationSubnetGroup": { "shape": "S2e" } } } }, "ModifyReplicationTask": { "input": { "type": "structure", "required": [ "ReplicationTaskArn" ], "members": { "ReplicationTaskArn": {}, "ReplicationTaskIdentifier": {}, "MigrationType": {}, "TableMappings": {}, "ReplicationTaskSettings": {}, "CdcStartTime": { "type": "timestamp" }, "CdcStartPosition": {}, "CdcStopPosition": {}, "TaskData": {} } }, "output": { "type": "structure", "members": { "ReplicationTask": { "shape": "S2t" } } } }, "MoveReplicationTask": { "input": { "type": "structure", "required": [ "ReplicationTaskArn", "TargetReplicationInstanceArn" ], "members": { "ReplicationTaskArn": {}, "TargetReplicationInstanceArn": {} } }, "output": { "type": "structure", "members": { "ReplicationTask": { "shape": "S2t" } } } }, "RebootReplicationInstance": { "input": { "type": "structure", "required": [ "ReplicationInstanceArn" ], "members": { "ReplicationInstanceArn": {}, "ForceFailover": { "type": "boolean" }, "ForcePlannedFailover": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "ReplicationInstance": { "shape": "S2b" } } } }, "RefreshSchemas": { "input": { "type": "structure", "required": [ "EndpointArn", "ReplicationInstanceArn" ], "members": { "EndpointArn": {}, "ReplicationInstanceArn": {} } }, "output": { "type": "structure", "members": { "RefreshSchemasStatus": { "shape": "S66" } } } }, "ReloadTables": { "input": { "type": "structure", "required": [ "ReplicationTaskArn", "TablesToReload" ], "members": { "ReplicationTaskArn": {}, "TablesToReload": { "type": "list", "member": { "type": "structure", "required": [ "SchemaName", "TableName" ], "members": { "SchemaName": {}, "TableName": {} } } }, "ReloadOption": {} } }, "output": { "type": "structure", "members": { "ReplicationTaskArn": {} } } }, "RemoveTagsFromResource": { "input": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": {}, "TagKeys": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "RunFleetAdvisorLsaAnalysis": { "output": { "type": "structure", "members": { "LsaAnalysisId": {}, "Status": {} } } }, "StartRecommendations": { "input": { "type": "structure", "required": [ "DatabaseId", "Settings" ], "members": { "DatabaseId": {}, "Settings": { "shape": "Sf" } } } }, "StartReplicationTask": { "input": { "type": "structure", "required": [ "ReplicationTaskArn", "StartReplicationTaskType" ], "members": { "ReplicationTaskArn": {}, "StartReplicationTaskType": {}, "CdcStartTime": { "type": "timestamp" }, "C