@aws-sdk/client-rds 3.37.0 → 3.41.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 (200) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/RDS.js +45 -0
  3. package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
  6. package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
  7. package/dist-cjs/commands/index.js +143 -0
  8. package/dist-cjs/endpoints.js +166 -27
  9. package/dist-cjs/index.js +5 -181
  10. package/dist-cjs/models/models_0.js +70 -73
  11. package/dist-cjs/models/models_1.js +60 -4
  12. package/dist-cjs/pagination/index.js +39 -0
  13. package/dist-cjs/protocols/Aws_query.js +426 -6
  14. package/dist-cjs/runtimeConfig.browser.js +6 -3
  15. package/dist-cjs/runtimeConfig.js +5 -3
  16. package/dist-cjs/waiters/index.js +9 -0
  17. package/dist-es/RDS.js +45 -0
  18. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
  19. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
  20. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
  21. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
  22. package/dist-es/commands/index.js +140 -0
  23. package/dist-es/endpoints.js +166 -27
  24. package/dist-es/index.js +5 -181
  25. package/dist-es/models/models_0.js +45 -54
  26. package/dist-es/models/models_1.js +48 -0
  27. package/dist-es/pagination/index.js +36 -0
  28. package/dist-es/protocols/Aws_query.js +431 -0
  29. package/dist-es/runtimeConfig.browser.js +3 -2
  30. package/dist-es/runtimeConfig.js +3 -3
  31. package/dist-es/waiters/index.js +6 -0
  32. package/dist-types/RDS.d.ts +103 -13
  33. package/dist-types/RDSClient.d.ts +13 -2
  34. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
  35. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
  36. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  37. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  39. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  40. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  41. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
  44. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  45. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
  46. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
  49. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
  56. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
  66. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
  97. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
  103. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
  123. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
  124. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  125. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  126. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  127. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  129. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  130. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
  131. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
  132. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  134. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  139. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  140. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
  142. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  144. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
  147. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  149. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
  150. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  151. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  152. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
  153. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  154. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  155. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  158. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
  159. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
  160. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  162. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
  163. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  164. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  165. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  166. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  167. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  168. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
  169. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  170. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  171. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  172. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  173. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
  174. package/dist-types/commands/index.d.ts +140 -0
  175. package/dist-types/index.d.ts +5 -181
  176. package/dist-types/models/models_0.d.ts +697 -410
  177. package/dist-types/models/models_1.d.ts +468 -137
  178. package/dist-types/pagination/index.d.ts +36 -0
  179. package/dist-types/protocols/Aws_query.d.ts +9 -0
  180. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  181. package/dist-types/runtimeConfig.d.ts +2 -0
  182. package/dist-types/runtimeConfig.native.d.ts +2 -0
  183. package/dist-types/ts3.4/RDS.d.ts +15 -0
  184. package/dist-types/ts3.4/RDSClient.d.ts +9 -2
  185. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  188. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  189. package/dist-types/ts3.4/commands/index.d.ts +140 -0
  190. package/dist-types/ts3.4/index.d.ts +5 -181
  191. package/dist-types/ts3.4/models/models_0.d.ts +190 -154
  192. package/dist-types/ts3.4/models/models_1.d.ts +97 -2
  193. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  194. package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  198. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  199. package/dist-types/waiters/index.d.ts +6 -0
  200. package/package.json +28 -28
