CloudControlClient

For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.

Properties

Link copied to clipboard
abstract override val config: CloudControlClient.Config

CloudControlClient's configuration

Functions

Link copied to clipboard

Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard
abstract suspend fun getResource(input: GetResourceRequest): GetResourceResponse

Returns information about the current state of the specified resource. For details, see Reading a resource's current state.

Link copied to clipboard

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.

Link copied to clipboard
abstract suspend fun listResourceRequests(input: ListResourceRequestsRequest = ListResourceRequestsRequest { }): ListResourceRequestsResponse

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.

Link copied to clipboard

Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Updates the specified property values in the resource.

Inherited functions

Link copied to clipboard

Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Returns information about the current state of the specified resource. For details, see Reading a resource's current state.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.

Link copied to clipboard

Updates the specified property values in the resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.