@aws-sdk/client-rds 3.533.0 → 3.534.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.
@@ -5940,14 +5940,19 @@ export interface CreateDBInstanceMessage {
5940
5940
  * </dd>
5941
5941
  * <dt>RDS for Db2</dt>
5942
5942
  * <dd>
5943
- * <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>
5943
+ * <p>The name of the database to create when the DB instance is created. If
5944
+ * this parameter isn't specified, no database is created in the DB instance.
5945
+ * In some cases, we recommend that you don't add a database name. For more
5946
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations">Additional considerations</a> in the <i>Amazon RDS User
5947
+ * Guide</i>.</p>
5944
5948
  * <p>Constraints:</p>
5945
5949
  * <ul>
5946
5950
  * <li>
5947
5951
  * <p>Must contain 1 to 64 letters or numbers.</p>
5948
5952
  * </li>
5949
5953
  * <li>
5950
- * <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
5954
+ * <p>Must begin with a letter. Subsequent characters can be letters,
5955
+ * underscores, or digits (0-9).</p>
5951
5956
  * </li>
5952
5957
  * <li>
5953
5958
  * <p>Can't be a word reserved by the specified database engine.</p>
@@ -4332,7 +4332,9 @@ export interface DescribeGlobalClustersMessage {
4332
4332
  GlobalClusterIdentifier?: string;
4333
4333
  /**
4334
4334
  * @public
4335
- * <p>This parameter isn't currently supported.</p>
4335
+ * <p>A filter that specifies one or more global database clusters to describe. This parameter is case-sensitive.</p>
4336
+ * <p>Currently, the only supported filter is <code>region</code>.</p>
4337
+ * <p>If used, the request returns information about any global cluster with at least one member (primary or secondary) in the specified Amazon Web Services Regions.</p>
4336
4338
  */
4337
4339
  Filters?: Filter[];
4338
4340
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.534.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",