All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen-resources.dynamodbstreams.customization.config Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon DynamoDB module holds the client classes that are used for communicating with Amazon DynamoDB Service

There is a newer version: 2.31.2
Show newest version
{
    "sdkModeledExceptionBaseClassName": "DynamoDbException",

    // exclude these shapes that are already present in the dynamodb client
    "shapeModifiers": {
        "AttributeValue" : {
            "excludeShape": true
        },
        "KeySchemaElement" : {
            "excludeShape": true
        },
        "KeyType" : {
            "excludeShape": true
        },
        "StreamViewType" : {
            "excludeShape": true
        },
        "InternalServerError" : {
            "excludeShape": true
        },
        "LimitExceededException" : {
            "excludeShape": true
        },
        "ResourceNotFoundException" : {
            "excludeShape": true
        }
    },
    "shareModelConfig" : {
        "shareModelWith" : "dynamodb",
        "packageName" : "streams"
    },
    "verifiedSimpleMethods" : [
        "listStreams"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy