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

codegen-resources.dynamodb.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
{
  "customServiceNameForRequest": "AmazonDynamoDBv2",
  "calculateCrc32FromCompressedData": true,
  "requiredParamValidationEnabled": false,
  "authPolicyActions" : {
    "fileNamePrefix" : "DynamoDBv2"
  },
  "shapeModifiers": {
    "AttributeValue": {
        "modify": [
            {
                "NULL": {
                    "emitPropertyName": "NUL"
                }
            }
        ]
    }
  },
  "customRetryPolicy" : "software.amazon.awssdk.services.dynamodb.DynamoDbRetryPolicy",
  "skipSyncClientGeneration" : true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy