@aws-sdk/client-rds 3.226.0 → 3.230.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 (120) hide show
  1. package/README.md +0 -1
  2. package/dist-cjs/commands/DescribeDBProxyEndpointsCommand.js +2 -1
  3. package/dist-cjs/models/models_0.js +12 -9
  4. package/dist-cjs/models/models_1.js +8 -4
  5. package/dist-cjs/protocols/Aws_query.js +26 -0
  6. package/dist-cjs/runtimeConfig.browser.js +3 -3
  7. package/dist-cjs/runtimeConfig.js +2 -1
  8. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +2 -1
  9. package/dist-es/models/models_0.js +7 -3
  10. package/dist-es/models/models_1.js +3 -0
  11. package/dist-es/protocols/Aws_query.js +26 -0
  12. package/dist-es/runtimeConfig.browser.js +1 -1
  13. package/dist-es/runtimeConfig.js +2 -1
  14. package/dist-types/RDS.d.ts +281 -282
  15. package/dist-types/RDSClient.d.ts +14 -15
  16. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +3 -3
  17. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -4
  19. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +3 -3
  20. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +10 -10
  21. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +10 -10
  24. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +2 -2
  26. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +8 -8
  27. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -4
  30. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
  37. package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +4 -4
  41. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +7 -7
  42. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -2
  45. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -2
  46. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -2
  50. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -2
  51. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -2
  52. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -2
  53. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
  54. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
  55. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -2
  57. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +2 -1
  59. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -2
  60. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -2
  61. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -2
  64. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
  66. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -2
  68. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  69. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  70. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
  71. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -4
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
  74. package/dist-types/commands/ModifyCertificatesCommand.d.ts +7 -7
  75. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +7 -7
  76. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +3 -3
  77. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -2
  78. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -2
  79. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -4
  80. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +5 -5
  81. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +5 -5
  83. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  86. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +6 -6
  87. package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -3
  88. package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -4
  89. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
  90. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -2
  91. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  93. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +5 -5
  94. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +5 -5
  95. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -4
  96. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -4
  97. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
  98. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +3 -3
  99. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +2 -2
  100. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -3
  101. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  102. package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -3
  103. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
  104. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  105. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -3
  106. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  107. package/dist-types/commands/StopDBInstanceCommand.d.ts +3 -3
  108. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +2 -2
  109. package/dist-types/models/models_0.d.ts +1542 -1527
  110. package/dist-types/models/models_1.d.ts +1368 -1352
  111. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  112. package/dist-types/runtimeConfig.d.ts +1 -1
  113. package/dist-types/runtimeConfig.native.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/models/models_0.d.ts +12 -7
  116. package/dist-types/ts3.4/models/models_1.d.ts +8 -0
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
  120. package/package.json +5 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.