@aws-sdk/client-rds 3.933.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
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.933.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-sdk-rds": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-sdk-rds": "3.935.0",
29
+ "@aws-sdk/middleware-user-agent": "3.935.0",
30
30
  "@aws-sdk/region-config-resolver": "3.930.0",
31
31
  "@aws-sdk/types": "3.930.0",
32
32
  "@aws-sdk/util-endpoints": "3.930.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.930.0",
34
- "@aws-sdk/util-user-agent-node": "3.932.0",
34
+ "@aws-sdk/util-user-agent-node": "3.935.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
- "@smithy/core": "^3.18.2",
36
+ "@smithy/core": "^3.18.5",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",
38
38
  "@smithy/hash-node": "^4.2.5",
39
39
  "@smithy/invalid-dependency": "^4.2.5",
40
40
  "@smithy/middleware-content-length": "^4.2.5",
41
- "@smithy/middleware-endpoint": "^4.3.9",
42
- "@smithy/middleware-retry": "^4.4.9",
43
- "@smithy/middleware-serde": "^4.2.5",
41
+ "@smithy/middleware-endpoint": "^4.3.12",
42
+ "@smithy/middleware-retry": "^4.4.12",
43
+ "@smithy/middleware-serde": "^4.2.6",
44
44
  "@smithy/middleware-stack": "^4.2.5",
45
45
  "@smithy/node-config-provider": "^4.3.5",
46
46
  "@smithy/node-http-handler": "^4.4.5",
47
47
  "@smithy/protocol-http": "^5.3.5",
48
- "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/smithy-client": "^4.9.8",
49
49
  "@smithy/types": "^4.9.0",
50
50
  "@smithy/url-parser": "^4.2.5",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.8",
55
- "@smithy/util-defaults-mode-node": "^4.2.11",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
55
+ "@smithy/util-defaults-mode-node": "^4.2.14",
56
56
  "@smithy/util-endpoints": "^3.2.5",
57
57
  "@smithy/util-middleware": "^4.2.5",
58
58
  "@smithy/util-retry": "^4.2.5",
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";