You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-dsql): CreateMultiRegionClusters and DeleteMultiRegionClusters APIs marked as deprecated. Introduced new multi-Region clusters creation experience through multiRegionProperties parameter in CreateCluster API.
Copy file name to clipboardExpand all lines: clients/client-dsql/README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,12 @@
6
6
7
7
AWS SDK for JavaScript DSQL Client for Node.js, Browser and React Native.
8
8
9
-
<p>This is an interface reference for Amazon Aurora DSQL.
10
-
It contains documentation for one of the programming or
11
-
command line interfaces you can use to manage Amazon Aurora DSQL.</p>
12
-
<p>Amazon Aurora DSQL is a serverless, distributed SQL
13
-
database suitable for workloads of any size. Aurora DSQL
14
-
is available in both single-Region and multi-Region configurations,
15
-
so your clusters and databases are always available even if an
16
-
Availability Zone or an Amazon Web Services Region are unavailable. Aurora DSQL
17
-
lets you focus on using your data to acquire new insights for your
18
-
business and customers.</p>
9
+
<p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
10
+
programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
11
+
<p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
12
+
is available in both single-Region and multi-Region configurations, so your
13
+
clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
14
+
acquire new insights for your business and customers.</p>
Copy file name to clipboardExpand all lines: clients/client-dsql/src/DSQL.ts
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -215,16 +215,12 @@ export interface DSQL {
215
215
}
216
216
217
217
/**
218
-
* <p>This is an interface reference for Amazon Aurora DSQL.
219
-
* It contains documentation for one of the programming or
220
-
* command line interfaces you can use to manage Amazon Aurora DSQL.</p>
221
-
* <p>Amazon Aurora DSQL is a serverless, distributed SQL
222
-
* database suitable for workloads of any size. Aurora DSQL
223
-
* is available in both single-Region and multi-Region configurations,
224
-
* so your clusters and databases are always available even if an
225
-
* Availability Zone or an Amazon Web Services Region are unavailable. Aurora DSQL
226
-
* lets you focus on using your data to acquire new insights for your
227
-
* business and customers.</p>
218
+
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
219
+
* programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
220
+
* <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
221
+
* is available in both single-Region and multi-Region configurations, so your
222
+
* clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
223
+
* acquire new insights for your business and customers.</p>
* <p>This is an interface reference for Amazon Aurora DSQL.
314
-
* It contains documentation for one of the programming or
315
-
* command line interfaces you can use to manage Amazon Aurora DSQL.</p>
316
-
* <p>Amazon Aurora DSQL is a serverless, distributed SQL
317
-
* database suitable for workloads of any size. Aurora DSQL
318
-
* is available in both single-Region and multi-Region configurations,
319
-
* so your clusters and databases are always available even if an
320
-
* Availability Zone or an Amazon Web Services Region are unavailable. Aurora DSQL
321
-
* lets you focus on using your data to acquire new insights for your
322
-
* business and customers.</p>
313
+
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
314
+
* programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
315
+
* <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
316
+
* is available in both single-Region and multi-Region configurations, so your
317
+
* clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
318
+
* acquire new insights for your business and customers.</p>
* <p>Creates multi-Region clusters in Amazon Aurora DSQL.
32
-
* Multi-Region clusters require a linked Region list, which is an array
33
-
* of the Regions in which you want to create linked clusters.
34
-
* Multi-Region clusters require a witness Region, which participates in quorum in failure scenarios.</p>
31
+
* <p>Creates multi-Region clusters in Amazon Aurora DSQL. Multi-Region clusters require a linked
32
+
* Region list, which is an array of the Regions in which you want to create linked clusters.
33
+
* Multi-Region clusters require a witness Region, which participates in quorum in failure
34
+
* scenarios.</p>
35
+
*
36
+
* @deprecated The CreateMultiRegionClusters API is deprecated. Use the CreateCluster API with multi-Region properties to create a multi-Region cluster.
35
37
* @example
36
38
* Use a bare-bones client and the command you need to make an API call.
0 commit comments