@aws-sdk/client-rds 3.58.0 → 3.74.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/RDS.js +0 -90
  4. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
  5. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
  7. package/dist-cjs/commands/index.js +0 -6
  8. package/dist-cjs/models/models_0.js +91 -122
  9. package/dist-cjs/models/models_1.js +4 -109
  10. package/dist-cjs/pagination/index.js +1 -3
  11. package/dist-cjs/protocols/Aws_query.js +68 -640
  12. package/dist-es/RDS.js +0 -90
  13. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
  14. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
  15. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
  16. package/dist-es/commands/index.js +0 -6
  17. package/dist-es/models/models_0.js +66 -89
  18. package/dist-es/models/models_1.js +0 -82
  19. package/dist-es/pagination/index.js +1 -3
  20. package/dist-es/protocols/Aws_query.js +78 -717
  21. package/dist-types/RDS.d.ts +1 -61
  22. package/dist-types/RDSClient.d.ts +2 -8
  23. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
  26. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  27. package/dist-types/commands/index.d.ts +0 -6
  28. package/dist-types/models/models_0.d.ts +304 -308
  29. package/dist-types/models/models_1.d.ts +223 -382
  30. package/dist-types/pagination/index.d.ts +1 -3
  31. package/dist-types/protocols/Aws_query.d.ts +0 -18
  32. package/dist-types/ts3.4/RDS.d.ts +0 -30
  33. package/dist-types/ts3.4/RDSClient.d.ts +2 -8
  34. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  35. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/index.d.ts +0 -6
  38. package/dist-types/ts3.4/models/models_0.d.ts +151 -158
  39. package/dist-types/ts3.4/models/models_1.d.ts +9 -173
  40. package/dist-types/ts3.4/pagination/index.d.ts +1 -3
  41. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
  42. package/package.json +7 -7
  43. package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
  44. package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
  45. package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
  46. package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
  47. package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
  48. package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
  49. package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
  50. package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
  51. package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
  52. package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
  53. package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
  54. package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
  55. package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
  56. package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
  57. package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
  58. package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
  59. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  60. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  61. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  62. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  63. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  64. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
  65. package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  66. package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  67. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
  73. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  74. 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
@@ -2880,6 +2738,31 @@ export declare namespace ScalingConfiguration {
2880
2738
  */
2881
2739
  const filterSensitiveLog: (obj: ScalingConfiguration) => any;
2882
2740
  }
2741
+ /**
2742
+ * <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
2743
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
2744
+ * <i>Amazon Aurora User Guide</i>.</p>
2745
+ */
2746
+ export interface ServerlessV2ScalingConfiguration {
2747
+ /**
2748
+ * <p>The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
2749
+ * You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value
2750
+ * that you can use is 0.5.</p>
2751
+ */
2752
+ MinCapacity?: number;
2753
+ /**
2754
+ * <p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
2755
+ * You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value
2756
+ * that you can use is 128.</p>
2757
+ */
2758
+ MaxCapacity?: number;
2759
+ }
2760
+ export declare namespace ServerlessV2ScalingConfiguration {
2761
+ /**
2762
+ * @internal
2763
+ */
2764
+ const filterSensitiveLog: (obj: ServerlessV2ScalingConfiguration) => any;
2765
+ }
2883
2766
  /**
2884
2767
  * <p></p>
2885
2768
  */
@@ -3465,6 +3348,12 @@ export interface CreateDBClusterMessage {
3465
3348
  * <p>Valid for: Multi-AZ DB clusters only</p>
3466
3349
  */
3467
3350
  PerformanceInsightsRetentionPeriod?: number;
3351
+ /**
3352
+ * <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
3353
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
3354
+ * <i>Amazon Aurora User Guide</i>.</p>
3355
+ */
3356
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
3468
3357
  }
3469
3358
  export declare namespace CreateDBClusterMessage {
3470
3359
  /**
@@ -3696,6 +3585,31 @@ export declare namespace ScalingConfigurationInfo {
3696
3585
  */
3697
3586
  const filterSensitiveLog: (obj: ScalingConfigurationInfo) => any;
3698
3587
  }
