@aws-sdk/client-rds 3.675.0 → 3.677.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.
package/README.md CHANGED
@@ -63,7 +63,7 @@ from the user guide.</p>
63
63
 
64
64
  ## Installing
65
65
 
66
- To install the this package, simply type add or install @aws-sdk/client-rds
66
+ To install this package, simply type add or install @aws-sdk/client-rds
67
67
  using your favorite package manager:
68
68
 
69
69
  - `npm install @aws-sdk/client-rds`
package/dist-cjs/index.js CHANGED
@@ -18037,6 +18037,9 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
18037
18037
  } else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
18038
18038
  contents[_GCM] = de_GlobalClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCM][_GCMl]), context);
18039
18039
  }
18040
+ if (output[_End] != null) {
18041
+ contents[_End] = (0, import_smithy_client.expectString)(output[_End]);
18042
+ }
18040
18043
  if (output[_FSa] != null) {
18041
18044
  contents[_FSa] = de_FailoverState(output[_FSa], context);
18042
18045
  }
@@ -14877,6 +14877,9 @@ const de_GlobalCluster = (output, context) => {
14877
14877
  else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
14878
14878
  contents[_GCM] = de_GlobalClusterMemberList(__getArrayIfSingleItem(output[_GCM][_GCMl]), context);
14879
14879
  }
14880
+ if (output[_End] != null) {
14881
+ contents[_End] = __expectString(output[_End]);
14882
+ }
14880
14883
  if (output[_FSa] != null) {
14881
14884
  contents[_FSa] = de_FailoverState(output[_FSa], context);
14882
14885
  }
