Module Smaws_Client_Cloud9.TagResource

Adds tags to an Cloud9 development environment.

Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"

Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConcurrentAccessException of Types.concurrent_access_exception | `InternalServerErrorException of Types.internal_server_error_exception | `NotFoundException of Types.not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.tag_resource_request -> (Types.tag_resource_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConcurrentAccessException of Types.concurrent_access_exception | `InternalServerErrorException of Types.internal_server_error_exception | `NotFoundException of Types.not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.tag_resource_request -> (Types.tag_resource_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConcurrentAccessException of Types.concurrent_access_exception | `InternalServerErrorException of Types.internal_server_error_exception | `NotFoundException of Types.not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result