@aws-sdk/client-neptune 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +180 -182
- package/dist-cjs/models/NeptuneServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Neptune.js +1 -1
- package/dist-es/NeptuneClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddRoleToDBClusterCommand.js +2 -2
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -2
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CopyDBParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -2
- package/dist-es/commands/CreateDBParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateGlobalClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -2
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeDBParametersCommand.js +2 -2
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -2
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -2
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -2
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +2 -2
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -2
- package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -2
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -2
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +2 -2
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -2
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -2
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -2
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -2
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +2 -2
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/ResetDBParameterGroupCommand.js +2 -2
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -2
- package/dist-es/commands/StartDBClusterCommand.js +2 -2
- package/dist-es/commands/StopDBClusterCommand.js +2 -2
- package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/NeptuneServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForDBInstanceAvailable.js +1 -1
- package/dist-es/waiters/waitForDBInstanceDeleted.js +1 -1
- package/dist-types/Neptune.d.ts +1 -1
- package/dist-types/NeptuneClient.d.ts +5 -5
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -4
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -4
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -4
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -4
- package/dist-types/commands/StartDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/StopDBClusterCommand.d.ts +6 -4
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/NeptuneServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Neptune.d.ts +1 -1
- package/dist-types/ts3.4/NeptuneClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/NeptuneServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForDBInstanceAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForDBInstanceDeleted.d.ts +1 -1
- package/package.json +14 -36
package/dist-cjs/index.js
CHANGED
|
@@ -4,20 +4,18 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
18
|
var middlewareSdkRds = require('@aws-sdk/middleware-sdk-rds');
|
|
20
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
21
19
|
var errors = require('./models/errors');
|
|
22
20
|
var NeptuneServiceException = require('./models/NeptuneServiceException');
|
|
23
21
|
|
|
@@ -75,12 +73,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
75
73
|
};
|
|
76
74
|
|
|
77
75
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
78
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
76
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
79
77
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
80
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
78
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
81
79
|
};
|
|
82
80
|
|
|
83
|
-
class NeptuneClient extends
|
|
81
|
+
class NeptuneClient extends client.Client {
|
|
84
82
|
config;
|
|
85
83
|
constructor(...[configuration]) {
|
|
86
84
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -88,17 +86,17 @@ class NeptuneClient extends smithyClient.Client {
|
|
|
88
86
|
this.initConfig = _config_0;
|
|
89
87
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
90
88
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
91
|
-
const _config_3 =
|
|
92
|
-
const _config_4 =
|
|
89
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
90
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
93
91
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
94
|
-
const _config_6 =
|
|
92
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
95
93
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
96
94
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
97
95
|
this.config = _config_8;
|
|
98
96
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
99
97
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
100
|
-
this.middlewareStack.use(
|
|
101
|
-
this.middlewareStack.use(
|
|
98
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
104
102
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -115,11 +113,11 @@ class NeptuneClient extends smithyClient.Client {
|
|
|
115
113
|
}
|
|
116
114
|
}
|
|
117
115
|
|
|
118
|
-
class AddRoleToDBClusterCommand extends
|
|
116
|
+
class AddRoleToDBClusterCommand extends client.Command
|
|
119
117
|
.classBuilder()
|
|
120
118
|
.ep(commonParams)
|
|
121
119
|
.m(function (Command, cs, config, o) {
|
|
122
|
-
return [
|
|
120
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
123
121
|
})
|
|
124
122
|
.s("AmazonRDSv19", "AddRoleToDBCluster", {})
|
|
125
123
|
.n("NeptuneClient", "AddRoleToDBClusterCommand")
|
|
@@ -127,11 +125,11 @@ class AddRoleToDBClusterCommand extends smithyClient.Command
|
|
|
127
125
|
.build() {
|
|
128
126
|
}
|
|
129
127
|
|
|
130
|
-
class AddSourceIdentifierToSubscriptionCommand extends
|
|
128
|
+
class AddSourceIdentifierToSubscriptionCommand extends client.Command
|
|
131
129
|
.classBuilder()
|
|
132
130
|
.ep(commonParams)
|
|
133
131
|
.m(function (Command, cs, config, o) {
|
|
134
|
-
return [
|
|
132
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
135
133
|
})
|
|
136
134
|
.s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {})
|
|
137
135
|
.n("NeptuneClient", "AddSourceIdentifierToSubscriptionCommand")
|
|
@@ -139,11 +137,11 @@ class AddSourceIdentifierToSubscriptionCommand extends smithyClient.Command
|
|
|
139
137
|
.build() {
|
|
140
138
|
}
|
|
141
139
|
|
|
142
|
-
class AddTagsToResourceCommand extends
|
|
140
|
+
class AddTagsToResourceCommand extends client.Command
|
|
143
141
|
.classBuilder()
|
|
144
142
|
.ep(commonParams)
|
|
145
143
|
.m(function (Command, cs, config, o) {
|
|
146
|
-
return [
|
|
144
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
147
145
|
})
|
|
148
146
|
.s("AmazonRDSv19", "AddTagsToResource", {})
|
|
149
147
|
.n("NeptuneClient", "AddTagsToResourceCommand")
|
|
@@ -151,11 +149,11 @@ class AddTagsToResourceCommand extends smithyClient.Command
|
|
|
151
149
|
.build() {
|
|
152
150
|
}
|
|
153
151
|
|
|
154
|
-
class ApplyPendingMaintenanceActionCommand extends
|
|
152
|
+
class ApplyPendingMaintenanceActionCommand extends client.Command
|
|
155
153
|
.classBuilder()
|
|
156
154
|
.ep(commonParams)
|
|
157
155
|
.m(function (Command, cs, config, o) {
|
|
158
|
-
return [
|
|
156
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
159
157
|
})
|
|
160
158
|
.s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
|
|
161
159
|
.n("NeptuneClient", "ApplyPendingMaintenanceActionCommand")
|
|
@@ -163,11 +161,11 @@ class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
|
|
|
163
161
|
.build() {
|
|
164
162
|
}
|
|
165
163
|
|
|
166
|
-
class CopyDBClusterParameterGroupCommand extends
|
|
164
|
+
class CopyDBClusterParameterGroupCommand extends client.Command
|
|
167
165
|
.classBuilder()
|
|
168
166
|
.ep(commonParams)
|
|
169
167
|
.m(function (Command, cs, config, o) {
|
|
170
|
-
return [
|
|
168
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
171
169
|
})
|
|
172
170
|
.s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
|
|
173
171
|
.n("NeptuneClient", "CopyDBClusterParameterGroupCommand")
|
|
@@ -175,12 +173,12 @@ class CopyDBClusterParameterGroupCommand extends smithyClient.Command
|
|
|
175
173
|
.build() {
|
|
176
174
|
}
|
|
177
175
|
|
|
178
|
-
class CopyDBClusterSnapshotCommand extends
|
|
176
|
+
class CopyDBClusterSnapshotCommand extends client.Command
|
|
179
177
|
.classBuilder()
|
|
180
178
|
.ep(commonParams)
|
|
181
179
|
.m(function (Command, cs, config, o) {
|
|
182
180
|
return [
|
|
183
|
-
|
|
181
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
184
182
|
middlewareSdkRds.getCrossRegionPresignedUrlPlugin(config),
|
|
185
183
|
];
|
|
186
184
|
})
|
|
@@ -190,11 +188,11 @@ class CopyDBClusterSnapshotCommand extends smithyClient.Command
|
|
|
190
188
|
.build() {
|
|
191
189
|
}
|
|
192
190
|
|
|
193
|
-
class CopyDBParameterGroupCommand extends
|
|
191
|
+
class CopyDBParameterGroupCommand extends client.Command
|
|
194
192
|
.classBuilder()
|
|
195
193
|
.ep(commonParams)
|
|
196
194
|
.m(function (Command, cs, config, o) {
|
|
197
|
-
return [
|
|
195
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
198
196
|
})
|
|
199
197
|
.s("AmazonRDSv19", "CopyDBParameterGroup", {})
|
|
200
198
|
.n("NeptuneClient", "CopyDBParameterGroupCommand")
|
|
@@ -202,12 +200,12 @@ class CopyDBParameterGroupCommand extends smithyClient.Command
|
|
|
202
200
|
.build() {
|
|
203
201
|
}
|
|
204
202
|
|
|
205
|
-
class CreateDBClusterCommand extends
|
|
203
|
+
class CreateDBClusterCommand extends client.Command
|
|
206
204
|
.classBuilder()
|
|
207
205
|
.ep(commonParams)
|
|
208
206
|
.m(function (Command, cs, config, o) {
|
|
209
207
|
return [
|
|
210
|
-
|
|
208
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
211
209
|
middlewareSdkRds.getCrossRegionPresignedUrlPlugin(config),
|
|
212
210
|
];
|
|
213
211
|
})
|
|
@@ -217,11 +215,11 @@ class CreateDBClusterCommand extends smithyClient.Command
|
|
|
217
215
|
.build() {
|
|
218
216
|
}
|
|
219
217
|
|
|
220
|
-
class CreateDBClusterEndpointCommand extends
|
|
218
|
+
class CreateDBClusterEndpointCommand extends client.Command
|
|
221
219
|
.classBuilder()
|
|
222
220
|
.ep(commonParams)
|
|
223
221
|
.m(function (Command, cs, config, o) {
|
|
224
|
-
return [
|
|
222
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
225
223
|
})
|
|
226
224
|
.s("AmazonRDSv19", "CreateDBClusterEndpoint", {})
|
|
227
225
|
.n("NeptuneClient", "CreateDBClusterEndpointCommand")
|
|
@@ -229,11 +227,11 @@ class CreateDBClusterEndpointCommand extends smithyClient.Command
|
|
|
229
227
|
.build() {
|
|
230
228
|
}
|
|
231
229
|
|
|
232
|
-
class CreateDBClusterParameterGroupCommand extends
|
|
230
|
+
class CreateDBClusterParameterGroupCommand extends client.Command
|
|
233
231
|
.classBuilder()
|
|
234
232
|
.ep(commonParams)
|
|
235
233
|
.m(function (Command, cs, config, o) {
|
|
236
|
-
return [
|
|
234
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
237
235
|
})
|
|
238
236
|
.s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
|
|
239
237
|
.n("NeptuneClient", "CreateDBClusterParameterGroupCommand")
|
|
@@ -241,11 +239,11 @@ class CreateDBClusterParameterGroupCommand extends smithyClient.Command
|
|
|
241
239
|
.build() {
|
|
242
240
|
}
|
|
243
241
|
|
|
244
|
-
class CreateDBClusterSnapshotCommand extends
|
|
242
|
+
class CreateDBClusterSnapshotCommand extends client.Command
|
|
245
243
|
.classBuilder()
|
|
246
244
|
.ep(commonParams)
|
|
247
245
|
.m(function (Command, cs, config, o) {
|
|
248
|
-
return [
|
|
246
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
249
247
|
})
|
|
250
248
|
.s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
|
|
251
249
|
.n("NeptuneClient", "CreateDBClusterSnapshotCommand")
|
|
@@ -253,11 +251,11 @@ class CreateDBClusterSnapshotCommand extends smithyClient.Command
|
|
|
253
251
|
.build() {
|
|
254
252
|
}
|
|
255
253
|
|
|
256
|
-
class CreateDBInstanceCommand extends
|
|
254
|
+
class CreateDBInstanceCommand extends client.Command
|
|
257
255
|
.classBuilder()
|
|
258
256
|
.ep(commonParams)
|
|
259
257
|
.m(function (Command, cs, config, o) {
|
|
260
|
-
return [
|
|
258
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
261
259
|
})
|
|
262
260
|
.s("AmazonRDSv19", "CreateDBInstance", {})
|
|
263
261
|
.n("NeptuneClient", "CreateDBInstanceCommand")
|
|
@@ -265,11 +263,11 @@ class CreateDBInstanceCommand extends smithyClient.Command
|
|
|
265
263
|
.build() {
|
|
266
264
|
}
|
|
267
265
|
|
|
268
|
-
class CreateDBParameterGroupCommand extends
|
|
266
|
+
class CreateDBParameterGroupCommand extends client.Command
|
|
269
267
|
.classBuilder()
|
|
270
268
|
.ep(commonParams)
|
|
271
269
|
.m(function (Command, cs, config, o) {
|
|
272
|
-
return [
|
|
270
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
273
271
|
})
|
|
274
272
|
.s("AmazonRDSv19", "CreateDBParameterGroup", {})
|
|
275
273
|
.n("NeptuneClient", "CreateDBParameterGroupCommand")
|
|
@@ -277,11 +275,11 @@ class CreateDBParameterGroupCommand extends smithyClient.Command
|
|
|
277
275
|
.build() {
|
|
278
276
|
}
|
|
279
277
|
|
|
280
|
-
class CreateDBSubnetGroupCommand extends
|
|
278
|
+
class CreateDBSubnetGroupCommand extends client.Command
|
|
281
279
|
.classBuilder()
|
|
282
280
|
.ep(commonParams)
|
|
283
281
|
.m(function (Command, cs, config, o) {
|
|
284
|
-
return [
|
|
282
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
285
283
|
})
|
|
286
284
|
.s("AmazonRDSv19", "CreateDBSubnetGroup", {})
|
|
287
285
|
.n("NeptuneClient", "CreateDBSubnetGroupCommand")
|
|
@@ -289,11 +287,11 @@ class CreateDBSubnetGroupCommand extends smithyClient.Command
|
|
|
289
287
|
.build() {
|
|
290
288
|
}
|
|
291
289
|
|
|
292
|
-
class CreateEventSubscriptionCommand extends
|
|
290
|
+
class CreateEventSubscriptionCommand extends client.Command
|
|
293
291
|
.classBuilder()
|
|
294
292
|
.ep(commonParams)
|
|
295
293
|
.m(function (Command, cs, config, o) {
|
|
296
|
-
return [
|
|
294
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
297
295
|
})
|
|
298
296
|
.s("AmazonRDSv19", "CreateEventSubscription", {})
|
|
299
297
|
.n("NeptuneClient", "CreateEventSubscriptionCommand")
|
|
@@ -301,11 +299,11 @@ class CreateEventSubscriptionCommand extends smithyClient.Command
|
|
|
301
299
|
.build() {
|
|
302
300
|
}
|
|
303
301
|
|
|
304
|
-
class CreateGlobalClusterCommand extends
|
|
302
|
+
class CreateGlobalClusterCommand extends client.Command
|
|
305
303
|
.classBuilder()
|
|
306
304
|
.ep(commonParams)
|
|
307
305
|
.m(function (Command, cs, config, o) {
|
|
308
|
-
return [
|
|
306
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
309
307
|
})
|
|
310
308
|
.s("AmazonRDSv19", "CreateGlobalCluster", {})
|
|
311
309
|
.n("NeptuneClient", "CreateGlobalClusterCommand")
|
|
@@ -313,11 +311,11 @@ class CreateGlobalClusterCommand extends smithyClient.Command
|
|
|
313
311
|
.build() {
|
|
314
312
|
}
|
|
315
313
|
|
|
316
|
-
class DeleteDBClusterCommand extends
|
|
314
|
+
class DeleteDBClusterCommand extends client.Command
|
|
317
315
|
.classBuilder()
|
|
318
316
|
.ep(commonParams)
|
|
319
317
|
.m(function (Command, cs, config, o) {
|
|
320
|
-
return [
|
|
318
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
321
319
|
})
|
|
322
320
|
.s("AmazonRDSv19", "DeleteDBCluster", {})
|
|
323
321
|
.n("NeptuneClient", "DeleteDBClusterCommand")
|
|
@@ -325,11 +323,11 @@ class DeleteDBClusterCommand extends smithyClient.Command
|
|
|
325
323
|
.build() {
|
|
326
324
|
}
|
|
327
325
|
|
|
328
|
-
class DeleteDBClusterEndpointCommand extends
|
|
326
|
+
class DeleteDBClusterEndpointCommand extends client.Command
|
|
329
327
|
.classBuilder()
|
|
330
328
|
.ep(commonParams)
|
|
331
329
|
.m(function (Command, cs, config, o) {
|
|
332
|
-
return [
|
|
330
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
333
331
|
})
|
|
334
332
|
.s("AmazonRDSv19", "DeleteDBClusterEndpoint", {})
|
|
335
333
|
.n("NeptuneClient", "DeleteDBClusterEndpointCommand")
|
|
@@ -337,11 +335,11 @@ class DeleteDBClusterEndpointCommand extends smithyClient.Command
|
|
|
337
335
|
.build() {
|
|
338
336
|
}
|
|
339
337
|
|
|
340
|
-
class DeleteDBClusterParameterGroupCommand extends
|
|
338
|
+
class DeleteDBClusterParameterGroupCommand extends client.Command
|
|
341
339
|
.classBuilder()
|
|
342
340
|
.ep(commonParams)
|
|
343
341
|
.m(function (Command, cs, config, o) {
|
|
344
|
-
return [
|
|
342
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
345
343
|
})
|
|
346
344
|
.s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
|
|
347
345
|
.n("NeptuneClient", "DeleteDBClusterParameterGroupCommand")
|
|
@@ -349,11 +347,11 @@ class DeleteDBClusterParameterGroupCommand extends smithyClient.Command
|
|
|
349
347
|
.build() {
|
|
350
348
|
}
|
|
351
349
|
|
|
352
|
-
class DeleteDBClusterSnapshotCommand extends
|
|
350
|
+
class DeleteDBClusterSnapshotCommand extends client.Command
|
|
353
351
|
.classBuilder()
|
|
354
352
|
.ep(commonParams)
|
|
355
353
|
.m(function (Command, cs, config, o) {
|
|
356
|
-
return [
|
|
354
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
357
355
|
})
|
|
358
356
|
.s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
|
|
359
357
|
.n("NeptuneClient", "DeleteDBClusterSnapshotCommand")
|
|
@@ -361,11 +359,11 @@ class DeleteDBClusterSnapshotCommand extends smithyClient.Command
|
|
|
361
359
|
.build() {
|
|
362
360
|
}
|
|
363
361
|
|
|
364
|
-
class DeleteDBInstanceCommand extends
|
|
362
|
+
class DeleteDBInstanceCommand extends client.Command
|
|
365
363
|
.classBuilder()
|
|
366
364
|
.ep(commonParams)
|
|
367
365
|
.m(function (Command, cs, config, o) {
|
|
368
|
-
return [
|
|
366
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
369
367
|
})
|
|
370
368
|
.s("AmazonRDSv19", "DeleteDBInstance", {})
|
|
371
369
|
.n("NeptuneClient", "DeleteDBInstanceCommand")
|
|
@@ -373,11 +371,11 @@ class DeleteDBInstanceCommand extends smithyClient.Command
|
|
|
373
371
|
.build() {
|
|
374
372
|
}
|
|
375
373
|
|
|
376
|
-
class DeleteDBParameterGroupCommand extends
|
|
374
|
+
class DeleteDBParameterGroupCommand extends client.Command
|
|
377
375
|
.classBuilder()
|
|
378
376
|
.ep(commonParams)
|
|
379
377
|
.m(function (Command, cs, config, o) {
|
|
380
|
-
return [
|
|
378
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
381
379
|
})
|
|
382
380
|
.s("AmazonRDSv19", "DeleteDBParameterGroup", {})
|
|
383
381
|
.n("NeptuneClient", "DeleteDBParameterGroupCommand")
|
|
@@ -385,11 +383,11 @@ class DeleteDBParameterGroupCommand extends smithyClient.Command
|
|
|
385
383
|
.build() {
|
|
386
384
|
}
|
|
387
385
|
|
|
388
|
-
class DeleteDBSubnetGroupCommand extends
|
|
386
|
+
class DeleteDBSubnetGroupCommand extends client.Command
|
|
389
387
|
.classBuilder()
|
|
390
388
|
.ep(commonParams)
|
|
391
389
|
.m(function (Command, cs, config, o) {
|
|
392
|
-
return [
|
|
390
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
393
391
|
})
|
|
394
392
|
.s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
|
|
395
393
|
.n("NeptuneClient", "DeleteDBSubnetGroupCommand")
|
|
@@ -397,11 +395,11 @@ class DeleteDBSubnetGroupCommand extends smithyClient.Command
|
|
|
397
395
|
.build() {
|
|
398
396
|
}
|
|
399
397
|
|
|
400
|
-
class DeleteEventSubscriptionCommand extends
|
|
398
|
+
class DeleteEventSubscriptionCommand extends client.Command
|
|
401
399
|
.classBuilder()
|
|
402
400
|
.ep(commonParams)
|
|
403
401
|
.m(function (Command, cs, config, o) {
|
|
404
|
-
return [
|
|
402
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
405
403
|
})
|
|
406
404
|
.s("AmazonRDSv19", "DeleteEventSubscription", {})
|
|
407
405
|
.n("NeptuneClient", "DeleteEventSubscriptionCommand")
|
|
@@ -409,11 +407,11 @@ class DeleteEventSubscriptionCommand extends smithyClient.Command
|
|
|
409
407
|
.build() {
|
|
410
408
|
}
|
|
411
409
|
|
|
412
|
-
class DeleteGlobalClusterCommand extends
|
|
410
|
+
class DeleteGlobalClusterCommand extends client.Command
|
|
413
411
|
.classBuilder()
|
|
414
412
|
.ep(commonParams)
|
|
415
413
|
.m(function (Command, cs, config, o) {
|
|
416
|
-
return [
|
|
414
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
417
415
|
})
|
|
418
416
|
.s("AmazonRDSv19", "DeleteGlobalCluster", {})
|
|
419
417
|
.n("NeptuneClient", "DeleteGlobalClusterCommand")
|
|
@@ -421,11 +419,11 @@ class DeleteGlobalClusterCommand extends smithyClient.Command
|
|
|
421
419
|
.build() {
|
|
422
420
|
}
|
|
423
421
|
|
|
424
|
-
class DescribeDBClusterEndpointsCommand extends
|
|
422
|
+
class DescribeDBClusterEndpointsCommand extends client.Command
|
|
425
423
|
.classBuilder()
|
|
426
424
|
.ep(commonParams)
|
|
427
425
|
.m(function (Command, cs, config, o) {
|
|
428
|
-
return [
|
|
426
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
429
427
|
})
|
|
430
428
|
.s("AmazonRDSv19", "DescribeDBClusterEndpoints", {})
|
|
431
429
|
.n("NeptuneClient", "DescribeDBClusterEndpointsCommand")
|
|
@@ -433,11 +431,11 @@ class DescribeDBClusterEndpointsCommand extends smithyClient.Command
|
|
|
433
431
|
.build() {
|
|
434
432
|
}
|
|
435
433
|
|
|
436
|
-
class DescribeDBClusterParameterGroupsCommand extends
|
|
434
|
+
class DescribeDBClusterParameterGroupsCommand extends client.Command
|
|
437
435
|
.classBuilder()
|
|
438
436
|
.ep(commonParams)
|
|
439
437
|
.m(function (Command, cs, config, o) {
|
|
440
|
-
return [
|
|
438
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
441
439
|
})
|
|
442
440
|
.s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
|
|
443
441
|
.n("NeptuneClient", "DescribeDBClusterParameterGroupsCommand")
|
|
@@ -445,11 +443,11 @@ class DescribeDBClusterParameterGroupsCommand extends smithyClient.Command
|
|
|
445
443
|
.build() {
|
|
446
444
|
}
|
|
447
445
|
|
|
448
|
-
class DescribeDBClusterParametersCommand extends
|
|
446
|
+
class DescribeDBClusterParametersCommand extends client.Command
|
|
449
447
|
.classBuilder()
|
|
450
448
|
.ep(commonParams)
|
|
451
449
|
.m(function (Command, cs, config, o) {
|
|
452
|
-
return [
|
|
450
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
453
451
|
})
|
|
454
452
|
.s("AmazonRDSv19", "DescribeDBClusterParameters", {})
|
|
455
453
|
.n("NeptuneClient", "DescribeDBClusterParametersCommand")
|
|
@@ -457,11 +455,11 @@ class DescribeDBClusterParametersCommand extends smithyClient.Command
|
|
|
457
455
|
.build() {
|
|
458
456
|
}
|
|
459
457
|
|
|
460
|
-
class DescribeDBClustersCommand extends
|
|
458
|
+
class DescribeDBClustersCommand extends client.Command
|
|
461
459
|
.classBuilder()
|
|
462
460
|
.ep(commonParams)
|
|
463
461
|
.m(function (Command, cs, config, o) {
|
|
464
|
-
return [
|
|
462
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
465
463
|
})
|
|
466
464
|
.s("AmazonRDSv19", "DescribeDBClusters", {})
|
|
467
465
|
.n("NeptuneClient", "DescribeDBClustersCommand")
|
|
@@ -469,11 +467,11 @@ class DescribeDBClustersCommand extends smithyClient.Command
|
|
|
469
467
|
.build() {
|
|
470
468
|
}
|
|
471
469
|
|
|
472
|
-
class DescribeDBClusterSnapshotAttributesCommand extends
|
|
470
|
+
class DescribeDBClusterSnapshotAttributesCommand extends client.Command
|
|
473
471
|
.classBuilder()
|
|
474
472
|
.ep(commonParams)
|
|
475
473
|
.m(function (Command, cs, config, o) {
|
|
476
|
-
return [
|
|
474
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
477
475
|
})
|
|
478
476
|
.s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
|
|
479
477
|
.n("NeptuneClient", "DescribeDBClusterSnapshotAttributesCommand")
|
|
@@ -481,11 +479,11 @@ class DescribeDBClusterSnapshotAttributesCommand extends smithyClient.Command
|
|
|
481
479
|
.build() {
|
|
482
480
|
}
|
|
483
481
|
|
|
484
|
-
class DescribeDBClusterSnapshotsCommand extends
|
|
482
|
+
class DescribeDBClusterSnapshotsCommand extends client.Command
|
|
485
483
|
.classBuilder()
|
|
486
484
|
.ep(commonParams)
|
|
487
485
|
.m(function (Command, cs, config, o) {
|
|
488
|
-
return [
|
|
486
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
489
487
|
})
|
|
490
488
|
.s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
|
|
491
489
|
.n("NeptuneClient", "DescribeDBClusterSnapshotsCommand")
|
|
@@ -493,11 +491,11 @@ class DescribeDBClusterSnapshotsCommand extends smithyClient.Command
|
|
|
493
491
|
.build() {
|
|
494
492
|
}
|
|
495
493
|
|
|
496
|
-
class DescribeDBEngineVersionsCommand extends
|
|
494
|
+
class DescribeDBEngineVersionsCommand extends client.Command
|
|
497
495
|
.classBuilder()
|
|
498
496
|
.ep(commonParams)
|
|
499
497
|
.m(function (Command, cs, config, o) {
|
|
500
|
-
return [
|
|
498
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
501
499
|
})
|
|
502
500
|
.s("AmazonRDSv19", "DescribeDBEngineVersions", {})
|
|
503
501
|
.n("NeptuneClient", "DescribeDBEngineVersionsCommand")
|
|
@@ -505,11 +503,11 @@ class DescribeDBEngineVersionsCommand extends smithyClient.Command
|
|
|
505
503
|
.build() {
|
|
506
504
|
}
|
|
507
505
|
|
|
508
|
-
class DescribeDBInstancesCommand extends
|
|
506
|
+
class DescribeDBInstancesCommand extends client.Command
|
|
509
507
|
.classBuilder()
|
|
510
508
|
.ep(commonParams)
|
|
511
509
|
.m(function (Command, cs, config, o) {
|
|
512
|
-
return [
|
|
510
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
513
511
|
})
|
|
514
512
|
.s("AmazonRDSv19", "DescribeDBInstances", {})
|
|
515
513
|
.n("NeptuneClient", "DescribeDBInstancesCommand")
|
|
@@ -517,11 +515,11 @@ class DescribeDBInstancesCommand extends smithyClient.Command
|
|
|
517
515
|
.build() {
|
|
518
516
|
}
|
|
519
517
|
|
|
520
|
-
class DescribeDBParameterGroupsCommand extends
|
|
518
|
+
class DescribeDBParameterGroupsCommand extends client.Command
|
|
521
519
|
.classBuilder()
|
|
522
520
|
.ep(commonParams)
|
|
523
521
|
.m(function (Command, cs, config, o) {
|
|
524
|
-
return [
|
|
522
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
525
523
|
})
|
|
526
524
|
.s("AmazonRDSv19", "DescribeDBParameterGroups", {})
|
|
527
525
|
.n("NeptuneClient", "DescribeDBParameterGroupsCommand")
|
|
@@ -529,11 +527,11 @@ class DescribeDBParameterGroupsCommand extends smithyClient.Command
|
|
|
529
527
|
.build() {
|
|
530
528
|
}
|
|
531
529
|
|
|
532
|
-
class DescribeDBParametersCommand extends
|
|
530
|
+
class DescribeDBParametersCommand extends client.Command
|
|
533
531
|
.classBuilder()
|
|
534
532
|
.ep(commonParams)
|
|
535
533
|
.m(function (Command, cs, config, o) {
|
|
536
|
-
return [
|
|
534
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
537
535
|
})
|
|
538
536
|
.s("AmazonRDSv19", "DescribeDBParameters", {})
|
|
539
537
|
.n("NeptuneClient", "DescribeDBParametersCommand")
|
|
@@ -541,11 +539,11 @@ class DescribeDBParametersCommand extends smithyClient.Command
|
|
|
541
539
|
.build() {
|
|
542
540
|
}
|
|
543
541
|
|
|
544
|
-
class DescribeDBSubnetGroupsCommand extends
|
|
542
|
+
class DescribeDBSubnetGroupsCommand extends client.Command
|
|
545
543
|
.classBuilder()
|
|
546
544
|
.ep(commonParams)
|
|
547
545
|
.m(function (Command, cs, config, o) {
|
|
548
|
-
return [
|
|
546
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
549
547
|
})
|
|
550
548
|
.s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
|
|
551
549
|
.n("NeptuneClient", "DescribeDBSubnetGroupsCommand")
|
|
@@ -553,11 +551,11 @@ class DescribeDBSubnetGroupsCommand extends smithyClient.Command
|
|
|
553
551
|
.build() {
|
|
554
552
|
}
|
|
555
553
|
|
|
556
|
-
class DescribeEngineDefaultClusterParametersCommand extends
|
|
554
|
+
class DescribeEngineDefaultClusterParametersCommand extends client.Command
|
|
557
555
|
.classBuilder()
|
|
558
556
|
.ep(commonParams)
|
|
559
557
|
.m(function (Command, cs, config, o) {
|
|
560
|
-
return [
|
|
558
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
561
559
|
})
|
|
562
560
|
.s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
|
|
563
561
|
.n("NeptuneClient", "DescribeEngineDefaultClusterParametersCommand")
|
|
@@ -565,11 +563,11 @@ class DescribeEngineDefaultClusterParametersCommand extends smithyClient.Command
|
|
|
565
563
|
.build() {
|
|
566
564
|
}
|
|
567
565
|
|
|
568
|
-
class DescribeEngineDefaultParametersCommand extends
|
|
566
|
+
class DescribeEngineDefaultParametersCommand extends client.Command
|
|
569
567
|
.classBuilder()
|
|
570
568
|
.ep(commonParams)
|
|
571
569
|
.m(function (Command, cs, config, o) {
|
|
572
|
-
return [
|
|
570
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
573
571
|
})
|
|
574
572
|
.s("AmazonRDSv19", "DescribeEngineDefaultParameters", {})
|
|
575
573
|
.n("NeptuneClient", "DescribeEngineDefaultParametersCommand")
|
|
@@ -577,11 +575,11 @@ class DescribeEngineDefaultParametersCommand extends smithyClient.Command
|
|
|
577
575
|
.build() {
|
|
578
576
|
}
|
|
579
577
|
|
|
580
|
-
class DescribeEventCategoriesCommand extends
|
|
578
|
+
class DescribeEventCategoriesCommand extends client.Command
|
|
581
579
|
.classBuilder()
|
|
582
580
|
.ep(commonParams)
|
|
583
581
|
.m(function (Command, cs, config, o) {
|
|
584
|
-
return [
|
|
582
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
585
583
|
})
|
|
586
584
|
.s("AmazonRDSv19", "DescribeEventCategories", {})
|
|
587
585
|
.n("NeptuneClient", "DescribeEventCategoriesCommand")
|
|
@@ -589,11 +587,11 @@ class DescribeEventCategoriesCommand extends smithyClient.Command
|
|
|
589
587
|
.build() {
|
|
590
588
|
}
|
|
591
589
|
|
|
592
|
-
class DescribeEventsCommand extends
|
|
590
|
+
class DescribeEventsCommand extends client.Command
|
|
593
591
|
.classBuilder()
|
|
594
592
|
.ep(commonParams)
|
|
595
593
|
.m(function (Command, cs, config, o) {
|
|
596
|
-
return [
|
|
594
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
597
595
|
})
|
|
598
596
|
.s("AmazonRDSv19", "DescribeEvents", {})
|
|
599
597
|
.n("NeptuneClient", "DescribeEventsCommand")
|
|
@@ -601,11 +599,11 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
601
599
|
.build() {
|
|
602
600
|
}
|
|
603
601
|
|
|
604
|
-
class DescribeEventSubscriptionsCommand extends
|
|
602
|
+
class DescribeEventSubscriptionsCommand extends client.Command
|
|
605
603
|
.classBuilder()
|
|
606
604
|
.ep(commonParams)
|
|
607
605
|
.m(function (Command, cs, config, o) {
|
|
608
|
-
return [
|
|
606
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
609
607
|
})
|
|
610
608
|
.s("AmazonRDSv19", "DescribeEventSubscriptions", {})
|
|
611
609
|
.n("NeptuneClient", "DescribeEventSubscriptionsCommand")
|
|
@@ -613,11 +611,11 @@ class DescribeEventSubscriptionsCommand extends smithyClient.Command
|
|
|
613
611
|
.build() {
|
|
614
612
|
}
|
|
615
613
|
|
|
616
|
-
class DescribeGlobalClustersCommand extends
|
|
614
|
+
class DescribeGlobalClustersCommand extends client.Command
|
|
617
615
|
.classBuilder()
|
|
618
616
|
.ep(commonParams)
|
|
619
617
|
.m(function (Command, cs, config, o) {
|
|
620
|
-
return [
|
|
618
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
621
619
|
})
|
|
622
620
|
.s("AmazonRDSv19", "DescribeGlobalClusters", {})
|
|
623
621
|
.n("NeptuneClient", "DescribeGlobalClustersCommand")
|
|
@@ -625,11 +623,11 @@ class DescribeGlobalClustersCommand extends smithyClient.Command
|
|
|
625
623
|
.build() {
|
|
626
624
|
}
|
|
627
625
|
|
|
628
|
-
class DescribeOrderableDBInstanceOptionsCommand extends
|
|
626
|
+
class DescribeOrderableDBInstanceOptionsCommand extends client.Command
|
|
629
627
|
.classBuilder()
|
|
630
628
|
.ep(commonParams)
|
|
631
629
|
.m(function (Command, cs, config, o) {
|
|
632
|
-
return [
|
|
630
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
633
631
|
})
|
|
634
632
|
.s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
|
|
635
633
|
.n("NeptuneClient", "DescribeOrderableDBInstanceOptionsCommand")
|
|
@@ -637,11 +635,11 @@ class DescribeOrderableDBInstanceOptionsCommand extends smithyClient.Command
|
|
|
637
635
|
.build() {
|
|
638
636
|
}
|
|
639
637
|
|
|
640
|
-
class DescribePendingMaintenanceActionsCommand extends
|
|
638
|
+
class DescribePendingMaintenanceActionsCommand extends client.Command
|
|
641
639
|
.classBuilder()
|
|
642
640
|
.ep(commonParams)
|
|
643
641
|
.m(function (Command, cs, config, o) {
|
|
644
|
-
return [
|
|
642
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
645
643
|
})
|
|
646
644
|
.s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
|
|
647
645
|
.n("NeptuneClient", "DescribePendingMaintenanceActionsCommand")
|
|
@@ -649,11 +647,11 @@ class DescribePendingMaintenanceActionsCommand extends smithyClient.Command
|
|
|
649
647
|
.build() {
|
|
650
648
|
}
|
|
651
649
|
|
|
652
|
-
class DescribeValidDBInstanceModificationsCommand extends
|
|
650
|
+
class DescribeValidDBInstanceModificationsCommand extends client.Command
|
|
653
651
|
.classBuilder()
|
|
654
652
|
.ep(commonParams)
|
|
655
653
|
.m(function (Command, cs, config, o) {
|
|
656
|
-
return [
|
|
654
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
657
655
|
})
|
|
658
656
|
.s("AmazonRDSv19", "DescribeValidDBInstanceModifications", {})
|
|
659
657
|
.n("NeptuneClient", "DescribeValidDBInstanceModificationsCommand")
|
|
@@ -661,11 +659,11 @@ class DescribeValidDBInstanceModificationsCommand extends smithyClient.Command
|
|
|
661
659
|
.build() {
|
|
662
660
|
}
|
|
663
661
|
|
|
664
|
-
class FailoverDBClusterCommand extends
|
|
662
|
+
class FailoverDBClusterCommand extends client.Command
|
|
665
663
|
.classBuilder()
|
|
666
664
|
.ep(commonParams)
|
|
667
665
|
.m(function (Command, cs, config, o) {
|
|
668
|
-
return [
|
|
666
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
669
667
|
})
|
|
670
668
|
.s("AmazonRDSv19", "FailoverDBCluster", {})
|
|
671
669
|
.n("NeptuneClient", "FailoverDBClusterCommand")
|
|
@@ -673,11 +671,11 @@ class FailoverDBClusterCommand extends smithyClient.Command
|
|
|
673
671
|
.build() {
|
|
674
672
|
}
|
|
675
673
|
|
|
676
|
-
class FailoverGlobalClusterCommand extends
|
|
674
|
+
class FailoverGlobalClusterCommand extends client.Command
|
|
677
675
|
.classBuilder()
|
|
678
676
|
.ep(commonParams)
|
|
679
677
|
.m(function (Command, cs, config, o) {
|
|
680
|
-
return [
|
|
678
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
681
679
|
})
|
|
682
680
|
.s("AmazonRDSv19", "FailoverGlobalCluster", {})
|
|
683
681
|
.n("NeptuneClient", "FailoverGlobalClusterCommand")
|
|
@@ -685,11 +683,11 @@ class FailoverGlobalClusterCommand extends smithyClient.Command
|
|
|
685
683
|
.build() {
|
|
686
684
|
}
|
|
687
685
|
|
|
688
|
-
class ListTagsForResourceCommand extends
|
|
686
|
+
class ListTagsForResourceCommand extends client.Command
|
|
689
687
|
.classBuilder()
|
|
690
688
|
.ep(commonParams)
|
|
691
689
|
.m(function (Command, cs, config, o) {
|
|
692
|
-
return [
|
|
690
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
693
691
|
})
|
|
694
692
|
.s("AmazonRDSv19", "ListTagsForResource", {})
|
|
695
693
|
.n("NeptuneClient", "ListTagsForResourceCommand")
|
|
@@ -697,11 +695,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
697
695
|
.build() {
|
|
698
696
|
}
|
|
699
697
|
|
|
700
|
-
class ModifyDBClusterCommand extends
|
|
698
|
+
class ModifyDBClusterCommand extends client.Command
|
|
701
699
|
.classBuilder()
|
|
702
700
|
.ep(commonParams)
|
|
703
701
|
.m(function (Command, cs, config, o) {
|
|
704
|
-
return [
|
|
702
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
705
703
|
})
|
|
706
704
|
.s("AmazonRDSv19", "ModifyDBCluster", {})
|
|
707
705
|
.n("NeptuneClient", "ModifyDBClusterCommand")
|
|
@@ -709,11 +707,11 @@ class ModifyDBClusterCommand extends smithyClient.Command
|
|
|
709
707
|
.build() {
|
|
710
708
|
}
|
|
711
709
|
|
|
712
|
-
class ModifyDBClusterEndpointCommand extends
|
|
710
|
+
class ModifyDBClusterEndpointCommand extends client.Command
|
|
713
711
|
.classBuilder()
|
|
714
712
|
.ep(commonParams)
|
|
715
713
|
.m(function (Command, cs, config, o) {
|
|
716
|
-
return [
|
|
714
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
717
715
|
})
|
|
718
716
|
.s("AmazonRDSv19", "ModifyDBClusterEndpoint", {})
|
|
719
717
|
.n("NeptuneClient", "ModifyDBClusterEndpointCommand")
|
|
@@ -721,11 +719,11 @@ class ModifyDBClusterEndpointCommand extends smithyClient.Command
|
|
|
721
719
|
.build() {
|
|
722
720
|
}
|
|
723
721
|
|
|
724
|
-
class ModifyDBClusterParameterGroupCommand extends
|
|
722
|
+
class ModifyDBClusterParameterGroupCommand extends client.Command
|
|
725
723
|
.classBuilder()
|
|
726
724
|
.ep(commonParams)
|
|
727
725
|
.m(function (Command, cs, config, o) {
|
|
728
|
-
return [
|
|
726
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
729
727
|
})
|
|
730
728
|
.s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
|
|
731
729
|
.n("NeptuneClient", "ModifyDBClusterParameterGroupCommand")
|
|
@@ -733,11 +731,11 @@ class ModifyDBClusterParameterGroupCommand extends smithyClient.Command
|
|
|
733
731
|
.build() {
|
|
734
732
|
}
|
|
735
733
|
|
|
736
|
-
class ModifyDBClusterSnapshotAttributeCommand extends
|
|
734
|
+
class ModifyDBClusterSnapshotAttributeCommand extends client.Command
|
|
737
735
|
.classBuilder()
|
|
738
736
|
.ep(commonParams)
|
|
739
737
|
.m(function (Command, cs, config, o) {
|
|
740
|
-
return [
|
|
738
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
741
739
|
})
|
|
742
740
|
.s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
|
|
743
741
|
.n("NeptuneClient", "ModifyDBClusterSnapshotAttributeCommand")
|
|
@@ -745,11 +743,11 @@ class ModifyDBClusterSnapshotAttributeCommand extends smithyClient.Command
|
|
|
745
743
|
.build() {
|
|
746
744
|
}
|
|
747
745
|
|
|
748
|
-
class ModifyDBInstanceCommand extends
|
|
746
|
+
class ModifyDBInstanceCommand extends client.Command
|
|
749
747
|
.classBuilder()
|
|
750
748
|
.ep(commonParams)
|
|
751
749
|
.m(function (Command, cs, config, o) {
|
|
752
|
-
return [
|
|
750
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
753
751
|
})
|
|
754
752
|
.s("AmazonRDSv19", "ModifyDBInstance", {})
|
|
755
753
|
.n("NeptuneClient", "ModifyDBInstanceCommand")
|
|
@@ -757,11 +755,11 @@ class ModifyDBInstanceCommand extends smithyClient.Command
|
|
|
757
755
|
.build() {
|
|
758
756
|
}
|
|
759
757
|
|
|
760
|
-
class ModifyDBParameterGroupCommand extends
|
|
758
|
+
class ModifyDBParameterGroupCommand extends client.Command
|
|
761
759
|
.classBuilder()
|
|
762
760
|
.ep(commonParams)
|
|
763
761
|
.m(function (Command, cs, config, o) {
|
|
764
|
-
return [
|
|
762
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
765
763
|
})
|
|
766
764
|
.s("AmazonRDSv19", "ModifyDBParameterGroup", {})
|
|
767
765
|
.n("NeptuneClient", "ModifyDBParameterGroupCommand")
|
|
@@ -769,11 +767,11 @@ class ModifyDBParameterGroupCommand extends smithyClient.Command
|
|
|
769
767
|
.build() {
|
|
770
768
|
}
|
|
771
769
|
|
|
772
|
-
class ModifyDBSubnetGroupCommand extends
|
|
770
|
+
class ModifyDBSubnetGroupCommand extends client.Command
|
|
773
771
|
.classBuilder()
|
|
774
772
|
.ep(commonParams)
|
|
775
773
|
.m(function (Command, cs, config, o) {
|
|
776
|
-
return [
|
|
774
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
777
775
|
})
|
|
778
776
|
.s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
|
|
779
777
|
.n("NeptuneClient", "ModifyDBSubnetGroupCommand")
|
|
@@ -781,11 +779,11 @@ class ModifyDBSubnetGroupCommand extends smithyClient.Command
|
|
|
781
779
|
.build() {
|
|
782
780
|
}
|
|
783
781
|
|
|
784
|
-
class ModifyEventSubscriptionCommand extends
|
|
782
|
+
class ModifyEventSubscriptionCommand extends client.Command
|
|
785
783
|
.classBuilder()
|
|
786
784
|
.ep(commonParams)
|
|
787
785
|
.m(function (Command, cs, config, o) {
|
|
788
|
-
return [
|
|
786
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
789
787
|
})
|
|
790
788
|
.s("AmazonRDSv19", "ModifyEventSubscription", {})
|
|
791
789
|
.n("NeptuneClient", "ModifyEventSubscriptionCommand")
|
|
@@ -793,11 +791,11 @@ class ModifyEventSubscriptionCommand extends smithyClient.Command
|
|
|
793
791
|
.build() {
|
|
794
792
|
}
|
|
795
793
|
|
|
796
|
-
class ModifyGlobalClusterCommand extends
|
|
794
|
+
class ModifyGlobalClusterCommand extends client.Command
|
|
797
795
|
.classBuilder()
|
|
798
796
|
.ep(commonParams)
|
|
799
797
|
.m(function (Command, cs, config, o) {
|
|
800
|
-
return [
|
|
798
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
801
799
|
})
|
|
802
800
|
.s("AmazonRDSv19", "ModifyGlobalCluster", {})
|
|
803
801
|
.n("NeptuneClient", "ModifyGlobalClusterCommand")
|
|
@@ -805,11 +803,11 @@ class ModifyGlobalClusterCommand extends smithyClient.Command
|
|
|
805
803
|
.build() {
|
|
806
804
|
}
|
|
807
805
|
|
|
808
|
-
class PromoteReadReplicaDBClusterCommand extends
|
|
806
|
+
class PromoteReadReplicaDBClusterCommand extends client.Command
|
|
809
807
|
.classBuilder()
|
|
810
808
|
.ep(commonParams)
|
|
811
809
|
.m(function (Command, cs, config, o) {
|
|
812
|
-
return [
|
|
810
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
813
811
|
})
|
|
814
812
|
.s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {})
|
|
815
813
|
.n("NeptuneClient", "PromoteReadReplicaDBClusterCommand")
|
|
@@ -817,11 +815,11 @@ class PromoteReadReplicaDBClusterCommand extends smithyClient.Command
|
|
|
817
815
|
.build() {
|
|
818
816
|
}
|
|
819
817
|
|
|
820
|
-
class RebootDBInstanceCommand extends
|
|
818
|
+
class RebootDBInstanceCommand extends client.Command
|
|
821
819
|
.classBuilder()
|
|
822
820
|
.ep(commonParams)
|
|
823
821
|
.m(function (Command, cs, config, o) {
|
|
824
|
-
return [
|
|
822
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
825
823
|
})
|
|
826
824
|
.s("AmazonRDSv19", "RebootDBInstance", {})
|
|
827
825
|
.n("NeptuneClient", "RebootDBInstanceCommand")
|
|
@@ -829,11 +827,11 @@ class RebootDBInstanceCommand extends smithyClient.Command
|
|
|
829
827
|
.build() {
|
|
830
828
|
}
|
|
831
829
|
|
|
832
|
-
class RemoveFromGlobalClusterCommand extends
|
|
830
|
+
class RemoveFromGlobalClusterCommand extends client.Command
|
|
833
831
|
.classBuilder()
|
|
834
832
|
.ep(commonParams)
|
|
835
833
|
.m(function (Command, cs, config, o) {
|
|
836
|
-
return [
|
|
834
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
837
835
|
})
|
|
838
836
|
.s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
|
|
839
837
|
.n("NeptuneClient", "RemoveFromGlobalClusterCommand")
|
|
@@ -841,11 +839,11 @@ class RemoveFromGlobalClusterCommand extends smithyClient.Command
|
|
|
841
839
|
.build() {
|
|
842
840
|
}
|
|
843
841
|
|
|
844
|
-
class RemoveRoleFromDBClusterCommand extends
|
|
842
|
+
class RemoveRoleFromDBClusterCommand extends client.Command
|
|
845
843
|
.classBuilder()
|
|
846
844
|
.ep(commonParams)
|
|
847
845
|
.m(function (Command, cs, config, o) {
|
|
848
|
-
return [
|
|
846
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
849
847
|
})
|
|
850
848
|
.s("AmazonRDSv19", "RemoveRoleFromDBCluster", {})
|
|
851
849
|
.n("NeptuneClient", "RemoveRoleFromDBClusterCommand")
|
|
@@ -853,11 +851,11 @@ class RemoveRoleFromDBClusterCommand extends smithyClient.Command
|
|
|
853
851
|
.build() {
|
|
854
852
|
}
|
|
855
853
|
|
|
856
|
-
class RemoveSourceIdentifierFromSubscriptionCommand extends
|
|
854
|
+
class RemoveSourceIdentifierFromSubscriptionCommand extends client.Command
|
|
857
855
|
.classBuilder()
|
|
858
856
|
.ep(commonParams)
|
|
859
857
|
.m(function (Command, cs, config, o) {
|
|
860
|
-
return [
|
|
858
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
861
859
|
})
|
|
862
860
|
.s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
|
|
863
861
|
.n("NeptuneClient", "RemoveSourceIdentifierFromSubscriptionCommand")
|
|
@@ -865,11 +863,11 @@ class RemoveSourceIdentifierFromSubscriptionCommand extends smithyClient.Command
|
|
|
865
863
|
.build() {
|
|
866
864
|
}
|
|
867
865
|
|
|
868
|
-
class RemoveTagsFromResourceCommand extends
|
|
866
|
+
class RemoveTagsFromResourceCommand extends client.Command
|
|
869
867
|
.classBuilder()
|
|
870
868
|
.ep(commonParams)
|
|
871
869
|
.m(function (Command, cs, config, o) {
|
|
872
|
-
return [
|
|
870
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
873
871
|
})
|
|
874
872
|
.s("AmazonRDSv19", "RemoveTagsFromResource", {})
|
|
875
873
|
.n("NeptuneClient", "RemoveTagsFromResourceCommand")
|
|
@@ -877,11 +875,11 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
|
|
|
877
875
|
.build() {
|
|
878
876
|
}
|
|
879
877
|
|
|
880
|
-
class ResetDBClusterParameterGroupCommand extends
|
|
878
|
+
class ResetDBClusterParameterGroupCommand extends client.Command
|
|
881
879
|
.classBuilder()
|
|
882
880
|
.ep(commonParams)
|
|
883
881
|
.m(function (Command, cs, config, o) {
|
|
884
|
-
return [
|
|
882
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
885
883
|
})
|
|
886
884
|
.s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
|
|
887
885
|
.n("NeptuneClient", "ResetDBClusterParameterGroupCommand")
|
|
@@ -889,11 +887,11 @@ class ResetDBClusterParameterGroupCommand extends smithyClient.Command
|
|
|
889
887
|
.build() {
|
|
890
888
|
}
|
|
891
889
|
|
|
892
|
-
class ResetDBParameterGroupCommand extends
|
|
890
|
+
class ResetDBParameterGroupCommand extends client.Command
|
|
893
891
|
.classBuilder()
|
|
894
892
|
.ep(commonParams)
|
|
895
893
|
.m(function (Command, cs, config, o) {
|
|
896
|
-
return [
|
|
894
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
897
895
|
})
|
|
898
896
|
.s("AmazonRDSv19", "ResetDBParameterGroup", {})
|
|
899
897
|
.n("NeptuneClient", "ResetDBParameterGroupCommand")
|
|
@@ -901,11 +899,11 @@ class ResetDBParameterGroupCommand extends smithyClient.Command
|
|
|
901
899
|
.build() {
|
|
902
900
|
}
|
|
903
901
|
|
|
904
|
-
class RestoreDBClusterFromSnapshotCommand extends
|
|
902
|
+
class RestoreDBClusterFromSnapshotCommand extends client.Command
|
|
905
903
|
.classBuilder()
|
|
906
904
|
.ep(commonParams)
|
|
907
905
|
.m(function (Command, cs, config, o) {
|
|
908
|
-
return [
|
|
906
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
909
907
|
})
|
|
910
908
|
.s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
|
|
911
909
|
.n("NeptuneClient", "RestoreDBClusterFromSnapshotCommand")
|
|
@@ -913,11 +911,11 @@ class RestoreDBClusterFromSnapshotCommand extends smithyClient.Command
|
|
|
913
911
|
.build() {
|
|
914
912
|
}
|
|
915
913
|
|
|
916
|
-
class RestoreDBClusterToPointInTimeCommand extends
|
|
914
|
+
class RestoreDBClusterToPointInTimeCommand extends client.Command
|
|
917
915
|
.classBuilder()
|
|
918
916
|
.ep(commonParams)
|
|
919
917
|
.m(function (Command, cs, config, o) {
|
|
920
|
-
return [
|
|
918
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
921
919
|
})
|
|
922
920
|
.s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
|
|
923
921
|
.n("NeptuneClient", "RestoreDBClusterToPointInTimeCommand")
|
|
@@ -925,11 +923,11 @@ class RestoreDBClusterToPointInTimeCommand extends smithyClient.Command
|
|
|
925
923
|
.build() {
|
|
926
924
|
}
|
|
927
925
|
|
|
928
|
-
class StartDBClusterCommand extends
|
|
926
|
+
class StartDBClusterCommand extends client.Command
|
|
929
927
|
.classBuilder()
|
|
930
928
|
.ep(commonParams)
|
|
931
929
|
.m(function (Command, cs, config, o) {
|
|
932
|
-
return [
|
|
930
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
933
931
|
})
|
|
934
932
|
.s("AmazonRDSv19", "StartDBCluster", {})
|
|
935
933
|
.n("NeptuneClient", "StartDBClusterCommand")
|
|
@@ -937,11 +935,11 @@ class StartDBClusterCommand extends smithyClient.Command
|
|
|
937
935
|
.build() {
|
|
938
936
|
}
|
|
939
937
|
|
|
940
|
-
class StopDBClusterCommand extends
|
|
938
|
+
class StopDBClusterCommand extends client.Command
|
|
941
939
|
.classBuilder()
|
|
942
940
|
.ep(commonParams)
|
|
943
941
|
.m(function (Command, cs, config, o) {
|
|
944
|
-
return [
|
|
942
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
945
943
|
})
|
|
946
944
|
.s("AmazonRDSv19", "StopDBCluster", {})
|
|
947
945
|
.n("NeptuneClient", "StopDBClusterCommand")
|
|
@@ -949,11 +947,11 @@ class StopDBClusterCommand extends smithyClient.Command
|
|
|
949
947
|
.build() {
|
|
950
948
|
}
|
|
951
949
|
|
|
952
|
-
class SwitchoverGlobalClusterCommand extends
|
|
950
|
+
class SwitchoverGlobalClusterCommand extends client.Command
|
|
953
951
|
.classBuilder()
|
|
954
952
|
.ep(commonParams)
|
|
955
953
|
.m(function (Command, cs, config, o) {
|
|
956
|
-
return [
|
|
954
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
957
955
|
})
|
|
958
956
|
.s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
|
|
959
957
|
.n("NeptuneClient", "SwitchoverGlobalClusterCommand")
|
|
@@ -993,10 +991,10 @@ const paginateDescribeOrderableDBInstanceOptions = core.createPaginator(NeptuneC
|
|
|
993
991
|
|
|
994
992
|
const paginateDescribePendingMaintenanceActions = core.createPaginator(NeptuneClient, DescribePendingMaintenanceActionsCommand, "Marker", "Marker", "MaxRecords");
|
|
995
993
|
|
|
996
|
-
const checkState$1 = async (client, input) => {
|
|
994
|
+
const checkState$1 = async (client$1, input) => {
|
|
997
995
|
let reason;
|
|
998
996
|
try {
|
|
999
|
-
let result = await client.send(new DescribeDBInstancesCommand(input));
|
|
997
|
+
let result = await client$1.send(new DescribeDBInstancesCommand(input));
|
|
1000
998
|
reason = result;
|
|
1001
999
|
try {
|
|
1002
1000
|
const returnComparator = () => {
|
|
@@ -1011,7 +1009,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1011
1009
|
allStringEq_5 = allStringEq_5 && (element_4 == "available");
|
|
1012
1010
|
}
|
|
1013
1011
|
if (allStringEq_5) {
|
|
1014
|
-
return { state:
|
|
1012
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1015
1013
|
}
|
|
1016
1014
|
}
|
|
1017
1015
|
catch (e) { }
|
|
@@ -1025,7 +1023,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1025
1023
|
};
|
|
1026
1024
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1027
1025
|
if (anyStringEq_4 == "deleted") {
|
|
1028
|
-
return { state:
|
|
1026
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1029
1027
|
}
|
|
1030
1028
|
}
|
|
1031
1029
|
}
|
|
@@ -1040,7 +1038,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1040
1038
|
};
|
|
1041
1039
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1042
1040
|
if (anyStringEq_4 == "deleting") {
|
|
1043
|
-
return { state:
|
|
1041
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1044
1042
|
}
|
|
1045
1043
|
}
|
|
1046
1044
|
}
|
|
@@ -1055,7 +1053,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1055
1053
|
};
|
|
1056
1054
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1057
1055
|
if (anyStringEq_4 == "failed") {
|
|
1058
|
-
return { state:
|
|
1056
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1059
1057
|
}
|
|
1060
1058
|
}
|
|
1061
1059
|
}
|
|
@@ -1070,7 +1068,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1070
1068
|
};
|
|
1071
1069
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1072
1070
|
if (anyStringEq_4 == "incompatible-restore") {
|
|
1073
|
-
return { state:
|
|
1071
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1074
1072
|
}
|
|
1075
1073
|
}
|
|
1076
1074
|
}
|
|
@@ -1085,7 +1083,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1085
1083
|
};
|
|
1086
1084
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1087
1085
|
if (anyStringEq_4 == "incompatible-parameters") {
|
|
1088
|
-
return { state:
|
|
1086
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1089
1087
|
}
|
|
1090
1088
|
}
|
|
1091
1089
|
}
|
|
@@ -1094,22 +1092,22 @@ const checkState$1 = async (client, input) => {
|
|
|
1094
1092
|
catch (exception) {
|
|
1095
1093
|
reason = exception;
|
|
1096
1094
|
}
|
|
1097
|
-
return { state:
|
|
1095
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1098
1096
|
};
|
|
1099
1097
|
const waitForDBInstanceAvailable = async (params, input) => {
|
|
1100
1098
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1101
|
-
return
|
|
1099
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1102
1100
|
};
|
|
1103
1101
|
const waitUntilDBInstanceAvailable = async (params, input) => {
|
|
1104
1102
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1105
|
-
const result = await
|
|
1106
|
-
return
|
|
1103
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1104
|
+
return client.checkExceptions(result);
|
|
1107
1105
|
};
|
|
1108
1106
|
|
|
1109
|
-
const checkState = async (client, input) => {
|
|
1107
|
+
const checkState = async (client$1, input) => {
|
|
1110
1108
|
let reason;
|
|
1111
1109
|
try {
|
|
1112
|
-
let result = await client.send(new DescribeDBInstancesCommand(input));
|
|
1110
|
+
let result = await client$1.send(new DescribeDBInstancesCommand(input));
|
|
1113
1111
|
reason = result;
|
|
1114
1112
|
try {
|
|
1115
1113
|
const returnComparator = () => {
|
|
@@ -1124,7 +1122,7 @@ const checkState = async (client, input) => {
|
|
|
1124
1122
|
allStringEq_5 = allStringEq_5 && (element_4 == "deleted");
|
|
1125
1123
|
}
|
|
1126
1124
|
if (allStringEq_5) {
|
|
1127
|
-
return { state:
|
|
1125
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1128
1126
|
}
|
|
1129
1127
|
}
|
|
1130
1128
|
catch (e) { }
|
|
@@ -1138,7 +1136,7 @@ const checkState = async (client, input) => {
|
|
|
1138
1136
|
};
|
|
1139
1137
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1140
1138
|
if (anyStringEq_4 == "creating") {
|
|
1141
|
-
return { state:
|
|
1139
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1142
1140
|
}
|
|
1143
1141
|
}
|
|
1144
1142
|
}
|
|
@@ -1153,7 +1151,7 @@ const checkState = async (client, input) => {
|
|
|
1153
1151
|
};
|
|
1154
1152
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1155
1153
|
if (anyStringEq_4 == "modifying") {
|
|
1156
|
-
return { state:
|
|
1154
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1157
1155
|
}
|
|
1158
1156
|
}
|
|
1159
1157
|
}
|
|
@@ -1168,7 +1166,7 @@ const checkState = async (client, input) => {
|
|
|
1168
1166
|
};
|
|
1169
1167
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1170
1168
|
if (anyStringEq_4 == "rebooting") {
|
|
1171
|
-
return { state:
|
|
1169
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1172
1170
|
}
|
|
1173
1171
|
}
|
|
1174
1172
|
}
|
|
@@ -1183,7 +1181,7 @@ const checkState = async (client, input) => {
|
|
|
1183
1181
|
};
|
|
1184
1182
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1185
1183
|
if (anyStringEq_4 == "resetting-master-credentials") {
|
|
1186
|
-
return { state:
|
|
1184
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1187
1185
|
}
|
|
1188
1186
|
}
|
|
1189
1187
|
}
|
|
@@ -1192,19 +1190,19 @@ const checkState = async (client, input) => {
|
|
|
1192
1190
|
catch (exception) {
|
|
1193
1191
|
reason = exception;
|
|
1194
1192
|
if (exception.name === "DBInstanceNotFoundFault") {
|
|
1195
|
-
return { state:
|
|
1193
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1196
1194
|
}
|
|
1197
1195
|
}
|
|
1198
|
-
return { state:
|
|
1196
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1199
1197
|
};
|
|
1200
1198
|
const waitForDBInstanceDeleted = async (params, input) => {
|
|
1201
1199
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1202
|
-
return
|
|
1200
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1203
1201
|
};
|
|
1204
1202
|
const waitUntilDBInstanceDeleted = async (params, input) => {
|
|
1205
1203
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1206
|
-
const result = await
|
|
1207
|
-
return
|
|
1204
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1205
|
+
return client.checkExceptions(result);
|
|
1208
1206
|
};
|
|
1209
1207
|
|
|
1210
1208
|
const commands = {
|
|
@@ -1303,7 +1301,7 @@ const waiters = {
|
|
|
1303
1301
|
};
|
|
1304
1302
|
class Neptune extends NeptuneClient {
|
|
1305
1303
|
}
|
|
1306
|
-
|
|
1304
|
+
client.createAggregatedClient(commands, Neptune, { paginators, waiters });
|
|
1307
1305
|
|
|
1308
1306
|
const FailoverStatus = {
|
|
1309
1307
|
CANCELLING: "cancelling",
|
|
@@ -1323,8 +1321,8 @@ const SourceType = {
|
|
|
1323
1321
|
db_snapshot: "db-snapshot",
|
|
1324
1322
|
};
|
|
1325
1323
|
|
|
1326
|
-
exports.$Command =
|
|
1327
|
-
exports.__Client =
|
|
1324
|
+
exports.$Command = client.Command;
|
|
1325
|
+
exports.__Client = client.Client;
|
|
1328
1326
|
exports.NeptuneServiceException = NeptuneServiceException.NeptuneServiceException;
|
|
1329
1327
|
exports.AddRoleToDBClusterCommand = AddRoleToDBClusterCommand;
|
|
1330
1328
|
exports.AddSourceIdentifierToSubscriptionCommand = AddSourceIdentifierToSubscriptionCommand;
|