{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.MemoryDb.Lens
(
describeClusters_showShardDetails,
describeClusters_nextToken,
describeClusters_clusterName,
describeClusters_maxResults,
describeClustersResponse_nextToken,
describeClustersResponse_clusters,
describeClustersResponse_httpStatus,
batchUpdateCluster_serviceUpdate,
batchUpdateCluster_clusterNames,
batchUpdateClusterResponse_unprocessedClusters,
batchUpdateClusterResponse_processedClusters,
batchUpdateClusterResponse_httpStatus,
describeUsers_filters,
describeUsers_userName,
describeUsers_nextToken,
describeUsers_maxResults,
describeUsersResponse_users,
describeUsersResponse_nextToken,
describeUsersResponse_httpStatus,
describeParameters_nextToken,
describeParameters_maxResults,
describeParameters_parameterGroupName,
describeParametersResponse_nextToken,
describeParametersResponse_parameters,
describeParametersResponse_httpStatus,
deleteACL_aCLName,
deleteACLResponse_acl,
deleteACLResponse_httpStatus,
updateACL_userNamesToAdd,
updateACL_userNamesToRemove,
updateACL_aCLName,
updateACLResponse_acl,
updateACLResponse_httpStatus,
describeEvents_sourceName,
describeEvents_startTime,
describeEvents_sourceType,
describeEvents_nextToken,
describeEvents_endTime,
describeEvents_duration,
describeEvents_maxResults,
describeEventsResponse_nextToken,
describeEventsResponse_events,
describeEventsResponse_httpStatus,
describeEngineVersions_engineVersion,
describeEngineVersions_defaultOnly,
describeEngineVersions_nextToken,
describeEngineVersions_parameterGroupFamily,
describeEngineVersions_maxResults,
describeEngineVersionsResponse_nextToken,
describeEngineVersionsResponse_engineVersions,
describeEngineVersionsResponse_httpStatus,
describeACLs_nextToken,
describeACLs_maxResults,
describeACLs_aCLName,
describeACLsResponse_nextToken,
describeACLsResponse_aCLs,
describeACLsResponse_httpStatus,
createSubnetGroup_description,
createSubnetGroup_tags,
createSubnetGroup_subnetGroupName,
createSubnetGroup_subnetIds,
createSubnetGroupResponse_subnetGroup,
createSubnetGroupResponse_httpStatus,
deleteCluster_finalSnapshotName,
deleteCluster_clusterName,
deleteClusterResponse_cluster,
deleteClusterResponse_httpStatus,
updateCluster_engineVersion,
updateCluster_securityGroupIds,
updateCluster_snsTopicArn,
updateCluster_snapshotWindow,
updateCluster_maintenanceWindow,
updateCluster_shardConfiguration,
updateCluster_snapshotRetentionLimit,
updateCluster_replicaConfiguration,
updateCluster_nodeType,
updateCluster_snsTopicStatus,
updateCluster_description,
updateCluster_aCLName,
updateCluster_parameterGroupName,
updateCluster_clusterName,
updateClusterResponse_cluster,
updateClusterResponse_httpStatus,
createCluster_engineVersion,
createCluster_securityGroupIds,
createCluster_snapshotArns,
createCluster_autoMinorVersionUpgrade,
createCluster_snsTopicArn,
createCluster_snapshotWindow,
createCluster_subnetGroupName,
createCluster_tLSEnabled,
createCluster_numShards,
createCluster_maintenanceWindow,
createCluster_kmsKeyId,
createCluster_snapshotRetentionLimit,
createCluster_snapshotName,
createCluster_description,
createCluster_numReplicasPerShard,
createCluster_tags,
createCluster_port,
createCluster_parameterGroupName,
createCluster_clusterName,
createCluster_nodeType,
createCluster_aCLName,
createClusterResponse_cluster,
createClusterResponse_httpStatus,
copySnapshot_targetBucket,
copySnapshot_kmsKeyId,
copySnapshot_tags,
copySnapshot_sourceSnapshotName,
copySnapshot_targetSnapshotName,
copySnapshotResponse_snapshot,
copySnapshotResponse_httpStatus,
deleteParameterGroup_parameterGroupName,
deleteParameterGroupResponse_parameterGroup,
deleteParameterGroupResponse_httpStatus,
updateParameterGroup_parameterGroupName,
updateParameterGroup_parameterNameValues,
updateParameterGroupResponse_parameterGroup,
updateParameterGroupResponse_httpStatus,
describeSubnetGroups_subnetGroupName,
describeSubnetGroups_nextToken,
describeSubnetGroups_maxResults,
describeSubnetGroupsResponse_subnetGroups,
describeSubnetGroupsResponse_nextToken,
describeSubnetGroupsResponse_httpStatus,
describeServiceUpdates_status,
describeServiceUpdates_serviceUpdateName,
describeServiceUpdates_clusterNames,
describeServiceUpdates_nextToken,
describeServiceUpdates_maxResults,
describeServiceUpdatesResponse_serviceUpdates,
describeServiceUpdatesResponse_nextToken,
describeServiceUpdatesResponse_httpStatus,
createParameterGroup_description,
createParameterGroup_tags,
createParameterGroup_parameterGroupName,
createParameterGroup_family,
createParameterGroupResponse_parameterGroup,
createParameterGroupResponse_httpStatus,
describeSnapshots_showDetail,
describeSnapshots_nextToken,
describeSnapshots_source,
describeSnapshots_clusterName,
describeSnapshots_snapshotName,
describeSnapshots_maxResults,
describeSnapshotsResponse_nextToken,
describeSnapshotsResponse_snapshots,
describeSnapshotsResponse_httpStatus,
createACL_userNames,
createACL_tags,
createACL_aCLName,
createACLResponse_acl,
createACLResponse_httpStatus,
updateSubnetGroup_subnetIds,
updateSubnetGroup_description,
updateSubnetGroup_subnetGroupName,
updateSubnetGroupResponse_subnetGroup,
updateSubnetGroupResponse_httpStatus,
deleteSubnetGroup_subnetGroupName,
deleteSubnetGroupResponse_subnetGroup,
deleteSubnetGroupResponse_httpStatus,
createUser_tags,
createUser_userName,
createUser_authenticationMode,
createUser_accessString,
createUserResponse_user,
createUserResponse_httpStatus,
deleteSnapshot_snapshotName,
deleteSnapshotResponse_snapshot,
deleteSnapshotResponse_httpStatus,
failoverShard_clusterName,
failoverShard_shardName,
failoverShardResponse_cluster,
failoverShardResponse_httpStatus,
updateUser_authenticationMode,
updateUser_accessString,
updateUser_userName,
updateUserResponse_user,
updateUserResponse_httpStatus,
deleteUser_userName,
deleteUserResponse_user,
deleteUserResponse_httpStatus,
listAllowedNodeTypeUpdates_clusterName,
listAllowedNodeTypeUpdatesResponse_scaleUpNodeTypes,
listAllowedNodeTypeUpdatesResponse_scaleDownNodeTypes,
listAllowedNodeTypeUpdatesResponse_httpStatus,
describeParameterGroups_nextToken,
describeParameterGroups_maxResults,
describeParameterGroups_parameterGroupName,
describeParameterGroupsResponse_nextToken,
describeParameterGroupsResponse_parameterGroups,
describeParameterGroupsResponse_httpStatus,
createSnapshot_kmsKeyId,
createSnapshot_tags,
createSnapshot_clusterName,
createSnapshot_snapshotName,
createSnapshotResponse_snapshot,
createSnapshotResponse_httpStatus,
tagResource_resourceArn,
tagResource_tags,
tagResourceResponse_tagList,
tagResourceResponse_httpStatus,
listTags_resourceArn,
listTagsResponse_tagList,
listTagsResponse_httpStatus,
resetParameterGroup_parameterNames,
resetParameterGroup_allParameters,
resetParameterGroup_parameterGroupName,
resetParameterGroupResponse_parameterGroup,
resetParameterGroupResponse_httpStatus,
untagResource_resourceArn,
untagResource_tagKeys,
untagResourceResponse_tagList,
untagResourceResponse_httpStatus,
acl_status,
acl_userNames,
acl_arn,
acl_name,
acl_pendingChanges,
acl_minimumEngineVersion,
acl_clusters,
aCLPendingChanges_userNamesToAdd,
aCLPendingChanges_userNamesToRemove,
aCLsUpdateStatus_aCLToApply,
authentication_passwordCount,
authentication_type,
authenticationMode_passwords,
authenticationMode_type,
availabilityZone_name,
cluster_engineVersion,
cluster_status,
cluster_autoMinorVersionUpgrade,
cluster_snsTopicArn,
cluster_securityGroups,
cluster_availabilityMode,
cluster_parameterGroupStatus,
cluster_arn,
cluster_pendingUpdates,
cluster_numberOfShards,
cluster_snapshotWindow,
cluster_subnetGroupName,
cluster_tLSEnabled,
cluster_maintenanceWindow,
cluster_kmsKeyId,
cluster_shards,
cluster_name,
cluster_enginePatchVersion,
cluster_snapshotRetentionLimit,
cluster_nodeType,
cluster_snsTopicStatus,
cluster_description,
cluster_aCLName,
cluster_clusterEndpoint,
cluster_parameterGroupName,
clusterConfiguration_engineVersion,
clusterConfiguration_vpcId,
clusterConfiguration_snapshotWindow,
clusterConfiguration_subnetGroupName,
clusterConfiguration_numShards,
clusterConfiguration_maintenanceWindow,
clusterConfiguration_topicArn,
clusterConfiguration_shards,
clusterConfiguration_name,
clusterConfiguration_snapshotRetentionLimit,
clusterConfiguration_nodeType,
clusterConfiguration_description,
clusterConfiguration_port,
clusterConfiguration_parameterGroupName,
clusterPendingUpdates_serviceUpdates,
clusterPendingUpdates_resharding,
clusterPendingUpdates_aCLs,
endpoint_address,
endpoint_port,
engineVersionInfo_engineVersion,
engineVersionInfo_enginePatchVersion,
engineVersionInfo_parameterGroupFamily,
event_sourceName,
event_sourceType,
event_date,
event_message,
filter_name,
filter_values,
node_status,
node_availabilityZone,
node_name,
node_endpoint,
node_createTime,
parameter_value,
parameter_name,
parameter_minimumEngineVersion,
parameter_dataType,
parameter_allowedValues,
parameter_description,
parameterGroup_arn,
parameterGroup_family,
parameterGroup_name,
parameterGroup_description,
parameterNameValue_parameterValue,
parameterNameValue_parameterName,
pendingModifiedServiceUpdate_status,
pendingModifiedServiceUpdate_serviceUpdateName,
replicaConfigurationRequest_replicaCount,
reshardingStatus_slotMigration,
securityGroupMembership_status,
securityGroupMembership_securityGroupId,
serviceUpdate_status,
serviceUpdate_autoUpdateStartDate,
serviceUpdate_serviceUpdateName,
serviceUpdate_nodesUpdated,
serviceUpdate_releaseDate,
serviceUpdate_clusterName,
serviceUpdate_type,
serviceUpdate_description,
serviceUpdateRequest_serviceUpdateNameToApply,
shard_status,
shard_slots,
shard_numberOfNodes,
shard_name,
shard_nodes,
shardConfiguration_slots,
shardConfiguration_replicaCount,
shardConfigurationRequest_shardCount,
shardDetail_size,
shardDetail_snapshotCreationTime,
shardDetail_name,
shardDetail_configuration,
slotMigration_progressPercentage,
snapshot_status,
snapshot_arn,
snapshot_kmsKeyId,
snapshot_name,
snapshot_clusterConfiguration,
snapshot_source,
subnet_identifier,
subnet_availabilityZone,
subnetGroup_arn,
subnetGroup_vpcId,
subnetGroup_subnets,
subnetGroup_name,
subnetGroup_description,
tag_value,
tag_key,
unprocessedCluster_clusterName,
unprocessedCluster_errorType,
unprocessedCluster_errorMessage,
user_status,
user_arn,
user_authentication,
user_accessString,
user_name,
user_aCLNames,
user_minimumEngineVersion,
)
where
import Amazonka.MemoryDb.BatchUpdateCluster
import Amazonka.MemoryDb.CopySnapshot
import Amazonka.MemoryDb.CreateACL
import Amazonka.MemoryDb.CreateCluster
import Amazonka.MemoryDb.CreateParameterGroup
import Amazonka.MemoryDb.CreateSnapshot
import Amazonka.MemoryDb.CreateSubnetGroup
import Amazonka.MemoryDb.CreateUser
import Amazonka.MemoryDb.DeleteACL
import Amazonka.MemoryDb.DeleteCluster
import Amazonka.MemoryDb.DeleteParameterGroup
import Amazonka.MemoryDb.DeleteSnapshot
import Amazonka.MemoryDb.DeleteSubnetGroup
import Amazonka.MemoryDb.DeleteUser
import Amazonka.MemoryDb.DescribeACLs
import Amazonka.MemoryDb.DescribeClusters
import Amazonka.MemoryDb.DescribeEngineVersions
import Amazonka.MemoryDb.DescribeEvents
import Amazonka.MemoryDb.DescribeParameterGroups
import Amazonka.MemoryDb.DescribeParameters
import Amazonka.MemoryDb.DescribeServiceUpdates
import Amazonka.MemoryDb.DescribeSnapshots
import Amazonka.MemoryDb.DescribeSubnetGroups
import Amazonka.MemoryDb.DescribeUsers
import Amazonka.MemoryDb.FailoverShard
import Amazonka.MemoryDb.ListAllowedNodeTypeUpdates
import Amazonka.MemoryDb.ListTags
import Amazonka.MemoryDb.ResetParameterGroup
import Amazonka.MemoryDb.TagResource
import Amazonka.MemoryDb.Types.ACL
import Amazonka.MemoryDb.Types.ACLPendingChanges
import Amazonka.MemoryDb.Types.ACLsUpdateStatus
import Amazonka.MemoryDb.Types.Authentication
import Amazonka.MemoryDb.Types.AuthenticationMode
import Amazonka.MemoryDb.Types.AvailabilityZone
import Amazonka.MemoryDb.Types.Cluster
import Amazonka.MemoryDb.Types.ClusterConfiguration
import Amazonka.MemoryDb.Types.ClusterPendingUpdates
import Amazonka.MemoryDb.Types.Endpoint
import Amazonka.MemoryDb.Types.EngineVersionInfo
import Amazonka.MemoryDb.Types.Event
import Amazonka.MemoryDb.Types.Filter
import Amazonka.MemoryDb.Types.Node
import Amazonka.MemoryDb.Types.Parameter
import Amazonka.MemoryDb.Types.ParameterGroup
import Amazonka.MemoryDb.Types.ParameterNameValue
import Amazonka.MemoryDb.Types.PendingModifiedServiceUpdate
import Amazonka.MemoryDb.Types.ReplicaConfigurationRequest
import Amazonka.MemoryDb.Types.ReshardingStatus
import Amazonka.MemoryDb.Types.SecurityGroupMembership
import Amazonka.MemoryDb.Types.ServiceUpdate
import Amazonka.MemoryDb.Types.ServiceUpdateRequest
import Amazonka.MemoryDb.Types.Shard
import Amazonka.MemoryDb.Types.ShardConfiguration
import Amazonka.MemoryDb.Types.ShardConfigurationRequest
import Amazonka.MemoryDb.Types.ShardDetail
import Amazonka.MemoryDb.Types.SlotMigration
import Amazonka.MemoryDb.Types.Snapshot
import Amazonka.MemoryDb.Types.Subnet
import Amazonka.MemoryDb.Types.SubnetGroup
import Amazonka.MemoryDb.Types.Tag
import Amazonka.MemoryDb.Types.UnprocessedCluster
import Amazonka.MemoryDb.Types.User
import Amazonka.MemoryDb.UntagResource
import Amazonka.MemoryDb.UpdateACL
import Amazonka.MemoryDb.UpdateCluster
import Amazonka.MemoryDb.UpdateParameterGroup
import Amazonka.MemoryDb.UpdateSubnetGroup
import Amazonka.MemoryDb.UpdateUser