Module Awso_memorydb_syncSource

include module type of struct include Awso_memorydb.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Represents the information required for client programs to connect to the cluster and its nodes.

Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.

Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.

Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).

Provides details of a shard in a snapshot

Sourcemodule PendingModifiedServiceUpdate = Awso_memorydb.Values.PendingModifiedServiceUpdate

Update action that has yet to be processed for the corresponding apply/stop request

Represents the progress of an online resharding operation.

Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with MemoryDB.

The recurring charge to run this reserved node.

Represents a Regional cluster

The status of the ACL update

Sourcemodule PendingModifiedServiceUpdateList = Awso_memorydb.Values.PendingModifiedServiceUpdateList

The status of the online resharding

Represents a single security group and its status.

Represents a collection of nodes in a cluster. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.

Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.

A list of cluster configuration options.

A list of updates being applied to the cluster

Sourcemodule SecurityGroupMembershipList = Awso_memorydb.Values.SecurityGroupMembershipList

Returns the updates being applied to the ACL.

Describes a name-value pair that is used to update the value of a parameter.

A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see Tagging your MemoryDB resources

You create users and assign them specific permissions by using an access string. You assign the users to Access Control Lists aligned with a specific role (administrators, human resources) that are then deployed to one or more MemoryDB clusters.

Used to streamline results of a search based on the property being filtered.

Represents the output of one of the following operations: CreateSubnetGroup UpdateSubnetGroup A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.

Represents a copy of an entire cluster as of the time when the snapshot was taken.

An update that you can apply to your MemoryDB clusters.

Represents the output of a PurchaseReservedNodesOffering operation.

The offering type of this node.

Describes an individual setting that controls some aspect of MemoryDB behavior.

Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.

Describes an individual setting that controls some aspect of MemoryDB behavior across multiple regions.

Sourcemodule MultiRegionParameterGroup = Awso_memorydb.Values.MultiRegionParameterGroup

Represents the output of a CreateMultiRegionParameterGroup operation. A multi-region parameter group represents a collection of parameters that can be applied to clusters across multiple regions.

Represents a multi-Region cluster.

Represents a single occurrence of something interesting within the system. Some examples of events are creating a cluster or adding or removing a node.

Provides details of the Redis OSS engine version

Contains all of the attributes of a specific cluster.

An Access Control List. You can authenticate users with Access Contol Lists. ACLs enable you to control cluster access by grouping users. These Access control lists are designed as a way to organize access to clusters.

A cluster whose updates have failed

Sourcemodule InvalidParameterCombinationException = Awso_memorydb.Values.InvalidParameterCombinationException

The specified parameter combination is not valid.

Sourcemodule InvalidParameterValueException = Awso_memorydb.Values.InvalidParameterValueException

The specified parameter value is not valid.

The user is not in a valid state for the requested operation.

The specified user does not exist.

Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.

The specified subnet is not valid.

Sourcemodule ServiceLinkedRoleNotFoundFault = Awso_memorydb.Values.ServiceLinkedRoleNotFoundFault

The required service-linked role was not found.

Sourcemodule SubnetGroupNotFoundFault = Awso_memorydb.Values.SubnetGroupNotFoundFault

The specified subnet group does not exist.

The subnet is currently in use and cannot be deleted.

The specified subnet is not allowed for this operation.

Sourcemodule SubnetQuotaExceededFault = Awso_memorydb.Values.SubnetQuotaExceededFault

The request cannot be processed because it would exceed the maximum number of subnets allowed.

Sourcemodule InvalidParameterGroupStateFault = Awso_memorydb.Values.InvalidParameterGroupStateFault

The parameter group is not in a valid state for the requested operation.

Sourcemodule ParameterGroupNotFoundFault = Awso_memorydb.Values.ParameterGroupNotFoundFault

The specified parameter group does not exist.

Sourcemodule InvalidMultiRegionClusterStateFault = Awso_memorydb.Values.InvalidMultiRegionClusterStateFault

The requested operation cannot be performed on the multi-Region cluster in its current state.

Sourcemodule MultiRegionClusterNotFoundFault = Awso_memorydb.Values.MultiRegionClusterNotFoundFault

The specified multi-Region cluster does not exist.

Sourcemodule MultiRegionParameterGroupNotFoundFault = Awso_memorydb.Values.MultiRegionParameterGroupNotFoundFault

The specified multi-Region parameter group does not exist.

Sourcemodule ShardConfigurationRequest = Awso_memorydb.Values.ShardConfigurationRequest

A request to configure the sharding properties of a cluster

The specified ACL does not exist.

The specified cluster does not exist.

