summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/cloudformation/basic_s3_stack/cloudformation.DescribeStacks_4.json
blob: e5ca69dda154ae47bb3b37cf2db319503a16775c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "status_code": 200,
    "data": {
        "Stacks": [
            {
                "StackId": "arn:aws:cloudformation:us-west-2:123456789012:stack/ansible-test-basic-yaml/04023cd0-b5d0-11e7-86b8-503ac93168c5",
                "Description": "Basic template that creates an S3 bucket",
                "Tags": [],
                "EnableTerminationProtection": false,
                "CreationTime": {
                    "hour": 19,
                    "__class__": "datetime",
                    "month": 10,
                    "second": 8,
                    "microsecond": 324000,
                    "year": 2017,
                    "day": 20,
                    "minute": 51
                },
                "StackName": "ansible-test-basic-yaml",
                "NotificationARNs": [],
                "StackStatus": "CREATE_IN_PROGRESS",
                "DisableRollback": false,
                "RollbackConfiguration": {}
            }
        ],
        "ResponseMetadata": {
            "RetryAttempts": 0,
            "HTTPStatusCode": 200,
            "RequestId": "0d8cddf1-b5d0-11e7-ae09-550cfe4b2358",
            "HTTPHeaders": {
                "x-amzn-requestid": "0d8cddf1-b5d0-11e7-ae09-550cfe4b2358",
                "date": "Fri, 20 Oct 2017 19:51:23 GMT",
                "content-length": "913",
                "content-type": "text/xml"
            }
        }
    }
}