|
5851 | 5851 | ] |
5852 | 5852 | } |
5853 | 5853 | } |
| 5854 | + ], |
| 5855 | + "smithy.test#smokeTests": [ |
| 5856 | + { |
| 5857 | + "id": "ListAvailableSolutionStacksSuccess", |
| 5858 | + "params": {}, |
| 5859 | + "vendorParams": { |
| 5860 | + "region": "us-west-2" |
| 5861 | + }, |
| 5862 | + "vendorParamsShape": "aws.test#AwsVendorParams", |
| 5863 | + "expect": { |
| 5864 | + "success": {} |
| 5865 | + } |
| 5866 | + } |
5854 | 5867 | ] |
5855 | 5868 | } |
5856 | 5869 | }, |
|
8355 | 8368 | "traits": { |
8356 | 8369 | "smithy.api#documentation": "<p>Updates the environment description, deploys a new application version, updates the\n configuration settings to an entirely new configuration template, or updates select\n configuration option values in the running environment.</p>\n <p> Attempting to update both the release and configuration is not allowed and AWS Elastic\n Beanstalk returns an <code>InvalidParameterCombination</code> error. </p>\n <p> When updating the configuration settings to a new template or individual settings, a\n draft configuration is created and <a>DescribeConfigurationSettings</a> for this\n environment returns two setting descriptions with different <code>DeploymentStatus</code>\n values. </p>", |
8357 | 8370 | "smithy.api#examples": [ |
8358 | | - { |
8359 | | - "title": "To update an environment to a new version", |
8360 | | - "documentation": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:", |
8361 | | - "input": { |
8362 | | - "EnvironmentName": "my-env", |
8363 | | - "VersionLabel": "v2" |
8364 | | - }, |
8365 | | - "output": { |
8366 | | - "ApplicationName": "my-app", |
8367 | | - "EnvironmentName": "my-env", |
8368 | | - "VersionLabel": "v2", |
8369 | | - "Status": "Updating", |
8370 | | - "EnvironmentId": "e-szqipays4h", |
8371 | | - "EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com", |
8372 | | - "SolutionStackName": "64bit Amazon Linux running Tomcat 7", |
8373 | | - "CNAME": "my-env.elasticbeanstalk.com", |
8374 | | - "Health": "Grey", |
8375 | | - "Tier": { |
8376 | | - "Version": " ", |
8377 | | - "Type": "Standard", |
8378 | | - "Name": "WebServer" |
8379 | | - }, |
8380 | | - "DateUpdated": "2015-02-03T23:12:29.119Z", |
8381 | | - "DateCreated": "2015-02-03T23:04:54.453Z" |
8382 | | - } |
8383 | | - }, |
8384 | 8371 | { |
8385 | 8372 | "title": "To configure option settings", |
8386 | 8373 | "documentation": "The following operation configures several options in the aws:elb:loadbalancer namespace:", |
|
8428 | 8415 | "DateUpdated": "2015-08-12T18:15:23.804Z", |
8429 | 8416 | "DateCreated": "2015-08-07T20:48:49.599Z" |
8430 | 8417 | } |
| 8418 | + }, |
| 8419 | + { |
| 8420 | + "title": "To update an environment to a new version", |
| 8421 | + "documentation": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:", |
| 8422 | + "input": { |
| 8423 | + "EnvironmentName": "my-env", |
| 8424 | + "VersionLabel": "v2" |
| 8425 | + }, |
| 8426 | + "output": { |
| 8427 | + "ApplicationName": "my-app", |
| 8428 | + "EnvironmentName": "my-env", |
| 8429 | + "VersionLabel": "v2", |
| 8430 | + "Status": "Updating", |
| 8431 | + "EnvironmentId": "e-szqipays4h", |
| 8432 | + "EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com", |
| 8433 | + "SolutionStackName": "64bit Amazon Linux running Tomcat 7", |
| 8434 | + "CNAME": "my-env.elasticbeanstalk.com", |
| 8435 | + "Health": "Grey", |
| 8436 | + "Tier": { |
| 8437 | + "Version": " ", |
| 8438 | + "Type": "Standard", |
| 8439 | + "Name": "WebServer" |
| 8440 | + }, |
| 8441 | + "DateUpdated": "2015-02-03T23:12:29.119Z", |
| 8442 | + "DateCreated": "2015-02-03T23:04:54.453Z" |
| 8443 | + } |
8431 | 8444 | } |
8432 | 8445 | ] |
8433 | 8446 | } |
|
0 commit comments