diff --git a/lib/openstax/aws/stack.rb b/lib/openstax/aws/stack.rb index 45c4030..1676735 100644 --- a/lib/openstax/aws/stack.rb +++ b/lib/openstax/aws/stack.rb @@ -168,6 +168,8 @@ def create_change_set(options) def apply_change_set(params: {}, wait: false) logger.info("**** DRY RUN ****") if dry_run + @previous_parameters = deployed_parameters + logger.info("Updating #{name} stack...") params = parameters_for_update(overrides: params) @@ -220,6 +222,18 @@ def apply_change_set(params: {}, wait: false) change_set end + def revert_to_previous_change_set(wait: false) + logger.info("**** DRY RUN ****") if dry_run + + if @previous_parameters + logger.info("Reverting to previous change set...") + apply_change_set(params: @previous_parameters, wait: wait) + @previous_parameters = nil + else + logger.info("There are no saved previous parameters for #{name} stack.") + end + end + def delete(wait: false) logger.info("**** DRY RUN ****") if dry_run diff --git a/spec/cassettes/OpenStax_Aws_Stack/reverts_to_previous_change_set.yml b/spec/cassettes/OpenStax_Aws_Stack/reverts_to_previous_change_set.yml new file mode 100644 index 0000000..8680f93 --- /dev/null +++ b/spec/cassettes/OpenStax_Aws_Stack/reverts_to_previous_change_set.yml @@ -0,0 +1,10476 @@ +--- +http_interactions: +- request: + method: post + uri: https://cloudformation.us-west-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=ValidateTemplate&TemplateBody=Description%3A%20%3E%0A%20%20Test%20template%20one%0A%0AParameters%3A%0A%0A%20%20BucketName%3A%0A%20%20%20%20Type%3A%20String%0A%0A%20%20TagValue%3A%0A%20%20%20%20Type%3A%20String%0A%0AResources%3A%0A%0A%20%20S3Bucket%3A%0A%20%20%20%20Type%3A%20AWS%3A%3AS3%3A%3ABucket%0A%20%20%20%20Properties%3A%0A%20%20%20%20%20%20BucketName%3A%20%21Ref%20%27BucketName%27%0A%20%20%20%20%20%20Tags%3A%0A%20%20%20%20%20%20%20%20-%20Key%3A%20Tag1%0A%20%20%20%20%20%20%20%20%20%20Value%3A%20%21Ref%20%27TagValue%27%0A%0AOutputs%3A%0A%0A%20%20BucketArn%3A%0A%20%20%20%20Value%3A%20%21GetAtt%20%27S3Bucket.Arn%27%0A%20%20%20%20Export%3A%0A%20%20%20%20%20%20Name%3A%20%21Sub%20%27%24%7BAWS%3A%3AStackName%7D-BucketArn%27%0A&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-west-2.amazonaws.com + X-Amz-Date: + - 20200525T141320Z + X-Amz-Content-Sha256: + - 4c4130d6d8ee21d1264dded763ed8d1415f408345990e0ea0c57bac79465bafc + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-west-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '759' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c2c0af18-661f-444d-b282-35f89508ed58 + Content-Type: + - text/xml + Content-Length: + - '580' + Date: + - Mon, 25 May 2020 14:13:20 GMT + body: + encoding: UTF-8 + string: | + + + Test template one + + + + BucketName + false + + + TagValue + false + + + + + c2c0af18-661f-444d-b282-35f89508ed58 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:21 GMT +- request: + method: put + uri: https://openstax-sandbox-cfn-templates.s3.us-west-2.amazonaws.com/cfn_templates/spec-templates/template_one.yml + body: + encoding: UTF-8 + string: | + Description: > + Test template one + + Parameters: + + BucketName: + Type: String + + TagValue: + Type: String + + Resources: + + S3Bucket: + Type: AWS::S3::Bucket + Properties: + BucketName: !Ref 'BucketName' + Tags: + - Key: Tag1 + Value: !Ref 'TagValue' + + Outputs: + + BucketArn: + Value: !GetAtt 'S3Bucket.Arn' + Export: + Name: !Sub '${AWS::StackName}-BucketArn' + headers: + Content-Type: + - '' + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-s3/1.61.2 + Expect: + - 100-continue + Content-Md5: + - iwRQXuudefxiuYnuy/AKYA== + Host: + - openstax-sandbox-cfn-templates.s3.us-west-2.amazonaws.com + X-Amz-Date: + - 20200525T141321Z + X-Amz-Content-Sha256: + - 44820f5081bfdd4c387cf15b34f8f70367dbba4e87e0c51380353e1b3b436eab + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-west-2/s3/aws4_request, + SignedHeaders=content-md5;expect;host;user-agent;x-amz-content-sha256;x-amz-date, + Signature= + Content-Length: + - '395' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amz-Id-2: + - sHeEFZgVHG2ZW5noeGYB/Z9CbwMvpthRWz+nAaBHHNtr5yK16UrYXX33SNFBHtWNJYkey/MUXQw= + X-Amz-Request-Id: + - DB9D0FB789DECF05 + Date: + - Mon, 25 May 2020 14:13:22 GMT + X-Amz-Version-Id: + - 8rLv91Fxcm7KJx1oY9VGWS6xbc0FXVcR + X-Amz-Server-Side-Encryption: + - AES256 + Etag: + - '"8b04505eeb9d79fc62b989eecbf00a60"' + Content-Length: + - '0' + Server: + - AmazonS3 + body: + encoding: UTF-8 + string: '' + http_version: null + recorded_at: Mon, 25 May 2020 14:13:22 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=CreateStack&Capabilities=&EnableTerminationProtection=false&Parameters.member.1.ParameterKey=BucketName&Parameters.member.1.ParameterValue=aws-ruby-rspec-bucket&Parameters.member.2.ParameterKey=TagValue&Parameters.member.2.ParameterValue=howdy&StackName=spec-aws-ruby-stack-update-new-parameters&Tags=&TemplateURL=https%3A%2F%2Fs3.amazonaws.com%2Fopenstax-sandbox-cfn-templates%2Fcfn_templates%2Fspec-templates%2Ftemplate_one.yml&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141322Z + X-Amz-Content-Sha256: + - 50140cf4de01f0bf8df4d984e298a5471814917ea4acf1b77b6ddc08e51fdbc2 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '455' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 86f333fb-1661-4b20-affa-0b2ae36307a1 + Content-Type: + - text/xml + Content-Length: + - '411' + Date: + - Mon, 25 May 2020 14:13:23 GMT + body: + encoding: UTF-8 + string: | + + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + + + 86f333fb-1661-4b20-affa-0b2ae36307a1 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:23 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141323Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - fb26b4c9-12c1-4019-86b1-0036fec36654 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:23 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + fb26b4c9-12c1-4019-86b1-0036fec36654 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:24 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141324Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - e5cf95b6-ca11-49be-80ff-6b71fecd156e + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:24 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + e5cf95b6-ca11-49be-80ff-6b71fecd156e + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:24 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141324Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 851685d6-8b7a-4a25-a5ce-6b4e93619c87 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:24 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 851685d6-8b7a-4a25-a5ce-6b4e93619c87 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:25 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141325Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a00835ff-a54e-4bc3-9e28-08fd0ff0ce7d + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:25 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + a00835ff-a54e-4bc3-9e28-08fd0ff0ce7d + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:26 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141326Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 389a2c28-0e4c-4ca0-b67c-ee68bd91dc86 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:26 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 389a2c28-0e4c-4ca0-b67c-ee68bd91dc86 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:26 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141326Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - d0f51e06-c430-4d3a-8518-a2fbc348bf12 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:26 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + d0f51e06-c430-4d3a-8518-a2fbc348bf12 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:27 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141327Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - d1929610-cddc-4c21-9b86-8397e612c858 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:27 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + d1929610-cddc-4c21-9b86-8397e612c858 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:27 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141327Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 59457df0-2d28-4876-962d-be61d1fc2ab0 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:28 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 59457df0-2d28-4876-962d-be61d1fc2ab0 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:28 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141328Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 75bd3f79-c7e3-4d82-98ff-d4c468b3c41c + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:28 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 75bd3f79-c7e3-4d82-98ff-d4c468b3c41c + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:29 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141329Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 28e8de8b-2f12-4cc9-a39c-0afe10922880 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:29 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 28e8de8b-2f12-4cc9-a39c-0afe10922880 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:29 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141329Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - ed599358-42b3-47b8-ad56-1409d026ed9a + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:29 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + ed599358-42b3-47b8-ad56-1409d026ed9a + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:30 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141330Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 272c7822-c194-40e1-893b-8942ce206551 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:30 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 272c7822-c194-40e1-893b-8942ce206551 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:31 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141331Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a4bc65b5-11f7-4ba5-8c99-b62ce8ba9974 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:31 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + a4bc65b5-11f7-4ba5-8c99-b62ce8ba9974 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:31 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141331Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b00fb555-ee0a-4a10-93df-0a65821b4f12 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:31 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + b00fb555-ee0a-4a10-93df-0a65821b4f12 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:32 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141332Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 51dd3c71-08cc-4515-8624-ed6eaf8b2923 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:32 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 51dd3c71-08cc-4515-8624-ed6eaf8b2923 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:33 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141333Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 8bcbfdac-8b04-4898-ae05-089c878b71dd + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:33 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 8bcbfdac-8b04-4898-ae05-089c878b71dd + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:34 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141334Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b3dbff73-65df-49df-86c3-4199e3f488d1 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:34 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + b3dbff73-65df-49df-86c3-4199e3f488d1 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:34 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141334Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 6172abdc-8168-4661-8183-7eadb39f7806 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:35 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 6172abdc-8168-4661-8183-7eadb39f7806 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:36 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141336Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5a1f3901-f3ce-47b6-9ede-b92d69c4aea8 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:36 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 5a1f3901-f3ce-47b6-9ede-b92d69c4aea8 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:36 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141336Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 3816f475-ef41-46c3-a60b-99977caf78fb + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:36 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 3816f475-ef41-46c3-a60b-99977caf78fb + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:37 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141337Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 62e9f823-5af7-4c35-9d3b-c75b101de3e4 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:37 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 62e9f823-5af7-4c35-9d3b-c75b101de3e4 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:38 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141338Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5cfbe634-8490-4e51-9749-575cd81f30aa + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:38 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 5cfbe634-8490-4e51-9749-575cd81f30aa + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:38 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141338Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 0cf4c365-3b05-42c1-a1ff-58edc3589e4c + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:38 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 0cf4c365-3b05-42c1-a1ff-58edc3589e4c + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:39 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141339Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - e28ab5be-52e2-472b-ac68-be868d0174fe + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:39 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + e28ab5be-52e2-472b-ac68-be868d0174fe + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:40 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141340Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 1668d506-ab19-48fa-8174-ef754c8d405d + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:40 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 1668d506-ab19-48fa-8174-ef754c8d405d + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:40 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141340Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 92506ecc-1f62-4edf-bab4-99f7fdd87699 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:40 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 92506ecc-1f62-4edf-bab4-99f7fdd87699 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:41 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141341Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 640ac9df-1bd6-486c-8251-dd968c7043eb + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:41 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 640ac9df-1bd6-486c-8251-dd968c7043eb + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:42 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141342Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a9e9eeb5-89f6-46ea-a391-9dc85ba94528 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:42 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + a9e9eeb5-89f6-46ea-a391-9dc85ba94528 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:42 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141342Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5b5b4ff2-ec71-4a5c-8799-176c82a17e07 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:42 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 5b5b4ff2-ec71-4a5c-8799-176c82a17e07 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:43 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141343Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 22be6e7a-dca5-426f-b0a5-a4b032c10bea + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:43 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 22be6e7a-dca5-426f-b0a5-a4b032c10bea + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:44 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141344Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5a1a198e-02d4-411f-9bd9-5326847b0276 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:44 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 5a1a198e-02d4-411f-9bd9-5326847b0276 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:44 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141344Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c8ad170f-0e6d-43a4-b77e-91d0434f9ffc + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:44 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + c8ad170f-0e6d-43a4-b77e-91d0434f9ffc + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:45 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141345Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 65f576d8-0be4-4d3c-a059-26e3d8197fe5 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:45 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 65f576d8-0be4-4d3c-a059-26e3d8197fe5 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:45 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141345Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 3b56f1b8-4fd4-4d10-b9a8-49960060d8d3 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:46 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 3b56f1b8-4fd4-4d10-b9a8-49960060d8d3 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:46 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141346Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - d27588b8-1ae7-450b-ba95-62612748a418 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:46 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + d27588b8-1ae7-450b-ba95-62612748a418 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:47 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141347Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 8a04f4cb-4050-4823-a3a4-71c3c85ce5d1 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:47 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 8a04f4cb-4050-4823-a3a4-71c3c85ce5d1 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:47 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141347Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - da8ec6de-1337-4726-abbe-36b17d68d410 + Content-Type: + - text/xml + Content-Length: + - '1382' + Date: + - Mon, 25 May 2020 14:13:48 GMT + body: + encoding: UTF-8 + string: | + + + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + da8ec6de-1337-4726-abbe-36b17d68d410 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:48 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141348Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 2e5a4cc9-15b3-4c72-be18-bebd848c69d4 + Content-Type: + - text/xml + Content-Length: + - '1663' + Date: + - Mon, 25 May 2020 14:13:49 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_COMPLETE + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 2e5a4cc9-15b3-4c72-be18-bebd848c69d4 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:49 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141349Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 90459738-005e-4b92-9af8-5258e6eb7083 + Content-Type: + - text/xml + Content-Length: + - '1663' + Date: + - Mon, 25 May 2020 14:13:49 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + CREATE_COMPLETE + false + + + + NOT_CHECKED + + false + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + + + + + 90459738-005e-4b92-9af8-5258e6eb7083 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:49 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=CreateChangeSet&Capabilities=&ChangeSetName=spec-aws-ruby-stack-update-new-parameters-20200525-141349&Parameters.member.1.ParameterKey=BucketName&Parameters.member.1.UsePreviousValue=true&Parameters.member.2.ParameterKey=TagValue&Parameters.member.2.ParameterValue=there&StackName=spec-aws-ruby-stack-update-new-parameters&Tags=&TemplateURL=https%3A%2F%2Fs3.amazonaws.com%2Fopenstax-sandbox-cfn-templates%2Fcfn_templates%2Fspec-templates%2Ftemplate_one.yml&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141349Z + X-Amz-Content-Sha256: + - 56cb3a120faff4a08339a3286f0a776cd461928b88bbc56dc00155e4053a20af + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '482' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - d1c20563-ba15-4732-8709-4b59aefad202 + Content-Type: + - text/xml + Content-Length: + - '591' + Date: + - Mon, 25 May 2020 14:13:51 GMT + body: + encoding: UTF-8 + string: | + + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + d1c20563-ba15-4732-8709-4b59aefad202 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:52 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141352Z + X-Amz-Content-Sha256: + - a11079378afb0c4e54945797089399396cd4ea5754ac0b276515b883bfa04cb5 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - dc70c972-b8e8-4a06-bae0-b995af763056 + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:13:52 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:13:52.055Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141349 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + dc70c972-b8e8-4a06-bae0-b995af763056 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:52 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141352Z + X-Amz-Content-Sha256: + - a11079378afb0c4e54945797089399396cd4ea5754ac0b276515b883bfa04cb5 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 73d55ea8-8aca-4bdf-a06d-a0528ed76060 + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:13:52 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:13:52.055Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141349 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + 73d55ea8-8aca-4bdf-a06d-a0528ed76060 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:53 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141353Z + X-Amz-Content-Sha256: + - a11079378afb0c4e54945797089399396cd4ea5754ac0b276515b883bfa04cb5 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 209a14f6-4235-4862-ab90-bebbc541d126 + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:13:53 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:13:52.055Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141349 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + 209a14f6-4235-4862-ab90-bebbc541d126 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:54 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141354Z + X-Amz-Content-Sha256: + - a11079378afb0c4e54945797089399396cd4ea5754ac0b276515b883bfa04cb5 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - cec7a05f-87f4-4566-8f6c-48d1c591968a + Content-Type: + - text/xml + Content-Length: + - '2478' + Vary: + - accept-encoding + Date: + - Mon, 25 May 2020 14:13:54 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:13:52.055Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + AVAILABLE + spec-aws-ruby-stack-update-new-parameters + + + Resource + + aws-ruby-rspec-bucket + + Tags + + S3Bucket + Modify +
+ + Dynamic + DirectModification + + Never + Tags + + + + Static + ParameterReference + TagValue + + Never + Tags + + +
+ False + AWS::S3::Bucket +
+
+
+ spec-aws-ruby-stack-update-new-parameters-20200525-141349 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + CREATE_COMPLETE + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 +
+ + cec7a05f-87f4-4566-8f6c-48d1c591968a + +
+ http_version: null + recorded_at: Mon, 25 May 2020 14:13:55 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141355Z + X-Amz-Content-Sha256: + - a11079378afb0c4e54945797089399396cd4ea5754ac0b276515b883bfa04cb5 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 87a644d2-0c88-47ed-b40c-9119605221e1 + Content-Type: + - text/xml + Content-Length: + - '2478' + Vary: + - accept-encoding + Date: + - Mon, 25 May 2020 14:13:55 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:13:52.055Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + AVAILABLE + spec-aws-ruby-stack-update-new-parameters + + + Resource + + aws-ruby-rspec-bucket + + Tags + + S3Bucket + Modify +
+ + Dynamic + DirectModification + + Never + Tags + + + + Static + ParameterReference + TagValue + + Never + Tags + + +
+ False + AWS::S3::Bucket +
+
+
+ spec-aws-ruby-stack-update-new-parameters-20200525-141349 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + CREATE_COMPLETE + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 +
+ + 87a644d2-0c88-47ed-b40c-9119605221e1 + +
+ http_version: null + recorded_at: Mon, 25 May 2020 14:13:56 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=ExecuteChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141349%2F5737b9f7-5b7b-455d-afc1-6e6d71b49f90&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141356Z + X-Amz-Content-Sha256: + - fa0c7eb906bc6cf4e5a75a79249b12cff24dc13753f6cb50165c409bc3e908eb + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '221' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 99311e97-63e1-42a1-8533-8138725cc9ac + Content-Type: + - text/xml + Content-Length: + - '250' + Date: + - Mon, 25 May 2020 14:13:56 GMT + body: + encoding: UTF-8 + string: | + + + + 99311e97-63e1-42a1-8533-8138725cc9ac + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:56 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141356Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 2bbe517f-4ab0-4389-88d6-2a5688b7f356 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:13:56 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 2bbe517f-4ab0-4389-88d6-2a5688b7f356 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:57 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141357Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 890b2a06-c683-4506-b89b-1a1387fc264e + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:13:58 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 890b2a06-c683-4506-b89b-1a1387fc264e + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:58 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141358Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 7e677d42-5ed1-41db-a140-d7dab74aa6c0 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:13:58 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 7e677d42-5ed1-41db-a140-d7dab74aa6c0 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:13:59 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141359Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - f3b2beae-3c05-4b5d-a88b-cccf80b37016 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:13:59 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + f3b2beae-3c05-4b5d-a88b-cccf80b37016 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:00 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141400Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - d48c8c4c-54d6-477d-839d-bfe5cdcba5e6 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:00 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + d48c8c4c-54d6-477d-839d-bfe5cdcba5e6 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:00 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141400Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - bad4557e-86f6-411c-a517-dff7702ddd68 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:01 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + bad4557e-86f6-411c-a517-dff7702ddd68 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:02 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141402Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c3b1edcc-fbde-4586-bae8-c78a593c499f + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:03 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + c3b1edcc-fbde-4586-bae8-c78a593c499f + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:03 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141403Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b6332258-217d-4a49-9aeb-d14b02a41956 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:03 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + b6332258-217d-4a49-9aeb-d14b02a41956 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:03 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141404Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 194774b3-7e08-45de-b71c-4293f21e1df7 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:04 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 194774b3-7e08-45de-b71c-4293f21e1df7 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:04 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141404Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - ad680dbc-4a5c-4c4d-b20e-90ac890c1ed6 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:05 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + ad680dbc-4a5c-4c4d-b20e-90ac890c1ed6 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:05 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141405Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 41a2cb4d-730e-43e9-ab5e-734044bd83b9 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:06 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 41a2cb4d-730e-43e9-ab5e-734044bd83b9 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:06 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141406Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 504387dc-4635-4d20-97ab-45d387ee5df1 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:06 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 504387dc-4635-4d20-97ab-45d387ee5df1 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:06 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141406Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 6452500e-e6c5-4d89-b428-b14766051c99 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:08 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 6452500e-e6c5-4d89-b428-b14766051c99 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:08 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141408Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 81c26e04-32b1-470e-b483-4df2f70b6769 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:08 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 81c26e04-32b1-470e-b483-4df2f70b6769 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:09 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141409Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 02cb0253-5510-4e77-9916-c62aed4819e9 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:09 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 02cb0253-5510-4e77-9916-c62aed4819e9 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:10 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141410Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a2dff8fb-b4be-436d-bd5a-214fce73a7d8 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:09 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + a2dff8fb-b4be-436d-bd5a-214fce73a7d8 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:10 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141410Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - eb8752a6-32a0-4653-8c4b-81871693e542 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:10 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + eb8752a6-32a0-4653-8c4b-81871693e542 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:11 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141411Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b0250b14-cb99-4cd2-9b7d-0d13146144b8 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:11 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + b0250b14-cb99-4cd2-9b7d-0d13146144b8 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:12 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141412Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 589d46f5-457d-46f2-996f-cd6b70c98f96 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:12 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 589d46f5-457d-46f2-996f-cd6b70c98f96 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:12 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141412Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - bde496c1-2726-4fd5-8f70-b581a5500708 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:13 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + bde496c1-2726-4fd5-8f70-b581a5500708 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:13 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141413Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 23ec2fc8-ae04-4113-8288-d99425c0773d + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:13 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 23ec2fc8-ae04-4113-8288-d99425c0773d + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:14 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141414Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 1c4f5e9f-8bcb-4a17-a19e-73c2c3a43969 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:14 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 1c4f5e9f-8bcb-4a17-a19e-73c2c3a43969 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:15 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141415Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b6484380-24ad-4511-9d0f-1278e552a24b + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:15 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + b6484380-24ad-4511-9d0f-1278e552a24b + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:16 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141416Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - fcc63bb5-2acb-467f-9dfc-fcf8a1adff5d + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:16 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + fcc63bb5-2acb-467f-9dfc-fcf8a1adff5d + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:16 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141416Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - cce65578-b5f6-4c5c-9180-157ab8935869 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:16 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + cce65578-b5f6-4c5c-9180-157ab8935869 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:17 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141417Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - f1fbb681-1c2a-4825-ab48-1d114a93ce9e + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:17 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + f1fbb681-1c2a-4825-ab48-1d114a93ce9e + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:18 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141418Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 20bd70d9-0e21-4464-bb1e-02cca2afbbe6 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:18 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 20bd70d9-0e21-4464-bb1e-02cca2afbbe6 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:19 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141419Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - ab273e8a-22a6-44c1-8336-5c3dc59c8754 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:19 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + ab273e8a-22a6-44c1-8336-5c3dc59c8754 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:20 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141420Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c86e9618-fa02-4bf3-8066-4354ef7c684b + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:19 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + c86e9618-fa02-4bf3-8066-4354ef7c684b + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:20 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141420Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5c52114b-e271-46e2-8b56-63eadf90b322 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:21 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 5c52114b-e271-46e2-8b56-63eadf90b322 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:21 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141421Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - ecdd1ad7-a7ed-4868-98db-d50b613c2881 + Content-Type: + - text/xml + Content-Length: + - '1917' + Date: + - Mon, 25 May 2020 14:14:22 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_COMPLETE + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + ecdd1ad7-a7ed-4868-98db-d50b613c2881 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:23 GMT +- request: + method: get + uri: https://aws-ruby-rspec-bucket.s3.us-east-2.amazonaws.com/?tagging + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - '' + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-s3/1.61.2 + Host: + - aws-ruby-rspec-bucket.s3.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141423Z + X-Amz-Content-Sha256: + - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/s3/aws4_request, + SignedHeaders=host;user-agent;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '0' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amz-Id-2: + - P0HzuShNRxgGrU1GduWpO1aTwY8NwSCg8nbDHzTsig6tioX8lQNJPxDIfCTqm/Dknv25X6REtXM= + X-Amz-Request-Id: + - D84F825A261CDE53 + Date: + - Mon, 25 May 2020 14:14:24 GMT + Transfer-Encoding: + - chunked + Server: + - AmazonS3 + body: + encoding: UTF-8 + string: |- + + Tag1thereaws:cloudformation:stack-namespec-aws-ruby-stack-update-new-parametersaws:cloudformation:logical-idS3Bucketaws:cloudformation:stack-idarn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + http_version: null + recorded_at: Mon, 25 May 2020 14:14:23 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141423Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 917fb216-c57d-4e82-ac3f-3153a8064092 + Content-Type: + - text/xml + Content-Length: + - '1917' + Date: + - Mon, 25 May 2020 14:14:24 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_COMPLETE + false + + + + NOT_CHECKED + + false + 2020-05-25T14:13:56.713Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + there + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141349/5737b9f7-5b7b-455d-afc1-6e6d71b49f90 + + + + + 917fb216-c57d-4e82-ac3f-3153a8064092 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:24 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=CreateChangeSet&Capabilities=&ChangeSetName=spec-aws-ruby-stack-update-new-parameters-20200525-141424&Parameters.member.1.ParameterKey=BucketName&Parameters.member.1.ParameterValue=aws-ruby-rspec-bucket&Parameters.member.2.ParameterKey=TagValue&Parameters.member.2.ParameterValue=howdy&StackName=spec-aws-ruby-stack-update-new-parameters&Tags=&TemplateURL=https%3A%2F%2Fs3.amazonaws.com%2Fopenstax-sandbox-cfn-templates%2Fcfn_templates%2Fspec-templates%2Ftemplate_one.yml&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141424Z + X-Amz-Content-Sha256: + - 16bff2dcfa4b637c9f3ae01221152d272486a03156e8dae7b4dd469303ba6bf8 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '497' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 3272c7e3-67f4-4910-84aa-15f103e575b9 + Content-Type: + - text/xml + Content-Length: + - '591' + Date: + - Mon, 25 May 2020 14:14:25 GMT + body: + encoding: UTF-8 + string: | + + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + 3272c7e3-67f4-4910-84aa-15f103e575b9 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:25 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141425Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a879ef9c-b602-4e4f-ab97-5e1a58ca6be2 + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:14:25 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + a879ef9c-b602-4e4f-ab97-5e1a58ca6be2 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:26 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141426Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 30c2e0af-ab00-44dc-90de-7f0ae05f751c + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:14:26 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + 30c2e0af-ab00-44dc-90de-7f0ae05f751c + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:27 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141427Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 79d384cd-0191-44d6-8602-8832d61df92a + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:14:26 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + 79d384cd-0191-44d6-8602-8832d61df92a + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:27 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141427Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - f9185c4c-1a40-454c-8943-8ba1bacc8a8c + Content-Type: + - text/xml + Content-Length: + - '1317' + Date: + - Mon, 25 May 2020 14:14:27 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + UNAVAILABLE + spec-aws-ruby-stack-update-new-parameters + + spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_IN_PROGRESS + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + f9185c4c-1a40-454c-8943-8ba1bacc8a8c + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:28 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141428Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 96c3ae4b-dfba-41b8-866f-758e18e5aaa7 + Content-Type: + - text/xml + Content-Length: + - '2478' + Vary: + - accept-encoding + Date: + - Mon, 25 May 2020 14:14:28 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + AVAILABLE + spec-aws-ruby-stack-update-new-parameters + + + Resource + + aws-ruby-rspec-bucket + + Tags + + S3Bucket + Modify +
+ + Dynamic + DirectModification + + Never + Tags + + + + Static + ParameterReference + TagValue + + Never + Tags + + +
+ False + AWS::S3::Bucket +
+
+
+ spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_COMPLETE + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d +
+ + 96c3ae4b-dfba-41b8-866f-758e18e5aaa7 + +
+ http_version: null + recorded_at: Mon, 25 May 2020 14:14:29 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141429Z + X-Amz-Content-Sha256: + - fa7c16decfa4d490967f57b7a627aefed3bc2f09052664408bbb0c3cdc1db723 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '222' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - cd71b8e2-6ed0-40cf-8676-a1acd6047680 + Content-Type: + - text/xml + Content-Length: + - '2478' + Vary: + - accept-encoding + Date: + - Mon, 25 May 2020 14:14:28 GMT + body: + encoding: UTF-8 + string: | + + + + 2020-05-25T14:14:25.648Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + AVAILABLE + spec-aws-ruby-stack-update-new-parameters + + + Resource + + aws-ruby-rspec-bucket + + Tags + + S3Bucket + Modify +
+ + Dynamic + DirectModification + + Never + Tags + + + + Static + ParameterReference + + Never + Tags + + TagValue + +
+ False + AWS::S3::Bucket +
+
+
+ spec-aws-ruby-stack-update-new-parameters-20200525-141424 + + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + CREATE_COMPLETE + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d +
+ + cd71b8e2-6ed0-40cf-8676-a1acd6047680 + +
+ http_version: null + recorded_at: Mon, 25 May 2020 14:14:29 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=ExecuteChangeSet&ChangeSetName=arn%3Aaws%3Acloudformation%3Aus-east-2%3A373045849756%3AchangeSet%2Fspec-aws-ruby-stack-update-new-parameters-20200525-141424%2F537743c3-55eb-4bb2-b73a-5f497c54324d&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141429Z + X-Amz-Content-Sha256: + - 7cac973216de8009a5010d75a7f99b24fcfec963192b1da884b72ef51a0a3a4e + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '221' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a86c7ef7-85e1-47ee-9d7b-a2d7006c09d0 + Content-Type: + - text/xml + Content-Length: + - '250' + Date: + - Mon, 25 May 2020 14:14:29 GMT + body: + encoding: UTF-8 + string: | + + + + a86c7ef7-85e1-47ee-9d7b-a2d7006c09d0 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:30 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141430Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 8cdaedc6-507f-4a5f-b305-89adef6d3f6c + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:30 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 8cdaedc6-507f-4a5f-b305-89adef6d3f6c + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:31 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141431Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c770b436-cdb4-4324-847a-53679a7f95c5 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:31 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c770b436-cdb4-4324-847a-53679a7f95c5 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:31 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141431Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 22049ed9-997a-450a-b4e9-c55895f24a01 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:32 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 22049ed9-997a-450a-b4e9-c55895f24a01 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:32 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141432Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 1270ab22-f85f-4424-8cf2-5874cae150bd + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:32 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 1270ab22-f85f-4424-8cf2-5874cae150bd + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:33 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141433Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 1c0e95ad-10e0-400d-a09b-c20707533fc6 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:33 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 1c0e95ad-10e0-400d-a09b-c20707533fc6 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:33 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141433Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 328d7917-4c2b-49db-acdc-d1d588046338 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:35 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 328d7917-4c2b-49db-acdc-d1d588046338 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:35 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141435Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 3f5517c7-6977-44c1-9236-084ee929ff96 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:36 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 3f5517c7-6977-44c1-9236-084ee929ff96 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:36 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141436Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b88d1997-1bfd-46e4-934c-91b7e2d54b25 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:36 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + b88d1997-1bfd-46e4-934c-91b7e2d54b25 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:36 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141436Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 6047e144-9def-4d91-a28a-1c87b3db9895 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:36 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 6047e144-9def-4d91-a28a-1c87b3db9895 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:37 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141437Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 95f6cc48-54b6-4bd0-b544-2e0cf25826f3 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:37 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 95f6cc48-54b6-4bd0-b544-2e0cf25826f3 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:38 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141438Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 87487864-249b-4159-89fc-434fba9fac13 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:38 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 87487864-249b-4159-89fc-434fba9fac13 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:38 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141438Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 99820501-70dd-4fc6-883e-befc96757bfc + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:38 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 99820501-70dd-4fc6-883e-befc96757bfc + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:39 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141439Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 240586e8-becc-4101-8040-3f29adf963f2 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:39 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 240586e8-becc-4101-8040-3f29adf963f2 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:40 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141440Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b787a5b0-7c4b-4a19-8b22-40a28d24a4ee + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:40 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + b787a5b0-7c4b-4a19-8b22-40a28d24a4ee + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:40 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141440Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 1872a901-4547-4fc1-b0f5-8afb61ba8f3f + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:41 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 1872a901-4547-4fc1-b0f5-8afb61ba8f3f + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:41 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141441Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 4d1864ca-6df4-48da-a0cb-be08a9eeb789 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:41 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 4d1864ca-6df4-48da-a0cb-be08a9eeb789 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:42 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141442Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c6083b30-953e-4784-a91e-a7afc4acead2 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:42 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c6083b30-953e-4784-a91e-a7afc4acead2 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:42 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141442Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c49f282f-60bc-41bb-ba58-3d018e1c5632 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:43 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c49f282f-60bc-41bb-ba58-3d018e1c5632 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:43 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141443Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a096e8de-055f-4373-b458-eb11deb180ca + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:44 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + a096e8de-055f-4373-b458-eb11deb180ca + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:44 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141444Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 18593b7e-22dc-4bff-9433-4d0db4bee2fd + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:44 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 18593b7e-22dc-4bff-9433-4d0db4bee2fd + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:45 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141445Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - e64bf0c2-960f-4a9c-a4aa-b3a6d3852335 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:45 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + e64bf0c2-960f-4a9c-a4aa-b3a6d3852335 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:45 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141445Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 06da3130-f310-4d0f-8d8c-1cd36707d1c4 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:45 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 06da3130-f310-4d0f-8d8c-1cd36707d1c4 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:46 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141446Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - aab46ba2-9a8a-4204-acf7-3778caa893d0 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:46 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + aab46ba2-9a8a-4204-acf7-3778caa893d0 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:47 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141447Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c66e92e5-a04c-41ef-8cdd-0f22c45f2c2e + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:47 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c66e92e5-a04c-41ef-8cdd-0f22c45f2c2e + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:47 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141447Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 2e2ac743-4812-45e5-8702-d5544bc097a3 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:48 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 2e2ac743-4812-45e5-8702-d5544bc097a3 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:48 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141448Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 3f1475cd-d5ea-425f-9c80-ee05e8ac7dc9 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:49 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 3f1475cd-d5ea-425f-9c80-ee05e8ac7dc9 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:49 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141449Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - b6a8e226-959a-4585-8ea3-de38dac7981a + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:50 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + b6a8e226-959a-4585-8ea3-de38dac7981a + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:50 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141450Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 5343127c-8fd6-4ef5-b1cc-937671aee69b + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:50 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 5343127c-8fd6-4ef5-b1cc-937671aee69b + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:51 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141451Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 57fb6b30-1f37-4569-9d33-ac1e03151999 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:51 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 57fb6b30-1f37-4569-9d33-ac1e03151999 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:52 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141452Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - df5421c0-0cc5-4fe1-917f-7e214c44c20f + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:51 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + df5421c0-0cc5-4fe1-917f-7e214c44c20f + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:52 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141452Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c3642079-5333-4790-b9b5-356d1adcec07 + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:52 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c3642079-5333-4790-b9b5-356d1adcec07 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:53 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141453Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 88d3c208-6c80-4570-93ac-b469b81944ee + Content-Type: + - text/xml + Content-Length: + - '1920' + Date: + - Mon, 25 May 2020 14:14:55 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 88d3c208-6c80-4570-93ac-b469b81944ee + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:55 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141455Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - 34aeb295-2669-4f6d-a720-a09f1f0a0347 + Content-Type: + - text/xml + Content-Length: + - '1937' + Date: + - Mon, 25 May 2020 14:14:54 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_COMPLETE_CLEANUP_IN_PROGRESS + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + 34aeb295-2669-4f6d-a720-a09f1f0a0347 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:55 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141455Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c9da45ce-ed4c-4873-b3a9-e62eca3a248f + Content-Type: + - text/xml + Content-Length: + - '1917' + Date: + - Mon, 25 May 2020 14:14:56 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_COMPLETE + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + c9da45ce-ed4c-4873-b3a9-e62eca3a248f + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:56 GMT +- request: + method: get + uri: https://aws-ruby-rspec-bucket.s3.us-east-2.amazonaws.com/?tagging + body: + encoding: UTF-8 + string: '' + headers: + Content-Type: + - '' + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-s3/1.61.2 + Host: + - aws-ruby-rspec-bucket.s3.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141456Z + X-Amz-Content-Sha256: + - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/s3/aws4_request, + SignedHeaders=host;user-agent;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '0' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amz-Id-2: + - QCBltz3ccJigilmzFPUnWEdkOpsnk9JuLR4vF1t29eDFWgWawvD1uoJLp7JCPhXsSg5AUQ2/iis= + X-Amz-Request-Id: + - 58B2E8F298913622 + Date: + - Mon, 25 May 2020 14:14:58 GMT + Transfer-Encoding: + - chunked + Server: + - AmazonS3 + body: + encoding: UTF-8 + string: |- + + Tag1howdyaws:cloudformation:stack-namespec-aws-ruby-stack-update-new-parametersaws:cloudformation:logical-idS3Bucketaws:cloudformation:stack-idarn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + http_version: null + recorded_at: Mon, 25 May 2020 14:14:57 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DescribeStacks&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141457Z + X-Amz-Content-Sha256: + - abccd74eca89849e4d19c03dc47b0fa39b43e3543ba76676b60e43a408dfbd82 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '92' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - a9892df3-dd75-4787-97d4-f39968326f84 + Content-Type: + - text/xml + Content-Length: + - '1917' + Date: + - Mon, 25 May 2020 14:14:56 GMT + body: + encoding: UTF-8 + string: | + + + + + + + spec-aws-ruby-stack-update-new-parameters-BucketArn + BucketArn + arn:aws:s3:::aws-ruby-rspec-bucket + + + 2020-05-25T14:13:23.282Z + + arn:aws:cloudformation:us-east-2:373045849756:stack/spec-aws-ruby-stack-update-new-parameters/e46c70e0-9e91-11ea-975e-0a8046302794 + spec-aws-ruby-stack-update-new-parameters + Test template one + + UPDATE_COMPLETE + false + + + + NOT_CHECKED + + false + 2020-05-25T14:14:30.434Z + + + BucketName + aws-ruby-rspec-bucket + + + TagValue + howdy + + + arn:aws:cloudformation:us-east-2:373045849756:changeSet/spec-aws-ruby-stack-update-new-parameters-20200525-141424/537743c3-55eb-4bb2-b73a-5f497c54324d + + + + + a9892df3-dd75-4787-97d4-f39968326f84 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:57 GMT +- request: + method: post + uri: https://cloudformation.us-east-2.amazonaws.com/ + body: + encoding: UTF-8 + string: Action=DeleteStack&StackName=spec-aws-ruby-stack-update-new-parameters&Version=2010-05-15 + headers: + Content-Type: + - application/x-www-form-urlencoded; charset=utf-8 + Accept-Encoding: + - '' + User-Agent: + - aws-sdk-ruby3/3.94.0 ruby/2.6.5 x86_64-linux aws-sdk-cloudformation/1.32.0 + Host: + - cloudformation.us-east-2.amazonaws.com + X-Amz-Date: + - 20200525T141457Z + X-Amz-Content-Sha256: + - af6e286e1d4145245a971914fce508597f7a849b79b00c2c09acf1a45e5db1a6 + Authorization: + - AWS4-HMAC-SHA256 Credential=AWS_ACCESS_KEY_ID/20200525/us-east-2/cloudformation/aws4_request, + SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= + Content-Length: + - '89' + Accept: + - "*/*" + response: + status: + code: 200 + message: OK + headers: + X-Amzn-Requestid: + - c0c92a5e-a084-497a-99da-e2bd1fc6e889 + Content-Type: + - text/xml + Content-Length: + - '212' + Date: + - Mon, 25 May 2020 14:14:57 GMT + body: + encoding: UTF-8 + string: | + + + c0c92a5e-a084-497a-99da-e2bd1fc6e889 + + + http_version: null + recorded_at: Mon, 25 May 2020 14:14:58 GMT +recorded_with: VCR 5.1.0 \ No newline at end of file diff --git a/spec/stack_spec.rb b/spec/stack_spec.rb index fe952d0..fbe69d9 100644 --- a/spec/stack_spec.rb +++ b/spec/stack_spec.rb @@ -118,6 +118,27 @@ stack.delete end + it "reverts to previous change set" do + name = "spec-aws-ruby-stack-update-new-parameters" + tag_1 = "howdy" + tag_2 = "there" + + stack = new_template_one_stack(name: name) + stack.create(params: {bucket_name: bucket_name, tag_value: tag_1}, wait: true) + + stack.apply_change_set(params: {bucket_name: :use_previous_value, tag_value: tag_2}, wait: true) + + taggings = s3_client.get_bucket_tagging(bucket: bucket_name) + expect(taggings.tag_set[0].value).to eq tag_2 + + stack.revert_to_previous_change_set(wait: true) + + taggings = s3_client.get_bucket_tagging(bucket: bucket_name) + expect(taggings.tag_set[0].value).to eq tag_1 + + stack.delete + end + it "can be updated with a new template" do name = "spec-aws-ruby-stack-update-new-template"