codegen-resources.customization.config Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticbeanstalk Show documentation
Show all versions of elasticbeanstalk Show documentation
The AWS Java SDK for AWS Elastic Beanstalk module holds the client classes that are used for
communicating with AWS Elastic Beanstalk Service
{
"renameShapes" : {
// Otherwise we'll generate an inner interface 'Builder' within the
// 'Builder' class, which is invalid Java
"Builder" : "PlatformBuilder"
},
"shapeModifiers" : {
"CreatePlatformVersionResult" : {
"modify": [
{
// Avoid colliding with the static 'builder' that returns the model builder
"Builder" : {
"emitPropertyName": "PlatformBuilder"
}
}
]
}
},
"blacklistedSimpleMethods" : [
"abortEnvironmentUpdate",
"composeEnvironments",
"deletePlatformVersion",
"rebuildEnvironment",
"restartAppServer",
"swapEnvironmentCNAMEs",
"terminateEnvironment",
"updateEnvironment",
"describeEnvironmentResources",
"describePlatformVersion",
"describeEnvironmentManagedActionHistory",
"describeEnvironmentManagedActions",
"describeInstancesHealth",
"describeEnvironmentHealth",
"describeConfigurationOptions"
],
"verifiedSimpleMethods" : [
"createStorageLocation",
"describeAccountAttributes",
"describeApplicationVersions",
"describeApplications",
"describeEnvironments",
"describeEvents",
"listAvailableSolutionStacks",
"listPlatformVersions"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy