@aws-sdk/client-rds 3.381.0 → 3.385.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 (48) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/RDS.js +4 -0
  3. package/dist-cjs/commands/DeleteDBClusterAutomatedBackupCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeDBClusterAutomatedBackupsCommand.js +46 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/dist-cjs/models/models_0.js +40 -1
  8. package/dist-cjs/protocols/Aws_query.js +301 -6
  9. package/dist-es/RDS.js +4 -0
  10. package/dist-es/commands/DeleteDBClusterAutomatedBackupCommand.js +42 -0
  11. package/dist-es/commands/DescribeDBClusterAutomatedBackupsCommand.js +42 -0
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/endpoint/ruleset.js +1 -1
  14. package/dist-es/models/models_0.js +36 -0
  15. package/dist-es/protocols/Aws_query.js +292 -1
  16. package/dist-types/RDS.d.ts +14 -0
  17. package/dist-types/RDSClient.d.ts +4 -2
  18. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +110 -0
  21. package/dist-types/commands/DeleteDBClusterCommand.d.ts +5 -0
  22. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +122 -0
  25. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -2
  30. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +5 -1
  31. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  32. package/dist-types/commands/index.d.ts +2 -0
  33. package/dist-types/models/models_0.d.ts +1319 -285
  34. package/dist-types/models/models_1.d.ts +1156 -2
  35. package/dist-types/protocols/Aws_query.d.ts +18 -0
  36. package/dist-types/ts3.4/RDS.d.ts +40 -0
  37. package/dist-types/ts3.4/RDSClient.d.ts +12 -0
  38. package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +42 -0
  39. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +42 -0
  40. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +79 -48
  46. package/dist-types/ts3.4/models/models_1.d.ts +47 -1
  47. package/dist-types/ts3.4/protocols/Aws_query.d.ts +24 -0
  48. package/package.json +5 -5
@@ -32,6 +32,7 @@ import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } fro
32
32
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
33
33
  import { DeleteBlueGreenDeploymentCommandInput, DeleteBlueGreenDeploymentCommandOutput } from "../commands/DeleteBlueGreenDeploymentCommand";
34
34
  import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
35
+ import { DeleteDBClusterAutomatedBackupCommandInput, DeleteDBClusterAutomatedBackupCommandOutput } from "../commands/DeleteDBClusterAutomatedBackupCommand";
35
36
  import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
36
37
  import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "../commands/DeleteDBClusterEndpointCommand";
37
38
  import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "../commands/DeleteDBClusterParameterGroupCommand";
@@ -51,6 +52,7 @@ import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOu
51
52
  import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
52
53
  import { DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput } from "../commands/DescribeBlueGreenDeploymentsCommand";
53
54
  import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
55
+ import { DescribeDBClusterAutomatedBackupsCommandInput, DescribeDBClusterAutomatedBackupsCommandOutput } from "../commands/DescribeDBClusterAutomatedBackupsCommand";
54
56
  import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "../commands/DescribeDBClusterBacktracksCommand";
55
57
  import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "../commands/DescribeDBClusterEndpointsCommand";
56
58
  import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "../commands/DescribeDBClusterParameterGroupsCommand";
