Skip to content

Commit 73bf48e

Browse files
author
awstools
committed
feat(client-rds): Added RDS HTTP Endpoint feature support flag to DescribeOrderableDBInstanceOptions API
1 parent 4a9769e commit 73bf48e

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput
115115
* // MinStorageThroughputPerIops: Number("double"),
116116
* // MaxStorageThroughputPerIops: Number("double"),
117117
* // SupportsDedicatedLogVolume: true || false,
118+
* // SupportsHttpEndpoint: true || false,
118119
* // },
119120
* // ],
120121
* // Marker: "STRING_VALUE",

clients/client-rds/src/models/models_0.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10246,14 +10246,14 @@ export interface CreateDBInstanceReadReplicaMessage {
1024610246
/**
1024710247
* <p>The name of the DB parameter group to associate with this read replica DB
1024810248
* instance.</p>
10249-
* <p>For the Db2 DB engine, if your source DB instance uses the Bring Your Own License
10250-
* model, then a custom parameter group must be associated with the replica. For a same
10251-
* Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS
10249+
* <p>For the Db2 DB engine, if your source DB instance uses the bring your own license
10250+
* (BYOL) model, then a custom parameter group must be associated with the replica. For a
10251+
* same Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS
1025210252
* associates the custom parameter group associated with the source DB instance. For a
1025310253
* cross-Region replica, you must specify a custom parameter group. This custom parameter
1025410254
* group must include your IBM Site ID and IBM Customer ID. For more information, see
10255-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info"> IBM IDs
10256-
* for Bring Your Own License for Db2</a>. </p>
10255+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info">IBM IDs
10256+
* for bring your own license (BYOL) for Db2</a>. </p>
1025710257
* <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a
1025810258
* value for <code>DBParameterGroupName</code>, then Amazon RDS uses the
1025910259
* <code>DBParameterGroup</code> of the source DB instance for a same Region read
@@ -12712,7 +12712,7 @@ export interface GlobalCluster {
1271212712
GlobalClusterIdentifier?: string | undefined;
1271312713

1271412714
/**
12715-
* <p>The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in
12715+
* <p>The Amazon Web Services <a href="https://docs.aws.amazon.com/glossary/latest/reference/glos-chap.html?id=docs_gateway#partition">partition</a>-unique, immutable identifier for the global database cluster. This identifier is found in
1271612716
* Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.</p>
1271712717
* @public
1271812718
*/

clients/client-rds/src/models/models_1.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6131,6 +6131,12 @@ export interface OrderableDBInstanceOption {
61316131
* @public
61326132
*/
61336133
SupportsDedicatedLogVolume?: boolean | undefined;
6134+
6135+
/**
6136+
* <p>Indicates whether a DB instance supports HTTP endpoints.</p>
6137+
* @public
6138+
*/
6139+
SupportsHttpEndpoint?: boolean | undefined;
61346140
}
61356141

61366142
/**

clients/client-rds/src/protocols/Aws_query.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23199,6 +23199,9 @@ const de_OrderableDBInstanceOption = (output: any, context: __SerdeContext): Ord
2319923199
if (output[_SDLV] != null) {
2320023200
contents[_SDLV] = __parseBoolean(output[_SDLV]);
2320123201
}
23202+
if (output[_SHE] != null) {
23203+
contents[_SHE] = __parseBoolean(output[_SHE]);
23204+
}
2320223205
return contents;
2320323206
};
2320423207

@@ -26027,6 +26030,7 @@ const _SG = "SecurityGroups";
2602726030
const _SGC = "SwitchoverGlobalCluster";
2602826031
const _SGD = "SupportsGlobalDatabases";
2602926032
const _SGS = "SubnetGroupStatus";
26033+
const _SHE = "SupportsHttpEndpoint";
2603026034
const _SI = "SourceIdentifier";
2603126035
const _SIAMDA = "SupportsIAMDatabaseAuthentication";
2603226036
const _SIL = "SourceIdsList";

codegen/sdk-codegen/aws-models/rds.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,7 +5461,7 @@
54615461
"DBParameterGroupName": {
54625462
"target": "com.amazonaws.rds#String",
54635463
"traits": {
5464-
"smithy.api#documentation": "<p>The name of the DB parameter group to associate with this read replica DB\n instance.</p>\n <p>For the Db2 DB engine, if your source DB instance uses the Bring Your Own License\n model, then a custom parameter group must be associated with the replica. For a same\n Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS\n associates the custom parameter group associated with the source DB instance. For a\n cross-Region replica, you must specify a custom parameter group. This custom parameter\n group must include your IBM Site ID and IBM Customer ID. For more information, see\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info\"> IBM IDs\n for Bring Your Own License for Db2</a>. </p>\n <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a\n value for <code>DBParameterGroupName</code>, then Amazon RDS uses the\n <code>DBParameterGroup</code> of the source DB instance for a same Region read\n replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a\n cross-Region read replica.</p>\n <p>For Multi-AZ DB cluster same Region read replica instances, if you don't specify a\n value for <code>DBParameterGroupName</code>, then Amazon RDS uses the default\n <code>DBParameterGroup</code>.</p>\n <p>Specifying a parameter group for this operation is only supported for MySQL DB\n instances for cross-Region read replicas, for Multi-AZ DB cluster read replica\n instances, for Db2 DB instances, and for Oracle DB instances. It isn't supported for\n MySQL DB instances for same Region read replicas or for RDS Custom.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>"
5464+
"smithy.api#documentation": "<p>The name of the DB parameter group to associate with this read replica DB\n instance.</p>\n <p>For the Db2 DB engine, if your source DB instance uses the bring your own license\n (BYOL) model, then a custom parameter group must be associated with the replica. For a\n same Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS\n associates the custom parameter group associated with the source DB instance. For a\n cross-Region replica, you must specify a custom parameter group. This custom parameter\n group must include your IBM Site ID and IBM Customer ID. For more information, see\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info\">IBM IDs\n for bring your own license (BYOL) for Db2</a>. </p>\n <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a\n value for <code>DBParameterGroupName</code>, then Amazon RDS uses the\n <code>DBParameterGroup</code> of the source DB instance for a same Region read\n replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a\n cross-Region read replica.</p>\n <p>For Multi-AZ DB cluster same Region read replica instances, if you don't specify a\n value for <code>DBParameterGroupName</code>, then Amazon RDS uses the default\n <code>DBParameterGroup</code>.</p>\n <p>Specifying a parameter group for this operation is only supported for MySQL DB\n instances for cross-Region read replicas, for Multi-AZ DB cluster read replica\n instances, for Db2 DB instances, and for Oracle DB instances. It isn't supported for\n MySQL DB instances for same Region read replicas or for RDS Custom.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Can't end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>"
54655465
}
54665466
},
54675467
"PubliclyAccessible": {
@@ -19592,7 +19592,7 @@
1959219592
"GlobalClusterResourceId": {
1959319593
"target": "com.amazonaws.rds#String",
1959419594
"traits": {
19595-
"smithy.api#documentation": "<p>The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in\n Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.</p>"
19595+
"smithy.api#documentation": "<p>The Amazon Web Services <a href=\"https://docs.aws.amazon.com/glossary/latest/reference/glos-chap.html?id=docs_gateway#partition\">partition</a>-unique, immutable identifier for the global database cluster. This identifier is found in\n Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.</p>"
1959619596
}
1959719597
},
1959819598
"GlobalClusterArn": {
@@ -24770,6 +24770,12 @@
2477024770
"traits": {
2477124771
"smithy.api#documentation": "<p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>"
2477224772
}
24773+
},
24774+
"SupportsHttpEndpoint": {
24775+
"target": "com.amazonaws.rds#Boolean",
24776+
"traits": {
24777+
"smithy.api#documentation": "<p>Indicates whether a DB instance supports HTTP endpoints.</p>"
24778+
}
2477324779
}
2477424780
},
2477524781
"traits": {

0 commit comments

Comments
 (0)