diff --git a/.changes/next-release/feature-AmazonRoute53-b9c0b87.json b/.changes/next-release/feature-AmazonRoute53-b9c0b87.json new file mode 100644 index 000000000000..f4e535da3b99 --- /dev/null +++ b/.changes/next-release/feature-AmazonRoute53-b9c0b87.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Amazon Route 53", + "description": "Documentation updates for Route 53" +} diff --git a/services/route53/src/main/resources/codegen-resources/service-2.json b/services/route53/src/main/resources/codegen-resources/service-2.json index 38313f8d315a..2b176f8216a7 100644 --- a/services/route53/src/main/resources/codegen-resources/service-2.json +++ b/services/route53/src/main/resources/codegen-resources/service-2.json @@ -34,7 +34,7 @@ {"shape":"LimitsExceeded"}, {"shape":"PriorRequestNotComplete"} ], - "documentation":"
Associates an Amazon VPC with a private hosted zone.
To perform the association, the VPC and the private hosted zone must already exist. Also, you can't convert a public hosted zone into a private hosted zone.
If you want to associate a VPC that was created by one AWS account with a private hosted zone that was created by a different account, do one of the following:
Use the AWS account that created the private hosted zone to submit a CreateVPCAssociationAuthorization request. Then use the account that created the VPC to submit an AssociateVPCWithHostedZone
request.
If a subnet in the VPC was shared with another account, you can use the account that the subnet was shared with to submit an AssociateVPCWithHostedZone
request. For more information about sharing subnets, see Working with Shared VPCs.
Associates an Amazon VPC with a private hosted zone.
To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted zone.
If you want to associate a VPC that was created by using one AWS account with a private hosted zone that was created by using a different account, the AWS account that created the private hosted zone must first submit a CreateVPCAssociationAuthorization
request. Then the account that created the VPC must submit an AssociateVPCWithHostedZone
request.
Deletes a traffic policy.
" + "documentation":"Deletes a traffic policy.
When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the following:
Deleted traffic policies aren't listed if you run ListTrafficPolicies.
There's no way to get a list of deleted policies.
If you retain the ID of the policy, you can get information about the policy, including the traffic policy document, by running GetTrafficPolicy.
Gets information about a specific traffic policy version.
" + "documentation":"Gets information about a specific traffic policy version.
For information about how of deleting a traffic policy affects the response from GetTrafficPolicy
, see DeleteTrafficPolicy.
Gets information about the latest version for every traffic policy that is associated with the current AWS account. Policies are listed in the order that they were created in.
" + "documentation":"Gets information about the latest version for every traffic policy that is associated with the current AWS account. Policies are listed in the order that they were created in.
For information about how of deleting a traffic policy affects the response from ListTrafficPolicies
, see DeleteTrafficPolicy.
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than MaxItems
hosted zones, the response includes a NextToken
element. NextToken
contains the hosted zone ID of the first hosted zone that Route 53 will return if you submit another request.
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than MaxItems
hosted zones, the response includes a NextToken
element. NextToken
contains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.