pub struct Client<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Client for Amazon ElastiCache

Client for invoking operations on Amazon ElastiCache. Each operation on Amazon ElastiCache is a method on this this struct. .send() MUST be invoked on the generated operations to dispatch the request to the service.

Examples

Constructing a client and invoking an operation

    // create a shared configuration. This can be used & shared between multiple service clients.
    let shared_config = aws_config::load_from_env().await;
    let client = aws_sdk_elasticache::Client::new(&shared_config);
    // invoke an operation
    /* let rsp = client
        .<operation_name>().
        .<param>("some value")
        .send().await; */

Constructing a client with custom configuration

use aws_config::RetryConfig;
    let shared_config = aws_config::load_from_env().await;
    let config = aws_sdk_elasticache::config::Builder::from(&shared_config)
        .retry_config(RetryConfig::disabled())
        .build();
    let client = aws_sdk_elasticache::Client::from_conf(config);

Implementations

Creates a client with the given service configuration.

Returns the client’s configuration.

Constructs a fluent builder for the AddTagsToResource operation.

See AddTagsToResource for more information about the operation and its arguments.

Constructs a fluent builder for the AuthorizeCacheSecurityGroupIngress operation.

See AuthorizeCacheSecurityGroupIngress for more information about the operation and its arguments.

Constructs a fluent builder for the BatchApplyUpdateAction operation.

See BatchApplyUpdateAction for more information about the operation and its arguments.

Constructs a fluent builder for the BatchStopUpdateAction operation.

See BatchStopUpdateAction for more information about the operation and its arguments.

Constructs a fluent builder for the CompleteMigration operation.

See CompleteMigration for more information about the operation and its arguments.

Constructs a fluent builder for the CopySnapshot operation.

See CopySnapshot for more information about the operation and its arguments.

Constructs a fluent builder for the CreateCacheCluster operation.

See CreateCacheCluster for more information about the operation and its arguments.

Constructs a fluent builder for the CreateCacheParameterGroup operation.

See CreateCacheParameterGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateCacheSecurityGroup operation.

See CreateCacheSecurityGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateCacheSubnetGroup operation.

See CreateCacheSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateGlobalReplicationGroup operation.

See CreateGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateReplicationGroup operation.

See CreateReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateSnapshot operation.

See CreateSnapshot for more information about the operation and its arguments.

Constructs a fluent builder for the CreateUser operation.

See CreateUser for more information about the operation and its arguments.

Constructs a fluent builder for the CreateUserGroup operation.

See CreateUserGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DecreaseNodeGroupsInGlobalReplicationGroup operation.

See DecreaseNodeGroupsInGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DecreaseReplicaCount operation.

See DecreaseReplicaCount for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteCacheCluster operation.

See DeleteCacheCluster for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteCacheParameterGroup operation.

See DeleteCacheParameterGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteCacheSecurityGroup operation.

See DeleteCacheSecurityGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteCacheSubnetGroup operation.

See DeleteCacheSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteGlobalReplicationGroup operation.

See DeleteGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteReplicationGroup operation.

See DeleteReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteSnapshot operation.

See DeleteSnapshot for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteUser operation.

See DeleteUser for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteUserGroup operation.

See DeleteUserGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeCacheClusters operation.

See DescribeCacheClusters for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeCacheEngineVersions operation.

See DescribeCacheEngineVersions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeCacheParameterGroups operation.

See DescribeCacheParameterGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeCacheParameters operation.

See DescribeCacheParameters for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeCacheSecurityGroups operation.

See DescribeCacheSecurityGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeCacheSubnetGroups operation.

See DescribeCacheSubnetGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeEngineDefaultParameters operation.

See DescribeEngineDefaultParameters for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeEvents operation.

See DescribeEvents for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeGlobalReplicationGroups operation.

See DescribeGlobalReplicationGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeReplicationGroups operation.

See DescribeReplicationGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeReservedCacheNodes operation.

See DescribeReservedCacheNodes for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeReservedCacheNodesOfferings operation.

See DescribeReservedCacheNodesOfferings for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeServiceUpdates operation.

See DescribeServiceUpdates for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeSnapshots operation.

See DescribeSnapshots for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeUpdateActions operation.

See DescribeUpdateActions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeUserGroups operation.

See DescribeUserGroups for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DescribeUsers operation.

See DescribeUsers for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the DisassociateGlobalReplicationGroup operation.

See DisassociateGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the FailoverGlobalReplicationGroup operation.

See FailoverGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the IncreaseNodeGroupsInGlobalReplicationGroup operation.

See IncreaseNodeGroupsInGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the IncreaseReplicaCount operation.

See IncreaseReplicaCount for more information about the operation and its arguments.

Constructs a fluent builder for the ListAllowedNodeTypeModifications operation.

See ListAllowedNodeTypeModifications for more information about the operation and its arguments.

Constructs a fluent builder for the ListTagsForResource operation.

See ListTagsForResource for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyCacheCluster operation.

See ModifyCacheCluster for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyCacheParameterGroup operation.

See ModifyCacheParameterGroup for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyCacheSubnetGroup operation.

See ModifyCacheSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyGlobalReplicationGroup operation.

See ModifyGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyReplicationGroup operation.

See ModifyReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyReplicationGroupShardConfiguration operation.

See ModifyReplicationGroupShardConfiguration for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyUser operation.

See ModifyUser for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyUserGroup operation.

See ModifyUserGroup for more information about the operation and its arguments.

Constructs a fluent builder for the PurchaseReservedCacheNodesOffering operation.

See PurchaseReservedCacheNodesOffering for more information about the operation and its arguments.

Constructs a fluent builder for the RebalanceSlotsInGlobalReplicationGroup operation.

See RebalanceSlotsInGlobalReplicationGroup for more information about the operation and its arguments.

Constructs a fluent builder for the RebootCacheCluster operation.

See RebootCacheCluster for more information about the operation and its arguments.

Constructs a fluent builder for the RemoveTagsFromResource operation.

See RemoveTagsFromResource for more information about the operation and its arguments.

Constructs a fluent builder for the ResetCacheParameterGroup operation.

See ResetCacheParameterGroup for more information about the operation and its arguments.

Constructs a fluent builder for the RevokeCacheSecurityGroupIngress operation.

See RevokeCacheSecurityGroupIngress for more information about the operation and its arguments.

Constructs a fluent builder for the StartMigration operation.

See StartMigration for more information about the operation and its arguments.

Constructs a fluent builder for the TestFailover operation.

See TestFailover for more information about the operation and its arguments.

Creates a client with the given service config and connector override.

Creates a new client from a shared config.

Creates a new client from the service Config.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more