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

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.