Sourcemodule ClusterQuotaForCustomerExceededFault = Awso_memorydb.Values.ClusterQuotaForCustomerExceededFault

The request cannot be processed because it would exceed the maximum number of clusters allowed for this customer.

The ACL is not in a valid state for the requested operation.

Sourcemodule InvalidClusterStateFault = Awso_memorydb.Values.InvalidClusterStateFault

The cluster is not in a valid state for the requested operation.

The specified KMS key is not valid or accessible.

The node is not in a valid state for the requested operation.

Sourcemodule InvalidVPCNetworkStateFault = Awso_memorydb.Values.InvalidVPCNetworkStateFault

The VPC network is not in a valid state for the requested operation.

The requested operation would result in no changes.

Sourcemodule NodeQuotaForClusterExceededFault = Awso_memorydb.Values.NodeQuotaForClusterExceededFault

The request cannot be processed because it would exceed the maximum number of nodes allowed for this cluster.

Sourcemodule NodeQuotaForCustomerExceededFault = Awso_memorydb.Values.NodeQuotaForCustomerExceededFault

The request cannot be processed because it would exceed the maximum number of nodes allowed for this customer.

Sourcemodule ShardsPerClusterQuotaExceededFault = Awso_memorydb.Values.ShardsPerClusterQuotaExceededFault

The request cannot be processed because it would exceed the maximum number of shards allowed per cluster.

Sourcemodule ReplicaConfigurationRequest = Awso_memorydb.Values.ReplicaConfigurationRequest

A request to configure the number of replicas in a shard

A default user is required and must be specified.

A user with the specified name already exists.

The specified Amazon Resource Name (ARN) is not valid.

The specified snapshot does not exist.

The specified tag does not exist.

Sourcemodule TagQuotaPerResourceExceeded = Awso_memorydb.Values.TagQuotaPerResourceExceeded

The request cannot be processed because it would exceed the maximum number of tags allowed per resource.

Sourcemodule ReservedNodeAlreadyExistsFault = Awso_memorydb.Values.ReservedNodeAlreadyExistsFault

You already have a reservation with the given identifier.

Sourcemodule ReservedNodeQuotaExceededFault = Awso_memorydb.Values.ReservedNodeQuotaExceededFault

The request cannot be processed because it would exceed the user's node quota.

Sourcemodule ReservedNodesOfferingNotFoundFault = Awso_memorydb.Values.ReservedNodesOfferingNotFoundFault

The requested node offering does not exist.

Sourcemodule APICallRateForCustomerExceededFault = Awso_memorydb.Values.APICallRateForCustomerExceededFault

The customer has exceeded the maximum number of API requests allowed per time period.

The specified shard does not exist.

Sourcemodule TestFailoverNotAvailableFault = Awso_memorydb.Values.TestFailoverNotAvailableFault

Test failover is not available for this cluster configuration.

Sourcemodule ReservedNodeNotFoundFault = Awso_memorydb.Values.ReservedNodeNotFoundFault

The requested node does not exist.

Sourcemodule ReservedNodesOfferingList = Awso_memorydb.Values.ReservedNodesOfferingList
Sourcemodule MultiRegionParametersList = Awso_memorydb.Values.MultiRegionParametersList
Sourcemodule MultiRegionParameterGroupList = Awso_memorydb.Values.MultiRegionParameterGroupList

The subnet group is currently in use and cannot be deleted.

Sourcemodule InvalidSnapshotStateFault = Awso_memorydb.Values.InvalidSnapshotStateFault

The snapshot is not in a valid state for the requested operation.

Sourcemodule SnapshotAlreadyExistsFault = Awso_memorydb.Values.SnapshotAlreadyExistsFault

A snapshot with the specified name already exists.

A user with the specified name already exists.

The request cannot be processed because it would exceed the maximum number of users allowed.

Sourcemodule SubnetGroupAlreadyExistsFault = Awso_memorydb.Values.SubnetGroupAlreadyExistsFault

A subnet group with the specified name already exists.

Sourcemodule SubnetGroupQuotaExceededFault = Awso_memorydb.Values.SubnetGroupQuotaExceededFault

The request cannot be processed because it would exceed the maximum number of subnet groups allowed.

Sourcemodule SnapshotQuotaExceededFault = Awso_memorydb.Values.SnapshotQuotaExceededFault

The request cannot be processed because it would exceed the maximum number of snapshots allowed.

Sourcemodule ParameterGroupAlreadyExistsFault = Awso_memorydb.Values.ParameterGroupAlreadyExistsFault

A parameter group with the specified name already exists.

