@aws-sdk/client-neptune 3.879.0 → 3.882.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/dist-types/models/models_0.d.ts +24 -9
- package/package.json +12 -12
|
@@ -2345,9 +2345,14 @@ export interface CreateDBInstanceMessage {
|
|
|
2345
2345
|
*/
|
|
2346
2346
|
CharacterSetName?: string | undefined;
|
|
2347
2347
|
/**
|
|
2348
|
-
* <p>
|
|
2349
|
-
*
|
|
2350
|
-
*
|
|
2348
|
+
* <p>Indicates whether the DB instance is publicly accessible.</p>
|
|
2349
|
+
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private
|
|
2350
|
+
* cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within
|
|
2351
|
+
* the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is
|
|
2352
|
+
* ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned
|
|
2353
|
+
* to the DB cluster doesn't permit it.</p>
|
|
2354
|
+
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
|
|
2355
|
+
* private IP address.</p>
|
|
2351
2356
|
* @public
|
|
2352
2357
|
*/
|
|
2353
2358
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -2961,9 +2966,14 @@ export interface DBInstance {
|
|
|
2961
2966
|
*/
|
|
2962
2967
|
SecondaryAvailabilityZone?: string | undefined;
|
|
2963
2968
|
/**
|
|
2964
|
-
* <p>
|
|
2965
|
-
*
|
|
2966
|
-
*
|
|
2969
|
+
* <p>Indicates whether the DB instance is publicly accessible.</p>
|
|
2970
|
+
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private
|
|
2971
|
+
* cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within
|
|
2972
|
+
* the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is
|
|
2973
|
+
* ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned
|
|
2974
|
+
* to the DB cluster doesn't permit it.</p>
|
|
2975
|
+
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
|
|
2976
|
+
* private IP address.</p>
|
|
2967
2977
|
* @public
|
|
2968
2978
|
*/
|
|
2969
2979
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -6934,9 +6944,14 @@ export interface ModifyDBInstanceMessage {
|
|
|
6934
6944
|
*/
|
|
6935
6945
|
DBPortNumber?: number | undefined;
|
|
6936
6946
|
/**
|
|
6937
|
-
* <p>
|
|
6938
|
-
*
|
|
6939
|
-
*
|
|
6947
|
+
* <p>Indicates whether the DB instance is publicly accessible.</p>
|
|
6948
|
+
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private
|
|
6949
|
+
* cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within
|
|
6950
|
+
* the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is
|
|
6951
|
+
* ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned
|
|
6952
|
+
* to the DB cluster doesn't permit it.</p>
|
|
6953
|
+
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
|
|
6954
|
+
* private IP address.</p>
|
|
6940
6955
|
* @public
|
|
6941
6956
|
*/
|
|
6942
6957
|
PubliclyAccessible?: 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.882.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-neptune",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.882.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.882.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-rds": "3.882.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.882.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.879.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.882.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
|
-
"@smithy/core": "^3.9.
|
|
36
|
+
"@smithy/core": "^3.9.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.1",
|
|
38
38
|
"@smithy/hash-node": "^4.0.5",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.5",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.5",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.21",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.22",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.5",
|
|
45
45
|
"@smithy/node-config-provider": "^4.1.4",
|
|
46
46
|
"@smithy/node-http-handler": "^4.1.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.1.3",
|
|
48
|
-
"@smithy/smithy-client": "^4.5.
|
|
48
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
49
49
|
"@smithy/types": "^4.3.2",
|
|
50
50
|
"@smithy/url-parser": "^4.0.5",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.29",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.29",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.7",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.5",
|
|
58
58
|
"@smithy/util-retry": "^4.0.7",
|