dax

Example usage

@mock_dax
def test_dax_behaviour:
    boto3.client("dax")
    ...

Implemented features for this service

  • [X] create_cluster

    The following parameters are not yet processed: AvailabilityZones, SubnetGroupNames, SecurityGroups, PreferredMaintenanceWindow, NotificationTopicArn, ParameterGroupName, ClusterEndpointEncryptionType

  • [ ] create_parameter_group

  • [ ] create_subnet_group

  • [X] decrease_replication_factor

    The AvailabilityZones-parameter is not yet implemented

  • [X] delete_cluster

  • [ ] delete_parameter_group

  • [ ] delete_subnet_group

  • [X] describe_clusters

  • [ ] describe_default_parameters

  • [ ] describe_events

  • [ ] describe_parameter_groups

  • [ ] describe_parameters

  • [ ] describe_subnet_groups

  • [X] increase_replication_factor

  • [X] list_tags

    Pagination is not yet implemented

  • [ ] reboot_node

  • [ ] tag_resource

  • [ ] untag_resource

  • [ ] update_cluster

  • [ ] update_parameter_group

  • [ ] update_subnet_group