~ubuntu-branches/debian/sid/lexicon/sid

« back to all changes in this revision

Viewing changes to tests/fixtures/cassettes/route53/IntegrationTests/test_Provider_when_calling_create_record_for_A_with_valid_name_and_content.yaml

  • Committer: Package Import Robot
  • Author(s): Ana Custura
  • Date: 2018-03-02 22:36:08 UTC
  • Revision ID: package-import@ubuntu.com-20180302223608-4e2sghral3uifgq7
Tags: upstream-2.1.21
ImportĀ upstreamĀ versionĀ 2.1.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
interactions:
 
2
- request:
 
3
    body: null
 
4
    headers:
 
5
      User-Agent: [Boto3/1.4.1 Python/2.7.11 Darwin/15.6.0 Botocore/1.4.60]
 
6
      X-Amz-Date: [20161009T013236Z]
 
7
    method: !!python/unicode GET
 
8
    uri: https://route53.amazonaws.com/2013-04-01/hostedzonesbyname
 
9
  response:
 
10
    body: {string: !!python/unicode '<?xml version="1.0"?>
 
11
 
 
12
        <ListHostedZonesByNameResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZones><HostedZone><Id>/hostedzone/ZBEJSHF5L79VI</Id><Name>capsulecd.com.</Name><CallerReference>CD167CD7-84D9-E9B6-A9CA-368CF9590C4F</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>2</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/Z26VK10YTMHFYG</Id><Name>eadmundo.com.</Name><CallerReference>D3154B90-A6B5-C702-9EC1-F2C63DCCF274</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>17</ResourceRecordSetCount></HostedZone></HostedZones><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListHostedZonesByNameResponse>'}
 
13
    headers:
 
14
      content-length: ['735']
 
15
      content-type: [text/xml]
 
16
      date: ['Sun, 09 Oct 2016 01:32:37 GMT']
 
17
      x-amzn-requestid: [42de70cb-8dc0-11e6-ad4e-4db3db61d6c6]
 
18
    status: {code: 200, message: OK}
 
19
- request:
 
20
    body: !!python/unicode <ChangeResourceRecordSetsRequest xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ChangeBatch><Comment>CREATE
 
21
      using lexicon Route 53 provider</Comment><Changes><Change><ResourceRecordSet><Type>A</Type><ResourceRecords><ResourceRecord><Value>127.0.0.1</Value></ResourceRecord></ResourceRecords><Name>localhost.capsulecd.com.</Name><TTL>300</TTL></ResourceRecordSet><Action>CREATE</Action></Change></Changes></ChangeBatch></ChangeResourceRecordSetsRequest>
 
22
    headers:
 
23
      Content-Length: ['460']
 
24
      User-Agent: [Boto3/1.4.1 Python/2.7.11 Darwin/15.6.0 Botocore/1.4.60]
 
25
      X-Amz-Date: [20161009T013236Z]
 
26
    method: !!python/unicode POST
 
27
    uri: https://route53.amazonaws.com/2013-04-01/hostedzone/ZBEJSHF5L79VI/rrset/
 
28
  response:
 
29
    body: {string: !!python/unicode '<?xml version="1.0"?>
 
30
 
 
31
        <ChangeResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ChangeInfo><Id>/change/CF17IG5J1X5M7</Id><Status>PENDING</Status><SubmittedAt>2016-10-09T01:32:37.919Z</SubmittedAt><Comment>CREATE
 
32
        using lexicon Route 53 provider</Comment></ChangeInfo></ChangeResourceRecordSetsResponse>'}
 
33
    headers:
 
34
      content-length: ['332']
 
35
      content-type: [text/xml]
 
36
      date: ['Sun, 09 Oct 2016 01:32:37 GMT']
 
37
      x-amzn-requestid: [42f1f8dc-8dc0-11e6-ad4e-4db3db61d6c6]
 
38
    status: {code: 200, message: OK}
 
39
version: 1