{ "version":"2.0", "metadata":{ "apiVersion":"2018-05-10", "endpointPrefix":"route53profiles", "jsonVersion":"1.1", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"Route 53 Profiles", "serviceId":"Route53Profiles", "signatureVersion":"v4", "signingName":"route53profiles", "uid":"route53profiles-2018-05-10" }, "operations":{ "AssociateProfile":{ "name":"AssociateProfile", "http":{ "method":"POST", "requestUri":"/profileassociation", "responseCode":200 }, "input":{"shape":"AssociateProfileRequest"}, "output":{"shape":"AssociateProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"
Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota). For more information, see https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities.
" }, "AssociateResourceToProfile":{ "name":"AssociateResourceToProfile", "http":{ "method":"POST", "requestUri":"/profileresourceassociation", "responseCode":200 }, "input":{"shape":"AssociateResourceToProfileRequest"}, "output":{"shape":"AssociateResourceToProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Associates a DNS reource configuration to a Route 53 Profile.
" }, "CreateProfile":{ "name":"CreateProfile", "http":{ "method":"POST", "requestUri":"/profile", "responseCode":200 }, "input":{"shape":"CreateProfileRequest"}, "output":{"shape":"CreateProfileResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates an empty Route 53 Profile.
" }, "DeleteProfile":{ "name":"DeleteProfile", "http":{ "method":"DELETE", "requestUri":"/profile/{ProfileId}", "responseCode":200 }, "input":{"shape":"DeleteProfileRequest"}, "output":{"shape":"DeleteProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
", "idempotent":true }, "DisassociateProfile":{ "name":"DisassociateProfile", "http":{ "method":"DELETE", "requestUri":"/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", "responseCode":200 }, "input":{"shape":"DisassociateProfileRequest"}, "output":{"shape":"DisassociateProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Dissociates a specified Route 53 Profile from the specified VPC.
", "idempotent":true }, "DisassociateResourceFromProfile":{ "name":"DisassociateResourceFromProfile", "http":{ "method":"DELETE", "requestUri":"/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", "responseCode":200 }, "input":{"shape":"DisassociateResourceFromProfileRequest"}, "output":{"shape":"DisassociateResourceFromProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Dissoaciated a specified resource, from the Route 53 Profile.
", "idempotent":true }, "GetProfile":{ "name":"GetProfile", "http":{ "method":"GET", "requestUri":"/profile/{ProfileId}", "responseCode":200 }, "input":{"shape":"GetProfileRequest"}, "output":{"shape":"GetProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
" }, "GetProfileAssociation":{ "name":"GetProfileAssociation", "http":{ "method":"GET", "requestUri":"/profileassociation/{ProfileAssociationId}", "responseCode":200 }, "input":{"shape":"GetProfileAssociationRequest"}, "output":{"shape":"GetProfileAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
" }, "GetProfileResourceAssociation":{ "name":"GetProfileResourceAssociation", "http":{ "method":"GET", "requestUri":"/profileresourceassociation/{ProfileResourceAssociationId}", "responseCode":200 }, "input":{"shape":"GetProfileResourceAssociationRequest"}, "output":{"shape":"GetProfileResourceAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Returns information about a specified Route 53 Profile resource association.
" }, "ListProfileAssociations":{ "name":"ListProfileAssociations", "http":{ "method":"GET", "requestUri":"/profileassociations", "responseCode":200 }, "input":{"shape":"ListProfileAssociationsRequest"}, "output":{"shape":"ListProfileAssociationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"Lists all the VPCs that the specified Route 53 Profile is associated with.
" }, "ListProfileResourceAssociations":{ "name":"ListProfileResourceAssociations", "http":{ "method":"GET", "requestUri":"/profileresourceassociations/profileid/{ProfileId}", "responseCode":200 }, "input":{"shape":"ListProfileResourceAssociationsRequest"}, "output":{"shape":"ListProfileResourceAssociationsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"Lists all the resource associations for the specified Route 53 Profile.
" }, "ListProfiles":{ "name":"ListProfiles", "http":{ "method":"GET", "requestUri":"/profiles", "responseCode":200 }, "input":{"shape":"ListProfilesRequest"}, "output":{"shape":"ListProfilesResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"Lists all the Route 53 Profiles associated with your Amazon Web Services account.
" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{ResourceArn}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Lists the tags that you associated with the specified resource.
" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{ResourceArn}", "responseCode":204 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Adds one or more tags to a specified resource.
", "idempotent":true }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{ResourceArn}", "responseCode":204 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Removes one or more tags from a specified resource.
", "idempotent":true }, "UpdateProfileResourceAssociation":{ "name":"UpdateProfileResourceAssociation", "http":{ "method":"PATCH", "requestUri":"/profileresourceassociation/{ProfileResourceAssociationId}", "responseCode":200 }, "input":{"shape":"UpdateProfileResourceAssociationRequest"}, "output":{"shape":"UpdateProfileResourceAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"} ], "documentation":"Updates the specified Route 53 Profile resourse association.
" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The current account doesn't have the IAM permissions required to perform the specified operation.
", "exception":true }, "AccountId":{ "type":"string", "max":32, "min":12 }, "Arn":{ "type":"string", "max":255, "min":1 }, "AssociateProfileRequest":{ "type":"structure", "required":[ "Name", "ProfileId", "ResourceId" ], "members":{ "Name":{ "shape":"Name", "documentation":"A name for the association.
" }, "ProfileId":{ "shape":"ResourceId", "documentation":"ID of the Profile.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the VPC.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of the tag keys and values that you want to identify the Profile association.
" } } }, "AssociateProfileResponse":{ "type":"structure", "members":{ "ProfileAssociation":{ "shape":"ProfileAssociation", "documentation":"The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
" } } }, "AssociateResourceToProfileRequest":{ "type":"structure", "required":[ "Name", "ProfileId", "ResourceArn" ], "members":{ "Name":{ "shape":"Name", "documentation":"Name for the resource association.
" }, "ProfileId":{ "shape":"ResourceId", "documentation":"ID of the Profile.
" }, "ResourceArn":{ "shape":"Arn", "documentation":"Amazon resource number, ARN, of the DNS resource.
" }, "ResourceProperties":{ "shape":"ResourceProperties", "documentation":"If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
The allowed values for priority are between 100 and 9900.
" } } }, "AssociateResourceToProfileResponse":{ "type":"structure", "members":{ "ProfileResourceAssociation":{ "shape":"ProfileResourceAssociation", "documentation":" Infromation about the AssociateResourceToProfile, including a status message.
The request you submitted conflicts with an existing request.
", "exception":true }, "CreateProfileRequest":{ "type":"structure", "required":[ "ClientToken", "Name" ], "members":{ "ClientToken":{ "shape":"CreatorRequestId", "documentation":" ClientToken is an idempotency token that ensures a call to CreateProfile completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile. In this case, safely retry your call to CreateProfile by using the same CreateProfile parameter value.
A name for the Profile.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of the tag keys and values that you want to associate with the Route 53 Profile.
" } } }, "CreateProfileResponse":{ "type":"structure", "members":{ "Profile":{ "shape":"Profile", "documentation":"The Profile that you just created.
" } } }, "CreatorRequestId":{ "type":"string", "max":255, "min":1 }, "DeleteProfileRequest":{ "type":"structure", "required":["ProfileId"], "members":{ "ProfileId":{ "shape":"ResourceId", "documentation":"The ID of the Profile that you want to delete.
", "location":"uri", "locationName":"ProfileId" } } }, "DeleteProfileResponse":{ "type":"structure", "members":{ "Profile":{ "shape":"Profile", "documentation":" Information about the DeleteProfile request, including the status of the request.
ID of the Profile.
", "location":"uri", "locationName":"ProfileId" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the VPC.
", "location":"uri", "locationName":"ResourceId" } } }, "DisassociateProfileResponse":{ "type":"structure", "members":{ "ProfileAssociation":{ "shape":"ProfileAssociation", "documentation":" Information about the DisassociateProfile request.
The ID of the Profile.
", "location":"uri", "locationName":"ProfileId" }, "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the resource.
", "location":"uri", "locationName":"ResourceArn" } } }, "DisassociateResourceFromProfileResponse":{ "type":"structure", "members":{ "ProfileResourceAssociation":{ "shape":"ProfileResourceAssociation", "documentation":" Information about the DisassociateResourceFromProfile request, including the status of the request.
The identifier of the association you want to get information about.
", "location":"uri", "locationName":"ProfileAssociationId" } } }, "GetProfileAssociationResponse":{ "type":"structure", "members":{ "ProfileAssociation":{ "shape":"ProfileAssociation", "documentation":" Information about the Profile association that you specified in a GetProfileAssociation request.
ID of the Profile.
", "location":"uri", "locationName":"ProfileId" } } }, "GetProfileResourceAssociationRequest":{ "type":"structure", "required":["ProfileResourceAssociationId"], "members":{ "ProfileResourceAssociationId":{ "shape":"ResourceId", "documentation":"
The ID of the profile resource association that you want to get information about.
", "location":"uri", "locationName":"ProfileResourceAssociationId" } } }, "GetProfileResourceAssociationResponse":{ "type":"structure", "members":{ "ProfileResourceAssociation":{ "shape":"ProfileResourceAssociation", "documentation":" Information about the Profile resource association that you specified in a GetProfileResourceAssociation request.
Information about the Profile, including the status of the Profile.
" } } }, "InternalServiceErrorException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"An internal server error occured. Retry your request.
", "exception":true }, "InvalidNextTokenException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":" The NextToken you provided isn;t valid.
The parameter field name for the invalid parameter exception.
" }, "Message":{"shape":"ExceptionMessage"} }, "documentation":"One or more parameters in this request are not valid.
", "exception":true }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"The resource type that caused the limits to be exceeded.
" } }, "documentation":"The request caused one or more limits to be exceeded.
", "exception":true }, "ListProfileAssociationsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":" The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
ID of the Profile.
", "location":"querystring", "locationName":"profileId" }, "ResourceId":{ "shape":"ResourceId", "documentation":"ID of the VPC.
", "location":"querystring", "locationName":"resourceId" } } }, "ListProfileAssociationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":" If more than MaxResults profile associations match the specified criteria, you can submit another ListProfileAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
A complex type that containts settings information about the profile's VPC associations.
" } } }, "ListProfileResourceAssociationsRequest":{ "type":"structure", "required":["ProfileId"], "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":" The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
The ID of the Profile.
", "location":"uri", "locationName":"ProfileId" }, "ResourceType":{ "shape":"String", "documentation":"ID of a resource if you want information on only one type.
", "location":"querystring", "locationName":"resourceType" } } }, "ListProfileResourceAssociationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":" If more than MaxResults resource associations match the specified criteria, you can submit another ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
Information about the profile resource association that you specified in a GetProfileResourceAssociation request.
The maximum number of objects that you want to return for this request. If more objects are available, in the response, a NextToken value, which you can use in a subsequent call to get the next batch of objects, is provided.
If you don't specify a value for MaxResults, up to 100 objects are returned.
For the first call to this list request, omit this value.
When you request a list of objects, at most the number of objects specified by MaxResults is returned. If more objects are available for retrieval, a NextToken value is returned in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If more than MaxResults resource associations match the specified criteria, you can submit another ListProfiles request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
Summary information about the Profiles.
" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
", "location":"uri", "locationName":"ResourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "required":["Tags"], "members":{ "Tags":{ "shape":"TagMap", "documentation":" The tags that are associated with the resource that you specified in the ListTagsForResource request.
The Amazon Resource Name (ARN) of the Profile.
" }, "ClientToken":{ "shape":"CreatorRequestId", "documentation":" The ClientToken value that was assigned when the Profile was created.
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "Id":{ "shape":"ResourceId", "documentation":"ID of the Profile.
" }, "ModificationTime":{ "shape":"Rfc3339Timestamp", "documentation":"The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
" }, "Name":{ "shape":"Name", "documentation":"Name of the Profile.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"Amazon Web Services account ID of the Profile owner.
" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"Sharing status for the Profile.
" }, "Status":{ "shape":"ProfileStatus", "documentation":"The status for the Profile.
" }, "StatusMessage":{ "shape":"String", "documentation":"Status message that includes additiona information about the Profile.
" } }, "documentation":"A complex type that includes settings for a Route 53 Profile.
" }, "ProfileAssociation":{ "type":"structure", "members":{ "CreationTime":{ "shape":"Rfc3339Timestamp", "documentation":"The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "Id":{ "shape":"ResourceId", "documentation":"ID of the Profile association.
" }, "ModificationTime":{ "shape":"Rfc3339Timestamp", "documentation":"The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
" }, "Name":{ "shape":"Name", "documentation":"Name of the Profile association.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"Amazon Web Services account ID of the Profile association owner.
" }, "ProfileId":{ "shape":"ResourceId", "documentation":"ID of the Profile.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The Amazon Resource Name (ARN) of the VPC.
" }, "Status":{ "shape":"ProfileStatus", "documentation":"Status of the Profile association.
" }, "StatusMessage":{ "shape":"String", "documentation":"Additional information about the Profile association.
" } }, "documentation":"An association between a Route 53 Profile and a VPC.
" }, "ProfileAssociations":{ "type":"list", "member":{"shape":"ProfileAssociation"} }, "ProfileResourceAssociation":{ "type":"structure", "members":{ "CreationTime":{ "shape":"Rfc3339Timestamp", "documentation":"The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "Id":{ "shape":"ResourceId", "documentation":"ID of the Profile resource association.
" }, "ModificationTime":{ "shape":"Rfc3339Timestamp", "documentation":"The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
" }, "Name":{ "shape":"Name", "documentation":"Name of the Profile resource association.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"Amazon Web Services account ID of the Profile resource association owner.
" }, "ProfileId":{ "shape":"ResourceId", "documentation":"Profile ID of the Profile that the resources are associated with.
" }, "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the resource association.
" }, "ResourceProperties":{ "shape":"ResourceProperties", "documentation":"If the DNS resource is a DNS Firewall rule group, this indicates the priority.
" }, "ResourceType":{ "shape":"String", "documentation":"Resource type, such as a private hosted zone, or DNS Firewall rule group.
" }, "Status":{ "shape":"ProfileStatus", "documentation":"Status of the Profile resource association.
" }, "StatusMessage":{ "shape":"String", "documentation":"Additional information about the Profile resource association.
" } }, "documentation":"The association between a Route 53 Profile and resources.
" }, "ProfileResourceAssociations":{ "type":"list", "member":{"shape":"ProfileResourceAssociation"} }, "ProfileStatus":{ "type":"string", "enum":[ "COMPLETE", "DELETING", "UPDATING", "CREATING", "DELETED", "FAILED" ] }, "ProfileSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the Profile.
" }, "Id":{ "shape":"ResourceId", "documentation":"ID of the Profile.
" }, "Name":{ "shape":"Name", "documentation":"Name of the Profile.
" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"Share status of the Profile.
" } }, "documentation":"Summary information about a Route 53 Profile.
" }, "ProfileSummaryList":{ "type":"list", "member":{"shape":"ProfileSummary"} }, "ResourceExistsException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"The resource type that caused the resource exists exception.
" } }, "documentation":"The resource you are trying to associate, has already been associated.
", "exception":true }, "ResourceId":{ "type":"string", "max":64, "min":1 }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"The resource type that caused the resource not found exception.
" } }, "documentation":"The resource you are associating is not found.
", "exception":true }, "ResourceProperties":{"type":"string"}, "Rfc3339Timestamp":{"type":"timestamp"}, "ShareStatus":{ "type":"string", "enum":[ "NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME" ] }, "String":{"type":"string"}, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":" Key associated with the Tag.
Value for the Tag.
" } }, "documentation":"Tag for the Profile.
" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":0 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":200, "min":0 }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":200, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "Tags" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) for the resource that you want to add tags to.
", "location":"uri", "locationName":"ResourceArn" }, "Tags":{ "shape":"TagMap", "documentation":"The tags that you want to add to the specified resource.
" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "ThrottlingException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The request was throttled. Try again in a few minutes.
", "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "TagKeys" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
", "location":"uri", "locationName":"ResourceArn" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"The tags that you want to remove to the specified resource.
", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateProfileResourceAssociationRequest":{ "type":"structure", "required":["ProfileResourceAssociationId"], "members":{ "Name":{ "shape":"Name", "documentation":"Name of the resource association.
" }, "ProfileResourceAssociationId":{ "shape":"ResourceId", "documentation":"ID of the resource association.
", "location":"uri", "locationName":"ProfileResourceAssociationId" }, "ResourceProperties":{ "shape":"ResourceProperties", "documentation":"If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
The allowed values for priority are between 100 and 9900.
" } } }, "UpdateProfileResourceAssociationResponse":{ "type":"structure", "members":{ "ProfileResourceAssociation":{ "shape":"ProfileResourceAssociation", "documentation":" Information about the UpdateProfileResourceAssociation request, including a status message.
You have provided an invalid command.
", "exception":true } }, "documentation":"With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
" }