@aws-sdk/client-rds 3.881.0 → 3.883.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-cjs/index.js +52 -19
- package/dist-es/models/models_0.js +9 -12
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/protocols/Aws_query.js +22 -2
- package/dist-types/commands/CreateDBProxyCommand.d.ts +4 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +2 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +170 -22
- package/dist-types/models/models_1.d.ts +22 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +19 -10
- package/dist-types/ts3.4/models/models_1.d.ts +10 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -208,6 +208,7 @@ __export(index_exports, {
|
|
|
208
208
|
DownloadDBLogFilePortionCommand: () => DownloadDBLogFilePortionCommand,
|
|
209
209
|
Ec2ImagePropertiesNotSupportedFault: () => Ec2ImagePropertiesNotSupportedFault,
|
|
210
210
|
EnableHttpEndpointCommand: () => EnableHttpEndpointCommand,
|
|
211
|
+
EndpointNetworkType: () => EndpointNetworkType,
|
|
211
212
|
EngineFamily: () => EngineFamily,
|
|
212
213
|
EventSubscriptionQuotaExceededFault: () => EventSubscriptionQuotaExceededFault,
|
|
213
214
|
ExportSourceType: () => ExportSourceType,
|
|
@@ -359,6 +360,7 @@ __export(index_exports, {
|
|
|
359
360
|
SwitchoverBlueGreenDeploymentCommand: () => SwitchoverBlueGreenDeploymentCommand,
|
|
360
361
|
SwitchoverGlobalClusterCommand: () => SwitchoverGlobalClusterCommand,
|
|
361
362
|
SwitchoverReadReplicaCommand: () => SwitchoverReadReplicaCommand,
|
|
363
|
+
TargetConnectionNetworkType: () => TargetConnectionNetworkType,
|
|
362
364
|
TargetHealthReason: () => TargetHealthReason,
|
|
363
365
|
TargetRole: () => TargetRole,
|
|
364
366
|
TargetState: () => TargetState,
|
|
@@ -1983,11 +1985,20 @@ var IAMAuthMode = {
|
|
|
1983
1985
|
ENABLED: "ENABLED",
|
|
1984
1986
|
REQUIRED: "REQUIRED"
|
|
1985
1987
|
};
|
|
1988
|
+
var EndpointNetworkType = {
|
|
1989
|
+
DUAL: "DUAL",
|
|
1990
|
+
IPV4: "IPV4",
|
|
1991
|
+
IPV6: "IPV6"
|
|
1992
|
+
};
|
|
1986
1993
|
var EngineFamily = {
|
|
1987
1994
|
MYSQL: "MYSQL",
|
|
1988
1995
|
POSTGRESQL: "POSTGRESQL",
|
|
1989
1996
|
SQLSERVER: "SQLSERVER"
|
|
1990
1997
|
};
|
|
1998
|
+
var TargetConnectionNetworkType = {
|
|
1999
|
+
IPV4: "IPV4",
|
|
2000
|
+
IPV6: "IPV6"
|
|
2001
|
+
};
|
|
1991
2002
|
var DBProxyStatus = {
|
|
1992
2003
|
AVAILABLE: "available",
|
|
1993
2004
|
CREATING: "creating",
|
|
@@ -2821,24 +2832,6 @@ var InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFau
|
|
|
2821
2832
|
Object.setPrototypeOf(this, _InvalidEventSubscriptionStateFault.prototype);
|
|
2822
2833
|
}
|
|
2823
2834
|
};
|
|
2824
|
-
var InvalidIntegrationStateFault = class _InvalidIntegrationStateFault extends RDSServiceException {
|
|
2825
|
-
static {
|
|
2826
|
-
__name(this, "InvalidIntegrationStateFault");
|
|
2827
|
-
}
|
|
2828
|
-
name = "InvalidIntegrationStateFault";
|
|
2829
|
-
$fault = "client";
|
|
2830
|
-
/**
|
|
2831
|
-
* @internal
|
|
2832
|
-
*/
|
|
2833
|
-
constructor(opts) {
|
|
2834
|
-
super({
|
|
2835
|
-
name: "InvalidIntegrationStateFault",
|
|
2836
|
-
$fault: "client",
|
|
2837
|
-
...opts
|
|
2838
|
-
});
|
|
2839
|
-
Object.setPrototypeOf(this, _InvalidIntegrationStateFault.prototype);
|
|
2840
|
-
}
|
|
2841
|
-
};
|
|
2842
2835
|
var CreateTenantDatabaseMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2843
2836
|
...obj,
|
|
2844
2837
|
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2860,6 +2853,24 @@ var CreateTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2860
2853
|
|
|
2861
2854
|
// src/models/models_1.ts
|
|
2862
2855
|
|
|
2856
|
+
var InvalidIntegrationStateFault = class _InvalidIntegrationStateFault extends RDSServiceException {
|
|
2857
|
+
static {
|
|
2858
|
+
__name(this, "InvalidIntegrationStateFault");
|
|
2859
|
+
}
|
|
2860
|
+
name = "InvalidIntegrationStateFault";
|
|
2861
|
+
$fault = "client";
|
|
2862
|
+
/**
|
|
2863
|
+
* @internal
|
|
2864
|
+
*/
|
|
2865
|
+
constructor(opts) {
|
|
2866
|
+
super({
|
|
2867
|
+
name: "InvalidIntegrationStateFault",
|
|
2868
|
+
$fault: "client",
|
|
2869
|
+
...opts
|
|
2870
|
+
});
|
|
2871
|
+
Object.setPrototypeOf(this, _InvalidIntegrationStateFault.prototype);
|
|
2872
|
+
}
|
|
2873
|
+
};
|
|
2863
2874
|
var InvalidOptionGroupStateFault = class _InvalidOptionGroupStateFault extends RDSServiceException {
|
|
2864
2875
|
static {
|
|
2865
2876
|
__name(this, "InvalidOptionGroupStateFault");
|
|
@@ -10119,6 +10130,9 @@ var se_CreateDBProxyEndpointRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
10119
10130
|
entries[loc] = value;
|
|
10120
10131
|
});
|
|
10121
10132
|
}
|
|
10133
|
+
if (input[_ENT] != null) {
|
|
10134
|
+
entries[_ENT] = input[_ENT];
|
|
10135
|
+
}
|
|
10122
10136
|
return entries;
|
|
10123
10137
|
}, "se_CreateDBProxyEndpointRequest");
|
|
10124
10138
|
var se_CreateDBProxyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10181,6 +10195,12 @@ var se_CreateDBProxyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
10181
10195
|
entries[loc] = value;
|
|
10182
10196
|
});
|
|
10183
10197
|
}
|
|
10198
|
+
if (input[_ENT] != null) {
|
|
10199
|
+
entries[_ENT] = input[_ENT];
|
|
10200
|
+
}
|
|
10201
|
+
if (input[_TCNT] != null) {
|
|
10202
|
+
entries[_TCNT] = input[_TCNT];
|
|
10203
|
+
}
|
|
10184
10204
|
return entries;
|
|
10185
10205
|
}, "se_CreateDBProxyRequest");
|
|
10186
10206
|
var se_CreateDBSecurityGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -16877,6 +16897,12 @@ var de_DBProxy = /* @__PURE__ */ __name((output, context) => {
|
|
|
16877
16897
|
if (output[_UD] != null) {
|
|
16878
16898
|
contents[_UD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_UD]));
|
|
16879
16899
|
}
|
|
16900
|
+
if (output[_ENT] != null) {
|
|
16901
|
+
contents[_ENT] = (0, import_smithy_client.expectString)(output[_ENT]);
|
|
16902
|
+
}
|
|
16903
|
+
if (output[_TCNT] != null) {
|
|
16904
|
+
contents[_TCNT] = (0, import_smithy_client.expectString)(output[_TCNT]);
|
|
16905
|
+
}
|
|
16880
16906
|
return contents;
|
|
16881
16907
|
}, "de_DBProxy");
|
|
16882
16908
|
var de_DBProxyAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -16925,6 +16951,9 @@ var de_DBProxyEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
16925
16951
|
if (output[_ID] != null) {
|
|
16926
16952
|
contents[_ID] = (0, import_smithy_client.parseBoolean)(output[_ID]);
|
|
16927
16953
|
}
|
|
16954
|
+
if (output[_ENT] != null) {
|
|
16955
|
+
contents[_ENT] = (0, import_smithy_client.expectString)(output[_ENT]);
|
|
16956
|
+
}
|
|
16928
16957
|
return contents;
|
|
16929
16958
|
}, "de_DBProxyEndpoint");
|
|
16930
16959
|
var de_DBProxyEndpointAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -21231,6 +21260,7 @@ var _EMn = "EngineMode";
|
|
|
21231
21260
|
var _EMr = "ErrorMessage";
|
|
21232
21261
|
var _EN = "EngineName";
|
|
21233
21262
|
var _ENAFI = "EngineNativeAuditFieldsIncluded";
|
|
21263
|
+
var _ENT = "EndpointNetworkType";
|
|
21234
21264
|
var _EO = "ExportOnly";
|
|
21235
21265
|
var _EPI = "EnablePerformanceInsights";
|
|
21236
21266
|
var _ERT = "EarliestRestorableTime";
|
|
@@ -21696,6 +21726,7 @@ var _TAi = "TimeoutAction";
|
|
|
21696
21726
|
var _TCA = "TdeCredentialArn";
|
|
21697
21727
|
var _TCAZ = "TargetCustomAvailabilityZone";
|
|
21698
21728
|
var _TCI = "TrackedClusterId";
|
|
21729
|
+
var _TCNT = "TargetConnectionNetworkType";
|
|
21699
21730
|
var _TCP = "TdeCredentialPassword";
|
|
21700
21731
|
var _TD = "TenantDatabase";
|
|
21701
21732
|
var _TDARN = "TenantDatabaseARN";
|
|
@@ -25846,7 +25877,9 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25846
25877
|
AuthScheme,
|
|
25847
25878
|
ClientPasswordAuthType,
|
|
25848
25879
|
IAMAuthMode,
|
|
25880
|
+
EndpointNetworkType,
|
|
25849
25881
|
EngineFamily,
|
|
25882
|
+
TargetConnectionNetworkType,
|
|
25850
25883
|
DBProxyStatus,
|
|
25851
25884
|
DBProxyAlreadyExistsFault,
|
|
25852
25885
|
DBProxyQuotaExceededFault,
|
|
@@ -25897,11 +25930,11 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25897
25930
|
InvalidDBShardGroupStateFault,
|
|
25898
25931
|
InvalidDBSubnetStateFault,
|
|
25899
25932
|
InvalidEventSubscriptionStateFault,
|
|
25900
|
-
InvalidIntegrationStateFault,
|
|
25901
25933
|
CreateTenantDatabaseMessageFilterSensitiveLog,
|
|
25902
25934
|
TenantDatabasePendingModifiedValuesFilterSensitiveLog,
|
|
25903
25935
|
TenantDatabaseFilterSensitiveLog,
|
|
25904
25936
|
CreateTenantDatabaseResultFilterSensitiveLog,
|
|
25937
|
+
InvalidIntegrationStateFault,
|
|
25905
25938
|
InvalidOptionGroupStateFault,
|
|
25906
25939
|
DBProxyTargetNotFoundFault,
|
|
25907
25940
|
DBClusterBacktrackNotFoundFault,
|
|
@@ -943,11 +943,20 @@ export const IAMAuthMode = {
|
|
|
943
943
|
ENABLED: "ENABLED",
|
|
944
944
|
REQUIRED: "REQUIRED",
|
|
945
945
|
};
|
|
946
|
+
export const EndpointNetworkType = {
|
|
947
|
+
DUAL: "DUAL",
|
|
948
|
+
IPV4: "IPV4",
|
|
949
|
+
IPV6: "IPV6",
|
|
950
|
+
};
|
|
946
951
|
export const EngineFamily = {
|
|
947
952
|
MYSQL: "MYSQL",
|
|
948
953
|
POSTGRESQL: "POSTGRESQL",
|
|
949
954
|
SQLSERVER: "SQLSERVER",
|
|
950
955
|
};
|
|
956
|
+
export const TargetConnectionNetworkType = {
|
|
957
|
+
IPV4: "IPV4",
|
|
958
|
+
IPV6: "IPV6",
|
|
959
|
+
};
|
|
951
960
|
export const DBProxyStatus = {
|
|
952
961
|
AVAILABLE: "available",
|
|
953
962
|
CREATING: "creating",
|
|
@@ -1517,18 +1526,6 @@ export class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
|
1517
1526
|
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
1518
1527
|
}
|
|
1519
1528
|
}
|
|
1520
|
-
export class InvalidIntegrationStateFault extends __BaseException {
|
|
1521
|
-
name = "InvalidIntegrationStateFault";
|
|
1522
|
-
$fault = "client";
|
|
1523
|
-
constructor(opts) {
|
|
1524
|
-
super({
|
|
1525
|
-
name: "InvalidIntegrationStateFault",
|
|
1526
|
-
$fault: "client",
|
|
1527
|
-
...opts,
|
|
1528
|
-
});
|
|
1529
|
-
Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
1529
|
export const CreateTenantDatabaseMessageFilterSensitiveLog = (obj) => ({
|
|
1533
1530
|
...obj,
|
|
1534
1531
|
...(obj.MasterUserPassword && { MasterUserPassword: SENSITIVE_STRING }),
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { TenantDatabaseFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
4
|
+
export class InvalidIntegrationStateFault extends __BaseException {
|
|
5
|
+
name = "InvalidIntegrationStateFault";
|
|
6
|
+
$fault = "client";
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "InvalidIntegrationStateFault",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
4
16
|
export class InvalidOptionGroupStateFault extends __BaseException {
|
|
5
17
|
name = "InvalidOptionGroupStateFault";
|
|
6
18
|
$fault = "client";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault,
|
|
5
|
-
import { DBClusterBacktrackNotFoundFault, DBClusterRoleNotFoundFault, DBInstanceNotReadyFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetNotFoundFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidOptionGroupStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, StorageTypeNotAvailableFault, SubnetAlreadyInUse, } from "../models/models_1";
|
|
4
|
+
import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault, } from "../models/models_0";
|
|
5
|
+
import { DBClusterBacktrackNotFoundFault, DBClusterRoleNotFoundFault, DBInstanceNotReadyFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetNotFoundFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidIntegrationStateFault, InvalidOptionGroupStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, StorageTypeNotAvailableFault, SubnetAlreadyInUse, } from "../models/models_1";
|
|
6
6
|
import { RDSServiceException as __BaseException } from "../models/RDSServiceException";
|
|
7
7
|
export const se_AddRoleToDBClusterCommand = async (input, context) => {
|
|
8
8
|
const headers = SHARED_HEADERS;
|
|
@@ -6677,6 +6677,9 @@ const se_CreateDBProxyEndpointRequest = (input, context) => {
|
|
|
6677
6677
|
entries[loc] = value;
|
|
6678
6678
|
});
|
|
6679
6679
|
}
|
|
6680
|
+
if (input[_ENT] != null) {
|
|
6681
|
+
entries[_ENT] = input[_ENT];
|
|
6682
|
+
}
|
|
6680
6683
|
return entries;
|
|
6681
6684
|
};
|
|
6682
6685
|
const se_CreateDBProxyRequest = (input, context) => {
|
|
@@ -6739,6 +6742,12 @@ const se_CreateDBProxyRequest = (input, context) => {
|
|
|
6739
6742
|
entries[loc] = value;
|
|
6740
6743
|
});
|
|
6741
6744
|
}
|
|
6745
|
+
if (input[_ENT] != null) {
|
|
6746
|
+
entries[_ENT] = input[_ENT];
|
|
6747
|
+
}
|
|
6748
|
+
if (input[_TCNT] != null) {
|
|
6749
|
+
entries[_TCNT] = input[_TCNT];
|
|
6750
|
+
}
|
|
6742
6751
|
return entries;
|
|
6743
6752
|
};
|
|
6744
6753
|
const se_CreateDBSecurityGroupMessage = (input, context) => {
|
|
@@ -13550,6 +13559,12 @@ const de_DBProxy = (output, context) => {
|
|
|
13550
13559
|
if (output[_UD] != null) {
|
|
13551
13560
|
contents[_UD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_UD]));
|
|
13552
13561
|
}
|
|
13562
|
+
if (output[_ENT] != null) {
|
|
13563
|
+
contents[_ENT] = __expectString(output[_ENT]);
|
|
13564
|
+
}
|
|
13565
|
+
if (output[_TCNT] != null) {
|
|
13566
|
+
contents[_TCNT] = __expectString(output[_TCNT]);
|
|
13567
|
+
}
|
|
13553
13568
|
return contents;
|
|
13554
13569
|
};
|
|
13555
13570
|
const de_DBProxyAlreadyExistsFault = (output, context) => {
|
|
@@ -13600,6 +13615,9 @@ const de_DBProxyEndpoint = (output, context) => {
|
|
|
13600
13615
|
if (output[_ID] != null) {
|
|
13601
13616
|
contents[_ID] = __parseBoolean(output[_ID]);
|
|
13602
13617
|
}
|
|
13618
|
+
if (output[_ENT] != null) {
|
|
13619
|
+
contents[_ENT] = __expectString(output[_ENT]);
|
|
13620
|
+
}
|
|
13603
13621
|
return contents;
|
|
13604
13622
|
};
|
|
13605
13623
|
const de_DBProxyEndpointAlreadyExistsFault = (output, context) => {
|
|
@@ -18136,6 +18154,7 @@ const _EMn = "EngineMode";
|
|
|
18136
18154
|
const _EMr = "ErrorMessage";
|
|
18137
18155
|
const _EN = "EngineName";
|
|
18138
18156
|
const _ENAFI = "EngineNativeAuditFieldsIncluded";
|
|
18157
|
+
const _ENT = "EndpointNetworkType";
|
|
18139
18158
|
const _EO = "ExportOnly";
|
|
18140
18159
|
const _EPI = "EnablePerformanceInsights";
|
|
18141
18160
|
const _ERT = "EarliestRestorableTime";
|
|
@@ -18601,6 +18620,7 @@ const _TAi = "TimeoutAction";
|
|
|
18601
18620
|
const _TCA = "TdeCredentialArn";
|
|
18602
18621
|
const _TCAZ = "TargetCustomAvailabilityZone";
|
|
18603
18622
|
const _TCI = "TrackedClusterId";
|
|
18623
|
+
const _TCNT = "TargetConnectionNetworkType";
|
|
18604
18624
|
const _TCP = "TdeCredentialPassword";
|
|
18605
18625
|
const _TD = "TenantDatabase";
|
|
18606
18626
|
const _TDARN = "TenantDatabaseARN";
|
|
@@ -63,6 +63,8 @@ declare const CreateDBProxyCommand_base: {
|
|
|
63
63
|
* Value: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
65
|
* ],
|
|
66
|
+
* EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
67
|
+
* TargetConnectionNetworkType: "IPV4" || "IPV6",
|
|
66
68
|
* };
|
|
67
69
|
* const command = new CreateDBProxyCommand(input);
|
|
68
70
|
* const response = await client.send(command);
|
|
@@ -96,6 +98,8 @@ declare const CreateDBProxyCommand_base: {
|
|
|
96
98
|
* // DebugLogging: true || false,
|
|
97
99
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
98
100
|
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
101
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
102
|
+
* // TargetConnectionNetworkType: "IPV4" || "IPV6",
|
|
99
103
|
* // },
|
|
100
104
|
* // };
|
|
101
105
|
*
|
|
@@ -52,6 +52,7 @@ declare const CreateDBProxyEndpointCommand_base: {
|
|
|
52
52
|
* Value: "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
|
+
* EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
55
56
|
* };
|
|
56
57
|
* const command = new CreateDBProxyEndpointCommand(input);
|
|
57
58
|
* const response = await client.send(command);
|
|
@@ -72,6 +73,7 @@ declare const CreateDBProxyEndpointCommand_base: {
|
|
|
72
73
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
73
74
|
* // TargetRole: "READ_WRITE" || "READ_ONLY",
|
|
74
75
|
* // IsDefault: true || false,
|
|
76
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
75
77
|
* // },
|
|
76
78
|
* // };
|
|
77
79
|
*
|
|
@@ -69,6 +69,8 @@ declare const DeleteDBProxyCommand_base: {
|
|
|
69
69
|
* // DebugLogging: true || false,
|
|
70
70
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
71
71
|
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
72
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
73
|
+
* // TargetConnectionNetworkType: "IPV4" || "IPV6",
|
|
72
74
|
* // },
|
|
73
75
|
* // };
|
|
74
76
|
*
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import { Integration } from "../models/models_0";
|
|
4
|
+
import { DeleteIntegrationMessage } from "../models/models_1";
|
|
4
5
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -80,6 +80,8 @@ declare const DescribeDBProxiesCommand_base: {
|
|
|
80
80
|
* // DebugLogging: true || false,
|
|
81
81
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
82
82
|
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
83
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
84
|
+
* // TargetConnectionNetworkType: "IPV4" || "IPV6",
|
|
83
85
|
* // },
|
|
84
86
|
* // ],
|
|
85
87
|
* // Marker: "STRING_VALUE",
|
|
@@ -68,6 +68,7 @@ declare const DescribeDBProxyEndpointsCommand_base: {
|
|
|
68
68
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
69
69
|
* // TargetRole: "READ_WRITE" || "READ_ONLY",
|
|
70
70
|
* // IsDefault: true || false,
|
|
71
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
71
72
|
* // },
|
|
72
73
|
* // ],
|
|
73
74
|
* // Marker: "STRING_VALUE",
|
|
@@ -87,6 +87,8 @@ declare const ModifyDBProxyCommand_base: {
|
|
|
87
87
|
* // DebugLogging: true || false,
|
|
88
88
|
* // CreatedDate: new Date("TIMESTAMP"),
|
|
89
89
|
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
90
|
+
* // EndpointNetworkType: "IPV4" || "IPV6" || "DUAL",
|
|
91
|
+
* // TargetConnectionNetworkType: "IPV4" || "IPV6",
|
|
90
92
|
* // },
|
|
91
93
|
* // };
|
|
92
94
|
*
|
|
@@ -9758,6 +9758,19 @@ export interface UserAuthConfig {
|
|
|
9758
9758
|
*/
|
|
9759
9759
|
ClientPasswordAuthType?: ClientPasswordAuthType | undefined;
|
|
9760
9760
|
}
|
|
9761
|
+
/**
|
|
9762
|
+
* @public
|
|
9763
|
+
* @enum
|
|
9764
|
+
*/
|
|
9765
|
+
export declare const EndpointNetworkType: {
|
|
9766
|
+
readonly DUAL: "DUAL";
|
|
9767
|
+
readonly IPV4: "IPV4";
|
|
9768
|
+
readonly IPV6: "IPV6";
|
|
9769
|
+
};
|
|
9770
|
+
/**
|
|
9771
|
+
* @public
|
|
9772
|
+
*/
|
|
9773
|
+
export type EndpointNetworkType = (typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
|
|
9761
9774
|
/**
|
|
9762
9775
|
* @public
|
|
9763
9776
|
* @enum
|
|
@@ -9771,6 +9784,18 @@ export declare const EngineFamily: {
|
|
|
9771
9784
|
* @public
|
|
9772
9785
|
*/
|
|
9773
9786
|
export type EngineFamily = (typeof EngineFamily)[keyof typeof EngineFamily];
|
|
9787
|
+
/**
|
|
9788
|
+
* @public
|
|
9789
|
+
* @enum
|
|
9790
|
+
*/
|
|
9791
|
+
export declare const TargetConnectionNetworkType: {
|
|
9792
|
+
readonly IPV4: "IPV4";
|
|
9793
|
+
readonly IPV6: "IPV6";
|
|
9794
|
+
};
|
|
9795
|
+
/**
|
|
9796
|
+
* @public
|
|
9797
|
+
*/
|
|
9798
|
+
export type TargetConnectionNetworkType = (typeof TargetConnectionNetworkType)[keyof typeof TargetConnectionNetworkType];
|
|
9774
9799
|
/**
|
|
9775
9800
|
* @public
|
|
9776
9801
|
*/
|
|
@@ -9835,6 +9860,64 @@ export interface CreateDBProxyRequest {
|
|
|
9835
9860
|
* @public
|
|
9836
9861
|
*/
|
|
9837
9862
|
Tags?: Tag[] | undefined;
|
|
9863
|
+
/**
|
|
9864
|
+
* <p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p>
|
|
9865
|
+
* <p>Valid values:</p>
|
|
9866
|
+
* <ul>
|
|
9867
|
+
* <li>
|
|
9868
|
+
* <p>
|
|
9869
|
+
* <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p>
|
|
9870
|
+
* </li>
|
|
9871
|
+
* <li>
|
|
9872
|
+
* <p>
|
|
9873
|
+
* <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p>
|
|
9874
|
+
* </li>
|
|
9875
|
+
* <li>
|
|
9876
|
+
* <p>
|
|
9877
|
+
* <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p>
|
|
9878
|
+
* </li>
|
|
9879
|
+
* </ul>
|
|
9880
|
+
* <p>Default: <code>IPV4</code>
|
|
9881
|
+
* </p>
|
|
9882
|
+
* <p>Constraints:</p>
|
|
9883
|
+
* <ul>
|
|
9884
|
+
* <li>
|
|
9885
|
+
* <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC and all subnets must have an IPv6 CIDR block.</p>
|
|
9886
|
+
* </li>
|
|
9887
|
+
* <li>
|
|
9888
|
+
* <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC tenancy cannot be <code>dedicated</code>.</p>
|
|
9889
|
+
* </li>
|
|
9890
|
+
* </ul>
|
|
9891
|
+
* @public
|
|
9892
|
+
*/
|
|
9893
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
9894
|
+
/**
|
|
9895
|
+
* <p>The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.</p>
|
|
9896
|
+
* <p>Valid values:</p>
|
|
9897
|
+
* <ul>
|
|
9898
|
+
* <li>
|
|
9899
|
+
* <p>
|
|
9900
|
+
* <code>IPV4</code> - The proxy connects to the database using IPv4 only.</p>
|
|
9901
|
+
* </li>
|
|
9902
|
+
* <li>
|
|
9903
|
+
* <p>
|
|
9904
|
+
* <code>IPV6</code> - The proxy connects to the database using IPv6 only.</p>
|
|
9905
|
+
* </li>
|
|
9906
|
+
* </ul>
|
|
9907
|
+
* <p>Default: <code>IPV4</code>
|
|
9908
|
+
* </p>
|
|
9909
|
+
* <p>Constraints:</p>
|
|
9910
|
+
* <ul>
|
|
9911
|
+
* <li>
|
|
9912
|
+
* <p>If you specify <code>IPV6</code>, the database must support dual-stack mode. RDS doesn't support IPv6-only databases.</p>
|
|
9913
|
+
* </li>
|
|
9914
|
+
* <li>
|
|
9915
|
+
* <p>All targets registered with the proxy must be compatible with the specified network type.</p>
|
|
9916
|
+
* </li>
|
|
9917
|
+
* </ul>
|
|
9918
|
+
* @public
|
|
9919
|
+
*/
|
|
9920
|
+
TargetConnectionNetworkType?: TargetConnectionNetworkType | undefined;
|
|
9838
9921
|
}
|
|
9839
9922
|
/**
|
|
9840
9923
|
* <p>Returns the details of authentication used by a proxy to log in as a specific database user.</p>
|
|
@@ -9988,6 +10071,42 @@ export interface DBProxy {
|
|
|
9988
10071
|
* @public
|
|
9989
10072
|
*/
|
|
9990
10073
|
UpdatedDate?: Date | undefined;
|
|
10074
|
+
/**
|
|
10075
|
+
* <p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p>
|
|
10076
|
+
* <p>Valid values:</p>
|
|
10077
|
+
* <ul>
|
|
10078
|
+
* <li>
|
|
10079
|
+
* <p>
|
|
10080
|
+
* <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p>
|
|
10081
|
+
* </li>
|
|
10082
|
+
* <li>
|
|
10083
|
+
* <p>
|
|
10084
|
+
* <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p>
|
|
10085
|
+
* </li>
|
|
10086
|
+
* <li>
|
|
10087
|
+
* <p>
|
|
10088
|
+
* <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p>
|
|
10089
|
+
* </li>
|
|
10090
|
+
* </ul>
|
|
10091
|
+
* @public
|
|
10092
|
+
*/
|
|
10093
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
10094
|
+
/**
|
|
10095
|
+
* <p>The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.</p>
|
|
10096
|
+
* <p>Valid values:</p>
|
|
10097
|
+
* <ul>
|
|
10098
|
+
* <li>
|
|
10099
|
+
* <p>
|
|
10100
|
+
* <code>IPV4</code> - The proxy connects to the database using IPv4 only.</p>
|
|
10101
|
+
* </li>
|
|
10102
|
+
* <li>
|
|
10103
|
+
* <p>
|
|
10104
|
+
* <code>IPV6</code> - The proxy connects to the database using IPv6 only.</p>
|
|
10105
|
+
* </li>
|
|
10106
|
+
* </ul>
|
|
10107
|
+
* @public
|
|
10108
|
+
*/
|
|
10109
|
+
TargetConnectionNetworkType?: TargetConnectionNetworkType | undefined;
|
|
9991
10110
|
}
|
|
9992
10111
|
/**
|
|
9993
10112
|
* @public
|
|
@@ -10078,6 +10197,37 @@ export interface CreateDBProxyEndpointRequest {
|
|
|
10078
10197
|
* @public
|
|
10079
10198
|
*/
|
|
10080
10199
|
Tags?: Tag[] | undefined;
|
|
10200
|
+
/**
|
|
10201
|
+
* <p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p>
|
|
10202
|
+
* <p>Valid values:</p>
|
|
10203
|
+
* <ul>
|
|
10204
|
+
* <li>
|
|
10205
|
+
* <p>
|
|
10206
|
+
* <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p>
|
|
10207
|
+
* </li>
|
|
10208
|
+
* <li>
|
|
10209
|
+
* <p>
|
|
10210
|
+
* <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p>
|
|
10211
|
+
* </li>
|
|
10212
|
+
* <li>
|
|
10213
|
+
* <p>
|
|
10214
|
+
* <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p>
|
|
10215
|
+
* </li>
|
|
10216
|
+
* </ul>
|
|
10217
|
+
* <p>Default: <code>IPV4</code>
|
|
10218
|
+
* </p>
|
|
10219
|
+
* <p>Constraints:</p>
|
|
10220
|
+
* <ul>
|
|
10221
|
+
* <li>
|
|
10222
|
+
* <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC and all subnets must have an IPv6 CIDR block.</p>
|
|
10223
|
+
* </li>
|
|
10224
|
+
* <li>
|
|
10225
|
+
* <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC tenancy cannot be <code>dedicated</code>.</p>
|
|
10226
|
+
* </li>
|
|
10227
|
+
* </ul>
|
|
10228
|
+
* @public
|
|
10229
|
+
*/
|
|
10230
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
10081
10231
|
}
|
|
10082
10232
|
/**
|
|
10083
10233
|
* @public
|
|
@@ -10166,6 +10316,26 @@ export interface DBProxyEndpoint {
|
|
|
10166
10316
|
* @public
|
|
10167
10317
|
*/
|
|
10168
10318
|
IsDefault?: boolean | undefined;
|
|
10319
|
+
/**
|
|
10320
|
+
* <p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p>
|
|
10321
|
+
* <p>Valid values:</p>
|
|
10322
|
+
* <ul>
|
|
10323
|
+
* <li>
|
|
10324
|
+
* <p>
|
|
10325
|
+
* <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p>
|
|
10326
|
+
* </li>
|
|
10327
|
+
* <li>
|
|
10328
|
+
* <p>
|
|
10329
|
+
* <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p>
|
|
10330
|
+
* </li>
|
|
10331
|
+
* <li>
|
|
10332
|
+
* <p>
|
|
10333
|
+
* <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p>
|
|
10334
|
+
* </li>
|
|
10335
|
+
* </ul>
|
|
10336
|
+
* @public
|
|
10337
|
+
*/
|
|
10338
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
10169
10339
|
}
|
|
10170
10340
|
/**
|
|
10171
10341
|
* @public
|
|
@@ -12852,28 +13022,6 @@ export interface DeleteGlobalClusterResult {
|
|
|
12852
13022
|
*/
|
|
12853
13023
|
GlobalCluster?: GlobalCluster | undefined;
|
|
12854
13024
|
}
|
|
12855
|
-
/**
|
|
12856
|
-
* @public
|
|
12857
|
-
*/
|
|
12858
|
-
export interface DeleteIntegrationMessage {
|
|
12859
|
-
/**
|
|
12860
|
-
* <p>The unique identifier of the integration.</p>
|
|
12861
|
-
* @public
|
|
12862
|
-
*/
|
|
12863
|
-
IntegrationIdentifier: string | undefined;
|
|
12864
|
-
}
|
|
12865
|
-
/**
|
|
12866
|
-
* <p>The integration is in an invalid state and can't perform the requested operation.</p>
|
|
12867
|
-
* @public
|
|
12868
|
-
*/
|
|
12869
|
-
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
12870
|
-
readonly name: "InvalidIntegrationStateFault";
|
|
12871
|
-
readonly $fault: "client";
|
|
12872
|
-
/**
|
|
12873
|
-
* @internal
|
|
12874
|
-
*/
|
|
12875
|
-
constructor(opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>);
|
|
12876
|
-
}
|
|
12877
13025
|
/**
|
|
12878
13026
|
* @internal
|
|
12879
13027
|
*/
|
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, DatabaseInsightsMode, DBCluster, DBClusterAutomatedBackup, DBClusterBacktrack, DBClusterEndpoint, DBClusterParameterGroup, DBClusterSnapshot, DBEngineVersion, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBShardGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, GlobalCluster, Integration, MasterUserAuthenticationType, OptionGroup, OptionSetting, ProcessorFeature, RdsCustomClusterConfiguration, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, TenantDatabase, UserAuthConfig } from "./models_0";
|
|
3
3
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteIntegrationMessage {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The unique identifier of the integration.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
IntegrationIdentifier: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The integration is in an invalid state and can't perform the requested operation.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
19
|
+
readonly name: "InvalidIntegrationStateFault";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
constructor(opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>);
|
|
25
|
+
}
|
|
4
26
|
/**
|
|
5
27
|
* <p></p>
|
|
6
28
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import { Integration } from "../models/models_0";
|
|
4
|
+
import { DeleteIntegrationMessage } from "../models/models_1";
|
|
4
5
|
import {
|
|
5
6
|
RDSClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -1706,12 +1706,25 @@ export interface UserAuthConfig {
|
|
|
1706
1706
|
IAMAuth?: IAMAuthMode | undefined;
|
|
1707
1707
|
ClientPasswordAuthType?: ClientPasswordAuthType | undefined;
|
|
1708
1708
|
}
|
|
1709
|
+
export declare const EndpointNetworkType: {
|
|
1710
|
+
readonly DUAL: "DUAL";
|
|
1711
|
+
readonly IPV4: "IPV4";
|
|
1712
|
+
readonly IPV6: "IPV6";
|
|
1713
|
+
};
|
|
1714
|
+
export type EndpointNetworkType =
|
|
1715
|
+
(typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
|
|
1709
1716
|
export declare const EngineFamily: {
|
|
1710
1717
|
readonly MYSQL: "MYSQL";
|
|
1711
1718
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
1712
1719
|
readonly SQLSERVER: "SQLSERVER";
|
|
1713
1720
|
};
|
|
1714
1721
|
export type EngineFamily = (typeof EngineFamily)[keyof typeof EngineFamily];
|
|
1722
|
+
export declare const TargetConnectionNetworkType: {
|
|
1723
|
+
readonly IPV4: "IPV4";
|
|
1724
|
+
readonly IPV6: "IPV6";
|
|
1725
|
+
};
|
|
1726
|
+
export type TargetConnectionNetworkType =
|
|
1727
|
+
(typeof TargetConnectionNetworkType)[keyof typeof TargetConnectionNetworkType];
|
|
1715
1728
|
export interface CreateDBProxyRequest {
|
|
1716
1729
|
DBProxyName: string | undefined;
|
|
1717
1730
|
EngineFamily: EngineFamily | undefined;
|
|
@@ -1723,6 +1736,8 @@ export interface CreateDBProxyRequest {
|
|
|
1723
1736
|
IdleClientTimeout?: number | undefined;
|
|
1724
1737
|
DebugLogging?: boolean | undefined;
|
|
1725
1738
|
Tags?: Tag[] | undefined;
|
|
1739
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
1740
|
+
TargetConnectionNetworkType?: TargetConnectionNetworkType | undefined;
|
|
1726
1741
|
}
|
|
1727
1742
|
export interface UserAuthConfigInfo {
|
|
1728
1743
|
Description?: string | undefined;
|
|
@@ -1760,6 +1775,8 @@ export interface DBProxy {
|
|
|
1760
1775
|
DebugLogging?: boolean | undefined;
|
|
1761
1776
|
CreatedDate?: Date | undefined;
|
|
1762
1777
|
UpdatedDate?: Date | undefined;
|
|
1778
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
1779
|
+
TargetConnectionNetworkType?: TargetConnectionNetworkType | undefined;
|
|
1763
1780
|
}
|
|
1764
1781
|
export interface CreateDBProxyResponse {
|
|
1765
1782
|
DBProxy?: DBProxy | undefined;
|
|
@@ -1791,6 +1808,7 @@ export interface CreateDBProxyEndpointRequest {
|
|
|
1791
1808
|
VpcSecurityGroupIds?: string[] | undefined;
|
|
1792
1809
|
TargetRole?: DBProxyEndpointTargetRole | undefined;
|
|
1793
1810
|
Tags?: Tag[] | undefined;
|
|
1811
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
1794
1812
|
}
|
|
1795
1813
|
export declare const DBProxyEndpointStatus: {
|
|
1796
1814
|
readonly AVAILABLE: "available";
|
|
@@ -1814,6 +1832,7 @@ export interface DBProxyEndpoint {
|
|
|
1814
1832
|
CreatedDate?: Date | undefined;
|
|
1815
1833
|
TargetRole?: DBProxyEndpointTargetRole | undefined;
|
|
1816
1834
|
IsDefault?: boolean | undefined;
|
|
1835
|
+
EndpointNetworkType?: EndpointNetworkType | undefined;
|
|
1817
1836
|
}
|
|
1818
1837
|
export interface CreateDBProxyEndpointResponse {
|
|
1819
1838
|
DBProxyEndpoint?: DBProxyEndpoint | undefined;
|
|
@@ -2553,16 +2572,6 @@ export interface DeleteGlobalClusterMessage {
|
|
|
2553
2572
|
export interface DeleteGlobalClusterResult {
|
|
2554
2573
|
GlobalCluster?: GlobalCluster | undefined;
|
|
2555
2574
|
}
|
|
2556
|
-
export interface DeleteIntegrationMessage {
|
|
2557
|
-
IntegrationIdentifier: string | undefined;
|
|
2558
|
-
}
|
|
2559
|
-
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
2560
|
-
readonly name: "InvalidIntegrationStateFault";
|
|
2561
|
-
readonly $fault: "client";
|
|
2562
|
-
constructor(
|
|
2563
|
-
opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
|
|
2564
|
-
);
|
|
2565
|
-
}
|
|
2566
2575
|
export declare const CreateTenantDatabaseMessageFilterSensitiveLog: (
|
|
2567
2576
|
obj: CreateTenantDatabaseMessage
|
|
2568
2577
|
) => any;
|
|
@@ -42,6 +42,16 @@ import {
|
|
|
42
42
|
UserAuthConfig,
|
|
43
43
|
} from "./models_0";
|
|
44
44
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
45
|
+
export interface DeleteIntegrationMessage {
|
|
46
|
+
IntegrationIdentifier: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
49
|
+
readonly name: "InvalidIntegrationStateFault";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
45
55
|
export interface DeleteOptionGroupMessage {
|
|
46
56
|
OptionGroupName: string | undefined;
|
|
47
57
|
}
|
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.
|
|
4
|
+
"version": "3.883.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",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.883.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.883.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-rds": "3.882.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.883.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.879.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.883.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
|
-
"@smithy/core": "^3.9.
|
|
36
|
+
"@smithy/core": "^3.9.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.1",
|
|
38
38
|
"@smithy/hash-node": "^4.0.5",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.5",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.5",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.21",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.22",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.5",
|
|
45
45
|
"@smithy/node-config-provider": "^4.1.4",
|
|
46
46
|
"@smithy/node-http-handler": "^4.1.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.1.3",
|
|
48
|
-
"@smithy/smithy-client": "^4.5.
|
|
48
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
49
49
|
"@smithy/types": "^4.3.2",
|
|
50
50
|
"@smithy/url-parser": "^4.0.5",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.29",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.29",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.7",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.5",
|
|
58
58
|
"@smithy/util-retry": "^4.0.7",
|