@@ -87,6 +87,7 @@ declare const CreateGlobalClusterCommand_base: {
87
87
  * // SynchronizationStatus: "connected" || "pending-resync",
88
88
  * // },
89
89
  * // ],
90
+ * // Endpoint: "STRING_VALUE",
90
91
  * // FailoverState: { // FailoverState
91
92
  * // Status: "pending" || "failing-over" || "cancelling",
92
93
  * // FromDbClusterArn: "STRING_VALUE",
@@ -115,7 +116,8 @@ declare const CreateGlobalClusterCommand_base: {
115
116
  * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
116
117
  *
117
118
  * @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
118
- * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>
119
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
120
+ * (unique name) to create a new global database cluster or to rename an existing one.</p>
119
121
  *
120
122
  * @throws {@link GlobalClusterQuotaExceededFault} (client fault)
121
123
  * <p>The number of global database clusters for this account is already at the maximum allowed.</p>
@@ -66,6 +66,7 @@ declare const DeleteGlobalClusterCommand_base: {
66
66
  * // SynchronizationStatus: "connected" || "pending-resync",
67
67
  * // },
68
68
  * // ],
69
+ * // Endpoint: "STRING_VALUE",
69
70
  * // FailoverState: { // FailoverState
70
71
  * // Status: "pending" || "failing-over" || "cancelling",
71
72
  * // FromDbClusterArn: "STRING_VALUE",
@@ -79,6 +79,7 @@ declare const DescribeGlobalClustersCommand_base: {
79
79
  * // SynchronizationStatus: "connected" || "pending-resync",
80
80
  * // },
81
81
  * // ],
82
+ * // Endpoint: "STRING_VALUE",
82
83
  * // FailoverState: { // FailoverState
83
84
  * // Status: "pending" || "failing-over" || "cancelling",
84
85
  * // FromDbClusterArn: "STRING_VALUE",
@@ -100,6 +100,7 @@ declare const FailoverGlobalClusterCommand_base: {
100
100
  * // SynchronizationStatus: "connected" || "pending-resync",
101
101
  * // },
102
102
  * // ],
103
+ * // Endpoint: "STRING_VALUE",
103
104
  * // FailoverState: { // FailoverState
104
105
  * // Status: "pending" || "failing-over" || "cancelling",
105
106
  * // FromDbClusterArn: "STRING_VALUE",
@@ -72,6 +72,7 @@ declare const ModifyGlobalClusterCommand_base: {
72
72
  * // SynchronizationStatus: "connected" || "pending-resync",
73
73
  * // },
74
74
  * // ],
75
+ * // Endpoint: "STRING_VALUE",
75
76
  * // FailoverState: { // FailoverState
76
77
  * // Status: "pending" || "failing-over" || "cancelling",
77
78
  * // FromDbClusterArn: "STRING_VALUE",
@@ -95,6 +96,10 @@ declare const ModifyGlobalClusterCommand_base: {
95
96
  * @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
96
97
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
97
98
  *
99
+ * @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
100
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
101
+ * (unique name) to create a new global database cluster or to rename an existing one.</p>
102
+ *
98
103
  * @throws {@link GlobalClusterNotFoundFault} (client fault)
99
104
  * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
100
105
  *
@@ -68,6 +68,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
68
68
  * // SynchronizationStatus: "connected" || "pending-resync",
69
69
  * // },
70
70
  * // ],
71
+ * // Endpoint: "STRING_VALUE",
71
72
  * // FailoverState: { // FailoverState
72
73
  * // Status: "pending" || "failing-over" || "cancelling",
73
74
  * // FromDbClusterArn: "STRING_VALUE",
@@ -73,6 +73,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
73
73
  * // SynchronizationStatus: "connected" || "pending-resync",
74
74
  * // },
75
75
  * // ],
76
+ * // Endpoint: "STRING_VALUE",
76
77
  * // FailoverState: { // FailoverState
77
78
  * // Status: "pending" || "failing-over" || "cancelling",
78
79
  * // FromDbClusterArn: "STRING_VALUE",
@@ -10750,6 +10750,14 @@ export interface GlobalCluster {
10750
10750
  * @public
10751
10751
  */
10752
10752
  GlobalClusterMembers?: GlobalClusterMember[];
10753
+ /**
10754
+ * <p>
10755
+ * The writer endpoint for the new global database cluster. This endpoint always
10756
+ * points to the writer DB instance in the current primary cluster.
10757
+ * </p>
10758
+ * @public
10759
+ */
10760
+ Endpoint?: string;
10753
10761
  /**
10754
10762
  * <p>A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database).
10755
10763
  * This object is empty unless the <code>SwitchoverGlobalCluster</code> or <code>FailoverGlobalCluster</code> operation was called on this global cluster.</p>
@@ -10777,7 +10785,8 @@ export interface CreateGlobalClusterResult {
10777
10785
  GlobalCluster?: GlobalCluster;
10778
10786
  }
10779
10787
  /**
10780
- * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>
10788
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
10789
+ * (unique name) to create a new global database cluster or to rename an existing one.</p>
10781
10790
  * @public
10782
10791
  */
10783
10792
  export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
@@ -2037,6 +2037,7 @@ export interface GlobalCluster {
2037
2037
  StorageEncrypted?: boolean;
2038
2038
  DeletionProtection?: boolean;
2039
2039
  GlobalClusterMembers?: GlobalClusterMember[];
2040
+ Endpoint?: string;
2040
2041
  FailoverState?: FailoverState;
2041
2042
  TagList?: Tag[];
2042
2043
  }
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.675.0",
4
+ "version": "3.677.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,20 +20,20 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
23
+ "@aws-sdk/client-sso-oidc": "3.677.0",
24
+ "@aws-sdk/client-sts": "3.677.0",
25
+ "@aws-sdk/core": "3.677.0",
26
+ "@aws-sdk/credential-provider-node": "3.677.0",
27
27
  "@aws-sdk/middleware-host-header": "3.667.0",
28
28
  "@aws-sdk/middleware-logger": "3.667.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
30
  "@aws-sdk/middleware-sdk-rds": "3.667.0",
31
- "@aws-sdk/middleware-user-agent": "3.669.0",
31
+ "@aws-sdk/middleware-user-agent": "3.677.0",
32
32
  "@aws-sdk/region-config-resolver": "3.667.0",
33
33
  "@aws-sdk/types": "3.667.0",
34
34
  "@aws-sdk/util-endpoints": "3.667.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.675.0",
36
- "@aws-sdk/util-user-agent-node": "3.669.0",
36
+ "@aws-sdk/util-user-agent-node": "3.677.0",
37
37
  "@smithy/config-resolver": "^3.0.9",
38
38
  "@smithy/core": "^2.4.8",
39
39
  "@smithy/fetch-http-handler": "^3.2.9",