@aws-sdk/client-rds 3.968.0 → 3.970.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 (163) hide show
  1. package/README.md +1 -53
  2. package/dist-cjs/index.js +184 -178
  3. package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
  4. package/dist-es/pagination/index.js +1 -0
  5. package/dist-es/schemas/schemas_0.js +161 -158
  6. package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
  7. package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
  8. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
  9. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
  10. package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
  11. package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
  12. package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
  13. package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
  14. package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
  15. package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
  16. package/dist-types/RDS.d.ts +1 -53
  17. package/dist-types/RDSClient.d.ts +1 -53
  18. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
  19. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
  20. package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
  21. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
  22. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
  23. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
  26. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
  27. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
  28. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
  29. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
  30. package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
  31. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
  33. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
  34. package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
  35. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
  36. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
  37. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
  38. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
  39. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
  40. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
  41. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
  42. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
  43. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
  44. package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
  45. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
  46. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
  47. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
  48. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
  49. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
  50. package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
  51. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
  52. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
  53. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
  54. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
  55. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
  56. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
  57. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
  58. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
  59. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
  61. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
  62. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
  63. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  65. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
  66. package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
  67. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
  68. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
  69. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
  70. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
  71. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
  72. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
  73. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
  74. package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
  75. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
  76. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
  77. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
  78. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
  79. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
  80. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
  81. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
  82. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
  83. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
  84. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
  85. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
  86. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
  87. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
  88. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
  89. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
  90. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
  91. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
  92. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
  93. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
  95. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
  96. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
  97. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
  98. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
  99. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
  100. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
  101. package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
  102. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
  104. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
  105. package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
  106. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
  107. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
  108. package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
  109. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
  110. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
  111. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
  112. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
  113. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
  114. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
  115. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
  116. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
  117. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
  118. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
  119. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
  120. package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
  121. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
  122. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
  123. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
  124. package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
  125. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
  126. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
  127. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
  128. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
  129. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
  130. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
  131. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
  132. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
  133. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
  134. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
  135. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
  136. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
  137. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
  138. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
  139. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
  140. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
  141. package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
  142. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
  143. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
  144. package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
  145. package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
  146. package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
  147. package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
  148. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
  149. package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
  150. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
  151. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
  152. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
  153. package/dist-types/index.d.ts +1 -53
  154. package/dist-types/models/errors.d.ts +53 -116
  155. package/dist-types/models/models_0.d.ts +982 -8429
  156. package/dist-types/models/models_1.d.ts +557 -4868
  157. package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
  158. package/dist-types/pagination/index.d.ts +1 -0
  159. package/dist-types/ts3.4/models/models_0.d.ts +7 -7
  160. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  161. package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
  162. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  163. package/package.json +35 -35
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "../commands/DescribeEngineDefaultClusterParametersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeEngineDefaultClusterParameters: (config: RDSPaginationConfiguration, input: DescribeEngineDefaultClusterParametersCommandInput, ...rest: any[]) => Paginator<DescribeEngineDefaultClusterParametersCommandOutput>;
@@ -24,6 +24,7 @@ export * from "./DescribeDBSecurityGroupsPaginator";
24
24
  export * from "./DescribeDBSnapshotsPaginator";
25
25
  export * from "./DescribeDBSnapshotTenantDatabasesPaginator";
26
26
  export * from "./DescribeDBSubnetGroupsPaginator";
27
+ export * from "./DescribeEngineDefaultClusterParametersPaginator";
27
28
  export * from "./DescribeEngineDefaultParametersPaginator";
28
29
  export * from "./DescribeEventsPaginator";
29
30
  export * from "./DescribeEventSubscriptionsPaginator";
@@ -304,8 +304,8 @@ export interface DBSnapshot {
304
304
  DBSystemId?: string | undefined;
305
305
  MultiTenant?: boolean | undefined;
306
306
  DedicatedLogVolume?: boolean | undefined;
307
- SnapshotAvailabilityZone?: string | undefined;
308
307
  AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
308
+ SnapshotAvailabilityZone?: string | undefined;
309
309
  }
