@aws-sdk/client-rds 3.56.0 → 3.72.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/CHANGELOG.md +27 -0
- package/README.md +2 -2
- package/dist-cjs/RDS.js +0 -90
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +2 -1
- package/dist-cjs/commands/index.js +0 -6
- package/dist-cjs/models/models_0.js +91 -122
- package/dist-cjs/models/models_1.js +4 -121
- package/dist-cjs/pagination/index.js +1 -3
- package/dist-cjs/protocols/Aws_query.js +6 -640
- package/dist-es/RDS.js +0 -90
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeDBSnapshotsCommand.js +2 -1
- package/dist-es/commands/index.js +0 -6
- package/dist-es/models/models_0.js +66 -89
- package/dist-es/models/models_1.js +0 -90
- package/dist-es/pagination/index.js +1 -3
- package/dist-es/protocols/Aws_query.js +33 -739
- package/dist-types/RDS.d.ts +1 -61
- package/dist-types/RDSClient.d.ts +2 -8
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -6
- package/dist-types/models/models_0.d.ts +280 -308
- package/dist-types/models/models_1.d.ts +199 -420
- package/dist-types/pagination/index.d.ts +1 -3
- package/dist-types/protocols/Aws_query.d.ts +0 -18
- package/dist-types/ts3.4/RDS.d.ts +0 -30
- package/dist-types/ts3.4/RDSClient.d.ts +2 -8
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -6
- package/dist-types/ts3.4/models/models_0.d.ts +144 -158
- package/dist-types/ts3.4/models/models_1.d.ts +1 -192
- package/dist-types/ts3.4/pagination/index.d.ts +1 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
- package/package.json +21 -21
- package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
- package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
- package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
- package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
- package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
- package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
- package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
- package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
- package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
- package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
- package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
|
@@ -2350,148 +2350,6 @@ export declare class OptionGroupQuotaExceededFault extends __BaseException {
|
|
|
2350
2350
|
*/
|
|
2351
2351
|
constructor(opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>);
|
|
2352
2352
|
}
|
|
2353
|
-
/**
|
|
2354
|
-
* <p></p>
|
|
2355
|
-
*/
|
|
2356
|
-
export interface CreateCustomAvailabilityZoneMessage {
|
|
2357
|
-
/**
|
|
2358
|
-
* <p>The name of the custom Availability Zone (AZ).</p>
|
|
2359
|
-
*/
|
|
2360
|
-
CustomAvailabilityZoneName: string | undefined;
|
|
2361
|
-
/**
|
|
2362
|
-
* <p>The ID of an existing virtual private network (VPN) between the Amazon RDS website and
|
|
2363
|
-
* the VMware vSphere cluster.</p>
|
|
2364
|
-
*/
|
|
2365
|
-
ExistingVpnId?: string;
|
|
2366
|
-
/**
|
|
2367
|
-
* <p>The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.</p>
|
|
2368
|
-
* <p>Specify this parameter only if <code>ExistingVpnId</code> isn't specified.</p>
|
|
2369
|
-
*/
|
|
2370
|
-
NewVpnTunnelName?: string;
|
|
2371
|
-
/**
|
|
2372
|
-
* <p>The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.</p>
|
|
2373
|
-
* <p>Specify this parameter only if <code>ExistingVpnId</code> isn't specified.</p>
|
|
2374
|
-
*/
|
|
2375
|
-
VpnTunnelOriginatorIP?: string;
|
|
2376
|
-
}
|
|
2377
|
-
export declare namespace CreateCustomAvailabilityZoneMessage {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneMessage) => any;
|
|
2382
|
-
}
|
|
2383
|
-
/**
|
|
2384
|
-
* <p>Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.</p>
|
|
2385
|
-
* <p>For more information about RDS on VMware, see the
|
|
2386
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
2387
|
-
* RDS on VMware User Guide.</a>
|
|
2388
|
-
* </p>
|
|
2389
|
-
*/
|
|
2390
|
-
export interface VpnDetails {
|
|
2391
|
-
/**
|
|
2392
|
-
* <p>The ID of the VPN.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
VpnId?: string;
|
|
2395
|
-
/**
|
|
2396
|
-
* <p>The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.</p>
|
|
2397
|
-
*/
|
|
2398
|
-
VpnTunnelOriginatorIP?: string;
|
|
2399
|
-
/**
|
|
2400
|
-
* <p>The IP address of network traffic from Amazon Web Services to your on-premises data center.</p>
|
|
2401
|
-
*/
|
|
2402
|
-
VpnGatewayIp?: string;
|
|
2403
|
-
/**
|
|
2404
|
-
* <p>The preshared key (PSK) for the VPN.</p>
|
|
2405
|
-
*/
|
|
2406
|
-
VpnPSK?: string;
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>The name of the VPN.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
VpnName?: string;
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>The state of the VPN.</p>
|
|
2413
|
-
*/
|
|
2414
|
-
VpnState?: string;
|
|
2415
|
-
}
|
|
2416
|
-
export declare namespace VpnDetails {
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
const filterSensitiveLog: (obj: VpnDetails) => any;
|
|
2421
|
-
}
|
|
2422
|
-
/**
|
|
2423
|
-
* <p>A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
2424
|
-
* <p>For more information about RDS on VMware, see the
|
|
2425
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
2426
|
-
* RDS on VMware User Guide.</a>
|
|
2427
|
-
* </p>
|
|
2428
|
-
*/
|
|
2429
|
-
export interface CustomAvailabilityZone {
|
|
2430
|
-
/**
|
|
2431
|
-
* <p>The identifier of the custom AZ.</p>
|
|
2432
|
-
* <p>Amazon RDS generates a unique identifier when a custom AZ is created.</p>
|
|
2433
|
-
*/
|
|
2434
|
-
CustomAvailabilityZoneId?: string;
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>The name of the custom AZ.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
CustomAvailabilityZoneName?: string;
|
|
2439
|
-
/**
|
|
2440
|
-
* <p>The status of the custom AZ.</p>
|
|
2441
|
-
*/
|
|
2442
|
-
CustomAvailabilityZoneStatus?: string;
|
|
2443
|
-
/**
|
|
2444
|
-
* <p>Information about the virtual private network (VPN) between the VMware vSphere cluster
|
|
2445
|
-
* and the Amazon Web Services website.</p>
|
|
2446
|
-
*/
|
|
2447
|
-
VpnDetails?: VpnDetails;
|
|
2448
|
-
}
|
|
2449
|
-
export declare namespace CustomAvailabilityZone {
|
|
2450
|
-
/**
|
|
2451
|
-
* @internal
|
|
2452
|
-
*/
|
|
2453
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZone) => any;
|
|
2454
|
-
}
|
|
2455
|
-
export interface CreateCustomAvailabilityZoneResult {
|
|
2456
|
-
/**
|
|
2457
|
-
* <p>A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
2458
|
-
* <p>For more information about RDS on VMware, see the
|
|
2459
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
2460
|
-
* RDS on VMware User Guide.</a>
|
|
2461
|
-
* </p>
|
|
2462
|
-
*/
|
|
2463
|
-
CustomAvailabilityZone?: CustomAvailabilityZone;
|
|
2464
|
-
}
|
|
2465
|
-
export declare namespace CreateCustomAvailabilityZoneResult {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneResult) => any;
|
|
2470
|
-
}
|
|
2471
|
-
/**
|
|
2472
|
-
* <p>
|
|
2473
|
-
* <code>CustomAvailabilityZoneName</code> is already used by an existing custom
|
|
2474
|
-
* Availability Zone.</p>
|
|
2475
|
-
*/
|
|
2476
|
-
export declare class CustomAvailabilityZoneAlreadyExistsFault extends __BaseException {
|
|
2477
|
-
readonly name: "CustomAvailabilityZoneAlreadyExistsFault";
|
|
2478
|
-
readonly $fault: "client";
|
|
2479
|
-
/**
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
2482
|
-
constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneAlreadyExistsFault, __BaseException>);
|
|
2483
|
-
}
|
|
2484
|
-
/**
|
|
2485
|
-
* <p>You have exceeded the maximum number of custom Availability Zones.</p>
|
|
2486
|
-
*/
|
|
2487
|
-
export declare class CustomAvailabilityZoneQuotaExceededFault extends __BaseException {
|
|
2488
|
-
readonly name: "CustomAvailabilityZoneQuotaExceededFault";
|
|
2489
|
-
readonly $fault: "client";
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneQuotaExceededFault, __BaseException>);
|
|
2494
|
-
}
|
|
2495
2353
|
export interface CreateCustomDBEngineVersionMessage {
|
|
2496
2354
|
/**
|
|
2497
2355
|
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
|
|
@@ -5020,7 +4878,8 @@ export interface CreateDBInstanceMessage {
|
|
|
5020
4878
|
* <p>
|
|
5021
4879
|
* <b>Amazon Aurora</b>
|
|
5022
4880
|
* </p>
|
|
5023
|
-
* <p>
|
|
4881
|
+
* <p>Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these
|
|
4882
|
+
* Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.</p>
|
|
5024
4883
|
* <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>
|
|
5025
4884
|
* <p>Example: <code>us-east-1d</code>
|
|
5026
4885
|
* </p>
|
|
@@ -8218,34 +8077,6 @@ export declare namespace CreateOptionGroupResult {
|
|
|
8218
8077
|
*/
|
|
8219
8078
|
const filterSensitiveLog: (obj: CreateOptionGroupResult) => any;
|
|
8220
8079
|
}
|
|
8221
|
-
export interface DeleteCustomAvailabilityZoneMessage {
|
|
8222
|
-
/**
|
|
8223
|
-
* <p>The custom AZ identifier.</p>
|
|
8224
|
-
*/
|
|
8225
|
-
CustomAvailabilityZoneId: string | undefined;
|
|
8226
|
-
}
|
|
8227
|
-
export declare namespace DeleteCustomAvailabilityZoneMessage {
|
|
8228
|
-
/**
|
|
8229
|
-
* @internal
|
|
8230
|
-
*/
|
|
8231
|
-
const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneMessage) => any;
|
|
8232
|
-
}
|
|
8233
|
-
export interface DeleteCustomAvailabilityZoneResult {
|
|
8234
|
-
/**
|
|
8235
|
-
* <p>A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
8236
|
-
* <p>For more information about RDS on VMware, see the
|
|
8237
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
8238
|
-
* RDS on VMware User Guide.</a>
|
|
8239
|
-
* </p>
|
|
8240
|
-
*/
|
|
8241
|
-
CustomAvailabilityZone?: CustomAvailabilityZone;
|
|
8242
|
-
}
|
|
8243
|
-
export declare namespace DeleteCustomAvailabilityZoneResult {
|
|
8244
|
-
/**
|
|
8245
|
-
* @internal
|
|
8246
|
-
*/
|
|
8247
|
-
const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
|
|
8248
|
-
}
|
|
8249
8080
|
/**
|
|
8250
8081
|
* <p>The specified CEV was not found.</p>
|
|
8251
8082
|
*/
|
|
@@ -9041,91 +8872,6 @@ export declare namespace DeleteGlobalClusterResult {
|
|
|
9041
8872
|
*/
|
|
9042
8873
|
const filterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
|
|
9043
8874
|
}
|
|
9044
|
-
export interface DeleteInstallationMediaMessage {
|
|
9045
|
-
/**
|
|
9046
|
-
* <p>The installation medium ID.</p>
|
|
9047
|
-
*/
|
|
9048
|
-
InstallationMediaId: string | undefined;
|
|
9049
|
-
}
|
|
9050
|
-
export declare namespace DeleteInstallationMediaMessage {
|
|
9051
|
-
/**
|
|
9052
|
-
* @internal
|
|
9053
|
-
*/
|
|
9054
|
-
const filterSensitiveLog: (obj: DeleteInstallationMediaMessage) => any;
|
|
9055
|
-
}
|
|
9056
|
-
/**
|
|
9057
|
-
* <p>Contains the cause of an installation media failure. Installation media is used
|
|
9058
|
-
* for a DB engine that requires an on-premises
|
|
9059
|
-
* customer provided license, such as Microsoft SQL Server.</p>
|
|
9060
|
-
*/
|
|
9061
|
-
export interface InstallationMediaFailureCause {
|
|
9062
|
-
/**
|
|
9063
|
-
* <p>The reason that an installation media import failed.</p>
|
|
9064
|
-
*/
|
|
9065
|
-
Message?: string;
|
|
9066
|
-
}
|
|
9067
|
-
export declare namespace InstallationMediaFailureCause {
|
|
9068
|
-
/**
|
|
9069
|
-
* @internal
|
|
9070
|
-
*/
|
|
9071
|
-
const filterSensitiveLog: (obj: InstallationMediaFailureCause) => any;
|
|
9072
|
-
}
|
|
9073
|
-
/**
|
|
9074
|
-
* <p>Contains the installation media for a DB engine that requires an on-premises
|
|
9075
|
-
* customer provided license, such as Microsoft SQL Server.</p>
|
|
9076
|
-
*/
|
|
9077
|
-
export interface InstallationMedia {
|
|
9078
|
-
/**
|
|
9079
|
-
* <p>The installation medium ID.</p>
|
|
9080
|
-
*/
|
|
9081
|
-
InstallationMediaId?: string;
|
|
9082
|
-
/**
|
|
9083
|
-
* <p>The custom Availability Zone (AZ) that contains the installation media.</p>
|
|
9084
|
-
*/
|
|
9085
|
-
CustomAvailabilityZoneId?: string;
|
|
9086
|
-
/**
|
|
9087
|
-
* <p>The DB engine.</p>
|
|
9088
|
-
*/
|
|
9089
|
-
Engine?: string;
|
|
9090
|
-
/**
|
|
9091
|
-
* <p>The engine version of the DB engine.</p>
|
|
9092
|
-
*/
|
|
9093
|
-
EngineVersion?: string;
|
|
9094
|
-
/**
|
|
9095
|
-
* <p>The path to the installation medium for the DB engine.</p>
|
|
9096
|
-
*/
|
|
9097
|
-
EngineInstallationMediaPath?: string;
|
|
9098
|
-
/**
|
|
9099
|
-
* <p>The path to the installation medium for the operating system associated with the DB engine.</p>
|
|
9100
|
-
*/
|
|
9101
|
-
OSInstallationMediaPath?: string;
|
|
9102
|
-
/**
|
|
9103
|
-
* <p>The status of the installation medium.</p>
|
|
9104
|
-
*/
|
|
9105
|
-
Status?: string;
|
|
9106
|
-
/**
|
|
9107
|
-
* <p>If an installation media failure occurred, the cause of the failure.</p>
|
|
9108
|
-
*/
|
|
9109
|
-
FailureCause?: InstallationMediaFailureCause;
|
|
9110
|
-
}
|
|
9111
|
-
export declare namespace InstallationMedia {
|
|
9112
|
-
/**
|
|
9113
|
-
* @internal
|
|
9114
|
-
*/
|
|
9115
|
-
const filterSensitiveLog: (obj: InstallationMedia) => any;
|
|
9116
|
-
}
|
|
9117
|
-
/**
|
|
9118
|
-
* <p>
|
|
9119
|
-
* <code>InstallationMediaID</code> doesn't refer to an existing installation medium.</p>
|
|
9120
|
-
*/
|
|
9121
|
-
export declare class InstallationMediaNotFoundFault extends __BaseException {
|
|
9122
|
-
readonly name: "InstallationMediaNotFoundFault";
|
|
9123
|
-
readonly $fault: "client";
|
|
9124
|
-
/**
|
|
9125
|
-
* @internal
|
|
9126
|
-
*/
|
|
9127
|
-
constructor(opts: __ExceptionOptionType<InstallationMediaNotFoundFault, __BaseException>);
|
|
9128
|
-
}
|
|
9129
8875
|
/**
|
|
9130
8876
|
* <p></p>
|
|
9131
8877
|
*/
|
|
@@ -9383,58 +9129,6 @@ export declare namespace DescribeCertificatesMessage {
|
|
|
9383
9129
|
*/
|
|
9384
9130
|
const filterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
|
|
9385
9131
|
}
|
|
9386
|
-
export interface CustomAvailabilityZoneMessage {
|
|
9387
|
-
/**
|
|
9388
|
-
* <p>An optional pagination token provided by a previous
|
|
9389
|
-
* <code>DescribeCustomAvailabilityZones</code> request.
|
|
9390
|
-
* If this parameter is specified, the response includes
|
|
9391
|
-
* only records beyond the marker,
|
|
9392
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
9393
|
-
*/
|
|
9394
|
-
Marker?: string;
|
|
9395
|
-
/**
|
|
9396
|
-
* <p>The list of <a>CustomAvailabilityZone</a> objects for the Amazon Web Services account.</p>
|
|
9397
|
-
*/
|
|
9398
|
-
CustomAvailabilityZones?: CustomAvailabilityZone[];
|
|
9399
|
-
}
|
|
9400
|
-
export declare namespace CustomAvailabilityZoneMessage {
|
|
9401
|
-
/**
|
|
9402
|
-
* @internal
|
|
9403
|
-
*/
|
|
9404
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneMessage) => any;
|
|
9405
|
-
}
|
|
9406
|
-
export interface DescribeCustomAvailabilityZonesMessage {
|
|
9407
|
-
/**
|
|
9408
|
-
* <p>The custom AZ identifier. If this parameter is specified, information from only the specific custom AZ is returned.</p>
|
|
9409
|
-
*/
|
|
9410
|
-
CustomAvailabilityZoneId?: string;
|
|
9411
|
-
/**
|
|
9412
|
-
* <p>A filter that specifies one or more custom AZs to describe.</p>
|
|
9413
|
-
*/
|
|
9414
|
-
Filters?: Filter[];
|
|
9415
|
-
/**
|
|
9416
|
-
* <p>The maximum number of records to include in the response.
|
|
9417
|
-
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
9418
|
-
* a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
|
|
9419
|
-
* <p>Default: 100</p>
|
|
9420
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
9421
|
-
*/
|
|
9422
|
-
MaxRecords?: number;
|
|
9423
|
-
/**
|
|
9424
|
-
* <p>An optional pagination token provided by a previous
|
|
9425
|
-
* <code>DescribeCustomAvailabilityZones</code> request.
|
|
9426
|
-
* If this parameter is specified, the response includes
|
|
9427
|
-
* only records beyond the marker,
|
|
9428
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
9429
|
-
*/
|
|
9430
|
-
Marker?: string;
|
|
9431
|
-
}
|
|
9432
|
-
export declare namespace DescribeCustomAvailabilityZonesMessage {
|
|
9433
|
-
/**
|
|
9434
|
-
* @internal
|
|
9435
|
-
*/
|
|
9436
|
-
const filterSensitiveLog: (obj: DescribeCustomAvailabilityZonesMessage) => any;
|
|
9437
|
-
}
|
|
9438
9132
|
/**
|
|
9439
9133
|
* <p>Contains the result of a successful invocation of the <code>DescribeDBClusterBacktracks</code> action.</p>
|
|
9440
9134
|
*/
|
|
@@ -11087,3 +10781,281 @@ export declare namespace DescribeDBProxyTargetsRequest {
|
|
|
11087
10781
|
*/
|
|
11088
10782
|
const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
|
|
11089
10783
|
}
|
|
10784
|
+
export declare enum TargetRole {
|
|
10785
|
+
READ_ONLY = "READ_ONLY",
|
|
10786
|
+
READ_WRITE = "READ_WRITE",
|
|
10787
|
+
UNKNOWN = "UNKNOWN"
|
|
10788
|
+
}
|
|
10789
|
+
export declare enum TargetHealthReason {
|
|
10790
|
+
AUTH_FAILURE = "AUTH_FAILURE",
|
|
10791
|
+
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
10792
|
+
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
10793
|
+
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
10794
|
+
UNREACHABLE = "UNREACHABLE"
|
|
10795
|
+
}
|
|
10796
|
+
export declare enum TargetState {
|
|
10797
|
+
available = "AVAILABLE",
|
|
10798
|
+
registering = "REGISTERING",
|
|
10799
|
+
unavailable = "UNAVAILABLE"
|
|
10800
|
+
}
|
|
10801
|
+
/**
|
|
10802
|
+
* <p>Information about the connection health of an RDS Proxy target.</p>
|
|
10803
|
+
*/
|
|
10804
|
+
export interface TargetHealth {
|
|
10805
|
+
/**
|
|
10806
|
+
* <p>The current state of the connection health lifecycle for the RDS Proxy target.
|
|
10807
|
+
* The following is a typical lifecycle example for the states of an RDS Proxy target:</p>
|
|
10808
|
+
* <p>
|
|
10809
|
+
* <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
|
|
10810
|
+
* </p>
|
|
10811
|
+
*/
|
|
10812
|
+
State?: TargetState | string;
|
|
10813
|
+
/**
|
|
10814
|
+
* <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
|
|
10815
|
+
*/
|
|
10816
|
+
Reason?: TargetHealthReason | string;
|
|
10817
|
+
/**
|
|
10818
|
+
* <p>A description of the health of the RDS Proxy target.
|
|
10819
|
+
* If the <code>State</code> is <code>AVAILABLE</code>, a description is not included.</p>
|
|
10820
|
+
*/
|
|
10821
|
+
Description?: string;
|
|
10822
|
+
}
|
|
10823
|
+
export declare namespace TargetHealth {
|
|
10824
|
+
/**
|
|
10825
|
+
* @internal
|
|
10826
|
+
*/
|
|
10827
|
+
const filterSensitiveLog: (obj: TargetHealth) => any;
|
|
10828
|
+
}
|
|
10829
|
+
export declare enum TargetType {
|
|
10830
|
+
RDS_INSTANCE = "RDS_INSTANCE",
|
|
10831
|
+
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
10832
|
+
TRACKED_CLUSTER = "TRACKED_CLUSTER"
|
|
10833
|
+
}
|
|
10834
|
+
/**
|
|
10835
|
+
* <p>Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster
|
|
10836
|
+
* that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.</p>
|
|
10837
|
+
* <p>This data type is used as a response element in the <code>DescribeDBProxyTargets</code> action.</p>
|
|
10838
|
+
*/
|
|
10839
|
+
export interface DBProxyTarget {
|
|
10840
|
+
/**
|
|
10841
|
+
* <p>The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.</p>
|
|
10842
|
+
*/
|
|
10843
|
+
TargetArn?: string;
|
|
10844
|
+
/**
|
|
10845
|
+
* <p>The writer endpoint for the RDS DB instance or Aurora DB cluster.</p>
|
|
10846
|
+
*/
|
|
10847
|
+
Endpoint?: string;
|
|
10848
|
+
/**
|
|
10849
|
+
* <p>The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.</p>
|
|
10850
|
+
*/
|
|
10851
|
+
TrackedClusterId?: string;
|
|
10852
|
+
/**
|
|
10853
|
+
* <p>The identifier representing the target. It can be the instance identifier for an RDS DB instance,
|
|
10854
|
+
* or the cluster identifier for an Aurora DB cluster.</p>
|
|
10855
|
+
*/
|
|
10856
|
+
RdsResourceId?: string;
|
|
10857
|
+
/**
|
|
10858
|
+
* <p>The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.</p>
|
|
10859
|
+
*/
|
|
10860
|
+
Port?: number;
|
|
10861
|
+
/**
|
|
10862
|
+
* <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
|
|
10863
|
+
*/
|
|
10864
|
+
Type?: TargetType | string;
|
|
10865
|
+
/**
|
|
10866
|
+
* <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
|
|
10867
|
+
*/
|
|
10868
|
+
Role?: TargetRole | string;
|
|
10869
|
+
/**
|
|
10870
|
+
* <p>Information about the connection health of the RDS Proxy target.</p>
|
|
10871
|
+
*/
|
|
10872
|
+
TargetHealth?: TargetHealth;
|
|
10873
|
+
}
|
|
10874
|
+
export declare namespace DBProxyTarget {
|
|
10875
|
+
/**
|
|
10876
|
+
* @internal
|
|
10877
|
+
*/
|
|
10878
|
+
const filterSensitiveLog: (obj: DBProxyTarget) => any;
|
|
10879
|
+
}
|
|
10880
|
+
export interface DescribeDBProxyTargetsResponse {
|
|
10881
|
+
/**
|
|
10882
|
+
* <p>An arbitrary number of <code>DBProxyTarget</code> objects, containing details of the corresponding targets.</p>
|
|
10883
|
+
*/
|
|
10884
|
+
Targets?: DBProxyTarget[];
|
|
10885
|
+
/**
|
|
10886
|
+
* <p>An optional pagination token provided by a previous request.
|
|
10887
|
+
* If this parameter is specified, the response includes only records beyond the marker,
|
|
10888
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
10889
|
+
*/
|
|
10890
|
+
Marker?: string;
|
|
10891
|
+
}
|
|
10892
|
+
export declare namespace DescribeDBProxyTargetsResponse {
|
|
10893
|
+
/**
|
|
10894
|
+
* @internal
|
|
10895
|
+
*/
|
|
10896
|
+
const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
|
|
10897
|
+
}
|
|
10898
|
+
/**
|
|
10899
|
+
* <p>Contains the result of a successful invocation of the <code>DescribeDBSecurityGroups</code> action.</p>
|
|
10900
|
+
*/
|
|
10901
|
+
export interface DBSecurityGroupMessage {
|
|
10902
|
+
/**
|
|
10903
|
+
* <p>An optional pagination token provided by a previous request.
|
|
10904
|
+
* If this parameter is specified, the response includes
|
|
10905
|
+
* only records beyond the marker,
|
|
10906
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
10907
|
+
*/
|
|
10908
|
+
Marker?: string;
|
|
10909
|
+
/**
|
|
10910
|
+
* <p>A list of <code>DBSecurityGroup</code> instances.</p>
|
|
10911
|
+
*/
|
|
10912
|
+
DBSecurityGroups?: DBSecurityGroup[];
|
|
10913
|
+
}
|
|
10914
|
+
export declare namespace DBSecurityGroupMessage {
|
|
10915
|
+
/**
|
|
10916
|
+
* @internal
|
|
10917
|
+
*/
|
|
10918
|
+
const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
|
|
10919
|
+
}
|
|
10920
|
+
/**
|
|
10921
|
+
* <p></p>
|
|
10922
|
+
*/
|
|
10923
|
+
export interface DescribeDBSecurityGroupsMessage {
|
|
10924
|
+
/**
|
|
10925
|
+
* <p>The name of the DB security group to return details for.</p>
|
|
10926
|
+
*/
|
|
10927
|
+
DBSecurityGroupName?: string;
|
|
10928
|
+
/**
|
|
10929
|
+
* <p>This parameter isn't currently supported.</p>
|
|
10930
|
+
*/
|
|
10931
|
+
Filters?: Filter[];
|
|
10932
|
+
/**
|
|
10933
|
+
* <p>The maximum number of records to include in the response.
|
|
10934
|
+
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
10935
|
+
* a pagination token called a marker is included in the response so that
|
|
10936
|
+
* you can retrieve the remaining results.</p>
|
|
10937
|
+
* <p>Default: 100</p>
|
|
10938
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
10939
|
+
*/
|
|
10940
|
+
MaxRecords?: number;
|
|
10941
|
+
/**
|
|
10942
|
+
* <p>An optional pagination token provided by a previous
|
|
10943
|
+
* <code>DescribeDBSecurityGroups</code> request.
|
|
10944
|
+
* If this parameter is specified, the response includes
|
|
10945
|
+
* only records beyond the marker,
|
|
10946
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
10947
|
+
*/
|
|
10948
|
+
Marker?: string;
|
|
10949
|
+
}
|
|
10950
|
+
export declare namespace DescribeDBSecurityGroupsMessage {
|
|
10951
|
+
/**
|
|
10952
|
+
* @internal
|
|
10953
|
+
*/
|
|
10954
|
+
const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
|
|
10955
|
+
}
|
|
10956
|
+
/**
|
|
10957
|
+
* <p></p>
|
|
10958
|
+
*/
|
|
10959
|
+
export interface DescribeDBSnapshotAttributesMessage {
|
|
10960
|
+
/**
|
|
10961
|
+
* <p>The identifier for the DB snapshot to describe the attributes for.</p>
|
|
10962
|
+
*/
|
|
10963
|
+
DBSnapshotIdentifier: string | undefined;
|
|
10964
|
+
}
|
|
10965
|
+
export declare namespace DescribeDBSnapshotAttributesMessage {
|
|
10966
|
+
/**
|
|
10967
|
+
* @internal
|
|
10968
|
+
*/
|
|
10969
|
+
const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
|
|
10970
|
+
}
|
|
10971
|
+
/**
|
|
10972
|
+
* <p>Contains the name and values of a manual DB snapshot attribute</p>
|
|
10973
|
+
* <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
|
|
10974
|
+
* to restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
|
|
10975
|
+
* API.</p>
|
|
10976
|
+
*/
|
|
10977
|
+
export interface DBSnapshotAttribute {
|
|
10978
|
+
/**
|
|
10979
|
+
* <p>The name of the manual DB snapshot attribute.</p>
|
|
10980
|
+
* <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
|
|
10981
|
+
* have permission to copy or restore the manual DB cluster snapshot. For more information,
|
|
10982
|
+
* see the <code>ModifyDBSnapshotAttribute</code>
|
|
10983
|
+
* API action.</p>
|
|
10984
|
+
*/
|
|
10985
|
+
AttributeName?: string;
|
|
10986
|
+
/**
|
|
10987
|
+
* <p>The value or values for the manual DB snapshot attribute.</p>
|
|
10988
|
+
* <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
|
|
10989
|
+
* returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
|
|
10990
|
+
* DB snapshot. If a value of <code>all</code> is in the list, then the manual DB snapshot
|
|
10991
|
+
* is public and available for any Amazon Web Services account to copy or restore.</p>
|
|
10992
|
+
*/
|
|
10993
|
+
AttributeValues?: string[];
|
|
10994
|
+
}
|
|
10995
|
+
export declare namespace DBSnapshotAttribute {
|
|
10996
|
+
/**
|
|
10997
|
+
* @internal
|
|
10998
|
+
*/
|
|
10999
|
+
const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
|
|
11000
|
+
}
|
|
11001
|
+
/**
|
|
11002
|
+
* <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
|
|
11003
|
+
* API action.</p>
|
|
11004
|
+
* <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
|
|
11005
|
+
* to copy or restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
|
|
11006
|
+
* API action.</p>
|
|
11007
|
+
*/
|
|
11008
|
+
export interface DBSnapshotAttributesResult {
|
|
11009
|
+
/**
|
|
11010
|
+
* <p>The identifier of the manual DB snapshot that the attributes apply to.</p>
|
|
11011
|
+
*/
|
|
11012
|
+
DBSnapshotIdentifier?: string;
|
|
11013
|
+
/**
|
|
11014
|
+
* <p>The list of attributes and values for the manual DB snapshot.</p>
|
|
11015
|
+
*/
|
|
11016
|
+
DBSnapshotAttributes?: DBSnapshotAttribute[];
|
|
11017
|
+
}
|
|
11018
|
+
export declare namespace DBSnapshotAttributesResult {
|
|
11019
|
+
/**
|
|
11020
|
+
* @internal
|
|
11021
|
+
*/
|
|
11022
|
+
const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
|
|
11023
|
+
}
|
|
11024
|
+
export interface DescribeDBSnapshotAttributesResult {
|
|
11025
|
+
/**
|
|
11026
|
+
* <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
|
|
11027
|
+
* API action.</p>
|
|
11028
|
+
* <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
|
|
11029
|
+
* to copy or restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
|
|
11030
|
+
* API action.</p>
|
|
11031
|
+
*/
|
|
11032
|
+
DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
|
|
11033
|
+
}
|
|
11034
|
+
export declare namespace DescribeDBSnapshotAttributesResult {
|
|
11035
|
+
/**
|
|
11036
|
+
* @internal
|
|
11037
|
+
*/
|
|
11038
|
+
const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
|
|
11039
|
+
}
|
|
11040
|
+
/**
|
|
11041
|
+
* <p>Contains the result of a successful invocation of the <code>DescribeDBSnapshots</code> action.</p>
|
|
11042
|
+
*/
|
|
11043
|
+
export interface DBSnapshotMessage {
|
|
11044
|
+
/**
|
|
11045
|
+
* <p>An optional pagination token provided by a previous request.
|
|
11046
|
+
* If this parameter is specified, the response includes
|
|
11047
|
+
* only records beyond the marker,
|
|
11048
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
11049
|
+
*/
|
|
11050
|
+
Marker?: string;
|
|
11051
|
+
/**
|
|
11052
|
+
* <p>A list of <code>DBSnapshot</code> instances.</p>
|
|
11053
|
+
*/
|
|
11054
|
+
DBSnapshots?: DBSnapshot[];
|
|
11055
|
+
}
|
|
11056
|
+
export declare namespace DBSnapshotMessage {
|
|
11057
|
+
/**
|
|
11058
|
+
* @internal
|
|
11059
|
+
*/
|
|
11060
|
+
const filterSensitiveLog: (obj: DBSnapshotMessage) => any;
|
|
11061
|
+
}
|