3588
+ /**
3589
+ * <p>Shows the scaling configuration for an Aurora Serverless v2 DB cluster.</p>
3590
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
3591
+ * <i>Amazon Aurora User Guide</i>.</p>
3592
+ */
3593
+ export interface ServerlessV2ScalingConfigurationInfo {
3594
+ /**
3595
+ * <p>The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
3596
+ * You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value
3597
+ * that you can use is 0.5.</p>
3598
+ */
3599
+ MinCapacity?: number;
3600
+ /**
3601
+ * <p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
3602
+ * You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value
3603
+ * that you can use is 128.</p>
3604
+ */
3605
+ MaxCapacity?: number;
3606
+ }
3607
+ export declare namespace ServerlessV2ScalingConfigurationInfo {
3608
+ /**
3609
+ * @internal
3610
+ */
3611
+ const filterSensitiveLog: (obj: ServerlessV2ScalingConfigurationInfo) => any;
3612
+ }
3699
3613
  /**
3700
3614
  * <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
3701
3615
  * <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
@@ -4049,6 +3963,12 @@ export interface DBCluster {
4049
3963
  * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
4050
3964
  */
4051
3965
  PerformanceInsightsRetentionPeriod?: number;
3966
+ /**
3967
+ * <p>Shows the scaling configuration for an Aurora Serverless v2 DB cluster.</p>
3968
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
3969
+ * <i>Amazon Aurora User Guide</i>.</p>
3970
+ */
3971
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo;
4052
3972
  }
4053
3973
  export declare namespace DBCluster {
4054
3974
  /**
@@ -5020,7 +4940,8 @@ export interface CreateDBInstanceMessage {
5020
4940
  * <p>
5021
4941
  * <b>Amazon Aurora</b>
5022
4942
  * </p>
5023
- * <p>Not applicable. Availability Zones are managed by the DB cluster.</p>
4943
+ * <p>Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these
4944
+ * Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.</p>
5024
4945
  * <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>
5025
4946
  * <p>Example: <code>us-east-1d</code>
5026
4947
  * </p>
@@ -8218,34 +8139,6 @@ export declare namespace CreateOptionGroupResult {
8218
8139
  */
8219
8140
  const filterSensitiveLog: (obj: CreateOptionGroupResult) => any;
8220
8141
  }
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
8142
  /**
8250
8143
  * <p>The specified CEV was not found.</p>
8251
8144
  */
@@ -9041,91 +8934,6 @@ export declare namespace DeleteGlobalClusterResult {
9041
8934
  */
9042
8935
  const filterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
9043
8936
  }
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
8937
  /**
9130
8938
  * <p></p>
9131
8939
  */
@@ -9383,58 +9191,6 @@ export declare namespace DescribeCertificatesMessage {
9383
9191
  */
9384
9192
  const filterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
9385
9193
  }
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
9194
  /**
9439
9195
  * <p>Contains the result of a successful invocation of the <code>DescribeDBClusterBacktracks</code> action.</p>
9440
9196
  */
@@ -11087,3 +10843,243 @@ export declare namespace DescribeDBProxyTargetsRequest {
11087
10843
  */
11088
10844
  const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
11089
10845
  }
