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

MarketplaceDeployment

import { MarketplaceDeployment } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/marketplacedeployment.ts?docs=full";
class MarketplaceDeployment {
constructor(apiFactory: client.ApiFactory);
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async putDeploymentParameter(params: PutDeploymentParameterRequest, opts?: client.RequestOptions): Promise<PutDeploymentParameterResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§

Lists all tags that have been added to a deployment parameter resource.

§

Creates or updates a deployment parameter and is targeted by catalog and agreementId.

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

Tags a resource.

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

Removes a tag or list of tags from a resource.

§Static Properties