@aws-sdk/client-rds 3.934.0 → 3.935.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 (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +13 -13
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2

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.