Sourcemodule ParameterGroupQuotaExceededFault = Awso_memorydb.Values.ParameterGroupQuotaExceededFault

The request cannot be processed because it would exceed the maximum number of parameter groups allowed.

Sourcemodule MultiRegionClusterAlreadyExistsFault = Awso_memorydb.Values.MultiRegionClusterAlreadyExistsFault

A multi-Region cluster with the specified name already exists.

Sourcemodule ClusterAlreadyExistsFault = Awso_memorydb.Values.ClusterAlreadyExistsFault

A cluster with the specified name already exists.

Sourcemodule InsufficientClusterCapacityFault = Awso_memorydb.Values.InsufficientClusterCapacityFault

The cluster does not have sufficient capacity to perform the requested operation.

Sourcemodule InvalidCredentialsException = Awso_memorydb.Values.InvalidCredentialsException

The provided credentials are not valid.

An ACL with the specified name already exists.

The request cannot be processed because it would exceed the maximum number of ACLs allowed.

Sourcemodule ServiceUpdateNotFoundFault = Awso_memorydb.Values.ServiceUpdateNotFoundFault

The specified service update does not exist.

A request to apply a service update

Changes user password(s) and/or access string.

Changes user password(s) and/or access string.

Sourcemodule UpdateSubnetGroupResponse = Awso_memorydb.Values.UpdateSubnetGroupResponse

Updates a subnet group. For more information, see Updating a subnet group

Sourcemodule UpdateSubnetGroupRequest = Awso_memorydb.Values.UpdateSubnetGroupRequest

Updates a subnet group. For more information, see Updating a subnet group

Sourcemodule UpdateParameterGroupResponse = Awso_memorydb.Values.UpdateParameterGroupResponse

Updates the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Sourcemodule UpdateParameterGroupRequest = Awso_memorydb.Values.UpdateParameterGroupRequest

Updates the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Sourcemodule UpdateMultiRegionClusterResponse = Awso_memorydb.Values.UpdateMultiRegionClusterResponse

Updates the configuration of an existing multi-Region cluster.

Sourcemodule UpdateMultiRegionClusterRequest = Awso_memorydb.Values.UpdateMultiRegionClusterRequest

Updates the configuration of an existing multi-Region cluster.

Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration settings by specifying the settings and the new values.

Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration settings by specifying the settings and the new values.

Changes the list of users that belong to the Access Control List.

Changes the list of users that belong to the Access Control List.

Use this operation to remove tags on a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources. You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags.

Use this operation to remove tags on a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources. You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags.

Use this operation to add tags to a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you add tags to multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources. You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags.

Use this operation to add tags to a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you add tags to multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources. You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags.

Sourcemodule ResetParameterGroupResponse = Awso_memorydb.Values.ResetParameterGroupResponse

Modifies the parameters of a parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire parameter group, specify the AllParameters and ParameterGroupName parameters.

Sourcemodule ResetParameterGroupRequest = Awso_memorydb.Values.ResetParameterGroupRequest

Modifies the parameters of a parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire parameter group, specify the AllParameters and ParameterGroupName parameters.

Sourcemodule PurchaseReservedNodesOfferingResponse = Awso_memorydb.Values.PurchaseReservedNodesOfferingResponse

Allows you to purchase a reserved node offering. Reserved nodes are not eligible for cancellation and are non-refundable.

Sourcemodule PurchaseReservedNodesOfferingRequest = Awso_memorydb.Values.PurchaseReservedNodesOfferingRequest

Allows you to purchase a reserved node offering. Reserved nodes are not eligible for cancellation and are non-refundable.

Lists all tags currently on a named resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you add or remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources.

Lists all tags currently on a named resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track your MemoryDB resources. For more information, see Tagging your MemoryDB resources. When you add or remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources.

Sourcemodule ListAllowedNodeTypeUpdatesResponse = Awso_memorydb.Values.ListAllowedNodeTypeUpdatesResponse

Lists all available node types that you can scale to from your cluster's current node type. When you use the UpdateCluster operation to scale your cluster, the value of the NodeType parameter must be one of the node types returned by this operation.

Sourcemodule ListAllowedNodeTypeUpdatesRequest = Awso_memorydb.Values.ListAllowedNodeTypeUpdatesRequest

Lists all available node types that you can scale to from your cluster's current node type. When you use the UpdateCluster operation to scale your cluster, the value of the NodeType parameter must be one of the node types returned by this operation.

Sourcemodule ListAllowedMultiRegionClusterUpdatesResponse = Awso_memorydb.Values.ListAllowedMultiRegionClusterUpdatesResponse

