Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / botocore   python

Repository URL to install this package:

/ botocore / data / elasticbeanstalk / 2010-12-01 / examples-1.json

{
  "version": "1.0",
  "examples": {
    "AbortEnvironmentUpdate": [
      {
        "input": {
          "EnvironmentName": "my-env"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following code aborts a running application version deployment for an environment named my-env:",
        "id": "to-abort-a-deployment-1456267848227",
        "title": "To abort a deployment"
      }
    ],
    "CheckDNSAvailability": [
      {
        "input": {
          "CNAMEPrefix": "my-cname"
        },
        "output": {
          "Available": true,
          "FullyQualifiedCNAME": "my-cname.us-west-2.elasticbeanstalk.com"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation checks the availability of the subdomain my-cname:",
        "id": "to-check-the-availability-of-a-cname-1456268589537",
        "title": "To check the availability of a CNAME"
      }
    ],
    "CreateApplication": [
      {
        "input": {
          "ApplicationName": "my-app",
          "Description": "my application"
        },
        "output": {
          "Application": {
            "ApplicationName": "my-app",
            "ConfigurationTemplates": [

            ],
            "DateCreated": "2015-02-12T18:32:21.181Z",
            "DateUpdated": "2015-02-12T18:32:21.181Z",
            "Description": "my application"
          }
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation creates a new application named my-app:",
        "id": "to-create-a-new-application-1456268895683",
        "title": "To create a new application"
      }
    ],
    "CreateApplicationVersion": [
      {
        "input": {
          "ApplicationName": "my-app",
          "AutoCreateApplication": true,
          "Description": "my-app-v1",
          "Process": true,
          "SourceBundle": {
            "S3Bucket": "my-bucket",
            "S3Key": "sample.war"
          },
          "VersionLabel": "v1"
        },
        "output": {
          "ApplicationVersion": {
            "ApplicationName": "my-app",
            "DateCreated": "2015-02-03T23:01:25.412Z",
            "DateUpdated": "2015-02-03T23:01:25.412Z",
            "Description": "my-app-v1",
            "SourceBundle": {
              "S3Bucket": "my-bucket",
              "S3Key": "sample.war"
            },
            "VersionLabel": "v1"
          }
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation creates a new version (v1) of an application named my-app:",
        "id": "to-create-a-new-application-1456268895683",
        "title": "To create a new application"
      }
    ],
    "CreateConfigurationTemplate": [
      {
        "input": {
          "ApplicationName": "my-app",
          "EnvironmentId": "e-rpqsewtp2j",
          "TemplateName": "my-app-v1"
        },
        "output": {
          "ApplicationName": "my-app",
          "DateCreated": "2015-08-12T18:40:39Z",
          "DateUpdated": "2015-08-12T18:40:39Z",
          "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
          "TemplateName": "my-app-v1"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:",
        "id": "to-create-a-configuration-template-1456269283586",
        "title": "To create a configuration template"
      }
    ],
    "CreateEnvironment": [
      {
        "input": {
          "ApplicationName": "my-app",
          "CNAMEPrefix": "my-app",
          "EnvironmentName": "my-env",
          "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
          "VersionLabel": "v1"
        },
        "output": {
          "ApplicationName": "my-app",
          "CNAME": "my-app.elasticbeanstalk.com",
          "DateCreated": "2015-02-03T23:04:54.479Z",
          "DateUpdated": "2015-02-03T23:04:54.479Z",
          "EnvironmentId": "e-izqpassy4h",
          "EnvironmentName": "my-env",
          "Health": "Grey",
          "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
          "Status": "Launching",
          "Tier": {
            "Name": "WebServer",
            "Type": "Standard",
            "Version": " "
          },
          "VersionLabel": "v1"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
        "id": "to-create-a-new-environment-for-an-application-1456269380396",
        "title": "To create a new environment for an application"
      }
    ],
    "CreateStorageLocation": [
      {
        "output": {
          "S3Bucket": "elasticbeanstalk-us-west-2-0123456789012"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
        "id": "to-create-a-new-environment-for-an-application-1456269380396",
        "title": "To create a new environment for an application"
      }
    ],
    "DeleteApplication": [
      {
        "input": {
          "ApplicationName": "my-app"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation deletes an application named my-app:",
        "id": "to-delete-an-application-1456269699366",
        "title": "To delete an application"
      }
    ],
    "DeleteApplicationVersion": [
      {
        "input": {
          "ApplicationName": "my-app",
          "DeleteSourceBundle": true,
          "VersionLabel": "22a0-stage-150819_182129"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:",
        "id": "to-delete-an-application-version-1456269792956",
        "title": "To delete an application version"
      }
    ],
    "DeleteConfigurationTemplate": [
      {
        "input": {
          "ApplicationName": "my-app",
          "TemplateName": "my-template"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation deletes a configuration template named my-template for an application named my-app:",
        "id": "to-delete-a-configuration-template-1456269836701",
        "title": "To delete a configuration template"
      }
    ],
    "DeleteEnvironmentConfiguration": [
      {
        "input": {
          "ApplicationName": "my-app",
          "EnvironmentName": "my-env"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation deletes a draft configuration for an environment named my-env:",
        "id": "to-delete-a-draft-configuration-1456269886654",
        "title": "To delete a draft configuration"
      }
    ],
    "DescribeApplicationVersions": [
      {
        "input": {
          "ApplicationName": "my-app",
          "VersionLabels": [
            "v2"
          ]
        },
        "output": {
          "ApplicationVersions": [
            {
              "ApplicationName": "my-app",
              "DateCreated": "2015-07-23T01:32:26.079Z",
              "DateUpdated": "2015-07-23T01:32:26.079Z",
              "Description": "update cover page",
              "SourceBundle": {
                "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
                "S3Key": "my-app/5026-stage-150723_224258.war"
              },
              "VersionLabel": "v2"
            },
            {
              "ApplicationName": "my-app",
              "DateCreated": "2015-07-23T22:26:10.816Z",
              "DateUpdated": "2015-07-23T22:26:10.816Z",
              "Description": "initial version",
              "SourceBundle": {
                "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
                "S3Key": "my-app/5026-stage-150723_222618.war"
              },
              "VersionLabel": "v1"
            }
          ]
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation retrieves information about an application version labeled v2:",
        "id": "to-view-information-about-an-application-version-1456269947428",
        "title": "To view information about an application version"
      }
    ],
    "DescribeApplications": [
      {
        "input": {
        },
        "output": {
          "Applications": [
            {
              "ApplicationName": "ruby",
              "ConfigurationTemplates": [

              ],
              "DateCreated": "2015-08-13T21:05:44.376Z",
              "DateUpdated": "2015-08-13T21:05:44.376Z",
              "Versions": [
                "Sample Application"
              ]
            },
            {
              "ApplicationName": "pythonsample",
              "ConfigurationTemplates": [

              ],
              "DateCreated": "2015-08-13T19:05:43.637Z",
              "DateUpdated": "2015-08-13T19:05:43.637Z",
              "Description": "Application created from the EB CLI using \"eb init\"",
              "Versions": [
                "Sample Application"
              ]
            },
            {
              "ApplicationName": "nodejs-example",
              "ConfigurationTemplates": [

              ],
              "DateCreated": "2015-08-06T17:50:02.486Z",
              "DateUpdated": "2015-08-06T17:50:02.486Z",
              "Versions": [
                "add elasticache",
                "First Release"
              ]
            }
          ]
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "The following operation retrieves information about applications in the current region:",
Loading ...