@@ -1,5 +1,73 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- import { ActivityStreamMode, ActivityStreamStatus, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBProxyTarget, DBProxyTargetGroup, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportTask, Filter, GlobalCluster, InstallationMedia, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
2
+ import { ActivityStreamMode, ActivityStreamStatus, AutomationMode, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBProxyTargetGroup, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportTask, Filter, GlobalCluster, InstallationMedia, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
3
+ export declare enum TargetRole {
4
+ READ_ONLY = "READ_ONLY",
5
+ READ_WRITE = "READ_WRITE",
6
+ UNKNOWN = "UNKNOWN"
7
+ }
8
+ export declare enum TargetHealthReason {
9
+ AUTH_FAILURE = "AUTH_FAILURE",
10
+ CONNECTION_FAILED = "CONNECTION_FAILED",
11
+ INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
12
+ PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
13
+ UNREACHABLE = "UNREACHABLE"
14
+ }
15
+ export declare enum TargetState {
16
+ available = "AVAILABLE",
17
+ registering = "REGISTERING",
18
+ unavailable = "UNAVAILABLE"
19
+ }
20
+
21
+ export interface TargetHealth {
22
+
23
+ State?: TargetState | string;
24
+
25
+ Reason?: TargetHealthReason | string;
26
+
27
+ Description?: string;
28
+ }
29
+ export declare namespace TargetHealth {
30
+
31
+ const filterSensitiveLog: (obj: TargetHealth) => any;
32
+ }
33
+ export declare enum TargetType {
34
+ RDS_INSTANCE = "RDS_INSTANCE",
35
+ RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
36
+ TRACKED_CLUSTER = "TRACKED_CLUSTER"
37
+ }
38
+
39
+ export interface DBProxyTarget {
40
+
41
+ TargetArn?: string;
42
+
43
+ Endpoint?: string;
44
+
45
+ TrackedClusterId?: string;
46
+
47
+ RdsResourceId?: string;
48
+
49
+ Port?: number;
50
+
51
+ Type?: TargetType | string;
52
+
53
+ Role?: TargetRole | string;
54
+
55
+ TargetHealth?: TargetHealth;
56
+ }
57
+ export declare namespace DBProxyTarget {
58
+
59
+ const filterSensitiveLog: (obj: DBProxyTarget) => any;
60
+ }
61
+ export interface DescribeDBProxyTargetsResponse {
62
+
63
+ Targets?: DBProxyTarget[];
64
+
65
+ Marker?: string;
66
+ }
67
+ export declare namespace DescribeDBProxyTargetsResponse {
68
+
69
+ const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
70
+ }
3
71
 
4
72
  export interface DBSecurityGroupMessage {
5
73
 
@@ -217,7 +285,7 @@ export declare namespace EventCategoriesMessage {
217
285
 
218
286
  const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
219
287
  }
220
- export declare type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
288
+ export declare type SourceType = "custom-engine-version" | "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
221
289
 
222
290
  export interface DescribeEventsMessage {
223
291
 
@@ -1115,6 +1183,25 @@ export declare namespace ModifyCurrentDBClusterCapacityMessage {
1115
1183
 
1116
1184
  const filterSensitiveLog: (obj: ModifyCurrentDBClusterCapacityMessage) => any;
1117
1185
  }
1186
+ export declare enum CustomEngineVersionStatus {
1187
+ available = "available",
1188
+ inactive = "inactive",
1189
+ inactive_except_restore = "inactive-except-restore"
1190
+ }
1191
+ export interface ModifyCustomDBEngineVersionMessage {
1192
+
1193
+ Engine: string | undefined;
1194
+
1195
+ EngineVersion: string | undefined;
1196
+
1197
+ Description?: string;
1198
+
1199
+ Status?: CustomEngineVersionStatus | string;
1200
+ }
1201
+ export declare namespace ModifyCustomDBEngineVersionMessage {
1202
+
1203
+ const filterSensitiveLog: (obj: ModifyCustomDBEngineVersionMessage) => any;
1204
+ }
1118
1205
 
1119
1206
  export interface CloudwatchLogsExportConfiguration {
1120
1207
 
@@ -1358,6 +1445,10 @@ export interface ModifyDBInstanceMessage {
1358
1445
  EnableCustomerOwnedIp?: boolean;
1359
1446
 
1360
1447
  AwsBackupRecoveryPointArn?: string;
1448
+
1449
+ AutomationMode?: AutomationMode | string;
1450
+
1451
+ ResumeFullAutomationModeMinutes?: number;
1361
1452
  }
1362
1453
  export declare namespace ModifyDBInstanceMessage {
1363
1454
 
@@ -2187,6 +2278,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
2187
2278
  DeletionProtection?: boolean;
2188
2279
 
2189
2280
  EnableCustomerOwnedIp?: boolean;
2281
+
2282
+ CustomIamInstanceProfile?: string;
2190
2283
  }
2191
2284
  export declare namespace RestoreDBInstanceFromDBSnapshotMessage {
2192
2285
 
@@ -2382,6 +2475,8 @@ export interface RestoreDBInstanceToPointInTimeMessage {
2382
2475
  SourceDBInstanceAutomatedBackupsArn?: string;
2383
2476
 
2384
2477
  EnableCustomerOwnedIp?: boolean;
2478
+
2479
+ CustomIamInstanceProfile?: string;
2385
2480
  }
2386
2481
  export declare namespace RestoreDBInstanceToPointInTimeMessage {
2387
2482
 
@@ -0,0 +1,36 @@
1
+ export * from "./DescribeCertificatesPaginator";
2
+ export * from "./DescribeCustomAvailabilityZonesPaginator";
3
+ export * from "./DescribeDBClusterBacktracksPaginator";
4
+ export * from "./DescribeDBClusterEndpointsPaginator";
5
+ export * from "./DescribeDBClusterParameterGroupsPaginator";
6
+ export * from "./DescribeDBClusterParametersPaginator";
7
+ export * from "./DescribeDBClusterSnapshotsPaginator";
8
+ export * from "./DescribeDBClustersPaginator";
9
+ export * from "./DescribeDBEngineVersionsPaginator";
10
+ export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./DescribeDBInstancesPaginator";
13
+ export * from "./DescribeDBLogFilesPaginator";
14
+ export * from "./DescribeDBParameterGroupsPaginator";
15
+ export * from "./DescribeDBParametersPaginator";
16
+ export * from "./DescribeDBProxiesPaginator";
17
+ export * from "./DescribeDBProxyEndpointsPaginator";
18
+ export * from "./DescribeDBProxyTargetGroupsPaginator";
19
+ export * from "./DescribeDBProxyTargetsPaginator";
20
+ export * from "./DescribeDBSecurityGroupsPaginator";
21
+ export * from "./DescribeDBSnapshotsPaginator";
22
+ export * from "./DescribeDBSubnetGroupsPaginator";
23
+ export * from "./DescribeEngineDefaultParametersPaginator";
24
+ export * from "./DescribeEventSubscriptionsPaginator";
25
+ export * from "./DescribeEventsPaginator";
26
+ export * from "./DescribeExportTasksPaginator";
27
+ export * from "./DescribeGlobalClustersPaginator";
28
+ export * from "./DescribeInstallationMediaPaginator";
29
+ export * from "./DescribeOptionGroupOptionsPaginator";
30
+ export * from "./DescribeOptionGroupsPaginator";
31
+ export * from "./DescribeOrderableDBInstanceOptionsPaginator";
32
+ export * from "./DescribePendingMaintenanceActionsPaginator";
33
+ export * from "./DescribeReservedDBInstancesOfferingsPaginator";
34
+ export * from "./DescribeReservedDBInstancesPaginator";
35
+ export * from "./DescribeSourceRegionsPaginator";
36
+ export * from "./DownloadDBLogFilePortionPaginator";
@@ -14,6 +14,7 @@ import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } f
14
14
  import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "../commands/CopyDBSnapshotCommand";
15
15
  import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "../commands/CopyOptionGroupCommand";
16
16
  import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "../commands/CreateCustomAvailabilityZoneCommand";
17
+ import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "../commands/CreateCustomDBEngineVersionCommand";
17
18
  import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "../commands/CreateDBClusterCommand";
18
19
  import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "../commands/CreateDBClusterEndpointCommand";
19
20
  import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "../commands/CreateDBClusterParameterGroupCommand";
@@ -30,6 +31,7 @@ import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutp
30
31
  import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
31
32
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
32
33
  import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "../commands/DeleteCustomAvailabilityZoneCommand";
34
+ import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
33
35
  import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
34
36
  import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "../commands/DeleteDBClusterEndpointCommand";
35
37
  import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "../commands/DeleteDBClusterParameterGroupCommand";
@@ -94,6 +96,7 @@ import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutp
94
96
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
95
97
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "../commands/ModifyCertificatesCommand";
96
98
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "../commands/ModifyCurrentDBClusterCapacityCommand";
99
+ import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "../commands/ModifyCustomDBEngineVersionCommand";
97
100
  import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "../commands/ModifyDBClusterCommand";
98
101
  import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "../commands/ModifyDBClusterEndpointCommand";
99
102
  import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "../commands/ModifyDBClusterParameterGroupCommand";
@@ -151,6 +154,7 @@ export declare const serializeAws_queryCopyDBParameterGroupCommand: (input: Copy
151
154
  export declare const serializeAws_queryCopyDBSnapshotCommand: (input: CopyDBSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
155
  export declare const serializeAws_queryCopyOptionGroupCommand: (input: CopyOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
156
  export declare const serializeAws_queryCreateCustomAvailabilityZoneCommand: (input: CreateCustomAvailabilityZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ export declare const serializeAws_queryCreateCustomDBEngineVersionCommand: (input: CreateCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
158
  export declare const serializeAws_queryCreateDBClusterCommand: (input: CreateDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
159
  export declare const serializeAws_queryCreateDBClusterEndpointCommand: (input: CreateDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
160
  export declare const serializeAws_queryCreateDBClusterParameterGroupCommand: (input: CreateDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -167,6 +171,7 @@ export declare const serializeAws_queryCreateEventSubscriptionCommand: (input: C
167
171
  export declare const serializeAws_queryCreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
172
  export declare const serializeAws_queryCreateOptionGroupCommand: (input: CreateOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
173
  export declare const serializeAws_queryDeleteCustomAvailabilityZoneCommand: (input: DeleteCustomAvailabilityZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_queryDeleteCustomDBEngineVersionCommand: (input: DeleteCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
175
  export declare const serializeAws_queryDeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
176
  export declare const serializeAws_queryDeleteDBClusterEndpointCommand: (input: DeleteDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
177
  export declare const serializeAws_queryDeleteDBClusterParameterGroupCommand: (input: DeleteDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -231,6 +236,7 @@ export declare const serializeAws_queryImportInstallationMediaCommand: (input: I
231
236
  export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
237
  export declare const serializeAws_queryModifyCertificatesCommand: (input: ModifyCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
238
  export declare const serializeAws_queryModifyCurrentDBClusterCapacityCommand: (input: ModifyCurrentDBClusterCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ export declare const serializeAws_queryModifyCustomDBEngineVersionCommand: (input: ModifyCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
240
  export declare const serializeAws_queryModifyDBClusterCommand: (input: ModifyDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
241
  export declare const serializeAws_queryModifyDBClusterEndpointCommand: (input: ModifyDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
242
  export declare const serializeAws_queryModifyDBClusterParameterGroupCommand: (input: ModifyDBClusterParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -288,6 +294,7 @@ export declare const deserializeAws_queryCopyDBParameterGroupCommand: (output: _
288
294
  export declare const deserializeAws_queryCopyDBSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBSnapshotCommandOutput>;
289
295
  export declare const deserializeAws_queryCopyOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyOptionGroupCommandOutput>;
290
296
  export declare const deserializeAws_queryCreateCustomAvailabilityZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomAvailabilityZoneCommandOutput>;
297
+ export declare const deserializeAws_queryCreateCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDBEngineVersionCommandOutput>;
291
298
  export declare const deserializeAws_queryCreateDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterCommandOutput>;
292
299
  export declare const deserializeAws_queryCreateDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterEndpointCommandOutput>;
293
300
  export declare const deserializeAws_queryCreateDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterParameterGroupCommandOutput>;
@@ -304,6 +311,7 @@ export declare const deserializeAws_queryCreateEventSubscriptionCommand: (output
304
311
  export declare const deserializeAws_queryCreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
305
312
  export declare const deserializeAws_queryCreateOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptionGroupCommandOutput>;
306
313
  export declare const deserializeAws_queryDeleteCustomAvailabilityZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomAvailabilityZoneCommandOutput>;
314
+ export declare const deserializeAws_queryDeleteCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDBEngineVersionCommandOutput>;
307
315
  export declare const deserializeAws_queryDeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
308
316
  export declare const deserializeAws_queryDeleteDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterEndpointCommandOutput>;
309
317
  export declare const deserializeAws_queryDeleteDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
@@ -368,6 +376,7 @@ export declare const deserializeAws_queryImportInstallationMediaCommand: (output
368
376
  export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
369
377
  export declare const deserializeAws_queryModifyCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCertificatesCommandOutput>;
370
378
  export declare const deserializeAws_queryModifyCurrentDBClusterCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
379
+ export declare const deserializeAws_queryModifyCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCustomDBEngineVersionCommandOutput>;
371
380
  export declare const deserializeAws_queryModifyDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterCommandOutput>;
372
381
  export declare const deserializeAws_queryModifyDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterEndpointCommandOutput>;
373
382
  export declare const deserializeAws_queryModifyDBClusterParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -0,0 +1,6 @@
1
+ export * from "./waitForDBClusterSnapshotAvailable";
2
+ export * from "./waitForDBClusterSnapshotDeleted";
3
+ export * from "./waitForDBInstanceAvailable";
4
+ export * from "./waitForDBInstanceDeleted";
5
+ export * from "./waitForDBSnapshotAvailable";
6
+ export * from "./waitForDBSnapshotDeleted";
@@ -0,0 +1,6 @@
1
+ export * from "./waitForDBClusterSnapshotAvailable";
2
+ export * from "./waitForDBClusterSnapshotDeleted";
3
+ export * from "./waitForDBInstanceAvailable";
4
+ export * from "./waitForDBInstanceDeleted";
5
+ export * from "./waitForDBSnapshotAvailable";
6
+ export * from "./waitForDBSnapshotDeleted";
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.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,44 +19,44 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-sdk-rds": "3.37.0",
35
- "@aws-sdk/middleware-serde": "3.37.0",
36
- "@aws-sdk/middleware-signing": "3.37.0",
37
- "@aws-sdk/middleware-stack": "3.37.0",
38
- "@aws-sdk/middleware-user-agent": "3.37.0",
39
- "@aws-sdk/node-config-provider": "3.37.0",
40
- "@aws-sdk/node-http-handler": "3.37.0",
41
- "@aws-sdk/protocol-http": "3.37.0",
42
- "@aws-sdk/smithy-client": "3.37.0",
43
- "@aws-sdk/types": "3.37.0",
44
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-sdk-rds": "3.40.0",
35
+ "@aws-sdk/middleware-serde": "3.40.0",
36
+ "@aws-sdk/middleware-signing": "3.40.0",
37
+ "@aws-sdk/middleware-stack": "3.40.0",
38
+ "@aws-sdk/middleware-user-agent": "3.40.0",
39
+ "@aws-sdk/node-config-provider": "3.40.0",
40
+ "@aws-sdk/node-http-handler": "3.40.0",
41
+ "@aws-sdk/protocol-http": "3.40.0",
42
+ "@aws-sdk/smithy-client": "3.41.0",
43
+ "@aws-sdk/types": "3.40.0",
44
+ "@aws-sdk/url-parser": "3.40.0",
45
45
  "@aws-sdk/util-base64-browser": "3.37.0",
46
46
  "@aws-sdk/util-base64-node": "3.37.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.37.0",
48
48
  "@aws-sdk/util-body-length-node": "3.37.0",
49
- "@aws-sdk/util-user-agent-browser": "3.37.0",
50
- "@aws-sdk/util-user-agent-node": "3.37.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
50
+ "@aws-sdk/util-user-agent-node": "3.40.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.37.0",
52
52
  "@aws-sdk/util-utf8-node": "3.37.0",
53
- "@aws-sdk/util-waiter": "3.37.0",
53
+ "@aws-sdk/util-waiter": "3.40.0",
54
54
  "entities": "2.2.0",
55
55
  "fast-xml-parser": "3.19.0",
56
56
  "tslib": "^2.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/client-documentation-generator": "3.37.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
60
60
  "@types/node": "^12.7.5",
61
61
  "downlevel-dts": "0.7.0",
62
62
  "jest": "^26.1.0",