@aws-sdk/client-elasticache 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +83 -753
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
- package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
- package/dist-es/commands/CompleteMigrationCommand.js +2 -14
- package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CopySnapshotCommand.js +2 -14
- package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/CreateUserGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
- package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeUsersCommand.js +2 -14
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
- package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
- package/dist-es/commands/ModifyUserCommand.js +2 -14
- package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/StartMigrationCommand.js +2 -14
- package/dist-es/commands/TestFailoverCommand.js +2 -14
- package/dist-es/commands/TestMigrationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
- package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateGlobalReplicationGroupMessage, CreateGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateGlobalReplicationGroupCommandInput extends CreateGlobalRe
|
|
|
22
19
|
export interface CreateGlobalReplicationGroupCommandOutput extends CreateGlobalReplicationGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateGlobalReplicationGroupCommand_base: {
|
|
25
|
-
new (input: CreateGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Global Datastore offers fully managed, fast, reliable and secure
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateReplicationGroupMessage, CreateReplicationGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReplicationGroupCommandInput extends CreateReplicationGro
|
|
|
22
19
|
export interface CreateReplicationGroupCommandOutput extends CreateReplicationGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReplicationGroupCommand_base: {
|
|
25
|
-
new (input: CreateReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a Valkey or Redis OSS (cluster mode disabled) or a Valkey or Redis OSS (cluster mode enabled) replication
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateServerlessCacheRequest, CreateServerlessCacheResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateServerlessCacheCommandInput extends CreateServerlessCache
|
|
|
22
19
|
export interface CreateServerlessCacheCommandOutput extends CreateServerlessCacheResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateServerlessCacheCommand_base: {
|
|
25
|
-
new (input: CreateServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a serverless cache.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateServerlessCacheSnapshotRequest, CreateServerlessCacheSnapshotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateServerlessCacheSnapshotCommandInput extends CreateServerl
|
|
|
22
19
|
export interface CreateServerlessCacheSnapshotCommandOutput extends CreateServerlessCacheSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateServerlessCacheSnapshotCommand_base: {
|
|
25
|
-
new (input: CreateServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateSnapshotMessage, CreateSnapshotResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSnapshotCommandInput extends CreateSnapshotMessage {
|
|
|
22
19
|
export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSnapshotCommand_base: {
|
|
25
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a copy of an entire cluster or replication group at a specific moment in
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateUserMessage, User } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateUserCommandInput extends CreateUserMessage {
|
|
|
22
19
|
export interface CreateUserCommandOutput extends User, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateUserCommand_base: {
|
|
25
|
-
new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1: Creates a user. For more information, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateUserGroupMessage, UserGroup } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateUserGroupCommandInput extends CreateUserGroupMessage {
|
|
|
22
19
|
export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateUserGroupCommand_base: {
|
|
25
|
-
new (input: CreateUserGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateUserGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateUserGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateUserGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1: Creates a user group. For more
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DecreaseNodeGroupsInGlobalReplicationGroupMessage, DecreaseNodeGroupsInGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandInput extends
|
|
|
22
19
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends DecreaseNodeGroupsInGlobalReplicationGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DecreaseNodeGroupsInGlobalReplicationGroupCommand_base: {
|
|
25
|
-
new (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Decreases the number of node groups in a Global datastore</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DecreaseReplicaCountMessage, DecreaseReplicaCountResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DecreaseReplicaCountCommandInput extends DecreaseReplicaCountMe
|
|
|
22
19
|
export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DecreaseReplicaCountCommand_base: {
|
|
25
|
-
new (input: DecreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DecreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DecreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DecreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Dynamically decreases the number of replicas in a Valkey or Redis OSS (cluster mode disabled)
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteCacheClusterMessage, DeleteCacheClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCacheClusterCommandInput extends DeleteCacheClusterMessag
|
|
|
22
19
|
export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCacheClusterCommand_base: {
|
|
25
|
-
new (input: DeleteCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a previously provisioned cluster. <code>DeleteCacheCluster</code> deletes all
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteCacheParameterGroupMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCacheParameterGroupCommandInput extends DeleteCacheParame
|
|
|
22
19
|
export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCacheParameterGroupCommand_base: {
|
|
25
|
-
new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified cache parameter group. You cannot delete a cache parameter group
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteCacheSecurityGroupMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCacheSecurityGroupCommandInput extends DeleteCacheSecurit
|
|
|
22
19
|
export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCacheSecurityGroupCommand_base: {
|
|
25
|
-
new (input: DeleteCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a cache security group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteCacheSubnetGroupMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCacheSubnetGroupCommandInput extends DeleteCacheSubnetGro
|
|
|
22
19
|
export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCacheSubnetGroupCommand_base: {
|
|
25
|
-
new (input: DeleteCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a cache subnet group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteGlobalReplicationGroupMessage, DeleteGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteGlobalReplicationGroupCommandInput extends DeleteGlobalRe
|
|
|
22
19
|
export interface DeleteGlobalReplicationGroupCommandOutput extends DeleteGlobalReplicationGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteGlobalReplicationGroupCommand_base: {
|
|
25
|
-
new (input: DeleteGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deleting a Global datastore is a two-step process: </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteReplicationGroupMessage, DeleteReplicationGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteReplicationGroupCommandInput extends DeleteReplicationGro
|
|
|
22
19
|
export interface DeleteReplicationGroupCommandOutput extends DeleteReplicationGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteReplicationGroupCommand_base: {
|
|
25
|
-
new (input: DeleteReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing replication group. By default, this operation deletes the entire
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteServerlessCacheRequest, DeleteServerlessCacheResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteServerlessCacheCommandInput extends DeleteServerlessCache
|
|
|
22
19
|
export interface DeleteServerlessCacheCommandOutput extends DeleteServerlessCacheResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteServerlessCacheCommand_base: {
|
|
25
|
-
new (input: DeleteServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a specified existing serverless cache.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteServerlessCacheSnapshotRequest, DeleteServerlessCacheSnapshotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteServerlessCacheSnapshotCommandInput extends DeleteServerl
|
|
|
22
19
|
export interface DeleteServerlessCacheSnapshotCommandOutput extends DeleteServerlessCacheSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteServerlessCacheSnapshotCommand_base: {
|
|
25
|
-
new (input: DeleteServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteSnapshotMessage, DeleteSnapshotResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotMessage {
|
|
|
22
19
|
export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSnapshotCommand_base: {
|
|
25
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing snapshot. When you receive a successful response from this
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteUserMessage, User } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteUserCommandInput extends DeleteUserMessage {
|
|
|
22
19
|
export interface DeleteUserCommandOutput extends User, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteUserCommand_base: {
|
|
25
|
-
new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteUserCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Deletes a user. The user will be removed from
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { DeleteUserGroupMessage, UserGroup } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteUserGroupCommandInput extends DeleteUserGroupMessage {
|
|
|
22
19
|
export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteUserGroupCommand_base: {
|
|
25
|
-
new (input: DeleteUserGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteUserGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteUserGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteUserGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Deletes a user group. The user group must first
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CacheClusterMessage, DescribeCacheClustersMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCacheClustersCommandInput extends DescribeCacheClusters
|
|
|
22
19
|
export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCacheClustersCommand_base: {
|
|
25
|
-
new (input: DescribeCacheClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeCacheClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCacheClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeCacheClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about all provisioned clusters if no cluster identifier is
|