@aws-sdk/client-neptune 3.1044.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RemoveFromGlobalClusterCommandInput extends RemoveFromGlobalClu
|
|
|
22
22
|
export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalClusterResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveFromGlobalClusterCommand_base: {
|
|
25
|
-
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Detaches a Neptune DB cluster from a Neptune global database. A secondary
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RemoveRoleFromDBClusterMessage } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RemoveRoleFromDBClusterCommandInput extends RemoveRoleFromDBClu
|
|
|
22
22
|
export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveRoleFromDBClusterCommand_base: {
|
|
25
|
-
new (input: RemoveRoleFromDBClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveRoleFromDBClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveRoleFromDBClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveRoleFromDBClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an Identity and Access Management (IAM) role from a DB cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RemoveSourceIdentifierFromSubscriptionMessage, RemoveSourceIdentifierFromSubscriptionResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandInput extends Remo
|
|
|
22
22
|
export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends RemoveSourceIdentifierFromSubscriptionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
25
|
-
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a source identifier from an existing event notification subscription.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RemoveTagsFromResourceMessage } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
|
|
|
22
22
|
export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveTagsFromResourceCommand_base: {
|
|
25
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes metadata tags from an Amazon Neptune resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface ResetDBClusterParameterGroupCommandInput extends ResetDBCluster
|
|
|
22
22
|
export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetDBClusterParameterGroupCommand_base: {
|
|
25
|
-
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Modifies the parameters of a DB cluster parameter group to the default value. To reset
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface ResetDBParameterGroupCommandInput extends ResetDBParameterGroup
|
|
|
22
22
|
export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupNameMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetDBParameterGroupCommand_base: {
|
|
25
|
-
new (input: ResetDBParameterGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetDBParameterGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetDBParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ResetDBParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the parameters of a DB parameter group to the engine/system default value. To
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClust
|
|
|
22
22
|
export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
25
|
-
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/
|
|
26
|
-
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClus
|
|
|
22
22
|
export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
25
|
-
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface StartDBClusterCommandInput extends StartDBClusterMessage {
|
|
|
22
22
|
export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartDBClusterCommand_base: {
|
|
25
|
-
new (input: StartDBClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartDBClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts an Amazon Neptune DB cluster that was stopped using the Amazon
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface StopDBClusterCommandInput extends StopDBClusterMessage {
|
|
|
22
22
|
export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopDBClusterCommand_base: {
|
|
25
|
-
new (input: StopDBClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopDBClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops an Amazon Neptune DB cluster. When you stop a DB cluster, Neptune
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SwitchoverGlobalClusterMessage, SwitchoverGlobalClusterResult } from "../models/models_0";
|
|
4
4
|
import type { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient";
|
|
@@ -22,9 +22,11 @@ export interface SwitchoverGlobalClusterCommandInput extends SwitchoverGlobalClu
|
|
|
22
22
|
export interface SwitchoverGlobalClusterCommandOutput extends SwitchoverGlobalClusterResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SwitchoverGlobalClusterCommand_base: {
|
|
25
|
-
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Switches over the specified secondary DB cluster to be the new primary DB cluster in the global
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { NeptuneServiceException as __BaseException } from "./NeptuneServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>
|
|
@@ -5,13 +5,13 @@ import type { NeptuneClientConfig } from "./NeptuneClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: NeptuneClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { NeptuneClientConfig } from "./NeptuneClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: NeptuneClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { NeptuneClientConfig } from "./NeptuneClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: NeptuneClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: NeptuneClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
AddRoleToDBClusterCommandInput,
|
|
10
10
|
AddRoleToDBClusterCommandOutput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AddRoleToDBClusterMessage } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AddRoleToDBClusterCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AddRoleToDBClusterCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AddRoleToDBClusterCommandInput,
|
|
19
19
|
AddRoleToDBClusterCommandOutput,
|
|
20
20
|
NeptuneClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AddRoleToDBClusterCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: AddRoleToDBClusterCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AddRoleToDBClusterCommandInput,
|
|
28
28
|
AddRoleToDBClusterCommandOutput,
|
|
29
29
|
NeptuneClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AddRoleToDBClusterCommand extends AddRoleToDBClusterCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AddSourceIdentifierToSubscriptionMessage,
|
|
@@ -19,7 +19,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput
|
|
|
19
19
|
declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddSourceIdentifierToSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
24
24
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
25
25
|
NeptuneClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddSourceIdentifierToSubscriptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
33
33
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
34
34
|
NeptuneClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AddTagsToResourceMessage } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AddTagsToResourceCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AddTagsToResourceCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AddTagsToResourceCommandInput,
|
|
19
19
|
AddTagsToResourceCommandOutput,
|
|
20
20
|
NeptuneClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: AddTagsToResourceCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AddTagsToResourceCommandInput,
|
|
28
28
|
AddTagsToResourceCommandOutput,
|
|
29
29
|
NeptuneClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplyPendingMaintenanceActionMessage,
|
|
@@ -19,7 +19,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput
|
|
|
19
19
|
declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ApplyPendingMaintenanceActionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ApplyPendingMaintenanceActionCommandInput,
|
|
24
24
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
25
25
|
NeptuneClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ApplyPendingMaintenanceActionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ApplyPendingMaintenanceActionCommandInput,
|
|
33
33
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
34
34
|
NeptuneClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CopyDBClusterParameterGroupMessage,
|
|
@@ -19,7 +19,7 @@ export interface CopyDBClusterParameterGroupCommandOutput
|
|
|
19
19
|
declare const CopyDBClusterParameterGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CopyDBClusterParameterGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CopyDBClusterParameterGroupCommandInput,
|
|
24
24
|
CopyDBClusterParameterGroupCommandOutput,
|
|
25
25
|
NeptuneClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CopyDBClusterParameterGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CopyDBClusterParameterGroupCommandInput,
|
|
33
33
|
CopyDBClusterParameterGroupCommandOutput,
|
|
34
34
|
NeptuneClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CopyDBClusterSnapshotMessage,
|
|
@@ -19,7 +19,7 @@ export interface CopyDBClusterSnapshotCommandOutput
|
|
|
19
19
|
declare const CopyDBClusterSnapshotCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CopyDBClusterSnapshotCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CopyDBClusterSnapshotCommandInput,
|
|
24
24
|
CopyDBClusterSnapshotCommandOutput,
|
|
25
25
|
NeptuneClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CopyDBClusterSnapshotCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CopyDBClusterSnapshotCommandInput,
|
|
33
33
|
CopyDBClusterSnapshotCommandOutput,
|
|
34
34
|
NeptuneClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CopyDBParameterGroupMessage,
|
|
@@ -19,7 +19,7 @@ export interface CopyDBParameterGroupCommandOutput
|
|
|
19
19
|
declare const CopyDBParameterGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CopyDBParameterGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CopyDBParameterGroupCommandInput,
|
|
24
24
|
CopyDBParameterGroupCommandOutput,
|
|
25
25
|
NeptuneClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CopyDBParameterGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CopyDBParameterGroupCommandInput,
|
|
33
33
|
CopyDBParameterGroupCommandOutput,
|
|
34
34
|
NeptuneClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CopyDBParameterGroupCommand extends CopyDBParameterGroupCommand_base {
|
|
41
43
|
protected static __types: {
|