Change CREATE_SUBNET_GROUP_TEMPLATE to json.
This commit is contained in:
parent
850b15d849
commit
25d0c0926d
@ -303,14 +303,13 @@ AUTHORIZE_SECURITY_GROUP_TEMPLATE = """<AuthorizeDBSecurityGroupIngressResponse
|
|||||||
</ResponseMetadata>
|
</ResponseMetadata>
|
||||||
</AuthorizeDBSecurityGroupIngressResponse>"""
|
</AuthorizeDBSecurityGroupIngressResponse>"""
|
||||||
|
|
||||||
CREATE_SUBNET_GROUP_TEMPLATE = """<CreateDBSubnetGroupResponse xmlns="http://rds.amazonaws.com/doc/2014-09-01/">
|
CREATE_SUBNET_GROUP_TEMPLATE = """{
|
||||||
<CreateDBSubnetGroupResult>
|
"CreateDBSubnetGroupResponse": {
|
||||||
{{ subnet_group.to_xml() }}
|
"CreateDBSubnetGroupResult":
|
||||||
</CreateDBSubnetGroupResult>
|
{{ subnet_group.to_json() }},
|
||||||
<ResponseMetadata>
|
"ResponseMetadata": { "RequestId": "3a401b3f-bb9e-11d3-f4c6-37db295f7674" }
|
||||||
<RequestId>3a401b3f-bb9e-11d3-f4c6-37db295f7674</RequestId>
|
}
|
||||||
</ResponseMetadata>
|
}"""
|
||||||
</CreateDBSubnetGroupResponse>"""
|
|
||||||
|
|
||||||
DESCRIBE_SUBNET_GROUPS_TEMPLATE = """<DescribeDBSubnetGroupsResponse xmlns="http://rds.amazonaws.com/doc/2014-09-01/">
|
DESCRIBE_SUBNET_GROUPS_TEMPLATE = """<DescribeDBSubnetGroupsResponse xmlns="http://rds.amazonaws.com/doc/2014-09-01/">
|
||||||
<DescribeDBSubnetGroupsResult>
|
<DescribeDBSubnetGroupsResult>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user