@aws-sdk/client-neptune 3.1030.0 → 3.1032.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.
|
@@ -29,7 +29,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Detaches a Neptune DB cluster from a Neptune global database. A secondary
|
|
31
31
|
* cluster becomes a normal standalone cluster with read-write capability
|
|
32
|
-
* instead of being read-only, and no longer receives data from
|
|
32
|
+
* instead of being read-only, and no longer receives data from the
|
|
33
33
|
* primary cluster.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -423,7 +423,7 @@ export interface CopyDBClusterSnapshotMessage {
|
|
|
423
423
|
*/
|
|
424
424
|
TargetDBClusterSnapshotIdentifier: string | undefined;
|
|
425
425
|
/**
|
|
426
|
-
* <p>The Amazon
|
|
426
|
+
* <p>The Amazon KMS key ID for an encrypted DB cluster snapshot. The KMS key ID is the Amazon
|
|
427
427
|
* Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.</p>
|
|
428
428
|
* <p>If you copy an encrypted DB cluster snapshot from your Amazon account, you can specify a
|
|
429
429
|
* value for <code>KmsKeyId</code> to encrypt the copy with a new KMS encryption key. If you
|
|
@@ -1983,7 +1983,7 @@ export interface CreateDBInstanceMessage {
|
|
|
1983
1983
|
* <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If
|
|
1984
1984
|
* you are creating a DB instance with the same Amazon account that owns the KMS encryption key used
|
|
1985
1985
|
* to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the
|
|
1986
|
-
*
|
|
1986
|
+
* KMS encryption key.</p>
|
|
1987
1987
|
* <p>Not applicable. The KMS key identifier is managed by the DB cluster. For more information,
|
|
1988
1988
|
* see <a>CreateDBCluster</a>.</p>
|
|
1989
1989
|
* <p>If the <code>StorageEncrypted</code> parameter is true, and you do not specify a value for
|
|
@@ -2108,7 +2108,7 @@ export interface CreateDBInstanceMessage {
|
|
|
2108
2108
|
*/
|
|
2109
2109
|
export interface DBParameterGroupStatus {
|
|
2110
2110
|
/**
|
|
2111
|
-
* <p>The name of the
|
|
2111
|
+
* <p>The name of the DB parameter group.</p>
|
|
2112
2112
|
* @public
|
|
2113
2113
|
*/
|
|
2114
2114
|
DBParameterGroupName?: string | undefined;
|
|
@@ -2864,7 +2864,7 @@ export interface CreateEventSubscriptionMessage {
|
|
|
2864
2864
|
/**
|
|
2865
2865
|
* <p> A Boolean value; set to <b>true</b> to activate the
|
|
2866
2866
|
* subscription, set to <b>false</b> to create the subscription but not
|
|
2867
|
-
*
|
|
2867
|
+
* activate it.</p>
|
|
2868
2868
|
* @public
|
|
2869
2869
|
*/
|
|
2870
2870
|
Enabled?: boolean | undefined;
|
|
@@ -2922,7 +2922,7 @@ export interface CreateGlobalClusterMessage {
|
|
|
2922
2922
|
DeletionProtection?: boolean | undefined;
|
|
2923
2923
|
/**
|
|
2924
2924
|
* <p>The name for the new global database (up to 64 alpha-numeric
|
|
2925
|
-
* characters.</p>
|
|
2925
|
+
* characters).</p>
|
|
2926
2926
|
* @public
|
|
2927
2927
|
*/
|
|
2928
2928
|
DatabaseName?: string | undefined;
|
|
@@ -3039,7 +3039,7 @@ export interface GlobalCluster {
|
|
|
3039
3039
|
*/
|
|
3040
3040
|
GlobalClusterIdentifier?: string | undefined;
|
|
3041
3041
|
/**
|
|
3042
|
-
* <p>An immutable identifier for the global database that is unique within
|
|
3042
|
+
* <p>An immutable identifier for the global database that is unique within all
|
|
3043
3043
|
* regions. This identifier is found in CloudTrail log entries whenever the KMS
|
|
3044
3044
|
* key for the DB cluster is accessed.</p>
|
|
3045
3045
|
* @public
|
|
@@ -3150,7 +3150,7 @@ export interface DeleteDBClusterMessage {
|
|
|
3150
3150
|
* <p> The DB cluster snapshot identifier of the new DB cluster snapshot created when
|
|
3151
3151
|
* <code>SkipFinalSnapshot</code> is set to <code>false</code>.</p>
|
|
3152
3152
|
* <note>
|
|
3153
|
-
* <p> Specifying this parameter and also setting the <code>
|
|
3153
|
+
* <p> Specifying this parameter and also setting the <code>SkipFinalSnapshot</code> parameter
|
|
3154
3154
|
* to true results in an error.</p>
|
|
3155
3155
|
* </note>
|
|
3156
3156
|
* <p>Constraints:</p>
|
|
@@ -3358,7 +3358,7 @@ export interface DeleteDBInstanceMessage {
|
|
|
3358
3358
|
* <p> The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to
|
|
3359
3359
|
* <code>false</code>.</p>
|
|
3360
3360
|
* <note>
|
|
3361
|
-
* <p>Specifying this parameter and also setting the
|
|
3361
|
+
* <p>Specifying this parameter and also setting the SkipFinalSnapshot parameter to true
|
|
3362
3362
|
* results in an error.</p>
|
|
3363
3363
|
* </note>
|
|
3364
3364
|
* <p>Constraints:</p>
|
|
@@ -3568,7 +3568,7 @@ export interface DBClusterEndpoint {
|
|
|
3568
3568
|
*/
|
|
3569
3569
|
export interface DBClusterEndpointMessage {
|
|
3570
3570
|
/**
|
|
3571
|
-
* <p>
|
|
3571
|
+
* <p>An optional pagination token provided by a previous
|
|
3572
3572
|
* <code>DescribeDBClusterEndpoints</code> request.
|
|
3573
3573
|
* If this parameter is specified, the response includes
|
|
3574
3574
|
* only records beyond the marker,
|
|
@@ -5357,13 +5357,13 @@ export interface FailoverGlobalClusterMessage {
|
|
|
5357
5357
|
* Allowing data loss triggers a global failover operation.</p>
|
|
5358
5358
|
* <p>If you don't specify <code>AllowDataLoss</code>, the global database cluster operation
|
|
5359
5359
|
* defaults to a switchover.</p>
|
|
5360
|
-
* <p>Constraints:Can't be specified together with the <code>Switchover</code> parameter.</p>
|
|
5360
|
+
* <p>Constraints: Can't be specified together with the <code>Switchover</code> parameter.</p>
|
|
5361
5361
|
* @public
|
|
5362
5362
|
*/
|
|
5363
5363
|
AllowDataLoss?: boolean | undefined;
|
|
5364
5364
|
/**
|
|
5365
5365
|
* <p>Specifies whether to switch over this global database cluster.</p>
|
|
5366
|
-
* <p>Constraints:Can't be specified together with the <code>AllowDataLoss</code> parameter.</p>
|
|
5366
|
+
* <p>Constraints: Can't be specified together with the <code>AllowDataLoss</code> parameter.</p>
|
|
5367
5367
|
* @public
|
|
5368
5368
|
*/
|
|
5369
5369
|
Switchover?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1032.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptune",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.23.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.5.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
-
"@smithy/types": "^4.14.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.974.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.32",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.20",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
32
|
+
"@aws-sdk/types": "^3.973.8",
|
|
33
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
37
|
+
"@smithy/core": "^3.23.15",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
39
|
+
"@smithy/hash-node": "^4.2.14",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
43
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
47
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
49
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
50
|
+
"@smithy/types": "^4.14.1",
|
|
51
|
+
"@smithy/url-parser": "^4.2.14",
|
|
52
52
|
"@smithy/util-base64": "^4.3.2",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.3.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
57
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
59
|
+
"@smithy/util-retry": "^4.3.2",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
61
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|