310
310
  export interface CopyDBSnapshotResult {
311
311
  DBSnapshot?: DBSnapshot | undefined;
@@ -406,6 +406,7 @@ export interface CreateCustomDBEngineVersionMessage {
406
406
  EngineVersion: string | undefined;
407
407
  DatabaseInstallationFilesS3BucketName?: string | undefined;
408
408
  DatabaseInstallationFilesS3Prefix?: string | undefined;
409
+ DatabaseInstallationFiles?: string[] | undefined;
409
410
  ImageId?: string | undefined;
410
411
  KMSKeyId?: string | undefined;
411
412
  SourceCustomDbEngineVersionIdentifier?: string | undefined;
@@ -413,7 +414,6 @@ export interface CreateCustomDBEngineVersionMessage {
413
414
  Description?: string | undefined;
414
415
  Manifest?: string | undefined;
415
416
  Tags?: Tag[] | undefined;
416
- DatabaseInstallationFiles?: string[] | undefined;
417
417
  }
418
418
  export interface CharacterSet {
419
419
  CharacterSetName?: string | undefined;
@@ -450,12 +450,14 @@ export interface DBEngineVersion {
450
450
  EngineVersion?: string | undefined;
451
451
  DatabaseInstallationFilesS3BucketName?: string | undefined;
452
452
  DatabaseInstallationFilesS3Prefix?: string | undefined;
453
+ DatabaseInstallationFiles?: string[] | undefined;
453
454
  CustomDBEngineVersionManifest?: string | undefined;
454
455
  DBParameterGroupFamily?: string | undefined;
455
456
  DBEngineDescription?: string | undefined;
456
457
  DBEngineVersionArn?: string | undefined;
457
458
  DBEngineVersionDescription?: string | undefined;
458
459
  DefaultCharacterSet?: CharacterSet | undefined;
460
+ FailureReason?: string | undefined;
459
461
  Image?: CustomDBEngineVersionAMI | undefined;
460
462
  DBEngineMediaType?: string | undefined;
461
463
  KMSKeyId?: string | undefined;
@@ -480,8 +482,6 @@ export interface DBEngineVersion {
480
482
  SupportsLocalWriteForwarding?: boolean | undefined;
481
483
  SupportsIntegrations?: boolean | undefined;
482
484
  ServerlessV2FeaturesSupport?: ServerlessV2FeaturesSupport | undefined;
483
- DatabaseInstallationFiles?: string[] | undefined;
484
- FailureReason?: string | undefined;
485
485
  }
486
486
  export interface RdsCustomClusterConfiguration {
487
487
  InterconnectSubnetId?: string | undefined;
@@ -834,9 +834,9 @@ export interface CreateDBInstanceMessage {
834
834
  MultiTenant?: boolean | undefined;
835
835
  DedicatedLogVolume?: boolean | undefined;
836
836
  EngineLifecycleSupport?: string | undefined;
837
+ AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
837
838
  TagSpecifications?: TagSpecification[] | undefined;
838
839
  MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
839
- AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
840
840
  }
841
841
  export interface DBInstanceRole {
842
842
  RoleArn?: string | undefined;
@@ -1056,8 +1056,8 @@ export interface CreateDBInstanceReadReplicaMessage {
1056
1056
  DedicatedLogVolume?: boolean | undefined;
1057
1057
  UpgradeStorageConfig?: boolean | undefined;
1058
1058
  CACertificateIdentifier?: string | undefined;
1059
- TagSpecifications?: TagSpecification[] | undefined;
1060
1059
  AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
1060
+ TagSpecifications?: TagSpecification[] | undefined;
1061
1061
  }
1062
1062
  export interface CreateDBInstanceReadReplicaResult {
1063
1063
  DBInstance?: DBInstance | undefined;
@@ -2238,8 +2238,8 @@ export interface OrderableDBInstanceOption {
2238
2238
  SupportedNetworkTypes?: string[] | undefined;
2239
2239
  SupportsClusters?: boolean | undefined;
2240
2240
  SupportsDedicatedLogVolume?: boolean | undefined;
2241
- SupportsHttpEndpoint?: boolean | undefined;
2242
2241
  SupportsAdditionalStorageVolumes?: boolean | undefined;
2242
+ SupportsHttpEndpoint?: boolean | undefined;
2243
2243
  AvailableAdditionalStorageVolumesOptions?:
2244
2244
  | AvailableAdditionalStorageVolumesOption[]
2245
2245
  | undefined;
@@ -331,9 +331,9 @@ export interface ModifyDBInstanceMessage {
331
331
  MultiTenant?: boolean | undefined;
332
332
  DedicatedLogVolume?: boolean | undefined;
333
333
  Engine?: string | undefined;
334
+ AdditionalStorageVolumes?: ModifyAdditionalStorageVolume[] | undefined;
334
335
  TagSpecifications?: TagSpecification[] | undefined;
335
336
  MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
336
- AdditionalStorageVolumes?: ModifyAdditionalStorageVolume[] | undefined;
337
337
  }
338
338
  export interface ModifyDBInstanceResult {
339
339
  DBInstance?: DBInstance | undefined;
@@ -743,10 +743,10 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
743
743
  DedicatedLogVolume?: boolean | undefined;
744
744
  CACertificateIdentifier?: string | undefined;
745
745
  EngineLifecycleSupport?: string | undefined;
746
+ AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
746
747
  TagSpecifications?: TagSpecification[] | undefined;
747
748
  ManageMasterUserPassword?: boolean | undefined;
748
749
  MasterUserSecretKmsKeyId?: string | undefined;
749
- AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
750
750
  }
751
751
  export interface RestoreDBInstanceFromDBSnapshotResult {
752
752
  DBInstance?: DBInstance | undefined;
@@ -804,8 +804,8 @@ export interface RestoreDBInstanceFromS3Message {
804
804
  DedicatedLogVolume?: boolean | undefined;
805
805
  CACertificateIdentifier?: string | undefined;
806
806
  EngineLifecycleSupport?: string | undefined;
807
- TagSpecifications?: TagSpecification[] | undefined;
808
807
  AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
808
+ TagSpecifications?: TagSpecification[] | undefined;
809
809
  }
810
810
  export interface RestoreDBInstanceFromS3Result {
811
811
  DBInstance?: DBInstance | undefined;
@@ -857,10 +857,10 @@ export interface RestoreDBInstanceToPointInTimeMessage {
857
857
  DedicatedLogVolume?: boolean | undefined;
858
858
  CACertificateIdentifier?: string | undefined;
859
859
  EngineLifecycleSupport?: string | undefined;
860
+ AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
860
861
  TagSpecifications?: TagSpecification[] | undefined;
861
862
  ManageMasterUserPassword?: boolean | undefined;
862
863
  MasterUserSecretKmsKeyId?: string | undefined;
863
- AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
864
864
  }
865
865
  export interface RestoreDBInstanceToPointInTimeResult {
866
866
  DBInstance?: DBInstance | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeEngineDefaultClusterParametersCommandInput,
4
+ DescribeEngineDefaultClusterParametersCommandOutput,
5
+ } from "../commands/DescribeEngineDefaultClusterParametersCommand";
6
+ import { RDSPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeEngineDefaultClusterParameters: (
8
+ config: RDSPaginationConfiguration,
9
+ input: DescribeEngineDefaultClusterParametersCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeEngineDefaultClusterParametersCommandOutput>;
@@ -24,6 +24,7 @@ export * from "./DescribeDBSecurityGroupsPaginator";
24
24
  export * from "./DescribeDBSnapshotsPaginator";
25
25
  export * from "./DescribeDBSnapshotTenantDatabasesPaginator";
26
26
  export * from "./DescribeDBSubnetGroupsPaginator";
27
+ export * from "./DescribeEngineDefaultClusterParametersPaginator";
27
28
  export * from "./DescribeEngineDefaultParametersPaginator";
28
29
  export * from "./DescribeEventsPaginator";
29
30
  export * from "./DescribeEventSubscriptionsPaginator";
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.968.0",
4
+ "version": "3.970.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -23,44 +23,44 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "3.968.0",
27
- "@aws-sdk/credential-provider-node": "3.968.0",
28
- "@aws-sdk/middleware-host-header": "3.968.0",
29
- "@aws-sdk/middleware-logger": "3.968.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
31
- "@aws-sdk/middleware-sdk-rds": "3.968.0",
32
- "@aws-sdk/middleware-user-agent": "3.968.0",
33
- "@aws-sdk/region-config-resolver": "3.968.0",
34
- "@aws-sdk/types": "3.968.0",
35
- "@aws-sdk/util-endpoints": "3.968.0",
36
- "@aws-sdk/util-user-agent-browser": "3.968.0",
37
- "@aws-sdk/util-user-agent-node": "3.968.0",
38
- "@smithy/config-resolver": "^4.4.5",
39
- "@smithy/core": "^3.20.3",
40
- "@smithy/fetch-http-handler": "^5.3.8",
41
- "@smithy/hash-node": "^4.2.7",
42
- "@smithy/invalid-dependency": "^4.2.7",
43
- "@smithy/middleware-content-length": "^4.2.7",
44
- "@smithy/middleware-endpoint": "^4.4.4",
45
- "@smithy/middleware-retry": "^4.4.20",
46
- "@smithy/middleware-serde": "^4.2.8",
47
- "@smithy/middleware-stack": "^4.2.7",
48
- "@smithy/node-config-provider": "^4.3.7",
49
- "@smithy/node-http-handler": "^4.4.7",
50
- "@smithy/protocol-http": "^5.3.7",
51
- "@smithy/smithy-client": "^4.10.5",
52
- "@smithy/types": "^4.11.0",
53
- "@smithy/url-parser": "^4.2.7",
26
+ "@aws-sdk/core": "3.970.0",
27
+ "@aws-sdk/credential-provider-node": "3.970.0",
28
+ "@aws-sdk/middleware-host-header": "3.969.0",
29
+ "@aws-sdk/middleware-logger": "3.969.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
31
+ "@aws-sdk/middleware-sdk-rds": "3.970.0",
32
+ "@aws-sdk/middleware-user-agent": "3.970.0",
33
+ "@aws-sdk/region-config-resolver": "3.969.0",
34
+ "@aws-sdk/types": "3.969.0",
35
+ "@aws-sdk/util-endpoints": "3.970.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
37
+ "@aws-sdk/util-user-agent-node": "3.970.0",
38
+ "@smithy/config-resolver": "^4.4.6",
39
+ "@smithy/core": "^3.20.6",
40
+ "@smithy/fetch-http-handler": "^5.3.9",
41
+ "@smithy/hash-node": "^4.2.8",
42
+ "@smithy/invalid-dependency": "^4.2.8",
43
+ "@smithy/middleware-content-length": "^4.2.8",
44
+ "@smithy/middleware-endpoint": "^4.4.7",
45
+ "@smithy/middleware-retry": "^4.4.23",
46
+ "@smithy/middleware-serde": "^4.2.9",
47
+ "@smithy/middleware-stack": "^4.2.8",
48
+ "@smithy/node-config-provider": "^4.3.8",
49
+ "@smithy/node-http-handler": "^4.4.8",
50
+ "@smithy/protocol-http": "^5.3.8",
51
+ "@smithy/smithy-client": "^4.10.8",
52
+ "@smithy/types": "^4.12.0",
53
+ "@smithy/url-parser": "^4.2.8",
54
54
  "@smithy/util-base64": "^4.3.0",
55
55
  "@smithy/util-body-length-browser": "^4.2.0",
56
56
  "@smithy/util-body-length-node": "^4.2.1",
57
- "@smithy/util-defaults-mode-browser": "^4.3.19",
58
- "@smithy/util-defaults-mode-node": "^4.2.22",
59
- "@smithy/util-endpoints": "^3.2.7",
60
- "@smithy/util-middleware": "^4.2.7",
61
- "@smithy/util-retry": "^4.2.7",
57
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
58
+ "@smithy/util-defaults-mode-node": "^4.2.25",
59
+ "@smithy/util-endpoints": "^3.2.8",
60
+ "@smithy/util-middleware": "^4.2.8",
61
+ "@smithy/util-retry": "^4.2.8",
62
62
  "@smithy/util-utf8": "^4.2.0",
63
- "@smithy/util-waiter": "^4.2.7",
63
+ "@smithy/util-waiter": "^4.2.8",
64
64
  "tslib": "^2.6.2"
65
65
  },
66
66
  "devDependencies": {