Lists the allowed updates for a multi-Region cluster.

Sourcemodule ListAllowedMultiRegionClusterUpdatesRequest = Awso_memorydb.Values.ListAllowedMultiRegionClusterUpdatesRequest

Lists the allowed updates for a multi-Region cluster.

Used to failover a shard. This API is designed for testing the behavior of your application in case of MemoryDB failover. It is not designed to be used as a production-level tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large scale operational events, Amazon may block this API.

Used to failover a shard. This API is designed for testing the behavior of your application in case of MemoryDB failover. It is not designed to be used as a production-level tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large scale operational events, Amazon may block this API.

Returns a list of users.

Returns a list of users.

Sourcemodule DescribeSubnetGroupsResponse = Awso_memorydb.Values.DescribeSubnetGroupsResponse

Returns a list of subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.

Sourcemodule DescribeSubnetGroupsRequest = Awso_memorydb.Values.DescribeSubnetGroupsRequest

Returns a list of subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.

Sourcemodule DescribeSnapshotsResponse = Awso_memorydb.Values.DescribeSnapshotsResponse

Returns information about cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cluster.

Sourcemodule DescribeSnapshotsRequest = Awso_memorydb.Values.DescribeSnapshotsRequest

Returns information about cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cluster.

Sourcemodule DescribeServiceUpdatesResponse = Awso_memorydb.Values.DescribeServiceUpdatesResponse

Returns details of the service updates.

Sourcemodule DescribeServiceUpdatesRequest = Awso_memorydb.Values.DescribeServiceUpdatesRequest

Returns details of the service updates.

Sourcemodule DescribeReservedNodesResponse = Awso_memorydb.Values.DescribeReservedNodesResponse

Returns information about reserved nodes for this account, or about a specified reserved node.

Sourcemodule DescribeReservedNodesRequest = Awso_memorydb.Values.DescribeReservedNodesRequest

Returns information about reserved nodes for this account, or about a specified reserved node.

Sourcemodule DescribeReservedNodesOfferingsResponse = Awso_memorydb.Values.DescribeReservedNodesOfferingsResponse

Lists available reserved node offerings.

Sourcemodule DescribeReservedNodesOfferingsRequest = Awso_memorydb.Values.DescribeReservedNodesOfferingsRequest

Lists available reserved node offerings.

Sourcemodule DescribeParametersResponse = Awso_memorydb.Values.DescribeParametersResponse

Returns the detailed parameter list for a particular parameter group.

Sourcemodule DescribeParametersRequest = Awso_memorydb.Values.DescribeParametersRequest

Returns the detailed parameter list for a particular parameter group.

Sourcemodule DescribeParameterGroupsResponse = Awso_memorydb.Values.DescribeParameterGroupsResponse

Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.

Sourcemodule DescribeParameterGroupsRequest = Awso_memorydb.Values.DescribeParameterGroupsRequest

Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.

Sourcemodule DescribeMultiRegionParametersResponse = Awso_memorydb.Values.DescribeMultiRegionParametersResponse

Returns the detailed parameter list for a particular multi-region parameter group.

Sourcemodule DescribeMultiRegionParametersRequest = Awso_memorydb.Values.DescribeMultiRegionParametersRequest

Returns the detailed parameter list for a particular multi-region parameter group.

Sourcemodule DescribeMultiRegionParameterGroupsResponse = Awso_memorydb.Values.DescribeMultiRegionParameterGroupsResponse

Returns a list of multi-region parameter groups.

Sourcemodule DescribeMultiRegionParameterGroupsRequest = Awso_memorydb.Values.DescribeMultiRegionParameterGroupsRequest

Returns a list of multi-region parameter groups.

Sourcemodule DescribeMultiRegionClustersResponse = Awso_memorydb.Values.DescribeMultiRegionClustersResponse

Returns details about one or more multi-Region clusters.

Sourcemodule DescribeMultiRegionClustersRequest = Awso_memorydb.Values.DescribeMultiRegionClustersRequest

Returns details about one or more multi-Region clusters.

Returns events related to clusters, security groups, and parameter groups. You can obtain events specific to a particular cluster, security group, or parameter group by providing the name as a parameter. By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Returns events related to clusters, security groups, and parameter groups. You can obtain events specific to a particular cluster, security group, or parameter group by providing the name as a parameter. By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Sourcemodule DescribeEngineVersionsResponse = Awso_memorydb.Values.DescribeEngineVersionsResponse

Returns a list of the available Redis OSS engine versions.

Sourcemodule DescribeEngineVersionsRequest = Awso_memorydb.Values.DescribeEngineVersionsRequest

