Module Awso_cloudcontrol.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule Identifier : sig ... end
Sourcemodule Properties : sig ... end

Allow up to 256K length of Resource properties

Sourcemodule HandlerErrorCode : sig ... end
Sourcemodule Operation : sig ... end
Sourcemodule OperationStatus : sig ... end
Sourcemodule RequestToken : sig ... end
Sourcemodule StatusMessage : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule TypeName : sig ... end
Sourcemodule HookFailureMode : sig ... end
Sourcemodule HookInvocationPoint : sig ... end
Sourcemodule HookStatus : sig ... end
Sourcemodule HookTypeArn : sig ... end
Sourcemodule TypeVersionId : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule ResourceDescription : sig ... end

Represents information about a provisioned resource.

Sourcemodule ProgressEvent : sig ... end

Represents the current status of a resource operation request. For more information, see Managing resource operation requests in the Amazon Web Services Cloud Control API User Guide.

Sourcemodule OperationStatuses : sig ... end
Sourcemodule Operations : sig ... end
Sourcemodule HookProgressEvent : sig ... end

Represents the current status of applicable Hooks for a resource operation request. It contains list of Hook invocation information for the resource specified in the request since the same target can invoke multiple Hooks. For more information, see Managing resource operation requests with Amazon Web Services Cloud Control API .

Sourcemodule AlreadyExistsException : sig ... end

The resource with the name requested already exists.

The specified client token has already been used in another resource request. It's best practice for client tokens to be unique for each resource operation request. However, client token expire after 36 hours.

Another resource operation is currently being performed on this resource.

Sourcemodule GeneralServiceException : sig ... end

The resource handler has returned that the downstream service generated an error that doesn't map to any other handler error code.

Sourcemodule HandlerFailureException : sig ... end

The resource handler has failed without a returning a more specific error code. This can include timeouts.

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.

Sourcemodule InvalidRequestException : sig ... end

The resource handler has returned that invalid input from the user has generated a generic exception.

Sourcemodule NetworkFailureException : sig ... end

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.

Sourcemodule NotStabilizedException : sig ... end

The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.

Sourcemodule NotUpdatableException : sig ... end

One or more properties included in this resource operation are defined as create-only, and therefore can't be updated.

Sourcemodule PrivateTypeException : sig ... end

Cloud Control API hasn't received a valid response from the resource handler, due to a configuration error. This includes issues such as the resource handler returning an invalid response, or timing out.

Sourcemodule ResourceConflictException : sig ... end

The resource is temporarily unavailable to be acted upon. For example, if the resource is currently undergoing an operation and can't be acted upon until that operation is finished.

Sourcemodule ResourceNotFoundException : sig ... end

A resource with the specified identifier can't be found.

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.

Sourcemodule ThrottlingException : sig ... end

The request was denied due to request throttling.

Sourcemodule TypeNotFoundException : sig ... end

The specified extension doesn't exist in the CloudFormation registry.

The specified resource doesn't support this resource operation.

Sourcemodule ClientToken : sig ... end
Sourcemodule PatchDocument : sig ... end

Allow up to 256K length of Resource properties

Sourcemodule RoleArn : sig ... end
Sourcemodule HandlerNextToken : sig ... end
Sourcemodule ResourceDescriptions : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule NextToken : sig ... end

The filter criteria to use in determining the requests returned.

Sourcemodule HooksProgressEvent : sig ... end

A resource operation with the specified request token can't be found.

The resource is currently being modified by another operation.

Sourcemodule UpdateResourceOutput : sig ... end

Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.

Sourcemodule UpdateResourceInput : sig ... end

Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.

Sourcemodule ListResourcesOutput : sig ... end

Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

Sourcemodule ListResourcesInput : sig ... end

Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after 7 days.

Sourcemodule ListResourceRequestsInput : sig ... end

Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after 7 days.

Returns the current status of a resource operation request. For more information, see Tracking the progress of resource operation requests in the Amazon Web Services Cloud Control API User Guide.

Returns the current status of a resource operation request. For more information, see Tracking the progress of resource operation requests in the Amazon Web Services Cloud Control API User Guide.

Sourcemodule GetResourceOutput : sig ... end

Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

Sourcemodule GetResourceInput : sig ... end

Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

Sourcemodule DeleteResourceOutput : sig ... end

Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

Sourcemodule DeleteResourceInput : sig ... end

Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

Sourcemodule CreateResourceOutput : sig ... end

Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent type returned by CreateResource.

Sourcemodule CreateResourceInput : sig ... end

Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent type returned by CreateResource.

Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.

Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.