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

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

Go to download

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

There is a newer version: 2.29.39
Show newest version
{
    "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