# Packages
Package cloudcontrolapiiface provides an interface to enable mocking the AWS Cloud Control API service client for testing your code.
# Functions
HandlerErrorCode_Values returns all elements of the HandlerErrorCode enum.
New creates a new instance of the CloudControlApi client with a session.
Operation_Values returns all elements of the Operation enum.
OperationStatus_Values returns all elements of the OperationStatus enum.
# Constants
ID to lookup a service endpoint with.
ErrCodeAlreadyExistsException for service response error code "AlreadyExistsException".
ErrCodeClientTokenConflictException for service response error code "ClientTokenConflictException".
ErrCodeConcurrentModificationException for service response error code "ConcurrentModificationException".
ErrCodeConcurrentOperationException for service response error code "ConcurrentOperationException".
ErrCodeGeneralServiceException for service response error code "GeneralServiceException".
ErrCodeHandlerFailureException for service response error code "HandlerFailureException".
ErrCodeHandlerInternalFailureException for service response error code "HandlerInternalFailureException".
ErrCodeInvalidCredentialsException for service response error code "InvalidCredentialsException".
ErrCodeInvalidRequestException for service response error code "InvalidRequestException".
ErrCodeNetworkFailureException for service response error code "NetworkFailureException".
ErrCodeNotStabilizedException for service response error code "NotStabilizedException".
ErrCodeNotUpdatableException for service response error code "NotUpdatableException".
ErrCodePrivateTypeException for service response error code "PrivateTypeException".
ErrCodeRequestTokenNotFoundException for service response error code "RequestTokenNotFoundException".
ErrCodeResourceConflictException for service response error code "ResourceConflictException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceInternalErrorException for service response error code "ServiceInternalErrorException".
ErrCodeServiceLimitExceededException for service response error code "ServiceLimitExceededException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeTypeNotFoundException for service response error code "TypeNotFoundException".
ErrCodeUnsupportedActionException for service response error code "UnsupportedActionException".
HandlerErrorCodeAccessDenied is a HandlerErrorCode enum value.
HandlerErrorCodeAlreadyExists is a HandlerErrorCode enum value.
HandlerErrorCodeGeneralServiceException is a HandlerErrorCode enum value.
HandlerErrorCodeInternalFailure is a HandlerErrorCode enum value.
HandlerErrorCodeInvalidCredentials is a HandlerErrorCode enum value.
HandlerErrorCodeInvalidRequest is a HandlerErrorCode enum value.
HandlerErrorCodeNetworkFailure is a HandlerErrorCode enum value.
HandlerErrorCodeNotFound is a HandlerErrorCode enum value.
HandlerErrorCodeNotStabilized is a HandlerErrorCode enum value.
HandlerErrorCodeNotUpdatable is a HandlerErrorCode enum value.
HandlerErrorCodeResourceConflict is a HandlerErrorCode enum value.
HandlerErrorCodeServiceInternalError is a HandlerErrorCode enum value.
HandlerErrorCodeServiceLimitExceeded is a HandlerErrorCode enum value.
HandlerErrorCodeServiceTimeout is a HandlerErrorCode enum value.
HandlerErrorCodeThrottling is a HandlerErrorCode enum value.
OperationCreate is a Operation enum value.
OperationDelete is a Operation enum value.
OperationStatusCancelComplete is a OperationStatus enum value.
OperationStatusCancelInProgress is a OperationStatus enum value.
OperationStatusFailed is a OperationStatus enum value.
OperationStatusInProgress is a OperationStatus enum value.
OperationStatusPending is a OperationStatus enum value.
OperationStatusSuccess is a OperationStatus enum value.
OperationUpdate is a Operation enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
# Structs
The resource with the name requested already exists.
The specified client token has already been used in another resource request.
CloudControlApi provides the API operation methods for making requests to AWS Cloud Control API.
The resource is currently being modified by another operation.
Another resource operation is currently being performed on this resource.
The resource handler has returned that the downstream service generated an error that doesn't map to any other handler error code.
The resource handler has failed without a returning a more specific error code.
The resource handler has returned that an unexpected error occurred within the resource handler.
The resource handler has returned that the credentials provided by the user are invalid.
The resource handler has returned that invalid input from the user has generated a generic exception.
The resource handler has returned that the request couldn't be completed due to networking issues, such as a failure to receive a response from the server.
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
One or more properties included in this resource operation are defined as create-only, and therefore can't be updated.
Cloud Control API hasn't received a valid response from the resource handler, due to a configuration error.
Represents the current status of a resource operation request.
A resource operation with the specified request token can't be found.
The resource is temporarily unavailable to be acted upon.
Represents information about a provisioned resource.
A resource with the specified identifier can't be found.
The filter criteria to use in determining the requests returned.
The resource handler has returned that the downstream service returned an internal error, typically with a 5XX HTTP status code.
The resource handler has returned that a non-transient resource limit was reached on the service side.
The request was denied due to request throttling.
The specified extension doesn't exist in the CloudFormation registry.
The specified resource doesn't support this resource operation.