@aws-sdk/client-neptune 3.495.0 → 3.499.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-cjs/index.js +80 -77
- package/package.json +41 -41
package/dist-cjs/index.js
CHANGED
|
@@ -12151,14 +12151,17 @@ var waitUntilDBInstanceDeleted = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
12151
12151
|
// src/index.ts
|
|
12152
12152
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
12153
12153
|
// Annotate the CommonJS export names for ESM import in node:
|
|
12154
|
+
|
|
12154
12155
|
0 && (module.exports = {
|
|
12156
|
+
NeptuneServiceException,
|
|
12157
|
+
__Client,
|
|
12158
|
+
NeptuneClient,
|
|
12159
|
+
Neptune,
|
|
12160
|
+
$Command,
|
|
12155
12161
|
AddRoleToDBClusterCommand,
|
|
12156
12162
|
AddSourceIdentifierToSubscriptionCommand,
|
|
12157
12163
|
AddTagsToResourceCommand,
|
|
12158
|
-
ApplyMethod,
|
|
12159
12164
|
ApplyPendingMaintenanceActionCommand,
|
|
12160
|
-
AuthorizationNotFoundFault,
|
|
12161
|
-
CertificateNotFoundFault,
|
|
12162
12165
|
CopyDBClusterParameterGroupCommand,
|
|
12163
12166
|
CopyDBClusterSnapshotCommand,
|
|
12164
12167
|
CopyDBParameterGroupCommand,
|
|
@@ -12167,37 +12170,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12167
12170
|
CreateDBClusterParameterGroupCommand,
|
|
12168
12171
|
CreateDBClusterSnapshotCommand,
|
|
12169
12172
|
CreateDBInstanceCommand,
|
|
12170
|
-
CreateDBInstanceMessageFilterSensitiveLog,
|
|
12171
12173
|
CreateDBParameterGroupCommand,
|
|
12172
12174
|
CreateDBSubnetGroupCommand,
|
|
12173
12175
|
CreateEventSubscriptionCommand,
|
|
12174
12176
|
CreateGlobalClusterCommand,
|
|
12175
|
-
DBClusterAlreadyExistsFault,
|
|
12176
|
-
DBClusterEndpointAlreadyExistsFault,
|
|
12177
|
-
DBClusterEndpointNotFoundFault,
|
|
12178
|
-
DBClusterEndpointQuotaExceededFault,
|
|
12179
|
-
DBClusterNotFoundFault,
|
|
12180
|
-
DBClusterParameterGroupNotFoundFault,
|
|
12181
|
-
DBClusterQuotaExceededFault,
|
|
12182
|
-
DBClusterRoleAlreadyExistsFault,
|
|
12183
|
-
DBClusterRoleNotFoundFault,
|
|
12184
|
-
DBClusterRoleQuotaExceededFault,
|
|
12185
|
-
DBClusterSnapshotAlreadyExistsFault,
|
|
12186
|
-
DBClusterSnapshotNotFoundFault,
|
|
12187
|
-
DBInstanceAlreadyExistsFault,
|
|
12188
|
-
DBInstanceNotFoundFault,
|
|
12189
|
-
DBParameterGroupAlreadyExistsFault,
|
|
12190
|
-
DBParameterGroupNotFoundFault,
|
|
12191
|
-
DBParameterGroupQuotaExceededFault,
|
|
12192
|
-
DBSecurityGroupNotFoundFault,
|
|
12193
|
-
DBSnapshotAlreadyExistsFault,
|
|
12194
|
-
DBSnapshotNotFoundFault,
|
|
12195
|
-
DBSubnetGroupAlreadyExistsFault,
|
|
12196
|
-
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
12197
|
-
DBSubnetGroupNotFoundFault,
|
|
12198
|
-
DBSubnetGroupQuotaExceededFault,
|
|
12199
|
-
DBSubnetQuotaExceededFault,
|
|
12200
|
-
DBUpgradeDependencyFailureFault,
|
|
12201
12177
|
DeleteDBClusterCommand,
|
|
12202
12178
|
DeleteDBClusterEndpointCommand,
|
|
12203
12179
|
DeleteDBClusterParameterGroupCommand,
|
|
@@ -12227,49 +12203,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12227
12203
|
DescribeOrderableDBInstanceOptionsCommand,
|
|
12228
12204
|
DescribePendingMaintenanceActionsCommand,
|
|
12229
12205
|
DescribeValidDBInstanceModificationsCommand,
|
|
12230
|
-
DomainNotFoundFault,
|
|
12231
|
-
EventSubscriptionQuotaExceededFault,
|
|
12232
12206
|
FailoverDBClusterCommand,
|
|
12233
12207
|
FailoverGlobalClusterCommand,
|
|
12234
|
-
GlobalClusterAlreadyExistsFault,
|
|
12235
|
-
GlobalClusterNotFoundFault,
|
|
12236
|
-
GlobalClusterQuotaExceededFault,
|
|
12237
|
-
InstanceQuotaExceededFault,
|
|
12238
|
-
InsufficientDBClusterCapacityFault,
|
|
12239
|
-
InsufficientDBInstanceCapacityFault,
|
|
12240
|
-
InsufficientStorageClusterCapacityFault,
|
|
12241
|
-
InvalidDBClusterEndpointStateFault,
|
|
12242
|
-
InvalidDBClusterSnapshotStateFault,
|
|
12243
|
-
InvalidDBClusterStateFault,
|
|
12244
|
-
InvalidDBInstanceStateFault,
|
|
12245
|
-
InvalidDBParameterGroupStateFault,
|
|
12246
|
-
InvalidDBSecurityGroupStateFault,
|
|
12247
|
-
InvalidDBSnapshotStateFault,
|
|
12248
|
-
InvalidDBSubnetGroupStateFault,
|
|
12249
|
-
InvalidDBSubnetStateFault,
|
|
12250
|
-
InvalidEventSubscriptionStateFault,
|
|
12251
|
-
InvalidGlobalClusterStateFault,
|
|
12252
|
-
InvalidRestoreFault,
|
|
12253
|
-
InvalidSubnet,
|
|
12254
|
-
InvalidVPCNetworkStateFault,
|
|
12255
|
-
KMSKeyNotAccessibleFault,
|
|
12256
12208
|
ListTagsForResourceCommand,
|
|
12257
12209
|
ModifyDBClusterCommand,
|
|
12258
12210
|
ModifyDBClusterEndpointCommand,
|
|
12259
12211
|
ModifyDBClusterParameterGroupCommand,
|
|
12260
12212
|
ModifyDBClusterSnapshotAttributeCommand,
|
|
12261
12213
|
ModifyDBInstanceCommand,
|
|
12262
|
-
ModifyDBInstanceMessageFilterSensitiveLog,
|
|
12263
12214
|
ModifyDBParameterGroupCommand,
|
|
12264
12215
|
ModifyDBSubnetGroupCommand,
|
|
12265
12216
|
ModifyEventSubscriptionCommand,
|
|
12266
12217
|
ModifyGlobalClusterCommand,
|
|
12267
|
-
Neptune,
|
|
12268
|
-
NeptuneClient,
|
|
12269
|
-
NeptuneServiceException,
|
|
12270
|
-
OptionGroupNotFoundFault,
|
|
12271
12218
|
PromoteReadReplicaDBClusterCommand,
|
|
12272
|
-
ProvisionedIopsNotAvailableInAZFault,
|
|
12273
12219
|
RebootDBInstanceCommand,
|
|
12274
12220
|
RemoveFromGlobalClusterCommand,
|
|
12275
12221
|
RemoveRoleFromDBClusterCommand,
|
|
@@ -12277,25 +12223,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12277
12223
|
RemoveTagsFromResourceCommand,
|
|
12278
12224
|
ResetDBClusterParameterGroupCommand,
|
|
12279
12225
|
ResetDBParameterGroupCommand,
|
|
12280
|
-
ResourceNotFoundFault,
|
|
12281
12226
|
RestoreDBClusterFromSnapshotCommand,
|
|
12282
12227
|
RestoreDBClusterToPointInTimeCommand,
|
|
12283
|
-
SNSInvalidTopicFault,
|
|
12284
|
-
SNSNoAuthorizationFault,
|
|
12285
|
-
SNSTopicArnNotFoundFault,
|
|
12286
|
-
SharedSnapshotQuotaExceededFault,
|
|
12287
|
-
SnapshotQuotaExceededFault,
|
|
12288
|
-
SourceNotFoundFault,
|
|
12289
|
-
SourceType,
|
|
12290
12228
|
StartDBClusterCommand,
|
|
12291
12229
|
StopDBClusterCommand,
|
|
12292
|
-
StorageQuotaExceededFault,
|
|
12293
|
-
StorageTypeNotSupportedFault,
|
|
12294
|
-
SubnetAlreadyInUse,
|
|
12295
|
-
SubscriptionAlreadyExistFault,
|
|
12296
|
-
SubscriptionCategoryNotFoundFault,
|
|
12297
|
-
SubscriptionNotFoundFault,
|
|
12298
|
-
__Client,
|
|
12299
12230
|
paginateDescribeDBClusterEndpoints,
|
|
12300
12231
|
paginateDescribeDBClusterParameterGroups,
|
|
12301
12232
|
paginateDescribeDBClusterParameters,
|
|
@@ -12313,7 +12244,79 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12313
12244
|
paginateDescribeOrderableDBInstanceOptions,
|
|
12314
12245
|
paginateDescribePendingMaintenanceActions,
|
|
12315
12246
|
waitForDBInstanceAvailable,
|
|
12316
|
-
waitForDBInstanceDeleted,
|
|
12317
12247
|
waitUntilDBInstanceAvailable,
|
|
12318
|
-
|
|
12248
|
+
waitForDBInstanceDeleted,
|
|
12249
|
+
waitUntilDBInstanceDeleted,
|
|
12250
|
+
DBClusterNotFoundFault,
|
|
12251
|
+
DBClusterRoleAlreadyExistsFault,
|
|
12252
|
+
DBClusterRoleQuotaExceededFault,
|
|
12253
|
+
InvalidDBClusterStateFault,
|
|
12254
|
+
SourceNotFoundFault,
|
|
12255
|
+
SubscriptionNotFoundFault,
|
|
12256
|
+
DBInstanceNotFoundFault,
|
|
12257
|
+
DBSnapshotNotFoundFault,
|
|
12258
|
+
ResourceNotFoundFault,
|
|
12259
|
+
DBParameterGroupAlreadyExistsFault,
|
|
12260
|
+
DBParameterGroupNotFoundFault,
|
|
12261
|
+
DBParameterGroupQuotaExceededFault,
|
|
12262
|
+
DBClusterSnapshotAlreadyExistsFault,
|
|
12263
|
+
DBClusterSnapshotNotFoundFault,
|
|
12264
|
+
InvalidDBClusterSnapshotStateFault,
|
|
12265
|
+
KMSKeyNotAccessibleFault,
|
|
12266
|
+
SnapshotQuotaExceededFault,
|
|
12267
|
+
DBClusterAlreadyExistsFault,
|
|
12268
|
+
DBClusterParameterGroupNotFoundFault,
|
|
12269
|
+
DBClusterQuotaExceededFault,
|
|
12270
|
+
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
12271
|
+
DBSubnetGroupNotFoundFault,
|
|
12272
|
+
GlobalClusterNotFoundFault,
|
|
12273
|
+
InsufficientStorageClusterCapacityFault,
|
|
12274
|
+
InvalidDBInstanceStateFault,
|
|
12275
|
+
InvalidDBSubnetGroupStateFault,
|
|
12276
|
+
InvalidGlobalClusterStateFault,
|
|
12277
|
+
InvalidSubnet,
|
|
12278
|
+
InvalidVPCNetworkStateFault,
|
|
12279
|
+
StorageQuotaExceededFault,
|
|
12280
|
+
DBClusterEndpointAlreadyExistsFault,
|
|
12281
|
+
DBClusterEndpointQuotaExceededFault,
|
|
12282
|
+
AuthorizationNotFoundFault,
|
|
12283
|
+
DBInstanceAlreadyExistsFault,
|
|
12284
|
+
DBSecurityGroupNotFoundFault,
|
|
12285
|
+
DomainNotFoundFault,
|
|
12286
|
+
InstanceQuotaExceededFault,
|
|
12287
|
+
InsufficientDBInstanceCapacityFault,
|
|
12288
|
+
OptionGroupNotFoundFault,
|
|
12289
|
+
ProvisionedIopsNotAvailableInAZFault,
|
|
12290
|
+
StorageTypeNotSupportedFault,
|
|
12291
|
+
DBSubnetGroupAlreadyExistsFault,
|
|
12292
|
+
DBSubnetGroupQuotaExceededFault,
|
|
12293
|
+
DBSubnetQuotaExceededFault,
|
|
12294
|
+
EventSubscriptionQuotaExceededFault,
|
|
12295
|
+
SNSInvalidTopicFault,
|
|
12296
|
+
SNSNoAuthorizationFault,
|
|
12297
|
+
SNSTopicArnNotFoundFault,
|
|
12298
|
+
SubscriptionAlreadyExistFault,
|
|
12299
|
+
SubscriptionCategoryNotFoundFault,
|
|
12300
|
+
GlobalClusterAlreadyExistsFault,
|
|
12301
|
+
GlobalClusterQuotaExceededFault,
|
|
12302
|
+
DBClusterEndpointNotFoundFault,
|
|
12303
|
+
InvalidDBClusterEndpointStateFault,
|
|
12304
|
+
InvalidDBParameterGroupStateFault,
|
|
12305
|
+
DBSnapshotAlreadyExistsFault,
|
|
12306
|
+
InvalidDBSubnetStateFault,
|
|
12307
|
+
InvalidEventSubscriptionStateFault,
|
|
12308
|
+
ApplyMethod,
|
|
12309
|
+
SourceType,
|
|
12310
|
+
InvalidDBSecurityGroupStateFault,
|
|
12311
|
+
SharedSnapshotQuotaExceededFault,
|
|
12312
|
+
CertificateNotFoundFault,
|
|
12313
|
+
DBUpgradeDependencyFailureFault,
|
|
12314
|
+
SubnetAlreadyInUse,
|
|
12315
|
+
DBClusterRoleNotFoundFault,
|
|
12316
|
+
InsufficientDBClusterCapacityFault,
|
|
12317
|
+
InvalidDBSnapshotStateFault,
|
|
12318
|
+
InvalidRestoreFault,
|
|
12319
|
+
CreateDBInstanceMessageFilterSensitiveLog,
|
|
12320
|
+
ModifyDBInstanceMessageFilterSensitiveLog
|
|
12319
12321
|
});
|
|
12322
|
+
|
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.499.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,50 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.1.
|
|
38
|
-
"@smithy/core": "^1.3.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
40
|
-
"@smithy/hash-node": "^2.1.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
44
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
-
"@smithy/middleware-serde": "^2.1.
|
|
46
|
-
"@smithy/middleware-stack": "^2.1.
|
|
47
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.3.
|
|
49
|
-
"@smithy/protocol-http": "^3.1.
|
|
50
|
-
"@smithy/smithy-client": "^2.3.
|
|
51
|
-
"@smithy/types": "^2.9.
|
|
52
|
-
"@smithy/url-parser": "^2.1.
|
|
53
|
-
"@smithy/util-base64": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
58
|
-
"@smithy/util-endpoints": "^1.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
61
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
33
|
+
"@aws-sdk/types": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
38
|
+
"@smithy/core": "^1.3.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
40
|
+
"@smithy/hash-node": "^2.1.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
51
|
+
"@smithy/types": "^2.9.1",
|
|
52
|
+
"@smithy/url-parser": "^2.1.1",
|
|
53
|
+
"@smithy/util-base64": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
59
|
+
"@smithy/util-retry": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
62
62
|
"fast-xml-parser": "4.2.5",
|
|
63
63
|
"tslib": "^2.5.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
66
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
67
67
|
"@tsconfig/node14": "1.0.3",
|
|
68
68
|
"@types/node": "^14.14.31",
|
|
69
69
|
"concurrently": "7.0.0",
|