Returns a list of the available Redis OSS engine versions.

Sourcemodule DescribeClustersResponse = Awso_memorydb.Values.DescribeClustersResponse

Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.

Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.

Returns a list of ACLs.

Returns a list of ACLs.

Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.

Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.

Sourcemodule DeleteSubnetGroupResponse = Awso_memorydb.Values.DeleteSubnetGroupResponse

Deletes a subnet group. You cannot delete a default subnet group or one that is associated with any clusters.

Sourcemodule DeleteSubnetGroupRequest = Awso_memorydb.Values.DeleteSubnetGroupRequest

Deletes a subnet group. You cannot delete a default subnet group or one that is associated with any clusters.

Deletes an existing snapshot. When you receive a successful response from this operation, MemoryDB immediately begins deleting the snapshot; you cannot cancel or revert this operation.

Deletes an existing snapshot. When you receive a successful response from this operation, MemoryDB immediately begins deleting the snapshot; you cannot cancel or revert this operation.

Sourcemodule DeleteParameterGroupResponse = Awso_memorydb.Values.DeleteParameterGroupResponse

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.

Sourcemodule DeleteParameterGroupRequest = Awso_memorydb.Values.DeleteParameterGroupRequest

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.

Sourcemodule DeleteMultiRegionClusterResponse = Awso_memorydb.Values.DeleteMultiRegionClusterResponse

Deletes an existing multi-Region cluster.

Sourcemodule DeleteMultiRegionClusterRequest = Awso_memorydb.Values.DeleteMultiRegionClusterRequest

Deletes an existing multi-Region cluster.

Deletes a cluster. It also deletes all associated nodes and node endpoints. CreateSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.

Deletes a cluster. It also deletes all associated nodes and node endpoints. CreateSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.

Deletes an Access Control List. The ACL must first be disassociated from the cluster before it can be deleted. For more information, see Authenticating users with Access Contol Lists (ACLs).

Deletes an Access Control List. The ACL must first be disassociated from the cluster before it can be deleted. For more information, see Authenticating users with Access Contol Lists (ACLs).

Creates a MemoryDB user. For more information, see Authenticating users with Access Contol Lists (ACLs).

Creates a MemoryDB user. For more information, see Authenticating users with Access Contol Lists (ACLs).

Sourcemodule CreateSubnetGroupResponse = Awso_memorydb.Values.CreateSubnetGroupResponse

Creates a subnet group. A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment. When you create a cluster in an Amazon VPC, you must specify a subnet group. MemoryDB uses that subnet group to choose a subnet and IP addresses within that subnet to associate with your nodes. For more information, see Subnets and subnet groups.

Sourcemodule CreateSubnetGroupRequest = Awso_memorydb.Values.CreateSubnetGroupRequest

Creates a subnet group. A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment. When you create a cluster in an Amazon VPC, you must specify a subnet group. MemoryDB uses that subnet group to choose a subnet and IP addresses within that subnet to associate with your nodes. For more information, see Subnets and subnet groups.

Creates a copy of an entire cluster at a specific moment in time.

Creates a copy of an entire cluster at a specific moment in time.

Sourcemodule CreateParameterGroupResponse = Awso_memorydb.Values.CreateParameterGroupResponse

Creates a new MemoryDB parameter group. A parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster. For more information, see Configuring engine parameters using parameter groups.

Sourcemodule CreateParameterGroupRequest = Awso_memorydb.Values.CreateParameterGroupRequest

Creates a new MemoryDB parameter group. A parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster. For more information, see Configuring engine parameters using parameter groups.

Sourcemodule CreateMultiRegionClusterResponse = Awso_memorydb.Values.CreateMultiRegionClusterResponse

Creates a new multi-Region cluster.

Sourcemodule CreateMultiRegionClusterRequest = Awso_memorydb.Values.CreateMultiRegionClusterRequest

Creates a new multi-Region cluster.

Creates a cluster. All nodes in the cluster run the same protocol-compliant engine software.

Creates a cluster. All nodes in the cluster run the same protocol-compliant engine software.

Creates an Access Control List. For more information, see Authenticating users with Access Contol Lists (ACLs).

Creates an Access Control List. For more information, see Authenticating users with Access Contol Lists (ACLs).

Makes a copy of an existing snapshot.

Makes a copy of an existing snapshot.

Sourcemodule BatchUpdateClusterResponse = Awso_memorydb.Values.BatchUpdateClusterResponse

Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see Applying the service updates.

Sourcemodule BatchUpdateClusterRequest = Awso_memorydb.Values.BatchUpdateClusterRequest

Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see Applying the service updates.