@aws-sdk/client-rds 3.358.0 → 3.359.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +952 -977
- package/dist-types/models/models_1.d.ts +461 -366
- package/package.json +3 -3
|
@@ -23,7 +23,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
|
|
27
27
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
28
28
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
29
29
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
@@ -23,7 +23,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>Describes provisioned RDS instances. This API supports pagination.</p>
|
|
27
27
|
* <note>
|
|
28
28
|
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
29
29
|
* </note>
|
|
@@ -23,7 +23,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
|
27
27
|
* You can change one or more settings by specifying these parameters and the new values in the
|
|
28
28
|
* request.</p>
|
|
29
29
|
* <p>For more information on Amazon Aurora DB clusters, see
|