All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen-resources.customization.config Maven / Gradle / Ivy

{
    "shapeModifiers" : {
        "CopyDBSnapshotMessage" : {
            "inject" : [
                {
                    // This is for enabling automatic request presigning only; it should not be marshalled
                    "SourceRegion" : {
                        "shape" : "String",
                        "documentation" : "The region where the source snapshot is located."
                    }
                }
            ]
        },
        "CreateDBInstanceReadReplicaMessage" : {
            "inject" : [
                {
                    // This is for enabling automatic request presigning only; it should not be marshalled
                    "SourceRegion" : {
                        "shape" : "String",
                        "documentation" : "The region where the source instance is located."
                    }
                }
            ]
        }

    },
    "blacklistedSimpleMethods" : ["failoverDBCluster"],
    "deprecatedShapes" : [
        "BackupPolicyNotFoundFault"
    ],
    "verifiedSimpleMethods" : [
        "describeAccountAttributes",
        "describeCertificates",
        "describeDBClusterEndpoints",
        "describeDBClusterParameterGroups",
        "describeDBClusterSnapshots",
        "describeDBClusters",
        "describeDBEngineVersions",
        "describeDBInstanceAutomatedBackups",
        "describeDBInstances",
        "describeDBParameterGroups",
        "describeDBSecurityGroups",
        "describeDBSnapshots",
        "describeDBSubnetGroups",
        "describeEventCategories",
        "describeEventSubscriptions",
        "describeEvents",
        "describeGlobalClusters",
        "describeOptionGroups",
        "describePendingMaintenanceActions",
        "describeReservedDBInstances",
        "describeReservedDBInstancesOfferings",
        "describeSourceRegions"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy