{ "version":"2.0", "metadata":{ "apiVersion":"2026-06-30", "auth":["aws.auth#sigv4"], "endpointPrefix":"supportauthz", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"SupportAuthZ", "serviceId":"SupportAuthZ", "signatureVersion":"v4", "signingName":"supportauthz", "uid":"supportauthz-2026-06-30" }, "operations":{ "CreateSupportPermit":{ "name":"CreateSupportPermit", "http":{ "method":"POST", "requestUri":"/support-permits", "responseCode":200 }, "input":{"shape":"CreateSupportPermitInput"}, "output":{"shape":"CreateSupportPermitOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"} ], "documentation":"

Creates a support permit that authorizes an AWS support operator to perform specified actions on specified resources. The permit is cryptographically signed using a customer-managed AWS KMS key (ECC_NIST_P384, SIGN_VERIFY) to ensure non-repudiation.

" }, "DeleteSupportPermit":{ "name":"DeleteSupportPermit", "http":{ "method":"DELETE", "requestUri":"/support-permits/{supportPermitIdentifier}", "responseCode":200 }, "input":{"shape":"DeleteSupportPermitInput"}, "output":{"shape":"DeleteSupportPermitOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Deletes a support permit, revoking the authorization previously granted to the AWS support operator.

", "idempotent":true }, "GetAction":{ "name":"GetAction", "http":{ "method":"GET", "requestUri":"/actions/{action}", "responseCode":200 }, "input":{"shape":"GetActionInput"}, "output":{"shape":"GetActionOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Retrieves the description of a specific support action.

", "readonly":true }, "GetSupportPermit":{ "name":"GetSupportPermit", "http":{ "method":"GET", "requestUri":"/support-permits/{supportPermitIdentifier}", "responseCode":200 }, "input":{"shape":"GetSupportPermitInput"}, "output":{"shape":"GetSupportPermitOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Retrieves the details of a support permit by its ARN or name.

", "readonly":true }, "ListActions":{ "name":"ListActions", "http":{ "method":"GET", "requestUri":"/actions", "responseCode":200 }, "input":{"shape":"ListActionsInput"}, "output":{"shape":"ListActionsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists available support actions for a specified AWS service. Use pagination to ensure that the operation returns quickly and successfully.

", "readonly":true }, "ListSupportPermitRequests":{ "name":"ListSupportPermitRequests", "http":{ "method":"GET", "requestUri":"/support-permit-requests", "responseCode":200 }, "input":{"shape":"ListSupportPermitRequestsInput"}, "output":{"shape":"ListSupportPermitRequestsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists permit requests from AWS support operators. Use pagination to ensure that the operation returns quickly and successfully.

", "readonly":true }, "ListSupportPermits":{ "name":"ListSupportPermits", "http":{ "method":"GET", "requestUri":"/support-permits", "responseCode":200 }, "input":{"shape":"ListSupportPermitsInput"}, "output":{"shape":"ListSupportPermitsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists all support permits in the caller's account. Use pagination to ensure that the operation returns quickly and successfully.

", "readonly":true }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceInput"}, "output":{"shape":"ListTagsForResourceOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists the tags associated with a support permit resource.

", "readonly":true }, "RejectSupportPermitRequest":{ "name":"RejectSupportPermitRequest", "http":{ "method":"PUT", "requestUri":"/support-permit-requests/{requestArn}/reject", "responseCode":200 }, "input":{"shape":"RejectSupportPermitRequestInput"}, "output":{"shape":"RejectSupportPermitRequestOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Rejects a permit request from an AWS support operator. The operator cannot proceed with the requested action.

", "idempotent":true }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}", "responseCode":204 }, "input":{"shape":"TagResourceInput"}, "output":{"shape":"TagResourceOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Adds or overwrites one or more tags for a support permit resource.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}", "responseCode":204 }, "input":{"shape":"UntagResourceInput"}, "output":{"shape":"UntagResourceOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Removes one or more tags from a support permit resource.

", "idempotent":true } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

You don't have sufficient permissions to perform this operation.

", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "Action":{ "type":"string", "max":255, "min":3, "pattern":"[a-z][a-z0-9-]*:[A-Za-z0-9_.-]+" }, "ActionDescription":{ "type":"string", "max":10240, "min":1 }, "ActionSet":{ "type":"structure", "members":{ "allActions":{ "shape":"Unit", "documentation":"

Authorizes all available support actions.

" }, "actions":{ "shape":"Actions", "documentation":"

A list of specific support actions to authorize. Maximum of 10 actions.

" } }, "documentation":"

The set of actions authorized by a permit. Specify either all actions or a list of specific actions.

", "union":true }, "ActionSummaries":{ "type":"list", "member":{"shape":"ActionSummary"}, "max":100, "min":0 }, "ActionSummary":{ "type":"structure", "required":[ "action", "service", "description" ], "members":{ "action":{ "shape":"Action", "documentation":"

The name of the support action.

" }, "service":{ "shape":"Service", "documentation":"

The AWS service associated with the support action.

" }, "description":{ "shape":"ActionDescription", "documentation":"

A description of what the support action does.

" } }, "documentation":"

A summary of a support action.

" }, "Actions":{ "type":"list", "member":{"shape":"Action"}, "max":10, "min":1 }, "Arn":{ "type":"string", "max":512, "min":1, "pattern":"arn:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:[0-9]{12}:.+" }, "ClientToken":{ "type":"string", "max":128, "min":1, "pattern":"[!-~]+" }, "Condition":{ "type":"structure", "members":{ "allowAfter":{ "shape":"Timestamp", "documentation":"

The earliest time at which the permit becomes valid.

" }, "allowBefore":{ "shape":"Timestamp", "documentation":"

The latest time at which the permit remains valid.

" } }, "documentation":"

A time-window condition that constrains when a support permit is valid.

", "union":true }, "Conditions":{ "type":"list", "member":{"shape":"Condition"}, "max":2, "min":0 }, "ConflictException":{ "type":"structure", "required":[ "message", "resourceId", "resourceType" ], "members":{ "message":{"shape":"String"}, "resourceId":{ "shape":"String", "documentation":"

The identifier of the resource that caused the conflict.

" }, "resourceType":{ "shape":"String", "documentation":"

The type of the resource that caused the conflict.

" } }, "documentation":"

The request conflicts with the current state of the resource.

", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "CreateSupportPermitInput":{ "type":"structure", "required":[ "permit", "name", "signingKeyInfo" ], "members":{ "permit":{ "shape":"Permit", "documentation":"

The permit definition specifying the actions, resources, and time-window conditions that the support operator is authorized to use.

" }, "name":{ "shape":"Name", "documentation":"

A customer-chosen name for the support permit. Must be between 1 and 256 alphanumeric characters.

" }, "description":{ "shape":"Description", "documentation":"

A human-readable description of why this permit is being created. Maximum length of 1024 characters.

" }, "signingKeyInfo":{ "shape":"SigningKeyInfo", "documentation":"

The signing key information used to sign the permit. Must reference an AWS KMS key with key usage SIGN_VERIFY and key spec ECC_NIST_P384.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the AWS Support case associated with this permit.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service returns the existing permit without creating a duplicate.

", "idempotencyToken":true }, "tags":{ "shape":"Tags", "documentation":"

The tags to associate with the support permit on creation.

" } } }, "CreateSupportPermitOutput":{ "type":"structure", "required":[ "name", "arn", "permit", "status", "signingKeyInfo", "createdAt" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the support permit.

" }, "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the support permit.

" }, "description":{ "shape":"Description", "documentation":"

The description of the support permit.

" }, "permit":{ "shape":"Permit", "documentation":"

The permit definition.

" }, "status":{ "shape":"SupportPermitStatus", "documentation":"

The current status of the support permit.

" }, "signingKeyInfo":{ "shape":"SigningKeyInfo", "documentation":"

The signing key information for the permit.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the permit was created.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the support case associated with the permit.

" }, "tags":{ "shape":"Tags", "documentation":"

The tags associated with the support permit.

" } } }, "DeleteSupportPermitInput":{ "type":"structure", "required":["supportPermitIdentifier"], "members":{ "supportPermitIdentifier":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) or name of the support permit to delete.

", "location":"uri", "locationName":"supportPermitIdentifier" } } }, "DeleteSupportPermitOutput":{ "type":"structure", "required":[ "name", "arn", "permit", "status", "signingKeyInfo", "createdAt" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the deleted support permit.

" }, "arn":{ "shape":"Arn", "documentation":"

The ARN of the deleted support permit.

" }, "description":{ "shape":"Description", "documentation":"

The description of the deleted support permit.

" }, "permit":{ "shape":"Permit", "documentation":"

The permit definition of the deleted permit.

" }, "status":{ "shape":"SupportPermitStatus", "documentation":"

The status of the support permit. Returns DELETING.

" }, "signingKeyInfo":{ "shape":"SigningKeyInfo", "documentation":"

The signing key information for the deleted permit.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the permit was originally created.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the support case associated with the deleted permit.

" } } }, "Description":{ "type":"string", "max":1024, "min":1 }, "GetActionInput":{ "type":"structure", "required":["action"], "members":{ "action":{ "shape":"Action", "documentation":"

The name of the support action to retrieve.

", "location":"uri", "locationName":"action" } } }, "GetActionOutput":{ "type":"structure", "required":[ "action", "service", "description" ], "members":{ "action":{ "shape":"Action", "documentation":"

The name of the support action.

" }, "service":{ "shape":"Service", "documentation":"

The AWS service associated with the support action.

" }, "description":{ "shape":"ActionDescription", "documentation":"

A description of what the support action does.

" } } }, "GetSupportPermitInput":{ "type":"structure", "required":["supportPermitIdentifier"], "members":{ "supportPermitIdentifier":{ "shape":"SupportPermitIdentifier", "documentation":"

The ARN or name of the support permit to retrieve.

", "location":"uri", "locationName":"supportPermitIdentifier" } } }, "GetSupportPermitOutput":{ "type":"structure", "required":[ "name", "arn", "permit", "status", "signingKeyInfo", "createdAt" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the support permit.

" }, "arn":{ "shape":"Arn", "documentation":"

The ARN of the support permit.

" }, "description":{ "shape":"Description", "documentation":"

The description of the support permit.

" }, "permit":{ "shape":"Permit", "documentation":"

The permit definition.

" }, "status":{ "shape":"SupportPermitStatus", "documentation":"

The current status of the support permit.

" }, "signingKeyInfo":{ "shape":"SigningKeyInfo", "documentation":"

The signing key information for the permit.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the permit was created.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the support case associated with the permit.

" }, "tags":{ "shape":"Tags", "documentation":"

The tags associated with the support permit.

" } } }, "Integer":{ "type":"integer", "box":true }, "InternalServerException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "retryAfterSeconds":{ "shape":"Integer", "documentation":"

The number of seconds to wait before retrying the request.

", "location":"header", "locationName":"Retry-After" } }, "documentation":"

An internal service error occurred. Try again later.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "retryable":{"throttling":false} }, "KmsKeyArn":{ "type":"string", "max":512, "min":1, "pattern":"[a-zA-Z0-9/:_-]{1,512}" }, "ListActionsInput":{ "type":"structure", "required":["service"], "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to return in a single call. Valid range is 1 to 100.

", "location":"querystring", "locationName":"maxResults" }, "service":{ "shape":"Service", "documentation":"

The name of the AWS service for which to list available support actions.

", "location":"querystring", "locationName":"service" } } }, "ListActionsOutput":{ "type":"structure", "required":["actionSummaries"], "members":{ "actionSummaries":{ "shape":"ActionSummaries", "documentation":"

The list of support actions.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results, or null if there are no more results.

" } } }, "ListSupportPermitRequestsInput":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to return in a single call. Valid range is 1 to 100.

", "location":"querystring", "locationName":"maxResults" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

Filters the results by support case display identifier.

", "location":"querystring", "locationName":"supportCaseDisplayId" } } }, "ListSupportPermitRequestsOutput":{ "type":"structure", "required":["supportPermitRequests"], "members":{ "supportPermitRequests":{ "shape":"SupportPermitRequests", "documentation":"

The list of permit requests.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results, or null if there are no more results.

" } } }, "ListSupportPermitsInput":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to return in a single call. Valid range is 1 to 100.

", "location":"querystring", "locationName":"maxResults" }, "supportPermitStatuses":{ "shape":"SupportPermitStatuses", "documentation":"

Filters the results by support permit status. Valid values: ACTIVE, INACTIVE, DELETING.

", "location":"querystring", "locationName":"supportPermitStatuses" } } }, "ListSupportPermitsOutput":{ "type":"structure", "required":["supportPermits"], "members":{ "supportPermits":{ "shape":"SupportPermitSummaries", "documentation":"

The list of support permits.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next page of results, or null if there are no more results.

" } } }, "ListTagsForResourceInput":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The ARN of the resource to list tags for.

", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceOutput":{ "type":"structure", "members":{ "tags":{ "shape":"Tags", "documentation":"

The tags associated with the resource.

" } } }, "MaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "Name":{ "type":"string", "max":256, "min":1, "pattern":"[a-zA-Z0-9]{1,256}" }, "NextToken":{ "type":"string", "max":2048, "min":1, "pattern":"[a-zA-Z0-9/+=%_-]+" }, "Permit":{ "type":"structure", "required":[ "actions", "resources" ], "members":{ "actions":{ "shape":"ActionSet", "documentation":"

The set of actions that the support operator is authorized to perform.

" }, "resources":{ "shape":"ResourceSet", "documentation":"

The set of resources that the support operator is authorized to act upon.

" }, "conditions":{ "shape":"Conditions", "documentation":"

The time-window conditions that constrain when the permit is valid. Maximum of 2 conditions.

" } }, "documentation":"

The permit definition specifying the authorized actions, resources, and time-window conditions for a support operator.

" }, "RejectSupportPermitRequestInput":{ "type":"structure", "required":["requestArn"], "members":{ "requestArn":{ "shape":"RequestArn", "documentation":"

The ARN of the permit request to reject.

", "location":"uri", "locationName":"requestArn" } } }, "RejectSupportPermitRequestOutput":{ "type":"structure", "required":["requestArn"], "members":{ "requestArn":{ "shape":"RequestArn", "documentation":"

The ARN of the rejected permit request.

" } } }, "RequestArn":{ "type":"string", "max":512, "min":1, "pattern":"[a-zA-Z0-9:/-]{1,512}" }, "Resource":{ "type":"string", "max":512, "min":1, "pattern":"[a-zA-Z0-9:/_.-]+" }, "ResourceNotFoundException":{ "type":"structure", "required":[ "message", "resourceId", "resourceType" ], "members":{ "message":{"shape":"String"}, "resourceId":{ "shape":"String", "documentation":"

The identifier of the resource that was not found.

" }, "resourceType":{ "shape":"String", "documentation":"

The type of the resource that was not found.

" } }, "documentation":"

The specified resource does not exist.

", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourceSet":{ "type":"structure", "members":{ "allResourcesInRegion":{ "shape":"Unit", "documentation":"

Authorizes the support operator to act on all resources in the Region.

" }, "resources":{ "shape":"Resources", "documentation":"

A list of specific resource identifiers that the support operator is authorized to act upon. Maximum of 5 resources.

" } }, "documentation":"

The set of resources authorized by a permit. Specify either all resources in the Region or a list of specific resources.

", "union":true }, "Resources":{ "type":"list", "member":{"shape":"Resource"}, "max":5, "min":1 }, "Service":{ "type":"string", "max":256, "min":1, "pattern":"[a-zA-Z0-9-]+" }, "ServiceQuotaExceededException":{ "type":"structure", "required":[ "message", "resourceId", "resourceType", "serviceCode", "quotaCode" ], "members":{ "message":{"shape":"String"}, "resourceId":{ "shape":"String", "documentation":"

The identifier of the resource that exceeded the quota.

" }, "resourceType":{ "shape":"String", "documentation":"

The type of the resource that exceeded the quota.

" }, "serviceCode":{ "shape":"String", "documentation":"

The service code of the originating service.

" }, "quotaCode":{ "shape":"String", "documentation":"

The quota code of the exceeded quota.

" } }, "documentation":"

The request exceeds a service quota for your account.

", "error":{ "httpStatusCode":402, "senderFault":true }, "exception":true }, "SigningKeyInfo":{ "type":"structure", "members":{ "kmsKey":{ "shape":"KmsKeyArn", "documentation":"

The ARN of the AWS KMS key used to sign the permit. The key must have key spec ECC_NIST_P384 and key usage SIGN_VERIFY.

" } }, "documentation":"

The signing key used to cryptographically sign a support permit.

", "union":true }, "String":{"type":"string"}, "SupportCaseDisplayId":{ "type":"string", "max":512, "min":1, "pattern":"[a-zA-Z0-9:/-]{1,512}" }, "SupportPermitIdentifier":{ "type":"string", "max":512, "min":1, "pattern":"[a-zA-Z0-9:/-]{1,512}" }, "SupportPermitRequest":{ "type":"structure", "required":[ "requestArn", "permit", "supportCaseDisplayId", "status", "createdAt", "updatedAt" ], "members":{ "requestArn":{ "shape":"RequestArn", "documentation":"

The ARN of the permit request.

" }, "permit":{ "shape":"Permit", "documentation":"

The permit definition requested by the operator.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the support case associated with the request.

" }, "status":{ "shape":"SupportPermitRequestStatus", "documentation":"

The current status of the permit request.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the request was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the request was last updated.

" } }, "documentation":"

A permit request from an AWS support operator.

" }, "SupportPermitRequestStatus":{ "type":"string", "documentation":"

The status of a support permit request.

", "enum":[ "PENDING", "ACCEPTED", "REJECTED", "CANCELLED" ] }, "SupportPermitRequests":{ "type":"list", "member":{"shape":"SupportPermitRequest"}, "max":100, "min":0 }, "SupportPermitStatus":{ "type":"string", "documentation":"

The status of a support permit.

", "enum":[ "ACTIVE", "INACTIVE", "DELETING" ] }, "SupportPermitStatuses":{ "type":"list", "member":{"shape":"SupportPermitStatus"}, "max":5, "min":1 }, "SupportPermitSummaries":{ "type":"list", "member":{"shape":"SupportPermitSummary"}, "max":100, "min":0 }, "SupportPermitSummary":{ "type":"structure", "required":[ "name", "arn", "permit", "status", "signingKeyInfo", "createdAt" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the support permit.

" }, "arn":{ "shape":"Arn", "documentation":"

The ARN of the support permit.

" }, "permit":{ "shape":"Permit", "documentation":"

The permit definition.

" }, "status":{ "shape":"SupportPermitStatus", "documentation":"

The current status of the support permit.

" }, "signingKeyInfo":{ "shape":"SigningKeyInfo", "documentation":"

The signing key information for the permit.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the permit was created.

" }, "supportCaseDisplayId":{ "shape":"SupportCaseDisplayId", "documentation":"

The display identifier of the support case associated with the permit.

" } }, "documentation":"

A summary of a support permit.

" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagResourceInput":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The ARN of the resource to tag.

", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"Tags", "documentation":"

The tags to add to the resource. Maximum of 50 tags.

" } } }, "TagResourceOutput":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "max":256, "min":0 }, "Tags":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":50, "min":0 }, "ThrottlingException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "retryAfterSeconds":{ "shape":"Integer", "documentation":"

The number of seconds to wait before retrying the request.

", "location":"header", "locationName":"Retry-After" } }, "documentation":"

The request rate exceeded the allowed limit. Try again later.

", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true, "retryable":{"throttling":true} }, "Timestamp":{"type":"timestamp"}, "Unit":{ "type":"structure", "members":{} }, "UntagResourceInput":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The ARN of the resource to untag.

", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

The tag keys to remove from the resource.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceOutput":{ "type":"structure", "members":{} }, "ValidationException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "fieldList":{ "shape":"ValidationExceptionFieldList", "documentation":"

A list of fields that fail validation. Each entry identifies the field and the reason for the constraint violation.

" } }, "documentation":"

The input fails to satisfy the constraints specified by the service.

", "exception":true }, "ValidationExceptionField":{ "type":"structure", "required":[ "path", "message" ], "members":{ "path":{ "shape":"String", "documentation":"

A JSONPointer expression to the structure member whose value failed to satisfy the modeled constraints.

" }, "message":{ "shape":"String", "documentation":"

A detailed description of the validation failure.

" } }, "documentation":"

Describes one specific validation failure for an input member.

" }, "ValidationExceptionFieldList":{ "type":"list", "member":{"shape":"ValidationExceptionField"} } }, "documentation":"

AWS Support Authorization

AWS SupportAuthZ enables you to control and authorize the actions that AWS support operators can perform on your resources. You create cryptographically signed support permits specifying which actions operators can perform, on which resources, and under what time-window conditions. Permits are signed using a customer-managed AWS KMS key (ECC_NIST_P384, SIGN_VERIFY) to ensure non-repudiation.

" }