package cloudformation_test var CancelUpdateStackResponse = ` 4af14eec-350e-11e4-b260-EXAMPLE ` var CreateStackResponse = ` arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 4af14eec-350e-11e4-b260-EXAMPLE ` var CreateStackWithInvalidParamsResponse = ` Sender ValidationError Either Template URL or Template Body must be specified. 70a76d42-9665-11e2-9fdf-211deEXAMPLE ` var DeleteStackResponse = ` 4af14eec-350e-11e4-b260-EXAMPLE ` var DescribeStackEventsResponse = ` Event-1-Id arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MyStack MyStack_One AWS::CloudFormation::Stack 2010-07-27T22:26:28Z CREATE_IN_PROGRESS User initiated Event-2-Id arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MyDBInstance MyStack_DB1 AWS::SecurityGroup 2010-07-27T22:27:28Z CREATE_IN_PROGRESS {"GroupDescription":...} Event-3-Id arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MySG1 MyStack_SG1 AWS::SecurityGroup 2010-07-27T22:28:28Z CREATE_COMPLETE 4af14eec-350e-11e4-b260-EXAMPLE ` var DescribeStackResourceResponse = ` arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MyDBInstance MyStack_DB1 AWS::RDS::DBInstance 2011-07-07T22:27:28Z CREATE_COMPLETE 4af14eec-350e-11e4-b260-EXAMPLE ` var DescribeStackResourcesResponse = ` arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MyDBInstance MyStack_DB1 AWS::DBInstance 2010-07-27T22:27:28Z CREATE_COMPLETE arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 MyStack MyAutoScalingGroup MyStack_ASG1 AWS::AutoScalingGroup 2010-07-27T22:28:28Z CREATE_IN_PROGRESS 4af14eec-350e-11e4-b260-EXAMPLE ` var DescribeStacksResponse = ` MyStack arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 My Description CAPABILITY_IAM arn:aws:sns:region-name:account-name:topic-name MyValue MyKey MyTagKey MyTagValue 2010-07-27T22:28:28Z CREATE_COMPLETE false ServerUrl StartPage http://my-load-balancer.amazonaws.com:80/index.html 4af14eec-350e-11e4-b260-EXAMPLE ` var EstimateTemplateCostResponse = ` http://calculator.s3.amazonaws.com/calc5.html?key=cf-2e351785-e821-450c-9d58-625e1e1ebfb6 4af14eec-350e-11e4-b260-EXAMPLE ` var GetStackPolicyResponse = ` { "Statement" : [ { "Effect" : "Deny", "Action" : "Update:*", "Principal" : "*", "Resource" : "LogicalResourceId/ProductionDatabase" }, { "Effect" : "Allow", "Action" : "Update:*", "Principal" : "*", "Resource" : "*" } ] } 4af14eec-350e-11e4-b260-EXAMPLE ` var GetTemplateResponse = ` { "AWSTemplateFormatVersion" : "2010-09-09", "Description" : "Simple example", "Resources" : { "MySQS" : { "Type" : "AWS::SQS::Queue", "Properties" : { } } } } 4af14eec-350e-11e4-b260-EXAMPLE ` var ListStackResourcesResponse = ` CREATE_COMPLETE DBSecurityGroup 2011-06-21T20:15:58Z gmarcteststack-dbsecuritygroup-1s5m0ez5lkk6w AWS::RDS::DBSecurityGroup CREATE_COMPLETE SampleDB 2011-06-21T20:25:57Z MyStack-sampledb-ycwhk1v830lx AWS::RDS::DBInstance CREATE_COMPLETE SampleApplication 2011-06-21T20:26:12Z MyStack-SampleApplication-1MKNASYR3RBQL AWS::ElasticBeanstalk::Application CREATE_COMPLETE SampleEnvironment 2011-06-21T20:28:48Z myst-Samp-1AGU6ERZX6M3Q AWS::ElasticBeanstalk::Environment CREATE_COMPLETE AlarmTopic 2011-06-21T20:29:06Z arn:aws:sns:us-east-1:803981987763:MyStack-AlarmTopic-SW4IQELG7RPJ AWS::SNS::Topic CREATE_COMPLETE CPUAlarmHigh 2011-06-21T20:29:23Z MyStack-CPUAlarmHigh-POBWQPDJA81F AWS::CloudWatch::Alarm 2d06e36c-ac1d-11e0-a958-f9382b6eb86b ` var ListStacksResponse = ` arn:aws:cloudformation:us-east-1:1234567:stack/TestCreate1/aaaaa CREATE_IN_PROGRESS vpc1 2011-05-23T15:47:44Z Creates one EC2 instance and a load balancer. arn:aws:cloudformation:us-east-1:1234567:stack/TestDelete2/bbbbb DELETE_COMPLETE 2011-03-10T16:20:51Z WP1 2011-03-05T19:57:58Z A simple basic Cloudformation Template. 2d06e36c-ac1d-11e0-a958-f9382b6eb86b ` var SetStackPolicyResponse = ` 4af14eec-350e-11e4-b260-EXAMPLE ` var UpdateStackResponse = ` arn:aws:cloudformation:us-east-1:123456789:stack/MyStack/aaf549a0-a413-11df-adb3-5081b3858e83 4af14eec-350e-11e4-b260-EXAMPLE ` var ValidateTemplateResponse = ` Test CAPABILITY_IAM false InstanceType Type of instance to launch m1.small false WebServerPort The TCP port for the Web Server 8888 false KeyName Name of an existing EC2 KeyPair to enable SSH access into the server 0be7b6e8-e4a0-11e0-a5bd-9f8d5a7dbc91 `