10846
+ export declare enum TargetRole {
10847
+ READ_ONLY = "READ_ONLY",
10848
+ READ_WRITE = "READ_WRITE",
10849
+ UNKNOWN = "UNKNOWN"
10850
+ }
10851
+ export declare enum TargetHealthReason {
10852
+ AUTH_FAILURE = "AUTH_FAILURE",
10853
+ CONNECTION_FAILED = "CONNECTION_FAILED",
10854
+ INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
10855
+ PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
10856
+ UNREACHABLE = "UNREACHABLE"
10857
+ }
10858
+ export declare enum TargetState {
10859
+ available = "AVAILABLE",
10860
+ registering = "REGISTERING",
10861
+ unavailable = "UNAVAILABLE"
10862
+ }
10863
+ /**
10864
+ * <p>Information about the connection health of an RDS Proxy target.</p>
10865
+ */
10866
+ export interface TargetHealth {
10867
+ /**
10868
+ * <p>The current state of the connection health lifecycle for the RDS Proxy target.
10869
+ * The following is a typical lifecycle example for the states of an RDS Proxy target:</p>
10870
+ * <p>
10871
+ * <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
10872
+ * </p>
10873
+ */
10874
+ State?: TargetState | string;
10875
+ /**
10876
+ * <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
10877
+ */
10878
+ Reason?: TargetHealthReason | string;
10879
+ /**
10880
+ * <p>A description of the health of the RDS Proxy target.
10881
+ * If the <code>State</code> is <code>AVAILABLE</code>, a description is not included.</p>
10882
+ */
10883
+ Description?: string;
10884
+ }
10885
+ export declare namespace TargetHealth {
10886
+ /**
10887
+ * @internal
10888
+ */
10889
+ const filterSensitiveLog: (obj: TargetHealth) => any;
10890
+ }
10891
+ export declare enum TargetType {
10892
+ RDS_INSTANCE = "RDS_INSTANCE",
10893
+ RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
10894
+ TRACKED_CLUSTER = "TRACKED_CLUSTER"
10895
+ }
10896
+ /**
10897
+ * <p>Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster
10898
+ * that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.</p>
10899
+ * <p>This data type is used as a response element in the <code>DescribeDBProxyTargets</code> action.</p>
10900
+ */
10901
+ export interface DBProxyTarget {
10902
+ /**
10903
+ * <p>The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.</p>
10904
+ */
10905
+ TargetArn?: string;
10906
+ /**
10907
+ * <p>The writer endpoint for the RDS DB instance or Aurora DB cluster.</p>
10908
+ */
10909
+ Endpoint?: string;
10910
+ /**
10911
+ * <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>
10912
+ */
10913
+ TrackedClusterId?: string;
10914
+ /**
10915
+ * <p>The identifier representing the target. It can be the instance identifier for an RDS DB instance,
10916
+ * or the cluster identifier for an Aurora DB cluster.</p>
10917
+ */
10918
+ RdsResourceId?: string;
10919
+ /**
10920
+ * <p>The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.</p>
10921
+ */
10922
+ Port?: number;
10923
+ /**
10924
+ * <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
10925
+ */
10926
+ Type?: TargetType | string;
10927
+ /**
10928
+ * <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
10929
+ */
10930
+ Role?: TargetRole | string;
10931
+ /**
10932
+ * <p>Information about the connection health of the RDS Proxy target.</p>
10933
+ */
10934
+ TargetHealth?: TargetHealth;
10935
+ }
10936
+ export declare namespace DBProxyTarget {
10937
+ /**
10938
+ * @internal
10939
+ */
10940
+ const filterSensitiveLog: (obj: DBProxyTarget) => any;
10941
+ }
10942
+ export interface DescribeDBProxyTargetsResponse {
10943
+ /**
10944
+ * <p>An arbitrary number of <code>DBProxyTarget</code> objects, containing details of the corresponding targets.</p>
10945
+ */
10946
+ Targets?: DBProxyTarget[];
10947
+ /**
10948
+ * <p>An optional pagination token provided by a previous request.
10949
+ * If this parameter is specified, the response includes only records beyond the marker,
10950
+ * up to the value specified by <code>MaxRecords</code>.</p>
10951
+ */
10952
+ Marker?: string;
10953
+ }
10954
+ export declare namespace DescribeDBProxyTargetsResponse {
10955
+ /**
10956
+ * @internal
10957
+ */
10958
+ const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
10959
+ }
10960
+ /**
10961
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBSecurityGroups</code> action.</p>
10962
+ */
10963
+ export interface DBSecurityGroupMessage {
10964
+ /**
10965
+ * <p>An optional pagination token provided by a previous request.
10966
+ * If this parameter is specified, the response includes
10967
+ * only records beyond the marker,
10968
+ * up to the value specified by <code>MaxRecords</code>.</p>
10969
+ */
10970
+ Marker?: string;
10971
+ /**
10972
+ * <p>A list of <code>DBSecurityGroup</code> instances.</p>
10973
+ */
10974
+ DBSecurityGroups?: DBSecurityGroup[];
10975
+ }
10976
+ export declare namespace DBSecurityGroupMessage {
10977
+ /**
10978
+ * @internal
10979
+ */
10980
+ const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
10981
+ }
10982
+ /**
10983
+ * <p></p>
10984
+ */
10985
+ export interface DescribeDBSecurityGroupsMessage {
10986
+ /**
10987
+ * <p>The name of the DB security group to return details for.</p>
10988
+ */
10989
+ DBSecurityGroupName?: string;
10990
+ /**
10991
+ * <p>This parameter isn't currently supported.</p>
10992
+ */
10993
+ Filters?: Filter[];
10994
+ /**
10995
+ * <p>The maximum number of records to include in the response.
10996
+ * If more records exist than the specified <code>MaxRecords</code> value,
10997
+ * a pagination token called a marker is included in the response so that
10998
+ * you can retrieve the remaining results.</p>
10999
+ * <p>Default: 100</p>
11000
+ * <p>Constraints: Minimum 20, maximum 100.</p>
11001
+ */
11002
+ MaxRecords?: number;
11003
+ /**
11004
+ * <p>An optional pagination token provided by a previous
11005
+ * <code>DescribeDBSecurityGroups</code> request.
11006
+ * If this parameter is specified, the response includes
11007
+ * only records beyond the marker,
11008
+ * up to the value specified by <code>MaxRecords</code>.</p>
11009
+ */
11010
+ Marker?: string;
11011
+ }
11012
+ export declare namespace DescribeDBSecurityGroupsMessage {
11013
+ /**
11014
+ * @internal
11015
+ */
11016
+ const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
11017
+ }
11018
+ /**
11019
+ * <p></p>
11020
+ */
11021
+ export interface DescribeDBSnapshotAttributesMessage {
11022
+ /**
11023
+ * <p>The identifier for the DB snapshot to describe the attributes for.</p>
11024
+ */
11025
+ DBSnapshotIdentifier: string | undefined;
11026
+ }
11027
+ export declare namespace DescribeDBSnapshotAttributesMessage {
11028
+ /**
11029
+ * @internal
11030
+ */
11031
+ const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
11032
+ }
11033
+ /**
11034
+ * <p>Contains the name and values of a manual DB snapshot attribute</p>
11035
+ * <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
11036
+ * to restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
11037
+ * API.</p>
11038
+ */
11039
+ export interface DBSnapshotAttribute {
11040
+ /**
11041
+ * <p>The name of the manual DB snapshot attribute.</p>
11042
+ * <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
11043
+ * have permission to copy or restore the manual DB cluster snapshot. For more information,
11044
+ * see the <code>ModifyDBSnapshotAttribute</code>
11045
+ * API action.</p>
11046
+ */
11047
+ AttributeName?: string;
11048
+ /**
11049
+ * <p>The value or values for the manual DB snapshot attribute.</p>
11050
+ * <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
11051
+ * returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
11052
+ * DB snapshot. If a value of <code>all</code> is in the list, then the manual DB snapshot
11053
+ * is public and available for any Amazon Web Services account to copy or restore.</p>
11054
+ */
11055
+ AttributeValues?: string[];
11056
+ }
11057
+ export declare namespace DBSnapshotAttribute {
11058
+ /**
11059
+ * @internal
11060
+ */
11061
+ const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
11062
+ }
11063
+ /**
11064
+ * <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
11065
+ * API action.</p>
11066
+ * <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
11067
+ * to copy or restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
11068
+ * API action.</p>
11069
+ */
11070
+ export interface DBSnapshotAttributesResult {
11071
+ /**
11072
+ * <p>The identifier of the manual DB snapshot that the attributes apply to.</p>
11073
+ */
11074
+ DBSnapshotIdentifier?: string;
11075
+ /**
11076
+ * <p>The list of attributes and values for the manual DB snapshot.</p>
11077
+ */
11078
+ DBSnapshotAttributes?: DBSnapshotAttribute[];
11079
+ }
11080
+ export declare namespace DBSnapshotAttributesResult {
11081
+ /**
11082
+ * @internal
11083
+ */
11084
+ const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
11085
+ }