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

A single bundled dependency that includes all service and dependent JARs with third-party libraries relocated to different namespaces.

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

    "authPolicyActions" : {
        "skip" : true
    },

    // 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"
    },

    "skipSmokeTests": "true",
    "skipSyncClientGeneration" : true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy