'2.0', 'service' => '
MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.
', 'operations' => [ 'BatchUpdateCluster' => 'Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see Applying the service updates.
', 'CopySnapshot' => 'Makes a copy of an existing snapshot.
', 'CreateACL' => 'Creates an Access Control List. For more information, see Authenticating users with Access Contol Lists (ACLs).
', 'CreateCluster' => 'Creates a cluster. All nodes in the cluster run the same protocol-compliant engine software.
', 'CreateParameterGroup' => '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.
', 'CreateSnapshot' => 'Creates a copy of an entire cluster at a specific moment in time.
', 'CreateSubnetGroup' => '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.
', 'CreateUser' => 'Creates a MemoryDB user. For more information, see Authenticating users with Access Contol Lists (ACLs).
', 'DeleteACL' => '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).
', 'DeleteCluster' => 'Deletes a cluster. It also deletes all associated nodes and node endpoints
', 'DeleteParameterGroup' => '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.
', 'DeleteSnapshot' => '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.
', 'DeleteSubnetGroup' => 'Deletes a subnet group. You cannot delete a default subnet group or one that is associated with any clusters.
', 'DeleteUser' => 'Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.
', 'DescribeACLs' => 'Returns a list of ACLs
', 'DescribeClusters' => 'Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.
', 'DescribeEngineVersions' => 'Returns a list of the available Redis engine versions.
', 'DescribeEvents' => '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.
', 'DescribeParameterGroups' => 'Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.
', 'DescribeParameters' => 'Returns the detailed parameter list for a particular parameter group.
', 'DescribeReservedNodes' => 'Returns information about reserved nodes for this account, or about a specified reserved node.
', 'DescribeReservedNodesOfferings' => 'Lists available reserved node offerings.
', 'DescribeServiceUpdates' => 'Returns details of the service updates
', 'DescribeSnapshots' => '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.
', 'DescribeSubnetGroups' => 'Returns a list of subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.
', 'DescribeUsers' => 'Returns a list of users.
', 'FailoverShard' => '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.
', 'ListAllowedNodeTypeUpdates' => '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.
', 'ListTags' => '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
', 'PurchaseReservedNodesOffering' => 'Allows you to purchase a reserved node offering. Reserved nodes are not eligible for cancellation and are non-refundable.
', 'ResetParameterGroup' => '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.
', 'TagResource' => '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. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. For more information, see Resource-level permissions.
For example, you can use cost-allocation tags to 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.
', 'UntagResource' => 'Use this operation to remove tags on a resource
', 'UpdateACL' => 'Changes the list of users that belong to the Access Control List.
', 'UpdateCluster' => '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.
', 'UpdateParameterGroup' => '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.
', 'UpdateSubnetGroup' => 'Updates a subnet group. For more information, see Updating a subnet group
', 'UpdateUser' => 'Changes user password(s) and/or access string.
', ], 'shapes' => [ 'ACL' => [ 'base' => '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.
', 'refs' => [ 'ACLList$member' => NULL, 'CreateACLResponse$ACL' => 'The newly-created Access Control List.
', 'DeleteACLResponse$ACL' => 'The Access Control List object that has been deleted.
', 'UpdateACLResponse$ACL' => 'The updated Access Control List
', ], ], 'ACLAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'ACLClusterNameList' => [ 'base' => NULL, 'refs' => [ 'ACL$Clusters' => 'A list of clusters associated with the ACL.
', ], ], 'ACLList' => [ 'base' => NULL, 'refs' => [ 'DescribeACLsResponse$ACLs' => 'The list of ACLs
', ], ], 'ACLName' => [ 'base' => NULL, 'refs' => [ 'ACLNameList$member' => NULL, 'ACLsUpdateStatus$ACLToApply' => 'A list of ACLs pending to be applied.
', 'Cluster$ACLName' => 'The name of the Access Control List associated with this cluster.
', 'CreateClusterRequest$ACLName' => 'The name of the Access Control List to associate with the cluster.
', 'UpdateClusterRequest$ACLName' => 'The Access Control List that is associated with the cluster
', ], ], 'ACLNameList' => [ 'base' => NULL, 'refs' => [ 'User$ACLNames' => 'The names of the Access Control Lists to which the user belongs
', ], ], 'ACLNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ACLPendingChanges' => [ 'base' => 'Returns the updates being applied to the ACL.
', 'refs' => [ 'ACL$PendingChanges' => 'A list of updates being applied to the ACL.
', ], ], 'ACLQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'ACLsUpdateStatus' => [ 'base' => 'The status of the ACL update
', 'refs' => [ 'ClusterPendingUpdates$ACLs' => 'A list of ACLs associated with the cluster that are being updated
', ], ], 'APICallRateForCustomerExceededFault' => [ 'base' => '', 'refs' => [], ], 'AZStatus' => [ 'base' => NULL, 'refs' => [ 'Cluster$AvailabilityMode' => 'Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
', ], ], 'AccessString' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$AccessString' => 'Access permissions string used for this user.
', 'UpdateUserRequest$AccessString' => 'Access permissions string used for this user.
', ], ], 'Authentication' => [ 'base' => 'Denotes the user\'s authentication properties, such as whether it requires a password to authenticate. Used in output responses.
', 'refs' => [ 'User$Authentication' => 'Denotes whether the user requires a password to authenticate.
', ], ], 'AuthenticationMode' => [ 'base' => 'Denotes the user\'s authentication properties, such as whether it requires a password to authenticate. Used in output responses.
', 'refs' => [ 'CreateUserRequest$AuthenticationMode' => 'Denotes the user\'s authentication properties, such as whether it requires a password to authenticate.
', 'UpdateUserRequest$AuthenticationMode' => 'Denotes the user\'s authentication properties, such as whether it requires a password to authenticate.
', ], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'Authentication$Type' => 'Indicates whether the user requires a password to authenticate.
', ], ], 'AvailabilityZone' => [ 'base' => 'Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
', 'refs' => [ 'Subnet$AvailabilityZone' => 'The Availability Zone where the subnet resides
', ], ], 'AwsQueryErrorMessage' => [ 'base' => NULL, 'refs' => [ 'InvalidParameterCombinationException$message' => NULL, 'InvalidParameterValueException$message' => NULL, ], ], 'BatchUpdateClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'DescribeEngineVersionsRequest$DefaultOnly' => 'If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
', 'ResetParameterGroupRequest$AllParameters' => 'If true, all parameters in the parameter group are reset to their default values. If false, only the parameters listed by ParameterNames are reset to their default values.
', ], ], 'BooleanOptional' => [ 'base' => NULL, 'refs' => [ 'Cluster$TLSEnabled' => 'A flag to indicate if In-transit encryption is enabled
', 'Cluster$AutoMinorVersionUpgrade' => 'When set to true, the cluster will automatically receive minor engine version upgrades after launch.
', 'CreateClusterRequest$TLSEnabled' => 'A flag to enable in-transit encryption on the cluster.
', 'CreateClusterRequest$AutoMinorVersionUpgrade' => 'When set to true, the cluster will automatically receive minor engine version upgrades after launch.
', 'CreateClusterRequest$DataTiering' => 'Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.
', 'DescribeClustersRequest$ShowShardDetails' => 'An optional flag that can be included in the request to retrieve information about the individual shard(s).
', 'DescribeSnapshotsRequest$ShowDetail' => 'A Boolean value which if true, the shard configuration is included in the snapshot description.
', ], ], 'Cluster' => [ 'base' => 'Contains all of the attributes of a specific cluster.
', 'refs' => [ 'ClusterList$member' => NULL, 'CreateClusterResponse$Cluster' => 'The newly-created cluster.
', 'DeleteClusterResponse$Cluster' => 'The cluster object that has been deleted
', 'FailoverShardResponse$Cluster' => 'The cluster being failed over
', 'UpdateClusterResponse$Cluster' => 'The updated cluster
', ], ], 'ClusterAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'ClusterConfiguration' => [ 'base' => 'A list of cluster configuration options.
', 'refs' => [ 'Snapshot$ClusterConfiguration' => 'The configuration of the cluster from which the snapshot was taken
', ], ], 'ClusterList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateClusterResponse$ProcessedClusters' => 'The list of clusters that have been updated.
', 'DescribeClustersResponse$Clusters' => 'A list of clusters
', ], ], 'ClusterNameList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateClusterRequest$ClusterNames' => 'The cluster names to apply the updates.
', 'DescribeServiceUpdatesRequest$ClusterNames' => 'The list of cluster names to identify service updates to apply
', ], ], 'ClusterNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ClusterPendingUpdates' => [ 'base' => 'A list of updates being applied to the cluster
', 'refs' => [ 'Cluster$PendingUpdates' => 'A group of settings that are currently being applied.
', ], ], 'ClusterQuotaForCustomerExceededFault' => [ 'base' => '', 'refs' => [], ], 'CopySnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopySnapshotResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateACLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateACLResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateParameterGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateParameterGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataTieringStatus' => [ 'base' => NULL, 'refs' => [ 'Cluster$DataTiering' => 'Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.
', 'Snapshot$DataTiering' => 'Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.
', ], ], 'DefaultUserRequired' => [ 'base' => '', 'refs' => [], ], 'DeleteACLRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteACLResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParameterGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParameterGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSnapshotResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeACLsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeACLsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClustersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClustersResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEngineVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEngineVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParameterGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParameterGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParametersResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedNodesOfferingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedNodesOfferingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedNodesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedNodesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServiceUpdatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServiceUpdatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersResponse' => [ 'base' => NULL, 'refs' => [], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'RecurringCharge$RecurringChargeAmount' => 'The amount of the recurring charge to run this reserved node.
', 'ReservedNode$FixedPrice' => 'The fixed price charged for this reserved node.
', 'ReservedNodesOffering$FixedPrice' => 'The fixed price charged for this reserved node.
', 'SlotMigration$ProgressPercentage' => 'The percentage of the slot migration that is complete.
', ], ], 'DuplicateUserNameFault' => [ 'base' => '', 'refs' => [], ], 'Endpoint' => [ 'base' => 'Represents the information required for client programs to connect to the cluster and its nodes.
', 'refs' => [ 'Cluster$ClusterEndpoint' => 'The cluster\'s configuration endpoint
', 'Node$Endpoint' => 'The hostname for connecting to this node.
', ], ], 'EngineVersionInfo' => [ 'base' => 'Provides details of the Redis engine version
', 'refs' => [ 'EngineVersionInfoList$member' => NULL, ], ], 'EngineVersionInfoList' => [ 'base' => NULL, 'refs' => [ 'DescribeEngineVersionsResponse$EngineVersions' => 'A list of engine version details. Each element in the list contains detailed information about one engine version.
', ], ], 'Event' => [ 'base' => 'Represents a single occurrence of something interesting within the system. Some examples of events are creating a cluster or adding or removing a node.
', 'refs' => [ 'EventList$member' => NULL, ], ], 'EventList' => [ 'base' => NULL, 'refs' => [ 'DescribeEventsResponse$Events' => 'A list of events. Each element in the list contains detailed information about one event.
', ], ], 'FailoverShardRequest' => [ 'base' => NULL, 'refs' => [], ], 'FailoverShardResponse' => [ 'base' => NULL, 'refs' => [], ], 'Filter' => [ 'base' => 'Used to streamline results of a search based on the property being filtered.
', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsersRequest$Filters' => 'Filter to determine the list of users to return.
', ], ], 'FilterName' => [ 'base' => NULL, 'refs' => [ 'Filter$Name' => 'The property being filtered. For example, UserName.
', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'FilterValueList$member' => NULL, ], ], 'FilterValueList' => [ 'base' => NULL, 'refs' => [ 'Filter$Values' => 'The property values to filter on. For example, "user-123".
', ], ], 'InputAuthenticationType' => [ 'base' => NULL, 'refs' => [ 'AuthenticationMode$Type' => 'Indicates whether the user requires a password to authenticate. All newly-created users require a password.
', ], ], 'InsufficientClusterCapacityFault' => [ 'base' => '', 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'Endpoint$Port' => 'The port number that the engine is listening on.
', 'ReplicaConfigurationRequest$ReplicaCount' => 'The number of replicas to scale up or down to
', 'ReservedNode$Duration' => 'The duration of the reservation in seconds.
', 'ReservedNode$NodeCount' => 'The number of nodes that have been reserved.
', 'ReservedNodesOffering$Duration' => 'The duration of the reservation in seconds.
', 'ShardConfigurationRequest$ShardCount' => 'The number of shards in the cluster
', ], ], 'IntegerOptional' => [ 'base' => NULL, 'refs' => [ 'Authentication$PasswordCount' => 'The number of passwords belonging to the user. The maximum is two.
', 'Cluster$NumberOfShards' => 'The number of shards in the cluster
', 'Cluster$SnapshotRetentionLimit' => 'The number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
', 'ClusterConfiguration$Port' => 'The port used by the cluster
', 'ClusterConfiguration$SnapshotRetentionLimit' => 'The snapshot retention limit set by the cluster
', 'ClusterConfiguration$NumShards' => 'The number of shards in the cluster
', 'CreateClusterRequest$NumShards' => 'The number of shards the cluster will contain. The default value is 1.
', 'CreateClusterRequest$NumReplicasPerShard' => 'The number of replicas to apply to each shard. The default value is 1. The maximum is 5.
', 'CreateClusterRequest$Port' => 'The port number on which each of the nodes accepts connections.
', 'CreateClusterRequest$SnapshotRetentionLimit' => 'The number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
', 'DescribeACLsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeClustersRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeEngineVersionsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeEventsRequest$Duration' => 'The number of minutes worth of events to retrieve.
', 'DescribeEventsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeParameterGroupsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeParametersRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeReservedNodesOfferingsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
', 'DescribeReservedNodesRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
', 'DescribeServiceUpdatesRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeSnapshotsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeSubnetGroupsRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'DescribeUsersRequest$MaxResults' => 'The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
', 'PurchaseReservedNodesOfferingRequest$NodeCount' => 'The number of node instances to reserve.
', 'Shard$NumberOfNodes' => 'The number of nodes in the shard
', 'ShardConfiguration$ReplicaCount' => 'The number of read replica nodes in this shard.
', 'UpdateClusterRequest$SnapshotRetentionLimit' => 'The number of days for which MemoryDB retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
', ], ], 'InvalidACLStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidARNFault' => [ 'base' => '', 'refs' => [], ], 'InvalidClusterStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidCredentialsException' => [ 'base' => '', 'refs' => [], ], 'InvalidKMSKeyFault' => [ 'base' => '', 'refs' => [], ], 'InvalidNodeStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidParameterCombinationException' => [ 'base' => '', 'refs' => [], ], 'InvalidParameterGroupStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidParameterValueException' => [ 'base' => '', 'refs' => [], ], 'InvalidSnapshotStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidSubnet' => [ 'base' => '', 'refs' => [], ], 'InvalidUserStateFault' => [ 'base' => '', 'refs' => [], ], 'InvalidVPCNetworkStateFault' => [ 'base' => '', 'refs' => [], ], 'KeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => 'The list of keys of the tags that are to be removed
', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$KmsKeyId' => 'The ID of the KMS key used to encrypt the target snapshot.
', ], ], 'ListAllowedNodeTypeUpdatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAllowedNodeTypeUpdatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'NoOperationFault' => [ 'base' => '', 'refs' => [], ], 'Node' => [ 'base' => 'Represents an individual node within a cluster. Each node runs its own instance of the cluster\'s protocol-compliant caching software.
', 'refs' => [ 'NodeList$member' => NULL, ], ], 'NodeList' => [ 'base' => NULL, 'refs' => [ 'Shard$Nodes' => 'A list containing information about individual nodes within the shard
', ], ], 'NodeQuotaForClusterExceededFault' => [ 'base' => '', 'refs' => [], ], 'NodeQuotaForCustomerExceededFault' => [ 'base' => '', 'refs' => [], ], 'NodeTypeList' => [ 'base' => NULL, 'refs' => [ 'ListAllowedNodeTypeUpdatesResponse$ScaleUpNodeTypes' => 'A list node types which you can use to scale up your cluster.
', 'ListAllowedNodeTypeUpdatesResponse$ScaleDownNodeTypes' => 'A list node types which you can use to scale down your cluster.
', ], ], 'Parameter' => [ 'base' => 'Describes an individual setting that controls some aspect of MemoryDB behavior.
', 'refs' => [ 'ParametersList$member' => NULL, ], ], 'ParameterGroup' => [ 'base' => '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.
', 'refs' => [ 'CreateParameterGroupResponse$ParameterGroup' => 'The newly-created parameter group.
', 'DeleteParameterGroupResponse$ParameterGroup' => 'The parameter group that has been deleted.
', 'ParameterGroupList$member' => NULL, 'ResetParameterGroupResponse$ParameterGroup' => 'The parameter group being reset.
', 'UpdateParameterGroupResponse$ParameterGroup' => 'The updated parameter group
', ], ], 'ParameterGroupAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'ParameterGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeParameterGroupsResponse$ParameterGroups' => 'A list of parameter groups. Each element in the list contains detailed information about one parameter group.
', ], ], 'ParameterGroupNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ParameterGroupQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'ParameterNameList' => [ 'base' => NULL, 'refs' => [ 'ResetParameterGroupRequest$ParameterNames' => 'An array of parameter names to reset to their default values. If AllParameters is true, do not use ParameterNames. If AllParameters is false, you must specify the name of at least one parameter to reset.
', ], ], 'ParameterNameValue' => [ 'base' => 'Describes a name-value pair that is used to update the value of a parameter.
', 'refs' => [ 'ParameterNameValueList$member' => NULL, ], ], 'ParameterNameValueList' => [ 'base' => NULL, 'refs' => [ 'UpdateParameterGroupRequest$ParameterNameValues' => 'An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be updated per request.
', ], ], 'ParametersList' => [ 'base' => NULL, 'refs' => [ 'DescribeParametersResponse$Parameters' => 'A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
', ], ], 'PasswordListInput' => [ 'base' => NULL, 'refs' => [ 'AuthenticationMode$Passwords' => 'The password(s) used for authentication
', ], ], 'PendingModifiedServiceUpdate' => [ 'base' => 'Update action that has yet to be processed for the corresponding apply/stop request
', 'refs' => [ 'PendingModifiedServiceUpdateList$member' => NULL, ], ], 'PendingModifiedServiceUpdateList' => [ 'base' => NULL, 'refs' => [ 'ClusterPendingUpdates$ServiceUpdates' => 'A list of service updates being applied to the cluster
', ], ], 'PurchaseReservedNodesOfferingRequest' => [ 'base' => NULL, 'refs' => [], ], 'PurchaseReservedNodesOfferingResponse' => [ 'base' => NULL, 'refs' => [], ], 'RecurringCharge' => [ 'base' => 'The recurring charge to run this reserved node.
', 'refs' => [ 'RecurringChargeList$member' => NULL, ], ], 'RecurringChargeList' => [ 'base' => NULL, 'refs' => [ 'ReservedNode$RecurringCharges' => 'The recurring price charged to run this reserved node.
', 'ReservedNodesOffering$RecurringCharges' => 'The recurring price charged to run this reserved node.
', ], ], 'ReplicaConfigurationRequest' => [ 'base' => 'A request to configure the number of replicas in a shard
', 'refs' => [ 'UpdateClusterRequest$ReplicaConfiguration' => 'The number of replicas that will reside in each shard
', ], ], 'ReservedNode' => [ 'base' => 'Represents the output of a PurchaseReservedNodesOffering
operation.
Represents the output of a PurchaseReservedNodesOffering
operation.
You already have a reservation with the given identifier.
', 'refs' => [], ], 'ReservedNodeList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedNodesResponse$ReservedNodes' => 'Returns information about reserved nodes for this account, or about a specified reserved node.
', ], ], 'ReservedNodeNotFoundFault' => [ 'base' => 'The requested node does not exist.
', 'refs' => [], ], 'ReservedNodeQuotaExceededFault' => [ 'base' => 'The request cannot be processed because it would exceed the user\'s node quota.
', 'refs' => [], ], 'ReservedNodesOffering' => [ 'base' => 'The offering type of this node.
', 'refs' => [ 'ReservedNodesOfferingList$member' => NULL, ], ], 'ReservedNodesOfferingList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedNodesOfferingsResponse$ReservedNodesOfferings' => 'Lists available reserved node offerings.
', ], ], 'ReservedNodesOfferingNotFoundFault' => [ 'base' => 'The requested node offering does not exist.
', 'refs' => [], ], 'ResetParameterGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetParameterGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'ReshardingStatus' => [ 'base' => 'The status of the online resharding
', 'refs' => [ 'ClusterPendingUpdates$Resharding' => 'The status of an online resharding operation.
', ], ], 'SecurityGroupIdsList' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$SecurityGroupIds' => 'A list of security group names to associate with this cluster.
', 'UpdateClusterRequest$SecurityGroupIds' => 'The SecurityGroupIds to update
', ], ], 'SecurityGroupMembership' => [ 'base' => 'Represents a single security group and its status.
', 'refs' => [ 'SecurityGroupMembershipList$member' => NULL, ], ], 'SecurityGroupMembershipList' => [ 'base' => NULL, 'refs' => [ 'Cluster$SecurityGroups' => 'A list of security groups used by the cluster
', ], ], 'ServiceLinkedRoleNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ServiceUpdate' => [ 'base' => 'An update that you can apply to your MemoryDB clusters.
', 'refs' => [ 'ServiceUpdateList$member' => NULL, ], ], 'ServiceUpdateList' => [ 'base' => NULL, 'refs' => [ 'DescribeServiceUpdatesResponse$ServiceUpdates' => 'A list of service updates
', ], ], 'ServiceUpdateNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ServiceUpdateRequest' => [ 'base' => 'A request to apply a service update
', 'refs' => [ 'BatchUpdateClusterRequest$ServiceUpdate' => 'The unique ID of the service update
', ], ], 'ServiceUpdateStatus' => [ 'base' => NULL, 'refs' => [ 'PendingModifiedServiceUpdate$Status' => 'The status of the service update
', 'ServiceUpdate$Status' => 'The status of the service update
', 'ServiceUpdateStatusList$member' => NULL, ], ], 'ServiceUpdateStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeServiceUpdatesRequest$Status' => 'The status(es) of the service updates to filter on
', ], ], 'ServiceUpdateType' => [ 'base' => NULL, 'refs' => [ 'ServiceUpdate$Type' => 'Reflects the nature of the service update
', ], ], 'Shard' => [ 'base' => '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.
', 'refs' => [ 'ShardList$member' => NULL, ], ], 'ShardConfiguration' => [ 'base' => 'Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.
', 'refs' => [ 'ShardDetail$Configuration' => 'The configuration details of the shard
', ], ], 'ShardConfigurationRequest' => [ 'base' => 'A request to configure the sharding properties of a cluster
', 'refs' => [ 'UpdateClusterRequest$ShardConfiguration' => 'The number of shards in the cluster
', ], ], 'ShardDetail' => [ 'base' => 'Provides details of a shard in a snapshot
', 'refs' => [ 'ShardDetails$member' => NULL, ], ], 'ShardDetails' => [ 'base' => NULL, 'refs' => [ 'ClusterConfiguration$Shards' => 'The list of shards in the cluster
', ], ], 'ShardList' => [ 'base' => NULL, 'refs' => [ 'Cluster$Shards' => 'A list of shards that are members of the cluster.
', ], ], 'ShardNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'ShardsPerClusterQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'SlotMigration' => [ 'base' => 'Represents the progress of an online resharding operation.
', 'refs' => [ 'ReshardingStatus$SlotMigration' => 'The status of the online resharding slot migration
', ], ], 'Snapshot' => [ 'base' => 'Represents a copy of an entire cluster as of the time when the snapshot was taken.
', 'refs' => [ 'CopySnapshotResponse$Snapshot' => 'Represents a copy of an entire cluster as of the time when the snapshot was taken.
', 'CreateSnapshotResponse$Snapshot' => 'The newly-created snapshot.
', 'DeleteSnapshotResponse$Snapshot' => 'The snapshot object that has been deleted.
', 'SnapshotList$member' => NULL, ], ], 'SnapshotAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'SnapshotArnsList' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$SnapshotArns' => 'A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new cluster. The Amazon S3 object name in the ARN cannot contain any commas.
', ], ], 'SnapshotList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsResponse$Snapshots' => 'A list of snapshots. Each item in the list contains detailed information about one snapshot.
', ], ], 'SnapshotNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'SnapshotQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'SourceType' => [ 'base' => NULL, 'refs' => [ 'DescribeEventsRequest$SourceType' => 'The event source to retrieve events for. If no value is specified, all events are returned.
', 'Event$SourceType' => 'Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ACL$Name' => 'The name of the Access Control List
', 'ACL$Status' => 'Indicates ACL status. Can be "creating", "active", "modifying", "deleting".
', 'ACL$MinimumEngineVersion' => 'The minimum engine version supported for the ACL
', 'ACL$ARN' => 'The Amazon Resource Name (ARN) of the ACL
', 'ACLClusterNameList$member' => NULL, 'AvailabilityZone$Name' => 'The name of the Availability Zone.
', 'Cluster$Name' => 'The user-supplied name of the cluster. This identifier is a unique key that identifies a cluster.
', 'Cluster$Description' => 'A description of the cluster
', 'Cluster$Status' => 'The status of the cluster. For example, Available, Updating, Creating.
', 'Cluster$NodeType' => 'The cluster\'s node type
', 'Cluster$EngineVersion' => 'The Redis engine version used by the cluster
', 'Cluster$EnginePatchVersion' => 'The Redis engine patch version used by the cluster
', 'Cluster$ParameterGroupName' => 'The name of the parameter group used by the cluster
', 'Cluster$ParameterGroupStatus' => 'The status of the parameter group used by the cluster, for example \'active\' or \'applying\'.
', 'Cluster$SubnetGroupName' => 'The name of the subnet group used by the cluster
', 'Cluster$KmsKeyId' => 'The ID of the KMS key used to encrypt the cluster
', 'Cluster$ARN' => 'The Amazon Resource Name (ARN) of the cluster.
', 'Cluster$SnsTopicArn' => 'The Amazon Resource Name (ARN) of the SNS notification topic
', 'Cluster$SnsTopicStatus' => 'The SNS topic must be in Active status to receive notifications
', 'Cluster$MaintenanceWindow' => 'Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
', 'Cluster$SnapshotWindow' => 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard. Example: 05:00-09:00 If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.
', 'ClusterConfiguration$Name' => 'The name of the cluster
', 'ClusterConfiguration$Description' => 'The description of the cluster configuration
', 'ClusterConfiguration$NodeType' => 'The node type used for the cluster
', 'ClusterConfiguration$EngineVersion' => 'The Redis engine version used by the cluster
', 'ClusterConfiguration$MaintenanceWindow' => 'The specified maintenance window for the cluster
', 'ClusterConfiguration$TopicArn' => 'The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
', 'ClusterConfiguration$ParameterGroupName' => 'The name of parameter group used by the cluster
', 'ClusterConfiguration$SubnetGroupName' => 'The name of the subnet group used by the cluster
', 'ClusterConfiguration$VpcId' => 'The ID of the VPC the cluster belongs to
', 'ClusterConfiguration$SnapshotWindow' => 'The snapshot window set by the cluster
', 'ClusterNameList$member' => NULL, 'CopySnapshotRequest$SourceSnapshotName' => 'The name of an existing snapshot from which to make a copy.
', 'CopySnapshotRequest$TargetSnapshotName' => 'A name for the snapshot copy. MemoryDB does not permit overwriting a snapshot, therefore this name must be unique within its context - MemoryDB or an Amazon S3 bucket if exporting.
', 'CreateACLRequest$ACLName' => 'The name of the Access Control List.
', 'CreateClusterRequest$ClusterName' => 'The name of the cluster. This value must be unique as it also serves as the cluster identifier.
', 'CreateClusterRequest$NodeType' => 'The compute and memory capacity of the nodes in the cluster.
', 'CreateClusterRequest$ParameterGroupName' => 'The name of the parameter group associated with the cluster.
', 'CreateClusterRequest$Description' => 'An optional description of the cluster.
', 'CreateClusterRequest$SubnetGroupName' => 'The name of the subnet group to be used for the cluster.
', 'CreateClusterRequest$MaintenanceWindow' => 'Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
Valid values for ddd
are:
sun
mon
tue
wed
thu
fri
sat
Example: sun:23:00-mon:01:30
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
', 'CreateClusterRequest$KmsKeyId' => 'The ID of the KMS key used to encrypt the cluster.
', 'CreateClusterRequest$SnapshotName' => 'The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.
', 'CreateClusterRequest$SnapshotWindow' => 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
Example: 05:00-09:00
If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.
', 'CreateClusterRequest$EngineVersion' => 'The version number of the Redis engine to be used for the cluster.
', 'CreateParameterGroupRequest$ParameterGroupName' => 'The name of the parameter group.
', 'CreateParameterGroupRequest$Family' => 'The name of the parameter group family that the parameter group can be used with.
', 'CreateParameterGroupRequest$Description' => 'An optional description of the parameter group.
', 'CreateSnapshotRequest$ClusterName' => 'The snapshot is created from this cluster.
', 'CreateSnapshotRequest$SnapshotName' => 'A name for the snapshot being created.
', 'CreateSnapshotRequest$KmsKeyId' => 'The ID of the KMS key used to encrypt the snapshot.
', 'CreateSubnetGroupRequest$SubnetGroupName' => 'The name of the subnet group.
', 'CreateSubnetGroupRequest$Description' => 'A description for the subnet group.
', 'DeleteACLRequest$ACLName' => 'The name of the Access Control List to delete
', 'DeleteClusterRequest$ClusterName' => 'The name of the cluster to be deleted
', 'DeleteClusterRequest$FinalSnapshotName' => 'The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
', 'DeleteParameterGroupRequest$ParameterGroupName' => 'The name of the parameter group to delete.
', 'DeleteSnapshotRequest$SnapshotName' => 'The name of the snapshot to delete
', 'DeleteSubnetGroupRequest$SubnetGroupName' => 'The name of the subnet group to delete
', 'DescribeACLsRequest$ACLName' => 'The name of the ACL
', 'DescribeACLsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeACLsResponse$NextToken' => 'If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeClustersRequest$ClusterName' => 'The name of the cluster
', 'DescribeClustersRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeClustersResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeEngineVersionsRequest$EngineVersion' => 'The Redis engine version
', 'DescribeEngineVersionsRequest$ParameterGroupFamily' => 'The name of a specific parameter group family to return details for.
', 'DescribeEngineVersionsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeEngineVersionsResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeEventsRequest$SourceName' => 'The identifier of the event source for which events are returned. If not specified, all sources are included in the response.
', 'DescribeEventsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeEventsResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeParameterGroupsRequest$ParameterGroupName' => 'The name of a specific parameter group to return details for.
', 'DescribeParameterGroupsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeParameterGroupsResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeParametersRequest$ParameterGroupName' => 'he name of a specific parameter group to return details for.
', 'DescribeParametersRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeParametersResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeReservedNodesOfferingsRequest$ReservedNodesOfferingId' => 'The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
', 'DescribeReservedNodesOfferingsRequest$NodeType' => 'The node type for the reserved nodes. For more information, see Supported node types.
', 'DescribeReservedNodesOfferingsRequest$Duration' => 'Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.
', 'DescribeReservedNodesOfferingsRequest$OfferingType' => 'The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
', 'DescribeReservedNodesOfferingsRequest$NextToken' => 'An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
', 'DescribeReservedNodesOfferingsResponse$NextToken' => 'An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
', 'DescribeReservedNodesRequest$ReservationId' => 'The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.
', 'DescribeReservedNodesRequest$ReservedNodesOfferingId' => 'The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.
', 'DescribeReservedNodesRequest$NodeType' => 'The node type filter value. Use this parameter to show only those reservations matching the specified node type. For more information, see Supported node types.
', 'DescribeReservedNodesRequest$Duration' => 'The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.
', 'DescribeReservedNodesRequest$OfferingType' => 'The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
', 'DescribeReservedNodesRequest$NextToken' => 'An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
', 'DescribeReservedNodesResponse$NextToken' => 'An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
', 'DescribeServiceUpdatesRequest$ServiceUpdateName' => 'The unique ID of the service update to describe.
', 'DescribeServiceUpdatesRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeServiceUpdatesResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeSnapshotsRequest$ClusterName' => 'A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.
', 'DescribeSnapshotsRequest$SnapshotName' => 'A user-supplied name of the snapshot. If this parameter is specified, only this named snapshot is described.
', 'DescribeSnapshotsRequest$Source' => 'If set to system, the output shows snapshots that were automatically created by MemoryDB. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.
', 'DescribeSnapshotsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeSnapshotsResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeSubnetGroupsRequest$SubnetGroupName' => 'The name of the subnet group to return details for.
', 'DescribeSubnetGroupsRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeSubnetGroupsResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeUsersRequest$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'DescribeUsersResponse$NextToken' => 'An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
', 'Endpoint$Address' => 'The DNS hostname of the node.
', 'EngineVersionInfo$EngineVersion' => 'The engine version
', 'EngineVersionInfo$EnginePatchVersion' => 'The patched engine version
', 'EngineVersionInfo$ParameterGroupFamily' => 'Specifies the name of the parameter group family to which the engine default parameters apply.
', 'Event$SourceName' => 'The name for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.
', 'Event$Message' => 'The text of the event.
', 'FailoverShardRequest$ClusterName' => 'The cluster being failed over
', 'FailoverShardRequest$ShardName' => 'The name of the shard
', 'KeyList$member' => NULL, 'ListAllowedNodeTypeUpdatesRequest$ClusterName' => 'The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.
', 'ListTagsRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource for which you want the list of tags
', 'Node$Name' => 'The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer\'s Amazon account.
', 'Node$Status' => 'The status of the service update on the node
', 'Node$AvailabilityZone' => 'The Availability Zone in which the node resides
', 'NodeTypeList$member' => NULL, 'Parameter$Name' => 'The name of the parameter
', 'Parameter$Value' => 'The value of the parameter
', 'Parameter$Description' => 'A description of the parameter
', 'Parameter$DataType' => 'The parameter\'s data type
', 'Parameter$AllowedValues' => 'The valid range of values for the parameter.
', 'Parameter$MinimumEngineVersion' => 'The earliest engine version to which the parameter can apply.
', 'ParameterGroup$Name' => 'The name of the parameter group
', 'ParameterGroup$Family' => 'The name of the parameter group family that this parameter group is compatible with.
', 'ParameterGroup$Description' => 'A description of the parameter group
', 'ParameterGroup$ARN' => 'The Amazon Resource Name (ARN) of the parameter group
', 'ParameterNameList$member' => NULL, 'ParameterNameValue$ParameterName' => 'The name of the parameter
', 'ParameterNameValue$ParameterValue' => 'The value of the parameter
', 'PasswordListInput$member' => NULL, 'PendingModifiedServiceUpdate$ServiceUpdateName' => 'The unique ID of the service update
', 'PurchaseReservedNodesOfferingRequest$ReservedNodesOfferingId' => 'The ID of the reserved node offering to purchase.
', 'PurchaseReservedNodesOfferingRequest$ReservationId' => 'A customer-specified identifier to track this reservation.
', 'RecurringCharge$RecurringChargeFrequency' => 'The frequency of the recurring price charged to run this reserved node.
', 'ReservedNode$ReservationId' => 'A customer-specified identifier to track this reservation.
', 'ReservedNode$ReservedNodesOfferingId' => 'The ID of the reserved node offering to purchase.
', 'ReservedNode$NodeType' => 'The node type for the reserved nodes.
', 'ReservedNode$OfferingType' => 'The offering type of this reserved node.
', 'ReservedNode$State' => 'The state of the reserved node.
', 'ReservedNode$ARN' => 'The Amazon Resource Name (ARN) of the reserved node.
', 'ReservedNodesOffering$ReservedNodesOfferingId' => 'The offering identifier.
', 'ReservedNodesOffering$NodeType' => 'The node type for the reserved nodes. For more information, see Supported node types.
', 'ReservedNodesOffering$OfferingType' => 'The offering type of this reserved node.
', 'ResetParameterGroupRequest$ParameterGroupName' => 'The name of the parameter group to reset.
', 'SecurityGroupIdsList$member' => NULL, 'SecurityGroupMembership$SecurityGroupId' => 'The identifier of the security group.
', 'SecurityGroupMembership$Status' => 'The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.
', 'ServiceUpdate$ClusterName' => 'The name of the cluster to which the service update applies
', 'ServiceUpdate$ServiceUpdateName' => 'The unique ID of the service update
', 'ServiceUpdate$Description' => 'Provides details of the service update
', 'ServiceUpdate$NodesUpdated' => 'A list of nodes updated by the service update
', 'ServiceUpdateRequest$ServiceUpdateNameToApply' => 'The unique ID of the service update
', 'Shard$Name' => 'The name of the shard
', 'Shard$Status' => 'The current state of this replication group - creating, available, modifying, deleting.
', 'Shard$Slots' => 'The keyspace for this shard.
', 'ShardConfiguration$Slots' => 'A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.
', 'ShardDetail$Name' => 'The name of the shard
', 'ShardDetail$Size' => 'The size of the shard\'s snapshot
', 'Snapshot$Name' => 'The name of the snapshot
', 'Snapshot$Status' => 'The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
', 'Snapshot$Source' => 'Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
', 'Snapshot$KmsKeyId' => 'The ID of the KMS key used to encrypt the snapshot.
', 'Snapshot$ARN' => 'The ARN (Amazon Resource Name) of the snapshot.
', 'SnapshotArnsList$member' => NULL, 'Subnet$Identifier' => 'The unique identifier for the subnet.
', 'SubnetGroup$Name' => 'The name of the subnet group
', 'SubnetGroup$Description' => 'A description of the subnet group
', 'SubnetGroup$VpcId' => 'The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
', 'SubnetGroup$ARN' => 'The ARN (Amazon Resource Name) of the subnet group.
', 'SubnetIdentifierList$member' => NULL, 'Tag$Key' => 'The key for the tag. May not be null.
', 'Tag$Value' => 'The tag\'s value. May be null.
', 'TagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource to which the tags are to be added
', 'UnprocessedCluster$ClusterName' => 'The name of the cluster
', 'UnprocessedCluster$ErrorType' => 'The error type associated with the update failure
', 'UnprocessedCluster$ErrorMessage' => 'The error message associated with the update failure
', 'UntagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource to which the tags are to be removed
', 'UpdateACLRequest$ACLName' => 'The name of the Access Control List
', 'UpdateClusterRequest$ClusterName' => 'The name of the cluster to update
', 'UpdateClusterRequest$Description' => 'The description of the cluster to update
', 'UpdateClusterRequest$MaintenanceWindow' => 'Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
Valid values for ddd
are:
sun
mon
tue
wed
thu
fri
sat
Example: sun:23:00-mon:01:30
The SNS topic ARN to update
', 'UpdateClusterRequest$SnsTopicStatus' => 'The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.
', 'UpdateClusterRequest$ParameterGroupName' => 'The name of the parameter group to update
', 'UpdateClusterRequest$SnapshotWindow' => 'The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
', 'UpdateClusterRequest$NodeType' => 'A valid node type that you want to scale this cluster up or down to.
', 'UpdateClusterRequest$EngineVersion' => 'The upgraded version of the engine to be run on the nodes. You can upgrade to a newer engine version, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.
', 'UpdateParameterGroupRequest$ParameterGroupName' => 'The name of the parameter group to update.
', 'UpdateSubnetGroupRequest$SubnetGroupName' => 'The name of the subnet group
', 'UpdateSubnetGroupRequest$Description' => 'A description of the subnet group
', 'User$Name' => 'The name of the user
', 'User$Status' => 'Indicates the user status. Can be "active", "modifying" or "deleting".
', 'User$AccessString' => 'Access permissions string used for this user.
', 'User$MinimumEngineVersion' => 'The minimum engine version supported for the user
', 'User$ARN' => 'The Amazon Resource Name (ARN) of the user.
', ], ], 'Subnet' => [ 'base' => 'Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with MemoryDB.
', 'refs' => [ 'SubnetList$member' => NULL, ], ], 'SubnetGroup' => [ 'base' => '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.
', 'refs' => [ 'CreateSubnetGroupResponse$SubnetGroup' => 'The newly-created subnet group
', 'DeleteSubnetGroupResponse$SubnetGroup' => 'The subnet group object that has been deleted.
', 'SubnetGroupList$member' => NULL, 'UpdateSubnetGroupResponse$SubnetGroup' => 'The updated subnet group
', ], ], 'SubnetGroupAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'SubnetGroupInUseFault' => [ 'base' => '', 'refs' => [], ], 'SubnetGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetGroupsResponse$SubnetGroups' => 'A list of subnet groups. Each element in the list contains detailed information about one group.
', ], ], 'SubnetGroupNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'SubnetGroupQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'SubnetIdentifierList' => [ 'base' => NULL, 'refs' => [ 'CreateSubnetGroupRequest$SubnetIds' => 'A list of VPC subnet IDs for the subnet group.
', 'UpdateSubnetGroupRequest$SubnetIds' => 'The EC2 subnet IDs for the subnet group.
', ], ], 'SubnetInUse' => [ 'base' => '', 'refs' => [], ], 'SubnetList' => [ 'base' => NULL, 'refs' => [ 'SubnetGroup$Subnets' => 'A list of subnets associated with the subnet group.
', ], ], 'SubnetNotAllowedFault' => [ 'base' => '', 'refs' => [], ], 'SubnetQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], 'TStamp' => [ 'base' => NULL, 'refs' => [ 'DescribeEventsRequest$StartTime' => 'The beginning of the time interval to retrieve events for, specified in ISO 8601 format. Example: 2017-03-30T07:03:49.555Z
', 'DescribeEventsRequest$EndTime' => 'The end of the time interval for which to retrieve events, specified in ISO 8601 format. Example: 2017-03-30T07:03:49.555Z
', 'Event$Date' => 'The date and time when the event occurred.
', 'Node$CreateTime' => 'The date and time when the node was created.
', 'ReservedNode$StartTime' => 'The time the reservation started.
', 'ServiceUpdate$ReleaseDate' => 'The date when the service update is initially available
', 'ServiceUpdate$AutoUpdateStartDate' => 'The date at which the service update will be automatically applied
', 'ShardDetail$SnapshotCreationTime' => 'The date and time that the shard\'s snapshot was created
', ], ], 'Tag' => [ 'base' => '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
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'CreateACLRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'CreateClusterRequest$Tags' => 'A list of tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.
', 'CreateParameterGroupRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'CreateSnapshotRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'CreateSubnetGroupRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'CreateUserRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'ListTagsResponse$TagList' => 'A list of tags as key-value pairs.
', 'PurchaseReservedNodesOfferingRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'TagResourceRequest$Tags' => 'A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
', 'TagResourceResponse$TagList' => 'A list of tags as key-value pairs.
', 'UntagResourceResponse$TagList' => 'The list of tags removed
', ], ], 'TagNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'TagQuotaPerResourceExceeded' => [ 'base' => '', 'refs' => [], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TargetBucket' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$TargetBucket' => 'The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access. When using this parameter to export a snapshot, be sure MemoryDB has the needed permissions to this S3 bucket. For more information, see Step 2: Grant MemoryDB Access to Your Amazon S3 Bucket.
', ], ], 'TestFailoverNotAvailableFault' => [ 'base' => '', 'refs' => [], ], 'UnprocessedCluster' => [ 'base' => 'A cluster whose updates have failed
', 'refs' => [ 'UnprocessedClusterList$member' => NULL, ], ], 'UnprocessedClusterList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateClusterResponse$UnprocessedClusters' => 'The list of clusters where updates have not been applied.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateACLRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateACLResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateParameterGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateParameterGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSubnetGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSubnetGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserResponse' => [ 'base' => NULL, 'refs' => [], ], 'User' => [ 'base' => '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.
', 'refs' => [ 'CreateUserResponse$User' => 'The newly-created user.
', 'DeleteUserResponse$User' => 'The user object that has been deleted.
', 'UpdateUserResponse$User' => 'The updated user
', 'UserList$member' => NULL, ], ], 'UserAlreadyExistsFault' => [ 'base' => '', 'refs' => [], ], 'UserList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsersResponse$Users' => 'A list of users.
', ], ], 'UserName' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$UserName' => 'The name of the user. This value must be unique as it also serves as the user identifier.
', 'DeleteUserRequest$UserName' => 'The name of the user to delete
', 'DescribeUsersRequest$UserName' => 'The name of the user
', 'UpdateUserRequest$UserName' => 'The name of the user
', 'UserNameList$member' => NULL, 'UserNameListInput$member' => NULL, ], ], 'UserNameList' => [ 'base' => NULL, 'refs' => [ 'ACL$UserNames' => 'The list of user names that belong to the ACL.
', 'ACLPendingChanges$UserNamesToRemove' => 'A list of user names being removed from the ACL
', 'ACLPendingChanges$UserNamesToAdd' => 'A list of users being added to the ACL
', ], ], 'UserNameListInput' => [ 'base' => NULL, 'refs' => [ 'CreateACLRequest$UserNames' => 'The list of users that belong to the Access Control List.
', 'UpdateACLRequest$UserNamesToAdd' => 'The list of users to add to the Access Control List
', 'UpdateACLRequest$UserNamesToRemove' => 'The list of users to remove from the Access Control List
', ], ], 'UserNotFoundFault' => [ 'base' => '', 'refs' => [], ], 'UserQuotaExceededFault' => [ 'base' => '', 'refs' => [], ], ],];