@aws-sdk/client-rds 3.38.0 → 3.42.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 (188) hide show
  1. package/CHANGELOG.md +44 -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 +3 -0
  8. package/dist-cjs/endpoints.js +174 -27
  9. package/dist-cjs/models/models_0.js +70 -73
  10. package/dist-cjs/models/models_1.js +60 -4
  11. package/dist-cjs/protocols/Aws_query.js +426 -6
  12. package/dist-cjs/runtimeConfig.browser.js +6 -3
  13. package/dist-cjs/runtimeConfig.js +5 -3
  14. package/dist-es/RDS.js +45 -0
  15. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
  16. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
  17. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
  18. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
  19. package/dist-es/commands/index.js +3 -0
  20. package/dist-es/endpoints.js +174 -27
  21. package/dist-es/models/models_0.js +45 -54
  22. package/dist-es/models/models_1.js +48 -0
  23. package/dist-es/protocols/Aws_query.js +431 -0
  24. package/dist-es/runtimeConfig.browser.js +3 -2
  25. package/dist-es/runtimeConfig.js +3 -3
  26. package/dist-types/RDS.d.ts +103 -13
  27. package/dist-types/RDSClient.d.ts +13 -2
  28. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
  29. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
  30. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  31. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  35. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  36. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
  38. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
  40. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
  43. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
  50. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
  58. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
  60. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
  91. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
  97. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  103. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
  117. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
  118. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  119. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  121. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  123. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  124. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
  125. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  127. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  129. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  130. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  131. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  132. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  134. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
  136. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  139. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  140. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
  141. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  143. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
  144. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  145. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  146. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
  147. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  148. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  149. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  152. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
  153. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
  154. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
  155. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  156. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
  157. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  158. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  159. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  160. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  161. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  162. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
  163. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  164. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  165. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  166. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  167. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
  168. package/dist-types/commands/index.d.ts +3 -0
  169. package/dist-types/models/models_0.d.ts +697 -410
  170. package/dist-types/models/models_1.d.ts +468 -137
  171. package/dist-types/protocols/Aws_query.d.ts +9 -0
  172. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  173. package/dist-types/runtimeConfig.d.ts +2 -0
  174. package/dist-types/runtimeConfig.native.d.ts +2 -0
  175. package/dist-types/ts3.4/RDS.d.ts +15 -0
  176. package/dist-types/ts3.4/RDSClient.d.ts +9 -2
  177. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  180. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  181. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  182. package/dist-types/ts3.4/models/models_0.d.ts +190 -154
  183. package/dist-types/ts3.4/models/models_1.d.ts +97 -2
  184. package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  188. package/package.json +27 -27
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.38.0",
4
+ "version": "3.42.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,38 +19,38 @@
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.38.0",
25
- "@aws-sdk/config-resolver": "3.38.0",
26
- "@aws-sdk/credential-provider-node": "3.38.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.38.0",
34
- "@aws-sdk/middleware-sdk-rds": "3.38.0",
35
- "@aws-sdk/middleware-serde": "3.38.0",
36
- "@aws-sdk/middleware-signing": "3.38.0",
37
- "@aws-sdk/middleware-stack": "3.38.0",
38
- "@aws-sdk/middleware-user-agent": "3.38.0",
39
- "@aws-sdk/node-config-provider": "3.38.0",
40
- "@aws-sdk/node-http-handler": "3.38.0",
41
- "@aws-sdk/protocol-http": "3.38.0",
42
- "@aws-sdk/smithy-client": "3.38.0",
43
- "@aws-sdk/types": "3.38.0",
44
- "@aws-sdk/url-parser": "3.38.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.42.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.38.0",
50
- "@aws-sdk/util-user-agent-node": "3.38.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.38.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"