1606 lines
38 KiB
JSON
1606 lines
38 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2014-10-31",
|
|
"endpointPrefix": "rds",
|
|
"protocol": "query",
|
|
"serviceAbbreviation": "Amazon DocDB",
|
|
"serviceFullName": "Amazon DocumentDB with MongoDB compatibility",
|
|
"serviceId": "DocDB",
|
|
"signatureVersion": "v4",
|
|
"signingName": "rds",
|
|
"uid": "docdb-2014-10-31",
|
|
"xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/"
|
|
},
|
|
"operations": {
|
|
"AddTagsToResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceName",
|
|
"Tags"
|
|
],
|
|
"members": {
|
|
"ResourceName": {},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ApplyPendingMaintenanceAction": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceIdentifier",
|
|
"ApplyAction",
|
|
"OptInType"
|
|
],
|
|
"members": {
|
|
"ResourceIdentifier": {},
|
|
"ApplyAction": {},
|
|
"OptInType": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ApplyPendingMaintenanceActionResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"ResourcePendingMaintenanceActions": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CopyDBClusterParameterGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceDBClusterParameterGroupIdentifier",
|
|
"TargetDBClusterParameterGroupIdentifier",
|
|
"TargetDBClusterParameterGroupDescription"
|
|
],
|
|
"members": {
|
|
"SourceDBClusterParameterGroupIdentifier": {},
|
|
"TargetDBClusterParameterGroupIdentifier": {},
|
|
"TargetDBClusterParameterGroupDescription": {},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CopyDBClusterParameterGroupResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterParameterGroup": {
|
|
"shape": "Sd"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CopyDBClusterSnapshot": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceDBClusterSnapshotIdentifier",
|
|
"TargetDBClusterSnapshotIdentifier"
|
|
],
|
|
"members": {
|
|
"SourceDBClusterSnapshotIdentifier": {},
|
|
"TargetDBClusterSnapshotIdentifier": {},
|
|
"KmsKeyId": {},
|
|
"PreSignedUrl": {},
|
|
"CopyTags": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CopyDBClusterSnapshotResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshot": {
|
|
"shape": "Sh"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDBCluster": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterIdentifier",
|
|
"Engine"
|
|
],
|
|
"members": {
|
|
"AvailabilityZones": {
|
|
"shape": "Si"
|
|
},
|
|
"BackupRetentionPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"DBClusterIdentifier": {},
|
|
"DBClusterParameterGroupName": {},
|
|
"VpcSecurityGroupIds": {
|
|
"shape": "Sn"
|
|
},
|
|
"DBSubnetGroupName": {},
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"MasterUsername": {},
|
|
"MasterUserPassword": {},
|
|
"PreferredBackupWindow": {},
|
|
"PreferredMaintenanceWindow": {},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
},
|
|
"StorageEncrypted": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {},
|
|
"EnableCloudwatchLogsExports": {
|
|
"shape": "So"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CreateDBClusterResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDBClusterParameterGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterParameterGroupName",
|
|
"DBParameterGroupFamily",
|
|
"Description"
|
|
],
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"DBParameterGroupFamily": {},
|
|
"Description": {},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CreateDBClusterParameterGroupResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterParameterGroup": {
|
|
"shape": "Sd"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDBClusterSnapshot": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterSnapshotIdentifier",
|
|
"DBClusterIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterSnapshotIdentifier": {},
|
|
"DBClusterIdentifier": {},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CreateDBClusterSnapshotResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshot": {
|
|
"shape": "Sh"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDBInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBInstanceIdentifier",
|
|
"DBInstanceClass",
|
|
"Engine",
|
|
"DBClusterIdentifier"
|
|
],
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"DBInstanceClass": {},
|
|
"Engine": {},
|
|
"AvailabilityZone": {},
|
|
"PreferredMaintenanceWindow": {},
|
|
"AutoMinorVersionUpgrade": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
},
|
|
"DBClusterIdentifier": {},
|
|
"PromotionTier": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CreateDBInstanceResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstance": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDBSubnetGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBSubnetGroupName",
|
|
"DBSubnetGroupDescription",
|
|
"SubnetIds"
|
|
],
|
|
"members": {
|
|
"DBSubnetGroupName": {},
|
|
"DBSubnetGroupDescription": {},
|
|
"SubnetIds": {
|
|
"shape": "S1e"
|
|
},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "CreateDBSubnetGroupResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBSubnetGroup": {
|
|
"shape": "S15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDBCluster": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"SkipFinalSnapshot": {
|
|
"type": "boolean"
|
|
},
|
|
"FinalDBSnapshotIdentifier": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DeleteDBClusterResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDBClusterParameterGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterParameterGroupName"
|
|
],
|
|
"members": {
|
|
"DBClusterParameterGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDBClusterSnapshot": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterSnapshotIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterSnapshotIdentifier": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DeleteDBClusterSnapshotResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshot": {
|
|
"shape": "Sh"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDBInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBInstanceIdentifier"
|
|
],
|
|
"members": {
|
|
"DBInstanceIdentifier": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DeleteDBInstanceResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstance": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDBSubnetGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBSubnetGroupName"
|
|
],
|
|
"members": {
|
|
"DBSubnetGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBClusterParameterGroups": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBClusterParameterGroupsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBClusterParameterGroups": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sd",
|
|
"locationName": "DBClusterParameterGroup"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBClusterParameters": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterParameterGroupName"
|
|
],
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"Source": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBClusterParametersResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Parameters": {
|
|
"shape": "S1w"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBClusterSnapshotAttributes": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterSnapshotIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterSnapshotIdentifier": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBClusterSnapshotAttributesResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshotAttributesResult": {
|
|
"shape": "S21"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBClusterSnapshots": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"DBClusterSnapshotIdentifier": {},
|
|
"SnapshotType": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {},
|
|
"IncludeShared": {
|
|
"type": "boolean"
|
|
},
|
|
"IncludePublic": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBClusterSnapshotsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBClusterSnapshots": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sh",
|
|
"locationName": "DBClusterSnapshot"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBClusters": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBClustersResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBClusters": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sq",
|
|
"locationName": "DBCluster"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBEngineVersions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"DBParameterGroupFamily": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {},
|
|
"DefaultOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"ListSupportedCharacterSets": {
|
|
"type": "boolean"
|
|
},
|
|
"ListSupportedTimezones": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBEngineVersionsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBEngineVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "DBEngineVersion",
|
|
"type": "structure",
|
|
"members": {
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"DBParameterGroupFamily": {},
|
|
"DBEngineDescription": {},
|
|
"DBEngineVersionDescription": {},
|
|
"ValidUpgradeTarget": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "UpgradeTarget",
|
|
"type": "structure",
|
|
"members": {
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"Description": {},
|
|
"AutoUpgrade": {
|
|
"type": "boolean"
|
|
},
|
|
"IsMajorVersionUpgrade": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ExportableLogTypes": {
|
|
"shape": "So"
|
|
},
|
|
"SupportsLogExportsToCloudwatchLogs": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBInstances": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBInstancesResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBInstances": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S13",
|
|
"locationName": "DBInstance"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDBSubnetGroups": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBSubnetGroupName": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeDBSubnetGroupsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"DBSubnetGroups": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S15",
|
|
"locationName": "DBSubnetGroup"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEngineDefaultClusterParameters": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBParameterGroupFamily"
|
|
],
|
|
"members": {
|
|
"DBParameterGroupFamily": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeEngineDefaultClusterParametersResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"EngineDefaults": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBParameterGroupFamily": {},
|
|
"Marker": {},
|
|
"Parameters": {
|
|
"shape": "S1w"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEventCategories": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceType": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeEventCategoriesResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"EventCategoriesMapList": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "EventCategoriesMap",
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceType": {},
|
|
"EventCategories": {
|
|
"shape": "S2u"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEvents": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceIdentifier": {},
|
|
"SourceType": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Duration": {
|
|
"type": "integer"
|
|
},
|
|
"EventCategories": {
|
|
"shape": "S2u"
|
|
},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeEventsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"Marker": {},
|
|
"Events": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Event",
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceIdentifier": {},
|
|
"SourceType": {},
|
|
"Message": {},
|
|
"EventCategories": {
|
|
"shape": "S2u"
|
|
},
|
|
"Date": {
|
|
"type": "timestamp"
|
|
},
|
|
"SourceArn": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeOrderableDBInstanceOptions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Engine"
|
|
],
|
|
"members": {
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"DBInstanceClass": {},
|
|
"LicenseModel": {},
|
|
"Vpc": {
|
|
"type": "boolean"
|
|
},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
},
|
|
"Marker": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribeOrderableDBInstanceOptionsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"OrderableDBInstanceOptions": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "OrderableDBInstanceOption",
|
|
"type": "structure",
|
|
"members": {
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"DBInstanceClass": {},
|
|
"LicenseModel": {},
|
|
"AvailabilityZones": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S18",
|
|
"locationName": "AvailabilityZone"
|
|
}
|
|
},
|
|
"Vpc": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
}
|
|
},
|
|
"Marker": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribePendingMaintenanceActions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ResourceIdentifier": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
},
|
|
"Marker": {},
|
|
"MaxRecords": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "DescribePendingMaintenanceActionsResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"PendingMaintenanceActions": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S7",
|
|
"locationName": "ResourcePendingMaintenanceActions"
|
|
}
|
|
},
|
|
"Marker": {}
|
|
}
|
|
}
|
|
},
|
|
"FailoverDBCluster": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"TargetDBInstanceIdentifier": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "FailoverDBClusterResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListTagsForResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceName"
|
|
],
|
|
"members": {
|
|
"ResourceName": {},
|
|
"Filters": {
|
|
"shape": "S1p"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ListTagsForResourceResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"TagList": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModifyDBCluster": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"NewDBClusterIdentifier": {},
|
|
"ApplyImmediately": {
|
|
"type": "boolean"
|
|
},
|
|
"BackupRetentionPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"DBClusterParameterGroupName": {},
|
|
"VpcSecurityGroupIds": {
|
|
"shape": "Sn"
|
|
},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"MasterUserPassword": {},
|
|
"PreferredBackupWindow": {},
|
|
"PreferredMaintenanceWindow": {},
|
|
"CloudwatchLogsExportConfiguration": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EnableLogTypes": {
|
|
"shape": "So"
|
|
},
|
|
"DisableLogTypes": {
|
|
"shape": "So"
|
|
}
|
|
}
|
|
},
|
|
"EngineVersion": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ModifyDBClusterResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModifyDBClusterParameterGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterParameterGroupName",
|
|
"Parameters"
|
|
],
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"Parameters": {
|
|
"shape": "S1w"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"shape": "S3g",
|
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
}
|
|
},
|
|
"ModifyDBClusterSnapshotAttribute": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterSnapshotIdentifier",
|
|
"AttributeName"
|
|
],
|
|
"members": {
|
|
"DBClusterSnapshotIdentifier": {},
|
|
"AttributeName": {},
|
|
"ValuesToAdd": {
|
|
"shape": "S24"
|
|
},
|
|
"ValuesToRemove": {
|
|
"shape": "S24"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ModifyDBClusterSnapshotAttributeResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshotAttributesResult": {
|
|
"shape": "S21"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModifyDBInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBInstanceIdentifier"
|
|
],
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"DBInstanceClass": {},
|
|
"ApplyImmediately": {
|
|
"type": "boolean"
|
|
},
|
|
"PreferredMaintenanceWindow": {},
|
|
"AutoMinorVersionUpgrade": {
|
|
"type": "boolean"
|
|
},
|
|
"NewDBInstanceIdentifier": {},
|
|
"PromotionTier": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ModifyDBInstanceResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstance": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModifyDBSubnetGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBSubnetGroupName",
|
|
"SubnetIds"
|
|
],
|
|
"members": {
|
|
"DBSubnetGroupName": {},
|
|
"DBSubnetGroupDescription": {},
|
|
"SubnetIds": {
|
|
"shape": "S1e"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "ModifyDBSubnetGroupResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBSubnetGroup": {
|
|
"shape": "S15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RebootDBInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBInstanceIdentifier"
|
|
],
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"ForceFailover": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "RebootDBInstanceResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstance": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RemoveTagsFromResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceName",
|
|
"TagKeys"
|
|
],
|
|
"members": {
|
|
"ResourceName": {},
|
|
"TagKeys": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ResetDBClusterParameterGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterParameterGroupName"
|
|
],
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"ResetAllParameters": {
|
|
"type": "boolean"
|
|
},
|
|
"Parameters": {
|
|
"shape": "S1w"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"shape": "S3g",
|
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
}
|
|
},
|
|
"RestoreDBClusterFromSnapshot": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterIdentifier",
|
|
"SnapshotIdentifier",
|
|
"Engine"
|
|
],
|
|
"members": {
|
|
"AvailabilityZones": {
|
|
"shape": "Si"
|
|
},
|
|
"DBClusterIdentifier": {},
|
|
"SnapshotIdentifier": {},
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"DBSubnetGroupName": {},
|
|
"VpcSecurityGroupIds": {
|
|
"shape": "Sn"
|
|
},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
},
|
|
"KmsKeyId": {},
|
|
"EnableCloudwatchLogsExports": {
|
|
"shape": "So"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "RestoreDBClusterFromSnapshotResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RestoreDBClusterToPointInTime": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DBClusterIdentifier",
|
|
"SourceDBClusterIdentifier"
|
|
],
|
|
"members": {
|
|
"DBClusterIdentifier": {},
|
|
"SourceDBClusterIdentifier": {},
|
|
"RestoreToTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"UseLatestRestorableTime": {
|
|
"type": "boolean"
|
|
},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"DBSubnetGroupName": {},
|
|
"VpcSecurityGroupIds": {
|
|
"shape": "Sn"
|
|
},
|
|
"Tags": {
|
|
"shape": "S3"
|
|
},
|
|
"KmsKeyId": {},
|
|
"EnableCloudwatchLogsExports": {
|
|
"shape": "So"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"resultWrapper": "RestoreDBClusterToPointInTimeResult",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBCluster": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"S3": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Tag",
|
|
"type": "structure",
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"S7": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ResourceIdentifier": {},
|
|
"PendingMaintenanceActionDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "PendingMaintenanceAction",
|
|
"type": "structure",
|
|
"members": {
|
|
"Action": {},
|
|
"AutoAppliedAfterDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"ForcedApplyDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"OptInStatus": {},
|
|
"CurrentApplyDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"Description": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"Sd": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterParameterGroupName": {},
|
|
"DBParameterGroupFamily": {},
|
|
"Description": {},
|
|
"DBClusterParameterGroupArn": {}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"Sh": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AvailabilityZones": {
|
|
"shape": "Si"
|
|
},
|
|
"DBClusterSnapshotIdentifier": {},
|
|
"DBClusterIdentifier": {},
|
|
"SnapshotCreateTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Engine": {},
|
|
"Status": {},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"VpcId": {},
|
|
"ClusterCreateTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MasterUsername": {},
|
|
"EngineVersion": {},
|
|
"SnapshotType": {},
|
|
"PercentProgress": {
|
|
"type": "integer"
|
|
},
|
|
"StorageEncrypted": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {},
|
|
"DBClusterSnapshotArn": {},
|
|
"SourceDBClusterSnapshotArn": {}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"Si": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "AvailabilityZone"
|
|
}
|
|
},
|
|
"Sn": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "VpcSecurityGroupId"
|
|
}
|
|
},
|
|
"So": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sq": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AvailabilityZones": {
|
|
"shape": "Si"
|
|
},
|
|
"BackupRetentionPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"DBClusterIdentifier": {},
|
|
"DBClusterParameterGroup": {},
|
|
"DBSubnetGroup": {},
|
|
"Status": {},
|
|
"PercentProgress": {},
|
|
"EarliestRestorableTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Endpoint": {},
|
|
"ReaderEndpoint": {},
|
|
"MultiAZ": {
|
|
"type": "boolean"
|
|
},
|
|
"Engine": {},
|
|
"EngineVersion": {},
|
|
"LatestRestorableTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"MasterUsername": {},
|
|
"PreferredBackupWindow": {},
|
|
"PreferredMaintenanceWindow": {},
|
|
"DBClusterMembers": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "DBClusterMember",
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"IsClusterWriter": {
|
|
"type": "boolean"
|
|
},
|
|
"DBClusterParameterGroupStatus": {},
|
|
"PromotionTier": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
}
|
|
},
|
|
"VpcSecurityGroups": {
|
|
"shape": "St"
|
|
},
|
|
"HostedZoneId": {},
|
|
"StorageEncrypted": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {},
|
|
"DbClusterResourceId": {},
|
|
"DBClusterArn": {},
|
|
"AssociatedRoles": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "DBClusterRole",
|
|
"type": "structure",
|
|
"members": {
|
|
"RoleArn": {},
|
|
"Status": {}
|
|
}
|
|
}
|
|
},
|
|
"ClusterCreateTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EnabledCloudwatchLogsExports": {
|
|
"shape": "So"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"St": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "VpcSecurityGroupMembership",
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcSecurityGroupId": {},
|
|
"Status": {}
|
|
}
|
|
}
|
|
},
|
|
"S13": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstanceIdentifier": {},
|
|
"DBInstanceClass": {},
|
|
"Engine": {},
|
|
"DBInstanceStatus": {},
|
|
"Endpoint": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Address": {},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"HostedZoneId": {}
|
|
}
|
|
},
|
|
"InstanceCreateTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"PreferredBackupWindow": {},
|
|
"BackupRetentionPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"VpcSecurityGroups": {
|
|
"shape": "St"
|
|
},
|
|
"AvailabilityZone": {},
|
|
"DBSubnetGroup": {
|
|
"shape": "S15"
|
|
},
|
|
"PreferredMaintenanceWindow": {},
|
|
"PendingModifiedValues": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBInstanceClass": {},
|
|
"AllocatedStorage": {
|
|
"type": "integer"
|
|
},
|
|
"MasterUserPassword": {},
|
|
"Port": {
|
|
"type": "integer"
|
|
},
|
|
"BackupRetentionPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"MultiAZ": {
|
|
"type": "boolean"
|
|
},
|
|
"EngineVersion": {},
|
|
"LicenseModel": {},
|
|
"Iops": {
|
|
"type": "integer"
|
|
},
|
|
"DBInstanceIdentifier": {},
|
|
"StorageType": {},
|
|
"CACertificateIdentifier": {},
|
|
"DBSubnetGroupName": {},
|
|
"PendingCloudwatchLogsExports": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LogTypesToEnable": {
|
|
"shape": "So"
|
|
},
|
|
"LogTypesToDisable": {
|
|
"shape": "So"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"LatestRestorableTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EngineVersion": {},
|
|
"AutoMinorVersionUpgrade": {
|
|
"type": "boolean"
|
|
},
|
|
"PubliclyAccessible": {
|
|
"type": "boolean"
|
|
},
|
|
"StatusInfos": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "DBInstanceStatusInfo",
|
|
"type": "structure",
|
|
"members": {
|
|
"StatusType": {},
|
|
"Normal": {
|
|
"type": "boolean"
|
|
},
|
|
"Status": {},
|
|
"Message": {}
|
|
}
|
|
}
|
|
},
|
|
"DBClusterIdentifier": {},
|
|
"StorageEncrypted": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {},
|
|
"DbiResourceId": {},
|
|
"PromotionTier": {
|
|
"type": "integer"
|
|
},
|
|
"DBInstanceArn": {},
|
|
"EnabledCloudwatchLogsExports": {
|
|
"shape": "So"
|
|
}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"S15": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBSubnetGroupName": {},
|
|
"DBSubnetGroupDescription": {},
|
|
"VpcId": {},
|
|
"SubnetGroupStatus": {},
|
|
"Subnets": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Subnet",
|
|
"type": "structure",
|
|
"members": {
|
|
"SubnetIdentifier": {},
|
|
"SubnetAvailabilityZone": {
|
|
"shape": "S18"
|
|
},
|
|
"SubnetStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"DBSubnetGroupArn": {}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"S18": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"S1e": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "SubnetIdentifier"
|
|
}
|
|
},
|
|
"S1p": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Filter",
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Value"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S1w": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "Parameter",
|
|
"type": "structure",
|
|
"members": {
|
|
"ParameterName": {},
|
|
"ParameterValue": {},
|
|
"Description": {},
|
|
"Source": {},
|
|
"ApplyType": {},
|
|
"DataType": {},
|
|
"AllowedValues": {},
|
|
"IsModifiable": {
|
|
"type": "boolean"
|
|
},
|
|
"MinimumEngineVersion": {},
|
|
"ApplyMethod": {}
|
|
}
|
|
}
|
|
},
|
|
"S21": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterSnapshotIdentifier": {},
|
|
"DBClusterSnapshotAttributes": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "DBClusterSnapshotAttribute",
|
|
"type": "structure",
|
|
"members": {
|
|
"AttributeName": {},
|
|
"AttributeValues": {
|
|
"shape": "S24"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"wrapper": true
|
|
},
|
|
"S24": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "AttributeValue"
|
|
}
|
|
},
|
|
"S2u": {
|
|
"type": "list",
|
|
"member": {
|
|
"locationName": "EventCategory"
|
|
}
|
|
},
|
|
"S3g": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DBClusterParameterGroupName": {}
|
|
}
|
|
}
|
|
}
|
|
} |