Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TimestreamInfluxDB

import { TimestreamInfluxDB } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/timestreaminfluxdb.ts?docs=full";
class TimestreamInfluxDB {
constructor(apiFactory: client.ApiFactory);
async createDbInstance(params: CreateDbInstanceInput, opts?: client.RequestOptions): Promise<CreateDbInstanceOutput>;
async createDbParameterGroup(params: CreateDbParameterGroupInput, opts?: client.RequestOptions): Promise<CreateDbParameterGroupOutput>;
async deleteDbInstance(params: DeleteDbInstanceInput, opts?: client.RequestOptions): Promise<DeleteDbInstanceOutput>;
async getDbInstance(params: GetDbInstanceInput, opts?: client.RequestOptions): Promise<GetDbInstanceOutput>;
async getDbParameterGroup(params: GetDbParameterGroupInput, opts?: client.RequestOptions): Promise<GetDbParameterGroupOutput>;
async listDbInstances(params?: ListDbInstancesInput, opts?: client.RequestOptions): Promise<ListDbInstancesOutput>;
async listDbParameterGroups(params?: ListDbParameterGroupsInput, opts?: client.RequestOptions): Promise<ListDbParameterGroupsOutput>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateDbInstance(params: UpdateDbInstanceInput, opts?: client.RequestOptions): Promise<UpdateDbInstanceOutput>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new TimestreamInfluxDB(apiFactory: client.ApiFactory)
[src]

§Methods

§
createDbInstance(params: CreateDbInstanceInput, opts?: client.RequestOptions): Promise<CreateDbInstanceOutput>
[src]

Creates a new Timestream for InfluxDB DB instance.

§

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

§
deleteDbInstance(params: DeleteDbInstanceInput, opts?: client.RequestOptions): Promise<DeleteDbInstanceOutput>
[src]

Deletes a Timestream for InfluxDB DB instance.

§
getDbInstance(params: GetDbInstanceInput, opts?: client.RequestOptions): Promise<GetDbInstanceOutput>
[src]

Returns a Timestream for InfluxDB DB instance.

§

Returns a Timestream for InfluxDB DB parameter group.

§
listDbInstances(params?: ListDbInstancesInput, opts?: client.RequestOptions): Promise<ListDbInstancesOutput>
[src]

Returns a list of Timestream for InfluxDB DB instances.

§

Returns a list of Timestream for InfluxDB DB parameter groups.

§

A list of tags applied to the resource.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the tag from the specified resource.

§
updateDbInstance(params: UpdateDbInstanceInput, opts?: client.RequestOptions): Promise<UpdateDbInstanceOutput>
[src]

Updates a Timestream for InfluxDB DB instance.

§Static Properties