@aws-sdk/client-neptune 3.496.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 +78 -77
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -12153,13 +12153,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12153
12153
|
// Annotate the CommonJS export names for ESM import in node:
|
|
12154
12154
|
|
|
12155
12155
|
0 && (module.exports = {
|
|
12156
|
+
NeptuneServiceException,
|
|
12157
|
+
__Client,
|
|
12158
|
+
NeptuneClient,
|
|
12159
|
+
Neptune,
|
|
12160
|
+
$Command,
|
|
12156
12161
|
AddRoleToDBClusterCommand,
|
|
12157
12162
|
AddSourceIdentifierToSubscriptionCommand,
|
|
12158
12163
|
AddTagsToResourceCommand,
|
|
12159
|
-
ApplyMethod,
|
|
12160
12164
|
ApplyPendingMaintenanceActionCommand,
|
|
12161
|
-
AuthorizationNotFoundFault,
|
|
12162
|
-
CertificateNotFoundFault,
|
|
12163
12165
|
CopyDBClusterParameterGroupCommand,
|
|
12164
12166
|
CopyDBClusterSnapshotCommand,
|
|
12165
12167
|
CopyDBParameterGroupCommand,
|
|
@@ -12168,37 +12170,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12168
12170
|
CreateDBClusterParameterGroupCommand,
|
|
12169
12171
|
CreateDBClusterSnapshotCommand,
|
|
12170
12172
|
CreateDBInstanceCommand,
|
|
12171
|
-
CreateDBInstanceMessageFilterSensitiveLog,
|
|
12172
12173
|
CreateDBParameterGroupCommand,
|
|
12173
12174
|
CreateDBSubnetGroupCommand,
|
|
12174
12175
|
CreateEventSubscriptionCommand,
|
|
12175
12176
|
CreateGlobalClusterCommand,
|
|
12176
|
-
DBClusterAlreadyExistsFault,
|
|
12177
|
-
DBClusterEndpointAlreadyExistsFault,
|
|
12178
|
-
DBClusterEndpointNotFoundFault,
|
|
12179
|
-
DBClusterEndpointQuotaExceededFault,
|
|
12180
|
-
DBClusterNotFoundFault,
|
|
12181
|
-
DBClusterParameterGroupNotFoundFault,
|
|
12182
|
-
DBClusterQuotaExceededFault,
|
|
12183
|
-
DBClusterRoleAlreadyExistsFault,
|
|
12184
|
-
DBClusterRoleNotFoundFault,
|
|
12185
|
-
DBClusterRoleQuotaExceededFault,
|
|
12186
|
-
DBClusterSnapshotAlreadyExistsFault,
|
|
12187
|
-
DBClusterSnapshotNotFoundFault,
|
|
12188
|
-
DBInstanceAlreadyExistsFault,
|
|
12189
|
-
DBInstanceNotFoundFault,
|
|
12190
|
-
DBParameterGroupAlreadyExistsFault,
|
|
12191
|
-
DBParameterGroupNotFoundFault,
|
|
12192
|
-
DBParameterGroupQuotaExceededFault,
|
|
12193
|
-
DBSecurityGroupNotFoundFault,
|
|
12194
|
-
DBSnapshotAlreadyExistsFault,
|
|
12195
|
-
DBSnapshotNotFoundFault,
|
|
12196
|
-
DBSubnetGroupAlreadyExistsFault,
|
|
12197
|
-
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
12198
|
-
DBSubnetGroupNotFoundFault,
|
|
12199
|
-
DBSubnetGroupQuotaExceededFault,
|
|
12200
|
-
DBSubnetQuotaExceededFault,
|
|
12201
|
-
DBUpgradeDependencyFailureFault,
|
|
12202
12177
|
DeleteDBClusterCommand,
|
|
12203
12178
|
DeleteDBClusterEndpointCommand,
|
|
12204
12179
|
DeleteDBClusterParameterGroupCommand,
|
|
@@ -12228,49 +12203,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12228
12203
|
DescribeOrderableDBInstanceOptionsCommand,
|
|
12229
12204
|
DescribePendingMaintenanceActionsCommand,
|
|
12230
12205
|
DescribeValidDBInstanceModificationsCommand,
|
|
12231
|
-
DomainNotFoundFault,
|
|
12232
|
-
EventSubscriptionQuotaExceededFault,
|
|
12233
12206
|
FailoverDBClusterCommand,
|
|
12234
12207
|
FailoverGlobalClusterCommand,
|
|
12235
|
-
GlobalClusterAlreadyExistsFault,
|
|
12236
|
-
GlobalClusterNotFoundFault,
|
|
12237
|
-
GlobalClusterQuotaExceededFault,
|
|
12238
|
-
InstanceQuotaExceededFault,
|
|
12239
|
-
InsufficientDBClusterCapacityFault,
|
|
12240
|
-
InsufficientDBInstanceCapacityFault,
|
|
12241
|
-
InsufficientStorageClusterCapacityFault,
|
|
12242
|
-
InvalidDBClusterEndpointStateFault,
|
|
12243
|
-
InvalidDBClusterSnapshotStateFault,
|
|
12244
|
-
InvalidDBClusterStateFault,
|
|
12245
|
-
InvalidDBInstanceStateFault,
|
|
12246
|
-
InvalidDBParameterGroupStateFault,
|
|
12247
|
-
InvalidDBSecurityGroupStateFault,
|
|
12248
|
-
InvalidDBSnapshotStateFault,
|
|
12249
|
-
InvalidDBSubnetGroupStateFault,
|
|
12250
|
-
InvalidDBSubnetStateFault,
|
|
12251
|
-
InvalidEventSubscriptionStateFault,
|
|
12252
|
-
InvalidGlobalClusterStateFault,
|
|
12253
|
-
InvalidRestoreFault,
|
|
12254
|
-
InvalidSubnet,
|
|
12255
|
-
InvalidVPCNetworkStateFault,
|
|
12256
|
-
KMSKeyNotAccessibleFault,
|
|
12257
12208
|
ListTagsForResourceCommand,
|
|
12258
12209
|
ModifyDBClusterCommand,
|
|
12259
12210
|
ModifyDBClusterEndpointCommand,
|
|
12260
12211
|
ModifyDBClusterParameterGroupCommand,
|
|
12261
12212
|
ModifyDBClusterSnapshotAttributeCommand,
|
|
12262
12213
|
ModifyDBInstanceCommand,
|
|
12263
|
-
ModifyDBInstanceMessageFilterSensitiveLog,
|
|
12264
12214
|
ModifyDBParameterGroupCommand,
|
|
12265
12215
|
ModifyDBSubnetGroupCommand,
|
|
12266
12216
|
ModifyEventSubscriptionCommand,
|
|
12267
12217
|
ModifyGlobalClusterCommand,
|
|
12268
|
-
Neptune,
|
|
12269
|
-
NeptuneClient,
|
|
12270
|
-
NeptuneServiceException,
|
|
12271
|
-
OptionGroupNotFoundFault,
|
|
12272
12218
|
PromoteReadReplicaDBClusterCommand,
|
|
12273
|
-
ProvisionedIopsNotAvailableInAZFault,
|
|
12274
12219
|
RebootDBInstanceCommand,
|
|
12275
12220
|
RemoveFromGlobalClusterCommand,
|
|
12276
12221
|
RemoveRoleFromDBClusterCommand,
|
|
@@ -12278,25 +12223,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12278
12223
|
RemoveTagsFromResourceCommand,
|
|
12279
12224
|
ResetDBClusterParameterGroupCommand,
|
|
12280
12225
|
ResetDBParameterGroupCommand,
|
|
12281
|
-
ResourceNotFoundFault,
|
|
12282
12226
|
RestoreDBClusterFromSnapshotCommand,
|
|
12283
12227
|
RestoreDBClusterToPointInTimeCommand,
|
|
12284
|
-
SNSInvalidTopicFault,
|
|
12285
|
-
SNSNoAuthorizationFault,
|
|
12286
|
-
SNSTopicArnNotFoundFault,
|
|
12287
|
-
SharedSnapshotQuotaExceededFault,
|
|
12288
|
-
SnapshotQuotaExceededFault,
|
|
12289
|
-
SourceNotFoundFault,
|
|
12290
|
-
SourceType,
|
|
12291
12228
|
StartDBClusterCommand,
|
|
12292
12229
|
StopDBClusterCommand,
|
|
12293
|
-
StorageQuotaExceededFault,
|
|
12294
|
-
StorageTypeNotSupportedFault,
|
|
12295
|
-
SubnetAlreadyInUse,
|
|
12296
|
-
SubscriptionAlreadyExistFault,
|
|
12297
|
-
SubscriptionCategoryNotFoundFault,
|
|
12298
|
-
SubscriptionNotFoundFault,
|
|
12299
|
-
__Client,
|
|
12300
12230
|
paginateDescribeDBClusterEndpoints,
|
|
12301
12231
|
paginateDescribeDBClusterParameterGroups,
|
|
12302
12232
|
paginateDescribeDBClusterParameters,
|
|
@@ -12314,8 +12244,79 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
12314
12244
|
paginateDescribeOrderableDBInstanceOptions,
|
|
12315
12245
|
paginateDescribePendingMaintenanceActions,
|
|
12316
12246
|
waitForDBInstanceAvailable,
|
|
12317
|
-
waitForDBInstanceDeleted,
|
|
12318
12247
|
waitUntilDBInstanceAvailable,
|
|
12319
|
-
|
|
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
|
|
12320
12321
|
});
|
|
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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|