{
	"info": {
		"dynamoDbEntityStorageConnector": {
			"tableCreating": "Creating table \"{tableName}\"",
			"tableCreated": "Created table \"{tableName}\"",
			"tableExists": "Skipping create table \"{tableName}\" as it already exists",
			"tableDeleting": "Deleting table \"{tableName}\"",
			"tableDeleted": "Table \"{tableName}\" deleted",
			"indexCreating": "Creating index \"{indexName}\" on table \"{tableName}\"",
			"indexCreated": "Created index \"{indexName}\" on table \"{tableName}\""
		}
	},
	"warn": {
		"dynamoDbEntityStorageConnector": {
			"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
		}
	},
	"error": {
		"dynamoDbEntityStorageConnector": {
			"optimisticLockFailed": "The entity \"{conflictId}\" could not be written because the optimistic lock check failed",
			"conditionFailed": "The entity \"{conflictId}\" could not be updated because the supplied conditions did not match the stored state",
			"tableCreateFailed": "Creating table \"{tableName}\" failed",
			"tableDoesNotExist": "Table \"{tableName}\" does not exist",
			"indexCreateFailed": "Creating the missing indexes on table \"{tableName}\" failed",
			"indexCreateTimeout": "Index \"{indexName}\" on table \"{tableName}\" was still building when the wait expired",
			"setFailed": "Unable to set entity \"{id}\"",
			"getFailed": "Unable to get entity \"{id}\"",
			"removeFailed": "Unable to remove entity \"{id}\"",
			"queryFailed": "The query failed",
			"comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
			"conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
			"sortUnsupported": "Sorting supports at most one property other than the primary key \"{primaryKey}\"",
			"propertyNotFound": "The property \"{property}\" was not found on the entity schema",
			"getPartitionContextIdsFailed": "Unable to get partition context ids",
			"setBatchFailed": "Unable to set batch of entities",
			"removeBatchFailed": "Unable to remove batch of entities",
			"emptyFailed": "Unable to empty entity storage",
			"countFailed": "Unable to count entities",
			"teardownFailed": "Unable to teardown entity storage",
			"finalizeMigrationFailedBootstrap": "Finalizing migration failed during bootstrap phase"
		}
	},
	"health": {
		"dynamoDbEntityStorageConnector": {
			"healthDescription": "Checks if the DynamoDB table \"{tableName}\" is available",
			"connectionFailed": "Failed to connect to DynamoDB table \"{tableName}\""
		}
	}
}
