
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.
{
"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