@@ -273,6 +275,10 @@ export declare const se_DeleteCustomDBEngineVersionCommand: (input: DeleteCustom
273
275
  * serializeAws_queryDeleteDBClusterCommand
274
276
  */
275
277
  export declare const se_DeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
+ /**
279
+ * serializeAws_queryDeleteDBClusterAutomatedBackupCommand
280
+ */
281
+ export declare const se_DeleteDBClusterAutomatedBackupCommand: (input: DeleteDBClusterAutomatedBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
282
  /**
277
283
  * serializeAws_queryDeleteDBClusterEndpointCommand
278
284
  */
@@ -345,6 +351,10 @@ export declare const se_DescribeBlueGreenDeploymentsCommand: (input: DescribeBlu
345
351
  * serializeAws_queryDescribeCertificatesCommand
346
352
  */
347
353
  export declare const se_DescribeCertificatesCommand: (input: DescribeCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
+ /**
355
+ * serializeAws_queryDescribeDBClusterAutomatedBackupsCommand
356
+ */
357
+ export declare const se_DescribeDBClusterAutomatedBackupsCommand: (input: DescribeDBClusterAutomatedBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
358
  /**
349
359
  * serializeAws_queryDescribeDBClusterBacktracksCommand
350
360
  */
@@ -837,6 +847,10 @@ export declare const de_DeleteCustomDBEngineVersionCommand: (output: __HttpRespo
837
847
  * deserializeAws_queryDeleteDBClusterCommand
838
848
  */
839
849
  export declare const de_DeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
850
+ /**
851
+ * deserializeAws_queryDeleteDBClusterAutomatedBackupCommand
852
+ */
853
+ export declare const de_DeleteDBClusterAutomatedBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterAutomatedBackupCommandOutput>;
840
854
  /**
841
855
  * deserializeAws_queryDeleteDBClusterEndpointCommand
842
856
  */
@@ -909,6 +923,10 @@ export declare const de_DescribeBlueGreenDeploymentsCommand: (output: __HttpResp
909
923
  * deserializeAws_queryDescribeCertificatesCommand
910
924
  */
911
925
  export declare const de_DescribeCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificatesCommandOutput>;
926
+ /**
927
+ * deserializeAws_queryDescribeDBClusterAutomatedBackupsCommand
928
+ */
929
+ export declare const de_DescribeDBClusterAutomatedBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterAutomatedBackupsCommandOutput>;
912
930
  /**
913
931
  * deserializeAws_queryDescribeDBClusterBacktracksCommand
914
932
  */
@@ -127,6 +127,10 @@ import {
127
127
  DeleteCustomDBEngineVersionCommandInput,
128
128
  DeleteCustomDBEngineVersionCommandOutput,
129
129
  } from "./commands/DeleteCustomDBEngineVersionCommand";
130
+ import {
131
+ DeleteDBClusterAutomatedBackupCommandInput,
132
+ DeleteDBClusterAutomatedBackupCommandOutput,
133
+ } from "./commands/DeleteDBClusterAutomatedBackupCommand";
130
134
  import {
131
135
  DeleteDBClusterCommandInput,
132
136
  DeleteDBClusterCommandOutput,
@@ -203,6 +207,10 @@ import {
203
207
  DescribeCertificatesCommandInput,
204
208
  DescribeCertificatesCommandOutput,
205
209
  } from "./commands/DescribeCertificatesCommand";
210
+ import {
211
+ DescribeDBClusterAutomatedBackupsCommandInput,
212
+ DescribeDBClusterAutomatedBackupsCommandOutput,
213
+ } from "./commands/DescribeDBClusterAutomatedBackupsCommand";
206
214
  import {
207
215
  DescribeDBClusterBacktracksCommandInput,
208
216
  DescribeDBClusterBacktracksCommandOutput,
@@ -1000,6 +1008,19 @@ export interface RDS {
1000
1008
  options: __HttpHandlerOptions,
1001
1009
  cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
1002
1010
  ): void;
1011
+ deleteDBClusterAutomatedBackup(
1012
+ args: DeleteDBClusterAutomatedBackupCommandInput,
1013
+ options?: __HttpHandlerOptions
1014
+ ): Promise<DeleteDBClusterAutomatedBackupCommandOutput>;
1015
+ deleteDBClusterAutomatedBackup(
1016
+ args: DeleteDBClusterAutomatedBackupCommandInput,
1017
+ cb: (err: any, data?: DeleteDBClusterAutomatedBackupCommandOutput) => void
1018
+ ): void;
1019
+ deleteDBClusterAutomatedBackup(
1020
+ args: DeleteDBClusterAutomatedBackupCommandInput,
1021
+ options: __HttpHandlerOptions,
1022
+ cb: (err: any, data?: DeleteDBClusterAutomatedBackupCommandOutput) => void
1023
+ ): void;
1003
1024
  deleteDBClusterEndpoint(
1004
1025
  args: DeleteDBClusterEndpointCommandInput,
1005
1026
  options?: __HttpHandlerOptions
@@ -1234,6 +1255,25 @@ export interface RDS {
1234
1255
  options: __HttpHandlerOptions,
1235
1256
  cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
1236
1257
  ): void;
1258
+ describeDBClusterAutomatedBackups(
1259
+ args: DescribeDBClusterAutomatedBackupsCommandInput,
1260
+ options?: __HttpHandlerOptions
1261
+ ): Promise<DescribeDBClusterAutomatedBackupsCommandOutput>;
1262
+ describeDBClusterAutomatedBackups(
1263
+ args: DescribeDBClusterAutomatedBackupsCommandInput,
1264
+ cb: (
1265
+ err: any,
1266
+ data?: DescribeDBClusterAutomatedBackupsCommandOutput
1267
+ ) => void
1268
+ ): void;
1269
+ describeDBClusterAutomatedBackups(
1270
+ args: DescribeDBClusterAutomatedBackupsCommandInput,
1271
+ options: __HttpHandlerOptions,
1272
+ cb: (
1273
+ err: any,
1274
+ data?: DescribeDBClusterAutomatedBackupsCommandOutput
1275
+ ) => void
1276
+ ): void;
1237
1277
  describeDBClusterBacktracks(
1238
1278
  args: DescribeDBClusterBacktracksCommandInput,
1239
1279
  options?: __HttpHandlerOptions
@@ -172,6 +172,10 @@ import {
172
172
  DeleteCustomDBEngineVersionCommandInput,
173
173
  DeleteCustomDBEngineVersionCommandOutput,
174
174
  } from "./commands/DeleteCustomDBEngineVersionCommand";
175
+ import {
176
+ DeleteDBClusterAutomatedBackupCommandInput,
177
+ DeleteDBClusterAutomatedBackupCommandOutput,
178
+ } from "./commands/DeleteDBClusterAutomatedBackupCommand";
175
179
  import {
176
180
  DeleteDBClusterCommandInput,
177
181
  DeleteDBClusterCommandOutput,
@@ -248,6 +252,10 @@ import {
248
252
  DescribeCertificatesCommandInput,
249
253
  DescribeCertificatesCommandOutput,
250
254
  } from "./commands/DescribeCertificatesCommand";
255
+ import {
256
+ DescribeDBClusterAutomatedBackupsCommandInput,
257
+ DescribeDBClusterAutomatedBackupsCommandOutput,
258
+ } from "./commands/DescribeDBClusterAutomatedBackupsCommand";
251
259
  import {
252
260
  DescribeDBClusterBacktracksCommandInput,
253
261
  DescribeDBClusterBacktracksCommandOutput,
@@ -647,6 +655,7 @@ export type ServiceInputTypes =
647
655
  | CreateOptionGroupCommandInput
648
656
  | DeleteBlueGreenDeploymentCommandInput
649
657
  | DeleteCustomDBEngineVersionCommandInput
658
+ | DeleteDBClusterAutomatedBackupCommandInput
650
659
  | DeleteDBClusterCommandInput
651
660
  | DeleteDBClusterEndpointCommandInput
652
661
  | DeleteDBClusterParameterGroupCommandInput
@@ -666,6 +675,7 @@ export type ServiceInputTypes =
666
675
  | DescribeAccountAttributesCommandInput
667
676
  | DescribeBlueGreenDeploymentsCommandInput
668
677
  | DescribeCertificatesCommandInput
678
+ | DescribeDBClusterAutomatedBackupsCommandInput
669
679
  | DescribeDBClusterBacktracksCommandInput
670
680
  | DescribeDBClusterEndpointsCommandInput
671
681
  | DescribeDBClusterParameterGroupsCommandInput
@@ -789,6 +799,7 @@ export type ServiceOutputTypes =
789
799
  | CreateOptionGroupCommandOutput
790
800
  | DeleteBlueGreenDeploymentCommandOutput
791
801
  | DeleteCustomDBEngineVersionCommandOutput
802
+ | DeleteDBClusterAutomatedBackupCommandOutput
792
803
  | DeleteDBClusterCommandOutput
793
804
  | DeleteDBClusterEndpointCommandOutput
794
805
  | DeleteDBClusterParameterGroupCommandOutput
@@ -808,6 +819,7 @@ export type ServiceOutputTypes =
808
819
  | DescribeAccountAttributesCommandOutput
809
820
  | DescribeBlueGreenDeploymentsCommandOutput
810
821
  | DescribeCertificatesCommandOutput
822
+ | DescribeDBClusterAutomatedBackupsCommandOutput
811
823
  | DescribeDBClusterBacktracksCommandOutput
812
824
  | DescribeDBClusterEndpointsCommandOutput
813
825
  | DescribeDBClusterParameterGroupsCommandOutput
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DeleteDBClusterAutomatedBackupMessage,
11
+ DeleteDBClusterAutomatedBackupResult,
12
+ } from "../models/models_0";
13
+ import {
14
+ RDSClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../RDSClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteDBClusterAutomatedBackupCommandInput
20
+ extends DeleteDBClusterAutomatedBackupMessage {}
21
+ export interface DeleteDBClusterAutomatedBackupCommandOutput
22
+ extends DeleteDBClusterAutomatedBackupResult,
23
+ __MetadataBearer {}
24
+ export declare class DeleteDBClusterAutomatedBackupCommand extends $Command<
25
+ DeleteDBClusterAutomatedBackupCommandInput,
26
+ DeleteDBClusterAutomatedBackupCommandOutput,
27
+ RDSClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteDBClusterAutomatedBackupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteDBClusterAutomatedBackupCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: RDSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteDBClusterAutomatedBackupCommandInput,
38
+ DeleteDBClusterAutomatedBackupCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DBClusterAutomatedBackupMessage,
11
+ DescribeDBClusterAutomatedBackupsMessage,
12
+ } from "../models/models_0";
13
+ import {
14
+ RDSClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../RDSClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeDBClusterAutomatedBackupsCommandInput
20
+ extends DescribeDBClusterAutomatedBackupsMessage {}
21
+ export interface DescribeDBClusterAutomatedBackupsCommandOutput
22
+ extends DBClusterAutomatedBackupMessage,
23
+ __MetadataBearer {}
24
+ export declare class DescribeDBClusterAutomatedBackupsCommand extends $Command<
25
+ DescribeDBClusterAutomatedBackupsCommandInput,
26
+ DescribeDBClusterAutomatedBackupsCommandOutput,
27
+ RDSClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeDBClusterAutomatedBackupsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeDBClusterAutomatedBackupsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: RDSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeDBClusterAutomatedBackupsCommandInput,
38
+ DescribeDBClusterAutomatedBackupsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DBInstanceAutomatedBackupMessage,
11
11
  DescribeDBInstanceAutomatedBackupsMessage,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RDSClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DBInstanceMessage,
11
11
  DescribeDBInstancesMessage,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RDSClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDBLogFilesMessage,
11
11
  DescribeDBLogFilesResponse,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  RDSClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DBParameterGroupsMessage } from "../models/models_0";
10
- import { DescribeDBParameterGroupsMessage } from "../models/models_1";
9
+ import {
10
+ DBParameterGroupsMessage,
11
+ DescribeDBParameterGroupsMessage,
12
+ } from "../models/models_1";
11
13
  import {
12
14
  RDSClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -30,6 +30,7 @@ export * from "./CreateGlobalClusterCommand";
30
30
  export * from "./CreateOptionGroupCommand";
31
31
  export * from "./DeleteBlueGreenDeploymentCommand";
32
32
  export * from "./DeleteCustomDBEngineVersionCommand";
33
+ export * from "./DeleteDBClusterAutomatedBackupCommand";
33
34
  export * from "./DeleteDBClusterCommand";
34
35
  export * from "./DeleteDBClusterEndpointCommand";
35
36
  export * from "./DeleteDBClusterParameterGroupCommand";
@@ -49,6 +50,7 @@ export * from "./DeregisterDBProxyTargetsCommand";
49
50
  export * from "./DescribeAccountAttributesCommand";
50
51
  export * from "./DescribeBlueGreenDeploymentsCommand";
51
52
  export * from "./DescribeCertificatesCommand";
53
+ export * from "./DescribeDBClusterAutomatedBackupsCommand";
52
54
  export * from "./DescribeDBClusterBacktracksCommand";
53
55
  export * from "./DescribeDBClusterEndpointsCommand";
54
56
  export * from "./DescribeDBClusterParameterGroupsCommand";
@@ -406,6 +406,7 @@ export interface DBClusterSnapshot {
406
406
  TagList?: Tag[];
407
407
  DBSystemId?: string;
408
408
  StorageType?: string;
409
+ DbClusterResourceId?: string;
409
410
  }
410
411
  export interface CopyDBClusterSnapshotResult {
411
412
  DBClusterSnapshot?: DBClusterSnapshot;
@@ -1950,14 +1951,80 @@ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseExcept
1950
1951
  >
1951
1952
  );
1952
1953
  }
1954
+ export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
1955
+ readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
1956
+ readonly $fault: "client";
1957
+ constructor(
1958
+ opts: __ExceptionOptionType<
1959
+ DBClusterAutomatedBackupQuotaExceededFault,
1960
+ __BaseException
1961
+ >
1962
+ );
1963
+ }
1953
1964
  export interface DeleteDBClusterMessage {
1954
1965
  DBClusterIdentifier: string | undefined;
1955
1966
  SkipFinalSnapshot?: boolean;
1956
1967
  FinalDBSnapshotIdentifier?: string;
1968
+ DeleteAutomatedBackups?: boolean;
1957
1969
  }
1958
1970
  export interface DeleteDBClusterResult {
1959
1971
  DBCluster?: DBCluster;
1960
1972
  }
1973
+ export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
1974
+ readonly name: "DBClusterAutomatedBackupNotFoundFault";
1975
+ readonly $fault: "client";
1976
+ constructor(
1977
+ opts: __ExceptionOptionType<
1978
+ DBClusterAutomatedBackupNotFoundFault,
1979
+ __BaseException
1980
+ >
1981
+ );
1982
+ }
1983
+ export interface DeleteDBClusterAutomatedBackupMessage {
1984
+ DbClusterResourceId: string | undefined;
1985
+ }
1986
+ export interface RestoreWindow {
1987
+ EarliestTime?: Date;
1988
+ LatestTime?: Date;
1989
+ }
1990
+ export interface DBClusterAutomatedBackup {
1991
+ Engine?: string;
1992
+ VpcId?: string;
1993
+ DBClusterAutomatedBackupsArn?: string;
1994
+ DBClusterIdentifier?: string;
1995
+ RestoreWindow?: RestoreWindow;
1996
+ MasterUsername?: string;
1997
+ DbClusterResourceId?: string;
1998
+ Region?: string;
1999
+ LicenseModel?: string;
2000
+ Status?: string;
2001
+ IAMDatabaseAuthenticationEnabled?: boolean;
2002
+ ClusterCreateTime?: Date;
2003
+ StorageEncrypted?: boolean;
2004
+ AllocatedStorage?: number;
2005
+ EngineVersion?: string;
2006
+ DBClusterArn?: string;
2007
+ BackupRetentionPeriod?: number;
2008
+ EngineMode?: string;
2009
+ AvailabilityZones?: string[];
2010
+ Port?: number;
2011
+ KmsKeyId?: string;
2012
+ StorageType?: string;
2013
+ Iops?: number;
2014
+ }
2015
+ export interface DeleteDBClusterAutomatedBackupResult {
2016
+ DBClusterAutomatedBackup?: DBClusterAutomatedBackup;
2017
+ }
2018
+ export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
2019
+ readonly name: "InvalidDBClusterAutomatedBackupStateFault";
2020
+ readonly $fault: "client";
2021
+ constructor(
2022
+ opts: __ExceptionOptionType<
2023
+ InvalidDBClusterAutomatedBackupStateFault,
2024
+ __BaseException
2025
+ >
2026
+ );
2027
+ }
1961
2028
  export declare class DBClusterEndpointNotFoundFault extends __BaseException {
1962
2029
  readonly name: "DBClusterEndpointNotFoundFault";
1963
2030
  readonly $fault: "client";
@@ -2030,10 +2097,6 @@ export interface DeleteDBInstanceAutomatedBackupMessage {
2030
2097
  DbiResourceId?: string;
2031
2098
  DBInstanceAutomatedBackupsArn?: string;
2032
2099
  }
2033
- export interface RestoreWindow {
2034
- EarliestTime?: Date;
2035
- LatestTime?: Date;
2036
- }
2037
2100
  export interface DBInstanceAutomatedBackup {
2038
2101
  DBInstanceArn?: string;
2039
2102
  DbiResourceId?: string;
@@ -2209,6 +2272,17 @@ export interface DescribeCertificatesMessage {
2209
2272
  MaxRecords?: number;
2210
2273
  Marker?: string;
2211
2274
  }
2275
+ export interface DBClusterAutomatedBackupMessage {
2276
+ Marker?: string;
2277
+ DBClusterAutomatedBackups?: DBClusterAutomatedBackup[];
2278
+ }
2279
+ export interface DescribeDBClusterAutomatedBackupsMessage {
2280
+ DbClusterResourceId?: string;
2281
+ DBClusterIdentifier?: string;
2282
+ Filters?: Filter[];
2283
+ MaxRecords?: number;
2284
+ Marker?: string;
2285
+ }
2212
2286
  export interface DBClusterBacktrackMessage {
2213
2287
  Marker?: string;
2214
2288
  DBClusterBacktracks?: DBClusterBacktrack[];
@@ -2318,6 +2392,7 @@ export interface DescribeDBClusterSnapshotsMessage {
2318
2392
  Marker?: string;
2319
2393
  IncludeShared?: boolean;
2320
2394
  IncludePublic?: boolean;
2395
+ DbClusterResourceId?: string;
2321
2396
  }
2322
2397
  export interface DBEngineVersionMessage {
2323
2398
  Marker?: string;
@@ -2335,47 +2410,3 @@ export interface DescribeDBEngineVersionsMessage {
2335
2410
  ListSupportedTimezones?: boolean;
2336
2411
  IncludeAll?: boolean;
2337
2412
  }
2338
- export interface DBInstanceAutomatedBackupMessage {
2339
- Marker?: string;
2340
- DBInstanceAutomatedBackups?: DBInstanceAutomatedBackup[];
2341
- }
2342
- export interface DescribeDBInstanceAutomatedBackupsMessage {
2343
- DbiResourceId?: string;
2344
- DBInstanceIdentifier?: string;
2345
- Filters?: Filter[];
2346
- MaxRecords?: number;
2347
- Marker?: string;
2348
- DBInstanceAutomatedBackupsArn?: string;
2349
- }
2350
- export interface DBInstanceMessage {
2351
- Marker?: string;
2352
- DBInstances?: DBInstance[];
2353
- }
2354
- export interface DescribeDBInstancesMessage {
2355
- DBInstanceIdentifier?: string;
2356
- Filters?: Filter[];
2357
- MaxRecords?: number;
2358
- Marker?: string;
2359
- }
2360
- export interface DescribeDBLogFilesMessage {
2361
- DBInstanceIdentifier: string | undefined;
2362
- FilenameContains?: string;
2363
- FileLastWritten?: number;
2364
- FileSize?: number;
2365
- Filters?: Filter[];
2366
- MaxRecords?: number;
2367
- Marker?: string;
2368
- }
2369
- export interface DescribeDBLogFilesDetails {
2370
- LogFileName?: string;
2371
- LastWritten?: number;
2372
- Size?: number;
2373
- }
2374
- export interface DescribeDBLogFilesResponse {
2375
- DescribeDBLogFiles?: DescribeDBLogFilesDetails[];
2376
- Marker?: string;
2377
- }
2378
- export interface DBParameterGroupsMessage {
2379
- Marker?: string;
2380
- DBParameterGroups?: DBParameterGroup[];
2381
- }
@@ -11,6 +11,7 @@ import {
11
11
  DBClusterSnapshotAttributesResult,
12
12
  DBInstance,
13
13
  DBInstanceAutomatedBackup,
14
+ DBParameterGroup,
14
15
  DBProxy,
15
16
  DBProxyEndpoint,
16
17
  DBSecurityGroup,
@@ -33,6 +34,50 @@ import {
33
34
  UserAuthConfig,
34
35
  } from "./models_0";
35
36
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
37
+ export interface DBInstanceAutomatedBackupMessage {
38
+ Marker?: string;
39
+ DBInstanceAutomatedBackups?: DBInstanceAutomatedBackup[];
40
+ }
41
+ export interface DescribeDBInstanceAutomatedBackupsMessage {
42
+ DbiResourceId?: string;
43
+ DBInstanceIdentifier?: string;
44
+ Filters?: Filter[];
45
+ MaxRecords?: number;
46
+ Marker?: string;
47
+ DBInstanceAutomatedBackupsArn?: string;
48
+ }
49
+ export interface DBInstanceMessage {
50
+ Marker?: string;
51
+ DBInstances?: DBInstance[];
52
+ }
53
+ export interface DescribeDBInstancesMessage {
54
+ DBInstanceIdentifier?: string;
55
+ Filters?: Filter[];
56
+ MaxRecords?: number;
57
+ Marker?: string;
58
+ }
59
+ export interface DescribeDBLogFilesMessage {
60
+ DBInstanceIdentifier: string | undefined;
61
+ FilenameContains?: string;
62
+ FileLastWritten?: number;
63
+ FileSize?: number;
64
+ Filters?: Filter[];
65
+ MaxRecords?: number;
66
+ Marker?: string;
67
+ }
68
+ export interface DescribeDBLogFilesDetails {
69
+ LogFileName?: string;
70
+ LastWritten?: number;
71
+ Size?: number;
72
+ }
73
+ export interface DescribeDBLogFilesResponse {
74
+ DescribeDBLogFiles?: DescribeDBLogFilesDetails[];
75
+ Marker?: string;
76
+ }
77
+ export interface DBParameterGroupsMessage {
78
+ Marker?: string;
79
+ DBParameterGroups?: DBParameterGroup[];
80
+ }
36
81
  export interface DescribeDBParameterGroupsMessage {
37
82
  DBParameterGroupName?: string;
38
83
  Filters?: Filter[];
@@ -1168,7 +1213,7 @@ export interface RestoreDBClusterFromSnapshotResult {
1168
1213
  export interface RestoreDBClusterToPointInTimeMessage {
1169
1214
  DBClusterIdentifier: string | undefined;
1170
1215
  RestoreType?: string;
1171
- SourceDBClusterIdentifier: string | undefined;
1216
+ SourceDBClusterIdentifier?: string;
1172
1217
  RestoreToTime?: Date;
1173
1218
  UseLatestRestorableTime?: boolean;
1174
1219
  Port?: number;
@@ -1193,6 +1238,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
1193
1238
  Iops?: number;
1194
1239
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
1195
1240
  NetworkType?: string;
1241
+ SourceDbClusterResourceId?: string;
1196
1242
  }
1197
1243
  export interface RestoreDBClusterToPointInTimeResult {
1198
1244
  DBCluster?: DBCluster;
@@ -131,6 +131,10 @@ import {
131
131
  DeleteCustomDBEngineVersionCommandInput,
132
132
  DeleteCustomDBEngineVersionCommandOutput,
133
133
  } from "../commands/DeleteCustomDBEngineVersionCommand";
134
+ import {
135
+ DeleteDBClusterAutomatedBackupCommandInput,
136
+ DeleteDBClusterAutomatedBackupCommandOutput,
137
+ } from "../commands/DeleteDBClusterAutomatedBackupCommand";
134
138
  import {
135
139
  DeleteDBClusterCommandInput,
136
140
  DeleteDBClusterCommandOutput,
@@ -207,6 +211,10 @@ import {
207
211
  DescribeCertificatesCommandInput,
208
212
  DescribeCertificatesCommandOutput,
209
213
  } from "../commands/DescribeCertificatesCommand";
214
+ import {
215
+ DescribeDBClusterAutomatedBackupsCommandInput,
216
+ DescribeDBClusterAutomatedBackupsCommandOutput,
217
+ } from "../commands/DescribeDBClusterAutomatedBackupsCommand";
210
218
  import {
211
219
  DescribeDBClusterBacktracksCommandInput,
212
220
  DescribeDBClusterBacktracksCommandOutput,
@@ -699,6 +707,10 @@ export declare const se_DeleteDBClusterCommand: (
699
707
  input: DeleteDBClusterCommandInput,
700
708
  context: __SerdeContext
701
709
  ) => Promise<__HttpRequest>;
710
+ export declare const se_DeleteDBClusterAutomatedBackupCommand: (
711
+ input: DeleteDBClusterAutomatedBackupCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
702
714
  export declare const se_DeleteDBClusterEndpointCommand: (
703
715
  input: DeleteDBClusterEndpointCommandInput,
704
716
  context: __SerdeContext
@@ -771,6 +783,10 @@ export declare const se_DescribeCertificatesCommand: (
771
783
  input: DescribeCertificatesCommandInput,
772
784
  context: __SerdeContext
773
785
  ) => Promise<__HttpRequest>;
786
+ export declare const se_DescribeDBClusterAutomatedBackupsCommand: (
787
+ input: DescribeDBClusterAutomatedBackupsCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
774
790
  export declare const se_DescribeDBClusterBacktracksCommand: (
775
791
  input: DescribeDBClusterBacktracksCommandInput,
776
792
  context: __SerdeContext
@@ -1263,6 +1279,10 @@ export declare const de_DeleteDBClusterCommand: (
1263
1279
  output: __HttpResponse,
1264
1280
  context: __SerdeContext
1265
1281
  ) => Promise<DeleteDBClusterCommandOutput>;
1282
+ export declare const de_DeleteDBClusterAutomatedBackupCommand: (
1283
+ output: __HttpResponse,
1284
+ context: __SerdeContext
1285
+ ) => Promise<DeleteDBClusterAutomatedBackupCommandOutput>;
1266
1286
  export declare const de_DeleteDBClusterEndpointCommand: (
1267
1287
  output: __HttpResponse,
1268
1288
  context: __SerdeContext
@@ -1335,6 +1355,10 @@ export declare const de_DescribeCertificatesCommand: (
1335
1355
  output: __HttpResponse,
1336
1356
  context: __SerdeContext
1337
1357
  ) => Promise<DescribeCertificatesCommandOutput>;
1358
+ export declare const de_DescribeDBClusterAutomatedBackupsCommand: (
1359
+ output: __HttpResponse,
1360
+ context: __SerdeContext
1361
+ ) => Promise<DescribeDBClusterAutomatedBackupsCommandOutput>;
1338
1362
  export declare const de_DescribeDBClusterBacktracksCommand: (
1339
1363
  output: __HttpResponse,
1340
1364
  context: __SerdeContext
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.381.0",
4
+ "version": "3.385.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.379.1",
25
- "@aws-sdk/credential-provider-node": "3.379.1",
24
+ "@aws-sdk/client-sts": "3.385.0",
25
+ "@aws-sdk/credential-provider-node": "3.385.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-sdk-rds": "3.378.0",
30
30
  "@aws-sdk/middleware-signing": "3.379.1",
31
- "@aws-sdk/middleware-user-agent": "3.379.1",
31
+ "@aws-sdk/middleware-user-agent": "3.382.0",
32
32
  "@aws-sdk/types": "3.378.0",
33
- "@aws-sdk/util-endpoints": "3.378.0",
33
+ "@aws-sdk/util-endpoints": "3.382.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.378.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.378.0",
36
36
  "@smithy/config-resolver": "^2.0.1",