@aws-sdk/client-rds 3.42.0 → 3.47.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 (74) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist-cjs/RDS.js +15 -0
  3. package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoints.js +1 -28
  6. package/dist-cjs/models/models_0.js +4 -594
  7. package/dist-cjs/models/models_1.js +11 -137
  8. package/dist-cjs/protocols/Aws_query.js +248 -4
  9. package/dist-cjs/runtimeConfig.browser.js +7 -2
  10. package/dist-cjs/runtimeConfig.js +9 -3
  11. package/dist-es/RDS.js +15 -0
  12. package/dist-es/commands/RebootDBClusterCommand.js +39 -0
  13. package/dist-es/commands/index.js +1 -0
  14. package/dist-es/endpoints.js +1 -28
  15. package/dist-es/models/models_0.js +0 -392
  16. package/dist-es/models/models_1.js +8 -92
  17. package/dist-es/protocols/Aws_query.js +250 -0
  18. package/dist-es/runtimeConfig.browser.js +12 -3
  19. package/dist-es/runtimeConfig.js +13 -6
  20. package/dist-types/RDS.d.ts +199 -118
  21. package/dist-types/RDSClient.d.ts +8 -3
  22. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -6
  23. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -3
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +11 -7
  26. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -9
  27. package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -8
  28. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -5
  30. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +8 -4
  31. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -3
  32. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -2
  33. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -2
  34. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -2
  36. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -2
  37. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -3
  38. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -3
  39. package/dist-types/commands/DescribeDBClustersCommand.d.ts +9 -4
  40. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -8
  44. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -1
  45. package/dist-types/commands/ModifyDBClusterCommand.d.ts +11 -7
  46. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -5
  47. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -3
  48. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  49. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -3
  50. package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
  51. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  52. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +11 -4
  53. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -4
  54. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
  55. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +8 -5
  56. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +8 -4
  57. package/dist-types/commands/index.d.ts +1 -0
  58. package/dist-types/models/models_0.d.ts +571 -809
  59. package/dist-types/models/models_1.d.ts +686 -285
  60. package/dist-types/protocols/Aws_query.d.ts +3 -0
  61. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  62. package/dist-types/runtimeConfig.d.ts +4 -3
  63. package/dist-types/runtimeConfig.native.d.ts +1 -0
  64. package/dist-types/ts3.4/RDS.d.ts +5 -0
  65. package/dist-types/ts3.4/RDSClient.d.ts +6 -3
  66. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +50 -392
  69. package/dist-types/ts3.4/models/models_1.d.ts +56 -90
  70. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  74. package/package.json +40 -47
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
4
  "ca-central-1": {
5
5
  variants: [
6
- {
7
- hostname: "rds.ca-central-1.amazonaws.com",
8
- tags: [],
9
- },
10
6
  {
11
7
  hostname: "rds-fips.ca-central-1.amazonaws.com",
12
8
  tags: ["fips"],
@@ -15,10 +11,6 @@ var regionHash = {
15
11
  },
16
12
  "us-east-1": {
17
13
  variants: [
18
- {
19
- hostname: "rds.us-east-1.amazonaws.com",
20
- tags: [],
21
- },
22
14
  {
23
15
  hostname: "rds-fips.us-east-1.amazonaws.com",
24
16
  tags: ["fips"],
@@ -27,10 +19,6 @@ var regionHash = {
27
19
  },
28
20
  "us-east-2": {
29
21
  variants: [
30
- {
31
- hostname: "rds.us-east-2.amazonaws.com",
32
- tags: [],
33
- },
34
22
  {
35
23
  hostname: "rds-fips.us-east-2.amazonaws.com",
36
24
  tags: ["fips"],
@@ -39,10 +27,6 @@ var regionHash = {
39
27
  },
40
28
  "us-gov-east-1": {
41
29
  variants: [
42
- {
43
- hostname: "rds.us-gov-east-1.amazonaws.com",
44
- tags: [],
45
- },
46
30
  {
47
31
  hostname: "rds.us-gov-east-1.amazonaws.com",
48
32
  tags: ["fips"],
@@ -51,10 +35,6 @@ var regionHash = {
51
35
  },
52
36
  "us-gov-west-1": {
53
37
  variants: [
54
- {
55
- hostname: "rds.us-gov-west-1.amazonaws.com",
56
- tags: [],
57
- },
58
38
  {
59
39
  hostname: "rds.us-gov-west-1.amazonaws.com",
60
40
  tags: ["fips"],
@@ -63,10 +43,6 @@ var regionHash = {
63
43
  },
64
44
  "us-west-1": {
65
45
  variants: [
66
- {
67
- hostname: "rds.us-west-1.amazonaws.com",
68
- tags: [],
69
- },
70
46
  {
71
47
  hostname: "rds-fips.us-west-1.amazonaws.com",
72
48
  tags: ["fips"],
@@ -75,10 +51,6 @@ var regionHash = {
75
51
  },
76
52
  "us-west-2": {
77
53
  variants: [
78
- {
79
- hostname: "rds.us-west-2.amazonaws.com",
80
- tags: [],
81
- },
82
54
  {
83
55
  hostname: "rds-fips.us-west-2.amazonaws.com",
84
56
  tags: ["fips"],
@@ -97,6 +69,7 @@ var partitionHash = {
97
69
  "ap-south-1",
98
70
  "ap-southeast-1",
99
71
  "ap-southeast-2",
72
+ "ap-southeast-3",
100
73
  "ca-central-1",
101
74
  "ca-central-1-fips",
102
75
  "eu-central-1",